/*************** Import Css **************/

/* @import "common.css"; */
@import "fonts.css";

/********************* Header Css ******************/
.header-area {
    padding: 22px 60px;
    position: absolute;
    left: 0px;
    width: 100%;;
    z-index: 999999;
}

.header-area.fixed_header, .header-area.open-menu-fixed-header {
    background-color: #13322B;
    position: fixed;
    top: -100%;
    left: 0px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.33);
}

.header-area.relative-header {
    background-color: #13322B;
    position: relative;
    top: 0px;
    left: 0px;
}

.header-area.relative-header.fixed_header {
    position: fixed;
}

.header-area.fixed_header.stky {
    top: 0px;
    transition: all 0.5s;;
}

.header-area.open-menu-fixed-header {
    top: 0px !important
}

.header-left {
    gap: 20px
}

.phone-number a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.home .phone-number a {
    color: #13322B;
}

.home .phone-number a:hover {
    color: #A47F54
}

.phone-number a:hover {
    color: #A47F54 !important;
}

#nav-icon3 {
    width: 32px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 1;
}

.home #nav-icon3 span {
    background: #13322B;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.header-right .header-button a.common-button {
    background: #C3AD8B;
    border: 1px solid #fff
}

.header-right .header-button a.common-button:hover {
    background: #fff;
    color: #C3AD8B;
}

.text-box {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
}

.home .text-box {
    color: #2D2926;
}

.menu-area {
    gap: 12px;
}

.header-right {
    gap: 38px;
}

.header-logo, .header-button {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.search-box a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(719%) hue-rotate(305deg) brightness(100%) contrast(95%);
}

.home .search-box a img {
    filter: invert(0);
}

.header-area.fixed_header .search-box a img,
.header-area.relative-header .search-box a img,
.header-area.open-menu-fixed-header .search-box a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(719%) hue-rotate(305deg) brightness(100%) contrast(95%);
}

.header-area.fixed_header .phone-number a,
.header-area.relative-header .phone-number a,
.header-area.open-menu-fixed-header .phone-number a {
    color: #F8F4EB
}

.header-area.open-menu-fixed-header .header-logo,
.header-area.open-menu-fixed-header .header-button {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.header-area.fixed_header .header-logo,
.header-area.fixed_header .header-button {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.header-area.relative-header .header-logo,
.header-area.relative-header .header-button {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.header-area.fixed_header .text-box,
.header-area.relative-header .text-box,
.header-area.open-menu-fixed-header .text-box {
    color: #F8F4EB
}

.header-area.fixed_header #nav-icon3 span,
.header-area.relative-header #nav-icon3 span,
.header-area.open-menu-fixed-header #nav-icon3 span {
    background: #F8F4EB;
}

/********************* Banner Css *****************/
.banner-wrapper {
}

.banner-image-area {
    width: max-content
}

.banner-area {
    background: #F8F4EB;
    min-height: 790px;
    padding-top: 105px;
}

.banner-content {
    overflow: hidden;
}

.banner-content h1 {
    font-size: 72px;
    line-height: 73px;
    margin-bottom: 10px;
}

.banner-logo {
    margin-bottom: 50px;
}

.banner-content p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #2D2926;
    font-size: 18px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 35px;;
}

.banner-image-1 > img {
    clip-path: polygon(27% 0%, 100% 0%, 73% 100%, 0% 100%);
}

.banner-image-1 .shape-position-1 {
    top: -22px;
    right: -75px;
    z-index: 1;
}

.banner-image-2 {
    left: 50px;
    top: -60px;
    width: max-content;
    z-index: 1;
}

.banner-image-2 > img {
    max-width: none;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.shape-position-2 {
    right: 90px;
    right: 6.5vw;
    top: -60px;
    z-index: -1;
}

.shape-position-3 {
    top: 80px;
    left: -80px;
    z-index: 1;
}

.shape-position-4 {
    top: 135px;
    right: -20px;
    z-index: 1;
}

.scroll-text {
    gap: 20px;
}

.scroll-text p {
    margin: 0px;
    font-size: 14px;
    line-height: 19px;
    color: #C3AD8B;
    text-align: right;
}

.scroll-to-learn-more-position {
    right: -300px;
    bottom: -40px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.scroll-to-learn-more {
    width: 605px;
    height: 300px;
    background-color: #13322B;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(27% 0%, 100% 0%, 73% 100%, 0% 100%);
    padding-bottom: 50px;

}

/****************** End: Banner Area ***************/
/**************** Tab Area *****************/
.tab-area {
    padding: 135px 0px;
}

.tabs ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 70px;
    padding-bottom: 40px;
}

.tabs ul li a {
    padding: 10px;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 2px solid transparent;
    color: #C3AD8B
}

.tabs ul li a:hover, .tabs ul li a.active {
    border-bottom: 2px solid #A47F54;
    color: #C3AD8B
}

.item {
    margin-bottom: 2px;
}

.item::before {
    cursor: pointer;
    padding: 10px 0px;
    border-bottom: 2px solid #A47F54;
    display: block;
    color: #A47F54;
    background: url('../images/plus.png') no-repeat 98% center;
    font-size: 14px !important;
}

.item.active::before {
    background: #fff;
    color: #A47F54;
    font-size: 18px;
    line-height: 26px;
    background: url('../images/minus.png') no-repeat 98% center;
}

.item.active .item-content {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.item-content h2 {
    font-size: 44px;
    line-height: 58px;
    max-width: 715px;
    margin-bottom: 35px;
}

.item-content .row .col-lg-6:first-child {
    padding-right: 25px;
}

.item-content .row .col-lg-6:last-child {
    padding-left: 25px;
}

.item-content .row .col-lg-6 p:last-child {
    margin-bottom: 0px;
}

/**************** End:Tab Area *****************/
/****************Middle Three Block *****************/
.each-block-area h4 {
    letter-spacing: 1.8px;
    color: #A47F54;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    margin-bottom: 15px;
    /* white-space: nowrap;*/
}

.each-block-area h6 {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.each-block-area ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
    min-width: 275px;
    position: relative;
    z-index: 1;
}

.each-block-area ul li {
    font-size: 14px;
    line-height: 22px;
}

.each-block-area ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    background: #000;
    content: '';
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.each-block-area img {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    z-index: 1;;
}

.middle-block {
    padding: 45px 160px 70px !important;
    background-color: #ffffff;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    left: -2vw;
    position: relative;
    z-index: 1;
}

.middile-block-image {
    position: relative;
    z-index: 1;
}

.middle-block ul li {
    color: #FFFFFF
}

.each-block-area .middle-block ul li:before {
    background: #ffffff;
}

.middle-three-block-area:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50vw;
    margin-left: -50vw;
    background-color: #F8F4EB;
    content: '';
    height: calc(100% - 40px);
    width: 100vw;
    z-index: -1;
}

.shape-image {
    position: absolute;
    z-index: 3;
}

.shape-image img {
    margin: 0px;
}

.shape-image1 {
    right: -65px;
    top: -25px;
}

.shape-image2 {
    left: -150px;
    bottom: -25px;
}

.middle-block-wrapper {
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.26));
}

.middle-block::after {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    background-color: #00291E;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    top: 3px;
    left: 3px;
}

/**************** End:Middle Three Block *****************/
/**************** Procedure Area *****************/
.procedure-area {
    padding: 10px 0px 100px 0px;
}

.procedure-heading-content h3 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    color: #A47F54;
}

.procedure-heading-content h2 {
    color: #2D2926;
    text-transform: capitalize;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 44px;
    line-height: 49px;
    margin-bottom: 25px;
}

.procedure-heading-content p {
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.procedure-heading-content p:last-child {
    margin: 0px;
}

.slider-1 {
    margin-bottom: 20px;
}

.slider-1 .swiper-wrapper .swiper-slide {
    width: 246px;
}

.slider-1 .swiper-wrapper .swiper-slide.first-blank-area {
    width: 140px;
}

.each-slide-image {
    height: 380px;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}

.each-slide-image .procedure-slide-bg:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(17, 49, 43, 0.5);
    position: absolute;
    transition: all 0.5s;
}

.procedure-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    z-index: 1;
}

.procedure-content h3 {
    color: #F8F4EB;
    font-size: 24px;
    line-height: 32px;
    text-transform: unset;
    margin: 0px;
    letter-spacing: normal;
}

.procedure-content p {
    color: #F8F4EB;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    transition: all 0.5s;
}

.procedure-content h6 {
    color: #F8F4EB;
    position: relative;
}

.procedure-content h6 span {
    position: absolute;
    right: 30px;
    transition: all 0.5s;
}

.each-slide-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.each-slider-part > .swiper-container {
    padding: 25px 10px;
}

.procedure-heading-content {
    margin-bottom: 55px;;
}

.each-slide-image:hover .procedure-slide-bg:after {
    background-color: rgba(17, 49, 43, 0.8);
    transition: all 0.5s;
}

.each-slide-image:hover .procedure-slide-bg {
    transform: scale(1.15);
    transition: all 0.5s;
}

.each-slide-image:hover p {
    opacity: 1;
    transition: all 0.5s;
}

.each-slide-image:hover h6 span {
    right: 0px;
    transition: all 0.5s;
}

.procedure-slide-bg {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.5s;
}

/**************** END:Procedure Area *****************/

/****************  Service Area *****************/
.our-service-area {
    min-height: 670px;
    padding-top: 150px;
    z-index: 1;
}

.our-service-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    background: url('../images/105-495A1858.png') no-repeat center center /cover;
}

.our-service-heading {
    margin-bottom: 50px;;
}

.our-service-heading h2 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 44px;
    line-height: 58px;
    color: #fff;
}

.our-service-heading p {
    color: #fff;
}

