/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Apr, 2023, 4:24:59 PM
    Author     : nikhil
*/

html {
    font-size: calc(0.6vmin + 0.5rem);
}

.table-fix-head {
    overflow: auto;
    height: 60vh;
}

.table-fix-head thead th {
    position: sticky !important;
    top: 0;
    z-index: 1;
}

.table-fix-head tfoot th {
    position: sticky !important;
    bottom: 0;
    z-index: 1;
}

#mobiles-blocked-modal-table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#mobiles-traced-modal-table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#requests-received-modal-table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#requests-resolved-modal-table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.new-launch-pill {
    top: 5px;
    left: 5px;
    font-size: 1.3rem;
}

.blink-me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*Margins and paddings to ensure correct scrollspy behavior*/
/*This will have to be adjusted if navbar height changes*/
.about-container,
.citizen-centric-container,
.awareness-container,
.faq-container,
.social-container,
.image-gallery-container,
.ss-app-container,
.web-links-container {
    padding-top: 50px;
    margin-top: -50px;
}

.banner-container {
    padding-bottom: 1rem;
    padding-top: 65px;
    margin-top: -50px;
}

/*Margins and paddings settings end*/

/*.accordion-button:not(.collapsed) {
    color: #A36002 !important;
    background-color: #FFEDD4 !important;
}*/

.emblem-image {
    height: 100% !important;
    width: 45px !important;
}

.accordion-button:not(.collapsed) {
    color: #187cff !important;
    background-color: #ebf5ff !important;
}

/*.accordion-body {
    background-color: #FCF8F0 !important;
}*/

.accordion-body {
    background-color: #fafdff !important;
}

.accordion-button {
    font-size: 1.2rem !important;
}

.red-card {
    background-image: url('/images/red-pattern.jpg');
    background-size: cover;
}

.green-card {
    background-image: url('/images/green-pattern-2.jpg');
    background-size: cover;
}

.orange-card {
    background-image: url('/images/orange-pattern.jpg');
    background-size: cover;
}

.mobiles-blocked-modal-content {
    background-image: url('/images/orange-pattern-2.jpg');
    background-size: cover;
}

.mobiles-blocked-modal-header {
    border-bottom: 1px solid black !important;
}

.mobiles-blocked-modal-footer {
    border-top: 1px solid black !important;
}

.mobiles-traced-modal-content {
    background-image: url('/images/green-pattern-3.jpg');
    background-size: cover;
}

.mobiles-traced-modal-header {
    border-bottom: 1px solid black !important;
}

.mobiles-traced-modal-footer {
    border-top: 1px solid black !important;
}

.primary-card {
    /*background-image: url('/images/pattern22.jpg');
    background-size: cover;*/
}

/*KYI Complaint styling start*/

.kyi-complaint-heading-div {
    background-image: url('/images/blue-pattern.jpg');
    background-size: cover;
    border: #1136e8 2px solid !important;
}

.kyi-display-heading-div {
    background-image: url('/images/blue-pattern.jpg');
    background-size: cover;
    border: #1136e8 2px solid !important;
}

.kyi-complaint-authorized-div,
.kyi-unauthorized-isp-section,
.kyi-personal-details-section,
.kyi-otp-section {
    background-color: #f7fbff !important;
    border: #1136e8 2px solid !important;
}

.kyi-complaint-text,
.kyi-display-text {
    color: #001ca1 !important;
}

.isp-complaint-success-text,
.isp-complaint-failure-text,
.isp-complaint-processing-text {
    font-size: 1.3rem !important;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent transparent #1136e8;
    left: 0;
    top: 0;
    position: absolute;
}

/*KYI Complaint styling end*/

