/*|========================================================================
    Clinic & Lab Page
===========================================================================|*/
.cl-register-section{
    background-color: var(--clr-primary);
}
.cl-register-section .title{
    font-family: var(--body-font-famly);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--clr-white);
    margin-bottom: 0;
}
.cl-register-section .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.cl-register-section .input-group .form-control{
    border-radius: .375rem;
    box-shadow: none;
    /* border-color: #03AD98; */
}
.cl-register-section .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}
.cl-register-section .input-group .btn{
    color: var(--clr-primary);
    padding: .5rem 1.25rem;
    background-color: #FFFFFF;
}
/*| Media Query |==========================================================|*/
@media (min-width: 768px){}
@media (min-width: 992px){
    .cl-register-section .title{
        font-size: 1.675rem;
    }
}
/*|========================================================================
    Clinic & Lab Banner Section
===========================================================================|*/
.cl-banner-section{
    background-color: #EAF4F3;
}
.cl-banner-section .banner-title{
    font-size: 1.375rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}
.eyebrow-title{
    display: block;
    font-size: 1rem;
    margin-bottom: .5rem;
}
.cl-banner-section .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.cl-banner-section .input-group .form-control{
    border-radius: .375rem;
    box-shadow: none;
    border-color: var(--clr-white);
}
.cl-banner-section .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}
/*| Media Query |==========================================================|*/
@media (min-width: 768px){}
@media (min-width: 992px){
    .cl-banner-section .banner-title{
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
/*|========================================================================
    Cl Service Section
===========================================================================|*/
.cl-service-section{}
.cl-service-section .card{
    border-radius: 16px;
    overflow: hidden;
}
.cl-service-section .card .icon-box{
    padding: 1.25rem;
    text-align: center;
    background-color: var(--clr-primary-light);
}
.cl-service-section .card .icon-box img{
    width: 60px;
    height: 60px;
}
.cl-service-section .card-body{
    text-align: center;
}
.cl-service-section .card-body .title{
    font-size: 1.25rem;
}
.cl-service-section .card-body .title a{
    color: var(--clr-black);
}
/*| Media Query |==========================================================|*/
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (max-width: 991.98px){
    .cl-service-section .card{
        margin-bottom: 1.25rem;
    }
}
@media (max-width: 575.98px){}
/*|========================================================================
    Cl CTA Section
===========================================================================|*/
.cl-cta-section{}
.cl-cta-section .container{
    position: relative;
    padding: 1.25rem;
    border-radius: 1rem;
    background-color: var(--clr-primary-light);
    overflow: hidden;
}
.cl-cta-section .container::before{
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: rgba(205, 235, 232, 0.1);
    border-radius: 50%;
    box-shadow: inset 4px 4px 48px rgba(3, 173, 152, 0.24);
}
.cl-cta-section .cta-title{
    color: var(--clr-primary);
    font-size: 1.375rem;
}
.cl-cta-section .subtitle{
    color: #F3D14C;
    font-size: 1.125rem;
    font-family: var(--title-font-famly);
}
.cl-cta-section .subtitle small{
    color: var(--clr-black);
    font-size: .875rem;
}
/*| Media Query |==========================================================|*/
@media (min-width: 768px){}
@media (min-width: 992px){
    .cl-cta-section .container{
        padding: 3rem;
        border-radius: 1.5rem;
    }
    .cl-cta-section .cta-title{
        font-size: 2.5rem;
    }
    .cl-cta-section .subtitle{
        font-size: 2rem;
    }
}
@media (max-width: 767.98px){}
@media (max-width: 575.98px){}
/*|========================================================================
    Lab Test Section
===========================================================================|*/
.lab-test-section{
    background-color: #F9F9F9;
}
.lab-test-section .card{
    border-color: #ECECEC;
    border-radius: 20px 20px 12px 12px;
}
.lab-test-section .card .icon-box{
    padding: 20px;
    text-align: center;
}
.lab-test-section .card .icon-box img{
    width: 60px;
}
.lab-test-section .card-body{
    text-align: center;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 12px 12px;
    background-color: var(--clr-primary-light);
}
.lab-test-section .card-body .title{
    font-size: 1.25rem;
    line-height: 24px;
}
/*| Media Query |==========================================================|*/
@media (min-width: 768px){}
@media (min-width: 992px){
    .lab-test-section .card .icon-box{
        padding: 30px;
    }
    .lab-test-section .card{
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }
    .lab-test-section .card-body .title{
        font-size: 1.5rem;
        line-height: 36px;
    }
}
@media (max-width: 991.98px){
    .lab-test-section .card{
        margin-bottom: 1.25rem;
    }
}
@media (max-width: 575.98px){}
/*|========================================================================
    CL Package Section
===========================================================================|*/
.cl-package{
    padding-top: 20px;
}
.cl-package .card{
    padding: 16px;
    background: #FFF9E8;
    border: 1px solid #FFD456;
    border-radius: 12px;
    text-align: center;
}
.cl-package .card::before,.cl-package .card::after{
    content: '';
    position: absolute;
    bottom: 0;
}
.cl-package .card::before{
    width: 60px;
    height: 60px;
    left: 0;
    background-image: url(../../images/drugs.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.cl-package .card::after{
    width: 16px;
    height: 16px;
    right: 4px;
    bottom: 4px;
    background-image: url(../../images/text-line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.cl-package .card .package-name{
    font-family: var(--title-font-famly);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    color: var(--clr-primary);
    margin-bottom: 16px;
}
.cl-package .card .title{
    font-size: 1.125rem;
    line-height: 22px;
}
/*| Media Query |==========================================================|*/
@media (min-width: 768px){
    .cl-package{
        padding-top: 50px;
    }
}
@media (min-width: 992px){
    .cl-package{
        padding-top: 80px;
    }
    .cl-package .card{
        padding: 20px 50px;
    }
    .cl-package .card .package-name{
        font-size: 2rem;
        line-height: 47px;
        margin-bottom: 20px;
    }
    .cl-package .card .title{
        font-size: 1.5rem;
        line-height: 36px;
    }
}
@media (max-width: 767.98px){}
@media (max-width: 575.98px){}
/*|========================================================================
    CL Video Testimonial Section
===========================================================================|*/
.cl-video-testimonial-section{
    background-color: var(--clr-primary-light);
}
.cl-video-testimonial{}
.cl-video-testimonial .card{
    padding: 16px;
    border: 1px solid #EFF0F6;
    box-shadow: 4px 4px 24px rgba(8, 15, 52, 0.04);
    border-radius: 12px;
}
.cl-video-testimonial .card .video-thumbnail{}
.cl-video-testimonial .card .video-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.cl-video-testimonial .card-body{
    position: relative;
    flex: 1;
}
.cl-video-testimonial .card-body::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-image: url(../../images/icons/Icon-left-quote.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.cl-video-testimonial .card-body .title{
    font-size: 1.25rem;
}
.cl-video-testimonial .card-body p{
    font-size: 1rem;
}
.cl-video-testimonial .card-body .customer-info{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 1rem;
}
.cl-video-testimonial .card-body .customer-info .customer-img{}
.cl-video-testimonial .card-body .customer-info .customer-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.cl-video-testimonial .card-body .customer-info .customer-name{
    color: #585981;
    font-family: var(--title-font-famly);
    font-size: 1.25rem;
}
.cl-video-testimonial .card-body .customer-info .customer-rating{}
.cl-video-testimonial .card-body .customer-info .customer-rating span{
    color: #EBCC60;
}

.cl-video-testimonial.owl-carousel .owl-nav .owl-next,.cl-video-testimonial.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 80%;
    width: 40px;
    height: 40px;
    right: 32px;
    border-radius: 50%;
    background: #F9FAFB;
}
.cl-video-testimonial.owl-carousel .owl-nav .owl-next{
    background-color: var(--clr-primary);
}
.cl-video-testimonial.owl-carousel .owl-nav .owl-next i{
    color: var(--clr-white);
}   
.cl-video-testimonial.owl-carousel .owl-nav .owl-prev{
    right: 85px;
}
.cl-video-testimonial.owl-carousel .owl-nav button i {
    color: #2C2C2C;
    font-size: 1rem;
}
.cl-video-testimonial.owl-carousel .owl-dots{
    position: absolute;
    top: 97%;
    left: 50%;
}
/*| Media Query |==========================================================|*/
@media (min-width: 768px){}
@media (min-width: 992px){
    .cl-video-testimonial .card{
        padding: 30px;
        flex-direction: row;
        gap: 16px;
        border-radius: 20px;
    }
    .cl-video-testimonial .card .video-thumbnail{
        width: 25%;
    }
    .cl-video-testimonial .card .video-thumbnail img{
        border-radius: 16px;
    }
    .cl-video-testimonial .card-body{
        padding: 0 16px;
    }
    .cl-video-testimonial .card-body .title{
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    .cl-video-testimonial .card-body .customer-info{
        margin-top: 1.75rem;
    }
    .cl-video-testimonial.owl-carousel .owl-nav{
        display: inline;
    }
    .cl-video-testimonial.owl-carousel .owl-nav .owl-next,.cl-video-testimonial.owl-carousel .owl-nav .owl-prev{
        top: 80%;
    }
    .cl-video-testimonial.owl-carousel .owl-dots{
        top: 87%;
        left: 320px;
        display: inline;
    }

}
@media (max-width: 767.98px){}
@media (max-width: 575.98px){
    .cl-video-testimonial .card-body{
       padding: 1rem 0;
    }
}
/*|========================================================================
    Gallery Section
===========================================================================|*/
.gallery-section{
    position: relative;
}
.gallery-grid{
    column-count: 1;
    column-gap: 10px;
}
.grid-item {
    display: grid;
    /* grid-template-rows: 1fr auto; */
    margin-bottom: 10px;
    break-inside: avoid;
}
.grid-item .gallery-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.row-span-2{
    grid-row: span 2 / span 2;
}
.row-span-3{
    grid-row: span 3 / span 3;
}
.row-span-4{
    grid-row: span 4 / span 4;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-auto{
    grid-auto-columns: auto;
}

/*| Media Query |==========================================================|*/
@media (min-width: 768px){
    .gallery-grid{
        column-count: 2;
        column-gap: 10px;
    }
}
@media (min-width: 992px){
    .gallery-grid{
        column-count: 4;
        column-gap: 10px;
    }
    .row-span-lg-2{
        grid-row: span 2 / span 2;
    }
    .row-span-lg-3{
        grid-row: span 3 / span 3;
    }
    .row-span-lg-4{
        grid-row: span 4 / span 4;
    }
    .col-span-lg-2{
        grid-column: span 2 / span 2;
    }
    .col-span-lg-3{
        grid-column: span 3 / span 3;
    }
    .col-span-lg-auto{
        grid-auto-columns: auto;
    }
    .col-span-50{
        width: 408px;
    }
    .col-span-50+.col-span-50{
        margin-left: 145px;
    }
}
@media (max-width: 767.98px){}
@media (max-width: 575.98px){}

/*|========================================================================
    Map Section
===========================================================================|*/
.map-section{
    background-color: var(--clr-primary-light);
}
.map-section .map-img{}
.map-section .map-img img{
    border-radius: 10px;
}
/*| Media Query |==========================================================|*/
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (max-width: 767.98px){}
@media (max-width: 575.98px){}

#sales-map {
    width: 100%; height: 480px; margin-top: 0px; margin-bottom: 0px;
}

.info-window {
    font-family: source sans pro,sans-serif;
    color: #fff;
}

.info-window h5 {
    font-size: 14px;
    font-weight: 700;
}

#infobox {
    border:none;
}

.info-content {
    color: #fff;
}

.gm-style-iw {
    background-color: var(--clr-primary) !important;
}

/* white background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div
{
    /* we have to use !important because we are overwritng inline styles */
    /* background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    display: none; */
}

/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div
{
    background-color: var(--clr-primary) !important; 
    box-shadow: var(--clr-primary) !important;
    display: none;
}

/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{
    margin-right: 5px;
    margin-top: 5px;
}

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img
{
    display: transparent;
}

.gm-ui-hover-effect>span {
    background-color: #fff !important;
}