.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 240px 0;
  position: relative;
  z-index: 1;
  background-position: center center;
  border-radius: 0 0 200px 0;
}
.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.5));
  z-index: -1;
  border-radius: 0 0 200px 0;
}
.inner-banner .inner_banner_content {
  padding-top: 100px;
}
.inner-banner .inner_banner_content h1 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #f15c22;
}

.inner-banner-cta {
    margin: 20px 0 0;
}

.inner-banner-cta a {
    margin-right: 10px;
}


.contact-page {
  background-color: #ffefe9;
}

.contact-section {
  padding: 8rem 0;
}
.contact-section .contact-block .appoinment-form {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.contact-section .contact-address .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
.contact-section .contact-address .social-media li{
	list-style:none;
}
.contact-section .contact-address .social-media a {
  background-color: #f15c22;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 0 15px 0 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section .contact-address .social-media a:hover {
  background-color: #000000;
}
.contact-section .contact-address .add-wrp {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.contact-section .contact-address .add-wrp p a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #000000;
}
.contact-section .contact-address .add-wrp .content-icon {
  position: relative;
  z-index: 1;
}
.contact-section .contact-address .add-wrp .content-icon::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(250, 171, 141, 0.28);
  z-index: -1;
}
.contact-section .contact-address .add-wrp .content-icon i {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #f15c22;
  margin-left: 14px;
}

.map-block {
  line-height: 0;
  height:350px
}
.map-block iframe{
  height:350px
}

p span {
  color: #f15c22;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.p-text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}

.nutrition-image img {
  border-radius: 10px;
  border: 3px solid #f15c22;
}

.modal-header {
  padding: 15px 10px;
  border-bottom: none;
}

.btn-close {
  color: #fff;
  background: none;
  opacity: 1;
  background-color: #f15c22;
  position: absolute;
  top: 5px;
  right: 4px;
  height: 20px;
  border-radius: 10px 0 0 0;
  width: 20px;
}
.btn-close:hover {
  color: #fff;
  background-color: #000000;
}

.online-program {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  border-radius: 0 0 220px 0;
  position: relative;
}
.online-program::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #ffefe9;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.online-program.facilities::before {
  background-color: #fff;
}
.online-program .wrp-box {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 20px;
  border-radius: 10px;
}
.online-program .appoinment-schedule {
  padding: 35px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 70px 0 0;
  position: relative;
  z-index: 1;
  margin-top: 3rem;
}
.online-program .appoinment-schedule::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  transition: 0.3s all;
  height: 3px;
  background-color: #f15c22;
  z-index: 1;
}
.online-program .appoinment-schedule:hover::before {
  width: 100%;
}
.online-program .appoinment-schedule::after {
  position: absolute;
  top: 8px;
  right: -25px;
  content: "";
  background-image: url(https://cdn.openviowebsites.com/source/sites/3d3df865-f4cb-454b-947c-f5a3c7e4b6ee/images/small-logo.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  z-index: -1;
  opacity: 0.1;
}

.inner-sub-head {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.inner-sub-head span {
  color: #f15c22;
}

.service-inner {
  position: relative;
  padding: 4rem 0;
}
.service-inner .service-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 0 50px 0 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 2rem 1rem;
  position: relative;
}
.service-inner .service-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  transition: 0.3s all;
  height: 3px;
  background-color: #f15c22;
  z-index: 1;
}
.service-inner .service-box:hover::before {
  width: 100%;
}
.service-inner .service-box img {
  width: 40px;
}
.service-inner .service-box .icon {
  width: 70px;
  height: 70px;
  background: #fff7f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-inner .service-box h5 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-top: 1rem;
}

.team-section-inner .our-team {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
}
.team-section-inner .our-team .team-details {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 0 45px 0 0;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  min-height: 180px;
  display: flex;
  background: #fff;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
}
.team-section-inner .our-team .team-details h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
.team-section-inner .our-team .team-details p {
  margin: 0;
}

.fintess-box-inner {
  background-color: #fff;
}
.fintess-box-inner .fitness .fitness-content {
  padding: 100px 0;
}
.fintess-box-inner .heading::before {
  margin: 0;
}

