
*, 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:17px;
}

*, ::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:65px;
    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: 180px;
}
.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:5px 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 }
.footer h2{ text-transform:uppercase; font-weight:800; margin-bottom:10px; color:#0a3f78;}

.footer h6{ text-transform:uppercase; font-weight:700; margin:5px 0px;}
 
.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:#003f84 url(../images/banner.jpg) no-repeat right; background-size:100%; padding:0rem 0rem 3rem 0rem;; color:#fff}
.banner-section .middle{ display:block}
.banner-section .middle h3{ font-size:22px;color:#fff;  }
.banner-section .middle h2{  font-size:36px; padding-top:25px; text-transform:uppercase; color:#fff; font-weight:800;   }
.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-image: linear-gradient(to bottom, #2cbbb5 , #2cbbb5); border-radius:10px; padding:20px; width:400px; margin-top:40px;  }
.form-right .top{  width:100%; text-align:center;
   font-size:20px; font-weight:600; padding:5px 0px 15px 0px;  
} 
.form-right .middle{ display:inline-block; width:100%; } 
.form-right .middle input{ padding:10px 10px; width:100%; background:#fff; border:none; border-radius:4px; font-size:14px; margin:6px 0px;}
 .form-right .middle .submit{ background:#fff; color:#003874 ; font-weight:800; font-size:16px; padding:10px 0px; text-transform:uppercase }

.gallery-section{ padding:4rem 0rem; background:#f0f0f0}
.gallery-section img{ border-radius:0px 0px 30px 30px; width:100%;}

.ali-irani-section{ padding:4rem 0rem; background:#2cbbb5;  }
.ali-irani-section .left img{ border-radius:0px 0px 30px 30px; }
 .ali-irani-section .right {  }
 .ali-irani-section .right h2 {   color:#fff; font-weight:600; font-size:28px; padding-bottom:20px;    }
 .ali-irani-section .right p { color:#fff  }
  
     
	.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; }
	
  
.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; margin-left:25px; margin-top:20px;
}

.footer-pills ul li {
     font-size: 14px;
     color: #555f51;
     margin-bottom: 10px; list-style:disc; color:#000;  
  }
 
	
 .thank-you-section{ background:#fafafb; padding:4rem 0rem}
 .thank-you-section h2{ padding-bottom:20px}
 .thank-you-section img{ padding-bottom:20px}
 
.check-box{ }
.check-box span{ width:35px; float:left;  }
.check-box .text-check-box{ width:325px; float:left;    font-size: 13px; }
input:checked {}
.banner-right{ padding:130px 0px 0px 0px}

.our-expert-area{ padding:2rem 0rem; background:#fff}
.our-expert-area h2{ font-size:26px; color:#01457e;}
.our-expert-area ul { margin-top:15px;}
.our-expert-area ul li{ color:#1b4e79; font-size:19px;  background:url(../images/dot.png) no-repeat top left; background-position:0% 17%; padding-left:35px; margin-bottom:10px; }


.additional-services-area{ width:100%; display:inline-block; margin-top:25px;  }
.additional-services-area h2{ padding:8px 20px; background:#7cccbd; text-align:center; width:350px; margin:auto; color:#003975;}

.additional-services-area  { width:100%; float:left}
.additional-services-area  .box{ width:33.3%;  padding:20px; float:left   }
.additional-services-area  .box .icon{ width:110px; height:110px; padding:20px; background:#004185; margin:auto; border-radius:100%; margin-bottom:0px;}
.additional-services-area  p{ font-size:20px; text-align:center; color:#fff;}
.box-middle-space{ margin-left:225px !important; }

.advantage-area{ padding:2rem 0rem; background:#004185;   color:#fff;}
.advantage-area h2{    font-size: 26px; letter-spacing:1px; margin-bottom:10px;}
.advantage-area p{ color:#fff; font-size:19px; }
.advantage-area ul{ margin-top:15px;}
.advantage-area ul li{ margin-bottom:10px;}
.advantage-area ul li img{ width:20px; margin-right:5px;}


.medical-area{ padding:2rem 0rem; background:#4fc6c0;   color:#fff;}
.medical-area h2{    font-size: 26px; letter-spacing:1px; margin-bottom:10px;}
.medical-area p{ color:#fff; font-size:19px; }
.medical-area ul{ margin-top:15px;}
.medical-area ul li{ margin-bottom:10px;}
.medical-area ul li img{ width:20px; margin-right:5px;}

.medical-area .box{ padding:0px 20px 20px 20px;}
.medical-area .box .icon{ width:110px; height:110px; padding:20px; background:none; margin:auto; border-radius:100%; margin-bottom:0px;}
.additional-services-area  p{ font-size:20px; text-align:center; color:#fff;}
.box-middle-space{ margin-left:225px !important; }

.benifits-area{ padding:2rem 0rem; background:url(../images/line-middle1.png) no-repeat top center; background-position: 50% 16%;}
.benifits-area h2{padding:5px 10px; background:#7cccbd; text-align:center; width:115px; margin:auto; color:#003975;    font-size: 18px; margin-bottom:90px;}
.benifits-area .box{ height:180px; width:180px; border-radius:100%; background:#7cccbd; text-align:center}
 .benifits-area .box img{ width:70px; height:70px; margin-top:-40px; } 
 .benifits-area .box p{ color:#004185; font-weight:500;    padding:18px;}