@import url(animate.min.css);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
* {margin: 0;padding: 0;box-sizing: border-box;}
body {min-height: 100vh;font-family: "Source Sans 3", sans-serif;}
p{color: #696969;font-size: 16px;font-weight: 400;line-height: 155%;letter-spacing: 0.48px;text-align: justify;}
*{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
a{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
h3{font-size: 26px;}
.semi-bold{font-weight: 600 !important;}
.medium-text{font-weight: 500 !important;}
header{position: fixed;top: 0;z-index: 100;left: 0;right: 0; background: #fff; }
.header_top{background: #231F20; padding: 15px 0;}
.header_contact span{color: #B9B2B3;font-size: 14px;font-style: normal;font-weight: 500;line-height: normal;}
.header_contact span a{color: #C6A325; text-decoration: none;font-size: 14px;font-style: normal;font-weight: 500;line-height: normal;}
.header_bottom{ position: relative;}
.fixed-top {-webkit-box-shadow: 0px 13px 50px 0px rgba(25,43,62,0.10);-moz-box-shadow: 0px 13px 50px 0px rgba(25,43,62,0.10);box-shadow: 0px 13px 50px 0px rgba(25,43,62,0.10); position: fixed; background-color: #FFF;}
.fixed-top .logo img{height: 100px;}
.fixed-top .header_top{height: 0; overflow: hidden; padding: 0;}
.Enquiry_btn{border-radius: 5px;background: #2b2a88; padding: 13px 20px;color: #fff;font-size: 16px;font-weight: 600;line-height: 155%; letter-spacing: 0.24px; margin-left: 20px;}
.fixed-top .Enquiry_btn{border-color: #2b2a88; color: #fff; background-color:#2b2a88;}
.btn-primary{border: 1px solid  #2b2a88;border-radius: 5px; background: #2b2a88;color: #FFF;text-align: center;font-weight: 600;line-height: 1; padding: 15px 30px;color: #FFF;text-align: center;font-size: 16px;}
.btn-primary:hover{border-color: #2b2a88; color:#2b2a88; background-color: transparent;}
.btn-bordered-blue{border-radius: 5px;border: 1px solid #2b2a88;color: #2b2a88; padding: 15px 30px;color: #2b2a88;text-align: center;font-size: 16px;font-weight: 700;line-height:1;letter-spacing: 0.2px;}
.btn-bordered-blue:hover{background-color: #2b2a88;color:  #fff;}
.hamburger {display: flex;flex-direction: column;cursor: pointer;}
.hamburger span {width: 25px;height: 2px;background-color: #000000;margin: 3px 0;}
.hamburger.active span:nth-child(1) {transform: rotate(-45deg) translate(-5px, 6px);}
.hamburger.active span:nth-child(2) {opacity: 0;}
.hamburger.active span:nth-child(3) {transform: rotate(45deg) translate(-5px, -6px);}
.close {display: flex;flex-direction: column;cursor: pointer; position: absolute; right: 20px; z-index: 10;}
.close span {width: 25px;height: 2px;background-color: #000000;margin: 6px 0;transform-origin: center;}
.close span:nth-child(1) {transform: rotate(45deg);}
.close span:nth-child(2) {transform: rotate(-45deg); margin-top: -8px;}
.close span:nth-child(3){display: none;}
nav {width: 100%;height: auto;}
nav .navbar {height: 100%;width: 100%;display: flex;align-items: center;justify-content: normal;margin: auto;padding: 0 0;}
.navbar .logo a {font-size: 30px;color: #fff;text-decoration: none;font-weight: 600;}
nav .navbar .nav-links {height: 100%;}
nav .navbar .links {display: flex;}
nav .navbar .links li {position: relative;display: flex;align-items: center;justify-content: space-between;list-style: none;padding: 0 20px;}
nav .navbar .links li a {color: #000;font-size: 16px;font-weight: 600;line-height: 155%; letter-spacing: 0.24px;text-decoration: none;}
.fixed-top nav .navbar .links li ul {top:23px}
nav .navbar .links li:hover ul{display: block;}
nav .navbar .links li ul a{ color: #fff !important; padding: 15px;}
nav .navbar .links li ul a:hover{ color:#fff !important;}
nav .navbar .links li ul li:hover{ border-width: 1px;}
.navbar .links li ul li {padding: 0 ;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: block;background: #2b2a88;}
.navbar .links li ul a {color: #fff;font-size: 15px;font-weight: 400; padding: 10px 15px; display: block;}
.navbar .links li ul .more-arrow {line-height: 40px;}
.navbar .links li ul .more-sub-menu {position: absolute;top: 0;left: 100%;border-radius: 0 4px 4px 4px;z-index: 1;display: none;}
.links li ul .more:hover .more-sub-menu {display: block;}
.navbar .nav-links .sidebar-logo {display: none;}
.navbar .bx-menu {display: none;}
.logo {color: #252B42;font-size: 24px;font-style: normal;font-weight: 700;line-height: 1;letter-spacing: 0.1px; text-decoration: none; width: 315px;}
@media (max-width: 920px) {
    nav .navbar {max-width: 100%; padding: 0 25px;}
    nav .navbar .links li {padding: 0 0; white-space: nowrap;}
    nav .navbar .links li a {font-size: 15px;}
}
@media (max-width: 991px) {
    .navbar .bx-menu {display: block;}
    .sidebar-logo .logo-name {font-size: 25px;color: #fff;}
    .sidebar-logo i,
    .navbar .bx-menu {font-size: 25px;color: #fff;border: 1px solid #fff;height: 30px;width: 30px;}
    nav .navbar .links {display: block;margin-top: 0; padding: 30px 0 0;}
    nav .navbar .links li .arrow {line-height: 40px;}
    nav .navbar .links li {display: block;}
    nav .navbar .links li ul {position: relative;top: 0; padding-top:0;box-shadow: none;display: none;}
    .fixed-top nav .navbar .links li ul {top: 0;}
    nav .navbar .links li:hover, nav .navbar .links li{border-bottom:0;}
    nav .navbar .links li ul li {border-bottom: none;}
    .navbar .links li ul .more-sub-menu {display: none;position: relative;left: 0;}
    .navbar .links li ul .more-sub-menu li {display: flex;align-items: center;justify-content: space-between;}
    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {transform: rotate(0deg);}
    .navbar .links li ul .more-sub-menu {display: none;}
    .navbar .links li ul .more span {display: flex;align-items: center;}
    .links li ul .more:hover .more-sub-menu {display: none;}
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {display: none;}
    .navbar .nav-links{position: fixed;top: 0;right: -100%;display: block;max-width: 270px;width: 100%;background: #ffffff;line-height: 40px;padding: 20px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);transition: all 0.5s ease;z-index: 1000;}
    .navbar .nav-links .sidebar-logo {display: flex; align-items: center; justify-content: space-between;}
    nav .navbar .nav-links { height: 100vh; overflow:auto;}
    nav .navbar .links li.menu-item-has-children:after{position: absolute;height: 20px;top: 11px;right: 0;filter: brightness(100%) invert(100%);}
}
@media (max-width: 370px) {
  nav .navbar .nav-links {max-width: 100%;}
}
.animated {-webkit-animation-duration: 1.5s;animation-duration: 1.5s;}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.bg7 img{ animation: loading 100s linear infinite;}
@keyframes loading {
  0% { 
    transform: rotate(0); 
  }
  100% { 
    transform: rotate(360deg);
  }
}
@keyframes slide_small {
  0% { 
    transform: translate(0); 
  }
  50% { 
    transform: translate(15px);
  }
  100% { 
    transform: translate(0); 
  }
}
.bg_slide1{width: 53px;height: 177px;border-radius: 0 0 60px 0;background-color: #f1f1f1;position: absolute;top: 0;left: 0; }
.bg_slide2{width: 40%;height: 100%;border-radius: 0 0 0 60px;background-color: #f1f1f1;position: absolute;top: 0;right: 0; bottom: 0;}
.bg_slide3{position: absolute;top: 0;right: 15%;}
.hero_section {padding-top: 120px; background-color: #f1f1f1;}
.hero_section .container{position: relative; z-index: 1;}
.hero_section h4{color: #2b2a88;font-size: 24px;font-weight: 600;line-height:1;letter-spacing: 0.1px; margin: 0;}
.hero_section h1{color: #2b2a88;font-size: 58px;font-style: normal;font-weight: 700;line-height: 80px;letter-spacing: 0.2px; margin: 0 0 10px;}
.hero_section h1 span{display: block;color: #252B42;}
.hero_section p{color: #737373;font-size: 20px;font-style: normal;font-weight: 400;line-height: 1.5;letter-spacing: 0.2px;}
.common_space{padding: 50px 0;}
.section_title, .section_title p{color: #2b2a88;font-size: 48px;font-weight: 700;line-height: 116%;}
.section_title p{color: #2b2a88;font-size: 48px;font-weight: 700;line-height: 116%; text-align:center}
.section_title span{display: block;color: #062126;}
.abt_image{background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40%, rgb(43 42 136) 60%);border-radius: 5px; padding: 7px;}
.section_header h4{color: #2b2a88;font-size: 24px;font-weight: 600;line-height: 1;letter-spacing: 0.36px; display: flex; justify-content: center; align-items: center; flex: 1 1 auto; margin-bottom: 20px;}
.section_header h4::after, .section_header h4::before{content: ""; display: block; flex: 1 1 auto; max-width: 130px;}
.section_header h4::after{background: #D8D8D8; height: 2px; margin-left: 13px;}
.section_header h4::before{background: #D8D8D8; height: 2px; margin-right: 13px;}
.section_header .section_title span{display: inline-block;}

.consulting_box{border-radius: 10px;background:  #F6F6F6; padding: 25px 35px;}
.consulting_box .ico{height: 80px;width: 80px;border-radius: 10px;background-color: #2b2a88;text-align: center;line-height: 80px; margin-bottom: 25px;}
.consulting_box h3{color: #0E1F51;font-size: 24px;font-weight: 600;line-height: 1;text-transform: capitalize; margin: 0;}
.consulting_box p{color: #000;font-weight: 400;letter-spacing: 0.48px; text-align: inherit;}

.blue_bg{background-color:rgb(241 241 241);}
/* .blue_bg .section_header h4{color: #fff;} */
/* .blue_bg .section_header h4::after, .blue_bg .section_header h4::before{background-color: #fff;} */
/* .blue_bg .section_title, .blue_bg .section_title span, .blue_bg .section_title p{color: #fff;} */
.blue_bg .section_title p {text-align:center}
.expert_box{border-radius: 8px;background: #FFF; padding: 30px; text-align: center;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));}
.profile_image{width: 150px !important; height: 225px; border-radius: 50%; object-fit: cover; object-position: top center; display: inline-block !important;}
.expert_box p{text-align: center;color: rgba(6, 33, 38, 0.60); margin: 0;}
.expert_box h3, .expert_box h3 a{color: #062126;font-size: 24px;font-weight: 600;line-height: 1; margin: 0;text-decoration: none;}
.common_link{color: #2b2a88; text-decoration: none;}
.experts_carousel, .insurance_slide, .health_carousel {margin-top: 50px;}
.experts_carousel .owl-nav, .insurance_slide .owl-nav, .health_carousel .owl-nav{text-align: center; padding-top: 40px;}
.experts_carousel .owl-nav button, .health_carousel .owl-nav button{background-color: #fff !important; margin: 0 5px; }
.experts_carousel .owl-nav button.owl-prev, .insurance_slide .owl-nav button.owl-prev, .health_carousel .owl-nav button.owl-prev{rotate:180deg ;padding: 8px 30px !important;}
.experts_carousel .owl-nav button.owl-next, .insurance_slide .owl-nav button.owl-next, .health_carousel .owl-nav button.owl-next{padding: 8px 30px !important;}
.experts_carousel .item{padding: 15px;}
.insurance_slide .owl-stage-outer{background-color: #F1F1F1; padding: 50px 30px;}
.insurance_slide .owl-nav button{background-color: #2b2a88 !important; margin: 0 5px; }
.health_carousel .item{padding: 15px;}
.health_box{border-radius: 16px;background: #FFF;box-shadow: 0px 8px 26px -4px rgba(20, 20, 20, 0.15), 0px 8px 9px -5px rgba(20, 20, 20, 0.06); padding: 16px;}
.health_box img{border-radius: 16px;}
.health_box h3, .health_box h3 a{color: #252F40;font-size: 20px;font-weight: 600;line-height: 26px; margin:30px 0 15px; text-decoration:none}
.health_box p{color: #67748E;font-size: 16px;font-weight: 400;line-height: 1.6; margin: 0;}
.contact_sec{background-color: #F1F1F1;}
.form-control{border-radius: 5px;border: 1px solid #CACACA;background:#FFF;height: 60px; padding: 17px 20px;color: #000;font-size: 16px;font-weight: 400;line-height: 155%;letter-spacing: 0.48px;}
.form-control::placeholder{color: #000;}
textarea.form-control{height: 149px;}
footer{background: url(../images/footer_bg.png) no-repeat;background-position: bottom center; background-size: cover; padding: 50px 0;}
footer p{color: #FFF;text-align:right;font-size:16px;font-weight:600;line-height:155%;letter-spacing:0.48px;}
footer ul{padding: 0; margin:15px 0 0 0;}
footer ul li a{color: #FFF;font-size: 16px;font-weight: 600;line-height: 155%;letter-spacing: 0.24px; padding-right: 20px; text-decoration: none;}
.social_foot li {list-style:none}
.social_foot li a{padding-right: 0; padding-left: 30px;}
.inner_banner{margin-top: 125px;}
.inner_banner::after{background-color: #0E1F51; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1;}
.inner_banner_img{height: 350px; object-fit: cover; object-position: center; }
.brudcrumbs_area{position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; background-color:rgb(11 44 94 / 70%);}
.brudcrumbs_area h1{color: #fff; font-size: 52px; font-weight: 700;}
.brudcrumbs{list-style-type: none; padding: 0; margin: 0; display: flex;}
.brudcrumbs li, #breadcrumbs span span a{padding-right: 30px;background-image: url(../images/arrow_double.svg);background-position: right 10px top 8px;background-repeat: no-repeat;background-size: 12px;}
.brudcrumbs li a, .brudcrumbs li span, #breadcrumbs span span a{color: #fff; font-weight: 500; text-decoration: none; font-size: 16px}
.brudcrumbs li span, .breadcrumb-item.active, .breadcrumb_last {color: #2b2a88 !important;}
.brudcrumbs li:last-child{background: none; padding-right: 0;}
.inner_header .Enquiry_btn{background-color: #2b2a88; color: #fff;}
.logo_insurance .item{height: 100%; box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.08); border-radius: 10px;}
section {overflow: hidden;}
.contact_section{background-color: #f1f1f1;}
.contact_section img.w-100{margin-bottom: 20px;}
.footer-logo { width: 200px;}
.breadcrumb-item+.breadcrumb-item::before {display:none;} 
.doc_title {font-weight:600}
.contactbox{border-radius: 8px;background: #F1F1F1; padding: 30px; text-align: center;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); height:100%; color: #696969;margin: 20px 0 0;}
.contactbox a {color: #696969;text-decoration:none; display:inline-block ; margin: 5px 0;}
.contact_icon{display: block; margin: 20px auto;}
.contactbox p{text-align: center;color: rgba(6, 33, 38, 0.60); margin: 0;}
.contactbox h3, .contactbox h3 a{color: #062126;font-size: 24px;font-weight: 600;line-height: 1; margin: 0;text-decoration: none;}
.health_carousel.owl-carousel .owl-nav.disabled, .experts_carousel.owl-carousel .owl-nav.disabled {display:block}
.icon_call{width: 26px;max-height: 30px;display: inline-block;vertical-align: middle;margin-right: 5px;}
ol li {list-style:none}
