html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Urbanist", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #9fc6ae;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}

.btn {
  color: #fff;
  background-color: #9fc6ae;
  border: 2px solid #9fc6ae;
  padding: 14px 36px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 50px;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.45), 0 5px 10px rgba(0, 0, 0, 0.22);
  margin: 15px 0;
}
@media (max-width: 768px) {
  .btn {
    letter-spacing: 2px;
    font-size: 16px;
  }
}

.btn:hover {
  color: #333;
  background-color: #9fc6ae;
  border: 2px solid #9fc6ae;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.title-h {
  font-size: 58px;
  color: #0a2d43;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 44px;
  }
}

.little-h {
  color: #8fbca1;
  letter-spacing: 7px;
  font-family: "Smooch Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 10px;
  color: #000;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-mobile {
    display: block !important;
  }
}

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #9fc6ae;
}
.top-bar p, .top-bar a {
  padding: 6px 0 8px 0;
  margin-bottom: 0px;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0px;
}
@media (max-width: 1050px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 17px;
    padding: 4px 0 3px 0;
  }
}
.top-bar a:hover {
  color: #407255;
}
.top-bar .top-text {
  display: inline-block;
}
@media (max-width: 991px) {
  .top-bar .top-text {
    text-align: center;
    display: block;
  }
}

.attr-phone {
  z-index: 111;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 15px;
  display: inline-block;
  line-height: 10px;
}
@media (max-width: 991px) {
  .attr-phone {
    display: none;
  }
}
.attr-phone .svg-inline--fa {
  font-size: 14px;
  line-height: 4px;
  margin-right: 7px;
  background-color: #9fc6ae;
  padding: 9px;
  border-radius: 50%;
  vertical-align: sub;
  animation: pulse 1.2s infinite;
  display: inline-block;
}
.attr-phone span {
  margin-top: -5px;
  font-family: "Poppins", sans-serif;
}
.attr-phone a {
  display: inline-block;
  line-height: 33px;
  padding: 0;
  font-size: 23px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1050px) {
  .attr-phone a {
    line-height: 20px;
  }
}
.attr-phone a:hover .svg-inline--fa {
  color: #fff;
}
.attr-phone .svg-inline--fa:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  .row-color {
    background-color: #9fc6ae !important;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

.navbar {
  min-height: 73px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 6px 10px 2px 10px;
}
@media (max-width: 1190px) {
  .navbar-brand {
    padding: 8px 0px 2px 10px;
  }
}

.navbar-brand img {
  width: auto;
  height: 67px;
  margin-top: 0px;
}
@media (max-width: 1190px) {
  .navbar-brand img {
    height: 44px;
    margin-top: 0;
  }
}

.caret {
  margin-left: 4px;
}

nav.navbar.bootsnav.no-background {
  background-color: transparent;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #9fc6ae;
    margin-top: 0px;
    width: 260px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 14px 4px 16px 18px;
    font-weight: 400;
    font-size: 18px;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 4px 10px 10px;
    font-size: 15px;
    text-decoration: none;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #9fc6ae;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ecf1f8;
    color: #333;
    font-weight: 400;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eff6f2;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 17px;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 9px 20px;
  margin-right: 15px;
  margin-left: 8px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  box-shadow: none;
}
@media (max-width: 1050px) {
  nav.navbar.bootsnav .btn {
    padding: 9px 8px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #333 !important;
  background-color: transparent !important;
  border: 2px solid #333;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #9fc6ae !important;
  border-color: #9fc6ae;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-weight: 500;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
/******navbar end**********/
.swiper-container {
  position: relative;
}

.swiper-container .back {
  background: rgba(20, 31, 26, 0.5);
  z-index: 4;
}

.basic-swipre-slider {
  width: 100%;
  height: 100vh;
}

.swiper-wrapper {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide {
  font-size: 18px;
  display: flex;
}

.zoom-out-slider .swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50%/cover;
}

.zoom-out-slider {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide .slide1 {
  transform-origin: 0 100%;
}

.zoom-out-slider .swiper-slide .slide2 {
  transform-origin: 100% 100%;
}

.zoom-out-slider .swiper-slide .slide3 {
  transform-origin: 100% 0;
}

.swiper-scale-effect .swiper-slide-cover {
  transition: 5s ease-out;
  transform: scale(1.05);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
}

.slide-content {
  position: absolute;
  top: 40vh;
  right: 0px;
  left: 0px;
}

.slide-content h1 {
  font-family: "Urbanist", sans-serif;
  color: #fff;
  z-index: 12;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

.slide-content .btn {
  border: 3px solid #fff;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 768px) {
  .slide-content .btn {
    padding: 11px 25px;
    font-size: 17px;
    border: 2px solid #fff;
  }
}

.slide-content .btn:hover {
  border: 3px solid #9fc6ae;
  background-color: #9fc6ae;
  color: #fff;
}

@media (max-width: 992px) {
  .basic-swipre-slider {
    height: 70vh;
  }
  .zoom-out-slider {
    height: 70vh;
  }
  .swiper-wrapper {
    height: 70vh;
  }
  .slide-content {
    top: 26vh;
    margin: 0 20px;
  }
  .swiper-slide-cover {
    background-position: right !important;
  }
}
.swiper-button-next, .swiper-button-prev {
  background-size: 18px 40px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 15px 20px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: 0px;
  }
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 90vh;
  z-index: 5;
}
@media (max-width: 990px) {
  .container2 {
    display: none;
  }
}

/********* cta start ********/
.padd-div {
  height: 100px;
}
@media (max-width: 600px) {
  .padd-div {
    height: 0;
  }
}

/*******feature start******/
.intro-img {
  height: 600px;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .intro-img {
    height: 230px;
    margin-bottom: 0px;
    margin-top: 15px;
  }
}

.insurance-logos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .insurance-logos {
    padding: 15px 0;
    position: relative;
  }
}
.insurance-logos .back {
  background-color: rgba(206, 228, 215, 0.3);
}

.insurance-box {
  transition: all 0.3s ease-in-out;
  width: calc(10% - 15px);
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 7px 5px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .insurance-box {
    width: calc(20% - 15px);
  }
}
@media (max-width: 700px) {
  .insurance-box {
    width: calc(25% - 10px);
    margin: 6px 3px;
    padding: 5px 4px;
  }
}

.insurance-box:hover {
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
}

.insurance-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
}
@media (max-width: 700px) {
  .insurance-img {
    height: 30px;
  }
}

/*********/
.featured .backs {
  background-color: rgba(239, 245, 242, 0.92);
}
.featured .btn {
  color: #333;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  letter-spacing: 2px;
  min-width: 250px;
}
@media only screen and (max-width: 750px) {
  .featured .btn {
    margin: 5px;
  }
}
.featured .btn:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
}

.featured-box {
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: relative;
  width: calc(49% - 15px);
  display: inline-block;
  border-radius: 10px;
  margin: 7px 6px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .featured-box {
    width: calc(100% - 0px);
    margin: 7px 0px;
  }
}

.featured figure {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  height: auto;
  text-align: left;
  cursor: pointer;
}

figure.effect-julia .features-img {
  max-width: none;
  height: 300px;
}
@media only screen and (max-width: 991px) {
  figure.effect-julia .features-img {
    height: 350px;
  }
}
@media only screen and (max-width: 750px) {
  figure.effect-julia .features-img {
    height: 200px;
  }
}

.featured figure figcaption {
  width: calc(100% - 20px);
  text-align: center;
  position: relative;
  display: block;
  padding: 15px 15px 10px 15px;
  min-height: 110px;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .featured figure figcaption {
    padding: 20px 15px 20px 15px;
    min-height: auto;
  }
}
.featured figure figcaption h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}
.featured figure figcaption a {
  letter-spacing: 1px;
  font-size: 17px;
  text-transform: uppercase;
}

