
*, html, body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
	font-family: 'Inter', sans-serif; font-size:16px;
}

*, ::before, ::after{
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, li{
    margin: 0;
    padding: 0;
}
h2{ font-weight:600;}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none !important;
    color: #6c6c6c;
}
a:hover{
    color: #6c6c6c;
}

 input, textarea{ outline:none !important; }
.custom-container{
    max-width: 1260px;
     margin-left: auto;
	
}.img-fluid{width:100% !important ;}
.p-left-0{ padding-left:0px  !important  }
/* ==== main header ==== */
.space-10{ height:15px; display:inline-block; width:100%:}
.header-menu{
    background-color: #fff;
    min-height: 80px;
    display: flex;
    align-items: center;
    transition: .5s all;
}

.header-top {
    background-color: #45b353;
    min-height: 30px;
    align-items: center;
   color:#fff;
   padding:5px 5px;
}
.header-top p{color:#fff; text-align:center; font-size:16px;}

.sticky-header{
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    width: 100%;
    padding: 5px 0;
    transition: .5s all;
}
.navbar-brand img{
    width: auto;
}
.mobile_primary {
    position: relative;
    transition: all .6s;
    padding: 0;
    z-index: 9999;
}
.mobile_primary ul{
    margin: 0;
    padding: 0;
}
.mobile_primary ul li{
    cursor: pointer;
    display: inline-block;
}
.mobile_primary ul li a{
    color: #013c71;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 99;
    display: block;
    text-decoration: none;
    text-align: center;
     transition: all .6s; 
}
.mobile_primary ul li a:hover{ color:#000}
 
/* .mobile_primary .sub-menu{ 
    background: #fff none repeat scroll 0 0;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border-bottom: 0;
    transition: .3s;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0/6%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0/6%) !important;
}
.mobile_primary li:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    z-index: 9;
}
.sub-menu-details h3{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #082640;
    border-bottom: 1px solid #082640;
    padding: 0px 0 8px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.sub-menu-details ul{
    margin: 0;
    padding: 0;
}
.mobile_primary .sub-menu li{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.mobile_primary li .sub-menu ul li a{
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: baseline;
    position: relative;
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 0 0 8px 0;
    margin: 1px 0;
} 
.sub-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}*/
.menu-button{
    display: none;
}

/* ==== Banner Start ==== */

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50px;
    right: 50px;
}

.carousel-container h2 {
    color: #000;
    font-size:48px;
    text-align:left;
    font-weight:500; margin-bottom:20px;
  
}

.carousel-container h3 {
    color: #2f9740;
    font-size:28px;
    text-align:left;
    font-weight:500;
    margin-bottom: 20px; margin-top:0px;
}
.carousel-container p{
    color: #000;
    font-size: 19px;
    margin-bottom: 35px;
    font-weight: 400;
   
	
}
.carousel-container a{font-size:22px;}
html a:hover{
    text-decoration: none;
}
.banner-btn a {
	font-size:16px;
    background: #2f9740;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 2%);
    font-weight: 500;
}
.banner-btn i {padding-left:5px;}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #fff;
    color: #000;
}
.p-left{padding-left:25px;}
.menu-navigation .active{color: #45b353;}


/* ==== Banner end ==== */
.section-title{
   
    margin-bottom:90px;
}

html .btn-black {
    color: #000;
    text-decoration: none;
}
html .btn-black i{
    font-weight: 400;
}
html .btn-black span, 
html .banner-btn span, 
html .btn-white span{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    transition: all 0.1s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
html .btn-black span {
    background-color: transparent;
    border: 2px solid #000;
}
html .btn-white span{
    background-color: transparent;
    border: 2px solid #fff;
}
html .btn-white{
    color: #fff;
    text-decoration: none;
}

section.section {
    padding: 50px 0;
    position: relative;
}

.brand-wrapper {
    background: linear-gradient(0deg, #F26848 -14.1%, #FFC711 107%);
    background: -webkit-linear-gradient(0deg, #F26848 -14.1%, #FFC711 107%);
    padding: 4px;
    height: 100%;
}

.brand-content {
    background-color: #fff;
    padding: 65px 25px 30px 25px;
    height: 100%;
}
.brand-content h2 {
    font-size:30px;
    color: #141616;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    line-height: 36px;
}
.about-content h2::before, 
.brand-content h2::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #BA2025;
    left: 0;
    top: 0;
}
.about-content h4, 
.brand-content h4, 
.achievement-accolades h4, 
.about-us-inner h4, 
.board-director-content h4 {
    color: #BA2025;
    font-size:22px;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: 'Noto Sans';
    margin-bottom:35px;
     line-height: 25px;
}
#brandSlider .owl-nav{
    margin:0;  
}
#brandSlider .owl-nav .owl-prev img, 
#brandSlider .owl-nav .owl-next img, 
#goalSlider .owl-nav .owl-prev img, 
#goalSlider .owl-nav .owl-next img, 
#directorSlider .owl-nav .owl-prev img, 
#directorSlider .owl-nav .owl-next img, 
#missionSlider .owl-nav .owl-prev img, 
#missionSlider .owl-nav .owl-next img, 
#directorsSlider .owl-nav .owl-prev img, 
#directorsSlider .owl-nav .owl-next img, 
#investorSlider .owl-nav .owl-prev img, 
#investorSlider .owl-nav .owl-next img,
#journeySlider .owl-nav .owl-next, img,
#journeySlider .owl-nav .owl-prev, img,
#guidelineSlider .owl-nav .owl-prev img, 
#guidelineSlider .owl-nav .owl-next img{
    
}
#brandSlider .owl-nav .owl-prev, 
#brandSlider .owl-nav .owl-next, 
#goalSlider .owl-nav .owl-prev, 
#goalSlider .owl-nav .owl-next, 
#directorSlider .owl-nav .owl-prev, 
#directorSlider .owl-nav .owl-next, 
#missionSlider .owl-nav .owl-prev, 
#missionSlider .owl-nav .owl-next, 
#directorsSlider .owl-nav .owl-prev, 
#directorsSlider .owl-nav .owl-next, 
#investorSlider .owl-nav .owl-prev, 
#investorSlider .owl-nav .owl-next,
#journeySlider .owl-nav .owl-next, 
#journeySlider .owl-nav .owl-prev,  
#guidelineSlider .owl-nav .owl-prev, 
#guidelineSlider .owl-nav .owl-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
	 background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}
