html, body {
	height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
div{text-align:justify;}
a {
	text-decoration: none !important;
	outline: 0 none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.noPadding{padding:0 !important;}
.noMargin{margin:0 !important;}
input,textarea{
    background: #f3f4f6;
    border: none;
   	color: #252525;
    font-family: 'MyriadProRegular';
	font-size: 1em !important;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */
	width:100%;
	margin:0 0 22px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}
textarea{
	height: 152px;
	resize: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}
/*--------------------------------------------------------
THEME STYLESHEET
--------------------------------------------------------*/
body {
	font-size:16px;
	font-family: 'MyriadProRegular';
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #4e4d4d;
	position: relative;
}
header{
	position: relative;
	
}
header .head{
	background: #f7f7f7;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	display: none;
}
header .head .left{
	float: left;	
}
header .head .right{
	float: right;	
}
header .head .icon{
	float: left;
	height: 44px;
	padding: 10px;
	border-left:1px solid #e7e7e7;
	background: #f2f2f2;
	color: #b2b2b2;
	font-size: 1.5em;
	text-align: center;
}
header .head .last{
	border-right:1px solid #e7e7e7;
}
header .head .left a,header .head .left span{
	float: left;
	color: #4e4e4e;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 0.938em;
	padding: 0 10px;
	border-left:1px solid #e7e7e7;
	height: 44px;
	line-height: 44px;
}
header .infoBlock {
	padding: 10px 0;
}
.logo {
   -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	float: left;
}
.logo a {
   	padding: 0;
	margin: 0 !important;
}
header .infoBlock .infoBar {
    float: right;
    padding: 26px 60px 0 0;
}
header .infoBlock .infoBar .box{
	float: left;
	margin-left: 25px;
}
header .infoBlock .infoBar .box .circle{
	float: left;
	background: #ffce2b;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 37px;
	margin: 4px 10px 0 0;	
	text-align: center;
	padding-top:5px;
}
header .infoBlock .infoBar .box .circle .icon{
	color: #fff;
	font-size: 1.5em;
}
header .infoBlock .infoBar .box .circle .icon-calendar{
	font-size: 1.3em;
}
header .infoBlock .infoBar .box .textBlock{
	float: left;
}
header .infoBlock .infoBar .box .textBlock em{
	display: block;
	font-size: 0.813em;
	color: #132231;
}
header .infoBlock .infoBar .box .textBlock span,
header .infoBlock .infoBar .box .textBlock a{
	display: block;
	font-size: 1.063em;
	color:#d83236;
	font-family: 'MyriadProSemibold';
}
header .infoBlock .infoBar .box .textBlock a{
	/* margin-top: 10px; */
}
header .sticky {
    position: fixed;
   	width: 100%;
    z-index: 2;
	top: 0;
	-pie-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}



/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #d83236;
	min-height:unset !important;
	margin-bottom:0px !important;
}
.navBar{margin-bottom:0px !important;}
.nav-bar.nav-sticky {
    /* position: fixed; */
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    padding: 0px;
    background: unset !important;
    transition: .3s;
	min-height:40px;
}

.nav-bar.nav-sticky .navbar {
    padding: 10px 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
	color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 1.063em;
    font-family: MyriadProRegular;
    padding: 10px 20px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #d83236;
	background:#ffce2b;
}
.navbar-collapse{padding-left:0px !important;padding-right:0px !important;}
.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn.btn-custom {
    color: #202C45;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #E81C2E;
}

.nav-bar .btn:hover {
    color: #ffffff;
    background: #E81C2E;
    box-shadow: inset 200px 0 0 0 #E81C2E;
}

.open>.dropdown-menu{background:#d83236;width:270px;}
.open>.dropdown-menu a{color:#fff;line-height:28px;}
.dropdown-item:focus, .dropdown-item:hover{background:#ffce2b;color:#d83236 !important;}

@media (min-width: 992px) {
    .nav-bar .navbar-brand {
        display: none;
		min-height:50px;
    }
	
	
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        padding: 5px 0 5px 32px;
    }
	.navbar-nav{width:100%;display:inline-block;margin-top:55px !important;}
    .nav-bar .navbar{width:100%;display:block;min-height:50px;}
	.navbar-dark .navbar-brand{position:absolute;}
	.navbar-dark .navbar-toggler{position:absolute;right:0px;top:12px;}
	.navbar-collapse.in{width:100%;}
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
	.navbar-nav .open .dropdown-menu{padding-left:30px;}
    .dropdown-menu a{color:#fff;}
    .dropdown-menu {border-bottom:2px solid #fff !important;}
    .nav-bar .btn {
        display: none;
    }
}













/* .navBar{ */
	/* background: #d83236; */
	/* min-height:unset !important; */
	/* margin-bottom:0px !important; */
/* } */
/* nav{ */
	/* position:relative; */
/* } */
/* #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{ */
	/* border:0; */
	/* list-style:none; */
	/* display:block; */
	/* position:relative; */
	/* -webkit-box-sizing: */
	/* border-box; */
	/* -moz-box-sizing:border-box; */
	/* box-sizing:border-box; */
	/* background: #d83236; */
	/* margin: 0; */
/* } */
/* #cssmenu:after,#cssmenu > ul:after{ */
	/* content:"."; */
	/* display:block; */
	/* clear:both; */
	/* visibility:hidden; */
	/* line-height:0; */
	/* height:0; */
/* } */
/* #cssmenu #head-mobile{ */
	/* display:none; */
/* } */
/* #cssmenu > ul > li{ */
	/* float:left; */
/* } */
/* #cssmenu > ul > li > a{ */
	/* color: #fff; */
	/* padding:10px 20px; */
	/* text-transform: uppercase; */
	/* font-size:1.063em; */
	/* font-family: 'MyriadProRegular'; */
/* } */
/* #cssmenu ul li.active a{ */
	/* background: #ffce2b; */
	/* color: #d83236; */
	/* font-family: 'MyriadProSemibold'; */
/* } */
/* #cssmenu ul li.active a:hover{ */
	/* color: #d83236; */
/* } */
/* #cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{ */
	/* background:rgba(255,255,255,0.3)!important; */
	/* -webkit-transition:background .3s ease; */
	/* -ms-transition:background .3s ease; */
	/* transition:background .3s ease; */
/* } */
/* #cssmenu > ul > li.has-sub > a{ */
	
/* } */
/* #cssmenu > ul > li.has-sub > a:after{ */
	/* position:absolute; */
	/* top:22px; */
	/* right:11px; */
	/* width:8px; */
	/* height:2px; */
	/* display:none; */
	/* background:#fff; */
	/* content:''; */
/* } */
/* #cssmenu > ul > li.has-sub > a:before{ */
	/* position:absolute; */
	/* top:19px; */
	/* right:14px; */
	/* display:none; */
	/* width:2px; */
	/* height:8px; */
	/* background:#fff; */
	/* content:''; */
	/* -webkit-transition:all .25s ease; */
	/* -ms-transition:all .25s ease; */
	/* transition:all .25s ease; */
/* } */
/* #cssmenu > ul > li.has-sub:hover > a:before{ */
	/* top:23px; */
	/* height:0; */
/* } */
/* #cssmenu ul ul{ */
	/* position:absolute; */
	/* left:-9999px; */
	/* z-index: 2; */
	/* width:250px; */
/* } */
/* #cssmenu ul ul li{ */
	/* height:0; */
	/* -webkit-transition:all .25s ease; */
	/* -ms-transition:all .25s ease; */
	/* background:#212121; */
	/* transition:all .25s ease; */
	/* width:100%; */
/* } */
/* #cssmenu ul ul li:hover{ */
	/* background:#2D2D2D;  */
/* } */
/* #cssmenu li:hover > ul{ */
	/* left:auto; */
/* } */
/* #cssmenu li:hover > ul > li{ */
	/* height:35px; */
/* } */
/* #cssmenu ul ul li a{ */
	/* border-bottom:1px solid rgba(150,150,150,0.15); */
	/* padding:11px 15px; */
	/* width:100%; */
	/* font-size:1.063em; */
	/* text-decoration:none; */
	/* background: #d83236 !important; */
	/* color: #fff !important; */
	/* font-family: 'MyriadProRegular'; */
	
/* } */
/* #cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{ */
	/* border-bottom:0; */
/* } */
/* #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{ */
	/* background: #ffce2b !important; */
	/* color: #d83236 !important; */
/* } */
/* #cssmenu ul ul li.has-sub > a:after{ */
	/* position:absolute; */
	/* top:16px; */
	/* right:11px; */
	/* width:8px; */
	/* height:2px; */
	/* display:block; */
	/* background:#ddd; */
	/* content:''; */
/* } */
/* #cssmenu ul ul li.has-sub > a:before{ */
	/* position:absolute; */
	/* top:13px; */
	/* right:14px; */
	/* display:block; */
	/* width:2px; */
	/* height:8px; */
	/* background:#ddd; */
	/* content:''; */
	/* -webkit-transition:all .25s ease; */
	/* -ms-transition:all .25s ease; */
	/* transition:all .25s ease; */
/* } */
/* #cssmenu ul ul > li.has-sub:hover > a:before{ */
	/* top:17px; */
	/* height:0; */
/* } */
/* #cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{ */
	/* background:#363636; */
/* } */
/* #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{ */
	/* border-top:1px solid #333; */
/* } */









/******SLIDER STYLESHEET******/
.bannerSection .carousel,
.item,.active {
    /* height: auto; */
}
.bannerSection .carousel .carousel-control.left,
.bannerSection .carousel .carousel-control.right {
    display: block;
}
.bannerSection .carousel .carousel-control .icon-prev, 
.bannerSection .carousel .carousel-control .icon-next {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 5em;
	top: 40%;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 20% !important;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 20% !important;
}
.bannerSection .carousel-inner {
    height: auto;
}
.bannerSection .carousel-indicators {
   	bottom: 15px;
	z-index: 1;
}
.bannerSection .carousel-indicators li {
   	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	margin-right: 8px;
}
.bannerSection .carousel-indicators .active {
   	background: #fff;
	width: 14px;
  	height: 14px;
	border: none;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.treatmentSection,.whySection,.successStorySection,
.homeAboutSection,.teamSection{
	background: #f7f7f7;
	padding: 5px 0 40px;
}
.treatmentSection h2,.whySection h2,
.successStorySection h2,.homeAboutSection h2,
.teamSection h2,.featuredInSection h2,
.internationalBlock .faqBlock h2,.ivfSection .sectionFour h2,
.freeConsultSection h2{
	color: #d83236;
	font-size: 2em;
	text-align: center;
	font-family: 'MyriadProSemibold';
}
.treatmentSection p,.whySection p,
.successStorySection p,.homeAboutSection p,
.teamSection p,.internationalBlock .faqBlock p,
.freeConsultSection p{
	color: #121212;
	font-size: 0.938em;
	padding: 0px 0;
	text-align: center;
	font-family: 'gothamlight';
}
.treatmentSection .mainContent{
	margin-top: 0px;
	padding: 0;
}
.treatmentSection .mainContent .box{
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 0px #d4d1d1;
	-moz-box-shadow: 0px 2px 0px #d4d1d1;
	box-shadow: 0px 2px 0px #d4d1d1;
	border: 1px solid #e7e7e7;
	position: relative;
	padding: 20px;
	margin-top: 80px;
}
.treatmentSection .mainContent .box .imgBlock{
	position: absolute;
	left: 30%;
	top: -50px;
}
.treatmentSection .mainContent .box h3{
	color: #0b0b0b;
	font-size: 1.3em;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0;
}
.treatmentSection .mainContent .box p{
	color: #707070;
	font-size: 0.950em;
	padding: 10px 0;
	text-align: left;
	line-height: 24px;
	font-family: 'gothambook';
}
.treatmentSection .mainContent .box a{
	color: #d83236;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-family: 'MyriadProRegular';
}
.whySection{
	background:url(../images/homeWhyImg.html) fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}
.whySection .headBar{
	background: #2f2f2f;
	padding: 5px 0 20px;
}
.teamSection{
	background: #2f2f2f;
}
.whySection h2,.teamSection h2{
	color: #fff;
}
.whySection p,.teamSection p{
	color: #b6b6b6;
}
.whySection .mainContent,.teamSection .mainContent{
	margin: 20px 0 0 0;
}
.whySection .mainContent .box{
	margin-top: 15px;
}
.whySection .mainContent .box .iconBlock{
	float: left;
	margin: 0 35px 0 0;
	color:#ffce2b;
	font-size: 5em;
}
.whySection .mainContent .box .textBlock{
	float: left;
	text-align: left;
	width: 70%;
}
.whySection .mainContent .box .textBlock h3{
	color:#000;
	font-size: 1.4em;
	font-family: 'MyriadProRegular';
	margin: 0;
}
.textBlock h3{margin-top:0px;margin-bottom:0px;}
.textBlock h4{font-size:16px;font-weight:500;line-height:25px;margin-top:0px;border-bottom:2px solid #dbdbdb;padding-bottom:10px;}
.whySection .mainContent .box .textBlock p{
	color:#d0cfcf;
	font-size: 1.063em;
	padding: 10px 0;
	text-align: left;
}
.successRateSection{
	background: url(../images/successStoryBg.html);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 308px;
}
.successRateSection .mainContent .headingBox{
	background: rgba(216,50,54,.6);
	padding: 40px 50px 39px;
}
.successRateSection .mainContent .headingBox h2,
.internationalSection .mainContent h2{
	color:#fff;
	font-size: 1.6em;
}
.successRateSection .mainContent .headingBox p,
.internationalSection .mainContent p{
	color:#e5e5e5;
	font-size: 1.2em;
	padding: 10px 0;
}
.successRateSection .mainContent .rateContent,
.successSection .rateSection .rateContent{
	padding: 40px 0 0 0;
}
.successRateSection .mainContent .rateContent .infoBox,
.successSection .rateSection .rateContent .infoBox{
	width:20%;
	padding: 0 15px;
	float: left;
}
.successRateSection .mainContent .rateContent .infoBox .iconBlock,
.successSection .rateSection .rateContent .infoBox .iconBlock{
	background: rgba(255,255,255,.5);
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
}
.successRateSection .mainContent .rateContent .infoBox span,
.successSection .rateSection .rateContent .infoBox span{
	color: #fff;
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	padding: 20px 0 10px;
	border-bottom: 1px solid #fff;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.successRateSection .mainContent .rateContent .infoBox em,
.successSection .rateSection .rateContent em{
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}
.successStorySection{
	background: #fff;
	padding-bottom: 0;
}
.successStorySection .mainContent{
	padding: 20px 0 0 0;
}
.successStorySection .mainContent .videoBox{
	padding-bottom: 50px;
}
.internationalSection{
	background: #ededed;
	position: relative;
}
.internationalSection .imgSection{
	position: absolute;
	height: 100%;
	background: url(../images/internationalPatientImg.html);
	background-size: cover;
	background-repeat:no-repeat;
	z-index: 1;
}
.internationalSection .mainContent{
	background: url(../images/dividerImg.html) #d83236;
	background-position: left to;
	background-repeat: repeat-y;
	padding: 32px 40px 33px;
	float: right;
}
.internationalSection .mainContent h2{
	font-size:1.8em;
}
.internationalSection .mainContent p{
	font-size:1.3em;
	color:#fff;
	padding: 12px 0 0;
	font-family: 'MyriadProRegular';
}
.internationalSection .mainContent span{
	font-size:1.125em;
	color:#fff;
	padding: 20px 0;
	font-family: 'MyriadProSemibold';
	display: block;
}
.internationalSection .mainContent ul.list .box{
	padding: 0;
}
.internationalSection .mainContent ul.list li{
	/* color:#ffce2b; */
	color:#fff;
	font-family: 'MyriadProRegular';
	border-bottom: 1px solid #c02629;
	padding: 15px 0;
	width: 80%;
}
.internationalSection .mainContent ul.list li a{
	/* color:#ffce2b; */
	color:#fff;
	font-family: 'MyriadProRegular';
	
}
.internationalSection .mainContent ul.list li.last{
	border-bottom: none;
}
.homeAboutSection,.ivfSection .sectionThree{
	padding: 80px 0;
	background: url(../images/homeAboutImg.html) fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.homeAboutSection h2{
	color:#d83236;
}
.homeAboutSection p{
	color:#000;
	font-size: 1.250em;
	line-height: 28px;
}
.teamSection .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
	width: 100%;
        height: 100%;
	overflow-x: hidden;
}
.teamSection .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.teamSection .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;/*
  display: -webkit-flex;
  display: flex;*/
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
	padding-bottom: 60px;
}
.teamSection .swiper-slide {
  	text-align: center;
  	background-color: #fff;
	-webkit-box-shadow: 0px 2px 0px #d4d1d1;
	-moz-box-shadow: 0px 2px 0px #d4d1d1;
	box-shadow: 0px 2px 0px #d4d1d1;
	border: 1px solid #e7e7e7;
	padding: 0 10px 20px;
  	height: 100%;
  	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.teamSection .swiper-slide h3{
	display: block;
	color:#000;
	font-size:1.6em;
	font-weight: 600;
}
.teamSection .swiper-slide span{
	display: block;
	color:#686868;
	font-size:1.2em;
	text-transform: capitalize;
}
.teamSection .swiper-slide .imgBlock{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 140px;
	width:140px;
	margin: 15px auto;
	background: #686868;
}
.teamSection .swiper-slide .imgBlock img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
}
.teamSection .swiper-slide .socialIcon{
	width:62%;
	margin: 0 auto;
}
.teamSection .swiper-slide .socialIcon a{
	color: #d83236;
	font-size: 2em;
	float: left;
	margin-right: 20px;
}
.teamSection .swiper-slide .socialIcon a.last{
	margin-right: 0px;
}
/* a11y */
.teamSection .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.teamSection .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.teamSection .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Pagination Styles */
.teamSection .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.teamSection .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.teamSection .swiper-pagination-fraction,
.teamSection .swiper-pagination-custom,
.teamSection .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
}
/* Bullets */
.teamSection .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  background: none;
  border: 2px solid #ffce2b;
}
.teamSection button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.teamSection .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.teamSection .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.teamSection .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffce2b;
}
.teamSection .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.teamSection .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.teamSection .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.featuredInSection{
	background: #f9f9f9;
	border-top: 1px solid #e7e7e7;
}
.featuredInSection .headingBox{
	padding: 30px 60px 30px 0;	
	border-right:1px solid #e7e7e7;
}
.featuredInSection .headingBox h2{
	text-align: right;
}
.featuredInSection .mainContent{
	padding: 22px 0 22px 60px;
}
.contactSection{
	background:#ededed;
}
.contactSection .adrsBlock{
	background: url(../images/contactBg.html);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 75px 15px;
}
.contactSection .adrsBlock .addsInfo{
	padding: 20px 0 10px;
}
.contactSection .adrsBlock .addsInfo .icon{
	float:left;
	margin: 0 20px 0 0;
	color: #d83236;
	font-size: 2em;
}
.contactSection .adrsBlock .addsInfo .textBlock{
	float:left;
	width: 80%;
}
.contactSection .adrsBlock .addsInfo .textBlock h3{
	color: #d83236;
	font-size:1.5em;
	font-weight: bold;
	margin: 0;
}
.contactSection .adrsBlock .addsInfo .textBlock h4,
.contactSection .adrsBlock .addsInfo .textBlock a{
	color: #000;
	font-size:1.1em;
	margin: 15px 0 0 0;
	font-weight: 600;
	display: block;
}
.contactSection .adrsBlock .addsInfo .textBlock p{
	color: #000;
	font-size:1em;
	margin: 10px 0 0 0;
}
.contactSection .querySection{
	background: #ededed;
	padding: 20px 50px 36px;
}
.contactSection .querySection iframe{ height:900px;}
.contactSection .querySection h2{
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}
.contactSection .querySection .detailsBlock .field {
	margin-top: 25px;
}
.contactSection .querySection .detailsBlock .field input,
.contactSection .querySection .detailsBlock .field textarea{
	background: #ca2a2d;
	border: 1px solid #ed5558;
	height: 54px;
	line-height: 54px;
	-webkit-box-shadow: 0px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 0px rgba(0,0,0,.2);
	box-shadow: 0px 2px 0px rgba(0,0,0,.2);
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
.contactSection .querySection .detailsBlock .field textarea{
	height: 110px;
	line-height: normal;
	padding: 15px;
}
.contactSection .querySection .detailsBlock button,
.freeConsultSection .detailsBlock button{
	width: 100%;
	background:#fff;
	text-transform: uppercase;
	font-size: 1.125em;
	color: #d83236;
	margin-top: 25px;
	height: 52px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-weight: bold;
}
footer{
	padding: 20px 0;
	background: #2f2f2f;
}
footer .colOne,footer .colTwo,footer .colThree,
footer .colFour,footer .colFive,footer .colSix{
	float: left;
	width:20%;
}
footer h2{
	color:#ffce2b;
	text-transform: uppercase;
	font-size: 0.938em;
	font-weight: bold;
}
footer ul.list li{
	padding: 5px 0;
}
footer ul.list li a{
	color: #fff;
	font-size: 0.9em;
}
.copyrightBlock{
	padding: 20px 0;
	text-align: center;
	position: relative;
	background: #d83236;
}
.copyrightBlock p{
	color:#fff;
	font-size: 0.938em;
	margin-bottom: 0;
}
.copyrightBlock a{
	color:#ffce2b;
}
.copyrightBlock a:hover{
	color:#ffce2b;
}
.gotoTop{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 52px;
    line-height: 47px;
    text-align: center;
    width: 52px;
	position: fixed;
	bottom:50px;
	right:40px;
	display:none;
	background: #362f2d;
	z-index: 999;
 }
.gotoTop .icon {
    color: #fff;
    display: block;
    font-size: 1.25em;
    padding-top: 4px;
	margin-top: 3px;
 }
.gotoTop span{
	display: block;
	text-transform: uppercase;
	font-family: 'robotobold';
	font-size: 0.813em;
	color: #fff;
}

/*************About Class*****************/
.aboutBannerSection,.treatmentBannerSection,
.internationalBannerSection,
.whyDevBannerSection,.successBannerSection,
.consultancyBannerSection{
	background: url(../images/back_pain_updated.html);
	background-size: cover;
	height: 313px;
	position: relative;
	background-position: 70% 75%;
}
.abut-prof-head img{width:100% !important;background:#e5e5e5;padding:4px;}
.innerIntroBlock{
	background: rgba(255,255,255,0.94);
	padding: 36px;
	border-bottom: 4px solid #d83236;
	position: absolute;
	left: 30px;
	top: 70px;
	width: 42%;
}
.innerIntroBlock small{
	color:#000;
	font-size:1.3em;
	display: block;
	font-family: 'MyriadProRegular';
}
.innerIntroBlock h2{
	color:#d83236;
	font-size:2.5em;
	/* line-height: 25px; */
	font-family: 'MyriadProSemibold';
	margin-bottom: 10px;
	text-align:left;
}
.innerIntroBlock p{
	color:#5d5d5d;
	font-size:1em;
}
.aboutSection,.treatmentBlock,.whyDevSection,
.successSection{
	padding: 60px 0 20px;	
}
.aboutSection .mainContent .bar,.aboutSection .mainContent .bar p {
	text-align: left !important;
}
.aboutSection .mainContent .bar img{width:350px;}
.aboutSection .mainContent .bar .wil-pl img{width:850px;height:260px;}
.aboutSection .mainContent .bar .wil-pl1 img{width:670px;height:290px;}
.aboutSection .mainContent .bar .wil-pl2 img{width:670px;height:400px;}
.aboutSection .mainContent .bar .wil-pl3 img{width:850px;height:350px;}
.aboutSection .mainContent .bar .wil-pl4 img{}
.aboutSection .mainContent .bar p {
	width: 100%;
	line-height: 28px;
	
}
.aboutSection .mainContent .video {
	width:80%;
	margin: 30px auto 20px;
}
.aboutSection .mainContent .content{
	padding-top: 40px;
}
.aboutSection .mainContent .content p,
.internationalBlock .content p,
.ivfSection .sectionOne p,
.whyDevSection .content p,.successSection .content p{
	font-family: 'gothambook';
	font-size: 1em;
	color:#555555;
	text-align: left;
	padding: 5px;
}
.aboutSection .mainContent .imgBlock .img,
.internationalBlock .content .imgBlock .img,
.ivfSection .sectionOne .img,
.whyDevSection .content .img,.successSection .content .img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 250px;
	width:250px;
	margin: 0 auto;
	background: url(../images/banner5.html);
	background-size: cover !important;
	background-position: 58% !important;
}
.visionSection{
	position: relative;
	background: url(../images/banner4.html) fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
/*.visionSection .imgSection{
	padding: 0;	
	background: url(../images/aboutImg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	z-index: 1;
}*/
.visionSection .mainContent{
	background: rgba(255,255,255,0.8);
	padding: 140px 70px;
}
.visionSection .mainContent h2{
	font-weight: bold;
	font-size: 2em;
	color: #d83236;
}
.visionSection .mainContent p{
	font-size: 1.2em;
	color:#5d5d5d;
}
/*************Treatment Class*****************/
.treatmentBannerSection{
	background: url(../images/banner6.html);
	background-position: 40% 40%;
}
/*************Treatment Class*****************/
.contact .mapBlock {
    padding-top:0px;
}
.contact .mapBlock .map {
    height: 550px;
    width: 100%;
}
.map .iconBlock{padding-top:10px;}
.map .iconBlock img{width:100% !important;}
/*************International Class*****************/
.internationalBannerSection{
	background: url(../images/internationalBanner.html);
}
/*.internationalBlock{
	padding:0px 0 20px;
}*/
.internationalBlock .faqBlock h2{
	color: #fff;
	font-size: 2.5em;
	margin: 0;
}
.internationalBlock .faqBlock p{
	color: #fff;
}
.internationalBlock .content,.ivfSection .mainContent,
.whyDevSection .content .textBlock{
	padding:60px 0 20px;
}
.internationalBlock .content .imgBlock .img{
	height: 350px;
	width:350px;
	background: url(../images/banner3.html);
}
.internationalBlock .content .textBlock,
.ivfSection .sectionOne .textBlock{
	padding-top: 66px;
}
.internationalBlock .faqBlock,
.eggfreezingSection .faqBlock{
	position: relative;
	background: url(../images/internationalPatientImg1.html);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.internationalBlock .faqsList,
.eggfreezingSection .faqsList{
	width: 60%;
	margin: 20px auto 0;
}
.internationalBlock .faqQ,
.eggfreezingSection .faqQ{
   	color: #000;
    cursor: pointer;
    font-family: 'MyriadProSemibold';
    font-size: 1.1em;
    margin: 0 0 1px 0;
    padding: 15px;
	border-bottom: 1px solid #dcdcdc;
	background: rgba(255,255,255,1);
	position: relative;
}
.internationalBlock .last {
   	/*border-bottom: 1px solid #e7e7e7;*/
}
.internationalBlock .faqALast {
   /*	border-top: none !important;
	border-bottom: 1px solid #e7e7e7 !important;*/
}
.internationalBlock .faqA,
.eggfreezingSection .faqA{
    background:rgba(150,150,150,0.8);
	border-bottom: none;
	padding: 15px;
	display: none;
	color: #fff;
	margin-top: -1px;
}
.internationalBlock .faqA p.ans,
.eggfreezingSection .faqA p.ans{
    text-align: left;
	font-family: 'MyriadProRegular';
	font-size: 1.1em;
}
.internationalBlock .faqA p a,
.eggfreezingSection .faqA p a {
    color: #9DF9FD;
}
.internationalBlock .faqA span ,
.eggfreezingSection .faqA span {
    text-align: left;
	font-family: 'MyriadProSemibold';
	font-size: 1.1em;
	color: #ffce2b;
	font-weight: 400px;
}
.internationalBlock .plusminus,
.eggfreezingSection .plusminus {
    position: absolute;
    right: 10px;
    top: 15px;
}
.internationalBlock .facilityBlock {
	background: #ffce2b;
}
.internationalBlock .facilityBlock .travelAssitBlock{
	background: #d83236;
	padding: 20px;
	text-align: center;
}
.internationalBlock .facilityBlock .icon{
	color:#fff;
	font-size: 5.5em;
	line-height: 1;
}
.internationalBlock .facilityBlock .stayBlock{
	background: #ffce2b;
	padding: 20px;
	text-align: center;
}
.internationalBlock .facilityBlock .travelAssitBlock h3,
.internationalBlock .facilityBlock .stayBlock h3{
	font-family: 'MyriadProSemibold';
	color: #ffce2b;
	font-size: 2em;
}
.internationalBlock .facilityBlock .travelAssitBlock p,
.internationalBlock .facilityBlock .stayBlock p{
	font-size: 1.125em;
	color: #fff;
}
.internationalBlock .facilityBlock .stayBlock h3{
	color: #d83236;
}
.internationalBlock .facilityBlock .stayBlock p{
	color: #000;
}
/*************Treatment > IVF Class*****************/
.ivfSection .sectionTwo .ivfOne,
.ivfSection .sectionTwo .ivfTwo,
.ivfSection .sectionTwo .ivfThree{
	background: #ffce2b;
	padding: 20px;
	text-align: center;
}
.ivfSection .sectionTwo .ivfTwo{
	background: #d83236;
}
.ivfSection .sectionTwo .ivfThree{
	background: #303030;
}
.ivfSection .sectionTwo .ivfOne h3,
.ivfSection .sectionTwo .ivfTwo h3,
.ivfSection .sectionTwo .ivfThree h3{
	font-family: 'MyriadProSemibold';
	font-size: 1.9em;
	color: #d83236;
}
.ivfSection .sectionOne .img {
    background: url(../images/vitrofertilizationImg.html);
}

.ivfSection .sectionTwo .ivfTwo h3{
	color: #ffce2b;
}
.ivfSection .sectionTwo .ivfThree h3{
	color: #fff;
}
.ivfSection .sectionTwo .ivfOne span,
.ivfSection .sectionTwo .ivfTwo span,
.ivfSection .sectionTwo .ivfThree span{
	font-family: 'MyriadProRegular';
	font-size: 1.45em;
	color: #000;
	display: block;
	width: 86%;
	margin: 0 auto;
}
.ivfSection .sectionTwo .ivfTwo span{
	color: #fff;
}
.ivfSection .sectionTwo .ivfThree span{
	color: #8e8e8e;
}
.ivfSection .sectionThree {
	padding: 100px 0;
    background: url(../images/ivfImg4.html) fixed;
 }

.ivfSection .sectionThree .textBlock {
	width: 80%;
	margin: 0 auto;
	float: none;
}
.ivfSection .sectionThree .textBlock p {
	font-family: 'MyriadProRegular';
	color: #d0cfcf;
	font-size: 1.250em;
	line-height: 28px;
	text-align: center;
}
.ivfSection .sectionFour{
	position: relative;
}
.ivfSection .sectionFour .content{
	background: #ffce2b;
}
.ivfSection .sectionFour h2{
	padding: 30px 0;
	margin:0;
}
.ivfSection .sectionFour .charImg{
	text-align: center;
	padding-top: 15px;
}
.ivfSection .sectionFour ul.list{
    padding: 0 30px;
}
.ivfSection .sectionFour ul.list .icon {
    background: url(../images/bulletIcon.html);
    float: left;
    height: 20px;
    width: 28px;
    margin-right: 7px;
}
.ivfSection .sectionFour ul.list li{
	padding: 15px 0;
	font-size: 1.125em;
	font-family: 'MyriadProRegular';
	color: #000;
}
.ivfSection .sectionFour ul.list li span{
	float: left;
	width: 90%;
}
/*************Treatment > Egg Freezing Class*****************/
.eggfreezingSection .sectionOne .img{
    background: url(../images/eggfreezingImg2.html);
}
.eggfreezingSection .faqBlock {
   background: #303030;
}
.eggfreezingSection .faqsList {
    width: 94%;
}
/*************Treatment > Embryo Donation Class*****************/
.embryoSection .sectionOne .textBlock {
    padding-top: 50px;
}
.embryoSection .sectionOne .img {
    background: url(../images/embryoDonationImg1.html);
}
/*************Treatment > ICSI Class*****************/
.icsiSection .sectionOne .textBlock {
    padding-top: 95px;
}
.icsiSection .sectionOne .img {
    background: url(../images/icsiImg1.html);
}

/*************Why Dev IVF Class*****************/
.whyDevSection .content .textBlock {
    padding: 100px 0 20px;
}
.whyDevBannerSection{
	background: url(../images/banner8.html);
}

/*************Success Story Class*****************/
.successSection {
    padding: 60px 0 0;
}
.successSection .content .textBlock {
    padding: 100px 0 20px;
}
.successBannerSection{
	background: url(../images/successStoryBanner.html);
	background-position: 8% 56%;
}
.successSection .content .img {
   background: url(../images/banner3.html);
}

.successSection .rateSection {
    background: url(../images/successStoryBg.html) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 308px;
	margin-top: 20px;
}
/*************Free Consultancy Class*****************/
.freeConsultSection{
	padding: 80px 0 20px 0;
	text-align: center;
}
.consultancyBannerSection{
	background: url(../images/banner1.html);
	background-position: 70% 70%;
}
.freeConsultSection .detailsBlock{
	width: 60%;
	margin: 20px auto;
}
.freeConsultSection .detailsBlock .field{
	margin-top: 10px;
}
.freeConsultSection .detailsBlock .field input,
.freeConsultSection .detailsBlock .field textarea{
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #5F5F5F;
	padding: 20px;
}
.freeConsultSection .detailsBlock .field ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #B4B4B4;
}
.freeConsultSection .detailsBlock .field :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #B4B4B4;
   opacity:  1;
}
.freeConsultSection .detailsBlock .field ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #B4B4B4;
   opacity:  1;
}
.freeConsultSection .detailsBlock .field :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #B4B4B4;
}
.freeConsultSection .detailsBlock .field ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #B4B4B4;
}
.freeConsultSection .detailsBlock button{
	background:#d83236;
	color: #fff;
}
.freeConsultContact .adrsBlock .addsInfo {
    width: 50%;
    float: left;
}



#flexiselDemo3,#flexiselDemo4 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    
}
.item .fill img {width:100%;}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:50px 0px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top:-22%;
    font-size: 3em;
  	color: #fff;
  	text-align: center;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: #fff;    
}