.services-block {
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.each-service-block h2 {
    font-size: 44px;
    line-height: normal;
    color: #F8F4EB;
    margin-bottom: 0px;
}

.each-service-block h3 {
    margin-bottom: 20px;
}

.each-service-block h6 {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #C3AD8B;
    opacity: 0;
    transition: all 0.2s;
}

.each-service-block h6 span {
    margin-left: 20px;
}

.each-service-block a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.services-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.each-service-block {
    padding: 30px 40px 45px;
}

.each-service-block:not(:last-child) {
    border-right: 1px solid #fff;
}

.before-hover-content {
    position: relative;
    top: 45px;
    transition: all 0.2s;
}

.each-service-block:hover .before-hover-content {
    top: 0px;
    transition: all 0.2s;
}

.each-service-block:hover h6 {
    opacity: 1;
    transition: all 0.2s;
}

.each-service-block:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 42, 42, 0.02) 2%, rgba(28, 57, 28, 0.03) 3%, rgba(0, 46, 23, 0.04) 4%, rgba(18, 55, 55, 0.05) 5%, rgba(15, 45, 30, 0.06) 6%, rgba(13, 40, 40, 0.07) 7%, rgba(23, 46, 46, 0.08) 8%, rgba(11, 42, 42, 0.09) 9%, rgba(19, 47, 47, 0.1) 10%, rgba(18, 53, 44, 0.11) 11%, rgba(16, 48, 40, 0.12) 12%, rgba(23, 53, 45, 0.13) 13%, rgba(14, 48, 41, 0.14) 14%, rgba(20, 46, 39, 0.15) 15%, rgba(18, 49, 43, 0.16) 16%, rgba(17, 46, 41, 0.17) 17%, rgba(22, 49, 43, 0.18) 18%, rgba(15, 46, 41, 0.19) 19%, rgba(15, 49, 39, 0.2) 20%, rgba(19, 51, 42, 0.21) 21%, rgba(18, 49, 40, 0.22) 22%, rgba(17, 51, 42, 0.23) 23%, rgba(21, 49, 45, 0.24) 24%, rgba(16, 47, 43, 0.25) 25%, rgba(15, 49, 42, 0.26) 26%, rgba(18, 47, 40, 0.27) 27%, rgba(18, 50, 43, 0.28) 28%, rgba(20, 51, 44, 0.29) 29%, rgba(16, 49, 43, 0.3) 30%, rgba(19, 51, 45, 0.31) 31%, rgba(19, 50, 44, 0.32) 32%, rgba(18, 48, 42, 0.33) 33%, rgba(20, 49, 43, 0.34) 34%, rgba(17, 48, 43, 0.35) 35%, rgba(19, 49, 44, 0.36) 36%, rgba(20, 51, 43, 0.39) 39%, rgba(17, 50, 42, 0.4) 40%, rgba(17, 49, 41, 0.41) 41%, rgba(19, 48, 43, 0.42) 42%, rgba(18, 48, 41, 0.43) 43%, rgba(18, 51, 44, 0.44) 44%, rgba(18, 48, 42, 0.45) 45%, rgba(17, 50, 41, 0.46) 46%, rgba(19, 49, 43, 0.47) 47%, rgba(20, 50, 44, 0.5) 50%, rgba(19, 50, 44, 0.52) 52%, rgba(18, 50, 42, 0.54) 54%, rgba(20, 50, 44, 0.55) 55%, rgba(18, 48, 43, 0.56) 56%, rgba(19, 51, 44, 0.57) 57%, rgba(17, 49, 42, 0.58) 58%, rgba(19, 51, 43, 0.59) 59%, rgba(18, 49, 41, 0.65) 65%, rgba(20, 50, 44, 0.66) 66%, rgba(18, 49, 42, 0.67) 67%, rgba(18, 49, 42, 0.71) 71%, rgba(19, 50, 43, 1) 100%);
    z-index: -1;
    opacity: 0;;
    transition: all 0.2s;
}

.each-service-block:hover:after {
    opacity: 1;
    transition: all 0.2s;
}