.benefits h4 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  background: #000000;
  width: 180px;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.benefits .increased-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 0 50px 0 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 2rem 1rem;
  position: relative;
  margin: 1px 0 3rem;
}
.benefits .increased-item .img-box {
  background: #f15c22;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.benefits .increased-item .img-box img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}
.benefits .increased-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  transition: 0.3s all;
  height: 3px;
  background-color: #f15c22;
  z-index: 1;
}
.benefits .increased-item:hover::before {
  width: 100%;
}
.benefits .increased-item p {
  font-size: 1.7rem;
  list-style: 2.7rem;
  margin-top: 1rem;
  font-weight: 500;
}

#schedulePopup iframe {
  height: 800px;
}

.our-facilities {
  position: relative;
  z-index: 1;
}
.our-facilities::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #eee;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: nowrap;
}

.facility-tab {
  background: #fff;
  padding: 2.5rem;
  border-radius: 5px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link {
  color: #000000;
  background-color: #ffefe9;
  padding: 1rem 2rem !important;
  margin-bottom: 2rem;
  border-radius: 0 15px 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
  isolation: isolate;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #f15c22;
  border-color: transparent;
}

.bio-data {
  background-color: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
}
.bio-data .btn-close {
  top: -25px;
  right: -25px;
  border-radius: 10px 5px 0 0;
}
.bio-data .profile-picture {
  margin-top: -30px;
}
.bio-data .profile-picture img {
  width: 80px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.bio-data .modal-content {
  border: none;
  text-align: center;
}
.bio-data h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
}
.bio-data p span i {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
.bio-data p span i::before {
  position: absolute;
  top: 10px;
  right: calc(100% - 2px);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #f15c22;
  content: "";
}
.bio-data .modal-footer {
  border-top: none;
}

.media-box {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 0 0 50px 0;
  border-radius: 5px;
  margin-top: 50px;
  min-height: 575px;
}
.media-box .category span {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  background: #f15c22;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 20px;
  left: 0;
}
.media-box img {
  border-radius: 5px 5px 0 0;
}
.media-box .journal-title {
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.media-box p {
  padding: 0 20px;
  margin-top: 1rem;
}
.media-box .btn-main {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
}

.thanks-page {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thanks-page img {
  width: 350px;
}
.auto-immune-banner{
  background-position:right;
}
.top_area_margin{
margin-top:117px;
  border-radius:0;
}

@media (max-width: 1024px) {
  .inner-banner{
  	padding:180px 0;
  }
  .top_area_margin{
margin-top:110px;
  border-radius:0;
}
}

@media (max-width: 990px) {
  .benefits {
    background-position: revert !important;
  }
  .contact-section {
    padding: 5rem 0;
  }
  .inner-banner {
    border-radius: 0 0 150px 0;
  }
  .inner-banner::before {
    border-radius: 0 0 150px 0;
  }
  .online-program {
    border-radius: 0 0 150px 0;
  }
  .inner-banner-cta a {
      margin-bottom: 10px;
  }
  .inner-banner{
  	padding:140px 0;
  }

}
@media (max-width: 767px) {
    .benefits {
    background-position: center !important;
  }
  .bio-data .btn-close {
    top: 0;
    right: 0;
} 
    .bio-data .appoinment-form{
        padding:0;
  }
  .bio-data{
    padding:0;
  }
  .inner-banner {
    /*padding: 100px 0;*/
    padding: 120px 0 80px;
    background-position: 80%;
  }
  .contact-section {
    padding: 4rem 0;
  }

  .inner-banner {
    border-radius: 0 0 100px 0;
  }
  .inner-banner::before {
    border-radius: 0 0 100px 0;
  }
  .online-program {
    border-radius: 0 0 100px 0;
    padding: 40px 0;
  }
  .our-team {
    margin-bottom: 20px;
  }
  .media-box {
    min-height: auto;
  }
    .hide-zocdoc {
        opacity: 0;
    }
  .top_area_margin{
margin-top:100px;
}
}


.sitemap_page {
    padding: 60px 0;
}

.list_item {
    margin: 0;
    padding: 0;
}

.list_item li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

.list_item li:before {
    content: "\f560""";
    font-family: 'Font Awesome 5 Pro';
    color: #ff6600;
    position: absolute;
    left: 0;
    font-size: 12px;
}


.strength .team-details {
    min-height: 185px !important;
}

/* blog popup */
#blogPopup .modal-content {
  padding: 0 0 40px 0;
  border-radius: 5px;
  background-color: #ffefe9;
}

#blogPopup .modal-content .modal-header {
  padding: 0;
  border-bottom: none;
  height: 0;
  z-index: 1;
}

#blogPopup .modal-content .modal-header .btn-close {
  color: #fff;
  background: none;
  opacity: 1;
  background-color: #f15c22;
  position: absolute;
  top: 5px;
  right: 4px;
  height: 20px;
  border-radius: 10px 0 0 0;
  width: 20px;
}

#blogPopup .modal-content .modal-body {
  padding: 0;
}

