/*Style CSS*/

html * {
    outline: none !important;
}

body {
    font-family: "Overpass", sans-serif;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
}

body p {
    margin-bottom: 20px;
    color: #333;
    text-align: justify;
}

a {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #03b2ef;
}

a:hover {
    text-decoration: none;
}

p {
    color: #666666;
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Overpass", sans-serif;
    font-weight: bold;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    -webkit-transition: all .5s;
    transition: all .5s;
}

img {
    max-width: 100%;
}

#translator .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 25px;
    height: 35px!important
}

#translator .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px!important
}

.bg-light-black {
    background: #02b8f4;
}

.default-btn {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.default-btn:hover {
    background-color: #333333;
    background: linear-gradient(45deg, #0c59a7, #02b8f4);
    color: #ffffff;
}

.form-control {
    height: 35px;
    border-color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}

.form-control::placeholder {
    color: #777777;
}

.form-group {
    margin-bottom: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.pb-50 {
    padding-bottom: 50px
}

.main-header {
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0;
}

.navbar-light {
    padding: 2px 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 0.5;
    font-family: "Lato", sans-serif;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #333;
}

@media only screen and (min-width: 991px) {
    .navbar-light .collapse ul li {
        position: relative;
    }
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    max-width: 100%;
}

.is-sticky .navbar-light .navbar-nav .nav-link {
    color: #333333;
}

.appointment-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.appointment-inline .appointment-btn {
    background-color: #396cf0;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 20px;
}

.book-now-btn {
    background-color: #ffffff;
    color: #396cf0;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 20px;
}

.single-services {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    padding: 30px;
    -webkit-transition: .4s;
    transition: .4s
}

.call-to-action {
    background-image: url(../../../img/slider/1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.call-to-action::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #396cf0;
    opacity: .9;
    z-index: -1
}

.call-to-action .call-to-action-text {
    position: relative;
    padding-left: 75px
}

.call-to-action .call-to-action-text h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px
}

.call-to-action .default-btn {
    background: linear-gradient(45deg, #fff, #fff);
    background-color: #fff;
    border-color: #fff;
    margin-top: 4px;
    color: #396cf0
}

.call-to-action-gray {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1
}

.call-to-action-gray::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    opacity: 1;
    z-index: -1
}

.call-to-action-gray .call-to-action-text {
    position: relative;
    padding-left: 75px
}

.call-to-action-gray .call-to-action-text h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 5px
}

.call-to-action-gray .default-btn {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    background-color: #fff;
    border-color: #fff;
    margin-top: 7px;
    color: #fff;
    border-radius: 25px;
    padding: 10px 50px
}

.footer-widget {
    margin-top: -4px;
}

.footer-widget .footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.footer-widget h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.footer-widget .socials-links {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}

.footer-widget .socials-links li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.footer-widget .socials-links li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    background: #717171;
    color: #ffffff;
    transition: .5s;
    border-radius: 50%;
}

.footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li a {
    color: #666666;
}

.bottom-footer p {
    margin: 0;
}


/*Custom CSS*/

#overview-container ul,
.mobile-overview #collapseOne ul {
    padding-left: 15px;
    list-style: unset;
    color: #666;
}

#overview-container ul li,
.mobile-overview #collapseOne ul li,
.procedure-page-info ul li,
.procedure-page-info dl li,
.procedure-page-info ol li,
#doctorProfile dl li,
#doctorProfile ol li {
    line-height: 26px;
}

.language-translator {
    padding: 7px 15px;
    /*border-radius: 15px;*/
    background: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    width: 150px;
}

.bg-mozo-gradient {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
}

.header-info-text {
    display: none;
    padding: 2px 0 2px;
}

.b-0 {
    border: 0;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #2fb6e8;
}

.appointment-inline .appointment-btn {
    padding: 5px 20px;
    border-radius: 15px;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
}

.how-it-works .single-services {
    margin-bottom: 10px;
    padding: 10px 0px 0px;
    background: #fff;
}

.why-mozocare .single-services h6,
.how-it-works .single-services h6 {
    margin-top: 15px;
}

