*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

footer + div {
    display: none !important;
}

body {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  box-sizing: border-box;
}

img {
    width:100%;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: all ease 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

a,
li,
span,
p,
textarea {
  font-family: "Jost", sans-serif;
}

.text-center {
    text-align: center;
}

.container {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.base-button {
    cursor: pointer;
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding: 0 26px;
    display: inline-block;
    line-height: 46px;
    letter-spacing: 1.4px;
    font-family: 'Jost';
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    transition: all ease 0.3s;
    z-index: 9;
}

.base-button:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.base-button.secondary-btn {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.header {
  position: absolute;
  padding: 10px 40px 0 20px;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all ease 0.3s;
}

.header .right-section .social-icons-item i {
  color: #fff;
  font-size:18px;
}

.header .right-section .secondary-btn {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}

.header .right-section .secondary-btn:hover {
    background: transparent;
    color: #fff;
}

.header .left-section,
.header .right-section {
  flex: 1 1 50%;
}

.header .left-section .logo-img {
  color: #fff;
}

.header .left-section .logo-img svg {
    width: 110px;
    height: 110px;
    fill: #fff;
}

.header .right-section {
    padding-top: 25px;
}

.header .right-section,
.footer .right-section {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header .right-section .social-icons,
.footer .right-section .social-icons {
  margin-right: 30px;
}

.header .right-section .social-icons-list,
.footer .right-section .social-icons-list {
  display: flex;
  flex-direction: row;
}

.header .right-section .social-icons-item,
.footer .right-section .social-icons-item {
  margin-right: 10px;
}

.header .right-section .social-icons-item:last-child,
.footer .right-section .social-icons-item:last-child {
  margin-right: 0;
}

.header .right-section .social-icons-item svg,
.footer .right-section .social-icons-item svg {
  fill: #fff;
  width: 22px;
  height: 22px;
}

.hero-bg-image {
  background-image: url('images/banner-img.jpg');
  background-size: cover;
  background-position: 0 20%;
  padding: 26% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-bg-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-header,
.hero-author-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 9;
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.hero-header {
    position: absolute;
    bottom: 140px;
}

.hero-heading-text {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1.2px;
}

.hero-author-details {
  width: 100%;
  max-width: 950px;
  margin: auto;
  position: absolute;
  bottom: 15px;
}

.hero-author-details-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}

.hero-author-details-heading {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 9px;
  color: #fff;
}

.hero-author-details-para, .hero-author-details-para a {
  color: #fff;
  letter-spacing: 0.3px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.hero-header-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .book-btn {
  background: #fff;
  border-color: #fff;
  color: #000;
  margin-right: 26px;
}

.hero-section .book-btn:hover {
    background: transparent;
    color: #fff;
}

.base-button.secondary-btn:hover {
    background: #fff;
    color: #000;
}

.service-section {
    margin: 100px auto;
}

.service-heading {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 55px;
}

.service-accordion {
    display: flex;
    justify-content: space-evenly;
    max-width:1000px;
    margin: 0 auto 40px;
}

.service-accordion__val {
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
    padding-top: 5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: all ease 0.1s;
}

.service-accordion__val.active {
    color: #000;
    border-bottom: 1px solid #000;
}

.service-accordion__val:hover {
    color: #000;
}

.service-accordion-content-text {
    opacity:0;
    height: 0;
    visibility:hidden;
    transition: opacity 0.6s ease;
    max-width: 900px;
    margin: auto;
}

.service-accordion-content-text.active {
    opacity:1;
    visibility:visible;
    height: 100%;
}

.service-accordion-content__half {
    display: flex;
    gap: 0 12%;
}

.service-accordion-content__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 20%;
}

.service-accordion-content__list {
    flex: 0 0 40%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
    justify-content: space-between;
}

#tab8 .service-accordion-content__list {
    flex: 0 0 100%;
}

.service-accordion-content__text {
    display: flex;
    width: 100%;
    justify-content: center;
    font-style: italic;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 16px;
    color: #767676;
}

.service-accordion-content__half-inner {
    flex: 1 1 50%;
}

.service-accordion-content__heading {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 23px;
    color: #000000;
    text-align: left;
    margin-right: 10px;
}

.service-accordion-content__subheading {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: Jost;
    font-weight: 400;
}

#tab6 .service-accordion-content__half-inner:first-child .service-accordion-content__subheading {
    margin-bottom: 10px;
}

#tab8 .service-accordion-content__text {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.service-accordion-content__price {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 23px;
}

.service-section-inner .book-appointment-btn {
    margin-top: 60px;
}

.our-story__inner {
    display: flex;
    align-items: center;
    background: #f6ebe7;
    padding: 20px;
}

.our-story__left,
.our-story__right {
    flex: 50%;
}

.our-story__image img {
    max-width: 55%;
}

.our-story__heading {
    font-family: EB Garamond;
    font-size: 42px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 16px;
}

.our-story__text {
    font-size: 18px;
    line-height: 36px;
    max-width: 550px;
    margin-bottom: 40px;
    font-weight: 300;
}

.testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin: 100px auto;
}