.rotate-shape {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: rotating 5s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/**************** END: Service Area *****************/

/**************** Personalized Care ****************/
.personalized-care {
    padding: 130px 0px 175px;
}

.award-icons {
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.award-icons img {
    filter: grayscale();
}

.personalized-care-content h2 {
    font-size: 42px;
    line-height: 47px;
    margin-bottom: 25px;
}

.personalized-care-content {
    padding-left: 45px;
}

.shape-area {
    position: absolute;
    bottom: -30px;
    left: -240px;
    z-index: -1;
}

/**************** END: Personalized Care ****************/
/**************** Patient Journey Area *****************/
.patient-journey-content h3 {
    color: #A47F54;
}

.patient-journey-content h2 {
    font-size: 44px;
    line-height: 49px;;
}

.journey-listing ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.journey-listing ul li {
    border-bottom: 1px solid #C3AD8B;
    padding: 24px 30px
}

.each-journey-area {
    display: flex;
    align-items: center;
}

.journey-icon {
    min-width: 65px;
}

.each-journey-area p {
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
}

.journey-listing {
    padding-left: 45px;;
}

.patient-journey-video-area {
    margin-top: 75px;
}

.patinet-journey-each-video iframe {
    height: 305px;
    width: 100%;
    display: block
}

.patient-journey-video-area .row {
    margin: 0px -19px;
    justify-content: center;
}

.patient-journey-video-area .row .col-lg-6 {
    padding: 0px 19px;
}

/**************** End:Patient Journey Area *****************/
/**************** Start Your journey Area *****************/
.start-your-journey {
    background-color: #F8F4EB;
    padding: 235px 0px 115px;
    margin-top: -90px;
}

.start-your-journey-content {
    overflow: hidden;
}

.start-your-journey-content h2 {
    font-size: 44px;
    line-height: 49px;
    margin-bottom: 22px;
}

.start-your-journey-content p {
    margin-bottom: 35px;
}

.shape-five {
    position: absolute;
    left: 10px;
    top: -80px;
    animation: MoveUpDown 2s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

/**************** End:Start Your journey Area *****************/
/**************** Footer Area *******************/
.footer-area {
    /* background-color: #13322B; */
    background: linear-gradient(0deg, rgba(15, 38, 32, 1) 0%, rgba(19, 50, 43, 1) 100%);
}

.footer-top-area {
    padding: 100px 0px;;
}

.footer-logo-area {
    margin-left: -30px;;
}

.footer-phone-number h5 {
    color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
}

.footer-phone-number h5 a {
    font-weight: 400;
    color: #C3AD8B;
}

.footer-phone-number h5 a:hover {
    color: #fff
}

.footer-social {
    margin-bottom: 15px;
}

.footer-social h5 {
    color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    padding-right: 15px;
}

.footer-social ul {
    gap: 15px;
    list-style: none;
}

.footer-social ul li a {
    font-size: 21px;
}

.footer-social ul li a:hover {
    color: #fff
}

.footer-phone-number {
    margin-bottom: 19px;
}

.each-address h5 {
    color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;;
}

.each-address a {
    font-size: 14px;
}

.footer-address-area {
    gap: 55px;
}

.footer-address-area a:hover {
    color: #fff
}

.footer-quick-links h5 {
    color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;;
}

.footer-quick-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: fit-content;
}

.footer-quick-links ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-quick-links ul li a {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #C3AD8B;
    display: block;
    background: url('../images/yellow-akar-arrow-right.png') no-repeat right center;
    padding-right: 30px;
}

.footer-quick-links ul li a:hover {
    color: #fff
}

.footer-quick-links {
    min-width: 180px;
}

.footer-bottom-area {
    background-color: #fff;
}

.footer-bottom-left-content p, .footer-bottom-middle-content p {
    font-size: 14px;
    margin: 0px;
}

.footer-bottom-right-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.footer-bottom-right-content ul li a {
    font-size: 14px;
    padding: 0px 10px;
    border-right: 1px solid #000;
}

.footer-bottom-right-content ul li a:hover {
    color: #000
}

.footer-bottom-right-content ul li:first-child a {
    padding-left: 0px;
}

.footer-bottom-right-content ul li:last-child a {
    padding-right: 0px;
    border: 0px;
}

.footer-bottom-area {
    padding: 20px 0px 80px 0px;
}

/**************** End:Footer Area *******************/
/*================== Gallery Overview ==================*/
.gallery-overview-wrapper {
    margin-top: 48px;
    margin-bottom: 126px;
}

.gallery-overview-wrapper .row {
    margin: 0px -67px;
}

.gallery-overview-wrapper .col-lg-4 {
    padding: 0px 67px;
}

.gallery-overview-heading {
    display: flex;
    align-items: center;
    column-gap: 33.5px;
    margin-bottom: 23px;
}

.gallery-overview-heading h2 {
    font-size: 44px;
    line-height: 58px;
    color: #2D2926;
    font-weight: 300;
}

.each-gallery-overview ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.each-gallery-overview li {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
    padding-bottom: 4px;
}

.each-gallery-overview a {
    font-size: 16px;
    line-height: 26px;
    color: #2D2926;
    font-weight: 500;
    font-family: "neue-haas-grotesk-display", sans-serif;
    background-image: url("../images/right-arrow.svg");
    background-position: 96%;
    background-size: 6px;
    background-repeat: no-repeat;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.each-gallery-overview a:hover {
    background-position: 100%;
    color: #C3AD8B;
}

/*==================== gallery-category ====================*/
.gallery-category-sec {
    margin-top: 60px;
}

.gallery-category-filter {
    max-width: 958px;
    width: 100%;
    margin: 0px auto 66px;
}

.gal-category-option {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.each-gal-category-option select {
    width: 230px;
    border: 1px solid #545B54;
    padding: 6px 18px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 23px;
    color: #13322B;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("../images/arrow-down.svg");
    background-position: 95%;
    background-size: 18px;
    background-repeat: no-repeat;
}

.each-gal-category-option select:focus-visible {
    outline: none;
}

.each-gallery-category > .row {
    margin: 0px -10px;
}

.each-gallery-category .col-lg-4 {
    padding: 0px 10px;
}

.each-gallery-category {
    border-bottom: 1px solid #BABABA;
    margin: 0px -98px 65px;
    padding: 0px 47px 41px;
}

.gallery-category-img img {
    height: 100%;
    object-fit: cover;
}

.gallery-category-btm {
    display: flex;
    align-items: center;
    margin-top: 39px;
    justify-content: space-between;
    padding-left: 32px;
}

.gallery-category-dtls {
    display: flex;
    align-items: center;
    column-gap: 20px;
    max-width: 838px;
    width: 100%;
    padding-right: 30px;
    justify-content: space-between;
}

.each-gal-category-dtls h5 {
    font-size: 16px;
    line-height: 26px;
    color: #13322B;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2px;
}

.each-gal-category-dtls p {
    margin-bottom: 0;
    color: #13322B;
}

.each-gal-category-dtls a {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #13322B;
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.each-gal-category-dtls a:hover {
    color: #C3AD8B;
}

.gallery-category-wrapper {
    margin-bottom: 149px;
}

.pagination {
    width: 100%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    margin-top: 93px;
    font-size: 14px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    line-height: 19px;
}

.pagination ul {
    padding: 0px;
    margin: 0px;
}

.pagination ul li {
    display: inline-block;
    font-size: 14px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    line-height: 19px;
    margin: 0px 6px;
}

.pagination ul li a {
    color: #000000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pagination ul li a:hover {
    color: #C3AD8B;
    font-family: "neue-haas-grotesk-display", sans-serif;
}

.pagination ul li.active {
    color: #C3AD8B;
    font-family: "neue-haas-grotesk-display", sans-serif;
}

.page-next {
    margin-left: 34px;
}

.page-prev {
    margin-right: 34px;
}

/*=================== Gallery post ===================*/
.gallery-post-sec {
    margin-top: 76px;
    margin-bottom: 155px;
}

.gallery-post-top {
    margin-bottom: 18px;
}

.gallery-post-wrapper {
    margin: 0px -92px;
}

.gal-post-dtl {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 32px;
}

.each-gal-post-dtl {
    max-width: 47%;
    width: 100%;
    margin-bottom: 28px;
}

.gal-post-content p .common-button {
    min-width: 124px !important;
    background-color: transparent;
    color: #13322B;
    border: 1px solid #13322A;
}

.gal-post-content p .common-button:hover {
    background-color: #13322A;
    color: #fff;
}

.gal-post-content h1 {
    font-size: 44px;
    line-height: 58px;
    font-weight: 400;
}

.gal-post-content .site-breadcrumb a,
.gal-post-content .site-breadcrumb {
    color: #13322B;
}

.gal-post-content .site-breadcrumb a:hover {
    color: #C3AD8B;
}

.gal-post-content .site-breadcrumb {
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 19px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.each-gal-post-dtl h5 {
    font-size: 21px;
    line-height: 24px;
    color: #A47F54;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-weight: 400;
}

.each-gal-post-dtl p {
    margin: 0;
}

.each-gal-post-dtl a {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2D2926;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: underline;
}

.each-gal-post-dtl a:hover {
    color: #A47F54;
}

.gal-post-content a.common-button.border-btn {
    background-color: transparent;
    color: #13322B;
    border: 1px solid #13322A;
    margin-right: 18px;
}

.gal-post-content a.common-button.border-btn:hover {
    background-color: #13322A;
    color: #fff;
}

/* ====================contact-page==================== */
.contact-page-area {
    padding-top: 46px;
    padding-bottom: 75px;
    background-color: #F8F4EB;
}

.contact-page-wrapper h2 {
    font-size: 44px;
    line-height: 49px;
    color: #222222;
    font-weight: 300;
    margin-bottom: 21px;
}

.contact-info h4 a,
.contact-info h4,
.contact-info h3 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #2B2B2B;
    text-transform: initial;
    font-weight: 200;
    margin-bottom: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact-info h4 a:hover {
    color: #A47F54;
}

.contact-info h3 a {
    color: #A47F54;
    font-weight: 400;
}

.contact-info h3 a:hover {
    color: #2B2B2B;
}

.contact-businees h3 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #2B2B2B;
    text-transform: initial;
    font-weight: 200;
    margin-bottom: 3px;
}

.contact-businees p {
    color: #13322B;
}

.contact-businees {
    margin-bottom: 65px;
}

.cotact-location p a {
    color: #13322B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cotact-location p a:hover {
    color: #A47F54;
}

.cotact-location h2 {
    margin-bottom: 7px;
}

.cotact-map {
    margin-bottom: 40px;
}

.cotact-map iframe {
    width: 480px;
    height: 245px;
}

.contact-form {
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 39px 30px 38px;
}

.patient-resources-area {
    margin-top: 111px;
    margin-bottom: 116px;
}

.patient-resources-content h2 {
    font-size: 44px;
    line-height: 58px;
    color: #13322B;
    font-weight: 300;
    margin-bottom: 8px;
}

.patient-resources-content {
    max-width: 350px;
    width: 100%;
}

.patient-resources-content ul {
    margin: 57px 0 0;
    padding: 0;
    list-style: none;
    max-width: 291px;
    width: 100%;
}

.patient-resources-content li {
    border-bottom: 1px solid #13322B;
    margin-bottom: 15px;
    padding-bottom: 4px;
}

.patient-resources-content a {
    font-size: 16px;
    line-height: 26px;
    color: #13322B;
    font-weight: 500;
    font-family: "neue-haas-grotesk-display", sans-serif;
    background-image: url("../images/right-arrow.svg");
    background-position: 96%;
    background-size: 6px;
    background-repeat: no-repeat;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.patient-resources-content a:hover {
    background-position: 100%;
}

.patient-resources-img {
    display: flex;
    column-gap: 13px;
    justify-content: end;
}

.each-patient-resources:last-child,
.each-patient-resources:first-child {
    margin-top: 63px;
}

.each-patient-resources img {
    height: 437px;
    object-fit: cover;
}

.patient-resources-wrapper {
    margin: 0px -8px;
}

/* =================schedule================= */
.schedule-sec {
    margin-top: 105px;
    margin-bottom: 188px;
}

.schedule-form {
    max-width: 519px;
    width: 100%;
}

.schedule-img-area {
    max-width: 464px;
    margin-left: auto;
    display: flex;
    column-gap: 13px;
}

.each-schedule-img img {
    height: 588px;
    object-fit: cover;
}

.each-schedule-img:first-child {
    margin-top: 63px;
}

/************** compare-inject-sec **************/
.compare-inject-sec {
    margin-top: 50px;
}

.each-compare h3 {
    color: #A47F54;
}

.each-compare {
    padding: 45px 60px;
    background-color: #13322A;
    height: 100%;
    box-shadow: 0px 3px 20px #00000029;
    position: relative;
}

.each-compare h5 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 24px;
    border-bottom: 1px solid #F8F4EB;
    margin-bottom: 30px;
}

.each-compare h4 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 6px;
}

.each-compare p {
    color: #FFFFFF;
    margin-bottom: 39px;
}

.yellow-compare {
    background-color: #F8F4EB;
}

.yellow-compare h4,
.yellow-compare h5 {
    color: #000000;
}

.yellow-compare p {
    color: #13322B;
}

.yellow-compare h5 {
    border-color: #13322A;
}

.each-compare .common-link {
    color: #C3AD8B;
    padding: 14px 18px;
}

.each-compare .common-link::after {
    filter: invert(26%) sepia(36%) saturate(262%) hue-rotate(357deg) brightness(90%) contrast(84%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.each-compare .common-link:hover {
    color: #13322B;
    background-color: #ffffff;
}

.each-compare .common-link:hover::after {
    filter: invert(73%) sepia(36%) saturate(262%) hue-rotate(357deg) brightness(90%) contrast(84%);
}

/*============ testimonial-inject ============*/
.testimonial-inject-sec {
    margin-top: 124px;
    margin-bottom: 113px;
}

.testimonial-inject-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 78px;
    column-gap: 20px;
}

.testimonial-inject-heading::after {
    position: absolute;
    bottom: 0;
    left: -82px;
    background-color: #707070;
    width: calc(100% + 164px);
    height: 1px;
    content: "";
}

.testimonial-inject-heading h2 {
    font-size: 44px;
    line-height: 49px;
}

.google-icon {
    margin-bottom: 14px;
}

.each-testimonial ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 22px;
}

.testimonial-inject-slider .swiper-container {
    max-width: 896px;
    width: 100%;
    margin: 0px auto;
}

.testimonial-inject-slider .common-arrow img {
    width: 9px;
}

.each-testimonial p {
    margin-bottom: 40px;
}

.each-testimonial h6 {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2D2926;
}

/************ tech-partners-inject ************/
.tech-partners-inject {
    margin-top: 134px;
    margin-bottom: 134px;
    min-height: 553px;
    display: flex;
    align-items: center;
}

.tech-partners-wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}

.tech-partners-wrapper h3 {
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.tech-partners-wrapper h2 {
    font-size: 44px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.tech-partners-wrapper p {
    margin-bottom: 43px;
    color: #FFFFFF;
}

.tech-partners-wrapper .common-button {
    border-color: #13322B;
}

.compare-inject-wrapper {
    position: relative;
    z-index: 1;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Inner Page Marge %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.inner-banner-area {
    padding-top: 138px;
    padding-bottom: 38px;
    background-color: #13322B;
}

.inner-banner-wrapper {
    text-align: center;
}

.inner-banner-wrapper h1 {
    color: #fff;
    font-size: 75px;
    line-height: 100px;
}

.inner-banner-logo {
    margin-bottom: 45px;
}

.team-page-wrapper {
    max-width: 961px;
    margin: 0 auto;
}

.team-page-area {
    margin-top: 83px;
    margin-bottom: 124px;
}

.team-over-each {
    margin-bottom: 80px;
}

.team-over-image {
    max-width: 270px;
}

.team-over-image img {
    width: 100%;
    box-shadow: 0px 0px 20px #00000033;
}

.team-over-text h2 {
    font-size: 44px;
    line-height: 40px;
    font-weight: 300;
    color: #222222;
    margin-bottom: 0px;
    margin-top: 15px;
}

.team-over-text h3 {
    color: #A47F54;
    margin-bottom: 50px;
    line-height: 20px;
}

.surgeons-logo-area {
    margin-top: 100px;
    margin-bottom: 122px;
}

.surgeons-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.surgeons-each {
    margin-bottom: 90px;
}

.surgeons-each-image {
    max-width: 236px;
    margin: 0 auto;
    margin-bottom: 26px;
}

.surgeons-each-image img {
    width: 100%;
    box-shadow: 0px 0px 20px #00000033;
}

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

.surgeons-area {
    margin-top: 54px;
    margin-bottom: 153px;
}

.surgeons-area h2 {
    font-size: 42px;
    line-height: 56px;
}

.surgeons-each h2 {
    font-size: 28px;
    line-height: 32px;
    color: #222222;
    margin-bottom: 5px;
}

.surgeons-each p {
    color: #13322B;
    margin-bottom: 17px;
}

.surgeons-post-area {
    margin-top: 115px;
    margin-bottom: 121px;
}

.professional-logo-area {
    background-color: #F8F4EB;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-bottom: 100px;
    margin-top: 71px;
}

.professional-logo-area h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 44px;
    line-height: 58px;
}

.surgeons-post-area ul {
    padding-left: 18px;
}

.surgeons-post-area ul li {
    margin-bottom: 20px;
}

.professional-logo-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.professional-logo-each {
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}

.surgeons-banner-area .surgeons-banner-text {
    text-align: left;
}

.surgeons-image {
    max-width: 350px;
    margin-left: auto;
    margin-bottom: -75px;
}

.surgeons-image img {
    width: 100%;
    box-shadow: 0px 0px 20px #00000033;
}

.surgeons-banner-area .surgeons-banner-text h3 {
    max-width: 500px;
    margin-bottom: 38px;
    margin-top: 8px;
}

.surgeons-banner-area .inner-banner-logo {
    margin-bottom: 10px;
}

.professional-logo-each img {
    filter: grayscale(1);
}

.contact-us-inject-area {
    padding-top: 90px;
    padding-bottom: 50px;
    background-color: #13322B;
    position: relative;
    margin-top: 75px;
}

.contact-us-inject-text h2 {
    color: #E4E4E4;
    font-size: 44px;
    line-height: 58px;
}

.contact-us-inject-text p {
    color: #E4E4E4;
}

.contact-us-inject-area::after {
    position: absolute;
    content: '';
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    background-image: url(../images/img/Art.png);
    width: 77px;
    height: 77px;
    background-size: cover;
    background-position: center center;
}

.signature-over-area {
    margin-top: 55px;
}

.signature-over-wrapper {
    margin-bottom: 163px;
}

.signature-head-area {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.signature-over-wrapper .each-slide-image:hover .procedure-slide-bg {
    transform: scale(1);
    transition: all 0.5s;
}

.signature-over-wrapper .each-slide-image {
    margin-bottom: 28px;
}

.blog-banner-area .inner-banner-wrapper {
    text-align: left;
    margin-left: -60px;
    margin-right: -60px;
}

.blog-banner-area .inner-banner-wrapper h1 {
    font-size: 72px;
    line-height: 92px;
    margin-bottom: 25px;
}

.blog-banner-area .inner-banner-wrapper .inner-banner-logo {
    margin-bottom: 30px;
}

.blog-post-area {
    margin-top: 50px;
    margin-bottom: 160px;
}

.blog-post-area h2 {
    font-size: 44px;
    line-height: 58px;
}

.blog-post-area .text-center {
    margin-top: 55px;
}

.blog-post-area .text-center .common-button {
    min-width: 286px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Blog Page %%%%%%%%%%%%%%%%%%%%%%%% */
.blog-overview-area {
    margin-top: 50px;
    margin-bottom: 180px;
}

.filter-area {
    text-align: center;
    margin-bottom: 80px;
}

.select-style {
    max-width: 322px;
    margin: 0 auto;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #13322B;
    appearance: none;
    height: 40px;
    padding: 3px 13px;
    width: 100%;
    background: url(../images/Icon-ionic-ios-arrow-down.svg) no-repeat 95% center;
    border: none;
    border: 1px solid #545B54;
    border-radius: 22px;
    text-transform: capitalize;
}

.each-blocks {
    position: relative;
    box-shadow: 0px 0px 20px #00000033;
    margin-bottom: 49px;
    overflow: hidden;
    width: 350px;
    height: 360px;
}

.each-block-content {
    position: absolute;
    top: calc(100% - 165px);
    left: 0;
    padding: 0px 20px 30px;
    width: 100%;
    /* height: 33%; */
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.each-block-content p {
    opacity: 0;
    visibility: hidden;
}

.each-blocks:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 64, 64, 0.01) 1%, rgba(0, 42, 42, 0.02) 2%, rgba(28, 57, 57, 0.03) 3%, rgba(21, 42, 42, 0.04) 4%, rgba(18, 36, 36, 0.05) 5%, rgba(16, 48, 32, 0.06) 6%, rgba(13, 40, 40, 0.07) 7%, rgba(12, 46, 35, 0.08) 8%, rgba(11, 42, 42, 0.09) 9%, rgba(19, 47, 47, 0.1) 10%, rgba(18, 53, 44, 0.11) 11%, rgba(24, 48, 40, 0.12) 12%, rgba(22, 51, 44, 0.13) 13%, rgba(14, 48, 41, 0.14) 14%, rgba(20, 46, 39, 0.15) 15%, rgba(18, 49, 43, 0.16) 16%, rgba(17, 45, 40, 0.17) 17%, rgba(16, 49, 38, 0.18) 18%, rgba(21, 52, 42, 0.19) 19%, rgba(20, 49, 44, 0.2) 20%, rgba(19, 51, 42, 0.21) 21%, rgba(18, 50, 41, 0.22) 22%, rgba(17, 51, 42, 0.23) 23%, rgba(16, 49, 41, 0.24) 24%, rgba(16, 47, 39, 0.25) 25%, rgba(20, 51, 43, 0.26) 26%, rgba(18, 47, 40, 0.27) 27%, rgba(17, 49, 42, 0.28) 28%, rgba(20, 51, 41, 0.29) 29%, rgba(20, 49, 43, 0.3) 30%, rgba(19, 48, 42, 0.31) 31%, rgba(18, 49, 43, 0.32) 32%, rgba(18, 48, 42, 0.33) 33%, rgba(17, 49, 41, 0.34) 34%, rgba(17, 48, 43, 0.35) 35%, rgba(19, 50, 42, 0.36) 36%, rgba(19, 48, 40, 0.37) 37%, rgba(18, 50, 39, 0.38) 38%, rgba(20, 51, 43, 0.39) 39%, rgba(20, 50, 42, 0.4) 40%, rgba(19, 51, 41, 0.41) 41%, rgba(20, 50, 43, 0.44) 44%, rgba(18, 48, 42, 0.45) 45%, rgba(17, 50, 41, 0.46) 46%, rgba(19, 48, 40, 0.47) 47%, rgba(19, 50, 42, 0.48) 48%, rgba(20, 51, 43, 0.49) 49%, rgba(20, 50, 42, 0.5) 50%, rgba(19, 51, 43, 0.51) 51%, rgba(19, 50, 42, 0.52) 52%, rgba(18, 50, 40, 0.54) 54%, rgba(20, 50, 43, 0.56) 56%, rgba(18, 49, 40, 0.57) 57%, rgba(19, 51, 43, 0.59) 59%, rgba(18, 49, 41, 0.61) 61%, rgba(18, 49, 41, 0.65) 65%, rgba(20, 50, 43, 0.7) 70%, rgba(18, 50, 41, 0.71) 71%, rgba(19, 49, 41, 0.73) 73%, rgba(18, 49, 41, 0.76) 76%, rgba(18, 49, 42, 0.81) 81%, rgba(19, 50, 42, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.each-blocks:hover:after {
    background-color: #13322A;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.each-blocks:hover .each-block-content {
    height: auto;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.each-blocks:hover .each-block-content p {
    opacity: 1;
    visibility: visible;
    color: #F8F4EB;
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.each-block-content h3 {
    font-size: 24px;
    line-height: 32px;
    color: #F8F4EB;
    text-transform: capitalize;
}

.each-block-content-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    z-index: 1;
}

.form-download-area {
    padding: 75px 110px 30px 140px;
    box-shadow: 0px 0px 20px #00000033;
    background-color: #fff;
    margin-top: 40px;
}

.form-download-each {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.form-download-each {
    margin-bottom: 50px;
}

.form-download-each h3 {
    color: #2D2926;
    margin-bottom: 0px;
}

.form-download-each a {
    color: #A47F54;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    position: relative;
}

.form-download-each a:after {
    content: url(../images/downloadakar-arrow-right.svg);
    margin-left: 45px;
    position: relative;
    top: 1px;
}

.forms-area {
    margin-top: 100px;
    margin-bottom: 150px;
}

.form-each {
    text-align: center;
    margin-bottom: 100px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Overview %%%%%%%%%%%%%%%%%%%%%%%% */
/* .overview-wrapper{
    margin-left: -90px;
    margin-right: -90px;
} */
.overview-wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}

.overview-wrapper .row .col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.overview-area {
    margin-top: 74px;
    margin-bottom: 100px;
}

.overview-each {
    padding: 60px 66px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 50px;
}

/* .overview-each:hover{
    background: linear-gradient(to bottom,  rgba(199,171,137,1) 0%,rgba(150,184,185,1) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.overview-each ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.overview-each ul li {
    margin-bottom: 15px;
}

.overview-each ul li a {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2D2926;
    display: block;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 96%;
    padding-bottom: 10px;
    border-bottom: 1px solid #2D2926;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.overview-each ul li a:hover {
    background-position: 100%;
    color: #C3AD8B;
}

.overview-area .container {
    max-width: 1310px;
}

.overview-each h2 {
    font-size: 44px;
    line-height: 58px;
}

.overview-each p {
    color: #13322B;
}

/* .overview-each:hover h2{
    color: #fff;
}
.overview-each:hover p{
    color: #fff;
}
.overview-each:hover ul li a{
    color: #fff;
    border-bottom: 1px solid #fff;
    background: url(../images/white-arrow.png) no-repeat right center;
} */
.contact-page-area {
    padding-top: 45px;
    background-color: #F8F4EB;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Procedure Area %%%%%%%%%%%%%%%%%%%%%%%% */
.Traditional-area h2 {
    font-size: 44px;
    line-height: 58px;
}

.listing-box {
    margin-bottom: 10px;
}

.listing-box .col-lg-6:after {
    position: absolute;
    left: 50px;
    width: 2px;
    height: 100%;
    bottom: 0px;
    background: #13322B;
    content: '';
}

.listing-box ul {
    padding-left: 18px;
    margin-bottom: 0px;
}

.listing-box ul li {
    line-height: 26px;
    margin-bottom: 8px;
}

.listing-box .row .col-lg-6:first-child::after {
    display: none;
}

.listing-box .row .col-lg-6:last-child {
    padding-left: 110px;
}

.expect-area {
    position: relative;
    padding-top: 70px;
    background-color: #fff;
}

.expect-area::after {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 115px);
    top: 0px;
    left: 0px;
    background-color: #F8F4EB;
    z-index: 0;
}

.expect-area .expect-heading {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}

.expect-tab-wrapper {
    background-color: #13322B;
    padding: 65px 85px;
    position: relative;
    z-index: 1;
}

.expect-tab-wrapper h2 {
    color: #F8F4EB;
    border-bottom: 2px solid #F8F4EB;
    font-size: 44px;
    line-height: 58px;
    padding-bottom: 22px;
}

.expect-each-area p {
    color: #F8F4EB;
}

.expect-tab-wrapper .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    color: #F8F4EB;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 6px 0px;
    margin-right: 67px;
}

.expect-tab-wrapper .nav-tabs .nav-link:focus {
    outline: none;
    border: 0px;
}

.expect-tab-wrapper .nav-tabs .nav-link.active {
    color: #A47F54;
    border-bottom: 2px solid #A47F54;
}

/* .expect-tab-wrapper .nav-tabs .nav-item:first-child .nav-link{
    padding-left:0px;
} */
.expect-tab-wrapper .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    padding-bottom: 36px;
    padding-top: 10px;
}

.expect-accoudian-mobile {
    display: none;
}

.accordion {
    list-style: none;
    padding: 0px;
}

.accordion > li > span {
    display: block;
    padding: 15px 30px 15px 0;
    background: url(../images/plus.png) no-repeat 100%;
    cursor: pointer;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #C3AD8B;
    text-transform: capitalize;
    border-bottom: 2px solid #2D2926;
    background-size: 15px;
}

.accordion li > span.active {
    background: url(../images/minus-one.png) no-repeat 100%;
    background-size: 15px;
    color: #A47F54 !important;
    border-bottom: 2px solid #C3AD8B;
}

.accordion > li > div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin: 20px 0;
    padding: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.good-fit-wrapper {
    padding-top: 125px;
    padding-bottom: 125px;
}

.for-mobile-image {
    display: none;
}

.start-contact-us-area {
    position: relative;
    margin-top: -75px;
    margin-bottom: 75px;
}

.start-contact-us-area::after {
    position: absolute;
    content: '';
    width: calc(100% - 70px);
    height: 100%;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background-color: #13322B;
}

.start-contact-us-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    padding-top: 80px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
}

.start-contact-us-wrapper h2 {
    color: #fff;
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 0px;
}

.defy-expectations-slider {
    position: relative;
    text-align: center;
    max-width: 796px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.defy-expectations-wrapper {
    padding-top: 117px;
    padding-bottom: 124px;
    text-align: center;
}

.defy-expectations-each .col-6 img {
    width: 100%;
}

.tummy-area .tummy-heading {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 50px;
}

.tummy-each {
    padding: 46px 41px 35px;
    background-color: #F8F4EB;
    height: 100%;
}

.tummy-each-image {
    text-align: center;
    margin-bottom: 40px;
}

.patients-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #2D2926;
    padding-bottom: 20px;
    margin-bottom: 90px;
}

.patients-text p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #A47F54;
    max-width: 441px;
    font-style: italic;
}

.blog-overview-area .pagination {
    margin-top: 46px;
}

.form-each h2 {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 7px;
}

.form-each p {
    color: #13322B;
}

.surgeons-logo-each img {
    filter: grayscale(1);
}

.surgeons-post-area h3 {
    color: #A47F54;
    margin-bottom: 25px;
}

.surgeons-post-area .personalized-care {
    padding: 130px 0px 90px;
}

.signature-mobile-each {
    margin-bottom: 30px;
}

.signature-mobile-area {
    display: none;
}

.signature-mobile-text {
    padding: 35px 25px;
    background-color: #13322B;
}

.signature-mobile-text h3 {
    color: #F8F4EB;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
}

.signature-mobile-text p {
    color: #F8F4EB;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.signature-mobile-image img {
    width: 100%;
}

.signature-mobile-text a.common-link {
    font-size: 14px;
    line-height: 19px;
}

.related-procedure-area {
    background-color: #13322B;
    padding-top: 140px;
    padding-bottom: 180px;
    margin-top: 50px;
}

.related-procedure-link ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.related-procedure-link ul li {
    margin-bottom: 15px;
}

.related-procedure-link ul li a {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #F8F4EB;
    display: block;
    background: url("../images/white-arrow.png");
    background-repeat: no-repeat;
    background-position: 96%;
    padding-bottom: 10px;
    border-bottom: 1px solid #F8F4EB;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.related-procedure-link ul li a:hover {
    background-position: 100%;
    color: #C3AD8B;
}

.related-procedure-text h3 {
    color: #C3AD8B;
}

.related-procedure-text h2 {
    font-size: 44px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 8px;
}

.related-procedure-text p {
    color: #fff;
}

.related-procedure-text {
    max-width: 421px;
}

.related-procedure-link {
    max-width: 300px;
    margin-left: auto;
}

.related-procedure-wrapper {
    max-width: 940px;
    margin: 0 auto;
}

.patients-area {
    margin-top: 160px;
    margin-bottom: 140px;
}

.patients-header h2 {
    font-size: 44px;
    line-height: 58px;
}

.tummy-each h3 {
    color: #A47F54;
}

.tummy-each p {
    color: #2D2926;
}

.tummy-heading h3 {
    color: #A47F54;
}

.tummy-heading h2 {
    font-size: 44px;
    line-height: 58px;
    color: #2D2926;
}

.defy-expectations-each .row {
    margin-left: -5px;
    margin-right: -5px;
}

.defy-expectations-each .row .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.defy-expectations-wrapper .swiper-button-prev {
    left: -60px;
}

.defy-expectations-wrapper .swiper-button-next {
    right: -60px;
}

.defy-expectations-wrapper h2 {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 30px;
}

.start-five {
    position: absolute;
    left: -45px;
    top: -64px;
    z-index: 1;
}

.good-fit-text h3 {
    color: #A47F54;
}

.good-fit-text h2 {
    font-size: 44px;
    line-height: 58px;
}

.faq-area {
    margin-top: 107px;
    margin-bottom: 150px;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-wrapper .accordion > li > span {
    font-size: 21px;
    line-height: 28px;
    color: #2D2926;
    background: url(../images/plus-one.png) no-repeat 98%;
}

.faq-wrapper .accordion li > span.active {
    background: url(../images/minus-one.png) no-repeat 98%;
}

.faq-wrapper ul li {
    margin-bottom: 10px;
}

.faq-wrapper h2 {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 30px;
}

.expect-heading h2 {
    font-size: 44px;
    line-height: 58px;
}

.expect-each-area p a {
    color: #F8F4EB;
    text-decoration: underline;
}

.listing-box h2 {
    font-size: 44px;
    line-height: 58px;
}

.pro-banner-area .inner-banner-wrapper {
    text-align: left;
}

.pro-banner-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.pro-banner-area {
    position: relative;
    padding-top: 165px;
    padding-bottom: 53px;
}

.pro-banner-area::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inner-banner-wrapper {
    position: relative;
    z-index: 1;
}

.pro-banner-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 630px;
}

.pro-banner-list ul li {
    color: #F8F4EB;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    margin-bottom: 20px;
}

.pro-banner-list ul li img {
    margin-right: 10px;
}

.pro-banner-area .inner-banner-wrapper h1 {
    max-width: 700px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F8F4EB;
    margin-bottom: 43px;
}

.Traditional-area .site-breadcrumb {
    color: #2D2926;
    margin-bottom: 0px;
    margin-top: 20px;
}

.Traditional-area .site-breadcrumb a {
    color: #2D2926;
}

.banner-bottom-color {
    position: relative;
}

.banner-bottom-color::before {
    position: absolute;
    content: '';
    background-image: url(../images/banner-bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background-size: cover;
}

.Traditional-area p a {
    color: #C3AD8B;
    text-decoration: underline;
}

.pro-banner-form {
    margin-bottom: -132px;
}

.pro-banner-form {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.patients-video iframe {
    width: 519px;
    height: 305px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Select Dropdown %%%%%%%%%%%%%%%%%%%%%%  */
.each-gal-category-option {
    position: relative;
}

.select-dropdown {
    width: 230px;
    border: 1px solid #545B54;
    padding: 6px 18px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 23px;
    color: #13322B;
    background-image: url(../images/arrow-down.svg);
    background-position: 95%;
    background-size: 18px;
    background-repeat: no-repeat;
}

.each-gal-category-option .filter-option-dropdown {
    display: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    box-shadow: 0px 0px 20px #00000033;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    max-height: 40vh;
    overflow-y: scroll;
}

li.parent-category-list:hover {
    background-color: #ccc !important;
}

.each-gal-category-option .filter-option-dropdown::-webkit-scrollbar {
    width: 5px;
}

.each-gal-category-option ul.main {
    display: block;
}

.each-gal-category-option .filter-option-dropdown li {
    padding: 7px 12px;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #2D2926;
    cursor: pointer;
}

li.parent-category-list {
    pointer-events: none;
}

.each-gal-category-option .filter-option-dropdown li:hover {
    background-color: #13322B;
    color: #fff;
}

.select-dropdown.active + div {
    display: block !important;
}

.select-dropdown.active + div > .filter-option-dropdown {
    display: block !important;
}

.each-gal-category-option > .select-dropdown + div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* dlm faq design */
.faq-wrapper .faq-item {
    margin-bottom: 10px;
}

.faq-wrapper .common h3 {
    font-family: "neue-haas-grotesk-text", sans-serif;
    background: transparent;
    font-size: 21px;
    line-height: 24px;
    color: #2D2926;
    text-transform: capitalize;
    border-bottom: 2px solid #2D2926;
    padding: 15px 30px 21px 0;
    letter-spacing: 0px;
}

.faq-wrapper .common h3:hover {
    background: transparent;
}

.faq-wrapper .common h3.activeAcc {
    color: #A47F54 !important;
    border-bottom: 2px solid #C3AD8B;
}

.faq-wrapper .faq-bottom {
    margin-top: 40px;
}

.pro-banner-form .gform_wrapper.gravity-theme .gfield input.large, .pro-banner-form .gform_wrapper.gravity-theme .gfield select.large,
.schedule-form .gform_wrapper.gravity-theme .gfield textarea.large,
.schedule-form .gform_wrapper.gravity-theme .gfield input.large, .schedule-form .gform_wrapper.gravity-theme .gfield select.large,
.contact-form .gform_wrapper.gravity-theme .gfield textarea.large,
.contact-form .gform_wrapper.gravity-theme .gfield input.large, .contact-form .gform_wrapper.gravity-theme .gfield select.large {
    font-family: "neue-haas-grotesk-text", sans-serif;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #13322B;
    background-color: #F8FAFC;
    border: 1px solid #A1A4A6;
}

.pro-banner-form .gform_wrapper.gravity-theme .gfield textarea.large::placeholder,
.pro-banner-form .gform_wrapper.gravity-theme .gfield input.large::placeholder,
.schedule-form .gform_wrapper.gravity-theme .gfield textarea.large::placeholder,
.schedule-form .gform_wrapper.gravity-theme .gfield input.large::placeholder,
.contact-form .gform_wrapper.gravity-theme .gfield textarea.large::placeholder,
.contact-form .gform_wrapper.gravity-theme .gfield input.large::placeholder {
    color: #13322B;
}

.schedule-form .gform_wrapper.gravity-theme .gfield textarea.large,
.contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 124px;
}

.contact-fom-text ol {
    padding-left: 45px;
}

.schedule-form .gform_wrapper.gravity-theme .gfield-choice-input + label,
.contact-form .gform_wrapper.gravity-theme .gfield-choice-input + label,
.contact-fom-text p,
.contact-fom-text li {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #13322B;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
}

.contact-fom-text p {
    margin-bottom: 0;
    padding-left: 23px;
}

.schedule-form .gform_wrapper.gravity-theme .gfield-choice-input + label,
.contact-form .gform_wrapper.gravity-theme .gfield-choice-input + label {
    margin-bottom: 0;
    padding-left: 8px;
}

.schedule-form .gfield_checkbox,
.contact-form .gfield_checkbox {
    padding-left: 16px;
}

.pro-banner-form .gform_wrapper.gravity-theme .gform_footer input,
.schedule-form .gform_wrapper.gravity-theme .gform_footer input,
.contact-form .gform_wrapper.gravity-theme .gform_footer input {
    min-width: 100%;
    border-radius: 29px;
    background-color: #13322B;
    border: 1px solid #13322B;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    margin: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro-banner-form .gform_wrapper.gravity-theme .gform_footer input:hover,
.schedule-form .gform_wrapper.gravity-theme .gform_footer input:hover,
.contact-form .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: transparent;
    color: #13322B;
}

.schedule-form,
.contact-form {
    padding-bottom: 50px;
}

.review-rating-wrap img {
    width: 113px;
    max-width: inherit;
}

.review-rating-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.review-rating > img {
    opacity: 0.3;
}

.review-rating {
    max-width: 113px;
}

.pro-banner-form {
    background-color: #fff;
    padding: 30px;
}

.pro-banner-form h2 {
    font-size: 44px;
    line-height: 49px;
    font-weight: 300;
}

.pro-banner-form .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 124px;
    font-family: "neue-haas-grotesk-text", sans-serif;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #13322B;
    background-color: #F8FAFC;
    border: 1px solid #A1A4A6;
}

.pro-banner-form .gform_wrapper.gravity-theme .gfield textarea.small::placeholder {
    color: #13322B;
}

.pro-banner-list ul li:nth-child(odd) {
    width: 60%;
}

.pro-banner-list ul li:nth-child(even) {
    width: 40%;
}

/************** Menu css **************************/
.sub-menu-toggle {
    display: none;
}

.header-navigation-wrapper.header-area .menu-wrapper {
    /*transition: all .35s;*/
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    display: flex;
}

.header-navigation-wrapper.header-area.active .menu-wrapper {
    opacity: 1;
    padding: 0px 115px;
}

.active-header-navbar-wrapper {
    -webkit-box-shadow: 0px 5px 20px -9px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 20px -9px rgb(0 0 0 / 75%);
    padding: 21px 30px;
}

.menu-wrapper ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.dextop-menu {
    border-right: 1px solid #B1B1B1;
    float: left;
}

.header-navigation-wrapper.header-area {
    pointer-events: none;
    z-index: -100;
    opacity: 0;
    transition: transform .35s, opacity .35s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.header-navigation-wrapper.header-area.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #F8F4EB;
    pointer-events: all;
    z-index: 99999;
    transform: translateY(0);
    opacity: 1;
    top: 0px;
    left: 0px;
    padding: 0px;
}

.header-navigation-wrapper.header-area .dextop-menu {
    transform: translateY(-9rem);
    transition: all .35s .35s;
    padding: 0px 60px 0px 0px;
}

.header-navigation-wrapper.header-area .dextop-menu:before {
    width: 100vw;
    right: 0px;
    height: 150vh;
    background: #13322B;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-navigation-wrapper.header-area.active .dextop-menu {
    transform: translateY(-.9rem);
}

.dextop-menu {
    text-align: right;
}

.dextop-menu > li > ul {
    position: absolute;
    width: 100%;
    list-style: none;
    padding: 0px 0px 0px 80px;
    margin: 0px;
    top: 0px;
    transform: translateX(-2rem);
    /*display: none;*/
    opacity: 0;
    z-index: -1;
    text-align: left;
}

.dextop-menu > li.active > ul {
    /*display:table;*/
    display: block;
    transform: translateX(0);
    transition: all 0.5s;;
    box-sizing: border-box;
    opacity: 1;
    z-index: 1;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    gap: 140px;
    justify-content: space-between;
}

.dextop-menu > li:not(.menu-with-image) > ul {
    width: auto !important
}

.dextop-menu > li {
    padding: 2px 0px;
}

.dextop-menu > li > a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #F8F4EB;
    letter-spacing: 2px;
    padding: 10px 45px 10px 0px;
    display: inline-block;
    transition: all .5s;
    position: relative;
    text-align: right;
    border-bottom: 2px solid transparent;
}

.dextop-menu > li.menu-item-has-children > a:after {
    content: url('/wp-content/uploads/2024/08/akar-arrow-right.png');
    right: 0px;
    position: absolute;
}

.dextop-menu > li.active > a {
    border-bottom: 2px solid #F8F4EB
}

.dextop-menu > li.active > a {
    color: #fff;
}

.dextop-menu > li > a:hover {
    color: #A47F54;
}

.dextop-menu > li > ul > li {
    white-space: nowrap;
}

.dextop-menu > li > ul > li > a {
    color: #A47F54;
    font-size: 21px;
    line-height: 38px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 800;
    padding-bottom: 10px;
}

.dextop-menu > li > ul > li > a:hover {
    color: #13322B;
}

.dextop-menu > li > ul > li > ul li a {
    color: #2D2926;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    display: block;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.dextop-menu > li > ul > li > ul li a:hover {
    color: #A47F54;
}

.dextop-menu > li.with-card-column > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 140px;
    column-gap: 140px;
    display: block;
}

.dextop-menu > li.singel-menu > ul {
    display: block;
}

.dextop-menu > li.menu-with-image > ul {
    display: block;
}

.dextop-menu > li.menu-with-image > ul > li.image-menu {
    position: absolute;
    top: 0px;
    right: 0px;
}

.menu-image, .menu-image-title {
    padding: 0px !important;
}

.dextop-menu > li.menu-with-image > ul > li.image-menu > a {
    display: none;
}

.dextop-menu > li.menu-with-image > ul > li.image-menu > ul > li {
    position: relative;
}

.dextop-menu > li.menu-with-image > ul > li.image-menu > ul > li:not(:last-child) {
    margin-bottom: 15px;
}

.dextop-menu > li.menu-with-image > ul > li.image-menu > ul > li:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 42, 42, 0.02) 2%, rgba(28, 57, 28, 0.03) 3%, rgba(0, 46, 23, 0.04) 4%, rgba(18, 55, 55, 0.05) 5%, rgba(15, 45, 30, 0.06) 6%, rgba(13, 40, 40, 0.07) 7%, rgba(23, 46, 46, 0.08) 8%, rgba(11, 42, 42, 0.09) 9%, rgba(19, 47, 47, 0.1) 10%, rgba(18, 53, 44, 0.11) 11%, rgba(16, 48, 40, 0.12) 12%, rgba(23, 53, 45, 0.13) 13%, rgba(14, 48, 41, 0.14) 14%, rgba(20, 46, 39, 0.15) 15%, rgba(18, 49, 43, 0.16) 16%, rgba(17, 46, 41, 0.17) 17%, rgba(22, 49, 43, 0.18) 18%, rgba(15, 46, 41, 0.19) 19%, rgba(15, 49, 39, 0.2) 20%, rgba(19, 51, 42, 0.21) 21%, rgba(18, 49, 40, 0.22) 22%, rgba(17, 51, 42, 0.23) 23%, rgba(21, 49, 45, 0.24) 24%, rgba(16, 47, 43, 0.25) 25%, rgba(15, 49, 42, 0.26) 26%, rgba(18, 47, 40, 0.27) 27%, rgba(18, 50, 43, 0.28) 28%, rgba(20, 51, 44, 0.29) 29%, rgba(16, 49, 43, 0.3) 30%, rgba(19, 51, 45, 0.31) 31%, rgba(19, 50, 44, 0.32) 32%, rgba(18, 48, 42, 0.33) 33%, rgba(20, 49, 43, 0.34) 34%, rgba(17, 48, 43, 0.35) 35%, rgba(19, 49, 44, 0.36) 36%, rgba(20, 51, 43, 0.39) 39%, rgba(17, 50, 42, 0.4) 40%, rgba(17, 49, 41, 0.41) 41%, rgba(19, 48, 43, 0.42) 42%, rgba(18, 48, 41, 0.43) 43%, rgba(18, 51, 44, 0.44) 44%, rgba(18, 48, 42, 0.45) 45%, rgba(17, 50, 41, 0.46) 46%, rgba(19, 49, 43, 0.47) 47%, rgba(20, 50, 44, 0.5) 50%, rgba(19, 50, 44, 0.52) 52%, rgba(18, 50, 42, 0.54) 54%, rgba(20, 50, 44, 0.55) 55%, rgba(18, 48, 43, 0.56) 56%, rgba(19, 51, 44, 0.57) 57%, rgba(17, 49, 42, 0.58) 58%, rgba(19, 51, 43, 0.59) 59%, rgba(18, 49, 41, 0.65) 65%, rgba(20, 50, 44, 0.66) 66%, rgba(18, 49, 42, 0.67) 67%, rgba(18, 49, 42, 0.71) 71%, rgba(19, 50, 43, 1) 100%);
    z-index: 1;
}

.dextop-menu > li.menu-with-image > ul > li.image-menu > ul > li .menu-image-title {
    position: absolute;
    padding-left: 21px !important;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-text", sans-serif;
    bottom: 30px;
    left: 0px;
    color: #fff;
    z-index: 1;
}

.dextop-menu > li.menu-with-image > ul > li.image-menu > ul > li .menu-image-title:after {
    content: 'Read More >';
    color: #fff;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

.stop-scroll {
    overflow: hidden !important;
}

/**************************** End :: Menu *********************/
.gform_wrapper.gravity-theme .gfield textarea.small {
    resize: none;
}

.journey-listing ul li:last-child {
    border-bottom: 0px;
}

.tummy-area .tummy-wrapper .col-lg-4 {
    margin-top: 20px;
}

/* menu img */
.dextop-menu > li.menu-with-image > ul > li.image-menu > ul > li:hover::before {
    background: #13322beb;
}

.page-id-279 .Traditional-area .good-fit-area {
    margin-top: -115px;
    padding-top: 115px;
}

.overview-wrapper .col-lg-4:nth-child(2) .overview-each h2 {
    color: #fff;
}

.overview-wrapper .col-lg-4:nth-child(2) .overview-each p {
    color: #fff;
}

.overview-wrapper .col-lg-4:nth-child(2) .overview-each ul li a {
    color: #fff;
    border-bottom: 1px solid #fff;
    background: url(../images/white-arrow.png);
    background-position: 96%;
    background-repeat: no-repeat;
}

.overview-wrapper .col-lg-4:nth-child(2) .overview-each {
    background: linear-gradient(to bottom, rgba(199, 171, 137, 1) 0%, rgba(150, 184, 185, 1) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.overview-wrapper .col-lg-4:nth-child(2) .overview-each ul li a:hover {
    background-position: 100%;
    color: #C3AD8B;
}

.start-your-journey .shape-five,
.our-service-area .rotate-shape {
    -webkit-animation: none;
}

.team-page-area .team-over-text h2 {
    font-size: 28px;
}

.team-page-area .team-over-text h3 {
    font-size: 16px;
}

.swiper-scrollbar {
    background: #d6d6d6;
    border-radius: 2px;
    height: 3px;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-scrollbar-drag {
    top: -1px;
    height: 4px;
    cursor: grab;
}

.each-blocks img {
    height: 100%;
    object-fit: cover;
}

.each-block-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-banner-area .inner-banner-right-image {
    height: 100%;
}

.blog-banner-area .inner-banner-right-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.footer-review-script .rs-widget-container#rs-widget-1897 {
    background-color: transparent;
    color: #fff;
}

.footer-review-script .reviewshakeWidget[data-widget-type='carousel'][data-breakpoint='1'] .reviewshakeWidget__top {
    padding-right: 14em;
}

@media (max-width: 767px) {
    .footer-review-script .reviewshakeWidget[data-widget-type='carousel'][data-breakpoint='1'] .reviewshakeWidget__top {
        padding-right: 1em;
    }

    .each-service-block .before-hover-content {
        top: 0px;
        transition: all 0.2s;
    }

    .each-service-block h6 {
        opacity: 1;
        transition: all 0.2s;
    }

    .start-contact-us-area {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

.search-results .pro-banner-list, .pro-banner-form {
    display: none;
}

.scroll-text p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll-text p:hover {
    color: #ffffff;
}

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }
}

@keyframes pulse {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }
}

.scroll-to-learn-more .scroll-text:hover img {
    webkit-animation: 2s infinite pulse;
    animation: 2s infinite pulse;
}

.middle-three-block-area .middle-block-wrapper h4 {
    position: relative;
    z-index: 1;
}

.procedure-slider-nav .common-arrow {
    width: 23px;
    top: auto;
    bottom: 26px;
}

.procedure-slider-nav .swiper-button-prev {
    left: 10%;
}

.procedure-slider-nav .swiper-button-next {
    right: 10%;
}

.contact-us-inject-area p.gform_required_legend {
    display: none;
}

#gform_fields_2 label.gfield_label.gform-field-label {
    color: #fff;
}

#gform_fields_2 .gform_wrapper.gravity-theme .gfield_required {
    color: #fff;
}

#gform_fields_2 p.gform_required_legend {
    display: none;
}

/* =====Home Popup ====== */
.popup-custom {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgb(0 0 0 / 78%);
    height: 100vh;
    transition: 0.8s all;
    display: none;
}

.join-popup {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.5s all;
}

.popup-content {
    position: relative;
    transition: 0.5s all;
    box-shadow: #646161 0 0 8px 3px !important;
}

button.pop-close {
    position: absolute;
    top: -30px;
    right: -22px;
    background: none;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    transition: 0.5s all;
    border: 0 !important;
}

.popup-content a:hover {
    background-color: #c87082;
}

@media (max-width: 768px) {
    .join-popup {
        width: 93%;
        left: 50%;
        right: 50%;
    }

    button.pop-close {
        position: absolute;
        top: -26px;
        right: -19px;
        background: none;
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        transition: 0.5s all;
        border: 0 !important;
    }

    .join-popup {
        margin-top: 52px;
    }

    button#closebtnhome {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .procedure-area .child-slider .swiper-slide.swiper-slide-next .each-slide-image .procedure-slide-bg {
        transform: scale(1) !important;
        transition: all 0.5s;
    }

    .procedure-area .child-slider .swiper-slide.swiper-slide-active .each-slide-image .procedure-slide-bg {
        transform: scale(1);
        transition: all 0.5s;
    }

    .procedure-area .child-slider .swiper-slide.swiper-slide-active .each-slide-image .procedure-slide-bg:after {
        background-color: rgba(17, 49, 43, 0.8);
        transition: all 0.5s;
    }

    .procedure-area .child-slider .swiper-slide.swiper-slide-next .each-slide-image .procedure-slide-bg:after {
        background-color: transparent !important;
        transition: all 0.5s;
    }

    .procedure-area .child-slider .swiper-slide.swiper-slide-next .each-slide-image p {
        opacity: 0 !important;
        transition: all 0.5s;
    }

    .procedure-area .swiper-slide.swiper-slide-active .each-slide-image p {
        opacity: 1 !important;
        transition: all 0.5s;
    }
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Filter checkbox %%%%%%%%%%%%%%%%%%  */
.filter-checkbox-area h4 {
    max-width: 322px;
    margin: 0 auto;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    line-height: 34px;
    font-weight: 300;
    color: #13322B;
    appearance: none;
    height: 40px;
    padding: 3px 13px;
    width: 100%;
    background: url(../images/Icon-ionic-ios-arrow-down.svg) no-repeat 95% center;
    border: none;
    border: 1px solid #545B54;
    border-radius: 22px;
    text-transform: capitalize;
}

#filter-checkbox-list {
    display: none;
}