.nbs-flexisel-nav-left {
    left: -10px;
}

.nbs-flexisel-nav-left:before {
    content: "\71";
	font-family: "adcorefonticons";
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: -10px;    
}

.nbs-flexisel-nav-right:before {
    content: "\70";
	font-family: "adcorefonticons";
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
@media only screen and (max-width: 1280px) {
.internationalBlock .content .textBlock {
    padding-top: 28px;
}
.internationalBlock .content .imgBlock{
    padding-top: 30px;
}
.internationalBlock .content .imgBlock .img {
    height: 276px;
    width: auto;
    background: url(../images/banner3.html);
}
.internationalBlock .content p {
    margin: 0;
}

}
@media only screen and (max-width: 1024px) {
header .infoBlock .infoBar {
    padding: 26px 8px 0 0;
}
#cssmenu > ul > li > a {
    padding: 10px 11px;
}
.treatmentSection .mainContent .box .imgBlock {
    left: 24%;
}
.successRateSection .mainContent .headingBox {
    padding: 37px 50px;
}
.successRateSection .mainContent .headingBox p{
    font-size: 1.063em;
}
.internationalSection .imgSection {
    background-position: 50%;
}
.teamSection .swiper-slide .socialIcon {
    width: 48%;
}

.featuredInSection .mainContent {
    padding: 22px 0 22px 60px;
}
.contactSection .adrsBlock {
    padding: 25px 32px 15px;
}
.contactSection .adrsBlock .addsInfo .textBlock {
    width: 88%;
}
.innerIntroBlock {
    width: 56%;
}
.visionSection .mainContent {
    padding: 100px 70px;
}
.internationalBlock .faqsList {
    width: 68%;
}
.eggfreezingSection .sectionOne .textBlock {
    padding-top: 40px;
}
.eggfreezingSection .faqQ {
    padding: 10px 15px;
    height: 64px;
}

}

