@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

:root {
    --bg_color: #408c9e;
    --text-secondry: #408C9E;
    --text-dark: #408c9e;
    --text-gray: #777777;
}

/* font-family: 'Source Sans Pro', sans-serif; */
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
    overflow: hidden;
    overflow-y: scroll;
}
body
{
    font-family: 'Source Sans Pro', sans-serif !important;
}
.font_source_sans {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.text-secondry {
    color: var(--text-gray) !important;
}

a {
    text-decoration: none !important;
}

.border-none {
    border: none !important;
}

/* header  */
.main_header .navbar-toggler {
    background-color: var(--bg_color);
    height: 42px;
    width: 50px;
}

.top_header {
    background: #f9f9f9;
    height: 70px;
}

.custom_nav li a.active {
    text-decoration: underline !important;
}

.header_contact,
.header_contact a,
.header_contact a:hover {
    color: var(--text-dark);
    font-size: 16px;
}

.book_btn {
    background: var(--bg_color);
    border: none;
    color: #fff;
    border-radius: 4px;
    height: 34px;
    margin-left: 20px;
}

.book_btn:hover {
    background: #195C7E
}

.book_btn a,
.book_btn a:hover {
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
}

.main_header .navbar {
    background: transparent !important;
}

.header_logo {
    width: 330px;
    padding: 0;
}

.custom_nav {
    background: #195C7E;
    border-radius: 0.25rem;
}

.custom_nav li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 12px 10px !important;
}

.custom_nav li a:hover {
    text-decoration: underline !important;
}

.home_icon {
    background: var(--bg_color);
    border-radius: 0.25rem;
    width: 52px;
    text-align: center;
}

.home_icon img {
    width: 24px;
}


/* banner section  */
.banner_section_container {
    background-color: #C8E7F5;
    height: 600px;
}

.banner_section_container img {
    height: 600px;
    object-fit: cover;
    
}

.banner_section {
    background-image: url('../images/banner-bg.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: -30px;*/
    margin-top: 50px;
}

.banner_section img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}


/* appointment_section */
.appointment_section {}

.title_1 {
    font-size: 1.65rem;
    color: var(--text-dark);
    text-transform: uppercase;
    font-weight: 600;
    /* font-style: italic; */
}

.content_1 p {
    font-size: 1rem;
    color: var(--text-gray);
}