#filter-checkbox-list.active {
    display: block;
}

#filter-checkbox-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #000;
    max-width: 300px;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
}

#filter-checkbox-list ul li {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #13322B;
    text-transform: none;
    padding: 4px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#filter-checkbox-list ul li:hover {
    background-color: #13322a;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.filter-checkbox-area {
    margin-bottom: 60px;
}

#filter-checkbox-list ul li input {
    margin-right: 3px;
}

.term-body.term-16 .site-breadcrumb :nth-last-child(-n + 2), .term-breast.term-6 .site-breadcrumb :nth-last-child(-n + 2), .term-face.term-31 .site-breadcrumb :nth-last-child(-n + 2) {
    display: none;
}

.header-right {
    gap: 7px;
}

.header-navigation-wrapper.header-area,
#page {
    overflow-x: hidden;
}

.header-area {
    padding: 22px 30px;
}

.tummy-area .tummy-wrapper .col-lg-6 {
    margin-top: 30px;
}

.two-column-inject .tummy-each-image {
    text-align: left;
}

.gallery-cat-new-each.btn.btn-primary {
    cursor: pointer;
}

.instagram-feed-inject {
    padding: 100px 0 50px 0;
}

@media (max-width: 767px) {
    .insta-feed-text {
        text-align: center;
    }

    .insta-feed-text h2 {
        font-size: 30px;
    }

    .instagram-feed-inject {
        padding: 30px 0 0;
    }

    .instagram-feed-bttn {
        position: relative !important;
    }
}