figure.effect-julia {
  background: #fff;
}

.featured-box:hover a {
  letter-spacing: 4px;
}

/**********/
/*******blog*******/
.cta {
  position: relative;
  padding: 40vh 0;
  background-attachment: fixed;
}
@media only screen and (max-width: 990px) {
  .cta {
    padding: 80px 0;
  }
}

.cta .back {
  background: rgba(7, 30, 44, 0.45);
}

.cta h3 {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.cta .btn:hover {
  color: #333;
  background-color: #9fc6ae;
  border: 2px solid #9fc6ae;
}

.cta .little-h {
  color: #9fc6ae;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: cover;
      background-position: center;
    }
  }
}
/********** cta end ********/
/**********video end***********/
.eyewear .eyewear-box {
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 60px 10px;
  border-radius: 10px;
}
.eyewear .eyewear-img, .eyewear .eyewear-logo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.eyewear .eyewear-img {
  height: 240px;
}
@media (max-width: 768px) {
  .eyewear .eyewear-img {
    height: 150px;
  }
}
.eyewear .eyewear-logo {
  height: 100px;
}

.eyewear .owl-theme .owl-dots .owl-dot.active span, .eyewear .owl-theme .owl-dots .owl-dot:hover span {
  background: #9fc6ae;
}

/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px 0 120px 0;
}
@media (max-width: 991px) {
  .tc-testimonial {
    padding: 60px 0 60px 0;
  }
}
.tc-testimonial .title-p, .tc-testimonial .title-h {
  color: #333;
}
.tc-testimonial .little-h {
  color: #333;
}
.tc-testimonial .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9fc6ae+1,407255+100 */
  background: radial-gradient(ellipse at center, rgba(174, 208, 189, 0.92) 1%, rgba(92, 163, 122, 0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.testimonial-bg {
  padding: 0px 0px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-bg {
    padding: 0px 5px 20px 5px;
  }
}

.tc-testimonial .testimonial {
  padding: 20px 5px;
}
@media (max-width: 991px) {
  .tc-testimonial .testimonial {
    padding: 0;
  }
}

.testimonial .description {
  font-size: 33px;
  font-weight: 300;
  color: #333;
  line-height: 42px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial .description {
    font-size: 20px;
    line-height: 25px;
  }
}

.tc-testimonial .quote {
  margin: 30px 0;
  width: 100px;
}

.testimonial .title {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  text-transform: capitalize;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.tc-testimonial .owl-nav {
  background: #fff;
  position: absolute;
  right: 0%;
  left: 0;
  margin-top: 30px;
}

.tc-testimonial .owl-prev, .tc-testimonial .owl-next {
  width: 40px;
  height: 50px;
  line-height: 50px;
  padding: 7px;
  border-radius: 0%;
  background: rgba(230, 242, 255, 0.7) !important;
  color: #9fc6ae !important;
  opacity: 1;
  padding: 0;
}

.tc-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #cee3d7;
}

.tc-testimonial .owl-next .svg-inline--fa, .tc-testimonial .owl-prev .svg-inline--fa {
  font-size: 24px;
}

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #fff;
}

/*****tc-testimonial end******/
/*****tc-partners end******/
.care-credit-text img {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .care-credit-text img {
    width: 100%;
    margin: 10px 0 30px 0;
  }
}

/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .tc-footer {
    padding: 60px 0 60px 0;
    text-align: center;
  }
}
.tc-footer img {
  width: 85%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tc-footer img {
    margin-bottom: 20px;
  }
}
.tc-footer .footer-box {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .tc-footer .footer-box {
    padding-left: 0;
  }
}

