/********** Template CSS **********/
:root {
    --primary: #368e7d;
    --secondary: #07463a;
    --light: #F6F7FC;
    --dark: #15233C;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 60px;
    height: 60px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #111212;
    font-weight: 500;
    outline: none;
    font-size: 20px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 958px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 793px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
         object-fit: cover;
         opacity: 0.5;
    }
        .cs-main-post img{
        width: 250px !important;
    }
    .navbar .navbar-brand img {
    max-height: 50px !important;
}
}
@media (max-width: 768px) {
    .mt-top {
        margin-top: 190px;
    }
}
/* .mt-top {
    margin-top: 80px;
} */
@media (min-width:641px)  { 
    .mt-top {
        margin-top: 190px;
    }
 }
@media (min-width:1060px)  { 
    .mt-top {
        margin-top: 120px;
    }
 }
@media (min-width:1280px) { 
    .mt-top {
        margin-top: 120px;
    }
 }
/* @media (min-width:1281px) { hi-res laptops and desktops } */
.page-header {
    background: url(../img/sub-banner.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-package {
    background: url(../img/packages/pathology.jpg) center center no-repeat;
    background-size: cover;
}
.service-page .sbg-image {
    background: url(../img/service-1.jpg) center center no-repeat;
    background-size: cover;
    min-height: 850px;
}
.cmain{
        display: block;
    }
@media (max-width: 768px) {
    .page-header {
        background: url(../img/service-mobile.jpg) center center no-repeat;
        background-size: cover;
    }
    .page-header-package {
        background: url(../img/packages/pathology.jpg) center center no-repeat;
        background-size: cover;
    }
    #content1::after{
        content: "\a";
        white-space: pre;
    }
    #content2::before{
        content: "\a";
        white-space: pre;
    }
    .cmain{
        display: none !important;
    }
    .ctab{
        display: none !important;
    }
    .cmobile{
        display: block !important;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
    .page-header {
        background: url(../img/sub-banner-tab.jpg) center center no-repeat;
        background-size: cover;
    }
    .page-header-package {
        background: url(../img/packages/pathology.jpg) center center no-repeat;
        background-size: cover;
    }
    .cmain{
        display: none !important;
    }
    .ctab{
        display: block !important;
    }
    .cmobile{
        display: none !important;
    }
  }

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}
.page-header-package .breadcrumb-item,
.page-header-package .breadcrumb-item a {
    font-weight: 500;
}

.page-header-package .breadcrumb-item a,
.page-header-package .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header-package .breadcrumb-item a:hover,
.page-header-package .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}
/*** Health Check ***/

.card-img, .card-img-top{
    border-top-left-radius: 0px;
    border-top-right-radius : 0px
}

.card-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.health-heading{
    font-size: 56px;
}
.package-details{
    margin-top: 30px;
}
.badge{
    background-color: #368e7d;
}
.icon-border{
    padding: 10px;
    background-color: #368e7d;
    color: white;
}
.icon-border-custom{
    padding: 10px;
    background-color: #fff !important;
    color: #368e7d;
    border: 1px solid #368e7d;
}
.health-card:hover{
    background-color: rgb(229, 250, 246);
}

/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    background-color: #fff;
    color: #368e7d;
    border: 1px solid#368e7d;
    padding: 5px;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}