.instagram-feed-bttn {
    right: 10px;
    position: absolute;
    bottom: 0;
}

@media (min-width: 1401px) {
    .award-icons img {
        filter: grayscale();
        width: 100%;
        max-width: 100px;
    }
}

@media (max-width: 1400px) {
    .award-icons img {
        filter: grayscale();
        width: 100%;
        max-width: 76px;
    }
}

.gallery-post-top {
    position: relative;
}

.gal-post-content {
    text-align: center;
    margin-top: 80px;
}

.gallery-post-thumb {
    margin: 0px auto;
}

.gal-post-content {
    margin-bottom: 100px;
}

.gallery-post-sec {
    background: #F8F4EB;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 80px;
}

.gal-next {
    right: -35px;
    background: #13322B;
    padding: 5px 8px;
    border-radius: 5px;
}

.gal-next img {
    filter: invert(1) brightness(200);
}

.gal-pv {
    left: -35px;
    background: #13322B;
    padding: 5px 8px;
    border-radius: 5px;
}

.gal-pv img {
    filter: invert(1) brightness(200);
}

@media (max-width: 767px) {
    .gal-pv {
        left: 0px;
    }

    .gal-next {
        right: 0px;
    }

    .gallery-post-sec {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .gal-post-content {
        margin-top: 10px;
    }

    .gallery-post-sec {
        padding-top: 50px;
    }
}

.gallery-post-thumb {
    display: none;
}

@media (min-width: 1000px) {
    .page-id-676 .pro-banner-area .inner-banner-wrapper h1 {
        max-width: 500px;
    }
}

.team-page-area .team-over-each {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .each_team {
        display: table;
        margin: 0px auto;
    }
}

.swiper-wrapper.onecase {
    justify-content: center;
}

/* latest-innovations */
.latest-innovations-sec {
    margin-top: 123px;
    margin-bottom: 183px;
}

.latest-innovations-wrapper {
    max-width: 889px;
    width: 100%;
    margin: 0px auto;
}

.post-time h6 {
    font-family: "neue-haas-grotesk-text", sans-serif;
    color: #A47F54;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 19px;
    font-weight: 400;
}

.innovations-content h2 {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #13322B;
    font-weight: 400;
    margin-bottom: 19px;
}

.innovations-content h2 a {
    color: #13322B;
}

.innovations-content h2 a:hover {
    color: #A47F54;
}

.innovations-content a.common-link {
    color: #13322B;
}

.innovations-content a.common-link:hover {
    color: #C3AD8B;
}

.innovations-content a.common-link:after {
    filter: brightness(0);
}

.each-innovations {
    padding-bottom: 50px;
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
}

.each-innovations:last-child {
    padding: 0;
    border: none;
    margin: 0;
}

.innovations-img {
    box-shadow: 0px 0px 20px #00000029;
    -webkit-box-shadow: 0px 0px 20px #00000029;
}

@media (max-width: 991px) {
    .latest-innovations-sec {
        margin-top: 45px;
        margin-bottom: 100px;
    }

    .innovations-content {
        margin-bottom: 28px;
    }
}

.gallery-details {
    position: absolute;
    /*     background-color: rgba(0,0,0,0.5); */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    opacity: 0;
}

.gal-img {
    position: relative;
}

.gallery-details p {
    color: #fff;
}

.gallery-details-pop {
    text-align: center;
    background-color: #323131;
    padding: 12px 0;
}

.gallery-details-pop p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.gallery-cat-new-each.btn.btn-primary:hover .gallery-details {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 40px;
}

.gallery-details p {
    font-size: 12px;
    font-weight: 100;
    font-family: 'neue-haas-grotesk-text';
    letter-spacing: 1px;
}

.gallery-cat-new-each:hover::after {
    top: 30% !important;
}

.gallery-details {
    padding: 80px;
}

.child-slider {
    padding: 25px 0px;
}

.each-slider-part .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    margin: 0px 10px;
    border-radius: 5px;
}

