/*!---------- NAVIGATION ----------*/
.nav-container,
nav {
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-container.dismiss-active {
  min-height: 80px !important;
  max-height: 80px !important;
}
.nav-container.dark {
  background: #222;
}
nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
nav a {
  color: #666;
}
nav .logo {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}


.text-white.text-center span{ font-size:24px; }
.fertilitycall{     text-align: center;
    color: #fff;
    line-height:55px;
    padding-top: 30px; }
.fertilitycall .numberbtn{ font-size: 32px;
    color: #e24548;
    background: #fff;
    padding: 11px 40px 10px;
    border-radius: 100px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	 }
	 
	 
.cmsmasters_rowbg {
    background-image: url(../img/pregnant-woman.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}


.cmsmasters_button {
font-size: 16px;
    color: #fff;
    background: #e24548;
    padding:8px 28px 11px;
    border-radius: 100px;
    border: 1px solid #e24548;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.cmsmasters_button:hover{ opacity:0.9; color:#fff; }
.spacingtops{ padding:80px 30px; }	
.spacingtops h2{    font-size: 42px;
    line-height: 52px;
    padding: 40px 0px;
    font-weight: bold;
    font-style: normal;
    color: #523a52;  } 
	
	
.cmsmasters_rowbg{ background-color: rgba(248,247,246,0);
    background-image: url(../img/textimonial.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	padding:50px 0px;  }

.cmsmasters_quotes_list {
    position: relative;
    z-index: 2;
}

.cmsmasters_quote {
    width: 33.33%;
	float:left;
	padding:40px 0px;
}
.cmsmasters_quote_inner {
    padding: 50px 40px 50px;
    position: relative;
    overflow: hidden;
	border:1px solid #CCC;
}

.cmsmasters_quote_inner:nth-child(2n+2){ border-right:none; border-left:none; }


.cmsmasters_quote_content {
    font-family: 'Dosis',Arial,Helvetica,'Nimbus Sans L',sans-serif;
    font-size: 20px;
    line-height: 32px;
	color: #666;
	text-align: center;
    font-weight: 700;
}
.cmsmasters_quote_content {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.cmsmasters_quote_title{ text-align:center; font-size:20px; padding:20px 0px 0px; font-weight:800;  }
.cmsmasters_rowbg h4{font-size: 30px; display: inline-block; width:100%; clear:both;
    font-weight: bold;
    font-style: normal;
	text-align:center;
	color: #523a52; }


@media all and (max-width: 768px) {
  nav {
    overflow: hidden;
  }
}
nav .callout {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

nav.shrink .navbar {
  height: 60px;
  max-height: 60px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
nav.shrink .btn {
  height: 45px;
  line-height: 40px;
  padding: 0 26px;
  font-size: 16px;
}
.navbar {
  border-radius: 0;
}
nav.dark .navbar {
  background: #222;
  color: #fff;
}
nav.dark a {
  color: #fff;
}
nav.dark .subnav li a {
  color: #666;
}
nav.dark .mobile-toggle .upper,
nav.dark .mobile-toggle .middle,
nav.dark .mobile-toggle .lower {
  background: #fff;
}
nav.overlay .navbar {
  background: rgba(255, 255, 255, 0.6);
}
nav.overlay.dark .navbar {
  background: rgba(35, 35, 35, 0.8);
}
nav.overlay.fixed .navbar {
  background: rgba(255, 255, 255, 0.9);
}
nav.overlay.fixed.dark .navbar {
  background: rgba(35, 35, 35, 0.95);
}
nav ul {
  display: inline-block;
}
nav ul li {
  float: left;
}
nav ul ul {
  position: absolute;
  background: #fff;
  visibility: hidden;
  z-index: 999;
  min-width: 150px;
  padding: 0;
  border-radius: 3px;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
nav ul ul li {
  line-height: 32px;
  text-align: left;
  position: relative;
  margin-right: 0;
  width: 100%;
}
nav ul ul li a {
  display: block;
  padding: 0 20px;
  width: 100%;
}
nav ul ul li:first-child {
  padding-top: 8px;
}
nav ul ul li:last-child {
  padding-bottom: 8px;
}
nav ul li:hover ul:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
}
nav ul li:hover .subnav .subnav {
  visibility: hidden;
  opacity: 0;
}
.has-dropdown .has-dropdown:hover .subnav {
  visibility: visible;
  opacity: 1;
}
.has-dropdown .subnav .subnav {
  top: 0;
  left: 100%;
}
@media all and (max-width: 990px) {
  nav,
  nav.fixed,
  nav.overlay,
  .navbar {
    overflow: hidden;
  }
  nav ul ul {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    display: block;
    margin-top: 0;
  }
  nav ul ul ul {
    display: none;
    margin-left: 16px;
  }
  nav ul ul li:hover ul {
    display: block;
  }
  .has-dropdown .subnav .subnav {
    left: 0;
  }
  .has-dropdown:hover .subnav {
    max-height: 300px;
  }
  .has-dropdown:hover .subnav .subnav {
    max-height: 0;
  }
  .has-dropdown .has-dropdown:hover .subnav {
    max-height: 300px;
  }
}
.mobile-toggle {
  position: relative;
  cursor: pointer;
  top: 0px;
  margin-left: 18px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 0.9;
  display: none;
}
.mobile-toggle .upper,
.mobile-toggle .middle,
.mobile-toggle .lower {
  width: 28px;
  height: 4px;
  position: relative;
  background: #222;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.mobile-toggle .middle {
  top: 5px;
}
.mobile-toggle .lower {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
}
.mobile-toggle:hover,
.mobile-toggle.active {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  opacity: 1;
}
.mobile-toggle:hover .lower,
.mobile-toggle.active .lower {
  transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  opacity: 1;
}
.mobile-toggle:hover .middle,
.mobile-toggle.active .middle {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
@media all and (max-width: 990px) {
  .mobile-toggle {
    display: inline-block;
  }
}
.navbar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-1 .navbar {
  height: 80px;
  max-height: 80px;
  background: #fff;
  margin: 0;
}
.nav-1 .menu:first-child li,
.nav-2 .menu:first-child li {
  position: relative;
}
.nav-1 .logo {
  margin-top:11px;
}
.nav-1 .menu {
  margin-top: 26px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-1 .btn {
  margin-top:3px;
}
.nav-1.shrink .menu {
  margin-top: 17px;
}
.nav-1.shrink .logo {
  margin-top: 18px;
}
.nav-1.shrink .btn {
  margin-top: 7px;
}
@media all and (max-width: 990px) {
  .nav-1 .text-center {
    text-align: left;
  }
  .nav-1 .menu {
    margin-bottom: 8px;
  }
  .nav-1 .menu li,
  .nav-2 .menu li {
    float: none !important;
    margin: 0;
    line-height: 32px;
  }

  .nav-1 .mobile-toggle {
    top: 8px;
  }
}
.nav-open .navbar {
  height: auto !important;
  max-height: 600px !important;
}
.nav-3 {
  height: auto !important;
  max-height: 60px;
  line-height: 55px;
  overflow: hidden;
  background: #222;
  -webkit-backface-visibility: hidden;
}
.nav-3 div,
.nav-3 li,
.nav-3 a,
.nav-3 ul {
  -webkit-backface-visibility: hidden;
}
.nav-3.overlay,
.nav-3.fixed {
  background: rgba(35, 35, 35, 0.9);
  overflow: hidden;
}
.nav-3.hollow {
  background: none;
}
.nav-3 .btn {
  border-color: #fff;
  color: #fff;
}
.nav-3 .btn:hover {
  border-color: #6dc77a;
}
.nav-3 .mobile-toggle {
  display: inline-block;
}
.nav-3 .mobile-toggle .upper,
.nav-3 .mobile-toggle .middle,
.nav-3 .mobile-toggle .lower {
  background: #fff;
}
.nav-3 .row:nth-of-type(2) {
  padding: 40px 0;
}
.nav-3 .menu li {
  float: none !important;
  line-height: 32px;
  margin: 0 !important;
}
.nav-3 .menu li a {
  color: #fff;
}
.icon-menu {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 24px;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.icon-menu li {
  float: left;
  margin-right: 80px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.8;
}
.icon-menu i {
  display: block;
  font-size: 72px;
  height: 80px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.icon-menu span {
  color: #fff;
}
.icon-menu li:hover {
  opacity: 1;
}
.icon-menu li:last-child {
  margin-right: 0;
}
.nav-3:hover {
  max-height: 500px !important;
}
.nav-3.overlay:hover,
.nav-3.fixed:hover {
  background: rgba(35, 35, 35, 0.95);
}
@media all and (max-width: 990px) {
.cmsmasters_quote_inner {
    padding: 20px;
}
}
.nav-3.nav-open {
  max-height: 500px !important;
}
.nav-3.nav-open.fixed,
.nav-3.nav-open.overlay {
  background: rgba(0, 0, 0, 0.7);
}


@media all and (max-width: 660px) {

.spacingtops {
    padding: 10px 20px;
}
.spacingtops h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 18px 0px;
}
.cmsmasters_button {
    font-size: 13px;
    padding: 8px 20px 9px;
}

.cmsmasters_rowbg{ padding:20px 0px; }
.cmsmasters_rowbg h4 {
    font-size:20px;
}

.cmsmasters_quote {
    width: 100%;
    padding: 20px 0px 10px;
}

.cmsmasters_quote_inner{ border: 1px solid #CCC !important; }

.fertilitycall {
    line-height: 40px;
    padding-top: 5px;
}

.fertilitycall .numberbtn {
    font-size: 18px;
    padding: 9px 30px 7px;
}

body .footer-1 {
    padding: 10px 0 0px;
}
.pricing.pricing-2 img{ width:200px; }





}


.ivftreatment{ width:100%; display:inline-block; clear:both; background:#edf5f8; padding:20px; color:#666; border-radius: 50px; text-align:center; margin-bottom:25px; }
.ivftreatment ul li{     display: inline-block;
    font-size:18px;
	position:relative;
    color:#1a1a1a;
    font-weight: 600;
    padding: 0px 30px; }
	
.ivftreatment ul li:before{ content: "\f111";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 12px; }	
	
.ivftreatment ul li i{ font-size: 13px;
    padding-right: 6px;
    margin-top: 4px;
    float: left;  }	

#overlay {
  text-align: center;
  position: fixed; 
  height: 100%; 
  width: 100%; 
  top:0; 
  left: 0; 
  background: url('https://lkp.dispendik.surabaya.go.id/assets/loading.gif') 50% 50% no-repeat rgb(255,255,255);
  z-index:9999;
  padding-top: 10px;
  opacity: 0.7;
  filter: alpha(opacity=50);
}