#brandSlider .owl-nav .owl-prev, 
#brandSlider .owl-nav .owl-next, 
#goalSlider .owl-nav .owl-prev, 
#goalSlider .owl-nav .owl-next, 
#directorSlider .owl-nav .owl-prev, 
#directorSlider .owl-nav .owl-next, 
#missionSlider .owl-nav .owl-prev, 
#missionSlider .owl-nav .owl-next, 
#directorsSlider .owl-nav .owl-prev, 
#directorsSlider .owl-nav .owl-next, 
#investorSlider .owl-nav .owl-prev, 
#investorSlider .owl-nav .owl-next,
#journeySlider .owl-nav .owl-next, 
#journeySlider .owl-nav .owl-prev,  
#guidelineSlider .owl-nav .owl-prev, 
#guidelineSlider .owl-nav .owl-next{
    position: absolute;
}
#brandSlider .owl-nav .owl-prev{
    top:42%;
    left:-1%;
}
#brandSlider .owl-nav .owl-next{
    top:42%;
    right:-1%;
}
#goalSlider .owl-nav .owl-prev{
    top: 40%;
    left:-1%;
}
#goalSlider .owl-nav .owl-next{
   top: 40%;
     right:-1%;
}
#journeySlider .owl-nav .owl-prev{
    top: 135%;
    left: 0%;
}
#journeySlider .owl-nav .owl-next{
    top: 135%;
    right:91%;
}
#directorSlider .owl-nav .owl-prev{
    top: 73%;
    left: -52%;
}
#directorSlider .owl-nav .owl-next{
    top: 73%;
    right: 135%;
}
#missionSlider .owl-nav .owl-prev{
    top: 80%;
    left: -32%;
}
#missionSlider .owl-nav .owl-next{
    top: 80%;
    right: 118%;
}
#directorsSlider .owl-nav .owl-prev{
    top: 50%;
    left: -5%;
}
#directorsSlider .owl-nav .owl-next{
    top: 50%;
    right: -5%;
}
#investorSlider .owl-nav .owl-prev{
    top: 50%;
    left: -5%;
}
#investorSlider .owl-nav .owl-next{
    top: 50%;
    right: -5%;
}
 