.tc-footer .back {
  background: rgba(19, 32, 24, 0.92);
}

.tc-footer h3 a {
  font-size: 30px;
  color: #fff;
}

.tc-footer p {
  margin-bottom: 0;
}

.tc-footer p a {
  color: #ccc;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 991px) {
  .tc-footer p a {
    line-height: 20px;
    font-size: 16px;
  }
}

.tc-footer p a:hover {
  color: #fff;
}

.footer-copyright {
  margin-top: 15px;
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px;
}
.footer-copyright ul {
  list-style: none;
  padding-left: 0;
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  background-color: #9fc6ae;
  border: 1px solid #9fc6ae;
  border-radius: 50%;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 7px;
  margin: 5px 5px 0 0;
  transition: all 0.3s ease-in-out;
}
.footer-copyright .svg-inline--fa:hover {
  border: 1px solid #9fc6ae;
  background: #9fc6ae;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px;
  }
}
/******************************/
.tc-header {
  height: 50vh;
}
@media (max-width: 991px) {
  .tc-header {
    height: 40vh;
  }
}

.tc-header .back {
  background: rgba(20, 31, 26, 0.5);
}

.reviews-page .review-img {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}

.reviews-page .inner-cta {
  margin: 15px 0;
  border: 1px solid rgba(159, 198, 174, 0.3);
  border-radius: 20px;
  padding: 50px;
}

@media (max-width: 992px) {
  .reviews-page .inner-cta {
    padding: 30px 20px;
    margin: 15px 0;
  }
}
.reviews-page .inner-cta .inner-h {
  margin-bottom: 20px;
  margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
  color: #9fc6ae;
}

.pagination {
  margin-top: 60px;
}

.inner-cta h5 {
  font-size: 19px;
  font-weight: 600;
  color: #9fc6ae;
  font-family: "Lato", sans-serif;
  letter-spacing: 0px;
  text-align: right;
  margin: 20px 30px 0 0;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #264030;
  background-color: rgba(159, 198, 174, 0.3);
  border-color: #ddd;
}

.inner-h {
  font-family: "Poppins", sans-serif;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  margin-bottom: 9px;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  background-color: #fff;
}

