
@font-face {
    font-family: 'Myriad Pro';
    src: url('assets/fonts/Myriad Pro Regular.ttf') format('truetype'); /* Adjust the path and format for different font variations */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('assets/fonts/Myriad Pro Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Define other font variations (italic, bold italic, etc.) similarly */


html {
    scroll-behavior: smooth;
}

body, html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    font-family: "Montserrat", sans-serif;
    color: #3a3a3a;
}

.thumb_div {
    position: relative;
}

.play_bg {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 100;
}

.play_bg:hover {
    opacity: 1;
}

.play_bg i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #ec192f;
}
.form-check-input {
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: #ec192f;
    border-color: #ec192f;
}

.form-select {
    border-color: #295368 !important;
    box-shadow: none !important;
    outline: none;
}

/*#region top ================================== COMMON CSS START ====================== */
h1 {
    font-weight: 700;
    font-size: 35px;
    color: #ec192f;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    color: #ec192f;
    margin-bottom: 10px;
    /*font-family: 'Myriad Pro', sans-serif;*/
    font-family: "Montserrat", sans-serif;
}

h3 {
    font-weight: 700;
    font-size: 22px;
    color: #ec192f;
    /*font-family: "Inter", sans-serif;*/
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em;
}

h4 {
    font-weight: 600;
    font-size: 22px;
    color: #ec192f;
    line-height: 1.4em;
    /*font-family: "Inter", sans-serif;*/
    font-family: "Montserrat", sans-serif;
}

h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    color: #ec192f;
    /*font-family: "Inter", sans-serif;*/
    font-family: "Montserrat", sans-serif;
}

h6 {
    font-weight: 400;
    font-size: 16px;
    color: #ec192f;
    /*font-family: "Inter", sans-serif;*/
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em;
}

p {
    font-weight: 500;
    font-size: 16px;
    color: #295368;
    line-height: 1.4em !important;
}
p.large {
    font-size: 18px;
}

a {
    color: #295368;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #ec192f;
}
ul li {
    /* list-style-type: none; */
    line-height: 25px;
}

section {
    padding: 60px 0px;
}
.pos-relative {
    position: relative;
    z-index: 9;
}

.main_banner {
    border-bottom-right-radius: 80px;
}

.img-radius {
    border-bottom-right-radius:40px;
}

.bg-light {
    background: #f3f9ff;
}
.bg-red_hold {
    background: #ec192f;
}

.bg-red {
    background-color: #ec192f;
}



.bg-blue {
    background: #295368;
}
.bg-grey {
    background-color: #c5c5c5;
}
.bg-biege {
    background: #f5f6f4;
}
.bg-medium-light {
    background: #e8e8e8;
}
.bg-skyblue {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1),
        rgba(245, 246, 248, 0.795),
        rgba(186, 216, 228, 0.425)
    );
}
.text-blue {
    color: #295368;
}
.text-red {
    color: #ec192f;
}

.btn.btn-brand {
    /*background: #295368;*/
    background: #ec192f;
    color: #fff;
    /*border: 1px solid #295368;*/
    border: 1px solid #ec192f;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    padding: 8px 30px;
}
.btn.btn-brand:hover {
    background: #fff;
    color: #295368 !important;
}
.btn.btn-brand-red {
    background: #ec192f;
    color: #fff;
    border: 1px solid #ec192f;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    padding: 8px 30px;
}
.btn.btn-brand-red:hover {
    background: #fff;
    color: #ec192f !important;
}

.light_line {
    width: 100%;
    height: 1px;
    background-color: #295368;
}
.white_line {
    width: 100px;
    height: 2px;
    background-color: #fff;
}
.white_line_full {
    width: 100%;
    height: 0.5px;
    background-color: #9090AA;
}

.modal p {
    color: #2d2d2d;
    font-size: 16px;
}
/*#endregion ================================== COMMON CSS END ====================== */

/*#region top ================================== NAVIGATION - HEADER CSS START ====================== */