@media only screen and (max-width: 768px) {
.logo {
    float: none;
    text-align: center;
}
header .infoBlock .infoBar {
    padding: 14px 0 0 0;
    float: none;
}
header .infoBlock .infoBar .box {
    float: left;
    margin-right: 18px;
	margin-left: 0;
}
header .infoBlock .infoBar .last {
    float: left;
    margin-right: 0px;
}
.navBar .menuBlock {
    padding: 0;
}

#cssmenu ul{ 
	float:none;
}
nav{
	width:100%;
}
#cssmenu{
	width:100%;
}
#cssmenu ul{
	width:100%;
	display:none;
}
#cssmenu ul li{
	width:100%;
	border-top:1px solid #fff;
	margin-top: 0;
}
#cssmenu ul li:hover{
	background:#363636;
}
#cssmenu > ul > li > a {
    padding: 8px 12px;
}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{
	height:auto;
}
#cssmenu ul li a,#cssmenu ul ul li a{
	width:100%;
	border-bottom:0;
}
#cssmenu > ul > li{
	float:none;
}
#cssmenu ul ul li a{
	padding-left:25px;
}
#cssmenu ul ul li{
	background:#333!important;
	width:100%;
}
#cssmenu ul ul li:hover{
	background:#363636!important;
}
#cssmenu ul ul li a{
	color:#ddd;
	background:none;
	width:100%;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{
	color:#fff;
}
#cssmenu ul ul{
	position:relative;
	left:0;
	width:250px;
	margin:0;
	text-align:left;
}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{
	display:none;
}
#cssmenu #head-mobile{
	display:block;
	padding:15px;
	color:#fff;
	line-height: 1;
	font-size:1.5em;
	font-family: 'MyriadProSemibold';
}
.button{
	width:55px;
	height:46px;
	position:absolute;
	right:0;
	top:3px;
	cursor:pointer;
	z-index: 12399994;
}
.button:after{
	position:absolute;
	top:22px;
	right:20px;
	display:block;
	height:8px;
	width:20px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	content:'';
}
.button:before{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	position:absolute;
	top:16px;
	right:20px;
	display:block;
	height:2px;
	width:20px;
	background:#fff;
	content:'';
}
.button.menu-opened:after{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	top:23px;
	border:0;
	height:2px;
	width:19px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.button.menu-opened:before{
	top:23px;
	background:#fff;
	width:19px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#cssmenu .submenu-button{
	position:absolute;
	z-index:99;
	right:0;
	top:0;
	display:block;
	border-left:1px solid #fff;
	height:37px;
	width:37px;
	cursor:pointer;
	background: #d83236;
}
#cssmenu .submenu-button.submenu-opened{
	background:#d83236;
}
#cssmenu ul ul .submenu-button{
	height:34px;
	width:34px;
}
#cssmenu .submenu-button:after{
	position:absolute;
	top:19px;
	right:15px;
	width:8px;
	height:2px;
	display:block;
	background:#fff;
	content:'';
}
#cssmenu ul ul .submenu-button:after{
	top:15px;
	right:13px;
}
#cssmenu .submenu-button.submenu-opened:after{
	background:#fff;
}
#cssmenu .submenu-button:before{
	position:absolute;
	top:16px;
	right:18px;
	display:block;
	width:2px;
	height:8px;
	background:#fff;
	content:'';
}
#cssmenu ul ul .submenu-button:before{
	top:12px;
	right:16px;
}
#cssmenu .submenu-button.submenu-opened:before{
	display:none;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
	border-top:none;
}
.bannerSection .carousel .carousel-control .icon-prev, .bannerSection .carousel .carousel-control .icon-next {
    top: 25%;
}
.treatmentSection .mainContent .box .imgBlock {
    left: 35%;
}
.treatmentSection .mainContent .infoBox,
.whySection .mainContent .infoBox,
.successStorySection .mainContent .videoBox{
    width: 50%;
}
.whySection .mainContent .box .textBlock {
    width: 66%;
}
.successRateSection,.successSection .rateSection{
	height: auto;
	padding-bottom: 20px;
}
.successRateSection .mainContent .headingBox {
    padding: 0px 50px;
}
.successRateSection .mainContent .rateContent {
    padding: 20px 0 0 0;
}
.internationalSection .imgSection {
    position: relative;
	height: unset;
}
.internationalSection .mainContent {
	padding: 0 40px;
}
.internationalSection .mainContent span {
    padding: 4px 0;
}
.internationalSection .mainContent ul.list .box {
    padding: 0;
    width: 50%;
    float: left;
}
.homeAboutSection {
    padding: 20px 0;
}
.teamSection .swiper-slide .socialIcon {
    width: 64%;
}
.featuredInSection .headingBox {
    padding: 20px 20px 20px 0;
    border-right: 1px solid #e7e7e7;
    width: 23%;
}
.featuredInSection .mainContent {
    width: 77%;
	padding:19px 0 19px 4px
}
.featuredInSection .mainContent .featLogo {
   width: 25%;
	float:left;
}
.innerIntroBlock {
    width: 70%;
}
.aboutSection, .treatmentBlock,
.ivfSection .mainContent,
.whyDevSection, .successSection{
    padding: 90px 0 10px;
}
.aboutSection .mainContent .content,
.ivfSection .sectionOne .textBlock,
.whyDevSection .content .textBlock,
.successSection .content .textBlock{
    padding-top: 20px;
}
.aboutSection .mainContent video {
	width:500px;    
}
.aboutSection .mainContent .imgBlock img {
    height: 200px;
    width: 200px;
}
.visionSection .mainContent {
    padding: 70px 50px;
}
.internationalBlock .content .imgBlock .img {
    height: 330px;
    width: 50%;
}
.internationalBlock .content .textBlock {
    padding-top: 20px;
}
.internationalBlock .faqsList {
    width: 90%;
}
.ivfSection .sectionFour .charImg {
    padding:0 0 20px;
	
}
.eggfreezingSection .faqBlock {
   padding: 0;
}
.eggfreezingSection .faqsList {
    width: 100%;
	margin: 0;
}
.eggfreezingSection .faq {
    margin: 0;
}
.eggfreezingSection .faq .box {
    padding: 0;
}
.eggfreezingSection .faqQ {
    padding: 15px;
    height: auto;
	margin: 0;
}
.eggfreezingSection .faqA {
    background: #303030;
	}
