
*, html, body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    /*font-family: 'Noto Sans', sans-serif;*/
	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;
}
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 ==== */

.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{
    width: 10px;
}
#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: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 55px;
}
.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-image: linear-gradient(to right, #26b8b2 , #18517d); padding:4rem 0rem; color:#fff}
.banner-section .middle{ display:block}
.banner-section .middle h3{ font-size:36px;  }
.banner-section .middle h2{ font-size:36px; padding-top:10px;  }
.banner-section .middle ul{ margin-top:20px;}
.banner-section .middle ul li{ background:url(../images/arrow.png) no-repeat top  left; padding:0px 0px 10px 25px; font-size:18px; line-height:26px; }
.banner-section .middle .box{ background:#fff; border-radius:10px; padding:15px 20px; color:#1e8597;
    color: #1d748f;
    font-size:18px; margin-top:10px;
    }
 .banner-section .middle .box strong{ /*font-size:24px;*/ font-weight:600}
 .contact-btn {
    background: #013c71;
    border-radius: 30px;
    padding: 10px 25px !important;
    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;  }
.form-right .top{ background:url(../images/form-top-bg.png) no-repeat top left; height:60px; width:100%;
 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:6px 10px; width:100%; background:#dfdfe0; border:none; border-radius:4px; font-size:14px; margin:6px 0px;}
.form-right .middle textarea{ padding:6px 10px; width:100%; background:#dfdfe0; border:none; border-radius:4px; font-size:14px; margin:6px 0px; height:42px;}
.form-right .middle .submit{ background:#1c748f; color:#fff; padding:10px 0px; }

.gallery-section{ padding:4rem 0rem; background:#f0f0f0}
.gallery-section img{ border-radius:0px 0px 30px 30px; width:100%;}

.ali-irani-section{ padding:4rem 0rem 0rem 0rem; background:#d2e8e7 url(../images/doctor-bg.jpg) no-repeat top center; background-size:cover}
.ali-irani-section .left img{ border-radius:0px 0px 30px 30px; }
 .ali-irani-section .right {  }
 .ali-irani-section .right h2 { padding-top:15px; color:#133655; font-weight:600; font-size:27px; padding-bottom:20px;    }
  .ali-irani-section .right p { color:#133655  }
  
  .book-apointment{padding:4rem 0rem;  }  
  .book-apointment h2{   color:#133655; font-weight:700; font-size:42px; padding-bottom:20px; text-align:center }  
  .book-apointment .form-area{ padding:50px 100px 0px 100px;}
  .book-apointment .form-area input{ width:40%; float:left; padding:10px; border:none; border-bottom:1px solid #84d7d2; margin-bottom:25px; margin-left:5%;}
  .book-apointment .form-area textarea{ width:85%; float:left; padding:10px; border:none; border-bottom:1px solid #84d7d2; margin-bottom:25px; margin-left:5%; outline:none;
   resize:none;}
   .book-apointment .form-area textarea:focus{ outline:none; border:none}
   .book-apointment .form-area .submit{     margin-bottom: 0px;background:#1c748f; color:#fff; padding:15px 0px; width:85%; border-radius:30px; }
   
   .service-section{padding:4rem 0rem; background-image: linear-gradient(to right, #18517d , #26b8b2); }  
   .service-section h2{ color:#fff; font-weight:700; font-size:42px; padding-bottom:35px; text-align:left }
   .service-section .service-box{ width:100%; background:#fff; border-radius:0px 0px 30px 30px; height:493px; overflow:auto; }
   .service-section .service-box h2{ padding:10px; font-size:16px; width:100%; display:block; background:#133655;  }
   .service-section .service-box ul{ padding:20px;}
   .service-section .service-box ul li{ background:url(../images/hand.png) no-repeat top left; background-size:20px 15px;     padding-bottom: 10px; padding-left:32px; } 
   .service-section p{ text-align:center; color:#fff; padding-top:35px;} 
   
   .feature-section{padding:4rem 0rem; background:#ddedf0; }  
   .feature-section h2{ color:#133655; font-weight:700; font-size:42px;  text-align:center;padding-bottom:35px; display:block }
   .feature-table tr{ margin-bottom:5px; display:inline-block; width:100%;}
   .feature-table tr,td{ padding:6px 10px; color:#294d67; font-weight:400; font-size:13px;}
   .feature-table img{ width:25px;}
    .feature-table .first { width:80%;}
    .table-area{background-color:rgba(68,188,188,0.2);width:100%; padding-left:15px; margin-bottom:10px;display: inline-block; padding:10px; border-radius:4px; }
	.table-area .box-left{ width:70%; float:left;color:#013c71; font-weight:500 }
	.table-area .box-right{ width:auto; float:right;  }
	.table-area .box-right img{ width:22px; margin:0px 58px;}
	.feature-mobile-bg{ background:url(../images/mobile-bg.png) no-repeat top right ; background-size:320px 320px; }
	.b-n{ background:none; color:#fff}
	.b-n .max-home{padding-right:63px;
    padding-top: 13px;
    display: inline-block;}
	.b-n .others{padding-right:46px;  display: inline-block; }
	
 .expert-section {padding:4rem 0rem;   }  
 .expert-section h2{ color:#133655; font-weight:700; font-size:36px;  text-align:center;padding-bottom:35px; display:block; margin-bottom:25px;  }
  .expert-section .expert-box{ width:18%;background-image: linear-gradient(to right, #26b8b2 , #18517d); margin:1%;border-radius:0px 0px 0px 50px; padding:40px 20px;} 
  .expert-section .expert-box:hover{ box-shadow:0px 0px 10px #ddd} 
  .expert-section .expert-box .icon{ height:70px; width:70px; background:#013b71; border-radius:100%;margin: auto;
    margin-top: -75px;}
  .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:#f9f9f9; }  
   .faq-section h1{ color:#133655; font-weight:700; font-size:36px;  text-align:center;padding-bottom:15px; display:block }
   .faq-section p{ padding-bottom:45px; text-align:center; color:#133655; font-weight:600}
   .faq-section .accordion-item {background-image: linear-gradient(to right, #26b8b2 , #18517d); color:#fff;margin-bottom: 15px;border-radius: 0px 0px 30px 30px; }
   .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed:focus{background-image: linear-gradient(to right, #26b8b2 , #18517d); color:#fff; outline:none; border:none;  }
   .accordion-header button{ outline:none; border:none}
    
   
  .faq-section .accordion-body{ font-size:14px;}
  .accordion-button:not(.collapsed)::after {color: #fff; background: url(../images/minus.png) no-repeat center;}
 .accordion-button::after { position:absolute;  background: url(../images/plus.png) no-repeat center;}
 .accordion-button:focus { box-shadow: inherit;}
 .accordion-button span{ padding-left:30px;}
 
  .textimonials-box{ min-height:340px; background-image: linear-gradient(to right, #25b7b1 , #19527d); padding:0px 40px 40px 40px;border-radius: 0px 0px 50px 50px; position:relative; margin-top:22px;}
  .textimonials-box .date{ width:107px; height:97px; background:url(../images/date-bg.png) no-repeat center; position: absolute; 
  right: 40px;  top: -22px;}
  .textimonials-box .date .top{ display:block; color:#fff; padding: 8px 0px 8px 32px; font-weight:600; font-size:22px; border-bottom:1px dashed #fff;width: 89px;}
  .textimonials-box .date .bottom{display:block; color:#fff; padding: 12px 0px 8px 15px;   font-size:12px;}
  .textimonials-box .text-area{ display:block; color:#fff;  }
  .textimonials-box .text-area p{ color:#fff; padding:80px 20px 0px 20px; font-weight:400; text-align:left}
  .textimonials-box .founder-area{ width:100%; display:block; padding:40px 0px 0px 0px;} 
  .textimonials-box .founder-area .left{ width:20%; float:left; margin-left:10%;}
  .textimonials-box .founder-area .left img{ width:100%; }
  .textimonials-box .founder-area .right{ width:70%; float:left; padding:15px 0px 0px 20px;}
  .textimonials-box .founder-area .right h5{ margin:0px; color:#fff; padding:0px; text-align:left; font-size:20px;}
  .textimonials-box .founder-area .right p{ margin:0px; color:#fff; padding:0px; text-align:left; font-size:14px; font-weight:400; }
  .faq-section .owl-theme .owl-nav { display:none}
  #directorSlider.owl-theme .owl-dots span{ 
    border-radius: 100%;
    background: #013b71;
    border: 2px solid #013b71;
} 
#directorSlider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #f6ffff;
}

.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}