.appointment_btn a {
    background: var(--bg_color);
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.appointment_btn a i {
    margin-top: 4px;
    font-size: 14px;
}

.appointment_btn a:hover {
    background: #195C7E;
    color: #fff;
}


.appointment_btn-sm a {
    background: var(--bg_color);
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 16px;
}

.appointment_btn-sm a:hover {
    background: #195C7E;
    color: #fff;
}

/* patients  section  */

.title_3 {
    font-size: 1.875rem;
    color: #169fed;
    font-weight: 800;
}

.title_2,
.title_2 a {
    font-size: 1.5rem;
    color: var(--text-secondry);
    text-transform: uppercase;
    font-weight: 800;
    line-height: 25px;
}

.title_2 a:hover {
    text-decoration: underline !important;
    color: #408c9e !important;
}

.patient_option_list {
    display: flex;
    column-gap: 20px;
}

.patient_option_col {
    text-align: center;
    padding: 6px 10px;
}

.patient_option_col img {
    opacity: 0.6;
    width: 70px;
    height: 60px;
}

.patient_option_title {
    font-weight: 400;
    color: #408c9e;
    font-size: 1.25rem;
    margin: 20px 0px 10px;
}

.patient_option_content {
    font-size: 1rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.patient_option_link a {
    color: #408c9e;
    font-weight: 400;
    font-size: 1.25rem;
}

.patient_option_link a:hover {
    color: #408c9e !important;
    text-decoration: underline !important;
}

.patient_option_link a i {
    font-size: 16px;
    margin-right: 5px;
}

.border-l {
    position: relative;
}

.border-l::before {
    content: " ";
    border-right: 1px solid #e9e9e9;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
}


/* service section  */
.service_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.grid_col {}

.grid_col a {
    background-color: rgba(205, 202, 192, .2);
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3px 22px;
    text-align: center;
}

.service_img {}

.service_img img {
    width: 100px;
    opacity: .6;
    margin: 10px 0px 30px;
}

.service_title {
    font-weight: 300;
    color: #408c9e;
    font-size: 1.25rem;
    text-transform: uppercase;
}

/* mobile_platform  */
.mobile_platform {
    list-style-type: none;
    padding: 0;
    display: flex;
    column-gap: 10px;
}

.content_1 p a {
    color: #30303080 !important;
}

.platform_img {
    width: 90%;
    margin: 0 auto;
}

/* quote_section  */
.quote_section {
    position: relative;
}

.quote_section p {
    font-size: 1rem;
    color: #303030;
    text-align: center;
    position: relative;
    padding-top: 1.5rem;
    max-width: 550px;
    margin: 0 auto;
}

.quote_section:before {
    content: "\201C";
    color: #408c9e;
    font-size: 5rem;
    line-height: .5;
    position: absolute;
    margin-left: -24px;
    left: 50%;
    right: 50%;
    top: 0;
}

/* locat_section  */
.locat_section {
    padding: 5rem 0px;
}

.locat_card_container {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    text-align: center;
}

.locat_card_col {
    padding: 8px 20px;
    max-width: 350px;
}

.locat_content {
    color: #777777;
    font-size: 1rem;
    border-top: 1px solid #c5cbd3;
    margin-top: 2rem;
    padding: 18px 0px;
    margin-bottom: 0;
}

.locat_card_col a {}

.healthcare_service_section {
    background-color: #F7F7F7;
    background: linear-gradient(188deg, #f6f9f9 0%, #e9f6f6 35%, rgb(0 212 255 / 14%) 100%);
}

/* footer  */
.social_link {
    /* background: #F7F7F7; */
}

.social_link ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    column-gap: 12px;
}

.social_link ul li a {
    font-size: 1.875rem;
    color: #30303080;
}

.social_link ul li a:hover {
    color: var(--bg_color);
}

.site_map {}

.site_map ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.site_map ul li a {
    color: #303030cc;
    font-size: 1.125rem;
}

.site_map ul li a:hover {
    color: #303030cc !important;
    text-decoration: underline !important;
}

.empty_hr {
    background: #E9E9E9;
    width: 100%;
    height: 50px;
}

.copy_right .locat_content a {
    color: #30303080 !important;
}

.about_ul li {
    /*color: #30303080;*/
    color:#777777;
    font-size: 1rem;
}


/* GPS  */

.gps_profile_img {
    background: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.gps_profile_detail{
    width: 100%;
}
.gps_profile_img img {
    /* box-shadow: 4px 4px 11px -3px #adabad;
    border: 1px solid rgba(48, 48, 48, .5);
    width: 170px;
    height: 170px;
    object-fit: cover; */
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 2px;
}

.font_size_sm {
    font-size: 1rem !important;
    color: #30303080;
}

.content_1 .size_sm {
    color: var(--text-gray) !important;
    font-size: 1rem !important;
}

.content_1 li a {
    color: var(--bg_color);
}

.content_1 li a:hover {
    color: #195C7E !important;
    text-decoration: underline !important;
}

/* news  */
.news_read a {
    font-size: 16px;
    color: #408c9e;
    font-weight: 300;
}

.news_read a:hover {
    color: #408c9e !important;
    text-decoration: underline !important;
}

/* contact  */
.time_table td {
    padding: 0px 0px !important;
    font-size: 16px;
    color: #30303080;
}

.contact_iframe iframe,
.google_map iframe {
    width: 100%;
}

.healthcare-card {
    padding: 20px 30px;
    /* box-shadow: 1px 1px 9px #ddd; */
    /* background-color: #fff; */
    display: flex;
    justify-content: space-around;
    column-gap: 4rem;
}

.healthcare-icon img {
    width: 50px;
    filter: invert(48%) sepia(90%) saturate(494%) hue-rotate(158deg) brightness(95%) contrast(97%);
}

.healthcare-points {
    box-shadow: 1px 1px 9px #ddd;
    background-color: #fff;
    width: 100%;
    border-radius: 27px;
}

.healthcare-points ul {
    padding: 24px 40px;
    list-style-type: circle;
    display: flex;
    column-gap: 55px;
    row-gap: 14px;
    flex-direction: column;
}

.healthcare-points ul li {
    padding-left: 6px;
}

.healthcare-points ul li::marker {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 800;
    color: #00000073;
    font-size: 12px;
}

.healthcare-points ul li a {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    color: var(--text-gray);
    font-size: 18px;
    font-weight: 500;
}

.healthcare-sub-title {
    font-weight: 700;
    color: #220F10;
    font-size: 16px;
    padding: 6px 0px 12px 0px;
    border-bottom: 2px solid #00000014;
    margin-bottom: 10px;
}

.footer-section {

    padding: 60px 4px 0px 4px;

}

.footer-section-end {
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -15px -2px;
}

.card_container {
    background: #fff;
    box-shadow: 1px 1px 9px #ddd;
    margin-top: -6.4rem;
    padding: 30px 0px;
}

.about-left-img {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-shape {
    position: absolute;
    bottom: 50px;
    width: 95%;
    left: auto;
    right: 0;
    z-index: 0;
}

.footer_link_title {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}

.footer_link {
    list-style-type: none;
}

.footer_link li a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #000000;
}

.footer_link li a:hover i {
    margin-right: 5px;
    transition: all .5s;
}

.footer_link li a:hover {
    color: #169FED;
    transition: all .5s;
}

.footer_blog a {
    display: flex;
}

.footer_blog_img {
    width: 130px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.footer_blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_blog_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_blog_content h3 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.footer_blog_content h3:hover {
    color: #169FED;
    transition: all .5s;
}

.footer_blog_content p {
    margin: 0;
    font-size: 1rem;
}

.footer_contact a {
    display: flex;
    margin-bottom: 18px;
}

.footer_contact a i {
    font-size: 26px;
    margin-right: 16px;
}

.contact_det {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.contact_det span {
    color: #000;
    font-size: 14px;
}
.contact-card-container{
    display: flex;
    justify-content: space-between;
    box-shadow: 2px 1px 11px -3px #adabad94;
}
.contact-card{
    width: 33.33%;
    text-align: center;
    padding: 32px 20px;
    background: #fff;
}
.contact-icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #408c9e;
    padding: 14px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
}
.contact-card-title{
    font-size: 14px;
    font-weight: 800;
    color: #408c9e;
    margin-bottom: 8px;
}
.contact-card-value{
color: var(--text-gray);
font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1rem;
}
.contact-card:not(:last-child){
    border-right: 1px solid #ddd;
}

.about-r-section{
    position: relative;
}
.about-quots-card{
    position: absolute;
    left: 0px;
    bottom: -63px;
    background: #fff;
    padding: 18px 14px;
    box-shadow: 1px 1px 10px #5a5a5a59;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 52%;
}
.about-quots-card .q-shape{
    width: 40px;
    height: 40px;
    border: 1px solid #408c9e;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px;
    color: #408c9e;
    margin-bottom: 15px;
}
    .about-quots-card p{
    font-weight: 600;
    margin: 0;
    font-size: 12px;
    }
b 
{
    font-size: 1.1rem;
}
p
{
    font-size: 1rem;
}
/* creadcrumbs_section  */
.creadcrumbs_section {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.mt-6{
    margin-top: 6rem!important;
}
.creadcrumbs_section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creadcrumbs_section .creadcrumbs_section-title {
    position: absolute;
    left: 15%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.creadcrumbs_section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #212121;
}

.creadcrumbs_section .creadcrumbs_section-title ul {
    background: transparent;
    padding-left: 4px;
}

.creadcrumbs_section .creadcrumbs_section-title ul li a {
    color: #3E4649;
}
.breadcrumb .fa-circle{
    font-size: 6px;
    color: #408C9E;
    position: relative;
    top: -3px;
}
/* clients  */
.client_logo_section {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    align-items: center;
}

.client_logo_section li a img {
    width: 200px;
}

.copyright_section {
    background-color: #316E8D;
}
.doc-card-section{
    display: flex;
    column-gap: 20px;
    background-color: #fff;
    padding: 30px 26px;
    box-shadow: 1px 1px 10px #5a5a5a59;
    border-radius: 10px;
  
}
.doc-card-detail{
    position: relative;
    padding-right: 10px;
}
.doc-card-detail.border-r::before{
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 70%;
    width: 2px;
    border-right: 1.5px dashed #0000002e;
}
.team_card{
    display: flex;
    column-gap: 40px;
    padding: 26px 5px;
    box-shadow: 2px 1px 11px -3px #adabad94;
    margin-bottom: 2rem;
}

.gps_content_section {
    background: linear-gradient(0deg, #f8f8f8 34%, #ffffff 33%);
    padding: 1rem 0px;
    margin-bottom: 50px;
}
.footer-logo{
    width: 300px;
    padding: 16px 6px;
}


/* collabs ui  */
#main {
    margin: 50px 0;
  }
  
  #main #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  #main #faq .card .card-header {
    /* border: 0; */
    border-bottom: 2px solid #00000047;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #dfeaeb;
    color: #222;
    padding: 20px;
    font-weight: 600;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #195C7E;
    color: #fff;
    font-weight: 600;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapsing {
    background: #dfeaeb;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #dfeaeb;
    line-height: 30px;
    color: #222;
  }








/* resposive css */
@media screen and (max-width:992px) {
    .main_header #navb {
        text-align: right;
        font-size: 1.25rem;
    }

    .main_header #navb li:first-child {
        display: none;
    }

    .quote_section {
        padding: 4px 53px;
        margin-top: 45px;
    }

    .content_1 li a img {
        width: 100%;
    }

    /* .content_1 p, .title_2, .title_2 a {
        padding: 0px 12px;
    } */

}

@media screen and (max-width:540px) {
    .locat_card_container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
    }

    .platform_img {
        width: 100%;
        margin: 0 auto;
    }

    .site_map ul {
        justify-content: center;
        row-gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .locat_card_col a {
        font-size: 16px;
    }

    .gps_profile_img {
        margin-bottom: 20px;
        max-width: 200px;
    }

    .patient_option_list {
        flex-direction: column;
        row-gap: 44px;
    }

    .service_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid_col a {
        height: auto;
        padding: 20px 22px;
    }

    .service_img img {
        max-width: 65px;
    }

    .healthcare-card {
        flex-direction: column;
        row-gap: 20px;
        padding: 20px 0px;
    }
    .client_logo_section{
        flex-direction: column;
        row-gap: 15px;
    }
    .header_logo {
        width: 220px;
    }
    .card_container{
        margin-top: -190px;
    }
}