/*Header Style start*/
.entry-content {
  margin: 0;
}

.elementor-location-header {
  display: none !important;
}

.main-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 28px;
  background-color: #fff;
}

.main-page-header .logo {
  margin-right: 55px;
}

.main-page-header .logo img {
  width: 190px;
}

.main-page-header .menu-dropdown {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #1E3565;
  height: 100vh;
  width: 480px;
  padding: 28px 40px;
  padding-left: 66px;
  transition: right 0.5s;
  box-sizing: border-box;
  z-index: 9999;
}

.main-page-header .menu-dropdown.active {
  right: 0;
}

.main-page-header .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}

.main-page-header .nav-container a {
  font-family: Todaysansnowpro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.8px;
  color: #1E3565;
  text-decoration: none;
}

.call-out-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.call-out-container .phone-btn {
  text-decoration: none;
  font-family: Todaysansnowpro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.45px;
  text-align: left;
  color: #1E3565;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  margin-right: 32px;
}

.call-out-container .book-appointment-menu-btn {
  font-family: Todaysansnowpro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.62px;
  text-align: center;
  color: #1E3565;
  background-color: #9ACF8C;
  border-radius: 8px;
  padding: 10px 18px;
  text-decoration: none;
  margin-right: 24px;
}

.call-out-container .ad-menu-btn {
  cursor: pointer;
}

.main-page-header .inner-nav-container {
  margin-top: 62px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
  height: 80%;
}

/* width */
.main-page-header .inner-nav-container::-webkit-scrollbar {
  width: 3px;
  border-radius: 8px;
}

/* Track */
.main-page-header .inner-nav-container::-webkit-scrollbar-track {
  background: #525252;
}

/* Handle */
.main-page-header .inner-nav-container::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

.main-page-header .inner-nav-container a {
  font-family: Todaysansnowpro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  text-decoration: none;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 8px;
  transition: all 0.2s;
}

.main-page-header .inner-nav-container a:hover {
  background-color: #9ACF8C;
  color: #1E3565;
}

.main-page-header .menu-dropdown .ad-menu-btn {
  position: absolute;
  top: 26px;
  right: 47px;
}

.book-apt-content.active {
  display: flex;
  column-gap: 15px;
}

.btn-pp-bnw {
  background: #1E3565;
  border-radius: 10px;
  font-family: "TodaySansNow Pro" !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 18px 40px;
  color: #fff !important;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.select-appointment-container .bookan-pp-box h4 {
  font-family: "TodaySansNow Pro" !important;
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .main-page-header .nav-container a {
    font-size: 14px;
  }

  .main-page-header .nav-container {
    column-gap: 20px;
  }

  .call-out-container .phone-btn {
    margin-right: 18px;
  }

  .main-page-header .logo {
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: calc(33.33333333% - 15px);
  }
}

@media (max-width: 1080px) {
  .zocdoc-popup-art {
    display: none;
  }

  .book-apt-content.active {
    flex-direction: column;
    row-gap: 15px;
  }

  .main-page-header {
    padding: 15px 28px;
  }

  .main-page-header .nav-container {
    display: none;
  }

  .main-page-header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 132px;
    margin-right: 16px;
  }

  .main-page-header .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .main-page-header .menu-dropdown {
    width: 78%;
    padding: 25px 20px;
    padding-left: 48px;
  }

  .main-page-header .inner-nav-container a {
    font-size: 20px;
    line-height: 46px;
  }

  .main-page-header .menu-dropdown .ad-menu-btn {
    top: 31px;
    right: 24px;
  }

  .call-out-container .phone-btn {
    margin-left: auto;
    margin-right: 10px
  }
}

@media (max-width: 1080px) {
  .main-page-header .book-appointment-menu-btn {
    display: none;
    position: fixed;
    width: 90%;
    left: 9%;
    transform: translateX(-5%);
    animation: shadow-pulses 1s infinite !important;
    z-index: 99;
  }

  @keyframes shadow-pulses {
    0% {
      box-shadow: 0 0 0 0 rgb(154 207 140 / 53%)
    }

    100% {
      box-shadow: 0 0 0 25px rgba(208, 24, 32, 0)
    }
  }

  .container-3 .w-button {
    margin-bottom: 20px;
  }

}

/*Header style end*/

.button {
  border-radius: 50px;
}

.section-3 {
  margin-top: 105px;
}

.text-block {
  font-size: 32px;
}

.slide {
  background-image: url('../images/banner-occ-1.webp');
  background-position: 50% 34%;
  background-size: cover;
  border-radius: 10px;
}

.slide-2 {
  background-image: url('../images/banner-occ-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.slide-3 {
  background-image: url('../images/banner-occ-3.webp');
  background-position: 50% 26%;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 1080px) {
  .slide {
    -webkit-text-stroke-color: rgba(51, 51, 51, 0);
    background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0) 20%), url('../images/banner-occ-mob-1.png');
    background-size: cover;
  }

  .slide-2 {
    background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0) 20%), url('../images/banner-occ-mob-2.png');
  }

  .slide-3 {
    background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0) 20%), url('../images/banner-occ-mob-3.png');
  }
}

/*Footer style start*/
.footer-nav {
  border-bottom: 1px solid #fff;
  margin-top: 38px;
  margin-bottom: 28px;
  padding-bottom: 16px;
}

.footer {
  background-color: #1e3565;
  padding: 30px 85px 66px;
}

.text-block-2 {
  color: #fff;
  font-family: Todaysansnow Pro, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.link-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: unset;
}

.footer-nav .list-item {
  margin-right: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-nav .text-block {
  color: #fff;
  font-family: Todaysansnow Pro, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-left: 0;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}

.footer-logo-container {
  margin-bottom: 40px;
}

.footer-nav .contact-us {
  color: #fff;
}

.footer-nav .contact-us a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-nav .contact-us ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-nav .contact-us ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 14px;
}

.footer-nav .contact-us ul img {
  width: 16px;
  margin-right: 4px;
}

.text-block-2 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 1080px) {
  .heading-4 {
    font-size: 20px;
  }

  .text-block-2 {
    text-align: justify;
    font-size: 14px;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-nav {
    flex-direction: column;
  }

  .footer-nav .contact-us {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 13px;
  }
}

/*Footer style end*/


.container-3 .content-wrapper .text-block{
  font-size: 36px;
}

.container-3 .content-wrapper .text-block-2{
  color: #000;
  font-size: 24px;
  padding-left: 20px;
  line-height: 38px;
  margin-top: 8px;
  margin-left: 0;
  font-weight: 400;
}

.container-3 .content-wrapper .text-block-2 ul{
  margin: 0;
}