/*KYI Display Styling start*/
.search-nav {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.kyi-display-heading {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2.6rem !important;
}

.isp-pincode-label {
    font-size: 1.4rem !important;
}

.isp-name-label {
    font-size: 1.4rem !important;
}

.isp-name-check{
    font-size: 1.2rem !important;
}

.search-nav.active {
    background-color: #e3f7ff !important;
    color: #001ca1 !important;
}

.search-nav {
    color: #5479ff !important;
}

.isp-display-table-head,
.isp-service-display-table-head {
    background-color: #e3f2ff !important;
}
/*KYI Display styling end*/

/*Accordion button styling start*/
.accordion-button {
    background-color: #eff6fe !important;
    color: #378dfe !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23187cff%7D%3C/style%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23187cff%7D%3C/style%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}
/*Accordion button styling end*/

/*
.tafcop-card-1 {
    background-image: url('/images/pattern19.jpg');
    background-size: cover;
}

.tafcop-card-2 {
    background-image: url('/images/pattern17.jpg');
    background-size: cover;
}

.tafcop-card-3 {
    background-image: url('/images/pattern20.jpg');
    background-size: cover;
}
*/

/*.ceir-dashboard-col {
    background-image: url('/images/pattern28.jpg');
    background-size: cover;
    box-shadow: 0 0 10px 2px white inset;
}

.tafcop-dashboard-col {
    background-image: url('/images/pattern29.jpg');
    background-size: cover;
    box-shadow: 0 0 10px 2px white inset;
}*/

.image-gallery-container {
    /*background-image: url('/images/pattern10.jpg');
    background-size: cover;*/
}

.banner-container {
    background-image: url('/images/banner-pattern.jpg');
    background-size: cover;
}

.dashboard-container {
    /*background-image: url('/images/pattern9.jpg');
    background-size: cover;
    box-shadow: 0 0 10px 2px white inset;*/
}

.faq-container {
    /*background-image: url('/images/pattern15.jpg');
    background-size: cover;*/
}

.about-container {
    /*background-image: url('/images/pattern24.jpg');*/
    /*background-size: cover;*/
}

.ceir-tafcop-card-body {
    border: #fd9933 8px solid;
}

#ceir-tafcop-tab {
    background-color: #fd9933;
}

.gsc-control-cse {
    padding: 0px !important;
    margin: 0px !important;
}

.gsc-input {
    font-size: 14px !important;
    padding-right: 5px !important;
}

.gsc-input-box {
    border-radius: 4px !important;
    height: 30px;
}

.gsc-search-button {
    border-radius: 4px !important;
}

.gsc-search-button-v2 {
    padding: 7px 27px !important;
}

.gsib_a {
    padding: 4px 9px 4px 9px !important;
}

html {
    height: 100%;
}

.section-header {
    display: inline-block;
    /*color: #744700;*/
    font-family: 'Paytone One', sans-serif;
    font-size: 3rem;
}

.section-header-image {
    max-height: 80px;
    max-width: 80px;
}

.section-header-icon {
    font-size: 2.3em;
    color: #b76f00;
}

.body-background {
    background-color: #ffffff;
}

.goi-text {
    font-size: 0.95rem !important;
}

.top-utilities-text {
    font-size: 0.95rem !important;
    font-weight: 500 !important;
}

.top-utilities-icon {
    font-size: 1.3rem !important;
}

.dot-text {
    margin-left: 0;
    font-size: 1.2rem !important;
}

.sanchar-saathi-text {
    font-size: 1.2rem !important;
}

.moc-card-body-bg {
    background-color: #deecff;
}

.mos-card-body-bg {
    background-color: #deecff;
}

.img-gallery {
    max-width: 300px;
    max-height: 250px;
}

body{
    height: 100%;
    display:flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer-top {
    background: #353535;
}

.footer-top-heading {
    font-weight: 600 !important;
    color: #003471 !important;
}

.footer-bottom {
    background: #222222;
}

.dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.text-size-dropdown-menu {
    min-width: 15px !important;
}

.dropdown-menu {
    /*Set z index to 1021 because sticky navbar has z-index of 1020
    and we want to show dropdown menu on top of that*/
    z-index: 1021 !important;
}

.social-icon-dropdown-menu {
    min-width: 15px !important;
    font-size: 1.3rem !important;
}

.text-justify {
    text-align: justify;
}

.ceir-poster-body {
    background-color: cornsilk;
}

.tafcop-poster-body {
    background-color: cornsilk;
}

.dashboard-title-text {
    font-family: 'Paytone One', sans-serif;
    font-size: 2rem;
}

.callout {
    border-left-width: 10px !important;
    border: yellow 1px solid;
}

.callout-danger {
    border-left-color: #d9534f !important;
}

.info-card-body {
    padding: 0.9rem !important;
    font-family: 'Nunito Sans', sans-serif;
}

.callout-success {
    border-left-color: #5cb85c !important;
    cursor: pointer;
    transition: 0.3s;
}

.callout-success-title {
    color: #027002 !important;
}

.callout-success-plus-icon {
    color: #015401 !important;
    font-size: 2.5rem;
    transition: 0.3s;
}

.callout-success:hover .callout-success-plus-icon {
    transform: rotateZ(90deg);
    font-size: 2.9rem;
}

.callout-success:hover {
    box-shadow: 0 3rem 3rem rgba(0,0,0,.175) !important;
}

.callout-orange {
    border-left-color: #ff9f40 !important;
    cursor: pointer;
    transition: 0.3s;
}

.callout-orange-title {
    color: #854200 !important;
}

.callout-orange-plus-icon {
    color: #763c02 !important;
    font-size: 2.5rem;
    transition: 0.3s;
}

.callout-orange:hover .callout-orange-plus-icon {
    transform: rotateZ(90deg);
    font-size: 2.9rem;
}

.callout-orange:hover {
    box-shadow: 0 3rem 3rem rgba(0,0,0,.175) !important;
}

.callout-purple {
    border-left-color: #a77bff !important;
}

.callout-purple-title {
    color: #884dff !important;
}

.callout-primary {
    border-left-color: #0275d8 !important;
}

.callout-magenta {
    border-left-color: #d351d1 !important;
}

.callout-magenta-title {
    color: #d90ad6 !important;
}

.dashboard-heading,
.about-heading,
.citizen-centric-heading,
.awareness-heading,
.social-heading,
.faq-heading,
.gallery-heading,
.ss-app-heading,
.web-links-heading {
    font-family: 'Paytone One', sans-serif;
    font-size: 3rem;
}

.visitor-count {
    font-family: 'Paytone One', sans-serif;
    font-size: 2rem;
    color: #0d47a1 !important;
}

.title-image {
    max-height: 80px;
    max-width: 80px;
}

.about-youtube-image {
    max-height: 50px;
    max-width: 50px;
}

.about-accordion-youtube-image {
    max-height: 30px;
    max-width: 30px;
}

.internal-module-youtube-image {
    max-height: 40px;
    max-width: 40px;
}

.about-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.4rem;
}

.ss-app-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2rem;
}