.freeConsultSection .detailsBlock {
    width: 74%;
}
.freeConsultContact .adrsBlock .addsInfo {
    width: auto;
    float: none;
}

}

@media only screen and (max-width: 720px) {

}
@media only screen and (max-width: 640px) {
.logo {
    /* float: left; */
}
header .infoBlock .infoBar {
    padding: 14px 0 0 0;
    float: right;
    width: 73%;
}
header .infoBlock .infoBar .box {
    float: left;
    margin:0;
    width: 50%;
}
.treatmentSection .mainContent .box .imgBlock {
    left: 30%;
}
.whySection .mainContent{
    padding: 0;
}
.whySection .mainContent .box .iconBlock {
    margin: 0px 18px 0 0;
}
.successStorySection .mainContent .videoBox {
    width: 100%;
	text-align: center;
}
.successStorySection {
  padding-bottom: 15px;
}
.successStorySection .mainContent .videoBox iframe {
    width: 80%;
	height: 250px;
	margin: 10px auto 0;
}
.featuredInSection .headingBox {
    padding: 0 10px;
    border-right: none;
    width: 100%;
    text-align: center;
}
.featuredInSection .headingBox h2 {
    text-align: center;
}
.featuredInSection .mainContent {
    width: 100%;
    padding: 10px 0;
}
footer .colOne, footer .colTwo, footer .colThree, footer .colFour, footer .colFive, footer .colSix {
    width: 33.33%;
	padding: 0 16px;
}
footer .colOne, footer .colTwo, footer .colThree{
   height: 290px;
}
.innerIntroBlock {
    width: 80%;
}
.aboutSection .mainContent .content {
    padding-top: 24px;
}
.internationalBlock .content .imgBlock .img {
    height: 285px;
    width: 50%;
}
.freeConsultSection .detailsBlock {
    width: 85%;
}
}
@media only screen and (max-width: 480px) {
header .infoBlock .infoBar .box {
    /* width: auto; */
}
header .infoBlock .infoBar .box1 {width:45%;}
header .infoBlock .infoBar .box2 {width:55%;}
header .infoBlock .infoBar .box .textBlock {
    /* display: none; */
}
header .infoBlock .infoBar .box .circle {
    height: 35px;
    width: 35px;
    line-height: 48px;
}
header .infoBlock .infoBar .box .circle .icon {
    font-size: 1.8em;
}
header .infoBlock .infoBar .box .circle .icon-calendar {
    font-size: 1.65em;
}
header .infoBlock .infoBar {
    padding: 18px 0 0 0;
    width: 45%;
}
.bannerSection .carousel .carousel-control .icon-prev, .bannerSection .carousel .carousel-control .icon-next {
    top: 13%;
}
.treatmentSection .mainContent .box{
	padding: 17px;
	margin-top:30px;
}
.treatmentSection .mainContent .box .imgBlock {
    left: 22%;
}
.whySection .mainContent .infoBox{
    width: 100%;
}
.whySection .mainContent .box .textBlock {
    width: 78%;
}
.whySection .mainContent .box .textBlock h3 {
   font-size: 1.250em;
}
.successRateSection .mainContent .rateContent .infoBox,
.successSection .rateSection .rateContent .infoBox {
    width: 50%;
    padding: 0 15px 15px;
}
.successStorySection .mainContent .videoBox iframe {
    width: 100%;
    height: 236px;
}
.internationalSection .mainContent ul.list .box {
    width: 100%;
}
.internationalSection .mainContent ul.list li{
    padding: 10px 0;
}
.internationalSection .mainContent ul.list li.last {
    border-bottom: 1px solid #c02629;
}
.teamSection .swiper-slide .socialIcon {
    width: 32%;
}
.innerIntroBlock {
    width: 96%;
	padding: 0px 25px 10px;
	left: 9px;
	top:0px;
}
.innerIntroBlock h2 {
    font-size: 2.2em;
}
.aboutSection, .treatmentBlock {
    padding: 70px 0 10px;
	padding:25px 10px !important;
}
.aboutSection .mainContent .content {
    padding-top: 24px;
    width: 100%;
	float: none;
}
.aboutSection .mainContent .imgBlock {
    float: none;
    margin: 0 auto;
}
.internationalBlock .content .imgBlock {
    padding-top: 14px;
}
.internationalBlock .content .imgBlock .img {
    width: 70%;
}
.ivfSection .sectionThree {
    padding: 60px 0 40px;
}
.ivfSection .sectionThree .textBlock {
    width: 100%;
}
.ivfSection .sectionFour ul.list {
    padding: 0 5px;
}
.ivfSection .sectionFour h2 {
    padding: 30px 0 12px;
}
.ivfSection .sectionFour .charImg {
    padding: 10px 0 20px;
}
.freeConsultSection .detailsBlock {
    width: 100%;
}
.successStorySection .mainContent{
	text-align:center;
}
.successStorySection .mainContent iframe{
	margin-right:0px !important;
	margin-top:15px;
}
.aboutSection .mainContent .bar .div-gal{width:100% !important;padding:20px 0;}
.aboutSection .mainContent .bar .wil-pl img{width:100%;height:105px;}
.aboutSection .mainContent .bar div{line-height:22px !important;}
.aboutSection .mainContent .bar .failed-tbl tbody tr td {width:100%;display:inline-block;}
.aboutSection .mainContent .bar .failed-tbl tbody tr td ul{padding-left:20px !important;}
.aboutSection .mainContent .bar ul{width:100% !important;}
.aboutSection .mainContent .bar iframe{width:100%;padding-left:0px !important;height:auto;}
.aboutSection .mainContent .bar .wil-pl2 img{width:100%;height:auto;}

}