.swiper-pagination-bullet {
    background: #bebebe;
    opacity: .5;
}

.each-slider-part .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #13322B;
    opacity: 1;
}

@media (min-width: 1200px) {
    .procedure-slider-nav {
        position: absolute;
        bottom: 97px;
        width: 280px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .swiper-pagination.swiper-pagination-parent.w-100.swiper-pagination-clickable.swiper-pagination-bullets {
    }

    .procedure-slider-nav .swiper-button-prev {
        left: 29%;
    }

    .procedure-slider-nav .swiper-button-next {
        right: 29%;
    }

    .procedure-slider-nav {
        margin: 30px;
    }
}

.home section.procedure-area {
    padding-bottom: 0px;
}

.home section.tab-area {
    padding-top: 60px;
}

.home section.middle-three-block-area {
    margin-bottom: 120px;
}

/************************* slidebars  ***********************/
.quick-links-area {
    top: 49vh;
}

.slidebars-area {
    position: fixed;
    font-family: "neue-haas-grotesk-display", sans-serif;
    top: 20vh;
    right: 0px;
    z-index: 9;
    color: #FFFFFF;
    transform: translateX(calc(100% - 269px));
    transition: transform 500ms ease;
}

.slidebars-area.active {
    transform: translateX(0);
    z-index: 99;
}

.slidebars-rotate {
    height: auto;
    width: 269px;
    transform: rotate(-90deg) translate(-100%, calc(269px - 100%));
    transform-origin: 0 0;
    margin: 0px;
    padding: 8px 20px 9px;
    float: left;
    background-color: #A47F54;
    text-align: center;
    color: inherit;
    cursor: pointer;
    display: flex;
    column-gap: 24px;
    justify-content: center;
}

.slidebars-arrow {
    transform: rotate(90deg);
}

.slidebars-area.active .slidebars-arrow {
    transform: rotate(-90deg);
}

.slidebars-rotate h3 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding-left: 0px;
    font-weight: 400;
    font-family: "neue-haas-grotesk-display", sans-serif;
    margin: 0;
}