.toast-header-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
}

.toast, .toast-header {
    background-color: white !important;
}

.toast-header-image {
    max-height: 2rem !important;
    max-width: 2rem !important;
}

.app-qr-image,
.app-button-image {
    max-width: 225px !important;
}

.tafcop-about-button {
    font-size: 1.3rem !important;
}

.contactus-text,
.feedback-text,
.website-policies-text,
.web-information-manager-text,
.footer-text,
.sitemap-text,
.faq-text,
.modal-text,
.accessibility-statement-text,
.screen-reader-text,
.search-isp-tabs-div,
.search-isp-processing-div,
.search-isp-details-div,
.search-isp-service-details-div {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
}

.unauthorized-isp-div,
.kyi-display-heading-div {
    font-family: 'Nunito Sans', sans-serif;
}

.minister-card {
    font-family: 'Nunito Sans', sans-serif;
}

.minister-name-text {
    font-size: 1.25rem !important;
}

.navbar-text {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 1.4rem;
}

.navbar-brand-img {
    max-height: 35px !important;
    max-width: 35px !important;
}

.navbar-toggler {
    border: #222222 1px solid !important;
}

.citizen-centric-card-heading {
    font-family: 'Staatliches', cursive;
}

.swiper {
    width: 100%;
    height: 100%;
}

