/*section{ min-height: 100px; position: relative; z-index: 7;}*/


/* .homeSec1{ padding-bottom: 59px; margin-top: 140px;} */
.homeSec1{height: 100vh;}

.homeBanner, .homeBanner>div, .homeBanner>div>div{ width: 100%; height: 100%;}
.homeBanner .bannerSlide{ height: 100%; width: 100%; overflow: hidden; position: relative;}
.homeBanner .bannerSlide img{width: 100%; opacity:0;}
.bannerSlide:after{ content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background:rgba(0,0,0,0.43); width: 100%; height: 100%; z-index: 2; display: none;}

.animated{-webkit-transition: all 0.8s ease; -moz-transition: all 0.85s ease;  -o-transition: all 0.8s ease; transition: all 0.8s ease;}
.delay1{-webkit-transition-delay:0.4s;  transition-delay:0.4s;}
.delay2{-webkit-transition-delay:0.8s;  transition-delay:0.8s;}

.bannerInfo{ position:absolute; left:0; right: 0; top:130px; bottom: 0; height: 100%; display: table; width:96%; max-width: 800px; margin: 0 auto; z-index: 9999;}
.bannerInfo aside{ display: table-cell; vertical-align: top; text-align: center;}
.bannerInfo span{ display:block; width: 100%; height: 50px; overflow: hidden; margin-bottom:10px; font-size: 36px; font-weight: 400; color: #fff; line-height: normal; position: relative; }


.bannerInfo a{     position: absolute;  opacity: 0;   left: 0;    right: 0;    top: 200px; color: #000; font-weight: 700;}
.bannerInfo a i{background: url(../images/arrow-left.png) no-repeat 0 0; width: 24px;  height: 24px;  display: inline-block; position: absolute; margin-left: 10px; font-weight: 700;}



.bannerInfo a:hover{ color: #f2c019;}
.bannerInfo a:hover i{background: url(../images/arrow-left_h.png) no-repeat 0 0;}

.bannerInfo a.fadeInUp{opacity:1; }
.bannerInfo a.fadeOutUp{opacity:0; }

.bannerInfo span em { position: absolute; font-style: normal;left: 0px; opacity: 0; top:90px; right: 0;}
.bannerInfo span em.fadeInUp{top:0;opacity:1; }
.bannerInfo span em.fadeOutUp{top:-90px; opacity:0; }
.bannerInfo strong{ display:block; width: 100%;margin-bottom:10px; font-size:48px; font-weight: 700; color: #fff; line-height: normal; text-align: center; position: relative;}
/*.bannerInfo span:after{content: ''; position: absolute; left: 4px; top: 10px; width: 200px; height: 20px; background: #ff005a; z-index: -1; }*/
.bannerInfo strong i { position: absolute; font-style: normal;left: 0px; opacity: 0; top:90px; right: 0;}
.bannerInfo strong i.fadeInUp{top:0;opacity:1; }
.bannerInfo strong i.fadeOutUp{top:-90px; opacity:0; }

.bannerInfo small{ display:block; width: 100%; height: 75px; overflow: hidden; max-width: 800px; margin-bottom:10px; font-size: 64px; font-weight: bold; color: #fff; line-height: 70px; position: relative; }
.bannerInfo small em { position: absolute; font-style: normal;left: 0px; opacity: 0; top:90px;}
.bannerInfo small em.fadeInUp{top:0;opacity:1; }
.bannerInfo small em.fadeOutUp{top:-90px; opacity:0; }



/*.bannerInfo span .fadeInUp{top:0;opacity:1; }
.bannerInfo span .fadeOutUp{top:-90px; opacity:0; }
.bannerInfo strong .fadeIn{ opacity:1; left:-11px;}
.bannerInfo strong .fadeIn{ opacity:1; left:0px;}*/

.slick-slide img.btDex{}
.slick-slide img.btMob{ display: none;}

.step-progress {
  position: absolute;
  bottom: 94px;
  right: 110px;
  /* left: 50%;
  transform: translateX(-50%); */
  display: flex;
 width: 120px;
}

.step-progress .step {
  width: 60px;
  height: 4px;
  background: rgba(255,255,255,0.3);
  overflow: hidden;
  position: relative;
}

.step-progress .step::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #EBBA16;
  transition: width 0.4s ease;
}

.step-progress .step.active::after,
.step-progress .step.completed::after {
  width: 100%;
}


/* .bannerControl{width: 90%; max-width: 1300px; position: absolute; left: 0; right: 0; bottom:150px; margin: auto; padding-left: 0px;} */
.banner_prev, .banner_next{ position: absolute; bottom:150px; right: 120px;  font-size: 0; color: transparent; width: 20px; height: 20px; cursor: pointer;} 
.banner_prev{margin-right: 150px; background: url(../images/arrow-banner.png) no-repeat 0 0;} 
.banner_next{ background: url(../images/arrow-banner.png) no-repeat 100% 0;}   
.bannerControl canvas{ position: absolute; left: 40px; top: 0; width: 40px; height: 40px; display: none;}   
.bannerControl .playPose{ position: absolute; left: 40px; top: 0; width: 40px; height: 40px; background: url(../images/play-pose.png) no-repeat 0 0; cursor: pointer;}
.bannerControl .playPose.play{ background: url(../images/play-pose.png) no-repeat 0 -40px; }
.bannerControl .gallery_paging{ position: absolute; bottom:191px; right:245px; color: #000; font-size: 14px; font-weight: 400;}
.bannerControl .gallery_paging b{font-size: 20px;}


.ps_prev, .ps_next {position: absolute; top: 0; bottom: 0; margin: auto; z-index: 5; width:40px; height:40px; font-size: 0px; cursor: pointer; border-radius: 50%; border: 1px solid #DFDFDF;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);}
.ps_prev {left: 0; background:#fff url(../images/arrow.png) no-repeat 15px 50%; display: block;}
.ps_next {background:#fff url(../images/arrow.png)no-repeat -37px 50%; display: block; right: 0px;}

.ps_dots{ width:100%; z-index:5; margin-top:15px;}
.ps_dots li{ display:inline-block; margin:0 4px;}
.ps_dots li button{ display:inline-block; width:6px; height:6px; text-indent:-9999px; background:#d7d7d7; font-size:0; color:transparent; border-radius:3px; cursor: pointer; border: none; padding: 0; transition: all 0.3s ease-in-out;}
.ps_dots li.slick-active button{background:#ea212d; width:16px; }



.excellencesec{padding: 70px 0 20px;}
.excellencesec .left{float: left; width: 40%; padding: 0 0 0 60px;}
.excellencesec .left h1{font-size: 46px; font-weight: 700; padding: 0 0 30px;}
.excellencesec .left h2{font-size: 20px; font-weight: 700;}
.excellencesec .right{float: left; width: 60%; padding: 74px 0 0 50px;}
.excellencesec .right .txt1{font-size: 28px; font-weight: 400; padding: 0 0 6px;}
.excellencesec .right .txt2{font-size: 15px; font-weight: 400;}
.exllence_banner{float: left; width: 100%; margin: 45px 0 0; position: relative;} 
.exllence_banner::after{position: absolute; width: 1px; height: 80px; background-color: #5F5F5F; left:60px; top: -20px; content: "";}
.exllence_banner a{position: absolute; left:55px; top: 80px; font-size: 15px; font-weight: 400; color: #000;} 
.exllence_banner a i{margin: 0 0 0 8px;}






.homeSec2 { width: 100%; height: 118px; float: left; display: block;margin-top: -118px; padding: 0px 0 0px 0; position: relative; z-index: 9; }
.homeSec2:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.homeSec2-box1{width: auto; height: auto; margin: 0 auto; display: table;}
.homeSec2-box1 figure{ width: 120px; height: 118px; display: block; float: left; }
.homeSec2-box1 figure img{  display: block;  }
.homeSec2-box1 aside{ width: 811px; height: 118px; display: block; float: left; background: url("../images/fertility-bg.svg") no-repeat center center;}
.homeSec2-box1 aside h2{font-size: 28px; font-weight: bold; color: #fff; line-height: 30px; text-align: center; padding-top: 20px; padding-bottom: 10px;}
.homeSec2-box1 aside ul{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; font-family: 0; line-height: 0; justify-content: center;}
.homeSec2-box1 aside ul li{ width: auto; height: auto; padding: 5px 10px; display: inline-block;}
.homeSec2-box1 aside ul li a{ font-size: 20px; font-weight: 700; color: #fff; line-height: 26px;     transition: 0.4s; }
.homeSec2-box1 aside ul li a:hover{ color: #000;}




.homeSec3 { width: 100%; height: auto; float: left; display: block; margin:10px 0px; padding: 0px 0 0px 0; position: relative; z-index: 9; }

.homeSec3 h2{font-size: 40px; font-weight: 700; text-align: center; padding: 0 0 25px;;}
.homeSec3 p{font-size: 14px; font-weight: 400; text-align: center; padding: 0 0 25px;  line-height: 25px}
.homeSec3 a{font-size: 14px;color: #000;}
.homeSec3 a i{font-size: 14px;color: #000; padding: 0 0 0 10px;}

.fybSec3ContBoxNew {
    width: 78.0701754386%;
    margin: -160px auto 0; text-align: center;
    min-height: 320px;
    background: #fff;
    padding: 55px 100px 50px;
    z-index: 1;
    position: relative; border-radius: 10px;

}





.homeSec4 { width: 100%; height: auto; float: left; display: block; margin:0px 0px; padding: 0px 0 70px 0; position: relative; z-index: 9;}
.homeSec4 .center{display: flex; gap: 20px;}
.homeSec4 .center aside{width: 40%;}
.homeSec4 .center .ideas_sec{position: relative; margin: 0 0 20px;     display: flex;
    align-items: center;    justify-content: center;}
.homeSec4 .center .ideas_sec h3{position: absolute; left: 50px; color: #fff;}

.homeSec4 .center .casestudies1{position: relative;}
.homeSec4 .center .casestudies1 .study1{position: absolute; top: 20px; left: 50px; color: #fff;}
.homeSec4 .center .casestudies1 .study1 i{padding: 0 0 15px; display: inline-block;}
.homeSec4 .center .casestudies1 .study1 h3{font-size: 18px;padding: 0 0 15px; }
.homeSec4 .center .casestudies1 .study1 h2{font-size: 26px; font-weight: 400; padding: 0 0 10px; }
.homeSec4 .center .casestudies1 .study1 h2 a{color: #fff;}
.homeSec4 .center .casestudies1 .study1 h2 a:hover{text-decoration: underline;}
.homeSec4 .center .casestudies1 .study1 p{font-size: 16px; font-weight: 400; padding: 0 0 10px; }
.homeSec4 .center .casestudies1 .study1 a.linkic{position: absolute; right: 0; bottom: 0; right: 15px;}


.homeSec4 .center .casestudies1{width:100%; height: auto; display: block; position: relative; border-top-right-radius: 10px; border-top-left-radius: 10px; overflow: hidden;}
.homeSec4 .center .casestudies1 img{ width: 100%; display: block;border-top-right-radius: 10px; border-top-left-radius: 10px;  -webkit-transform: scale(1);transform: scale(1);	-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;}
.homeSec4 .center .casestudies1:hover img{	-webkit-transform: scale(1.1);transform: scale(1.1);}

.homeSec4 .center aside:last-child{width: 60%;}

.homeSec4 .center .casestudies2{position: relative; background:#812D82 url(../images/case_studies_bg2.jpg) no-repeat 0 50%; border-radius: 10px; padding: 0 50px;}
.homeSec4 .center .casestudies2 .study2{color: #fff; padding: 50px 20px 50px 0; position: relative; }
.homeSec4 .center .casestudies2 .study2 i{padding: 0 0 15px; display: inline-block;}
.homeSec4 .center .casestudies2 .study2 h3{font-size: 18px;padding: 0 0 15px; }
.homeSec4 .center .casestudies2 .study2 h2{font-size: 26px; font-weight: 400; padding: 0 0 10px; }
.homeSec4 .center .casestudies2 .study2 h2 a{color: #fff;}
.homeSec4 .center .casestudies2 .study2 h2 a:hover{text-decoration: underline;}
.homeSec4 .center .casestudies2 .study2 p{font-size: 16px; line-height: 22px; font-weight: 400; padding: 0 0 10px; }
.homeSec4 .center .casestudies2 .study2 a.linkic{position: absolute; right: 0; bottom: 0; right: 15px;}
.linksec{border-top: 1px solid rgba(255,255,255,0.30); margin: 25px 0 0; padding: 15px 0 0;}
.linksec a{color: #fff;}
.linksec a i{padding: 0 0 0 10px;}



.homeSec5 { width: 100%; float: left; display: block; padding: 0 0 80px; }
.homeSec5  h2{text-align: center; font-weight: 700; padding: 0 0 50px; }
.inspireblock{display: flex; gap: 15px;}
.inspireblock aside{width: 33.33%; border-radius: 8px;}
.videos{background-color: #486AAE; color: #fff; padding: 40px 25px 100px; text-align: left; position: relative;}
.videos .thumb{padding: 0 0 25px;}
.videos h3{font-size: 30px; text-align: left; padding: 0 0 15px;}
.videos h4{font-size: 20px; text-align: left; padding: 0 0 10px;}
.videos p{font-size: 15px; text-align: left; padding: 0 0 10px; font-weight: 400; line-height: 25px;}
.videos i{display: inline-block; width: 100%; position: relative;}

.videos i small{position: absolute; left: 0px; top: -16px; width:49px; height: 49px; transition: 0.4s;}

.videos i small:after{content: ''; position: absolute; right: 0; top: 0; width: 49px; height:49px;  background: url(../images/videoic.png) no-repeat left top; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.videos i:hover small:after{content: ''; position: absolute; right: 0; top: 0; width: 49px; height: 49px;  background: url(../images/video-icon1-hover.svg) no-repeat left top;}



.videos .link{border-top: 1px solid rgba(255,255,255,0.30); margin: 25px auto 0; left: 0; right: 0; padding: 15px 0 0; width: 90%; color: #fff; position: absolute; bottom: 15px; left: 0;}
.videos a{color: #fff; font-size: 15px; text-transform: none;}

/* .successtories{background:url(../images/successtories.png) no-repeat; background-size: cover; position: relative; } */
.successtories {
    position: relative;
    overflow: hidden;
}

.successtories::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/successtories.png) no-repeat center;
    background-size: cover;
    transition: transform 0.5s ease;
    z-index: -1;
}

.successtories:hover::before {
    transform: scale(1.1);
}
.successtories h3{font-size: 30px; text-align: left; padding: 40px 25px 0; color: #fff;}
.successtories .shadowblock{background-color: rgba(0, 0, 0, 0.30); padding: 25px; position: absolute; left: 0; bottom: 0; border-radius: 10px; overflow: hidden; color: #fff;}
.successtories .shadowblock h4{font-size: 20px; text-align: left; padding: 0 0 10px;}
.successtories .shadowblock p{font-size: 15px; text-align: left; padding: 0 0 20px; font-weight: 400; line-height: 25px; padding: 0 0 80px;}
.successtories .shadowblock .arrow{text-align: right; float: right; margin: -75px 0 0; position: relative;}
.successtories .shadowblock .link{border-top: 1px solid rgba(255,255,255,0.30); margin: 25px 0 0; padding: 15px 0 0; width: 90%; color: #fff; position: absolute; bottom: 15px;}
.successtories .shadowblock a{color: #fff; font-size: 15px; text-transform: none;}

.blogs{background-color: #292D32; color: #fff; padding: 40px 25px; text-align: left;}
.blogs .thumb{padding: 0 0 15px; overflow: hidden;}
.blogs .thumb img{ width: 100%; display: block;border-top-right-radius: 10px; border-top-left-radius: 10px;  -webkit-transform: scale(1);transform: scale(1);	-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;}
.blogs .thumb:hover img{	-webkit-transform: scale(1.1);transform: scale(1.1);}


.blogs h3{font-size: 30px; text-align: left; padding: 0 0 25px;}
.blogs h4{font-size: 20px; text-align: left; padding: 0 0 10px; line-height: 31px;}
.blogs p{font-size: 15px; text-align: left; padding: 0 0 20px; font-weight: 400; line-height: 25px;}
.blogs .arrow{text-align: right; float: right;}
.blogs i{display: inline-block; width: 100%;}
.blogs .link{border-top: 1px solid rgba(255,255,255,0.30); margin: 25px 0 0; padding: 15px 0 0; width: 90%; color: #fff; position: absolute; bottom: 15px;}
.blogs a{color: #fff; font-size: 15px; text-transform: none;}



.homeSec6 { width: 100%; height: 300px; float: left; display: block; margin:0px 0px; padding: 0px 0 0px 0; position: relative; z-index: 9; background: #000000; }
.homeSec6:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}

.homeSec7 { width: 100%; height: auto; float: left; display: block; margin:-230px 0px 0px 0px; padding: 0px 0 0px 0; position: relative; z-index: 9; }
.homeSec7:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.homeSec7-box1{ width: 100%; height: auto; float: left; display: block;}
.homeSec7-box1 h2{width:auto; height: auto;  display: table; margin: 0 auto 20px; font-size: 28px; font-weight: 600; color: #fff; line-height:32px; padding-right: 25px; position: relative; }
.homeSec7-box1 h2:after{ content: ''; position: absolute; right: 0; bottom: 3px; width: 20px; height: 3px; background: #FF005A;}
.homeSec7-box1 ul{margin-left: -20px; margin-right: -20px; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; margin-top: 50px;}
.homeSec7-box1 ul li{width:33.333%; float: left; display:block; padding: 0 20px 20px 20px; }
.homeSec7-box1 ul li a aside{ width: 100%; height: 100%; background: #fff; border-radius: 15px; padding: 15px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.homeSec7-box1 ul li a aside figure{width: 100%; height: 100%;  display: block; position: relative; overflow: hidden;}
.homeSec7-box1 ul li a aside figure img{width: 100%; display: block; -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out; }

.homeSec7-box1 ul li a:hover aside figure img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.homeSec7-box1 ul li aside figure span{ position: absolute; left: 0; right: 0;  top: 50%;  width:58px; height: 58px; background: rgba(0,0,0,0.50); border: 1px solid #FF1F1F; margin: -29px auto 0; border-radius: 50%;}
.homeSec7-box1 ul li aside figure span img{ margin: 14px auto 0; width: 28px; height: 30px; display: block; }



.homeSec8 { width: 100%; height: auto; float: left; display: block; margin:50px 0px 50px 0px; padding: 0px 0 0px 0; position: relative; z-index: 9; }
.homeSec8:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}

.homeSec8-box1{ width: 100%; height: auto; float: left; display: block;}
.homeSec8-box1 h2{font-size: 40px; font-weight: 700; color: #000000; line-height:32px; padding-right: 25px; position: relative; text-align: center; padding: 0 0 50px; }


.homeSec8-box2{ width: 100%; height: auto; float: left; display: block;}






.homeSec9 { width: 100%; height: auto; float: left; display: block; margin:0px 0px 0px 0px; padding: 0px 0 0px 0; position: relative; z-index: 9; }
.homeSec9:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.homeSec9-box1{ width: 100%; height: auto; float: left; display: block;}
.homeSec9-box1 h2{width:auto; height: auto;  display: table; margin: 0 auto 5px; font-size: 28px; font-weight: 600; color: #000; line-height:32px; padding-right: 25px; position: relative; }
.homeSec9-box1 h2 span{  width: 20px; height: 3px; background: #FF005A; display:inline-block ;}
.homeSec9-box1 h3{width:auto; height: auto;  display: table; margin: 0 auto 20px; font-size: 40px; font-weight: 600; color: #000; line-height:46px; }
.homeSec9-box2{ width: 100%; height: auto; float: left; display: block;}
.homeSec9-box2a{margin-left: -15px; margin-right: -15px; height: auto; float: left; display: block;}
.homeSec9-box2a ul{width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; margin-top: 20px;}
.homeSec9-box2a ul li{width:20%; float: left; display:block; padding: 0 15px 0 15px; }
.homeSec9-box2a ul li a aside{ width: 100%; height: 100%; float: left; background: #fff; border-radius: 0px; padding: 0px 0 40px 0px; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; position: relative;}
.homeSec9-box2a ul li a aside small{ position: absolute; left: 0; right: 0; bottom: 20px; width: auto; height: auto; display: table; margin: 0 auto; letter-spacing: .055em;
    -webkit-transition: color .4s;
    transition: color .4s; padding-left: 25px; font-size: 12px; font-weight: 600; color: #000; line-height:22px;}
.homeSec9-box2a ul li a:hover aside small{ color: #F50408; }

.homeSec9-box2a ul li a aside small i {
    position: absolute;
    top: 50%;
    left: 12px; font-size: 12px;
    color: #FF005A;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}
.homeSec9-box2a ul li a:hover aside small i{ -webkit-transform: translate(-50%,-50%) rotate(1turn);
    -ms-transform: translate(-50%,-50%) rotate(1turn);
    transform: translate(-50%,-50%) rotate(1turn)}




.homeSec9-box2a ul li a aside figure{width: 100%; height:auto;  display: block; position: relative; overflow: hidden;}
.homeSec9-box2a ul li a aside figure img{width: 100%; display: block; -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out; }

.homeSec9-box2a ul li a:hover aside figure img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.homeSec9-box2a ul li a aside article{ width: 100%; height: auto; float: left; display: block; padding: 15px 15px; text-align: center;}
.homeSec9-box2a ul li a aside article h2{font-size: 16px; font-weight: 600; color: #000; line-height:22px; padding-bottom: 5px;}
.homeSec9-box2a ul li a aside article h3{font-size: 14px; font-weight: 600; color: #606060; line-height:22px; padding-bottom: 5px;}
.homeSec9-box2a ul li a aside article p{font-size: 12px; font-weight: 400; color: #000000; line-height:18px; padding-bottom: 15px;}



.homeSec10 { width: 100%; height: auto; float: left; display: block; margin:70px 0px 0px 0px; padding: 70px 0 70px 0; position: relative;  background: url("../images/ng-pattern.png") repeat left top;}
.homeSec10:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.homeSec10-box1{ width: 100%; height: auto; float: left; display: block;}
.homeSec10-box1 h2{width:auto; height: auto;  display: table; margin: 0 auto 30px; font-size: 28px; font-weight: 600; color: #000; line-height:32px; padding-right: 25px; position: relative; }
.homeSec10-box1 h2:after{ content: ''; position: absolute; right: 0; bottom: 3px; width: 20px; height: 3px; background: #FF005A;}


.homeSec10-box2{width: 100%; height: auto; float: left; display: block;}
.homeSec10-box2 ul{width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; }
.homeSec10-box2 ul li{width: 100%; height: auto; display: block; padding: 0 50px;}
.homeSec10-box2 ul li aside{width: 100%; height: auto; display: block; padding-bottom: 50px;}
.homeSec10-box2 ul li aside figure{ background: url("../images/testimonials-pic-bg.svg") no-repeat center center; width: 170px; height: 171px; margin: 0 auto; display: block;}
.homeSec10-box2 ul li aside figure i{ width: 149px; height: 149px; margin: 0 auto; display: table; border-radius: 50%; border: 2px solid #E7154D; overflow: hidden;}
.homeSec10-box2 ul li aside figure i img{width: 100%;}

.homeSec10-box2 ul li aside h2{font-size:20px; font-weight: 600; color: #0F0F0F; line-height:26px; margin: 20px 0; text-align: center;}
.homeSec10-box2 ul li aside h3{font-size:18px; font-weight: 600; color: #4B4B4B; line-height:26px; margin: 0px 0; text-align: center; }
.homeSec10-box2 ul li aside p{font-size:20px; font-weight: 600; color: #07001D; line-height:26px; margin: 0px 0; text-align: center; }

.homeSec10-box2 .ps_prev5, .homeSec10-box2 .ps_next5 {position: absolute; top: 0; bottom: 0; margin: auto; z-index: 5; width:31px; height:16px; font-size: 0px; cursor: pointer; }
.homeSec10-box2 .ps_prev5 {left: 0; background: url(../images/testimonials-arrow.png) no-repeat 0 50%; display: block;}
.homeSec10-box2 .ps_next5 {background: url(../images/testimonials-arrow.png)no-repeat -31px 50%; display: block; right: 0px;}

.homeSec10-box2 .ps_dots5{ width: auto; margin: 0 auto; display: table; line-height: 0; font-size: 0px; z-index:5; margin-top:15px;}
.homeSec10-box2 .ps_dots5 li{ width: auto; display:inline-block; margin:0 4px; padding: 0;}
.homeSec10-box2 .ps_dots5 li button{ display:inline-block; width:8px; height:8px; text-indent:-9999px; background:transparent; font-size:0; color:transparent; border-radius:4px; cursor: pointer; border: 1px solid #F8AAAA; padding: 0; transition: all 0.3s ease-in-out;}
.homeSec10-box2 .ps_dots5 li.slick-active button{background:#e33861; width:16px; }


.ps_dots51{ width: auto; margin: 0 auto 0 !important; display: table; line-height: 0; font-size: 0px; z-index:5; margin-top:15px;}
.ps_dots51 li{ width: auto !important; display:inline-block; margin:0 4px; padding: 0 0 0 0 !important;}
.ps_dots51 li button{ display:inline-block; width:8px; height:8px; text-indent:-9999px; background:transparent; font-size:0; color:transparent; border-radius:4px; cursor: pointer; border: 1px solid #F8AAAA; padding: 0; transition: all 0.3s ease-in-out;}
.ps_dots51 li.slick-active button{background:#e33861; width:16px; }



.homeSec10-box2 .slick-disabled{opacity: 0.5;}

.homeSec11 { width: 100%; height: auto; float: left; display: block; margin:0px 0px 0px 0px; padding: 70px 0 170px 0; position: relative;  background:#152D46;}
.homeSec11:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.homeSec11-box1{ width: 100%; height: auto; float: left; display: block;}
.homeSec11-box1 h2{width:auto; height: auto;   margin: 0 0 30px 0 ; font-size: 28px; font-weight: 600; color: #fff; line-height:32px; padding-right: 25px; display: inline-block; position: relative; }
.homeSec11-box1 h2 span{ width: 20px; height: 3px; background: #FF005A; display: inline-block; margin-left: 5px;}

.homeSec11-box2{ width: 100%; height: auto; float: left; display: block; overflow: hidden;}
.homeSec11-box2a{margin-left: -40px; margin-right: -40px; height: auto; float: left; display: block;}
.homeSec11-box2a ul{width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; margin-top: 20px;}
.homeSec11-box2a ul li{width:33.3333%; float: left; display:block; padding: 0 40px 0 40px; border-right: 1px solid  rgba(255,255,255,0.20);}
.homeSec11-box2a ul li aside{ width: 100%; height: 100%; float: left; border-radius: 0px; padding: 0px 0 0px 0px; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; position: relative;}
.homeSec11-box2a ul li aside h3{font-size: 40px; font-weight: 600; color: #fff; line-height:46px; padding-left: 40px; display:block; position: relative; margin-bottom: 20px; }
.homeSec11-box2a ul li aside h3:after{content: ''; position: absolute; left: 0; top: 10px; background: url("../images/map-icon1.svg") no-repeat left top; width: 22px; height: 29px;}
.homeSec11-box2a ul li aside h3.Working-icon{font-size: 40px; font-weight: 600; color: #fff; line-height:46px; padding-left: 40px; display:block; position: relative; margin-bottom: 20px; }
.homeSec11-box2a ul li aside h3.Working-icon:after{content: ''; position: absolute; left: 0; top: 10px; background: url("../images/time-icon1.svg") no-repeat left top; width: 33px; height: 33px;}
.homeSec11-box2a ul li aside p{font-size: 16px; font-weight: 600; color: #fff; line-height:22px;  display:block; position: relative;}


.homeSec12 { width: 100%; height: auto; float: left; display: block; margin:-100px 0px 0px 0px; padding: 0px 0 50px 0; position: relative;  }
.homeSec12:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.homeSec12-box1{ width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap;}
.homeSec12-box1-left{width: 65%; height: auto; float: left; display: block; background: #FFFFFF; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; }
.homeSec12-box1-left figure{width: 50%; height: 100%; float: left; display: block; background: url("../images/bangladesh-pic1.jpg") no-repeat center center; background-size: cover;}
.homeSec12-box1-left figure img{width: 100%;}
.homeSec12-box1-left aside{width: 50%; height: auto; float: left; display: block; position: relative; padding: 20px 20px; position: relative; }
.homeSec12-box1-left aside:after{ content: ''; position: absolute; left: -20px; top: 20px; width: 10px; height: 10px; border: 10px solid transparent; border-right: 10px solid #fff;}
.homeSec12-box1-left aside h2{font-size:24px; font-weight: 400; color: #000; line-height:30px; display:block; padding-bottom: 25px; }
.homeSec12-box1-left aside h2 strong{font-weight: bold;}
.homeSec12-box1-left aside h3{font-size:42px; font-weight:600; color: #FF005A; line-height:42px; display:block; padding-left: 50px; position: relative;}
.homeSec12-box1-left aside h3:after{ content: ''; position: absolute; left: 0; top: 0; width: 45px; height: 45px; background: url("../images/phone-icon2.svg") no-repeat center center; text-align: center; line-height: 45px; border-radius: 50%; border: 1px solid #6A6A6A;}
.homeSec12-box1-left aside h3 a{font-size:42px; font-weight:600; color: #FF005A; line-height:42px; display:block;}

.homeSec12-box1-right{width: 33%; height: auto; float: left; display: block; background: #FFFFFF; box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; margin-left: 2%; padding: 20px 20px;}
.homeSec12-box1-right h2{font-size:24px; font-weight: 400; color: #000; line-height:30px; display:block; padding-bottom: 25px; }
.homeSec12-box1-right span{font-size:42px; font-weight:600; color: #FF005A; line-height:42px; display:block; padding-left: 60px; position: relative;}
.homeSec12-box1-right span:after{ content: ''; position: absolute; left: 0; top: 5px; width: 45px; height: 45px; background: url("../images/phone-icon2.svg") no-repeat center center; text-align: center; line-height: 45px; border-radius: 50%; border: 1px solid #6A6A6A;}
.homeSec12-box1-right span a{font-size:42px; font-weight:600; color: #FF005A; line-height:46px; display:block;}

.appointment2{ width:100%; height: 50px;  float: left; display: block; margin-top: 20px;}
.appointment2 a{ float: right; padding: 0 20px; background: #E33861; font-size: 16px; font-weight: 600; color: #FFF; line-height: 50px; display: block; border-radius: 25px;  background-image: linear-gradient(0, #000, #000);
    background-size: 0;
    transition: .8s;
    position: relative;
    background-repeat: no-repeat; }
.appointment2 a:hover{ background-size: 100%; -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 9px -3px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);}


.homeSec13 { width: 100%; height: auto; float: left; display: block; margin:0px 0px 0px 0px; padding: 70px 0 100px 0; position: relative;   }
.homeSec13:after{ content: ''; position: absolute;  right: 0; top: 0;  width: 50%; height: 100%; background: url("../images/homeSec13-pic1.jpg") no-repeat left top; background-size: cover;}

.homeSec13:before {content: ''; width: 50%; position: absolute; left: 0; top: 0;   height: 100%; background: #F4F4F4; }
.homeSec13-box1{ width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap;}
.homeSec13-box1-left{ width: 50%; height: auto; float: left; padding: 0 50px 50px 0;}
.homeSec13-box1-left h2{width:auto; height: auto;   margin: 0 0 30px 0 ; font-size: 28px; font-weight: 600; color: #000; line-height:32px; padding-right: 25px; display: inline-block; position: relative; }
.homeSec13-box1-left h2 span{  width: 20px; height: 3px; background: #FF005A; display: inline-block; margin-left: 5px;}
.homeSec13-box1-left h3{width:auto; height: auto;   margin: 0 0 30px 0 ; font-size: 40px; font-weight: 400; color: #000; line-height:46px; display: block; position: relative; }
.homeSec13-box1-left p{width:auto; height: auto;   margin: 0 0 0px 0 ; font-size: 16px; font-weight: 400; color: #3C3C3C; line-height:22px; display: block; padding-bottom: 20px; }



.homeSec14{ width: 100%; height: auto; float: left; display: block; margin:0px 0px 0px 0px; padding: 70px 0 70px 0; position: relative;  }
.homeSec14:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.homeSec14-box1{ width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap;}
.homeSec14-box1-left{width: 50%; height: auto; float: left; display: block; padding: 30px 0 0 30px;}
.homeSec14-box1-left:after{ content: ''; background: #FF005A; width:30px; height: 80%; position: absolute; left: 0; top: 0;}
.homeSec14-box1-left:before{ content: ''; background: #FF005A; width:43%; height: 30px; position: absolute; left: 0; top: 0;}
.homeSec14-box1-left figure{ width: 100%; height: auto; float: left; display: block; }

.homeSec14-box1-left span figure img{ width: 100%; }
.homeSec14-box1-right{width: 50%; height: auto; float: left; display: table; padding-left: 5%; }
.homeSec14-box1-right-row{display: table-cell;vertical-align: middle;}
.homeSec14-box1-right h2{width:auto; height: auto;   margin: 0 0 30px 0 ; font-size: 28px; font-weight: 600; color: #000; line-height:32px; padding-right: 25px; display: inline-block; position: relative; }
.homeSec14-box1-right h2 span{ width: 20px; height: 3px; background: #FF005A; display: inline-block;}
.homeSec14-box1-right p{width:auto; height: auto;   margin: 0 0 0px 0 ; font-size: 16px; font-weight: 400; color: #3C3C3C; line-height:22px; display: block; padding-bottom: 20px; }

.appointment3{ width:100%; height: 50px;  float: left; display: block; margin-top: 20px;}
.appointment3 a{  padding: 0 20px; background: #E33861; font-size: 16px; font-weight: 600; color: #FFF; line-height: 50px; display: inline-block; border-radius: 25px;  background-image: linear-gradient(0, #000, #000);
    background-size: 0;
    transition: .8s;
    position: relative;
    background-repeat: no-repeat; }
.appointment3 a:hover{ background-size: 100%; -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 9px -3px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);}


.homeSec15{ width: 100%; height: auto; float: left; display: block; margin:0px 0px 0px 0px; padding: 70px 0 70px 0; position: relative; background: url("../images/homeSec15-bg1.jpg") no-repeat top center; background-size: cover;}
.homeSec15:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.homeSec15-box1{ width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; overflow: hidden;}

.homeSec15-box1a{margin-left: -40px; margin-right: -40px; height: auto; float: left; display: block;}
.homeSec15-box1a ul{width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; margin-top: 20px;}
.homeSec15-box1a ul li{width:33.3333%; float: left; display:block; padding: 0 40px 0 40px; border-right: 1px solid  rgba(0,0,0,0.15);}
.homeSec15-box1a ul li aside{ width: 100%; height: 100%; float: left; border-radius: 0px; padding: 0px 0 0px 0px;  position: relative;}




.homeSec15-box1a ul li aside h2{width:auto; min-height: 64px;   margin: 0 0 10px 0 ; font-size: 28px; font-weight: 600; color: #000; line-height:32px; padding-right: 25px; display: inline-block; position: relative; }
.homeSec15-box1a ul li aside h2 span{ width: 20px; height: 3px; background: #FF005A; display: inline-block; margin-left: 5px;}
.homeSec15-box1a ul li aside small.view-more{ width:100%; height: 42px;  display: block; margin-top: 0px; float: left;}
.homeSec15-box1a ul li aside small.view-more a{  padding: 0 40px; background: #E33861; font-size: 16px; font-weight: 600; color: #FFF; line-height: 42px; display: inline-block; border-radius: 25px;  background-image: linear-gradient(0, #000, #000);
    background-size: 0;
    transition: .8s;
    position: relative;
    background-repeat: no-repeat; }
.homeSec15-box1a ul li aside small.view-more a:hover{ background-size: 100%; -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 9px -3px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);}



.parenthood figure{width: 100%; height: auto;  display: block; position: relative; overflow: hidden;}
.parenthood figure a img{width: 100%; display: block; border-radius: 5px; }



.parenthood figure a span{ position: absolute; left: 0; right: 0;  top: 50%;  width:58px; height: 58px; background: rgba(0,0,0,0.50); border: 1px solid #FF1F1F; margin: -29px auto 0; border-radius: 50%; }
.parenthood figure a span img{ margin: 14px auto 0; width: 28px; height: 30px; display: block; -webkit-transform: scale(1);transform: scale(1);-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;  }
.parenthood figure a:hover span img{-webkit-transform: scale(1.1);
	transform: scale(1.1); border-radius: 5px;}
.parenthood p{width: 100%; height: auto;  display: block; position: relative;  font-size: 20px; font-weight: 600; color: #000; line-height:28px; padding: 25px 0;}



.whatsnew ul{width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; margin-top: 0px; padding: 0;}
.whatsnew ul li{width:100%; float: left; display:block;     padding: 0 0px 20px 0px;
    border-right: 0px solid rgba(0, 0, 0, 0.30); margin-bottom: 20px; border-bottom: 1px dashed rgba(0, 0, 0, 0.30);  }
.whatsnew ul li:last-child{ margin-bottom: 0px; border-bottom: 0px dashed rgba(0, 0, 0, 0.30); padding: 0 0px 40px 0px;}


.whatsnew ul li aside { width: 100%; height: auto; float: left; padding-left: 60px; padding-bottom: 0;  position:relative;}
.whatsnew ul li aside:after{ content: ''; position: absolute; left: 0; top: 5px; width:42px; height:53px; background: url( "../images/whatsnew-icon.svg") no-repeat left top;}
.whatsnew ul li aside h3{ font-size: 14px; font-weight: 400; color: #5D5D5D; line-height: 20px; padding-bottom: 10px;}
.whatsnew ul li aside h3 strong{ font-weight: bold;}
.whatsnew ul li aside p{ font-size: 16px; font-weight: 400; color: #000000; line-height: 20px; word-break: break-word;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;}
.whatsnew ul li aside h4{ font-size: 14px; font-weight: 400; color: #000; line-height: 20px; padding-top: 10px; font-style: italic;}
.gap30{ width: 100%; height: 30px; float: left; display: block;}

.newsletter p{ font-size: 18px; font-weight: 400; color: #000; line-height: 22px;  padding-bottom: 25px;}
.newsletter-box{ width: 100%; height: auto; float: left; display: block;}
.newsletter-box figure{ width:134px; height: auto; float: left; display: block;} 
.newsletter-box article{ width: calc(100% - 134px); height: auto; float: left; display: block; padding-left: 20px; padding-top: 30px;} 
.newsletter-box article p{ font-size: 18px; font-weight: 400; color: #000; line-height: 22px;}


.sliding_right { position: fixed;top: 0; right: 0px; z-index: 99; height: 100vh;}
.sliding_right .arrow_right { width: auto; background: #FF005A; font-size: 16px; font-weight: 600; color: #fff; line-height: 22px; padding: 20px 20px; height: auto; top: 35%; position: absolute; right: 0px; display: inline-block; border-top-left-radius: 5px; border-bottom-left-radius: 5px ; cursor: pointer;}
.sliding_right .slide_right_menu {display: block; right: 0; width: 120px; height: 100%; position: absolute; top: 0px;}

.sliding_right .slide_right_menu aside{ 
    width: 100%;
    float: left;
    color: #292f34;
    height: calc(100% - 200px);
    display: flex;
    justify-content: center; position: relative;
    flex-direction: column;
    text-align: center;  margin: 160px 0 0; } 


.sliding_right .slide_right_menu aside .closeMenu{
	width: 31px;
    height: 31px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background: #fff url(../images/close_ic_black.png) no-repeat center;
    top: -10px;
    position: absolute;
    left: -10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
	
	}


.sliding_right .slide_right_menu aside .closeMenu:hover{transform: rotateZ(180deg); }





.sliding_right .slide_right_menu aside ul{float: left; width: 100%; background-color: #152D46; -webkit-border-top-left-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-bottomleft: 6px;border-top-left-radius: 6px;border-bottom-left-radius: 6px; padding: 0 0 0px; position: relative;}
.sliding_right .slide_right_menu aside ul li{float: left; width: 100%; padding: 20px 10px 20px; border-bottom: 1px solid #fff;}
.sliding_right .slide_right_menu aside ul li:last-child{padding: 20px 10px 20px; border-bottom: 0px solid #fff;}
.sliding_right .slide_right_menu aside ul li h3{ font-size: 14px; font-weight: 400; color: #fff; padding: 6px 0 0; }
.sliding_right .slide_right_menu aside ul li h3 a{ color: #fff; }

.book-appointment-pop{ width: 100%; height: 100vh;  z-index: 99; position: fixed; }
.book-appointment-pop-box1{width: 100%; height: 100vh;  background: url("../images/book-appointment-pop-bg.jpg") no-repeat left top; background-size: cover; display: block; position: relative; }
.book-appointment-pop-box1-right{ width: 50%; height: 100%; background: rgba(0,0,0,0.30); float: right; padding: 50px 6%; }
.pop-text{ width: 100%; height: auto; float: left; display: block;}
.pop-text figure{ width: 131px; height: auto; float: left; display: block;} 
.pop-text aside{width: calc(100% - 131px); height: auto; float: left; display: block; padding-left: 20px;}
.pop-text aside h2{ font-size: 45px; font-weight: bold; color: #fff; line-height: 55px; }
.pop-text aside h3{ font-size: 26px; font-weight: 400; color: #fff; line-height:35px; }


 .from-main{  width: 100%; height: auto; float: left; display: block; margin-top: 30px; } 
.from-main ul{margin-left: -10px; margin-right: -10px;  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; padding: 0; }
.from-main ul li{ height: auto; float: left; display: block; padding: 5px 10px;}
.row3{width: 33.3333%;}
.row4{width: 33.3333%;}
.row5{width: 33.3333%;}
.row1{width: 100%;}




/****  floating-Lable style start ****/
.floating-label { 
  position:relative; 
  margin-bottom:20px; 
}
.floating-input , .floating-select {
  font-size:20px;
  padding:4px 0px;
  display:block;
  width:100%;
  height:46px!important; color: rgba(255,255,255,1.00);
  background-color: transparent;
  border:none;
  border-bottom: 1px dashed #ACACC0!important;   background: transparent;
  -webkit-appearance: none;
}

.floating-select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #000, #000);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; padding-left: 20px; 
}
.floating-select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 7px),
    calc(100% - 2.5em) 0.9em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

/*.floating-select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}*/
#main{padding-left: 0px !important; padding-right: 0px !important; padding-top: 0 !important}
.fusion-row{max-width: 100% !important;}




.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:1px dashed #E10178!important; 
}

.floating-label label {
  color:#fff; 
  font-size:20px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0px;
  top:12px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all; padding: 0 0px;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-20px;
  font-size:16px;
  color:rgba(255,255,255,0.30) ; 
	 padding: 0 0px; 
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-18px;
  font-size:13px;
  color:#999;background: #ffff; padding: 0 10px; 
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 60px;
   max-height: 260px; padding: 8px 15px; 
  /* overflow:hidden;
  overflow-x: hidden;*/ resize: none; 
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  bottom:-20px; 
  left:20px;
  pointer-events:none; font-size: 12px; font-style: italic; color: #FF0004;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
	from { background:transparent; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:transparent; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:transparent; }
  to 	{ width:0; background:transparent; }
}





.image-input {
	width: 100%; float: left;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  position: relative!important;
  cursor: pointer!important; border: 1px dashed #ACACC0;
 
  margin: 0 0px 0px 0!important; padding: 0!important;
	pointer-events: auto!important;
left:0px;
  top:0px;

}
	
   

	
	

.image-input:before {
  content: "";
  background-image: url("../images/upload_ic.png");
	background-size: cover;
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 40px;
  left: 52%;
  top: 45%;
  opacity: 0.3;
  transition: opacity 200ms;
  transform: translate(-50%, -50%);
}
.image-input:after {
  content: "Upload Her Photo"; position: absolute; left: 0; right: 0; bottom: 15px; font-size: 12px; color: #b2b2b2; line-height: 14px; text-align: center;}
.image-input .blank{opacity: 0}
.awards-sec8 p{display: none;}
#main .fusion-row, #main{padding-bottom: 0 !important}


.image-input.isUploading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 32px;
  top: 32px;
  opacity: 0.3;
  border-radius: 50%;
  border: 2px solid;
  border-color: transparent currentColor currentColor currentColor;
  -webkit-animation: spin 600ms linear infinite;
          animation: spin 600ms linear infinite;
}
.image-input.isUploading::before {
  display: none;
}
.image-input input[type=file] {
  opacity: 0;
  display: block;
  height: 100px;
  pointer-events: none;
}
.image-input img {
  position: absolute;
  display: block;
  border-radius: 4px;
  left: 0; right: 0;
  top: 0;
  width: 100%; max-width: 80px; height: 80px; overflow: hidden; margin: 10px auto; display: block;  border-radius: 50%; 
 
  transition: opacity 200ms;
  opacity: 1;
 /* -o-object-fit: cover;
     object-fit: cover;*/
  -o-object-position: center;
     object-position: center;
  background: white;
  z-index: 1;
}

.image-input.myphoto:after {
    content: "";
   background:#fff url("../images/event-icon4.png") no-repeat center center;
    
    position: absolute; bottom: -14px;
    
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;  z-index: 999; display: inline-block;
    width: 34px;
    height: 34px;
   
    border-radius: 100%;
   
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}



.image-input img[src=""] {
  opacity: 0;
 /* pointer-events: none;*/
}
.image-input .image-remove {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
  border: none;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  cursor: pointer;
}
.image-input .image-remove::before, .image-input .image-remove::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 4px;
}
.image-input .image-remove::before {
  transform: rotate(45deg);
}
.image-input .image-remove::after {
  transform: rotate(-45deg);
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.captcha{ width: 100%; height: auto; float: left; display: block;}
.captcha small{ height: auto; float: left; display: block; font-size: 27px; font-weight: 400; color: #fff; margin-top: 5px; margin-right: 10px;}
.captcha big{ width: 30px; height: 30px; float: left; display: block; cursor: pointer; margin-top: 6px;}
.submit-box {
    width: auto;
    height: auto;
    float: right;
    display: block;
}

.submit-box input[type='submit'] {
    width: 100%;
    height: 44px;
    background: #FF005A;
    border: 0px solid #c2c2c2;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(0, #dc1d51, #dc1d51);
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat; padding: 0 100px;
}

.submit-box input[type='submit']:hover {
    background-size: 100%;
    color: #fff;
}



/*Sumit add css start*/
.annatama_banner{float: left; width: 100%;}
.annatama_banner img{width: 100%;}
.image-zoom {
  opacity: 0;
  transform: scale(0.5);
  transition: transform 1s ease, opacity 1s ease;
}


.book-appointment-pop span.closepop1{
	width: 41px;
    height: 44px;
   
    background: url(../images/close_ic_pop.svg) no-repeat center;
    top: 30px;
    position: absolute;
    right:30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; z-index: 1;
	
	
	}


.book-appointment-pop span.closepop1:hover{transform: rotateZ(180deg); }
.appointment-footer-mob{ display: none;}

.linkmore small{font-size: 15px; font-weight: 500; color: #fff; line-height: 24px;padding-right: 35px; position: relative; transition: 0.4s;}
.linkmore small:after{content: ''; position: absolute; right: 0; top: 0; width: 24px; height: 24px;  border-radius: 50%; background: url(../images/arrow-right2.png) no-repeat left top;}
.linkmore:hover small{ color: #f2c019;}
.linkmore:hover small:after{content: ''; position: absolute; right: 0; top: 0; width: 24px; height: 24px;  border-radius: 50%; background: url(../images/arrow-right2.png) no-repeat -102px top;}


.linkmore2 small{font-size: 16px; font-weight: 500; color: #000; line-height: 24px;padding-right: 35px; position: relative; transition: 0.4s;}
.linkmore2 small:after{content: ''; position: absolute; right: 0; top: 0; width: 24px; height: 24px;  border-radius: 50%; background: url(../images/arrow-right.png) no-repeat left top;}
.linkmore2:hover small{ color: #f2c019;}
.linkmore2:hover small:after{content: ''; position: absolute; right: 0; top: 0; width: 24px; height: 24px;  border-radius: 50%; background: url(../images/arrow-right.png) no-repeat -102px top;}


@media all and (min-width:1700px){
  .banner_prev, .banner_next {
    bottom: 117px;
    right: 85px;
}
.bannerControl .gallery_paging {
    bottom: 131px;
    right: 185px;
}
}


@media all and (max-width:1600px){
  .step-progress {
  position: absolute;
  bottom: 94px;
  right: 110px;
}
.banner_prev, .banner_next {
    bottom: 85px;
    right: 83px;
}
.bannerControl .gallery_paging {
    bottom: 125px;
    right: 190px;
}
}

@media all and (max-width:1400px){
  header {
    height: 93px;
    padding-top: 0px;
    
}

.headerFixed {
    padding: 0px 0 0px 0;
}

.bannerInfo aside {margin-top: 0px;}
.bannerInfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    bottom: 0;
    height: 100%;
    display: table;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 9999;
}
.bannerInfo strong {
    font-size: 34px;
}
.bannerInfo strong br{display: none;}
.bannerInfo span {
    height: 35px;
    font-size: 20px;
}
.bannerInfo a {
    top: 105px;
}
.homeSec3:before { font-size: 100px; line-height: 120px;}
.book-appointment-pop-box1-right { padding:20px 20px;}
.pop-text aside h2 { font-size: 30px;line-height: 35px;}
.banner_prev, .banner_next {
    bottom: 40px;
    right: 60px;
}
.step-progress {
    bottom: 50px;
    right: 87px;
}
.bannerControl .gallery_paging {
    bottom: 81px;
    right: 175px;
}
}



@media all and (max-width:1124px){
      .bannerInfo {
        top: 180px;
    }
/* .bannerInfo {left:0; right:0; top: 155px; width: 205px; margin:0 auto;} */
.slick-slide img.btDex{ display: none;}
.slick-slide img.btMob{ display: block;}
.bannerInfo strong em{ display: none;}
/* .bannerControl{ display: none;} */
	
.homeBanner .ps_dots{ position: absolute; left: 0; bottom: 20px; width: 100%; text-align: center;}
	.highlights aside a{ padding-bottom: 50px;}	

.homeSec2{ display: none;}


.homeSec5-box1 ul li aside h2{ font-size: 60px; line-height: 75px;}
.homeSec5-box1 ul li aside p {font-size: 26px;line-height: 33px;}
.homeSec9-box2a ul{ justify-content: center;}
.homeSec9-box2a ul li { width: 33.33%; margin-bottom: 20px;}
.homeSec12-box1-left aside h3 a { font-size: 22px; line-height: 30px;}
.homeSec12-box1-right span a{ font-size: 22px; line-height: 30px;}
.homeSec15-box1a ul li aside h2 { min-height: inherit; margin: 0 0 10px 0;font-size: 20px; line-height: 28px;}
.newsletter-box article { width: 100%;}

.homeSec4 .center .casestudies1 .study1 h2 { font-size: 24px;}
.homeSec4 .center .casestudies1 .study1 h2 br{display: none;}
.homeSec4 .center .casestudies2 .study2 h2 { font-size: 20px;}
}

@media all and (max-width:800px){
      .bannerInfo {
        top: 60px;
    }
        .bannerInfo a {
        top: 127px;
    }
    .excellencesec {
    padding: 70px 0 20px;
    text-align: center;
}

.excellencesec .left {
    float: left;
    width: 100%;
    padding: 0 0 0 0px;        text-align: center;
}
.excellencesec .left h1 {
    padding: 0 0 6px;
}
.excellencesec .right {
    float: left;
    width: 100%;
    padding: 15px 0 0 0px;
    text-align: center;
}
.exllence_banner::after {
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #5F5F5F;
    left: 0;
    top: auto;
    content: "";
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.exllence_banner a {
    position: relative;
    left: 0;
    top: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #000; margin: 20px 0 0;
}
.homeSec4 .center {
    display: block;
}
.homeSec4 .center aside {
    width: 100%;
}
.homeSec4 .center aside .ideas_sec img{width: 100%; display: none;}
.homeSec4 .center .ideas_sec h3{position: relative;  left: auto;  color: #000;  font-size: 38px;}
.homeSec4 .center .ideas_sec h3 br{display: none;}
.homeSec4 .center aside:last-child {
    width: 100%;
}.homeSec4 .center .casestudies2{background-size: cover; margin: 25px 0; padding-bottom: 25px;}
.linksec a i img{width: auto !important;}
.inspireblock {
    display: block;
}
.inspireblock aside {
    width: 100%;
    border-radius: 8px; float: left; margin-bottom: 20px;
}
.successtories .shadowblock {
    background-color: rgba(0, 0, 0, 0.30);
    padding: 25px;
    left: 0; width: 100%;
    bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}
.blogs .thumb img{width: 100%;}
.successtories{height: 500px;}
}

@media all and (max-width:650px){
.homeSec13:after{ display: none;}
.homeSec13::before{ display: none;}
.homeSec13 { padding: 30px 0 3px 0; background-color: #F4F4F4;}
.homeSec13-box1-left {width: 100%; height: auto; float: left; padding: 0 0px 0px 0;}
   /* .bannerInfo span {height: 70px;font-size: 30px; line-height: 37px;text-align: center;}
   .bannerInfo small{height: 35px;font-size: 30px; line-height: 37px;text-align: center;width: 100%;} */
    .bannerInfo small em{ text-align: center; right: 0px;}
.bannerInfo strong {font-size: 20px; line-height: 27px;  text-align: center;}
.fybSec3ContBoxNew {
    width: 90%;
    margin: -38px auto 0;
    padding: 23px 14px 0px;
}
.homeSec3 h2 {
    font-size: 38px;
}

.homeSec14-box1-right p{ text-align: center;}
.appointment3 { width: auto;float: none;display: table;margin-top: 0px; margin: 0 auto;}
    .bannerInfo strong {
        font-size: 34px;
        line-height: normal;
        text-align: center;
    }
        .bannerInfo a {
        top: 227px;
    }.bannerControl .gallery_paging, .step-progress{display: none;}
    .homeSec5 {
    padding: 0 0 40px;
}

.blogs .link{border-top: 1px solid rgba(255,255,255,0.30); margin: 35px 0 0; padding: 15px 0 0; width: 100%; color: #fff; position: relative; bottom: 15px;}
.homeSec5 h2, .homeSec8-box1 h2 {
    font-size: 36px !important;
}
.homeBanner{margin-top: 93px;}
.bannerInfo br{display: none;}
.exllence_banner picture img{width: 100%;}
.homeSec3 picture img{width: 100%;}
.videos .thumb img{width: 100%;}
.homeSec4 .center .casestudies1 .study1 {
    top: 37px;

}
.homeSec4 .center .casestudies1 img {
    height: 100%;
}
}


@media (max-width: 1400px) {
 
}

@media (max-height:675px) and (max-width:600px) {
 /* .bannerInfo {left: 0; right: 0; top: 51px; width: 177px; margin: 0 auto;} */
}



@media all and (max-width:1024px){
	
	/* .homeSec1{ margin-bottom: -125px; padding-top: 70px;} */
	
}






@media all and (max-width:420px){
  .homeSec4 .center .casestudies2 {
        background-position: right;
    }
    .homeSec4 .center .casestudies1 {
    height: 320px;
}
.homeSec4 .center .casestudies1 img {
    border-radius: 10px;
}
.homeSec4 .center .casestudies1 .study1 a.linkic {

    bottom: -30px;

}
.homeSec4 .center .casestudies1:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);

}
}









@media all and (max-width:1024px){
	
	}