header {
    padding: 5px 0px;
    border-bottom: 1px solid #c1c1c1;
    z-index: 999;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.1) 0px 3px 7px -3px;
    /* border-bottom-right-radius: 50px; */
}
.main_banner_sec {
    margin-top: 8.2rem;
}
.navbar-nav .nav-item .nav-link {
    color: #295368;
    padding: 3px 8px;
    font-weight: 700;
}
.navbar-nav .nav-item.active .nav-link {
    border-bottom: 2px solid #ec192f;
}
.header-btns {
    padding-top: 1px;
}
.header-btns ul {
    display: flex;
    justify-content: end;
    padding-left: 0;
}
.header-btns ul li {
    display: inline-block;
    margin: 5px 5px;
}
.header-btns ul li a {
    font-size: 14px;
    color: #fff;
    background: #ec192f;
    padding: 5px 10px;
    border-radius: 10px;
    width: 190px;
    text-align: center;
    display: block;
    font-weight: 600;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.header-btns ul li a:hover {
    background: #ec192f;
    color: #fff;
}
.header-btns ul li a.btn-blue {
    background: #295368;
}
.header-btns ul li a.btn-blue:hover {
    background: #295368;
    color: #f3f3f3;
}
.navbar-toggler:focus {
    box-shadow: none;
}

/* Menu Start*/
.menu_wrapper {
    background-color: #fff;
    padding: 5px 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding:15px;
    border-radius:0px;
    border-bottom-right-radius: 40px;
}
.menu_wrapper .dropdown-menu .dropdown-item {
    margin-bottom: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px 25px 5px 8px;
    border-bottom-right-radius: 25px;
}

.menu_wrapper .dropdown-menu .dropdown-item:hover {
    background-color: #295368;
    color: #fff;
}

.menu_wrapper .dropdown-mega .dropdown-menu {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 40px;
}

.menu_wrapper h5 {
    border-bottom: 2px solid #295368;
    width: fit-content;
    height: 30px;
}
.menu_wrapper .list-group {
    margin: 0 8px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
.menu_wrapper .list-group-item {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 8px 6px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-bottom-right-radius: 25px;
}
.menu_wrapper .list-group-item:hover {
    background-color: #295368;
    color: #fff;
    border-bottom-right-radius: 25px;
}
/* Menu End*/

/*#endregion ================================== NAVIGATION - HEADER CSS END ====================== */

/*#region top ================================== FOOTER CSS START ====================== */

.footer-sec h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #e2eeff45;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.footer-wrapper a {
    color: #fff;
    font-size: 14px;
}
.footer-wrapper p {
    color: #fff;
    font-size: 14px;
}
.footer-wrapper ul li {
    line-height: 22px;
}
.footer-wrapper a:hover {
    text-decoration: underline;
}
footer {
    padding: 20px 0px;
}
.footer-links {
    display: flex;
}
footer p,
footer a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}
.footer-links li {
    padding: 0px 25px;
}
.footer-links li:first-child {
    border-right: 2px solid #fff;
}

.footer-about-us-links ul li a {
    line-height: 36px !important;
    color: #fff;
    font-size: 14px;
}
.footer-about-us-links a:hover {
    text-decoration: underline;
}
.video-container-shorts {
    position: relative;
    width: 100%;
    padding-top: 177.77%; /* 9:16 aspect ratio */
    overflow: hidden;
}

.video-container-shorts iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropdown:hover>.dropdown-menu {
    display: block !important;
}

.dropend:hover>.dropdown-menu {
    display: block !important;
  }

@media(min-width:999px){
    .dropend .dropdown-menu {
        top: 0;
        right: auto;
        left: 100%;
        margin-top: 0;
        margin-left: 0.125rem;
    }
    .main-slider{
        z-index: -9!important;
        margin-top: -8%;
    }
}

    .main-doctor{
        margin-top: -88%;
        margin-left: 42%;
    }
    .main-doctor img{
        width: 100%;
    }

    .see-all-btn a{
        background-color: #fff;
        padding: 15px;
        font-weight: bold;
        border-radius: 10px;
    }

    .testimonials .doctor-speak-item{
        box-shadow: 0 0 10px #295368;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    .top-bar{
        background-color: #295368;
        height: 45px;
        z-index: 99999999;
    }
   .social-icons li a{
        color: #fff;
        margin-right: 20px;
        font-size: 18px;
    }
    .side-fixed{
        position: fixed;
        right: 0;
        top: 130px;
        width: 80px;
        z-index: 999;
        padding: 10px 0 10px 0;
        background-color: #ec192f;
    }
    .side-txt{
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
    }
    .mob-bottom-fixed{
        background-color: #ec192f; 
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 99999999;
    }
    .sub-page-banner{
        padding: 50px 0;
    }
    .sub-page-banner .first{
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }
    .sub-page-banner .second{
        color: #fff;
        font-size: 2em;
        font-weight: bold;
    }
    .footer-sec{
        background-image: linear-gradient(#295368d3, #295368d3), url(../../../assets/img/banner/footer-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .about-banner{
        background-image: linear-gradient(#295368d3,#295368d3),url(../../../assets/img/banner/about-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .glance-point li::marker{
        content: "\f101";
        font-family: FontAwesome;
        display: inline-block;
        margin-right: 20px;
        color: #ec192f;
    }
    .glance-point li{
       padding: 0 10px;
       margin-top: 20px;
    }

    li::marker{
        color: #ec192f;
    }
    @media(max-width:767px){
        .emer-sec{
            margin-top: -10%;
        }
    }
    
    @media(min-width:768px){
        .dummy-doc{
            width:75%;
        }
    }
/*#endregion ================================== FOOTER CSS END ====================== */
