body * {
  font-family: "PT Sans", sans-serif;
  color: #19388a;
}
a {
  color: #198a54;
}
p {
  color: #19388a;
  font-size: 20px;
  line-height: 1.5;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
button:focus {
  outline: none;
}
.mob-view {
  display: none;
}
.color-blue {
  color: #19388a !important;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: #fff;
}
.bannerarea {
  background: url(../assets/img/banner.jpg);
  height: 100vh;
  width: 100%;
  position: relative;
  min-height: 600px;
  display: flex;
  padding: 100px 0;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bannerarea-outter {
  display: flex;
  justify-content: flex-end;
}
.bannerarea-inner {
  max-width: 500px;
}
nav#headernav {
  position: absolute;
  width: 100%;
  z-index: 6;
  font-family: "PT Sans", sans-serif;
  color: var(--primary-color);
  min-height: 100px;
  transition: padding 0.3s ease;
  /* background-color: #fff; */
  /*    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);*/
}
.page-template-template nav#headernav,
.page-child nav#headernav,
.page-template-default nav#headernav,
.single-post nav#headernav {
  position: relative;
  /*    padding: 22px 0 !important;*/
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}
.header-phone,
.menu-item a {
  color: #19388a;
  padding: 0 15px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}
a.header-phone {
  padding: 0 0 0 15px;
  font-weight: 900;
  font-size: 16px;
}
a.header-phone img {
  width: 18px;
}
.menu-item {
  position: relative;
}