.banner-swiper-wrapper {
    max-height: 30vh;
}

.banner-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

/*Design for citizen centric services cards start*/

.citizen-centric-container * {
    transition: all 0.3s ease-out;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.citizen-centric-card {
    width: 100% !important;
    display: block;
    top: 0px;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 20px 30px;
    margin: 10px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #f2f8f9;
}
.citizen-centric-card:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
}
.citizen-centric-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
}
.citizen-centric-card:hover:before {
    transform: scale(2.15);
}
.ccs-card-image {
    height: inherit !important;
}
/*Design for citizen centric services cards end*/


/*Design for feedback cards start*/

.feedback-card-heading {
    font-family: 'Spline Sans', sans-serif;
}

.feedback-container * {
    transition: all 0.3s ease-out;
}

.feedback-card {
    display: block;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
.feedback-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.feedback-card:hover:before {
    transform: scale(50);
}
.feedback-card:hover a {
    transition: all 0.3s ease-out !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
.feedback-card:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

/*Design for feedback cards end*/


/*Design for awareness start*/

.awareness-container * {
    transition: all 0.3s ease-out;
}

.awareness-card {
    display: block;
    top: 0px;
    position: relative;
    /* max-width: 262px; */
    background-color: #ffffff;
    border-radius: 14px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-bottom: 4rem!important;
}
.awareness-card .go-corner {
    background-color: #00838d;
    height: 100%;
    width: 30px;
    padding-right: 9px;
    border-radius: 0;
    transform: skew(3deg);
    margin-right: -87px;
    align-items: start;
    background-image: linear-gradient(-45deg, #8F479A 1%, #DC2A74 100%);
}
.awareness-card .go-arrow {
    transform: skew(-6deg);
    margin-left: -2px;
    margin-top: 9px;
    opacity: 0;
}
.awareness-card:hover {
    border: 1px solid #CD3D73;
}
.awareness-card h3 {
    margin-top: 8px;
}

.awareness-card:hover .go-corner {
    margin-right: -12px;
}
.awareness-card:hover .go-arrow {
    opacity: 1;
}

.awareness-img {
    max-height: 100px;
    max-width: 100px;
}

.awareness-slide {
    height: auto;
}

.awareness-card-heading {
    font-family: 'Kanit', sans-serif;
}

.h-80 {
    height: 80% !important;
}

.h-90 {
    height: 90% !important;
}

.awareness-link {
    font-family: 'Nunito Sans', sans-serif;
}
/*Design for awareness end*/


.ccs-swiper {
    padding-bottom: 4rem;
}

.gallery-swiper {
    padding-bottom: 4rem;
}

.web-links-swiper {
    padding-bottom: 4rem;
}

.dt-body-center {
    text-align: center !important;
}

/*Navbar styling start*/

/*#nav-bar {
    background: #fae8d2;
    box-shadow: 4px 6px 12px rgba(0,0,0,0.4)
}*/

/*#nav-bar {
    background: linear-gradient(128deg, #beffdc, #d8ff68);
    box-shadow: 4px 6px 12px rgba(0,0,0,0.4);
}*/

#nav-bar {
    background: linear-gradient(128deg, #bedaff, #4f99ff);
    /*box-shadow: 4px 6px 12px rgba(0,0,0,0.4);*/
}

/*.nav-link {
    background: #fae8d2;
}*/

/*.nav-item .active {
    border-radius: 6px;
    background: linear-gradient(145deg, #ffe7ca, #f5d7b2);
    box-shadow:  4px 4px 8px #ddc1a0,
        -4px -4px 8px #f7e5cc;
}*/

/*.nav-item .active {
    border-radius: 6px;
    background: linear-gradient(145deg, #79ffb7, #e7ffa3);
    box-shadow: 4px 4px 8px #93f689, -4px -4px 8px #f6ffeb;
}*/

/*.nav-item .active {
    border-radius: 6px;
    background: linear-gradient(145deg, #e2e8ed, #bdd6ff);
    box-shadow: 4px 4px 4px #59a3c4, -4px -4px 4px #a6deff;
}*/
.header-nav .active {
    box-shadow: rgb(89, 163, 196) 4px 4px 4px, rgb(166, 222, 255) -4px -4px 4px;
    border-radius: 6px;
    background: linear-gradient(145deg, rgb(255, 255, 255), rgb(189, 214, 255));
}
.header-nav-link:not(.active) {
    border-radius: 6px;
    background: linear-gradient(145deg, #aadff7, #bdd6ff);
    box-shadow: 4px 4px 4px #59a3c4, -4px -4px 4px #a6deff;
}

#nav-bar .dropdown-menu a:hover {
    color: #454545
}
#nav-bar .nav-item {
    margin : auto 4px;
}
#nav-bar a {

    padding-left:12px;
    padding-right:12px;
}
#nav-bar .dropdown-menu {
    background : #545454
}
a.navbar-brand {
    color: #454545
}