#guidelineSlider .owl-nav .owl-prev{
    top: 84%;
    left: -34%;
}
#guidelineSlider .owl-nav .owl-next{
    top: 84%;
    right: 120%;
}
/* ==== about us ==== */

.about-us {
    background: #f5f1ef;
}
.about-wrapper {
    background: linear-gradient(356deg, #438DCB 17.24%, #FFC711 103.87%);
    background: -webkit-linear-gradient(356deg, #438DCB 17.24%, #FFC711 103.87%);
    padding: 4px;
}
.about-content {
    background-color: #f5f1ef;
    padding: 50px;
}
.about-content h2 {
    color: #141616;
    font-size: 60px;
    font-weight: 800;
    font-family: 'Noto Sans';
    margin-bottom:40px;
    line-height: 55px;
    position: relative;
    padding-left: 15px;
	 letter-spacing: -2px;
}
.about-content p {
    margin-bottom:40px;
    color: #141616;
    font-size:26px;
    line-height:36px;
}
.about-content a{ font-size:22px;}
.vission-content{
    
    padding: 50px 100px 50px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vission-content h2{
    color: #fff;
    font-size:60px;
    font-weight: 800;
    margin-bottom: 20px;
}
.vission-content p{
    font-size:40px;
    font-weight: 300;
    line-height:50px;
    color: #fff;
    margin-bottom: 20px;
}
.custom-border{
    border-left: 2px solid #fff;
}
.achievement-accolades{
    padding: 0 35px;
}
.achievement-accolades p{
    position: relative;
    padding-left: 15px;
    border-left: 2px solid #BA2025;
    font-size: 26px;
    line-height: 30px;
    color: #141616;
    font-weight: 500;
}
.accolades-cert{
    padding: 50px 60px;
    border: 2px solid #BA2025;
}
/* .accolades-cert img{
    width: 135px;
} */
.achievement-accolades img{
    width: 80px; padding-bottom:20px;
}
.world-section h2{
    color: #EC6E7F;
    font-size:60px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 50px;
}
.globe-world{
    width: 80px;
}
.globe-content h3{
    font-size:37px;
    color: #EC6E7F;
    margin-top: 15px;
}
.globe-content span{
    font-size:50px;
    color: #EC6E7F;
    font-weight: 800;
}
.globe-content {
        padding: 172px 5px 0px 90px;
}
.journey-section h2, 
.core-values h2{
    color: #BA2025;
    font-size:60px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 50px;
}
.journey-section p{
    font-size:30px;
    color: #141616;
    font-weight: 400;
}
/* background: linear-gradient(270deg, #EC6E7F 6.14%, #438DCB 22.96%, #BA2025 38.68%, #FBDB37 56.5%, #7CC243 71.53%, #F26848 88.09%, #FEC20E 99.34%); */

.history-box{
    border: 5px solid #FEC20E;
}
.founder-content h4{
    font-weight: 500;
    font-size: 30px;
    color: #141616;
}
.founder-content h2{
    color: #FEC20E;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}
.focus-box{ font-family: 'Noto Sans', sans-serif !important; 
    border: 5px solid #F26848;
}
.focus-box img{
    width: 325px;
    position: relative;
    margin-bottom: -5px;
}
.focus-text{
    color: #F26848;
    font-weight: 800;
    font-size: 35px;
}

/* ==== footer ==== */

.footer-section{ 
    background: linear-gradient(259.1deg, #579DF0 4.33%, #317BBA 38.49%);
}
.footer-logo img{
    width:100px;
}
.footer-logo p{ font-family: 'Noto Sans', sans-serif !important; 
    font-size: 14px;
    margin-top: 15px;    
}
.footer-section h5{ font-family: 'Noto Sans', sans-serif !important; 
    font-weight: 600;
    font-size:22px;
    text-transform: capitalize;   
}
.footer-menu ul{  font-family: 'Noto Sans', sans-serif !important; 
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
}
.footer-menu ul li{font-family: 'Noto Sans', sans-serif !important; }
.footer-menu ul li p{font-family: 'Noto Sans', sans-serif !important; }
.footer-menu ul.list-widget li {
    padding-left: 15px; font-family: 'Noto Sans', sans-serif !important; 
    margin-bottom: 5px;
}
.footer-menu .list-widget-lg li{
    margin-bottom: 8px;
}
.list-widget li { font-family: 'Noto Sans', sans-serif !important; 
    position: relative;
    line-height: 24px;
}
ul.list-widget li::before{ font-family: 'Noto Sans', sans-serif !important; 
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    top: 9px;
    left: 2px;
}
.footer-menu li a{ font-family: 'Noto Sans', sans-serif !important; 
    font-size: 15px;
    
}
.social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
}
.social-icons li {
    display: inline-block;
    margin: -1px 5px 0 0;
    padding: 2px;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}
.social-icons li a {
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
    color: #333;
    display: block;
    height: 28px;
    line-height: 30px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ==== footer end ==== */

.about-section, .board-directors{
    background-color: #F2F7FB;
}
.about-us-wrapper{
    background: linear-gradient(200deg, #3DA448 0%, rgba(61, 164, 72, 0) 39.62%), linear-gradient(380deg, #438DCB 7.99%, rgba(67, 141, 203, 0) 77.1%);
    padding: 2px 2px 4px 4px;
    height: 100%;
}
.about-us-inner{
    background-color: #F2F7FB;
    padding: 60px 40px 50px;
    height: 100%;
}
.about-left-border{
    padding-left: 35px;
    position: relative;
}
.about-left-border::before{
    content: "";
    position: absolute;
    top: 10px;
    width: 2px;
    height: 96%;
    background-color: #BA2025;
    left: -1px;
}
.about-section h2{
    color: #141616;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
}
.board-director-content h2{
    color: #141616;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 15px;
}
.member-profile h2{
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    color: #141616;
    margin-bottom: 6px;
}
.member-profile p{
    font-size: 16px;
    color: #141616;
    font-weight: 400;
}
.vission-section{
    background-image: url('../img/vission-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 580px;
}
.vission-inner{
    padding-left: 25px;
    position: relative;
}
.vission-inner::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 95%;
    background-color: #BA2025;
    top: 10px;
    left: -5px;
}
.vission-inner h2{
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
}
.vission-inner p{
    font-size: 27px;
    color: #fff;
    line-height: 30px;
}
.mission-section, 
.policy-guideline-section{
    background-color: #FFF9E7;
}
.mission-section h2{
    font-size: 50px;
    color: #7CC243;
    font-weight: 800;
    margin-bottom: 10px;
}
.mission-item{
    border-left: 3px solid #BA2025;
    padding-left: 20px;
}
.mission-item p{
    color: #438DCB;
    font-size: 25px;
}
.btn-arrow, #goalSlider .owl-carousel .owl-item img {
    width: 8px !important;
    height: auto;
}
.core-wrapper{
    background: linear-gradient(75deg, #F26848 0%, rgba(242, 104, 72, 0) 39.62%), linear-gradient(254deg, #438DCB 7.99%, rgba(67, 141, 203, 0) 77.1%);
    padding: 2px;
    transition: .5s all;
}
.core-item{
    background-color: #fff;
    padding: 55px 25px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.core-item h3{
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}
.core-wrapper:hover{
    background: none;
}
.core-wrapper:hover .core-item{
    background-color: #F26848;
    color: #fff;
    transition: .5s all;
}
.commitment-wrapper{
    background: linear-gradient(198deg, #F26848 0%, rgba(242, 104, 72, 0) 39.62%), linear-gradient(40deg, #438DCB 7.99%, rgba(67, 141, 203, 0) 77.1%);
    padding: 2px 2px 4px 4px;
}
.commitment-inner{
    padding: 65px 40px;
    background-color: #fff;
}
.commitment-inner h3{
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 8px;
    color: #141616;
}
.commitment-inner p{
    font-size: 17px;
}
.gov-wrapper{
    background: linear-gradient(7deg, #FEC20E 0%, rgba(254, 194, 14, 0) 39.62%), linear-gradient(189deg, #3DA448 7.99%, rgba(61, 164, 72, 0) 77.1%);
    padding: 4px 4px 2px 2px;
}
.wrapper-inner{
    padding: 50px;
    background-color: #fff;
}
.wrapper-inner h3{
    font-size: 45px;
    font-weight: 900;
}
.corporate-gov{
    position: relative;
    margin-top: -12%;
}
.banner-container{
    position: absolute;
    top: 32%;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-container h3{
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    text-align: left;
}
.key-financial h2{
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    color: #141616;
}
.board-directors h2{
    font-size: 45px;
    font-weight: 900;
    color: #BA2025;
}
.board-member h4{
    font-size: 27px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 6px;
    color: #141616;
}
.board-member p{
    font-size: 18px;
}
.investor-section h2{
    font-size: 45px;
    font-weight: 900;
    color: #3DA448;
}
.investor-notice-wrapper{
    background: linear-gradient(50deg, #3DA448 7.99%, rgba(67, 141, 203, 0) 77.1%), linear-gradient(232deg, #EC6E7F 0%, rgba(236, 110, 127, 0) 39.62%);
    padding: 2px 2px 4px 4px;
}
.investor-item{
    background-color: #fff;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 230px;
}
.investor-item h3{
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
.policy-guideline-section h2{
    font-size: 45px;
    font-weight: 900;
    color: #712266;
    margin-bottom: 15px;
}
.guideline-item{
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #BA2025;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 196px;
}
.guideline-item p{
    font-size: 24px;
    font-weight: 500;
    color: #438DCB;
}
#directorSlider.owl-theme .owl-dots .owl-dot.active span{
    background-color: #D9D9D9;
}
#directorSlider.owl-theme .owl-dots span{
    border-radius: 0;
    background: #fff;
    border: 2px solid #D9D9D9;
}
#directorSlider.owl-theme .owl-dots{
    margin-top:20px;text-align: right; margin-right:20px;
}
.border-green{
    border: 2px solid #7CC243;
}
.btn-green, .btn-yellow{
    padding: 8px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #141616;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    width: 14%;
    margin: 0 12px;
}
.border-yellow{
    border: 2px solid #FEC20E;
}
.carousel-item img{ width:100%;}

.vision-bg1{     background: -webkit-linear-gradient(50deg, #F26848 -14.1%, #FFC711 107%);}
.vision-bg1 a{ font-size:22px;}

.vision-bg{ background:url(../img/slide-bg.jpg) no-repeat top left; background-size:cover}
.vision-bg a{ font-size:22px;}
.about-us  img{ width:100%}
.journey-bg-line-bot{background: -webkit-linear-gradient(50deg, #F26848 -14.1%, #FFC711 107%); height:40px; width:100%; margin-top:40px;}
.world-section .right img, .accolades-cert img{ width:100%}
.doctor-pic{ margin-top:-30px;}

/* new-10.08.23 */

 
 
.footer{ background:#fff; padding:3rem 0rem }
 
.footerbox{margin-top: 0px; padding:3rem 0rem 2rem 0rem;}
.footerbox img{ width:50%; text-align:center}
.titlefooter{font-size:22px;color: #fff;font-weight:500;padding-bottom: 20px;}
.footerbox p{color: #fff;font-size: 14px; margin: 0;}
.footerbox span{color: #c6b27f;}
.side-bg{ background:url(../images/footer-side-bg.png) no-repeat left; padding-left:40px;}
.socials-net li{ display: inline-block;}
.socials-net li a{
    width:45px;
    height:45px;
    line-height:48px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    color: #153f74;
    margin: 10px;
    display: inline-block;;
}

.socials-net li a:hover{ background:#c6b27f;}
.footernav li a{
    color: #bfbfbf;
    font-size:14px;
     display: inline-block;
    padding:7px 0;
}
.footernav li a:hover{color: #35ac44;}

.footernav i{margin-right:10px;}
.social-nav i {
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 6px 0px 0px 8px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}
.disclaimer{background:#303030;padding:20px;border-radius: 10px;}

.copy-right-section{padding:10px 0px; border-top: 1px solid #013b71;
    background: #013b71; width:100%; display:inline-block; }
.copy p{color:#fff; text-align:center;font-size:14px; letter-spacing:1px;}
 

.contact-side{ width:50px; height:auto; background:#fff; position:fixed; right:0px; top:40%; padding:12px; 
color:#666666; box-shadow:0px 0px 7px #343432; z-index:99999999;border-radius: 5px 0px 0px 5px;}

.contact-side a img{ padding-top:10px;width: 100%;}
.quick-contact{padding-bottom:10px;  display: inline-block;}
.quick-text{transform: rotate(90deg);}

.footer-left-side{ width:auto; position:fixed; left:15px; top:86%; z-index:99999999;}
.footer-left-side img{ width:100%;}

.footer-right-side{ width:auto;  background:#35ac44; position:fixed; right:15px; top:90%; padding:8px 20px; 
color:#fff; box-shadow:0px 0px 7px #343432; z-index:99999999;border-radius: 30px;}
.footer-right-side a{color:#fff;}

/*max-hospital*/
/* .banner-section{  background: url('../images/home-banner.jpg') no-repeat; background-position:30% 100%; background-size:cover; color:#fff} */


 
 .contact-btn {
    background: #013c71;
    border-radius: 30px;
    color:#fff !important;
 }
.contact-btn:hover{ background:#21959f}
.whats-app{ font-size:20px !important;}
.whats-app i{font-size:24px; margin-left:15px; margin-right:5px;font-weight:800 }
.form-right{ background:#fff; border-radius:10px; padding:20px; max-width: 350px; box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); }
.form-right .top{ background:url(../images/form-top-bg.png) no-repeat top left; height:60px; width:100%; color:#fff;
 padding:8px 10px 0px 45px; margin-left: -40px; font-size:20px; font-weight:600;  
} 
.form-right .middle{ display:inline-block; width:100%; } 
.form-right .middle input{ padding:12px 10px; width:100%; background:#dfdfe0; border:none; border-radius:4px; font-size:14px; margin:6px 0px; height:100%;}
.form-right .middle textarea{ padding:6px 10px; width:100%; background:#dfdfe0; border:none; border-radius:4px; font-size:14px; margin:6px 0px; height:102px;}
.form-right .middle .submit{ background:#21bdb6; color:#fff; padding:10px 0px; border-radius:10px; height:50px;font-size: 18px; text-transform:capitalize;
    font-weight: 600; }

.gallery-section{ padding:4rem 0rem; background:#f0f0f0}
.gallery-section img{ border-radius:0px 0px 30px 30px; width:100%;}

.section-02{ padding:4rem 0rem 4rem 0rem; background: url('../images/slide-2.jpg') no-repeat top center; background-size:cover; background-position:100% 100%  }
.section-02 h2{ margin-top:40px; display:inline-block; color:#023b73;}
.banner-section-bottom-box{ background:#fff; border-radius:50px; padding:15px 20px; color:#1e8597; width:100%; height: 65px; text-align:center; 
    color: #003874;margin:auto; margin-top:-100px;
    font-size:24px; width:800px; font-weight:600; position: relative;  }
   
.section-02  .table{ background:#33608b; border-radius:10px; margin-top:50px; }
.section-02  .table tr,td{ border:1px solid #ddd; color:#fff;}
.section-02  .table td{ color:#fff;}
  
.section-03 { padding:4rem 0rem; background:#f5f5f7;  }
.section-03 h2{    display: inline-block; color: #023b73; margin-bottom:20px;}
   
.section-04 { padding:0rem 0rem; background:#f5f5f7;  }
.section-04 h2{ display: inline-block; color: #023b73; margin-bottom: 40px; font-weight: 600; text-align: center; font-size: 35px;}   
.section-04 .box{ width:15.6%; margin-right:1%; float:left; background:#fff; padding:40px 20px; border-radius:30px 4px 4px 4px; text-align:center} 
.section-04 .box img{ text-align:center; margin-bottom:15px; width:45%;}
.section-04 .box p{ text-align:center}
 .section-04 .box:hover{background: linear-gradient(to right,#11b3ee , #68d9d7 ); transition: all 0.3s ease 0s;}
  .section-04 .box:hover p{ color:#fff;}

 .expert-section {padding:4rem 0rem; background:#f5f5f7;   } 
 .expert-section .title{ width:100%;  } 
 .expert-section .title h2{ color:#133655; font-weight: 600; font-size: 35px; margin-top:-22px; text-align:center;padding-bottom:35px; margin-bottom:25px;  }
  .expert-section .title h2 span{ background:#f5f5f7; padding:0px 20px; font-weight: 600; font-size: 35px;}
  .border {    border: var(--bs-border-width) var(--bs-border-style) #10457d!important; border-radius:10px;}

  .expert-section .expert-box{ width:23%; background:url(../images/box-img-01.png) no-repeat; margin: 0% 1% 0% 1%;  background-size:100%; height:285px;} 
  .expert-section .expert-box .icon{ height:70px; width:70px; color:#023b73;  border-radius:100%;margin:26px 0px 0px 9px; padding: 20px 0px; text-align:center; font-weight:800; font-size:26px;}
    
  .expert-section .expert-box .icon img{ width:100%; padding:10px;}
  .expert-section .expert-box h2{ font-size:46px; text-align:center; color:#fff; margin:0px; padding: 5px;}
  .expert-section .expert-box p{ text-align:center; color:#fff;  }
  
   .faq-section{padding:4rem 0rem; background:#f5f5f7; }  
   .faq-section h1{ color:#023b73; font-weight:600; font-size:35px;  text-align:center;  display:block; padding-bottom:40px;   }
   .faq-section p{ padding-bottom:45px; text-align:center; color:#133655; font-weight:600}
   .faq-section .accordion-item {    color:#555; margin-bottom: 15px;  }
   .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed:focus{   outline:none; border:none; background:#f5f5f7; }
   .accordion-header button{ outline:none; border:none}
   .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed{ padding-top:0px; padding-left:0px;}
   .accordion-button:not(.collapsed){ color:#000}
    
   
  .faq-section .accordion-body{ font-size:14px; background:#f5f5f7; padding-left:0px;}
  .accordion-button:not(.collapsed)::after {color: #fff; background: url(../images/minus.png) no-repeat center; width:25px; height:26px;}
 .accordion-button::after {   background: url(../images/plus.png) no-repeat center;width:25px; height:26px;}
 .accordion-button:focus { box-shadow: inherit;}
 .accordion-button span{  }
   
  .faq-section .owl-theme .owl-nav { display:none}
 .btn-area {  display:flex;    position:relative;
   }
.btn-area a{  z-index:9;background:#013b71; font-size:12px; padding:5px 30px; border-radius:30px; color:#fff; text-align:center; margin:auto;margin-top: -30px;  position: absolute;     right: 150px;}
.mobile-device{ display:none}
.light-sky-bg{ background:#b8e1e1; margin-bottom:15px; border-bottom:2px solid #ddedf0}
.mobile-view{ display:none}
.ac-round{border-radius:0px 0px 30px 30px; }
.footer-pills ul{
    padding: 0;
    list-style: none;
}

.footer-pills ul li {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    color: #555f51;
    white-space: nowrap;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-flex;
    cursor: pointer;
}
.footer-pills ul li:hover {   
     background-image: linear-gradient(to right, #25b7b1 , #19527d);
    color: white;border: 1px solid #ddd;}
	
	.thank-you-section{ background:#fafafb; padding:4rem 0rem}
 .thank-you-section h2{ padding-bottom:20px}
 .thank-you-section img{ padding-bottom:20px}
 .about-section ul{ list-style: disc; color: #000;}
 .about-section ul li{ padding-left: 0; margin-bottom: 8px;}
 .about-section p{ margin-bottom: 6px; color: #000;}
 .navbar-brand { max-width: 190px; }
 .site-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: #000;
}
.site-header p{ font-size: 16px; font-weight: 500; margin-bottom: 20px;}
.site-header .fa-check {
    color: #013975;
    font-size: 3rem;
    font-weight: 600;
}