.img-icon {
    margin-bottom: 5px;
}

.img-icon i {
    font-size: 60px;
    background: -webkit-linear-gradient(#3a9bbb, #0d4680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.default-btn {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    padding: 5px 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat';
    border-radius: 4px;
}

.call-to-action::before {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
}

.form-control,
.book-now-btn {
    border-radius: 0;
    border: 1px solid #ccc;
}

.book-now-btn {
    border: 0;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #fff;
}

.mark {
    background: #FFF;
    color: rgba(0, 0, 0, .87);
    border: 1px solid #dfe1e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 16px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.mark__image {
    margin-right: 8px;
}

.mark__image-photo {
    vertical-align: middle;
}

.mark__devider {
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background: #000;
    margin: 0 8px;
}

.list-group.list-group-horizontal {
    flex-direction: unset;
}

.bottom-footer p {
    color: #CCC;
}

.footer-phone {
    border: 1px solid #ccc;
    padding: 5px 15px;
    width: 190px;
    border-radius: 25px;
    /* transform: translateX(100%);*/
    text-align: center;
}

.footer-widget ul {
    text-align: left;
}

.footer-phone a {
    color: #666666;
}

.footer-widget .socials-links li {
    margin-right: 5px;
}

.footer-phone img {
    margin-right: 5px;
    height: 15px;
    width: 20px;
}

#enquiry,
.doctor-enquiry {
    background: #fff;
    padding: 15px 10px;
    margin: 0px 0;
    color: #333;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border: 0;
    width: 100%;
}

.single-hospital {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
}

.single-hospital .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.single-hospital .breadcrumb .breadcrumb-item a,
.single-hospital .breadcrumb .breadcrumb-item.active {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "\f054";
    font: normal normal normal 12px/1 FontAwesome;
}

.single-hospital-location {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.hospital-info .heading {
    font-size: 26px;
    background: -webkit-linear-gradient(#3a9bbb, #0d4680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.verticle-line {
    width: 1px;
    height: 10px;
    background: #000;
    margin: 0 5px;
    display: inline-block;
}

.footer-top {
    padding: 0px;
    margin-bottom: 10px;
}

.footer-top ul li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    line-height: 18px !important;
    font-weight: normal;
}

.footer-top ul li {
    padding: 2px 0;
    /*border-bottom: 1px solid #444;*/
}

.footer-top ul li:last-child {
    border-bottom: 0;
}

.disclaimer {
    font-size: 12px;
}

.call-to-action.gray-background {
    box-shadow: 0px 0px 2px #525252;
    background-image: none;
    border-radius: 5px;
}

.call-to-action.gray-background::before {
    background: #e5e5e5;
    border-radius: 5px;
}

.call-to-action.gray-background .call-to-action-text h3 {
    color: #333
}

.justify-content-center.call-to-action.gray-background .default-btn {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #ffffff;
}

.justify-content-center.call-to-action .call-to-action-text {
    padding-left: 0;
}

.justify-content-center.call-to-action .call-to-action-text h3 {
    margin-top: 9px;
    font-family: 'Overpass';
    font-weight: 500;
}

.justify-content-center.call-to-action .default-btn {
    margin-left: 25px;
}

.appointment-inline .appointment-btn.login {
    background: transparent;
    font-size: 14px;
    color: #04a3e3;
    padding: 4px 20px;
    border: 1px solid #04a3e3;
}

.form-control {
    height: 35px;
}

.relative {
    position: relative;
}

.fa-star {
    color: #ccc;
}

.fa-star.active {
    background: -webkit-linear-gradient(#3a9bbb, #0d4680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-star.half-active {
    background: -webkit-linear-gradient(0, #01b8f4, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.absoulte {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 150px;
}


/*Modal*/

.modal-dialog {
    max-width: 60%;
}

.new-inquiry-title,
.new-inquiry-title {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 0;
}

.inquiry-info p {
    margin-bottom: 0;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

.new-inquiry-title ul.usp-items,
.new-inquiry-title ul.usp-items {
    text-align: center;
    margin: 8px auto;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}

.new-inquiry-title ul.usp-items li,
.new-inquiry-title ul.usp-items li {
    background: url(https://www.medigo.com/images/check-green.png) left 7px no-repeat;
    float: left;
    padding-left: 20px;
    margin-right: 15px;
    background-size: 15px;
    line-height: 20px;
    font-family: "Arimo";
}

.modal-header {
    padding: 5px 10px;
}

.modal-content {
    /* background: linear-gradient(45deg, #02b8f4, #0c59a7);*/
    color: #333;
    border: 0;
    border-radius: 0;
}

.modal-content .form-control {
    height: 35px;
    border-color: #ffffff;
    padding: 5px 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.modal-content textarea.form-control {
    height: 70px;
}

.bg-faded {
    background-color: #f3f3f3;
    max-height: 500px
}

.modal.animate {
    opacity: 0
}

.modal.animate.show {
    opacity: 1;
    z-index: 9999;
}

.modal.animate .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.animate .a-fadeDown {
    -webkit-animation: fadeOutDown .5s;
    animation: fadeOutDown .5s
}

.modal.animate.show .a-fadeDown {
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

div.whatsapp {
    display: none;
}

#doctor-list .designation,
.hospital_name,
.experience {
    font-size: 14px;
}

.brd-25 {
    border-radius: 25px;
}

.brd-0 {
    border-radius: 0px;
}

#hospital-info {
    background: #f9fafb;
}

#hospital-info h1,
#hospital-info h2,
#hospital-info h3,
#hospital-info h4,
#hospital-info h5,
#hospital-info h6,
#hospital-info ul,
#hospital-info ol {
    color: #333;
}

.hospital-sticky-navigation {
    background: #f3f3f3;
    width: 100%;
}

.hospital-sticky-navigation.outline {
    border: 1px solid #2fb6e8;
    text-align: center;
}

.hospital-sticky-navigation.outline li {
    border-right: 1px solid #2fb6e8;
    border-radius: 0;
}

.hospital-sticky-navigation.outline li:last-child {
    border-right: 0px solid #2fb6e8;
}

.list-group.list-group-horizontal.hospital-sticky-navigation.sticky {
    position: fixed;
    top: 70px;
    width: 847.5px;
    z-index: 11;
}

.hospital-sticky-navigation li {
    background: #f3f3f3;
    padding: 7px 25px 5px;
    margin-bottom: 0;
    border: 0;
    line-height: 1.5;
    text-align: left;
}

.hospital-sticky-navigation li a {
    color: #333;
}

.hospital-sticky-navigation li.list-group-item.active {
    background: #f3f3f3;
}

.hospital-sticky-navigation li.active a {
    color: #03b2ef;
    border-bottom: 2px solid #03b2ef;
}

.hospital-sticky-navigation.outline li.list-group-item.active {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #fff;
}

.hospital-sticky-navigation.outline li.active a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

#overview-container ul,
.mobile-overview ul {
    padding-left: 25px;
    text-align: justify;
}

#overview-container ul li,
.mobile-overview ul li {
    margin-bottom: 10px;
}

#overview-container ul li,
#overview-container dl li,
#overview-container ol li,
.mobile-overview ul li,
.mobile-overview dl li,
.mobile-overview ol li {
    color: #333;
    font-size: 16px;
}

.panel.panel-default.faq {
    margin-bottom: 15px;
}

.panel-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: .95rem;
}

.panel-title a {
    color: #000;
}

.hospital-faq-heading {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
}

.panel-heading {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

.collapse.show {
    border-top: 0;
}

.learn-more {
    font-size: 14px;
}

.icofont-ui-play.fa {
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: -2px;
}

.panel-heading1 {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
}

.procedure-category .panel-body {
    padding: 1.3rem 1rem;
    background: transparent;
}

.panel-body,
.desktop-single-procedure1 .panel-body,
.desktop-single-procedure .panel-body {
    padding: 1.3rem 2rem;
    background: #fff;
}

#procedureAccordion .panel-heading1 h4,
#mobileProcedureInternalAccordion .panel-heading1 h4 {
    font-weight: bold;
}

#procedureAccordion .panel-body {
    padding-left: 20px;
}

#procedureAccordion .panel-body p,
#mobileProcedureInternalAccordion .panel-body p {
    font-size: 14px;
    line-height: 20px;
}

.hospital-faq-heading a.active {
    color: #03b2ef;
}

.rotate {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
}

.procedure-btn {
    border-radius: 0px;
    padding: 7px 10px;
    width: 150px;
    text-align: center;
    margin-bottom: 0px;
    color: #fff!important;
    margin-top: -7px;
}

.card-body {
    box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
    -webkit-box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
}

.card-body {
    background: #fff;
    padding: 20px 30px;
}

.table td,
.table th {
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
    padding: .5rem;
}

.table td {
    font-size: .875rem;
    font-weight: normal;
}

.btn-treatment-hospital {
    padding: 5px 10px;
}

.clear {
    clear: both;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.how-it-works .single-services {
    background: #fff;
    min-height: 200px;
    padding-top: 30px;
}

.number {
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}

.review-container {
    margin-bottom: 15px;
}

.review-provider-name {
    font-size: 18px;
    color: #535353;
}

.review-country {
    font-size: 16px;
    color: #535353;
}

.review-title {
    font-size: 20px;
    color: #333;
}

.hospital-sticky-sidebar-non {
    width: 290px;
}

.hospital-sticky-sidebar-non.sticky {
    top: 75px;
    position: fixed;
    right: 92px;
    width: 290px;
    /* -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown; animation: 1000ms ease-in-out 0s normal none 1 running fadeIn;*/
}

.cta-sidebar-box #getHospitalData.default-btn {
    border-radius: 0;
    font-size: 18px;
    padding: 10px 0 7px;
}

.hospital-list-accreditation p {
    text-align: left;
}

.accreditation-box-container .hospital-list-accreditation img {
    width: 40px;
    height: 30px;
}

.hospital-sidebar-btn .first {
    margin-top: 15px;
}

.hospital-sidebar-btn {
    border-radius: 25px;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 15px;
    background: transparent;
    color: #333;
    border: 1px solid green;
}

.hospital-sidebar-btn:hover {
    border-radius: 25px;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 15px;
    background: transparent;
    color: #333;
    border: 1px solid green;
}

.single-services p {
    text-align: center;
}

.call-to-action.gray-background {
    box-shadow: 0px 0px 2px #b0b0b0;
}

.call-to-action.gray-background::before {
    background: #f9fafb;
}

.call-to-action-gray::before {
    background: #f9fafb;
}

.google-review .icofont-star.active,
.google-review .icofont-star {
    font-size: 20px;
}

.rating-number {
    font-size: 22px;
}

.desktop-single-procedure1,
.less {
    display: none;
}

.loadMore,
.lessMore {
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer
}

.mobile-price {
    width: 28%!important;
    font-weight: normal;
    color: #03b2ef!important;
    font-size: 14px;
    float: right;
}

.mobile-procedureName {
    width: 72%!important;
}


/*Doctor Image Section*/

.doctor_img {
    width: 135px;
    height: 135px;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.doctor-image-link {
    height: auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.doctor_image {
    width: 100%;
    max-width: 135px;
    height: 135px;
    /*border-radius: 50%;*/
    padding: 0px;
}

#universalSearch {
    height: 39px;
    margin-top: 5px;
    border: 0;
    border-radius: 35px;
}

.universal-heading {
    font-size: 15px;
    padding: 5px 10px 5px;
    background: #18abff;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}

#mydata {
    position: absolute;
    top: 105px;
    right: 10%;
    width: 300px;
    min-height: 60px;
    max-height: 300px;
    height: auto;
    overflow-y: scroll;
    z-index: 999!important;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
}

.autocomplete {
    overflow: hidden;
    position: relative;
    height: auto;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.autocomplete:hover {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    color: #fff;
}

.autocomplete a:hover,
.autocomplete:hover a {
    color: #fff;
}

.hospital-universal-icon {
    padding-right: 10px;
}

.success-message {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    color: #03284d !important;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.modal-backdrop.in {
    opacity: 0.5!important;
}

.text-blue {
    font-size: 20px;
}

.width-100 {
    width: 100%;
}

#popup_country_code {
    width: 100px;
}

.error-block {
    background: rgb(255 255 255 / 0);
    padding: 2px 5px 0 0;
    font-family: Roboto;
    color: #ff0000;
}

.appointment-form .error-block p {
    color: #f32a2a;
    /*text-shadow: 0px 1px 2px #000;*/
}

.error-block p {
    color: red;
    font-size: 14px;
}

.request-callback .error-block p {
    color: #f32a2a;
}


/*Popup with Image*/

.pop_img_block img {
    min-height: 80px;
    max-height: 80px;
    border-radius: 10px;
}

.form-control.not-allowed {
    background: #e2e2e2;
    border: 0;
    padding: 8px 15px;
    color: #333;
    cursor: not-allowed;
}

.modal-content .form-group {
    margin-bottom: 2px;
}


/* Add Zoom Animation */

.animate,
.doctor-personalized_form {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/*Genral Popup*/

.modal-body {
    padding: 0.5rem 1rem;
}

.general .select2-container,
.animate .select2-container,
.doctor-personalized_form .select2-container {
    width: 100%!important;
}

.general .select2-container--default .select2-selection--single,
.animate .select2-container--default .select2-selection--single,
.doctor-personalized_form .select2-container--default .select2-selection--single {
    height: 35px!important;
}

.general .select2-container--default .select2-selection--single .select2-selection__rendered,
.animate .select2-container--default .select2-selection--single .select2-selection__rendered,
.doctor-personalized_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

#popupGenral_country_code {
    width: 92px;
}

#popup_doctor_country_code {
    width: 110px;
}

.modal.general {
    opacity: 0
}

.modal.general.show {
    opacity: 1;
    z-index: 9999;
}

.modal.general .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 25px;
}

.modal.general .a-fadeLeftBig {
    -webkit-animation: fadeOutLeftBig .5s;
    animation: fadeOutLeftBig .5s
}

.modal.general.show .a-fadeLeftBig {
    -webkit-animation: fadeInLeftBig .5s;
    animation: fadeInLeftBig .5s
}

.modal.general .a-fadeRightBig {
    -webkit-animation: fadeOutRightBig .5s;
    animation: fadeOutRightBig .5s
}

.modal.general.show .a-fadeRightBig {
    -webkit-animation: fadeInRightBig .5s;
    animation: fadeInRightBig .5s
}

.modal.general .a-fadeUpBig {
    -webkit-animation: fadeOutUpBig .5s;
    animation: fadeOutUpBig .5s
}

.modal.general.show .a-fadeUpBig {
    -webkit-animation: fadeInUpBig .5s;
    animation: fadeInUpBig .5s
}

.modal.general .a-fadeDownBig {
    -webkit-animation: fadeOutDownBig .5s;
    animation: fadeOutDownBig .5s
}

.modal.general.show .a-fadeDownBig {
    -webkit-animation: fadeInDownBig .5s;
    animation: fadeInDownBig .5s
}

.modal.general .a-fadeRight {
    -webkit-animation: fadeOutRight .5s;
    animation: fadeOutRight .5s
}

.modal.general.show .a-fadeRight {
    -webkit-animation: fadeInRight .5s;
    animation: fadeInRight .5s
}

.modal.general .a-fadeLeft {
    -webkit-animation: fadeOutLeft .5s;
    animation: fadeOutLeft .5s
}

.modal.general.show .a-fadeLeft {
    -webkit-animation: fadeInLeft .5s;
    animation: fadeInLeft .5s
}

.modal.general .a-fadeUp {
    -webkit-animation: fadeOutUp .5s;
    animation: fadeOutUp .5s
}

.modal.general.show .a-fadeUp {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}


/*Dynamic Form*/

.modal-open .modal {
    overflow-y: hidden;
}

.animate .modal-dialog,
.general .modal-dialog,
.doctor-personalized_form .modal-dialog {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.animate .modal-content,
.general .modal-content,
.doctor-personalized_form .modal-content {
    background: #fff;
    color: #333;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #0c59a7;
}

.animate .modal-content .form-control,
.general .modal-content .form-control,
.doctor-personalized_form .modal-content .form-control {
    line-height: 18px;
    border: 1px solid #ccc;
    font-family: Roboto;
    font-size: 14px;
    color: #063056;
}

.file-label {
    display: flex;
}

label.attachment {
    width: 25%;
    line-height: 30px;
}

.file-label input[type="file"] {
    width: 75%;
}

.terms-condition {
    position: absolute;
    left: 10px;
}

.remember-forgot {
    justify-content: space-between;
}

.terms-text {
    font-size: 11px;
    font-family: Roboto;
    line-height: 14px;
    width: 95%;
    font-weight: 500;
    margin-left: 20px;
}

.remember-text {
    font-size: 14px;
    font-family: Roboto;
    line-height: 14px;
    width: auto;
    font-weight: 500;
    margin-left: 20px;
}

.forgot-section {
    line-height: 1;
    font-size: 14px;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.md-callback .modal-body {
    padding: 10px;
}

.brd {
    border-radius: 0;
}

.sticky-sidebar.active,
.doctor-sticky-sidebar.active,
.treatment-sticky-sidebar.active {
    width: 295px;
    position: fixed;
    z-index: 1;
    top: 40px;
    right: 6%;
}

.popup-show,
.hide {
    display: none;
}


/*Doctor Body Content*/

.experience {
    font-size: 16px;
}

#qualifications ul,
#award ul {
    list-style: unset;
}

#qualifications ul,
#award ul {
    padding-left: 25px;
    text-align: justify;
}

#qualifications ul li,
#award ul li {
    margin-bottom: 10px;
}

#qualifications ul li,
#qualifications dl li,
#qualifications ol li,
#award ul li,
#award dl li,
#award ol li {
    color: #333;
    font-size: 16px;
}