#blogPopup .modal-content .popup-img {
  padding: 50px 0;
  background: #fff;
  border-radius: 5px 5px 245px 245px;
}

#blogPopup .modal-content .popup-img img {
  border-radius: 50%;
}

#blogPopup .modal-content .popup-content .sub-head {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

#blogPopup .modal-content .popup-content .sub-head span {
  color: #f15c22;
}
/*faq css */
.online-program.white-bg::before {
  background-color: #fff;
}

.faq-main .sub-head {
  margin: 0px 0 30px;
}

.faq-main .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 0 15px 0;
}

.faq-main .accordion-item .accordion-header .accordion-button {
  color: #101010;
  border: none;
  padding: 18px 15px 18px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.7rem;
  line-height: 2.7rem;
  border-radius: 0 15px 0;
  font-weight: 500;
}

.faq-main .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: '\f106';
  color: #101010;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-main .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #f15c22 !important;
  color: #fff;
  border-radius: 0 15px 0;
}

.faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: '\f106';
  color: #fff;
}

/*Nutrition and strength page offer on banner*/
.offer-banner-wrap {
    padding: 20px 0;
}
.offer-banner-wrap h4 {
    font-size: 2.8rem;
  line-height:3.8rem;
}
.offer-banner-wrap h4 span {
    color: #f15c22;
}
.offer-banner-wrap h4 i {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.limited_offer_text{
  font-size: 1.8rem;
  padding:3px 10px;
  border-radius:5px;
  background-color:#f15c22;
  color:#fff;
  display: inline-block;
    
}
.text-effect {
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    background-image: linear-gradient(45deg, #fff, #f15c22);
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 4.5rem;
}

@keyframes textclip {
    to {
        background-position: -200% center;
    }
}

.popup-design .modal-content {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.popup-design .modal-header {
    padding: 0;
}

.popup-design .modal-header .close {
    position: absolute;
    right: 0;
    width: 4rem;
    height: 4rem;
    border: none;
    top: 0;
    background: #f35d22;
    color: #fff;
    font-size: 3rem;
    line-height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-indeX: 1;
}

.popup-design .offer-popup-content {
    padding: 100px 20px;
}

.popup-design .modal-body {
    padding: 0;
}


/*hist benefits*/
.benefits {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.benefits .heading {
  color: #fff;
}

.benefits .heading::before {
  right: auto;
  background-color: #fff;
}

.benefits p {
  color: #fff;
}

.benefits h4 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  background: #f15c22;
  width: 180px;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

.benefits .benefits-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  min-height: calc(100% - 20px);
}

.benefits .benefits-wrp .img-box {
  padding: 5px;
  background-color: #f15c22;
  width: 45px;
  height: 45px;
  border-radius: 5px;
}

.benefits .benefits-wrp .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.benefits .benefits-wrp p {
  margin: 0 0 0 10px;
  color: #101010;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

/*hist benefits end*/

/*rate-section*/
.rate-section {
  padding: 60px 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 40%;
  z-index: 1;
  border-radius: 0 220px 0 0;
}

.rate-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.58);
  z-index: -1;
}

.rate-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
}

.rate-section h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  position: relative;
  color: #f15c22;
  margin-bottom: 2rem;
}

.rate-section h3 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.get-started {
  background-position: center left;
}

.get-started:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 30% 100%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 30% 100%);
}

@media (max-width: 1024px) {
  .rate-section {
    padding: 25px 0;
    background-size: 79%;
  }
  .get-started:after {
    clip-path: polygon(45% 0%, 80% 0%, 100% 100%, 50% 100%);
}
}

@media (max-width: 767px) {
  .rate-section {
    background-size: cover;
    border-radius: unset;
  }
  .get-started {
    background-position: center;
}
  .rate-section:after {
    width: 0;
  }
  .rate-section:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .rate-section h3 {
    color: #fff;
  }
  .rate-section table {
    color: #fff;
  }
}

@media (max-width: 320px) {
.bio-data .btn-close {
    top: 4px;
    right: 10px;
}
}