.testimonial-heading,
.testimonial-subheading {
    font-family: EB Garamond;
    font-size: 42px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 10px;
}

.testimonial-subheading {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 28px;
}

.testimonial-content {
    display: flex;
}

.testimonial-content__text {
    font-size: 18px;
    line-height: 30px;
    max-width: 70%;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    text-align: left;
    position: relative;
    padding-right: 50px;
}

.testimonial-content__text:after {
    content: '';
    position: absolute;
    border: 1px solid #5d5d5d;
    width: 1px;
    height: 100%;
    right: -22px;
    top: 0;
    bottom: 0;
}

.testimonial-content__author {
    max-width: 30%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonial-author__name {
    font-size: 18px;
    line-height: 30px;
    max-width: 70%;
    font-family: "Jost", sans-serif;
    font-weight: 300;
}

.testimonial-author__star {
    background-image: url(images/star-icon.svg);
    width: 150px;
    height: 30px;
    background-size: 30px;
}

.testimonial .owl-theme .owl-nav {
    margin-top: 60px;
}

.testimonial .owl-prev span,
.testimonial .owl-next span {
    font-size:0;
    position: relative;
}

.testimonial .owl-prev span:after,
.testimonial .owl-next span:after {
    content: '';
    position: absolute;
    background-image: url(images/left-arrow.svg);
    background-size: 30px;
    width: 30px;
    height: 30px;
    left: -40px;
}

.testimonial .owl-next span:after {
    transform: rotate(180deg);
    left: 10px;
}

.contact-us {
  background: #f6ebe8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.contact-us__inner {
    width: 100%;
    margin: 80px auto 60px;
    max-width: 900px;
}

.contact-us__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}

.contact-us__list svg {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
}

.contact-us__list svg .svgpath {
    fill: #000;
}

.contact-us__heading {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 29px;
    color: #000000;
    margin-bottom: 12px;
}

.contact-us__para , .contact-us__para a {
    display:block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: none;
    margin-bottom: 5px;
}

.book-appointment {
    background: #f6ebe8;
    padding: 100px 0 80px;
}

