@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Figtree', sans-serif;
}

.banner-sec {
    background: url('images/banner.webp');
    background-size: cover;
}

.nav-shadow {
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 124 157 / 42%);
}

.navbar-light .navbar-nav .nav-link {
    font-size: .86rem;
    color: #575B78;
    padding-right: 0.86rem;
}

.form-card {
    background-color: #fff;
    box-shadow: 0px 0px 18px #C1D4D9;
    padding: 20px 26px;
    border-radius: 9px;
    width: 346px;
}

.form-postion {
    /* position: fixed; */
    top: 95px;

}


.form-title {
    font-size: 15px;
    font-weight: bold;
    color: #007C9D;
    letter-spacing: 0.01rem;
    margin-bottom: 16px;
}

.form-card .form-control, .btn-outline-secondary, .form-select {
    background: #EEF1F2;
    border: none;
    border-radius: 4px;
    color: #344347;
    font-size: .86rem;
    height: 36px;
}

.form-card .form-control::placeholder {
    color: #7B888C;
}

.refresh-title {
    font-size: 14px;
    color: #677579;
}


.brng-title {
    font-size: 36px;
    color: #82939E;
    font-weight: 600;
}

.hero-title {
    color: #007C9D;
    font-size: 52px;
    font-weight: bold;
}

.sec-pad {
    padding: 80px 0px;
}

.glbl-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 22px;
}

.glbl-title span {
    color: #007C9D;
}

.glbl-card {
    padding: 12px 20px;
    box-shadow: 0px 0px 9px #c1d4d9;
    border-radius: 6px;
    margin-bottom: 12px;
}

.glbl-card h3 {
    color: #03657F;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    line-height: 1.5;
}

.glbl-points {
    position: relative;
}

.glbl-points h3 {
    font-size: 20px;
    color: #03222B;
    font-weight: 700;
}

.glbl-points h4 {
    font-size: 16px;
    color: #3C5055;
    font-weight: 400;
}


.vr_line {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #B3DAE5;
    top: 0;
    right: -12px;

}

hr:not([size]) {
    height: 0.8px;
    background: #96c8d6;
}

.bdr-btm {
    border-bottom: .6px solid #B8DCE6;
}

.main_hdng {
    font-size: 36px;
    color: #03222B;
    font-weight: bold;
}

.sub_hdng {
    font-size: 17px;
    color: #03222B;
    font-weight: 500;
}

.splty_bg {
    background: #F4F9FB;
}

.splty_bg p {
    font-size: 16px;
    color: #566B71;
    line-height: 28px;
    padding-top: 12px;
}


.menu-card {
    background-color: #fff;
    border-radius: 4px;
    border: none;
    min-height: 186px;
    margin-bottom: 24px;
    box-shadow: 1px 1px 2px #e3ecf0, -1px -1px 2px #e4eef3;
}

.menu-card .card-title {
    font-size: 16px;
    color: #03222B;
}

.menu-card p {
    font-size: .78rem;
    color: #3C5055;
    line-height: 24px;
    padding-top: 0px;
}

.city-title {
    color: #03657F;
    font-size: 17px;
    font-weight: 600;
}

.city-card {
    background: #F6F9FB;
    box-shadow: 0px 3px #e5eaec;
    border: 0px;
    border-radius: 6px;
}

.procedure_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trip_points {
    color: #03222B;
    font-weight: 500;
    font-size: 17px;
}

.spl-sec {
    background: url('images/quotebg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 30px;
    border-radius: 6px;
    text-align: center;
}

.quote-hdng {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.journey-hdng {
    color: #007C9D;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 16px;
}

.stepper-mrn {
    margin-top: -36px;
    margin-bottom: 46px;
}

.stepper-no {
    background: #EEF1F2;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 17px;
    color: #8AA7B3 !important;
    font-weight: 600;
}

.stepper .vtline {
    width: 2px;
    /* background-color: lightgrey !important; */
    background: url('images/line.png');
}

.testimonials_bg {
    background: #eef2f3;
    border-radius: 6px;
}

.test_monial_wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.image img {
    width: 100%;
    cursor: pointer;
}
.image .video-link{
    position: relative;
}
.image .video-link i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 25px;
    color: #ecb123;
    font-weight: 400;
    border: 2px solid #ecb123;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.46);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
}
footer {
    background-color: #F6F9FB;
    color: #03222B;
    padding: 30px 0;
}

footer h4 {
    margin: 0px;
    font-size: 14px;
}

#toTop {
    display: none;
    position: fixed;
    right: 12px;
    bottom: 20px;
    z-index: 998;
    /* background: #365d96;
    border-radius: 50%;
    padding: 10px; */
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}