@media only screen and (max-width: 414px) {
header .infoBlock .infoBar {
    padding: 18px 0 0 0;
    width: 100%;
	display:none;
}
.doc-det{padding:40px 0 0 0 !important;}
.treatmentSection .mainContent .infoBox, .whySection .mainContent .infoBox, .successStorySection .mainContent .videoBox {
    width: 100%;
}
.treatmentSection .mainContent .box .imgBlock {
    left: 35%;
}
.treatmentSection .mainContent .box p {
    text-align: center;
}
.whySection .mainContent .box .textBlock {
    width: 74%;
}
.successStorySection .mainContent .videoBox iframe {
    width: 100%;
    height: 199px;
}
.teamSection .swiper-slide .socialIcon {
    width: 40%;
}
.teamSection .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}
.contactSection .adrsBlock {
    padding: 25px 16px 15px;
}
.contactSection .adrsBlock .addsInfo .textBlock {
    width: 84%;
}
.contactSection .querySection {
    padding: 20px 20px 36px;
}
footer .colOne, footer .colTwo, footer .colThree, footer .colFour, footer .colFive, footer .colSix {
    width: 50%;
    padding: 0;
}
footer .colOne, footer .colTwo{
    height: 300px;
}
.copyrightBlock p{font-size:0.7em;text-align:center;}
footer .colThree , footer .colFour {
    height: unset;
}
.innerIntroBlock h2 {
    font-size: 2em;
}
.visionSection .mainContent {
    padding: 40px 20px;
}
.internationalBlock .content .imgBlock .img {
    width: 80%;
}
.aboutBannerSection, .treatmentBannerSection, .internationalBannerSection, .whyDevBannerSection, .successBannerSection, .consultancyBannerSection{
	height:150px;
}
}
@media only screen and (max-width: 375px) {
header .infoBlock .infoBar {
    width: 58%;
}
.bannerSection .carousel .carousel-control .icon-prev, .bannerSection .carousel .carousel-control .icon-next {
    top: 4%;
}
.whySection .mainContent .box .textBlock {
    width: 70%;
}
.successRateSection .mainContent .headingBox {
    padding: 0px 28px;
}
.successStorySection .mainContent .videoBox iframe {
    height: 177px;
}
.internationalSection .mainContent {
    padding: 0px 20px;
}
.homeAboutSection {
    padding: 20px 0;
}
.teamSection .swiper-slide .socialIcon {
    width: 46%;
}
.teamSection .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.innerIntroBlock h2 {
    font-size: 1.85em;
	line-height: 42px;
}
.internationalBlock .content .imgBlock .img {
    width: 90%;
}
.ivfSection .sectionFour ul.list li span {
    width: 85%;
}
}
@media only screen and (max-width: 360px) {
header .infoBlock .infoBar {
    width: 62%;
}
.innerIntroBlock h2 {
    font-size: 1.76em;
}
.internationalBlock .content .imgBlock .img {
    width: 100%;
}

}
@media only screen and (max-width: 320px) {
header .infoBlock .infoBar .box .circle {
    height: 32px;
    width: 32px;
    line-height: 39px;
}
header .infoBlock .infoBar {
    padding: 21px 0 0 0;
    width: 58%;
}
header .infoBlock .infoBar .box .circle .icon {
    font-size: 1.5em;
}
header .infoBlock .infoBar .box .circle .icon-calendar {
    font-size: 1.35em;
}
.bannerSection .carousel .carousel-control .icon-prev, .bannerSection .carousel .carousel-control .icon-next {
    top: -5%;
}
.treatmentSection .mainContent .box .imgBlock {
    left: 28%;
}
.whySection .mainContent .box .iconBlock {
    margin: 0;
    float: none;
    text-align: center;
	line-height: 1;
}
.whySection .mainContent .box .textBlock {
    width: 100%;
    float: none;
    text-align: center;
}
.whySection .mainContent .box .textBlock p {
    text-align: center;
}
.teamSection .swiper-slide .socialIcon {
    width: 56%;
}
.contactSection .adrsBlock .addsInfo .textBlock {
    width: 80%;
}
footer .colOne, footer .colTwo, footer .colThree, footer .colFour, footer .colFive, footer .colSix {
    width: 100%;
    height: auto;
	text-align: center;
}
.innerIntroBlock h2 {
    font-size: 1.4em;
    line-height: 32px;
}
.internationalBlock .content .imgBlock .img {
    height: 260px;
}

}
/*------------------------------------------------------------
-------- popup
------------------------------------------------------------*/
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 1;
}

