.form-control label {  margin-top: 0px;  margin-bottom: 0px; }
.line-through {  text-decoration: line-through; }
/* FAQ */
.filter-accordion .accordion {
  background-color: #fff;
  color: var(--sg-text,#1c70c8);
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 1px;
  font-weight: 700;
  text-transform: capitalize;

}

.filter-accordion .active, .accordion:hover {
  background-color: #f1f1f1;
}

.filter-accordion .accordion:after {
  content: '\25BC';
  color: var(--sg-text,#1c70c8);
  font-weight: 400;
  float: right;
  margin-left: 5px;
  font-size: 12px;
}

.filter-accordion .active:after {
  content: "\25B2";
}

.filter-accordion .panel-text {
  padding: 2px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;  
  width: 100%;
  transition: max-height 0.2s ease-out;
}
.filter-accordion .panel-text p { margin: 5px 0px 15px 5px; }
/* FAQ END */

.ivf-img { padding:15px 0px;}
.ivf-img img { width:100%; height:100%; }

.ivf-logo-img { padding:15px 0px; text-align:center;}
.ivf-logo-img img { max-width:100%; height:100%; }



.padding-top-30 { padding-top:30px; }

.inner-data-wrapper .core-nav.nav-core-sticky {
   position: static !important; background: #fff !important;    
}

.inner-data-wrapper .core-nav.nav-core-sticky.on-scroll {
    position: static !important; background: #fff !important;
}
.inner-data-wrapper .page-numbers {   
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}
.inner-data-wrapper .current {   
    padding: 10px;
    border: 1px solid var(--sg-accent,#f05697);
    border-radius: 3px;
	color:var(--sg-accent,#f05697) !important;
}



.border-white-btn  {
     background:  transparent;
     border:  1px solid #fff;
     color:  #fff !important;
 }

.border-white-btn:hover,  .border-white-btn:focus  {
     background:  #fff;
     color:  var(--sg-accent,#f05697) !important;
     border-color:  #fff;
 }
 .feature-icon { padding-bottom: 30px; }
.small-banner { background-color: #fbebe1; border-radius:5px; padding:20px; margin:20px 0px; }

 /* menu Drop down */
.core-nav-list li:hover {  color: var(--sg-accent,#f05697) !important; }
.core-nav-list li:hover ul {display: block;}
.core-nav-list li ul {  position: absolute; width: 300px;  display: none; box-shadow: -2px 17px 20px 0 rgb(0 0 0 / 10%); }
.core-nav-list li ul li {   background: #fff; display: block;  float: none !important;
    text-align: left; }
.core-nav-list li ul li a {display:block !important; 
 padding: 15px 20px !important; font-size: 14px;} 
.core-nav-list li ul li:hover {background: #fef3ef;}


.toggle-bar-mobile { display: none; position: absolute; top: 17px; left: 10px; cursor: pointer; }

.tick-list ul { width: 100%; }
.tick-list li { list-style: none; padding-left: 30px; 
	background: url(../images/tick.png) 0px 7px no-repeat; line-height: 30px; color: #666;   }
.tick-list a { color: var(--sg-text,#1c70c8); text-decoration: none; display: block; }
.tick-list a:hover {color: var(--sg-accent,#f05697);	}

.inner-menu ul { width: 100%; }
.inner-menu li { list-style: none; padding-left: 30px; 
	background: url(../images/tick.png) 0px 7px no-repeat; line-height: 30px; color: #666;   }
.inner-menu a { color: var(--sg-text,#1c70c8); text-decoration: none; display: block; }
.inner-menu a:hover {color: var(--sg-accent,#f05697);	}

/* Inner Page Start */
.inner-banner {
	width:100%; padding-top: 95px;
}
.inner-banner-overlay {
	background:#fbebe1;
	background-size: cover;
	padding:100px 0px 50px;
}
.inner-banner h2 {
	color:var(--sg-accent,#f05697);
	margin-bottom:10px;
	font-weight:600;
}
.breadcrumbs {
	color:#666666;
	font-size:12px;
	margin:0 0 10px;
	text-transform:capitalize
}
.breadcrumbs>span {
	margin:0 12px 10px 0
}
.breadcrumbs>span a {
	color:#666666
}
.breadcrumbs>span a:hover {
	color:var(--sg-accent,#f05697)
}
.inner-data-wrapper {
	padding:70px 0;
	background:#fff
}

.menu-sidebar, .contact-sidebar {
	margin-bottom:30px
}
.menu-sidebar ul li {
	font-weight:700;
	border-bottom:1px solid #fff;
	background:#f2f2f2;
	margin:0;
	padding:0 23px 0 0;
	color:#202e24;
	list-style:none
}
.menu-sidebar ul li a {
	color:#202e24;
	text-decoration:none!important;
	border-left:5px solid transparent;
	display:block;
	padding:14px 0 14px 18px;
	transition:all .3s ease
}
.menu-sidebar ul li:hover a {
	border-left-color:#b3c87a
}
.current_page_item a {
	border-left-color:#b3c87a!important
}
.contact-sidebar {
	background:#347a2a;
	padding:30px;
	color:#fff
}
.contact-sidebar h3 {
	color:#fff
}
.contact-sidebar a {
	background:#fff;
	border-radius:2px;
	font-weight:700;
	text-transform:uppercase;
	padding:10px 25px;
	color:#347a2a;
	text-decoration:none
}
.contact-sidebar a:hover {
	background:#b3c87a
}
.testimonial-sidebar .testimonial {
	border:3px solid #f2f2f2;
	padding:21px 28px 32px;
	margin:0 0 20px;
	position:relative
}
.testimonial-sidebar .testimonial:before {
	content:"";
	font-weight:400;
	text-transform:none;
	line-height:1;
	font-size:48px;
	color:#b3c87a;
	position:absolute;
	right:0;
	bottom:0;
	width:58px;
	height:44px;
	overflow:hidden;
	background:url(https://www.unitdigitals.com/images/quote.jpg) no-repeat
}
.testimonial-sidebar .testimonial:after {
	content:'';
	position:absolute;
	left:62px;
	bottom:-33px;
	width:30px;
	height:33px;
	background:url(https://www.unitdigitals.com/images/testimonials_before.png) no-repeat;
	background-size:15px 18px
}
.testimonial-sidebar .testimonial-info {
	position:relative
}
.testimonial-sidebar .testimonial-image {
	max-width:50px;
	float:left;
	vertical-align:middle
}
.testimonial-sidebar .testimonial-image img {
	width:100%;
	height:100%
}
.testimonial-sidebar .testimonial-text {
	float:left;
	width:80%;
	vertical-align:middle;
	padding:0 0 0 15px;
	font-size:13px
}
.testimonial-sidebar .name {
	font-weight:700;
	padding-top:13px
}
.inner-data .form-control {
	display:block;
	width:100%;
	height:auto;
	padding:12px;
	font-size:14px;
	line-height:1.42857143;
	color:#000;
	background-color:#f1f1f1;
	background-image:none;
	border:1px solid #cacaca;
	border-radius:2px;
	-webkit-box-shadow:0;
	box-shadow:0;
	resize:none;
	outline:0
}
/* Inner Page End */
.team-contact {
    height: 105px;
    overflow: hidden;
}

.lang select { background: #fff; border:0px; background: #fff; border-radius: 5px;  padding: 5px; }
.lang select:focus, .lang select:hover { border:0px; }

.margin-top-30 { margin-top: 30px; }
.margin-bottom-30 { margin-bottom: 30px; }


.pink-box {
    background-color: #fbebe1;
    padding: 30px; width: 90%; margin: 0 auto; border-radius: 10px;  position: relative;
}

.btn-home { width: 200px; position: fixed; top: 65%; right: 30px; z-index: 999; }
.btn-home img { width: 100%; }



.tp-static-layers h2 { font-weight: bold; font-size: 26px; }

.sidebar-menu { background:var(--sg-accent,#f05697); border-radius:5px; padding:15px 30px; }
.sidebar-menu a { display:block; margin:15px 0px; }
.sidebar-menu .cs-button + .cs-button {
    margin-left: 0px;
}

.sidebar-blog { padding-top:30px; }

.contact-left { padding-top: 30px; }
.contact-right { padding-top: 30px; }

.contact-right .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #cacaca;
    background-image: none;
    border: 0px;
    border-radius: 2px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
  
}
.contcat-line {
    width: 100%;
    background: #ccc;
    height: 3px;
    margin: 30px 0;
}
.map { width: 100%; }
.map iframe { width: 100%; display: block; }

.social-box { margin-top: 30px; }
.social-box li { list-style: none; display: inline-block; margin-right: 3px;}
.social-box a {display: inline-block; transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;
 -webkit-transition: all 0.5s ease-in; background: #ffbeaa; color: var(--sg-accent,#f05697); width: 36px; height: 36px;
 line-height: 30px; text-align: center; font-size: 14px; border-radius: 2px;  padding-top: 3px;} 
.social-box a:hover{ background: var(--sg-accent,#f05697); color:#fff; }
.social-box i { margin-top: 11px; display: inline-block; }

.about-button { padding-bottom:30px; display:flex;}
.about-button a { margin-right:10px; }

.mobile-menubtn {
    top: -59px;
}


.btn-home-left {
    width: 200px;
    position: fixed;
    top: 65%;
    left: 0px;
	right: 0px;
	margin:0 auto;
    z-index: 999;
}
.btn-home-left img { width:100%; }
@media only screen and (min-width:994px) and (max-width:1198px) {

.core-nav .nav-header {  position: relative;  text-align: center; text-align: -webkit-center; }
.core-nav.header-fancy .wrap-core-nav-list .core-nav-list {  width: 98%; }
header nav.header-fancy .menu li a {  padding: 20px 10px; }


.tp-static-layers .col-md-6 {  -ms-flex: 0 0 85%;  flex: 0 0 85%;  max-width: 85%; }

.toggle-bar-mobile { display: block !important; margin-top: 10px; }
.core-nav .wrap-core-nav-list { display: none; }

	
} /* end */

@media only screen and (max-width : 1366px) {	
	.tp-static-layers .col-md-6 {  -ms-flex: 0 0 65%;  flex: 0 0 65%;  max-width: 65%; }
}


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

	.toggle-bar-mobile { display: block !important; }
	.tp-static-layers .col-md-6 {  -ms-flex: 0 0 85%;  flex: 0 0 85%;  max-width: 85%; }
}

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

.toggle-bar-mobile { display: block !important; }
.nice-select { height: 36px; line-height: 36px; }
.team-contact {  height: auto;  overflow: hidden; }
#services .text-right { text-align: center !important; }
.mobile-full { margin: 10px 0px; display: block;  }
.cs-button + .cs-button {  margin-left: 0px; }
	
.about-button { padding-bottom:30px; display:block;}
.about-button a { margin-right:0px; display:block; margin-bottom:5px; width:100%; }	

}

@media only screen and (max-width : 767px) {
#rev_slider_1083_1_wrapper {  height: 1100px !important;  position: relative !important; }
.tp-fullwidth-forcer { height: auto !important; }
.btn-home {  width: 158px;  position: absolute;  bottom: 20px;  right: 20px; }
.btn-home-left  {  width: 158px;  position: absolute;  bottom: 20px;  left: 20px; }
}




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

header.top-bar nav.header-fancy.core-nav.nav-core-sticky {top: 100px;}
#rev_slider_1083_1_wrapper {  height: 1200px !important;  position: relative !important; }
.btn-home {  width: 138px;  }
	.btn-home-left  {  width: 138px;  }
.tp-static-layers {    top: 14%;}

}

@media only screen and (max-width : 400px) {
#rev_slider_1083_1_wrapper {  height: 1350px !important;  position: relative !important; }
 }