/*.navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #001f78;
}*/

/*.nav-item {
    padding-right: 7px;
}*/

/*Separator color should match with Navbar*/
.separator {
    background: #bedaff;
}
/*Navbar styling end*/

/*Google Translate element styling begin*/
.goog-te-combo {
    font-family: 'Nunito Sans', sans-serif !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    background-color: #d6e7ff !important;
    border: none !important;
    padding: 1.1px !important;
    font-size: 0.8rem !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 0.6rem !important;
}

.goog-te-gadget {
    font-size: 0.6rem !important;
}

.goog-te-combo option {
    font-weight: 600 !important;
}
/*Google Translate element styling end*/

.useful-link-img {
    display: flex !important;
    width: auto !important;
    max-height: 60px !important;
}

.separating-border {
    border-right: #bedaff 5px solid;
}

.ig-moc-col {
    border-bottom: none;
}

.new-image {
    top: 5px;
    left: 5px;
    max-width: 60px;
}

/* Financial Institutions module styling starts */

.fi-heading-div{
    background-image: url('../images/blue-pattern.jpg');
    background-size: cover;
    border: #1136e8 2px solid !important;
    font-family: 'Nunito Sans', sans-serif;
}

.fi-text{
    color: #001ca1 !important;
}

.fi-heading{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2.6rem !important;
}

.search-fi-tabs-div,
.search-fi-processing-div
.search-fi-details-div
.search-fi-complete-details-div{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
}

.fi-display-table-head,
.fi-comaplete-details-table-head{
    background-color: #e3f2ff !important;
}

.fiName-label,
.website-label,
.email-label,
.number-label{
    font-size: 1.4rem !important;
}

/* Financial Institutions module styling end */


@media (max-width: 1199px) {
    .navbar-nav .nav-item:not(:last-child) {
        border-right: none;
    }
}

@media screen and (max-width: 1199px) {
    .separating-border {
        border-bottom: #bedaff 5px solid;
        border-right: none;
    }
}

@media screen and (max-width: 999px) {
    .section-header-image {
        max-height: 60px;
        max-width: 60px;
    }

    .title-image {
        max-height: 60px;
        max-width: 60px;
    }

    .about-youtube-image {
        max-height: 30px;
        max-width: 30px;
    }

    .about-accordion-youtube-image {
        max-height: 30px;
        max-width: 30px;
    }
}

@media screen and (max-width: 767px) {
    .ig-moc-col {
        border-bottom: #dee2e6 1px solid;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .dot-text {
        margin-left: 1rem;
    }

}