body {
  font: "Sintony", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.btnsnew {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Sintony", sans-serif;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btnsnew::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btnsnew::after {
  transition: border 0.1s linear 0.05s;
}
.btnsnew .btnsnew-inner {
  position: relative;
  z-index: 2;
}
.btnsnew:hover {
  color: black !important;
  border: 1px black;
  transition: color 0.1s linear 0s;
}
.btnsnew:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btnsnew:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.btnsnew:active {
  color: black;
  transition: color 0.1s linear 0s;
}

.btnsnew a:focus {
  color: black;
  background-color:white;
}

.btnsnew a:active { 
    color: black;
    background-color:white;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.caption{
  padding-top: 55vh !important;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Sintony", sans-serif;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btnsnew {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btnsnew::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 43.5vw;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}


.section-padding{
	padding: 75px 0px;
}

hr.botm-line {
    height: 3px;
    width: 60px;
    background: #6ec2f0;
    position: relative;
    border: 0;
    margin: 20px 0 20px 0;
}

/***************************************
services
***************************************/
.icon-medilab i{
	color: #6ec2f0;
	font-size: 45px;
	margin-bottom: 25px;
}
.service-info{
	margin-bottom: 20px;
}
.icon-info-medilab h4{
	padding-bottom: 15px;
}
.icon-info-medilab p{
	font-size: 15px !important;
}

.btn-footer {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Sintony", sans-serif;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6ec2f0;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn-footer::after {
  transition: border 0.1s linear 0.05s;
}
.btn-footer .btn-footer-inner {
  position: relative;
  z-index: 2;
}
.btn-footer:hover {
  color: black !important;
  transition: color 0.1s linear 0s;
}
.btn-footer:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  color:black;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn-footer:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

@media only screen and (max-width: 600px) {
  .slideshow .slide .title {
  margin: -50 auto 0 auto;
  max-width: 600px;
  font: 300 30px "Sintony", sans-serif;
    }
 .caption{
  padding-top: 0 !important;
    }
 .arrow{
        top: 70% !important;
    }
}


.c-subscribe {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: white;
	width: 100%;
	height: 474px;
	border-radius: 10px;
	margin-top: -70px;
	/*box-shadow: 0 4px 20px rgba(61, 159, 255, 0.2)*/
}


.c-subscribe__title {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 18px;
	text-align: center;
}

.c-subscribe__copy {
	max-width: 450px;
	text-align: center;
	margin-bottom: 53px;
	line-height: 1.5;
}

.c-form {
	margin-bottom: 25px;
}

.c-form__email {
	padding: 20px 25px;
	/*border-radius: 5px;*/
 	border: 1px solid #6ec2f0 !important;
	width: 100% !important;
	font-size: 18px;
	color: #0F121F;
	text-align:center;
}

.c-form__email:focus {
	outline: 1px solid #6ec2f0;
}

.c-form__button {
	background: #6ec2f0;
	margin-top: 10px;
	padding: 7px;
	border: none;
	width: 100%;
	height: 50px;
	/*border-radius: 5px;*/
	font-size: 18px;
	color: white;
	/*box-shadow: 0 4px 20px rgba(61, 159, 255, 0.7);*/
}

.c-form__button:hover {
    background: black;
	color: white;
	/*box-shadow: 0 10px 20px rgba(61, 159, 255, 0.7);*/
}

.c-notice {
	width: 345px;
}

#mce-success-response {
    color:#529214 !important;
    text-align:center;
}

.footer-email{
    padding-left: 50px !important;
    width: 100% !important;
    border-radius: 0px !important;
}

@media only screen and (max-width: 600px) {
    .c-subscribe {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .c-form__button {
        margin-top: 10px;
    }
    
    .c-form__email, .c-form__button {
        width: 100%;
    }
}

