/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.text-center {
  text-align: center !important;
}

.beforeAfter img {
 max-width: none;
}
.custom-banner {
  background: url(../images/custom-header-bg.jpg) no-repeat center bottom;
  background-size: cover;
 /* padding: 60px 0 300px;*/
  padding: 0px 0 40px;
}

.custom-banner .call-us {
  text-align: center;
	margin-top:50px;
}

.custom-banner .call-us-heading {
  font-size: 28px;
  color: #153860;
  font-weight: bold;
}

.custom-banner .call-us-subheading {
  font-size: 18px;
  margin:6px 0px 15px
}

.call-numbers {
  display: flex;
  justify-content: center;
}

.call-numbers > div {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin: 0 10px;
}

.custom-banner .section-heading {
  font-size: 40px;
  margin: 50px 0 60px 0;
  font-weight: bold;
  color: #13385d;
}

.custom-banner .call-us a{
  background: #13385d;
    border-radius: 50px 50px;
    -moz-border-radius: 50px 50px;
    -ms-border-radius: 50px 50px;
    -o-border-radius: 50px 50px;
    -webkit-border-radius: 50px 50px;
    border: 1px solid #13385d;
    color: #fff;
    display: inline-block;
    font-family: 'Function', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin: 5px 0 10px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;

}
.custom-banner .call-us a:hover{
  background: #fff;
  color: #13385d;
}

.custom-banner .section-details .section-subHeading{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.custom-banner .section-details .details-value {
  font-size: 40px;
  font-weight: bold;
  color: #ef5555;
}

.custom-banner .section-details ul {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
}

.custom-banner .details-condition {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  padding-left: 40px;
}

.custom-banner .alert-box {
  background: #de133e;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  margin-top: 15px;
}

.custom-banner .form-section {
  background-color: #fcfcfc;
  margin-top: 25px;
  padding: 25px;
	height:460px;
}

.custom-banner .form-section .form-heading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #666;
  margin: 0 0 15px;
}

.custom-banner .form-section .form-heading span{
  color: #13385d;
}

.custom-banner .form-section .form-row {
  margin: 0 0 15px;
}

.custom-banner .form-section .form-row textarea,
.custom-banner .form-section .form-row input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 3px;
  resize: none;
}

.custom-banner .form-row.form-button button{
  background: #13385d;
    border-radius: 50px 50px;
    -moz-border-radius: 50px 50px;
    -ms-border-radius: 50px 50px;
    -o-border-radius: 50px 50px;
    -webkit-border-radius: 50px 50px;
    border: 3px solid #13385d;
    color: #fff;
    display: inline-block;
    font-family: 'Function', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    margin: 10px 0px 0px;
    width: 100%;
    padding: 12px 84px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: none !important;
    outline: 0 !important;
}


.custom-banner .form-row.form-button button:hover{
  background: #fff;
  color: #13385d;

}

.aboutSection .section-wrapper{
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  clear: both;	
}

.aboutSection .section-wrapper.p-0 {
  
  padding-left: 0;
  padding-right: 0;
}

.aboutSection .about-section-banner {
  position: relative;
  color: #fff;
}

.aboutSection .about-section-banner .img-wrapper{
  position: relative;
  margin-top:67px;	
}

.aboutSection .about-section-banner .img-wrapper img{
  width: 100%;
}

.aboutSection .about-section-banner .img-wrapper::before{
  content: '';
  background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}

.aboutSection .banner-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 100px;
}

.aboutSection .banner-details h1 {
  font-size: 56px;
  font-weight: bold;
  margin: 0 0 30px;
}


.aboutSection .section-wrapper h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 50px;
  color: #13385d;
}

.aboutSection .section-wrapper h3 {
  font-size: 30px;
  color: #13385d;
  font-weight: bold;
  margin: 30px 0;
}

.aboutSection .section-wrapper p {
  font-size: 20px;
  margin: 0 0 15px;
}