.mbl_btn {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    z-index: 999;
    display: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #E6EEF2;
}

.nav-tabs .nav-link {
    font-size: 12px;
    padding: 0.5rem 0.22rem;
    color: #3C5055;
    border-color: #e6eef2 #ffffff #e6eef2;
    border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #03657F;
    border-bottom: 2px solid #03657F !important;
    background: none;
    border-color: #e6eef2 #ffffff #e6eef2;
    border-radius: 0px;
}

.tab-content h5 {
    color: #82939E;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 0px 6px;
}

.tab-content p {
    color: #3C5055;
    line-height: 28px;
    font-size: .92rem;
}

.text-primary {
    color: #007C9D !important;
}

.btn-info {
    color: #fff;
    background: linear-gradient(158deg, #007c9d 0%, #004456);
    height: 52px;
    border-color: #007c9d;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-warning {
    color: #fff;
    background: linear-gradient(158deg, #ECB42B 0%, #C3931E);
    height: 46px;
    border-color: #ECB42B;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}


 

::-webkit-scrollbar {
  width: 9px;
  height: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
   background: #03657F;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  
}
::-webkit-scrollbar-thumb:window-inactive {
      background: #03657F;
} 


@media (min-width: 320px) and (max-width: 767.98px) {

    .scroll-items {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }
    .scroll-items>* {
        display: inline-block;
        max-width: 60%;
    }
    .nav-tabs .nav-link{font-size: 14px; border-color: #e6eef2 #ffffff #e6eef2 #e6eef2;}
     
    .container {
        padding: 0 1.4rem;
    }

    .form-postion {
        position: initial;
        top: 95px;

    }

    .mbl_btn {
        display: block;
        box-shadow: 0px -4px 6px #cedce0;
    }

    .sec-pad {
        padding: 40px 0px;
    }

    .main_hdng {
        font-size: 24px;
    }

    .patient_srbdr {
        border-bottom: 1px dashed #CDE3E9;
        padding-bottom: 12px;
        margin-bottom: 19px !important;
    }

    .trip_points {
        padding-top: 16px;
    }

    .quote-hdng {
        font-size: 22px;
    }

    .spl-sec {
        padding: 20px;
    }

    .hero-title {
        font-size: 31px;
    }

    .brng-title {
        font-size: 19px;
    }

    .banner-sec {
        background: url(images/mobilebanner.webp);
        background-size: cover;
    }

    .xs-none {
        display: none;
    }

    .form-card {
        width: auto;
        margin-top: 22px;
        padding: 20px;
    }

    .glbl-title {
        font-size: 28px;
    }

    .city-card .card-body {
        padding: 0.6rem 0.8rem;
    }

    footer h4 {
        font-size: 13px;
    }

}

.countryCode{
    width: 60px;
    background: #EEF1F2;
    border: none;
    border-radius: 4px;
    color: #344347;
    font-size: .86rem;
    height: 36px;
}
.custom-capt {
    padding: 1px;
    font-size: 22px;
    text-align: center;
    pointer-events: none;
    height: 34px;
    margin-bottom: 0;
    background: url(https://cdn.apollohospitals.com/dev-apollohospitals/assets/images/captcha-bg.jpg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}
.alert {
    display: block;
    padding: 6px 10px;
    font-size: 14px;
}
#city:focus {
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;
  }

  /* .file {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
      } */

.file>input[type='file'] {
    display: none
}

.file>label {
    font-size: .82rem;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-color: #C9E9FA;
    border-style: dashed;
    border-radius: 9px;
    border-width: 1px;
    background-color: hsl(0deg 0% 100%);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.file>label:hover {
    border-color: #007c9e;
}

.file>label:active {
    background-color: hsl(0, 0%, 96%);
}

.file>label>i {
    padding-right: 5px;
}

.file--upload>label {
    color: hsl(204, 86%, 53%);
    border-color: hsl(204, 86%, 53%);
}

.file--upload>label:hover {
    border-color: hsl(204, 86%, 53%);
    background-color: hsl(204, 86%, 96%);
}

.file--upload>label:active {
    background-color: hsl(204, 86%, 91%);
}

.keyprocedures {
    padding: 60px 0px 90px;
    background: #F2F8FC;
    border-bottom: 1px solid #D8EFFA;
}
.loader-progress {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.6);
    height: 100%;
    width: 100%;
    display: none;
}
.file-uploaded{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px 0 0 0;
    display: inline-block;
    position: relative;
    display: none;
    text-align: center;
}
.file-uploaded .doc-icon{
    width: 40px;
}
.file-name{
    display: block;
    font-size: 12px;
}
.remove-file{
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.loader-progress img {
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
}