.ul-doctor-list-comm {
    position: absolute;
    right: 15px;
    top: 5px;
}

.ul-doctor-list-comm.list-inline .list-inline-item {
    padding: 0 0;
    background: linear-gradient(45deg, #0c59a7, #02b8f4);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin: 0 2px;
    text-align: center;
    line-height: 29px;
    border: 0;
    cursor: pointer;
}

.ul-doctor-list-comm .fa {
    color: #fff;
}

.ul-doctor-list-comm img {
    width: 20px;
    height: 20px;
}

.consultation-mode,
.treatment-short-info {
    padding: 15px 10px;
    margin: 15px 0;
    color: #333;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border: 0;
    width: 100%;
    position: relative;
}

.consultation-mode {
    background: #fff;
    margin-top: 0;
}

.consultation-mode h4 {
    font-weight: normal;
}

.mode-text {
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    width: 200px;
    padding: 5px 10px 3px;
    margin-left: -10px;
    line-height: 15px;
    margin-bottom: 5px;
    font-size: 15px;
    vertical-align: middle;
    display: inline-flex;
    border-radius: 0 15px 15px 0;
    color: #fff;
}

.mode-list {
    padding-bottom: 0;
    padding-top: 7px;
}

.mode-list li {
    font-size: 15px;
    line-height: 2!important;
    font-weight: normal;
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 7px;
}

.mode-list li:last-child {
    margin-bottom: 0;
}

.mode-list li.video::before {
    content: "\f03d";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: FontAwesome!important;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    border-radius: 50%;
    padding: 0 5px;
    line-height: 25px;
}

.mode-list li.telephonic::before {
    content: "\f095";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: FontAwesome!important;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    border-radius: 50%;
    padding: 0 0 0 7px;
    line-height: 25px;
}

.mode-list li.chat::before {
    content: "\f075";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: FontAwesome!important;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(45deg, #02b8f4, #0c59a7);
    border-radius: 50%;
    padding: 0 5px;
    line-height: 25px;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-display: swap;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-bed:before {
    content: "\f236"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-user:before {
    content: "\f007"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-star:before {
    content: "\f005"
}

.fa-search:before {
    content: "\f002"
}

.fa-phone:before {
    content: "\f095"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-info:before {
    content: "\f129"
}

.fa-comments:before {
    content: "\f075";
}


/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2021 IcoFont 
* @license - https://icofont.com/license/
*/

@font-face {
    font-family: "IcoFont";
    font-weight: normal;
    font-style: "Regular";
    src: url("../fonts/icofont.woff2") format("woff2"), url("../fonts/icofont.woff") format("woff");
}

[class^="icofont-"],
[class*=" icofont-"] {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-prescription:before {
    content: "\ec30";
}

.icofont-search-document:before {
    content: "\ed13";
}

.icofont-handshake-deal:before {
    content: "\e96f";
}

.icofont-airplane-alt:before {
    content: "\ee0d";
}

.icofont-info:before {
    content: "\ef50";
}

.icofont-ui-play::before {
    content: "\ec74";
}

.icofont-rounded-down::before {
    content: "\ea99";
}

.icofont-rounded-up::before {
    content: "\eaa1";
}


/*Single Page*/

.info-icon {
    width: 20px;
    height: 17px;
    background: #04a5e5;
    border-radius: 50%;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 2px;
    color: #fff;
    margin-top: 3px;
    margin-right: 5px;
}

.price {
    padding-top: 0px;
}

.price span {
    font-weight: 600;
    font-size: 18px;
    margin-right: 5px;
    color: #666;
}

.membership {
    background: linear-gradient(to left, #d7f4ff, #fffefc);
    margin: 0 0 0 auto;
    padding: 5px 5px;
    border-radius: 5px 0 0 5px;
    text-align: center;
}

.membership p {
    line-height: 1;
    color: #666;
    font-size: 14px;
    text-align: right;
}

.membership-badge-img {
    margin-right: 5px;
}

.membership p.save-text {
    font-size: 12px;
    color: green;
}

.gradient-text {
    background: -webkit-linear-gradient(#3a9bbb, #0d4680);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1680px) {
    .hospital-sticky-sidebar-non.sticky {
        right: 290px;
    }
}

@media only screen and (max-width: 1520px) {
    .hospital-sticky-sidebar-non.sticky {
        right: 180px;
    }
}

@media only screen and (max-width: 1440px) {
    .hospital-sticky-sidebar-non.sticky {
        right: 130px;
    }
}

@media only screen and (max-width: 1380px) {
    .hospital-sticky-sidebar-non.sticky {
        right: 92px;
    }
}

@media only screen and (max-width: 1280px) {
    .hospital-sticky-navigation li {
        padding: 7px 0 5px;
    }
    .hospital-sticky-navigation li a {
        font-size: 16px;
    }
    /*.list-group.list-group-horizontal.hospital-sticky-navigation.sticky { width: 64%; }*/
    img.d-block.w-100.hospital-image {
        min-height: 190px;
        max-height: 190px;
        height: 190px;
    }
    .hospital-sticky-sidebar-non.sticky {
        top: 75px;
        position: fixed;
        right: 65px;
        width: 290px;
    }
}

@media only screen and (max-width: 1024px) {
    .hospital-sticky-navigation li {
        padding: 7px 0 5px;
    }
    .hospital-sticky-navigation li a {
        font-size: 16px;
    }
    .list-group.list-group-horizontal.hospital-sticky-navigation.sticky {
        width: 67.5%;
    }
    img.d-block.w-100.hospital-image {
        min-height: 190px;
        max-height: 190px;
        height: 190px;
    }
    .hospital-sticky-sidebar-non.sticky {
        top: 80px;
        position: fixed;
        right: 40px;
        width: 240px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .hospital-sticky-navigation li {
        padding: 7px 0 5px;
    }
    .hospital-sticky-navigation li a {
        font-size: 14px;
    }
    .list-group.list-group-horizontal.hospital-sticky-navigation.sticky {
        width: 92%;
    }
    img.d-block.w-100.hospital-image {
        min-height: 190px;
        max-height: 190px;
        height: 190px;
    }
    .hospital-sticky-sidebar-non.sticky {
        top: 75px;
        position: fixed;
        right: 23px;
        width: 290px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-light {
        width: 100%;
    }
    img.d-block.w-100.hospital-image {
        min-height: 145px;
        max-height: 145px;
        height: 145px;
    }
    .column-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-overview {
        display: block!important;
    }
    .desktop-information {
        display: none!important;
    }
    .mobile-overview ul {
        padding-left: 15px;
        list-style: unset;
    }
    .mobile-overview ul li {
        margin-bottom: 10px;
    }
    .mobile-overview ul li,
    .mobile-overview dl li,
    .mobile-overview ol li {
        color: #333;
        font-size: 16px;
        line-height: 24px;
    }
    .mobile-panel-heading,
    .hospital-faq-heading {
        padding: 1rem 1rem;
        margin-bottom: 0;
        background-color: #fff;
    }
    .panel.panel-default {
        margin-bottom: 15px;
    }
    .procedure-panel-heading:first-child {
        padding: 1rem 1rem 0.3rem;
    }
    .procedure-panel-heading {
        padding: 0.3rem 1rem;
        margin-bottom: 0;
        background-color: #fff;
    }
    .faq-panel-heading {
        padding: 0.5rem 0rem;
        margin-bottom: 0;
        background-color: transparent;
    }
    .mobile-panel-heading a.active,
    .faq-panel-heading a.active {
        color: #03b2ef;
    }
    .panel-body {
        padding: 1rem 1rem;
    }
    #mobileHospitalAccordiancollapse2 .panel-body {
        padding: 0rem 0 1rem;
    }
    .internal-procedures .panel-body {
        padding: 0rem 1rem 0.5rem !important;
    }
    .hospital-list-accreditation img {
        height: 40px;
    }
    .review-provider-name {
        font-size: 14px;
    }
    .review-description {
        margin-top: 10px;
    }
    .panel-title a {
        display: inline-block;
        width: 100%;
    }
    .call-to-action-gray {
        display: none;
    }
    #mobileProcedureInternalAccordion .panel.panel-default.faq {
        margin-bottom: 5px;
    }
    #mobileProcedureInternalAccordion .panel-heading1 {
        padding: 0.5rem 1rem;
    }
    .mobile-panel-heading .panel-title {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-floating-btn.show-btn {
        display: none!important;
    }
    .bottom-container {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        box-shadow: 0px -2px 2px #d5d5d5;
        z-index: 99;
    }
    .bottom-container li {
        width: 20%;
        padding: .75rem 0 0;
        font-size: 10px;
        border: 0;
    }
    .bottom-bar-navigation li i {
        font-size: 16px;
        color: #717171;
    }
    .bottom-bar-navigation li a {
        color: #717171;
    }
    .bottom-bar-navigation li .heart {
        font-size: 18px;
        line-height: 12px
    }
    .bottom-bar-navigation li i:hover,
    .bottom-bar-navigation li i:active,
    .bottom-bar-navigation li i:focus {
        font-size: 16px;
        color: #3089ae;
    }
    .center::before {
        position: absolute;
        content: '';
    }
    .center::after {
        position: absolute;
        content: '';
    }
    .bottom-bar-navigation li .center i {
        position: relative;
        top: -7px;
        width: 40px;
        height: 40px;
        background: #3089ae;
        border-radius: 50%;
        left: 25%;
        padding-top: 10px;
        color: #fff;
        border: 2px solid #fff;
        font-size: 20px;
        box-shadow: 0 0px 2px #6c6c6c;
        display: inline-block;
    }
    .bottom-bar-navigation li .center i {
        font-size: 18px;
        position: absolute;
        top: 7px;
        width: 40px;
        height: 40px;
        background: #3089ae;
        border-radius: 50%;
        left: 25%;
        padding-top: 10px;
        color: #fff;
        border: 2px solid #fff;
        font-size: 20px;
        box-shadow: 0 0px 2px #6c6c6c;
    }
    img.d-block.w-100.hospital-image {
        min-height: 300px;
        max-height: 250px;
        height: 250px;
    }
}

.how-it {
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    text-align: center;
}

.how-it-mo1 {
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    text-align: center;
    padding-top: 20px;
}

.how-it-sub {
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 1.00rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    text-align: center;
}