#accordion .panel-title a {
  display: block;
  padding: 20px 15px;
  margin: 0;
  background: rgba(159, 198, 174, 0.08);
  font-size: 20px;
  font-weight: 500;
  color: #333;
  position: relative;
}
@media (max-width: 768px) {
  #accordion .panel-title a {
    padding: 20px 30px 20px 12px;
  }
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #9fc6ae;
  position: absolute;
  top: 29px;
  right: 30px;
}
@media (max-width: 768px) {
  #accordion .panel-title a:before,
  #accordion .panel-title a.collapsed:before {
    right: 15px;
  }
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #9fc6ae;
  position: absolute;
  top: 21px;
  right: 39px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    right: 24px;
  }
}

#accordion .panel-title a:after {
  height: 0;
}

#accordion .panel-body {
  padding: 20px 15px;
  background: #fff;
  border-top: 1px solid #9fc6ae;
  font-size: 18px;
  color: #333;
}

.accordian-title {
  margin: 0 0 25px 0;
}
@media (max-width: 600px) {
  .accordian-title {
    margin: 15px 0 15px 0;
  }
}

input, textarea {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid rgba(159, 198, 174, 0.1);
  background: rgba(159, 198, 174, 0.08);
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
}

select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(233, 202, 156, 0.4);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  color: #777;
  height: 65px;
  background: #fff;
}

::-moz-placeholder {
  font-size: 16px;
  color: #333;
}

::placeholder {
  font-size: 16px;
  color: #333;
}

.about-page-img {
  height: 570px;
  background-position: top;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .about-page-img {
    height: 250px;
  }
}

.services-page .featured-box {
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.services-page .featured-box:hover {
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.3);
}

.logos-inner {
  position: relative;
}

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #555;
}

.eyewere-box {
  position: relative;
  display: inline-block;
  width: calc(25% - 20px);
  margin: 7px;
  border: 1px solid rgba(159, 198, 174, 0.3);
  vertical-align: top;
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 991px) {
  .eyewere-box {
    width: calc(33% - 20px);
  }
}
@media (max-width: 700px) {
  .eyewere-box {
    width: calc(50% - 17px);
    padding: 15px;
  }
}
.eyewere-box .eyewere-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
}
@media (max-width: 700px) {
  .eyewere-box .eyewere-img {
    height: 100px;
  }
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px);
}
@media (max-width: 1100px) {
  .team-box {
    width: calc(49% - 15px);
  }
}
@media (max-width: 550px) {
  .team-box {
    width: calc(99% - 15px);
  }
}

.team-img {
  height: 380px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}

.team-box:hover .team-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.team-info {
  padding: 15px 5px 25px 5px;
}

.team-job-desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  font-size: 23px;
  margin-top: 0;
}

.team-name {
  color: #666;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.7;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 10px;
  box-shadow: none;
}

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300;
}

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%;
  }
}
.staff-bio .svg-inline--fa {
  width: 20px;
  height: 20px;
  padding: 9px;
  border: 1px solid #9fc6ae;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #9fc6ae;
}

.staff-bio .svg-inline--fa:hover {
  background-color: #9fc6ae;
  color: #fff;
}

/********* TEAM PAGE END *******/
.blog-page figure figcaption {
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .blog-page figure figcaption {
    min-height: auto;
  }
}
.blog-page figure figcaption h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .blog-page figure figcaption h3 {
    font-size: 20px;
  }
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .flex-container {
    display: block;
  }
}

.flex-container > .coach-flex {
  width: 80px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .flex-container > .coach-flex {
    width: 60px;
    margin: 20px 0;
  }
}

.patient-form {
  margin: 15px 0;
  border: 1px solid rgba(159, 198, 174, 0.3);
  border-radius: 20px;
  padding: 30px;
}
.patient-form .svg-inline--fa {
  margin-right: 8px;
}

.eye-condition-box {
  margin: 15px 0;
  border: 1px solid rgba(159, 198, 174, 0.3);
  border-radius: 20px;
  padding: 30px;
}
.eye-condition-box h4 a {
  text-transform: uppercase;
  color: #568f6c;
}

.condition-ul {
  list-style: none;
  padding-left: 0;
}
.condition-ul li {
  background-color: #9fc6ae;
  color: #fff;
  width: 32%;
  display: inline-block;
  margin: 3px 2px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .condition-ul li {
    width: 49%;
  }
}
@media screen and (max-width: 650px) {
  .condition-ul li {
    width: 100%;
    margin: 3px 0px;
  }
}
.condition-ul li a {
  display: block;
  color: #333;
  padding: 8px;
}
.condition-ul li a:hover {
  color: #fff;
}

.inner-header {
  height: 115px;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .inner-header {
    height: 80px;
  }
}/*# sourceMappingURL=style.css.map */