.book-appointment__heading {
    font-family: EB Garamond;
    font-size: 42px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.book-appointment__text {
    display: flex;
    width: 100%;
    justify-content: center;
    font-style: italic;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 16px;
}

.book-appointment__options {
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-appointment__options-list {
    position: relative;
    flex: 0 0 33%;
}

.book-appointment__options-list:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    height: 180px;
    width: 1px;
    border: 0.5px solid #000;
    top: -32px;
}

.book-appointment__options-link {
    font-size:18px;
    display:inline-block;
}

.book-appointment__options-list svg {
    width: 88px;
    height: 88px;
    fill: #000;
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

.book-appointment__options-list svg path {
    stroke: #000;
}

.book-appointment .appointment-btn {
    max-width: 100%;
    margin: auto;
}

.footer {
    background: #f6ebe8;
    padding: 20px 10px 16px 20px;
    display: flex;
    position: relative;
    align-items: center;
}

.footer .left-section,
.footer .right-section {
    flex: 1 1 20%;
}

.footer .footer-center {
    flex: 1 1 60%;
}

.footer .left-section .logo-img,
.footer .right-section .social-icons-item svg {
    fill: #000;
}

.footer .logo-img svg {
    width: 70px;
    height: 70px;
}

.powered-by {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.powered-by a {
    font-weight: 400;
    border-bottom: 1px solid #000;
}

.footer .right-section .social-icons {
    margin-top:16px;
}

.footer i {
    font-size: 18px;
}

@media only screen and (max-width:1200px) {
    
    .hero-author-details {
        bottom: 35px;
    }
}

@media only screen and (max-width:1024px) {
    
    .header {
        padding: 10px 20px 0 20px;
    }
    
    .hero-bg-image {
        padding: 40% 0;
    }
    
    .hero-heading-text {
        font-size: 52px;
        line-height: 54px;
        margin-bottom: 50px;
    }
    
    .hero-author-details {
        bottom: 25px;
        max-width: 600px;
    }
    
    .hero-author-details-heading {
        margin-bottom: 5px;
    }
    
    .hero-author-details-para, .hero-author-details-para a {
        line-height: 20px;
    }
    
    .service-section {
        margin: 40px auto;
    }
    
    .service-accordion {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 20px;
    }
    
    .service-accordion-content-text {
        max-width: 670px;
    }
    
    .service-accordion-content__subheading {
        margin-bottom: 20px;
    }

    .service-section-inner .book-appointment-btn {
        margin-top: 30px;
    }
    
    .testimonial-content__text:after {
        right: 0;
    }
    
    .our-story__inner {
        padding: 40px 20px;
    }
    
    .our-story__image {
        text-align: left;
    }
    
    .our-story__image img {
        max-width: 85%;
    }
    
    .our-story__text {
        margin-bottom: 20px;
    }
    
    .contact-us__inner {
        margin: 40px auto;
    }
    
    .contact-us__list-item {
        flex: 1 1 33%;
    }
    
    .book-appointment {
        padding: 60px 0 40px;
    }

}


@media only screen and (max-width: 640px) {
    
    .base-button {
        height: 42px;
        font-size: 12px;
        line-height: 40px;
        max-width: 195px;
    }
    
    .header {
        padding: 0 22px;
    }
    
    .header .left-section {
        text-align: center;
    }
    
    .header .right-section {
        display: none;
    }
    
    .hero-bg-image {
        background-position: left;
        padding: 62% 0;
    }
    
    .hero-header {
        bottom: 20px;
    }
    
    .hero-heading-text {
        font-size: 7.6vw;
        line-height: 8.5vw;
        margin-bottom: 20px;
        padding: 0 22px;
    }
    
    .hero-header-buttons {
        flex-direction: column;
    }
    
    .hero-section .book-btn {
        margin: 0 0 16px 0;
    }
    
    .hero-author-section {
        display: none;
    }
    
    .service-section {
        margin: 40px auto;
    }
    
    .service-heading {
        font-size: 32px;
        margin-bottom: 24px;
        line-height: 45px;
    }
    
    .service-accordion {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 20px;
        gap: 0;
    }
    
    .service-accordion__val {
        font-size: 12px;
        margin-right: 18px;
        margin-bottom: 8px;
    }
    
    .service-accordion-content__heading {
        font-size: 14px;
    }
    
    .service-accordion-content__price {
        font-size: 13px;
    }
    
    .service-accordion-content__subheading {
        margin-bottom: 20px;
        font-size: 18px; 
    }
    
    .service-accordion__val:last-child {
        margin-right: 0;
    }
    
    .service-accordion__val:nth-child(n+5) {
        margin-bottom: 0;
    }
    
    .service-accordion-content__inner {
        padding: 0 25px;
    }
    
    .service-accordion-content__list {
        align-items: center;
        flex: 1 1 100%;
        margin-bottom: 16px;
    }
    
    .service-section-inner .book-appointment-btn {
        margin-top: 40px;
    }
    
    .service-accordion-content__half {
        flex-direction: column;
        gap: 0;
    }
    
    #tab3 .service-accordion-content__half {
        flex-direction: unset;
    }
    
    .service-accordion-content__text {
        margin-bottom: 30px;
        font-size: 14px;
    }
    
    #tab8 .service-accordion-content__half-inner:last-child {
        margin-top: 20px;
    }
    
    .our-story__inner {
        flex-direction: column;
        background: transparent;
        padding: 0;
        position: relative;
    }
    
    .our-story__image img {
        max-width: 100%;
    }
    
    .our-story__right {
        position: absolute;
        background: rgb(0, 0, 0, 0.3);
        padding: 37px 42px;
        color: #fff;
        top: 0;
        bottom: 0;
        height: 99%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .our-story__text {
        font-size: 18px;
        line-height: 30px;
    }
    
    .testimonial {
        margin: 40px auto;
    }
    
    .testimonial-heading {
        font-size: 32px;
        margin-bottom: 24px;
        line-height: 45px;
    }
    
    .testimonial-content {
        flex-direction: column;
    }
    
    .testimonial-content__text {
        max-width: 100%;
        padding: 0;
    }
    
    .testimonial-content__text:after {
        display:none;
    }
    
    .testimonial-content__author {
        max-width: 100%;
        margin-top: 30px;
    }
    
    .testimonial .owl-theme .owl-nav {
        margin-top: 30px;
    }
    
    .contact-us__inner {
        margin: 40px auto;
    }
    
    .contact-us__list {
        align-items: center;
        flex-direction: column;
    }
    
    .contact-us__list-item {
        margin-bottom: 20px;
    }
    
    .contact-us__list svg {
        margin-bottom: 6px;
    }
    
    .contact-us__heading {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 6px;
    }
    
    .contact-us__para, .contact-us__para a {
        font-size: 14px;
    }
    
    .book-appointment {
        padding: 40px 0 60px;
    }
    
    .book-appointment__heading {
        font-size: 30px;
        line-height: 38px;
    }
    
    .book-appointment__text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .footer {
        padding: 0 20px 0 8px;
    }
    
    .footer .logo-img svg {
        width: 70px;
        height: 70px;
    }
    
    .footer .right-section .social-icons {
        margin: 0;
    }
    
    .footer i {
        font-size: 16px;
    }
}