.current_page_item.menu-item:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #8cc63e 0%, #198a54 100%);
  bottom: 0;
  left: 0;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  transform: rotate(45deg);
  border-top-color: transparent;
  border-left-color: transparent;
  margin-left: 5px;
  color: #19388a;
}
.sub-menu {
  display: none;
}
.sub-menu .menu-item-has-children .sub-menu {
  display: none !important;
}
.sub-menu .menu-item-has-children:hover .sub-menu {
  display: block !important;
  left: 199px;
  top: 0;
}
.sub-menu .menu-item-has-children:hover .sub-menu a {
  color: #fff;
}
.sub-menu .menu-item-has-children:hover .sub-menu li:hover a {
  color: #19388a;
}
.menu-item-has-children:hover ul.sub-menu {
  display: block;
  list-style: none;
  position: absolute;
  width: 200px;
  left: 0;
  background-color: #19388a;
  padding: 0;
}
ul.sub-menu li {
  padding: 10px;
  position: relative;
}
ul.sub-menu li a {
  padding: 0;
  color: #fff;
}
ul.sub-menu li:hover {
  background-color: #fff;
}
ul.sub-menu li:hover a {
  color: #19388a;
}
ul.sub-menu li.menu-item-has-children a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  transform: rotate(-50deg);
  border-top-color: transparent;
  border-left-color: transparent;
  margin-left: 5px;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 17px;
}
ul.sub-menu li.menu-item-has-children:hover a:after {
  color: #19388a;
}
.sub-menu .menu-item-has-children:hover .sub-menu a:after,
.menu-item-has-children .sub-menu a:after {
  display: none;
}
.bannerarea h1 {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 65px;
  color: #19388a;
  font-family: "Rufina", serif;
  font-weight: bold;
}
.bannerarea p {
  font-size: 20px;
  color: #19388a;
}
.ban_link {
  max-width: 504px;
}
.secondary-btn,
a.secondary-btn {
  box-shadow: none;
  background: #fff;
  color: #198a54;
  padding: 15px;
  font-size: 18px;
}
.main-btn {
  border: none;
  /* color: #fff; */
  border: 1px solid #198a54;
  /*  border-color: linear-gradient(90deg, #8CC63E 0%, #198A54 100%);
    background: linear-gradient(90deg, #8CC63E 0%, #198A54 100%);*/
  box-shadow: 4px 4px 25px rgb(0 0 0 / 25%);
  border-radius: 30px;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
}
.aff-outter {
  background: url(../assets/img/aff-bg.webp);
  background-position: center top !important;
  background-size: cover !important;
  padding: 35px 0;
}
.aff-inner {
  display: flex;
  justify-content: center;
}
.aff-inner svg {
  fill: #19388a;
}
.showcase {
  background: url(../assets/img/cool-pattern.webp);
  background-repeat: no-repeat !important;
  padding: 100px 0 50px;
}
.aff-inner a {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 30px;
  align-items: flex-end;
}
.show_box {
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0);
  padding: 0 50px;
}
a.show_box img {
  width: 100%;
  display: block;
  transition: padding 0.3s ease;
}
.showcase .show_con,
.sav_ban {
  background: url(../assets/img/textature.webp);
}
.show_con {
  padding: 35px 15px;
  text-align: center;
  bottom: 0;
  position: relative;
}
.showcase h4 {
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #19388a;
}
.showcase a p {
  margin: 32px 0;
  /* transform: translateX(106%);
  position: absolute;
  top: 0;
  display: none; */
}
.showcase .show_con::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #8cc63e 0%, #198a54 100%);
  height: 5px;
}
.clicky {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  color: #19388a;
  justify-content: center;
}
.showcase .show_box:hover {
  padding: 0 45px;
  /* background-color: #fff; */
  color: #19388a;
  /* box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.35); */
  text-decoration: none;
}
.showcase .show_box:hover .show_con {
  /* background: none !important; */
}
.showcase .show_box:hover p {
  /* display: block;
  transform: translateX(0%); */
  position: relative;
}
.showcase .show_box:hover img {
  /* padding: 20px 45px; */
}
.show_box:hover .overlay {
  height: 230%;
}
.show_box .overlay p,
.show_box .overlay span {
  color: #fff;
}
.showcase .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(33, 93, 52, 0.8);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
}
.hp-services-btn {
  padding-top: 50px;
  text-align: center;
}
.hp-review h2 {
  margin-bottom: 50px;
  color: #19388a;
  font-weight: bold;
}
.reviews-section p {
  font-size: 18px;
  text-align: center;
  color: #19388a;
  font-family: "Open Sans", sans-serif;
}
.patient-name {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #19388a;
  font-family: "Open Sans", sans-serif;
}
.section-heading h4 {
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #19388a;
  font-weight: 400;
}
.section-heading h2 {
  color: #19388a;
  font-size: 40px;
  margin-bottom: 50px;
  font-family: "Rufina", serif;
}
.hp-dr.aff-outter {
  /*    margin-right: 300px;*/
  padding-bottom: 80px;
}
.city_bg {
  background: url(../assets/img/city.webp);
  position: absolute;
  right: 0;
  width: 50%;
  height: 618px;
  right: 0;
}
.hp-welcome {
  padding: 60px 80px;
}
.hp-welcome h2 {
  font-size: 38px;
  color: #19388a;
  font-weight: bold;
  margin: 20px 0;
  font-family: "Rufina", serif;
}
.hp-welcome p {
  font-size: 20px;
  color: #19388a;
  font-family: "Rufina", serif;
  margin-bottom: 50px;
}
.hp-boy {
  background: url(../assets/img/Smilling-Kid.png);
  background-position: center top !important;
  background-size: cover !important;
  width: 100%;
  position: absolute;
  height: 100vh;
}
.hp-saving {
  /* min-height: 900px; */
  /* height: 700px; */
  height: 100vh;
  display: flex;
  align-items: center;
}
.sav_con {
  background-color: #fff;
  max-width: 692px;
  width: 100%;
}
.sav_con-inner {
  padding: 35px 50px;
}
.sav_con-inner h4 {
  font-size: 25px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #19388a;
  font-weight: 400;
}
.sav_ban {
  padding: 50px 70px;
  position: relative;
}
.sav_ban:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #8cc63e 0%, #198a54 100%);
  height: 5px;
}
.contact {
  background: url(../assets/img/cool-pattern-2.webp);
  /* padding: 100px 0; */
  padding: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
}
.contact h2 {
  font-size: 38px;
  color: #19388a;
  font-family: "Rufina", serif;
  font-weight: bold;
  margin: 40px;
}
.contact h4 {
  font-size: 28px;
  color: #19388a;
  font-family: "Rufina", serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact p {
  font-size: 22px;
  color: #19388a;
  font-family: "Rufina", serif;
}
.hp-contact-inner {
  padding: 50px;
  display: flex;
  justify-content: center;
}
.hp-contact-inner p,
.hp-contact-inner a {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #19388a;
  text-transform: uppercase;
  text-align: left;
}
.hp-contact-inner a {
  font-weight: bold;
}
.hp-contact-inner img {
  padding-top: 4px;
  padding-right: 15px;
}
.hp-check {
  background: linear-gradient(90deg, #8cc63e 0%, #198a54 100%);
  min-height: 120px;
  display: flex;
  align-items: center;
  margin-top: -10px;
}
.hp-check h4 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hp-check .row {
  justify-content: space-between;
}
ul.social {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
ul.social li a {
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
ul.social li a svg {
  width: 26px;
  fill: #19388a;
}
footer {
  background: url(../assets/img/valley.webp);
  padding: 80px 0 35px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-inner h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 22px;
}
.footer-inner p,
.footer-inner a {
  color: #fff;
  font-size: 16px;
  padding: 0;
  font-weight: normal;
  margin-bottom: 7px;
}
.footer-inner p span {
  color: #fff;
}
.footer-inner li {
  margin-bottom: 8px;
}
.footer-inner.footer-hour p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
div#copyright {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.heading-sub-page {
  color: #19388a;
  font-family: "Rufina", serif;
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 35px;
}
h4.about-dr-heading {
  color: #19388a;
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.about-page img {
  width: 100%;
}
.about-dr-outter {
  padding: 22px 0;
}
a.main-btn.transition {
  background: linear-gradient(90deg, #8cc63e 0%, #198a54 100%);
  border-color: #8cc63e;
}
.pay-btn {
  color: #19388a;
  border: 1px solid #19388a;
  margin-left: 38px;
  border-radius: 30px;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  padding: 8px 15px;
}
.pay-btn:hover {
  background-color: #19388a;
  color: #fff;
}
.header-pay {
  text-align: right;
  margin-bottom: 15px;
}
.carousel-control-prev:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
  border-color: #8cc63e;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-135deg);
}
.carousel-control-prev {
  position: absolute;
  top: 12%;
  left: -105px;
  transform: translateY(-50%);
  font-size: 30px;
  z-index: 2;
  cursor: pointer;
}
.carousel-control-next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
  border-color: #8cc63e;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.carousel-control-next {
  position: absolute;
  top: 12%;
  right: -105px;
  transform: translateY(-50%);
  font-size: 30px;
  z-index: 2;
  cursor: pointer;
}

div#carouselExample {
  min-height: 170px;
  position: relative;
}
/*--mobile-menu toggle---*/
.main-nav-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding: 10px;
  width: 60px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.transition {
  transition: all 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-nav-toggle span {
  display: block;
  background-color: #333;
  height: 3px;
  margin-bottom: 9px;
  border-radius: 3px;
  transform: rotate(0deg);
  opacity: 1;
  transition: all 0.2s;
}
.main-nav-toggle span {
  background: linear-gradient(90deg, #8cc63e 0%, #198a54 100%);
}
.main-nav-toggle span:nth-child(1) {
  transform-origin: top right;
}
.main-nav-toggle span:last-child {
  margin-bottom: 0;
}
.main-nav-toggle span:nth-child(3) {
  transform-origin: bottom right;
}
.main-nav-toggle.button-expanded span:nth-child(1) {
  transform: rotate(-45deg);
}
.main-nav-toggle.button-expanded span {
  width: 35.5px;
}
.main-nav-toggle.button-expanded span:nth-child(2) {
  opacity: 0;
}
.main-nav-toggle.button-expanded span:nth-child(3) {
  transform: rotate(45deg);
}
.star-container {
  width: auto;
  height: 30px;
  line-height: 30px;
  list-style: none;
  margin: 5px 0px;
  padding: 0px;
  /*    float: left;*/
}
.star-container li.star {
  width: 20px;
  height: 20px;
  background: url(../assets/img/icons/star_yes.png) no-repeat;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  float: left;
  color: transparent;
  text-indent: 100%;
  background-size: contain;
}
.testimonial-page-inner {
  background-color: #a8a8a8;
  border: 0px #000000 solid;
  border-radius: 0px;
  padding: 10px;
  margin-bottom: 30px;
}
.testimonial-page-content {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
}
.covid-page-inner img {
  width: 70px;
  margin: 20px 0 15px;
  height: 70px;
}
.contact-form input,
.contact-form textarea {
  border-radius: 8px;
  background: rgba(25, 56, 138, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15) inset;
  border: none;
  padding: 14px 20px;
  width: 100%;
  font-size: 16px;
  color: #a1a1a1;
  text-transform: uppercase;
}
.contact-submit-btn .submit-btn {
  border-radius: 25px;
  border: 1px solid #198a54;
  background: #fff;
  width: auto;
  padding: 12px 29px;
  color: #198a54;
  font-family: "PT Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}
.contact-form textarea {
  height: 200px;
}
.contact-page-map h3 {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.contact-map-inner iframe {
  border-radius: 20px;
}
.contact-form p {
  margin-bottom: 26px;
}

/* google review button */
.review-icons {
  position: fixed;
  right: 5px;
  z-index: 100;
  top: 50%;
}
.review-icons ul {
  padding: 0px;
}
.review-icons ul li {
  display: block;
  margin-right: -94px;
  background: #fff;
  /*background: rgba(0, 0, 0, 0.36);*/
  width: auto;
  text-align: right;
  padding-right: 15px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
.review-icons ul li:hover {
  -webkit-transform: translate(-90px, 0);
  -moz-transform: translate(-90px, 0);
  -ms-transform: translate(-90px, 0);
  -o-transform: translate(-90px, 0);
  transform: translate(-90px, 0);
  background: #fff;
  color: #000;
}
.review-icons ul li:hover a,
.review-icons ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.review-icons img {
  width: 40px;
}
.review-icons ul li:hover img {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  /* -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;*/
}
.review-icons ul li img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.blog-featured-img {
    background-size: cover;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-listing-outter {
    border: 1px solid #19388a;
    padding: 15px;
    margin-bottom: 30px;
}
.blog-listing-outter img {
    width: 100%;
}
p.title {
    font-size: 32px;
    font-weight: 600;
}
.blog-sub-heading {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #19388a;
    margin-bottom: 44px;
    padding-bottom: 25px;
}
.logo{
  width: 125px;
  height: 125px;
  margin-left: -16px;
}



/* Small screens (Phones, 480px and below) */
@media screen and (max-width: 480px) {
  .main-btn {
      font-size: 10px;
      padding: 6px 10px;
      border-radius: 20px;
      box-shadow: 2px 2px 15px rgb(0 0 0 / 15%);
      color: black
  }
}

/* Extra small screens (320px and below) */
@media screen and (max-width: 320px) {
  .main-btn {
      font-size: 9px;
      padding: 5px 8px;
      border-radius: 15px;
      box-shadow: none;
  }
}