.slidebar-list {
    float: left;
    width: 255px;
    background-color: #2D2926;
    line-height: 18px;
    padding: 50px 30px;
    min-height: 269px;
}

.slidebar-list p {
    color: #F8F4EB;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: "neue-haas-grotesk-display", sans-serif;
    margin-bottom: 18px;
}

.slidebar-list a.common-link {
    color: #C3AD8B;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    font-family: "neue-haas-grotesk-display", sans-serif;
}

.slidebar-list a.common-link:after {
    content: url(/wp-content/uploads/2025/01/Icon-akar-arrow-right.png);
}

.home .slidebars-area {
    right: auto;
    left: 0;
    transform: translateX(calc(-100% + 269px));
}

.home .slidebars-area.active {
    transform: translateX(0);
}

.home .slidebars-rotate {
    transform: rotate(-90deg) translate(-100%, calc(41px - 100%));
}

.home .slidebars-area {
    top: 50%;
}

/* .page-template-default .slidebars-area {
    top: 21vh;
} */
@media (max-width: 767px) {
    .slidebars-area {
        transform: translateX(calc(100% - 50px));
    }

    .slidebars-rotate {
        width: auto;
    }

    .slidebars-rotate h3 {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }

    .home .slidebars-rotate {
        transform: rotate(0deg) translate(0%, calc(269px - 100%));
        flex-direction: column-reverse;
        padding: 8px 14px 9px;
        height: 269px;
        row-gap: 20px;
    }

    .slidebars-area .slidebars-arrow {
        transform: rotate(0deg);
    }

    .slidebars-area.active .slidebars-arrow {
        transform: rotate(180deg);
    }

    .home .slidebars-area {
        transform: translateX(calc(-100% + 50px));
        top: 20vh;
    }

    .slidebars-area {
        transform: translateX(calc(108% - 50px));
    }

    .slidebars-rotate {
        transform: rotate(0deg) translate(0%, calc(100% - 183px));
        flex-direction: column-reverse;
        padding: 8px 8px 9px;
        height: 216px;
        row-gap: 5px;
    }

    .slidebars-rotate h3 {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        font-size: 12px;
        line-height: 10px;
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }

    .home .slidebars-area {
        transform: translateX(calc(-104% + 50px));
        top: 20vh;
    }

    .page-template-default .slidebars-area {
        transform: translateX(calc(109% - 50px));
    }

    .page-template-default .slidebars-rotate {
        transform: rotate(0deg) translate(0%, calc(102% - 183px));
    }

    .slidebars-area.active {
        transform: translateX(0);
        z-index: 99;
    }
}