/* login form */
.half{
    background-color: #dbf1ae;
}
.half, .half .container > .row {
    height: 100vh; }
  
  @media (max-width: 991.98px) {
    .half .bg {
      height: 500px; } }
  
  .half .contents, .half .bg {
    width: 50%; }
    @media (max-width: 1199.98px) {
      .half .contents, .half .bg {
        width: 100%; } }
    .half .contents .form-group, .half .bg .form-group {
      overflow: hidden;
      margin-bottom: 15px;
      border: 1px solid #efefef;
      /* padding: 15px 15px; */
      border-bottom: none;
      position: relative; }
      /* .half .contents .form-group label, .half .bg .form-group label {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; } */
      .half .contents .form-group input:focus + label, .half .bg .form-group input:focus + label {
        margin-top: -20px; }
      /* .half .contents .form-group.first, .half .bg .form-group.first {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px; } */
      /* .half .contents .form-group.last, .half .bg .form-group.last {
        border-bottom: 1px solid #efefef;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px; } */
      .half .contents .form-group label, .half .bg .form-group label {
        font-size: 12px;
        display: block;
        margin-bottom: 0;
        color: #b3b3b3; }
      .half .contents .form-group.field--not-empty label, .half .bg .form-group.field--not-empty label {
        margin-top: -20px; }
    .half .contents .form-control, .half .bg .form-control {
      border: none;
      padding: 13px;
      font-size: 15px;
      border-radius: 0; }
      .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
  
  .half .bg {
    background-size: cover;
    background-position: center; }
  
  .half a {
    color: #888;
    text-decoration: underline; }
  
  .half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px; }
  
  .half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px; }

    .social-login a {
        display: block;
        text-decoration: none;
        display: block;
        position: relative;
        text-align: center;
        color: #fff;
        margin-bottom: 10px; }
        .social-login a:hover {
          color: #fff; }
        .social-login a.facebook {
          background: #3b5998; }
          .social-login a.facebook:hover {
            background: #344e86; }
        .social-login a.twitter {
          background: #1da1f2; }
          .social-login a.twitter:hover {
            background: #0d95e8; }
        .social-login a.google {
          background: #ea4335; }
          .social-login a.google:hover {
            background: #e82e1e; }
      
      .control {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        cursor: pointer;
        font-size: 14px; }
        .control .caption {
          position: relative;
          top: .2rem;
          color: #888; }
      
      .control input {
        position: absolute;
        z-index: -1;
        opacity: 0; }
      
      .control__indicator {
        position: absolute;
        top: 2px;
        left: 0;
        height: 20px;
        width: 20px;
        background: #e6e6e6;
        border-radius: 4px; }
      
      .control--radio .control__indicator {
        border-radius: 50%; }
      
      .control:hover input ~ .control__indicator,
      .control input:focus ~ .control__indicator {
        background: #ccc; }
      
      .control input:checked ~ .control__indicator {
        background: #007bff; }
      
      .control:hover input:not([disabled]):checked ~ .control__indicator,
      .control input:checked:focus ~ .control__indicator {
        background: #1a88ff; }
      
      .control input:disabled ~ .control__indicator {
        background: #e6e6e6;
        opacity: 0.9;
        pointer-events: none; }
      
      .control__indicator:after {
        font-family: 'icomoon';
        content: '✓';
        position: absolute;
        display: none;
        font-size: 16px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      
      .control input:checked ~ .control__indicator:after {
        display: block;
        color: #fff; }
      
      .control--checkbox .control__indicator:after {
        top: 50%;
        left: 50%;
        margin-top: -1px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      
      .control--checkbox input:disabled ~ .control__indicator:after {
        border-color: #7b7b7b; }
      
      .control--checkbox input:disabled:checked ~ .control__indicator {
        background-color: #7e0cf5;
        opacity: .2; }

       .social-login a span{
        padding-right: 10px;
        font-size: 21px;
        }

        .owl-nav{
            display: flex;
            justify-content: space-between;
        }

        /* sticky nav */

        .social-btn {
            display: flex;
              width: 230px;
              align-items: center;
              justify-content: space-between;
              padding-left: 20px;
              padding-right: 10px;
              padding-top: 5px;
              padding-bottom: 5px;
              border: 1px;
              border-bottom-right-radius: 30px;
              border-top-right-radius: 30px;
              margin-bottom: 5px;
              position: relative;
              left: -175px;
              transition: left 1s;
          }
          .social-btn:hover {
            left: -10px;
            transition: left 1s;
          }
          
          .social-sticky {
            position: fixed;
            top: 298px;
            z-index: 10000;
          }
          .social-sticky a {
            text-decoration: none;
          }
          
          .color-telegram {
            background-color: #ffffff;
            box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          }
          /* .color-instagram {
            background-color: #f62782;
          }
          .color-whatsapp {
            background-color: #24cc63;
          } */
          
          .google-font {
            /* font-family: "Lato", sans-serif; */
              font-size: 16px;
              font-weight: 500;
          }
          
          .social-btn img {
            width: 40px;
          }
          
          .social-btn p {
            color: #38373a;
              margin-top: 0px;
              margin-bottom: 0px;
          }
          
          .social-sticky a div i{
            order: 2;
              display: inline-block;
              font-size: 29px;
              font-weight: 600;
              color: #368e7d;
          }


          @media (min-width: 992px){
            .px-lg-7 {
                padding-right: 5rem !important;
                padding-left: 5rem !important;
            }
            .px-5 {
              padding-right: 5rem !important;
              padding-left: 5rem !important;
          }
          }

          @media (max-width: 576px){
          .d-image{
            display: none;
          }
          .carousel-item{
            min-height: 650px;
          }
          }

          @media only screen and (max-width: 850px) and (min-width: 576px)  {
            .d-image{
            display: block;
          }

          .carousel-item{
            min-height: 650px;
          }
          }
          .mt-96{
            margin-top: -96px;
          }
          .navbar .navbar-brand img {
              max-height: 70px ;
          }
          .display-6 {
              font-size:  calc(1.1rem + 1.3vw);
              font-weight: 500 !important;
              line-height: 1.2;
          }
          .display-5 {
              font-size:  calc(1.1rem + 1.1vw);
              font-weight: 500 !important;
              line-height: 1.2;
          }
          .btn{
            border-radius: 5px;
          }
          .btn-success {
              color: #fff;
              background-color: #b5cf80;
              border-color: #b5cf80;
          }
          .btn-success:hover {
              color: #fff;
              background-color: #368e7d;
              border-color: #368e7d;
          }
          .btn-primary {
              color: #fff;
              background-color: #368e7d;
              border-color: #368e7d;
          }
          .btn-primary:hover {
              color: #fff;
              background-color: #136655;
              border-color: #136655;
          }
          
          .bg-white {
              background-color: #ffffff !important;
          }
          @media (min-width: 1400px){
          .container {
              max-width: 1610px;
          }
          }
          /* .btn {
              border-radius: 0px;
          } */
          /* footer */
          .footer-20192{
            background-image: url('img/Footer.jpg');
            background-repeat: no-repeat;
            background-size: cover;
          }
          .footer-20192 .cta {
            /* -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2); */
            /* box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2); */
            padding: 85px;
            background-color: #b5cf80;
            top: -200px;
            position: relative; 
            border-radius: 5px;}
          .bg-primary{
              background-color:#368e7d !important;
              color: #fff;
          }
          .pt-6{
            padding-top: 6.5rem !important;
          }
          .modal-content {
            border-radius: 0px !important;
          }
          .p-header{
            padding-top: 4rem;
            padding-bottom: 4rem;
          }
          .text-primary {
            color: #368e7d !important;
        }
        /* gallery */

        .modal-content {
            border-radius: 0px !important;
          }
          .portfolio-menu{
              text-align:center;
          }
          .portfolio-menu ul li{
              display:inline-block;
              margin:0;
              list-style:none;
              padding:5px 15px;
              cursor:pointer;
              -webkit-transition:all 05s ease;
              -moz-transition:all 05s ease;
              -ms-transition:all 05s ease;
              -o-transition:all 05s ease;
              transition:all .5s ease;
          }
          
          .portfolio-item{
              /*width:100%;*/
          }
          .portfolio-item .item{
              /*width:303px;*/
              float:left;
              margin-bottom:10px;
          }
          
          .text-primary {
              color: #368e7d !important;
          }
          .btn-outline-primary {
              color: #1a1818 !important;    
              border-color: #368e7d;
          }
          .btn-outline-primary:active, .btn-outline-primary.active {
              color: #fff !important;
              background-color: #368e7d;
              border-color: #368e7d;
          }
          .btn-outline-primary:hover {
              color: #fff !important;
              background-color: #368e7d;
              border-color: #368e7d;
          }

          /* find a doctor */

          .btn-outline-primary {
            color: #1a1818 !important;    
            border-color: #368e7d;
        }
        .btn-outline-primary:active, .btn-outline-primary.active {
            color: #fff !important;
            background-color: #368e7d;
            border-color: #368e7d;
        }
        .btn-outline-primary:hover {
            color: #fff !important;
            background-color: #368e7d;
            border-color: #368e7d;
        }
        
        /* age radio */
        .col {
          display: block;
          float:left;
          margin: 1% 0 1% 1.6%;
        }
        
        .col:first-of-type { margin-left: 0; }
        
        /* CLEARFIX */
        
        .cf:before,
        .cf:after {
            content: " ";
            display: table;
        }
        
        .cf:after {
            clear: both;
        }
        
        .cf {
            *zoom: 1;
        }
        .form .plan input, .form .payment-plan input, .form .payment-type input{
            display: none;
        }
        /* .four { width: 32.26%; max-width: 32.26%;} */
        /* .four{ padding-left: 10px; padding-right: 10px } */
        .form label {
            position: relative;
            color: #484040;
            /* background-color: #368e7d; */
            font-size: 14px;
            text-align: center;
            padding: 10px;
            display: block;
            cursor: pointer;
            border: 1px solid #ededed;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        .form .plan input:checked + label, .form .payment-plan input:checked + label, .form .payment-type input:checked + label {
            border: 1px solid #368e7d;
            background-color: #368e7d;
            color: #ffffff;;
        }
        
        .form .plan input:checked + label:after, form .payment-plan input:checked + label:after, .form .payment-type input:checked + label:after{
            content: "✓";
            width: 29px;
            height: 29px;
            line-height: 27px;
            border-radius: 100%;
            /* border: 2px solid #fff; */
            /* background-color: #368e7d; */
            color: #fff;
            z-index: 999;
            position: absolute;
            top: 5px;
            right: -10px;
            padding-right: 1.5rem !important;
            padding-left: 0.5rem !important;
            font-weight: 600;
        }
        
        .submit{
            padding: 15px 60px;
            display: inline-block;
            border: none;
            margin: 20px 0;
            background-color: #2fcc71;
            color: #fff;
            border: 2px solid #333;
            font-size: 18px;
            -webkit-transition: transform 0.3s ease-in-out;
            -o-transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
        }
        
        .submit:hover{
            cursor: pointer;
            transform: rotateX(360deg);
        }
        .border-1{
            border: 1px solid #ededed;
            padding: 20px;
            min-height: 440px;
            margin-bottom: 20px;
        }
        h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
            margin-top: 0;
            margin-bottom: 0.5rem;
            font-family: "Poppins",sans-serif;
            font-weight: 600;
            line-height: 1.2;
            color: #767676;
        }
        .radiobtn {
          position: relative;
          display: block;
        }
        .radiobtn label {
            display: block;
            background: #ffffff;
            color: #3e3c3c;
            /* border-radius: 5px; */
            padding: 10px 20px;
            border: 1px solid #ededed;
            margin-bottom: 5px;
            cursor: pointer;
            font-size: 14px;
        }
        .radiobtn label:after, .radiobtn label:before {
          content: "";
          position: absolute;
          right: 11px;
          top: 11px;
          width: 20px;
          height: 20px;
          border-radius: 3px;
          background: #fff;
        }
        .radiobtn label:before {
          background: transparent;
          transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
          z-index: 2;
          overflow: hidden;
          background-repeat: no-repeat;
          background-size: 13px;
          background-position: center;
          width: 0;
          height: 0;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
        }
        .radiobtn input[type=radio] {
          display: none;
          position: absolute;
          width: 100%;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
        }
        .radiobtn input[type=radio]:checked + label {
          background: #368e7d;
          -webkit-animation-name: blink;
                  animation-name: blink;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s;
          border-color: #368e7d;
          color: #fff;
        }
        .radiobtn input[type=radio]:checked + label:after {
          background: #368e7d;
        }
        .radiobtn input[type=radio]:checked + label:before {
          width: 20px;
          height: 20px;
        }
        .scrollbar {
            height: 440px;
            overflow-y: scroll;
            margin-bottom: 25px;
            border: 1px solid #ededed;
            padding: 20px;
        }
        #style-2::-webkit-scrollbar-track
        {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }
        
        #style-2::-webkit-scrollbar
        {
            width: 6px;
            background-color: #F5F5F5;
        }
        
        #style-2::-webkit-scrollbar-thumb
        {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #0699a3;
        }
        #style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0699a3;
}
        /* profile */
        .social-links a {
            border-radius: 50%;
            color: rgba(121, 121, 121, .8);
            display: inline-block;
            height: 52px;
            /* line-height: 27px; */
            /* border: 1px solid rgba(121, 121, 121, .5); */
            text-align: center;
            width: 52px;
            color:#368e7d;
        }
        .social-links p {
            font-size: 13px;
        }
        
        .social-link li a:hover {
            color: #797979;
            border: 2px solid #797979
        }
        .thumb-lg {
            height: 112px;
            width: 112px;
        }
        .img-thumbnail {
            padding: .25rem;
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: .25rem;
            max-width: 100%;
            height: auto;
        }
        .text-pink {
            color: #ff679b!important;
        }
        .member-card{
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }
        .card-box {
            padding: 20px;
            border-radius: 3px;
            margin-bottom: 30px;
            background-color: #fff;
        }
        .btn-rounded{
          border-radius: 20px;
        }
        .select2-container .select2-selection--single{
            height:34px !important;
        }
        .select2-container--default .select2-selection--single{
                 border: 1px solid #ccc !important; 
             border-radius: 0px !important; 
        }

        

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #368e7d !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
.find-a-doctor{
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-link:first-child {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    background: #e9ecef;
    color: #15233C;
}
.nav-tabs .nav-link:last-child {
    border-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #e9ecef;
    color: #15233C;
}
.nav-tabs .nav-link {
    /* width: 215px; */
    text-align: center;
    background: #e9ecf1;
    border-right: 1px solid #c1c4c9;
    padding: 13px 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.list-group-item a{
    color: #333;
}
/* our partners */

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

#clients {
    padding: 60px 0;
    
}
#clients .clients-wrap {
    /* border-top: 1px solid #d6eaff; */
    /* border-left: 1px solid #d6eaff; */
    margin-bottom: 30px;
    margin-top: 50px;
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients img {
    transition: all 0.4s ease-in-out;
}
#clients .row>* {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#clients .img-fluid {
    max-width: 100%;
    /* height: 130px; */
}
.section-title h4::after {
    position: absolute;
    content: "";
    display: block;
    padding-top: 5px;
    width: 51px;
    height: 3px;
    left: calc(50% - 28px);
    background: #368e7d;
    bottom: 0;
}

.section-title h4::before {
    content: "";
    position: absolute;
    display: block;
    width: 138px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 67px);
}

/* login modal */

/*-------------------------------------------------
 * Modal Style 1 CSS start
 *-----------------------------------------------*/
 
 /* .modal-style-3 .modal-login {
    width: 350px;
    font-size: 13px;
} */
.modal-style-3 .modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.modal-style-3 .modal-login h4 {
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.modal-style-3 .modal-header .close{
    position: absolute;
    right: 10px;
}
.modal-style-3  .close:focus, .modal-style-3 .close:active {
   outline: none !important;
   box-shadow: none;
}
.modal-style-3 .modal-login a{
    text-decoration: none !important;
}

.modal-style-3 .modal-login form{
    width: 280px;
    margin: 0 auto;
}

.modal-style-3 .modal-login .form-group{
    position: relative;

}
.modal-style-3 .modal-login .form-control {
    height: auto;
    min-height: 35px;
    border: 1px solid #eaeaea;
    padding: 0 10px;
    background-color: #fff;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding-left: 40px;
    border-radius: 25px;
}

.modal-style-3 .modal-login .form-control ~ i {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #368e7d;
}

.modal-style-3 .btn-signin {
    border-radius: 25px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #368e7d;
    border: 1px solid #368e7d;
}
.dark.modal-style-3 .modal-content{
    background: #449b8a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #449b8a, #0d6151); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #449b8a, #0d6151);
    color: #fff;
}
.dark.modal-style-3 .close, .modal-style-1.dark .modal-login h4{
    color:#fff;
}
.dark .text-danger{
    color: #777!important;
}
@media only screen and (max-width: 360px) {
    .modal-style-3 .modal-login {width: 100%; margin:5px;}
    .modal-style-3 .modal-login form{width: 100%;}
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
/*modal style 3 end*/

.border-5{
    border: 5px solid #11771e0f;
    padding: 3px;
    margin: 3px;
}

/* .slick-slide{
    margin:10px;
  } */
  /* .slick-slide img{
    width:100%;
    border: 2px solid #fff;
  } */
  .wrapper .slick-dots li button:before {
    font-size:20px;
    color:rgb(204, 21, 21);
  }

  .slick-next{
    display: none !important;
  }
  .slick-prev{
    display: none !important;
  }

  .service-section .card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #368e7d 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
  }
  .service-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
  }
  .service-section p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .service-section .icon-wrapper {
    background-color: #368e7d;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 3.5em;
    width: 3.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
  }
  .service-section .card:hover {
    background-position: 0 100%;
  }
  .service-section .card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #368e7d;
  }
  .service-section .card:hover h3 {
    color: #ffffff;
  }
  .service-section .card:hover p {
    color: #f0f0f0;
  }

  .portfolio-menu .nav-tabs .nav-link {
    /* border-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #e9ecef; */
    color: #15233C;
}


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #b5cf80;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgb(181 207 128 / 29%);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #b5cf80;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.card {
    border-radius: 0px;
    border: 1px solid rgb(79 112 86 / 13%);
}

.text-body {
    color: #2e3034 !important;
}
.partner-img-1{
    height: 190px;
    width:250px;
}

#callnowbutton {
    display: block !important;
    position: fixed;
    z-index: 666666666666666666;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA3YjAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==) center/45px 45px no-repeat #368e7d;
    bottom: 15px;
    right: 20px;
}

.medical-first a{
color: black !important;
}

.responsive {
    max-width: 100%;
    height: auto;
  }
  .text-footer a{
    color: #ffffff !important;
  }

  .card-title {
    color: #033229;
}

.health-heading {
    font-size: 42px;
    color: #033229 !important;
}
ul li {
    list-style: none;
}
.test-names ul{
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
}
.columns{
    float: left;
    position: relative;
    margin-right: 20px;
}

.badge-custom {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #368e7d;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    background-color: #fff !important;
    border: 1px solid #368e7d !important;
}

.icon-border-custom {
    padding: 10px;
    background-color: #fff;
    color: #368e7d;
}

.nav-tabs .nav-link {
    color: #111212 !important;
}
.health-card {
    min-height: 395px;
}