.btn-prime {
  background: #13385d;
    border-radius: 50px 50px;
    -moz-border-radius: 50px 50px;
    -ms-border-radius: 50px 50px;
    -o-border-radius: 50px 50px;
    -webkit-border-radius: 50px 50px;
    border: 3px solid #13385d;
    color: #fff;
    display: inline-block;
    font-family: 'Function', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    margin: 10px 0px 0px;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-sec {
   float:none;
  background: #fff;
    border-radius: 50px 50px;
    -moz-border-radius: 50px 50px;
    -ms-border-radius: 50px 50px;
    -o-border-radius: 50px 50px;
    -webkit-border-radius: 50px 50px;
    border: 3px solid #13385d;
    color: #13385d;
    display: inline-block;
    font-family: 'Function', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    margin: 10px 0px 0px;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-small {
  font-size: 14px;
  padding: 8px 15px;
}

.btn-sec:hover{
  background: #13385d;
  color: #fff;
}

.btn-prime:hover{
  background: #809ec7;
  color: #fff;
  border-color: #809ec7;
}

.aboutSection .ratings-section img{
  max-width: 80px;
  height: auto;
  margin-bottom: 25px;
}

.aboutSection .ratings-stars img{
  margin: 0 3px;
  width: 30px;
}

.aboutSection .ratings-stars  {
  margin: 0 0 15px;
}

.aboutSection .review-points {
  font-size: 30px;
  color: #333;
}

.review-points span{
  font-weight: bold;
  color: #13385d;
}

.aboutSection .location-card-grid {
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  line-height: 1.4;
}

.aboutSection .location-card-grid > div{
  margin-bottom: 5px;
}

.aboutSection .location-heading {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px
}

.aboutSection .location-link {
  font-size: 18px;
  font-weight: bold;
}

.aboutSection .best-sec img{
  width: 100%;
  height: auto;
}

.aboutSection .pediatric-sec .card-image-container img{
  max-width: 100%;
}

.aboutSection .pediatric-sec .card-container {
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
  padding: 20px;
  border-radius: 12px;
  line-height: 1.4;
  position: relative;
  background-color: #fff;
}

.aboutSection .testimonial-sec .card-container{
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
  padding: 30px 20px;
  border-radius: 12px;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
}


.aboutSection .testimonial-sec .card-container .review-category {
  position: absolute;
  right: 30px;
  top: 30px;
}

.aboutSection .testimonial-sec .card-container .review-category img{
  max-width: 50px;
  height: auto;
}

.aboutSection .testimonial-sec .card-container .ratings-star {
  margin-bottom: 25px;
}

.aboutSection .testimonial-sec .card-container .ratings-star img{
  width: 30px;
  height: auto;
  display: inline-block;
}

.aboutSection .testimonial-sec .card-image-container img{
  max-width: 80px;
  height: 80px;
  border-radius: 60%;
  border: 1px solid #13385d
}

.aboutSection .testimonial-sec .card-content-container > div{
  margin-bottom: 15px;
}

.aboutSection .testimonial-sec .card-content-container .card-heading {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}

.aboutSection .testimonial-sec .card-image-container {
  margin-bottom: 25px;
}

.aboutSection .pediatric-sec .card-container a {
  display: block;
  color: #333;
}

.aboutSection .pediatric-sec .card-container a img{
  margin-bottom: 15px;
}

.aboutSection .pediatric-sec .card-container a:hover {
  text-decoration: none;
}

.aboutSection .section-wrapper .card-content-container h3 {
  margin: 15px 0;
  font-size: 24px;
  min-height: 52px;
}

.aboutSection .read-post-container {
  margin-top: 15px;
}

.aboutSection .section-wrapper .view-all {
  margin-top: 60px;
}

.aboutSection .team-wapper {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}

.aboutSection .team-wapper .img-wrapper {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border: 2px solid #13385d;
}


.aboutSection .team-wapper .team-detail {
  width: calc(100% - 160px);
  padding-left: 30px;
}

.aboutSection .team-wapper .img-wrapper img{
  max-width: 100%;
}

.aboutSection .team-sec {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background: #f6f6f6;
}

.aboutSection .nav-tabs  {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #13385d;
}

.aboutSection .team-sec .nav-tabs>li>a{
  background: transparent;
    border: 1px solid transparent;
    color: #13385d;
    display: inline-block;
    font-family: 'Function', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    margin: 10px 0px 0px;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: none !important;
    outline: 0 !important;
  }

  .aboutSection .team-sec .nav-tabs>li.active>a{
      background: #13385d;
      border: 1px solid #13385d;
      color: #fff;
      display: inline-block;
      font-family: 'Function', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: bold;
      margin: 10px 0px 0px;
      padding: 12px 30px;
      text-align: center;
      text-decoration: none;
      text-transform: capitalize;
      box-shadow: none !important;
      outline: 0 !important;
    }

.aboutSection .team-sec .team-name {
  font-size: 16px;
  font-weight: bold;
  color: #13385d;
  margin-bottom: 10px;
}

.aboutSection .team-sec .team-desc {
  font-size: 14px;
}

.aboutSection .gallery-sec a{
  margin: 5px;
  display: inline-block;
}

.aboutSection .why-choose-sec iframe {
  width: 100%;
}

.aboutSection .bg-blue.section-wrapper h2 {
  color: #fff;
}


.aboutSection .testimonial-sec .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
/*  position: absolute;
	  margin-top: -48px;*/
 top: 50%;

}

.aboutSection .testimonial-sec .owl-carousel .owl-stage-outer {
  padding: 10px;
}

.testimonial-sec .owl-carousel .owl-nav button{
  font-size: 36px;
  width: 48px;
  height: 48px;
  background: #13385d url(../../images/arrow.png) no-repeat 22px center !important;
  background-size: 10px auto !important;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px 2px #ccc;
  margin-right: -15px !important;
}

.beforeAfter {
  width: 400px;
  display: inline-block;
  margin: 10px;
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
  border: 10px solid #fff;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-prev{
  transform: rotate(180deg);
  margin-right: auto;
  margin-left: -15px;
}

.testimonial-sec .owl-carousel .owl-nav button span {
  display: none;
}
.team-sec,
.best-sec,
.why-choose-sec,
.welcome-section {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 13px 0 rgb(0 0 0 / 10%);
  padding: 30px 20px;
  border-radius: 12px;
}
.best-sec,
.ratings-section-wrapper {
  background-color: #efefef;
}

.best-sec.bg-white {
  background: #fff;
}

.section-wrapper.bg-blue,
.why-choose-sec-wrapper .why-choose-sec {
  background-color: #13385d;
  color: #fff;
}

.aboutSection .section-wrapper.why-choose-sec-wrapper h3 {
  color: #fff;
}

@media (max-width:991px) {
  .aboutSection .testimonial-sec .card-container,
  .aboutSection .team-wapper,
  .aboutSection .pediatric-sec .card-container,
  .aboutSection .location-card-grid {
    margin: 0 auto 30px;
    max-width: 420px;
  }

  .aboutSection .section-wrapper .card-content-container h3 {
    min-height: 0;
  }

  .aboutSection .team-wapper {
    flex-direction: column;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 12px;
    line-height: 1.4;
    margin-bottom: 30px;
    position: relative;
  }

  .aboutSection .team-wapper .team-detail {
    width: 100%;
    padding: 0;
    margin: 25px 0 0;
  }
}

@media (max-width:991px) {
  .aboutSection .banner-details {
    max-width: 100%;
    padding: 0 15px;
  }
.team-sec,
.best-sec,
.why-choose-sec,
.welcome-section {
  padding: 15px 0;
  border-radius: 12px;
}
  .aboutSection .banner-details h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .aboutSection .section-wrapper h2 {
    font-size: 30px;
  }

  .aboutSection .section-wrapper {
    padding: 30px 15px;
  }

  .aboutSection .review-points {
    margin-bottom: 30px;
  }

  .aboutSection .location-card-grid > div br {
    display: none;
  }

  .aboutSection .section-wrapper h3 {
    font-size: 24px;
    margin: 30px 0 15px;
  }
  
}



@media (max-width:991px) {

  .call-us {
    margin-top: 30px;
  }
}


@media (max-width:767px) {
.banner-details-new {
    background: #29A4B5;
	padding-top: 25px !important;
    padding-bottom: 25px !important;
	margin-bottom: 10px;
}
  .aboutSection .team-sec .nav-tabs>li>a,
  .aboutSection .team-sec .nav-tabs>li.active>a {
    font-size: 14px;
    padding: 5px 10px;
  }
  
  .aboutSection .banner-details h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .aboutSection .section-wrapper p {
    font-size: 14px;
  }
  .btn-sec,
  .btn-prime {
    padding: 8px 25px;
    font-size: 16px;
  }

  .aboutSection .banner-details {
    position: static;
  }
  .aboutSection .about-section-banner .img-wrapper img {
    display: none;
  }
  .aboutSection .about-section-banner {
    background-color: #13385d;
    padding: 30px 0;
  }
  .aboutSection .about-section-banner .img-wrapper::before {
    background-color: #13385d;
    opacity: 1;
  }

  .custom-banner {
    padding: 30px 0;
  }

  .custom-banner .section-heading {
      font-size: 30px;
      margin-bottom: 20px;
      font-weight: bold;
  }
  .custom-banner .details-condition,
  .custom-banner .section-details ul {
    font-size: 18px;
  }

  .custom-banner .section-details .section-subHeading {
    font-size: 20px;
  }

  .aboutSection .section-wrapper h2 {
    margin: 0 0 15px;
  }
}


@media (max-width:480px) {

  .beforeAfter {
    margin: 0 0 15px;
    width: 280px;
  }

  .btn-sec, .btn-prime {
    padding: 8px 25px;
    font-size: 12px;
  }
 }

@media (max-width:991px) {

  .call-us {
    margin-top: 30px;
  }
}


@media (max-width:767px) {

  .custom-banner {
    padding: 30px 0;
  }

  .custom-banner .section-heading {
      font-size: 30px;
      margin-bottom: 20px;
      font-weight: bold;
  }
  .custom-banner .details-condition,
  .custom-banner .section-details ul {
    font-size: 18px;
  }

  .custom-banner .section-details .section-subHeading {
    font-size: 20px;
  }
}

.section-wrapper1  p {
	margin-bottom: 20px;
  }

  .section-wrapper1 h1 {
	font-size: 60px;
    font-weight: bold;
    margin-top: 15px;
  }

  
  .section-wrapper1 h2 {
	font-size: 54px;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 20px;
  }

  .section-wrapper1 h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 30px;
	color: #555;
	letter-spacing: -0.02em;
  }

  .section-wrapper1 h5 {
	color: #9d998e;
  }


  .light-blue {
    background: #50a3a9;
	color: #fff;
  }

  .section-1 {
	padding: 36px 0 0;
  }

  .section-wrapper1 p{
	font-size: 18px;
  }

  .section-wrapper1  .btn-lg {
	font-size: 24px;
	font-weight: bold;
	max-width: 320px;
	width: 100%;
	padding: 15px;
	border-radius: 40px;
  }


  .btn-prime {
	background: #c9e63e;
  }

  .btn-prime:hover {
	opacity: .8;
  }

  .section-wrapper1.section-2 {
	padding: 100px 0;
  }

  .section-wrapper1.section-3 {
	padding-top: 75px;
  }

  .section-wrapper1.section-4 {
	padding: 80px 0 60px;
	background: #313236;
	color: #fff;
  }

  .section-wrapper1.section-4 h2{
	color: #fff;
  }

  .features-block {
	display: flex;
	align-items: flex-start;
	margin-top: 60px;
  }

  .features-block .img-section{
	width: 110px;
  }

  .features-block .features-details{
	width: calc(100% - 110px);
	padding-right: 100px;
  }

  .features-block .features-details .feautres-head{
	line-height: 1;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #cbe840;
  }

  .section-wrapper1.section-5 {
	padding: 90px 0;
  }

 .section-5 .features-block .img-section {
	width: 202px;
 }

 .section-5 .features-block .features-details {
	width: calc(100% - 202px);
 }

 .section-wrapper1.section-6 {
	padding: 100px 0 0;
 }

 .section-wrapper1.section-6 .features-block {
	margin-top: 20px;
 }

 .section-wrapper1.section-7 {
	padding: 100px 0;
	background: #313236;
	color: #fff;
	text-align: center;
 }
 

  @media (min-width: 992px){
  }

  @media (min-width:1199px) {
	.container {
		max-width: 1440px;
	}
	
  }
  
 

  @media (max-width:1400px) {
	
  }

  
  
  @media (max-width:1199px) {
  
	.section-wrapper1 h2 br,
	.section-wrapper1 h1 br{
		display: none;
	}
	
	.section-wrapper1 h1 {
		font-size: 40px;
	}

	.section-wrapper1 h2 {
		font-size: 30px;
	}

	.features-block .features-details{
		padding-right: 0;
	}

	.features-block {
		margin-top: 30px;
	}
  }
  
  @media (max-width:991px) {
	.section-wrapper1.section-4,
	.section-wrapper1.section-3,
	.section-wrapper1.section-2 {
		padding: 40px 0;
	}
	.section-wrapper1.section-7,
	.section-wrapper1.section-6 {
		padding: 40px 0;
	}
  }
  
  @media (max-width:767px) {

	.features-block {
		flex-direction: column;
		align-items: center;
    	text-align: center;
	}

	.features-block .features-details {
		width: 100%;
	}

	.features-block .img-section {
		margin-bottom: 20px;
	}

	.section-5 .features-block .features-details {
		width: 100%;
	}
	
  }
  
  @media (max-width:480px) {

  }

.btn-ghost {
    color: #000;
	display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1.5rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-ghost:hover, .btn-ghost:focus {
    color: #666;
    opacity: .8;
}