@media (max-width: 380px) {
    .page-template-default .slidebars-rotate {
        transform: rotate(0deg) translate(0%, calc(75% - 183px));
    }

    .slidebars-area.active {
        transform: translateX(0);
        z-index: 99;
    }
}

.bannder-tag h3 {
    color: #F8F4EB;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.bannder-tag {
    position: absolute;
    right: 60px;
    z-index: 999;
}

@media (max-width: 767px) {
    .bannder-tag {
        position: absolute;
        bottom: 450px;
        left: 23px;
    }
}

.home section.procedure-area {
    padding-bottom: 100px;
}

.inner-banner-wrapper h1 span {
    color: #C5AC8C;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 21px;
    letter-spacing: 2px;
    display: block;
}

.page-template-default .inner-banner-wrapper h1 {
    line-height: 70px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner %%%%%%%%%%%%%%%%%%%%%%%  */
.defyne-banner .pro-banner-right-image {
    position: relative;
}

.defyne-banner .pro-banner-right-shape {
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translateY(-50%);
}

.defyne-banner .inner-banner-wrapper .inner-banner-logo {
    margin-bottom: 20px;
}

.defyne-banner .bannder-tag {
    position: relative;
    right: inherit;
}

.defyne-banner .bannder-tag h3 {
    margin-bottom: 0px;
}

.defyne-banner .inner-banner-wrapper h1 {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #13322A;
}

.defyne-banner .bannder-description p {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    letter-spacing: 0px;
}

.defyne-banner .banner-location-area.pro-banner-list ul li {
    display: block;
}

.defyne-banner .banner-location-area.pro-banner-list {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.defyne-banner .banner-location-area.pro-banner-list ul li h5 {
    color: #fff;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 3px;
}

.defyne-banner .banner-location-area.pro-banner-list ul li h6 a {
    color: #fff;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.defyne-banner .banner-location-area.pro-banner-list ul li h6 a:hover {
    color: #13322A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.defyne-banner .inner-banner-wrapper .common-button {
    min-width: 237px;
    border: 1px solid #13322B;
    margin-bottom: 40px;
}

.innovations-content .modal-content audio,
.innovations-content .modal-content iframe,
.innovations-content .modal-content video {
    display: block;
    width: 100%;
}

.innovations-content .modal-content {
    padding: 0;
    border-radius: 0;
}

body .latest-innovations-wrapper button.btn-close {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

body .latest-innovations-wrapper .modal {
    padding-right: 0 !important;
    z-index: 999999;
}

.defyne-banner .bannder-tag h1 span {
    color: #F8F4EB;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.defyne-banner .bannder-tag h1 {
    line-height: normal;
    font-size: 16px;
    margin: 0;
}

.media-post-logo {
    margin: 20px 0;
    max-width: 250px;
}

@media (max-width: 767px) {
    .bannder-tag {
        display: none;
    }

    body .latest-innovations-wrapper button.btn-close {
        right: -5px;
    }

    .page-template-template-location .defyne-banner .bannder-tag {
        position: initial;
        display: block;
    }
}

.form-area {
    background-color: #13322B;
    padding: 0;
}

.form-area h2 {
    color: #fff;
    padding-top: 25px;
    padding-left: 35px;
    margin-bottom: -35px;
}

.two-col-form .row {
    align-items: center;
}

.form-area iframe {
    height: 805px !important;
}

.two-col-form {
    margin: 5px 0;
}

.contact-text-area {
    max-width: 480px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .form-area h2 {
        padding-top: 16px;
        padding-left: 43px;
        margin-bottom: -35px;
    }

    .contact-text-area {
        max-width: 100%;
        margin-left: 0;
    }
}

.page-id-717 .Traditional-area .inner-container {
    padding-top: 20px;
}

.header-area.open-menu-fixed-header .location-dropdown-toggle {
    color: #fff;
}

.header-area.open-menu-fixed-header .location-dropdown-toggle img {
    filter: invert(0);
}

/* gal-category */
.gal-category-sec {
    padding-top: 88px;
    background-color: #F8F4EB;
}

.gal-category-sec .container {
    max-width: 1237px;
}

.gal-category-heading {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 23px;
}

.gal-category-heading::after {
    position: absolute;
    left: -50px;
    width: calc(100% + 100px);
    content: "";
    height: 1px;
    background-color: #BABABA;
    bottom: 0;
}

.gal_post_dtl h2,
.gal-category-heading h2 {
    font-size: 21px;
    line-height: 38px;
    margin-bottom: 0;
}

.gal-category-heading p {
    font-size: 16px;
    line-height: 26px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    margin: 7px 0 0;
    color: #2D2926;
}

.gal-case-btn a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #F8F4EB;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A47F54;
    border: 1px solid #A47F54;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.gal-case-btn a:hover {
    background-color: transparent;
    color: #A47F54;
}

.each-case-wrap {
    margin-bottom: 15px;
}

.gal-load-more-btn {
    margin-top: 42px;
}

.gal-btn {
    min-width: 192px;
    text-align: center;
    padding: 8px;
    display: inline-block;
    font-family: "neue-haas-grotesk-display", sans-serif;
    line-height: 20px;
    font-size: 15px;
    color: #13322B;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #13322A;
    border-radius: 29px;
    overflow: hidden;
}

.gal-btn:hover {
    background-color: #13322B;
    color: #F8F4EB;
}

.each-gal-category-wrap {
    padding-bottom: 50px;
}

.gal-post-slider-img img,
.each-gal-case-img img {
    height: 100%;
    object-fit: cover;
}

.gal-post-sec {
    background-color: #F8F4EB;
    padding-top: 100px;
    padding-bottom: 70px;
}

.gal-post-sec h1 {
    margin-bottom: 0.5em;
}

.gal-post-sec .container {
    max-width: 1205px;
}

.gal-post-top-slider {
    margin-bottom: 9px;
}

.back-btn {
    margin-bottom: 14px;
}

.gal_post_heading .site-breadcrumb a,
.gal_post_heading .site-breadcrumb {
    color: #13322B;
    margin-top: 6px;
}

.gal_post_heading .site-breadcrumb a:hover {
    color: #A47F54;
}

.gal_post_dtl {
    padding-left: 60px;
}

.gal_post_heading {
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 28px;
}

.gal_post_dtl p a {
    color: #2D2A26;
    font-weight: 400;
    text-decoration: underline !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.gal_post_dtl p a:hover,
.gal_post_dtl h3 {
    color: #A47F54;
}

.gal_post_dtl ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 50px;
    margin-bottom: 27px;
}

.gal_post_dtl ul h6 {
    font-size: 16px;
    line-height: 26px;
    color: #2D2A26;
}

.prev-nxt {
    display: flex;
    column-gap: 10px;
}

.prev-nxt a.common-button {
    min-width: 162px;
}

.prev-nxt a.gal-btn {
    min-width: 158px;
}

@media (max-width: 1199px) {
    .gal_post_dtl {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .gal-category-sec {
        padding-top: 40px;
    }

    .each-gal-case-img {
        margin-bottom: 5px;
    }

    .gal-case-btn a {
        padding: 11px;
    }

    .each-case-wrap {
        margin-bottom: 40px;
    }

    .gal-load-more-btn {
        margin-top: 32px;
    }

    .each-gal-category-wrap {
        padding-bottom: 33px;
    }

    .gal-post-slider {
        margin-bottom: 33px;
    }

    .gal_post_dtl ul {
        column-gap: 48px;
    }

    .gal-post-sec {
        padding-top: 99px;
    }
}

@media (max-width: 767px) {
    .gal-category-heading::after {
        left: -10px;
        width: calc(100% + 20px);
    }
}

#filter-checkbox-list ul li a {
    color: #13322B;
}

#filter-checkbox-list ul li a:hover {
    color: #fff !important;
}

p.procedure-li span:last-child {
    display: none;
}

.gallery-each-text {
    position: absolute;
    right: 10px;
    top: 10px;
}

.fancybox-content .gallery-each {
    margin-bottom: 0px;
}

.fancybox-content {
    padding: 0px !important;
    background: transparent;
    height: auto !important;
}

.gallery-post-popup img {
    height: 100%;
}

.gallery-post-popup img {
    width: 100%;
}

.fancybox-button svg {
    color: #fff;
}

.gal-post-slider .swiper-button-prev, .gal-post-slider .swiper-button-next {
    top: 40%;
}

.gal-post-slider .swiper-button-prev {
    left: -20px;
    right: auto;
}

.gal-post-slider .swiper-button-next {
    right: -20px;
    left: auto;
}

.menu-btn a {
    font-size: 16px;
    color: #fff;
    padding: 8px;
}

.menu-btn {
    color: #fff;
}

.menu-btn a:hover {
    color: #A47F54;
}

.fixed_header.stky .menu-btn {
    display: none;
}

@media (max-width: 991px) {
    .menu-btn {
        margin-top: -3px;
    }

    .menu-btn a {
        font-size: 14px;
        color: #fff;
        padding: 7px;
    }
}

.page-11 .post-time {
    display: none;
}


.surgeons-banner-text h2 {
    color: #C5AC8C;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
}

.surgeons-banner-text h1 span {
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .surgeons-banner-text h2 {
        line-height: 30px;
        margin-top: 25px;
    }
}