/* Inner */
.popup-inner {
	max-width:50%;
	width:90%;
	padding:20px;
	position:absolute;
	top:55%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	background:#fff;
}

/* Close Button */
/* Close Button */
.popup-close {
	width:26px;
	height:26px;
	font-family: 'open_sansbold';
	display:inline-block;
	position:absolute;
	top:5px;
	right:5px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(255,255,255,1);
	font-size:20px;
	padding-left: 7px;
	line-height:16px;
	color:#232323;
	border: 2px solid #ddd;
}

.popup .popup-inner .bar{
	position: relative;
}
.popup .popup-inner .title{
	padding:10px 0px 0;
	text-align: center;
}
.popup .popup-inner .navBlock{
	width: 30%;
	margin: 0 auto;
}
.popup .popup-inner .navBlock a{
	float:left;
	background: #fff;
	width: 26px;
	height: 26px;
	line-height: normal;
	padding-top: 4px;
	color: #4E4E4E;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0.813em;
	border: 2px solid #ddd;
	position: absolute;
	top: 18px;
}
.popup .popup-inner .navBlock .prevArrow{
	left:0;
	padding-left: 3px;
}
.popup .popup-inner .navBlock .nextArrow {
    right: 0;
    padding-left: 5px;
}
.popup .popup-inner .title span{
	text-transform: uppercase;
	padding-top: 10px;
	font-family: 'open_sanssemibold';
	font-size: 0.875em;
	display: block;
}
/* Service-section-home-page */

.doc-det{padding:40px 0;}
.serviceBox{
    font-family: 'Poppins', sans-serif;
    padding: 25px 15px;
    margin: 5px 0 0 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
	height:310px;
}
.serviceBox:hover{ background: #d83236; }
.serviceBox .service-icon{
    color: #FB374D;
    font-size: 55px;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox .title{
    color: #444;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
	text-align:center;
}
.serviceBox .description{
    color: #000;
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
	padding-top:10px;
	border-top:2px solid #d83236;
}

.serviceBox .read-more{
    color: #FB374D;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{ text-shadow: 4px 4px rgba(255,255,255,0.3); }
.serviceBox.cyan .service-icon,
.serviceBox.cyan .read-more{
    color: #36ADB3;
}
.serviceBox.cyan:hover{ background: #36ADB3; }
.serviceBox.blue .service-icon,
.serviceBox.blue .read-more{
    color: #172E5A;
}
.serviceBox.blue:hover{ background: #172E5A; }
.serviceBox.orange .service-icon,
.serviceBox.orange .read-more{
    color: #F05D0D;
}
.serviceBox.orange:hover{ background: #F05D0D; }
.serviceBox:hover .service-icon,
.serviceBox:hover .title,
.serviceBox:hover .read-more{
    color: #fff;
}
.serviceBox:hover .description{ color: rgba(255,255,255,0.8); }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; height:220px;}
}


/* Gallery slider home page */


.demo{ background: #f8f8f8; }
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff4242;
}


/* Home page gallery section */


.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
    
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

/* Publication Home page section */

.publication-hme{padding-top:25px;}
#docContainer .fb-static-text p, #docContainer .fb-header h2{color:#fff !important;}

/* Home page News slider  */



.mainContent .slick-slide {
    margin: 0px 20px;
	
}

.mainContent .slick-slide img {
    width: 100%;
}

.mainContent .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.mainContent .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.mainContent .slick-list:focus
{
    outline: none;
}
.mainContent .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.mainContent .slick-slider .slick-track,
.mainContent .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.mainContent .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.mainContent .slick-track:before,
.mainContent .slick-track:after
{
    display: table;
    content: '';
}
.mainContent .slick-track:after
{
    clear: both;
}
.mainContent .slick-loading .slick-track
{
    visibility: hidden;
}

.mainContent .slick-slide
{
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.mainContent .slick-slide img
{
    display: block;
}
.mainContent .slick-slide.slick-loading img
{
    display: none;
}
.mainContent .slick-slide.dragging img
{
    pointer-events: none;
}
.mainContent .slick-initialized .slick-slide
{
    display: block;
}
.mainContent .slick-loading .slick-slide
{
    visibility: hidden;
}
.mainContent .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.mainContent .slick-arrow.slick-hidden {
    display: none;
}


/* contact form home page */


.cnt-form{background:#d83236;padding:40px;}
.cnt-form label{color:#fff;padding-top:15px;}
.cnt-form input{height:40px;border-radius:0px;}
.cnt-form .subm{padding-top:40px;}


::-webkit-input-placeholder { /* Edge */
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::placeholder {
  color: #000;
}

.treatmentSection .for-more-det{padding-top:15px;}
.treatmentSection .for-more-det a{border:1px solid #d83236;background:#d83236;padding:8px 10px;font-size:16px;color:#fff;box-shadow:0px 0px 4px 2px #a9a9a9;}