/* font-family: "futura-pt", sans-serif; 
   font-family: "century-gothic", sans-serif;
*/

*{margin: 0px; padding: 0px; box-sizing: border-box;}
*{ margin: 0; padding: 0; box-sizing: border-box; }
body{ font-family: "futura-pt", sans-serif; background-color: #ffffff;touch-action: manipulation; }
*, *:before, *:after { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { /*margin: 0px auto !important; max-width: 1400px;*/ width: 100%; font-size: 18px; line-height: 28px; color: #000000; 
    font-family: "futura-pt", sans-serif; font-weight: 400; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; }
html { min-height: 100%; background: #fff; }  
::-webkit-input-placeholder { color: #000000; opacity: 1 !important; }
::-moz-placeholder { color: #000000; opacity: 1 !important; }
:-ms-input-placeholder { color: #000000; opacity: 1 !important; }
:-moz-placeholder { color: #000000; opacity: 1 !important; }
input[type=checkbox]{ -webkit-appearance: checkbox; }
input[type=radio]{ -webkit-appearance: radio; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: "futura-pt", sans-serif; font-weight: 400; }
:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }
#cookie-law-info-bar { color: #072036!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; z-index: 9999999999!important; font-weight: 400!important;}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #072036!important; }
.grecaptcha-badge {left: -9999999999px!important;}
/* common */
a { transition: all 350ms; -webkit-transition: all 350ms; -ms-transition: all 350ms; text-decoration: none; outline: none;  }
a:focus, a:active { outline: none; }
a:hover { text-decoration: none; } 
ul, ol {  margin: 0px; padding: 0px; list-style: none; }
ul li, ol li { padding: 0px; }
ol ol { margin-bottom: 0px; }
ol ol li:last-child { padding-bottom: 0px; } 
html{scroll-behavior: auto !important;}
img { border: 0px;outline: none;display: block;max-width: 100%;height: auto; }


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; }
.slick-arrow.slick-hidden { display: none; }

.screen-reader-text{
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: block;
    border: 2px solid #405c74;
}
.screen-reader-text:hover{
    background: #ffffff;
    color: #405c74;
}
.container{
    max-width: 1296px;
}
.page-wrapper{
    position: relative;
    display: block;
    width: 100%;
}
.hero-banner{
    padding: 187px 0px 0px 0px;
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.top-header{
    padding: 12px 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
}
.nav-header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-image-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.hero-image-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-header-inner{padding: 0px 20px; padding-left: 25px;}
.call-link a{
    font-size: 18px;
    color: #fff;
    font-family: "futura-pt", sans-serif; 
    font-weight: 500;
}
/* .call-link a:hover{
    color: #405c74;
} */
.appo-btn a{
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: block;
    border: 2px solid #405c74;
}
.appo-btn a:hover{
    background: #ffffff;
    color: #405c74;
}
.header-navigation ul {
    display: flex;
    gap: 50px;
}
.header-navigation ul li a{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1.0px;
    position: relative;
}
.header-navigation ul li a::before{
    content: "";
    position: absolute;
    top: 115%;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    transition: all 350ms ease;
    display: none;
}
.header-navigation ul li a:hover::before{
    width: 100%;
}
.hero-centering{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    margin-top: 12%;
    z-index: 2;
}
.hero-centering a{
    padding-right: 0px;
    max-width: 665px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10;
}
.hero-centering h1 {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 56px;
    letter-spacing: 0.5px;
    font-family: "century-gothic", sans-serif;
    line-height: 171px;
    margin-top: 50px;
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
}
/* .hero-centering h1:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 160px;
    width: 2px;
    height: 100vh;
    background: #fff;
} */
.hero-banner::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
    z-index: 1;
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.hero-video .videoth{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.text-box-up{
    padding: 0 0 116px 8px;
    position: relative;
    margin-top: -97px;
    z-index: 10;
}
.welcomebg-block{
    margin: 0 auto;
    max-width: 1268px;
    position: relative;
    -webkit-box-shadow: 0px 0px 18.2px 1.8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18.2px 1.8px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    transition: 1s all;
    /* visibility: hidden;
    opacity: 0; 
    transform: translateY(80px); */
    background: #fff;
}
/* .welcomebg-block.showon{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
} */

.welcomeslidetext{
    width: 49.8%;
}
.welcomeslideimg{
    width: 50.2%;
    position: relative;
}
.welcomebg-block .welcomeslidetext{
    padding: 47px 72px 0px 51px;
    display: flex;
    flex-wrap: wrap;
}
.welcomeslideimg .slider-nav .slick-prev{
    display: none !important;
}
.slick-vertical .slick-slide{
    border: none !important;
}
.welcomeslidetext .leftcontent {
    min-height: 620px;
}
.textSwiper{
    height: 620px;
    overflow: hidden;
}
.imageSwiper{
    height: 689px;
    overflow: hidden;
}
.welcomeslideimg .custom-nav .swiper-button-next {
    position: absolute;
    left: -68px;
    top: calc(50% - 60px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 140px;
    height: 140px;
    font-size: 18px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #fff solid 8px;
    text-transform: uppercase;
    transition: 0.3s all;
    letter-spacing: 0.12em;
    background: #405c74;
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
}

.welcomeslideimg .custom-nav .swiper-button-next .swiper-navigation-icon{
    display: none;
}

.welcomeslideimg .slick-next {
    position: absolute;
    left: -68px;
    top: calc(50% - 60px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 140px;
    height: 140px;
    font-size: 18px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #fff solid 8px;
    text-transform: uppercase;
    transition: 0.3s all;
    letter-spacing: 0.12em;
    background: #405c74;
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
}
.welcomeslideimg .slick-next:hover {
    background: #fff;
    border-color: #405c74;
    -webkit-text-fill-color: #405c74;
    -webkit-text-stroke-color: #405c74;
}
.welcomeslideimg .slick-dots {
    margin: 0;
    width: calc(100% + 3px);
    display: flex;
    overflow: hidden;
    list-style: none;
    position: absolute;
    left: 0px;
    bottom: -19px;
    z-index: 145;
    align-items: flex-end;
}
.welcomeslideimg .slick-dots li {
    margin: 0 3px 0 4px;
    width: 100%;
    display: flex;
}
.welcomeslideimg .slick-dots li:first-child {
    margin-left: 0px;
}
.welcomeslideimg .slick-dots li button {
    width: 100%;
    height: 6px;
    font-size: 0px;
    cursor: pointer;
    border: 0px;
    background: #cccccc;
}
.welcomeslideimg .slick-dots li.slick-active button {
    background: #405c74;
}
.custom-nav .swiper-pagination{
    margin: 0;
    width: calc(100% + 3px);
    display: flex;
    overflow: hidden;
    list-style: none;
    position: absolute;
    left: 0px;
    bottom: -19px;
    z-index: 145;
    top: 100%;
    height: 45px;
    gap: 8px;
    align-items: flex-end;
}
.custom-nav .swiper-pagination .swiper-pagination-bullet{
    width: 100%;
    height: 6px;
    border-radius: 0px;
    background: #cccccc;
    opacity: 1;
}
.custom-nav .swiper-pagination .swiper-pagination-bullet:first-child{margin-left: 0px;}
.custom-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #405c74;
}



.info-block-new{
    margin: 0 auto;
    max-width: 1268px;
    position: relative;
    -webkit-box-shadow: 0px 0px 18.2px 1.8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18.2px 1.8px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    transition: 1s all;
    visibility: hidden;
    opacity: 0;
    transform: translateY(80px);
    background: #fff;
    justify-content: space-between;
}
.infotext-left{
    padding: 47px 72px 0px 51px;
    width: 49.8%;
    display: flex;
    flex-wrap: wrap;
}
.infoimage-right{width: 50.2%;}

.info-block-new.showon{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.infoimage-right.image-slider .slick-prev{
    display: none;
}

.wel-text-mobile{
    display: none;
}
.wel-text-mobile h2 span{
    font-size: 18px;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    display: block;
    letter-spacing: 1.1px;
}
.wel-text-mobile h2 {
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.3px;
}
.welcomeslidetext h2 span{
    font-size: 18px;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    display: block;
    letter-spacing: 1.1px;
}
.welcomeslidetext h2{
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.3px;
    margin-bottom: 27px;
}
.welcomeslidetext p{
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0.9px;
    margin-bottom: 19px;
}
.wel-btnlinks a.textlink-btn{
    padding-bottom: 11px;
    color: #000000;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.wel-btnlinks a.textlink-btn:last-child{
    margin-left: 50px;
}
.welcomeslideimg .rightimg {
    min-height: 689px;
}
.wel-btnlinks{
    padding-top: 15px;
}
.welcomeslideimg .rightimg img {
    min-height: 689px;
    object-fit: cover;
    height: 689px;
    width: 100%;
}
.wel-btnlinks a.textlink-btn:before {
    content: "";
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 140px;
    height: 2px;
    max-width: 79px;
    background: #405c74;
}
.wel-btnlinks a.textlink-btn:hover:before {
    width: 100%;
    max-width: 100%;
}
.wel-btnlinks a.textlink-btn:hover{
    color: #405c74;

}
.membership-post-box{
    background: #405c74;
    padding: 70px 0px;
    margin-bottom: 100px;
}
.membership-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1122px;
    width: 100%;
    margin: 0 auto;
}
.membership-left-logo {
    max-width: 383px;
    width: 100%;
    border-right: 1px solid rgba(226, 226, 226, 0.25);
}
.membership-left-logo img {
    max-width: 330px;
    width: 100%;
    height: auto;
}
.membership-text-in{
    max-width: 350px;
    width: 100%;
    margin-right: 0px;
}
.membership-text-in h3{
    font-size: 19.7px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 1.6;
    font-family: "century-gothic", sans-serif;
}
.membership-right-button{
    max-width: 270px;
    width: 100%;
    text-align: center;
}
.membership-right-button a{
    background: #ffffff;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 25px;
    display: block;
    border: 2px solid #ffffff;
}
.membership-right-button a:hover{
    border-color: #ffffff;
    background: #405c74;
    color: #ffffff;
}
.about-info-block{
    padding-bottom: 116px;
}

.about-left-image img{
    width: 100%;
    height: auto;
}
.about-right-info{
    max-width: 545px;
    width: 100%;
    margin-left: auto;
    padding-top: 60px;
}
.about-right-info h2{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 5px;
}
.about-right-info h3{
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 32px;
}
.about-right-info p{
    line-height: 1.333;
    letter-spacing: 0.8px;
    margin-bottom: 32px;
}
.about-right-info a{
    padding-bottom: 11px;
    color: #000000;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}
.about-right-info a::after{
    content: "";
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 140px;
    height: 2px;
    max-width: 79px;
    background: #405c74;
}
.about-right-info a:hover::after{
    width: 100%;
    max-width: 100%;
}
.about-right-info a:hover{
    color: #405c74 !important;
}
.we-centering{
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0px auto;
    padding: 0px 15px;
}
.we-centering .intro{
    text-align: center;
    margin-bottom: 50px;
}
.we-centering .intro h4{
    position: relative;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 28px;
    color: rgb(0, 0, 0);
}
.we-centering .intro h4 span {
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.12em;
    padding: 0px 15px;
    background: rgb(255, 255, 255);
}
.we-centering .intro h4::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgb(226, 226, 226);
}
.we-centering .intro h5{
    font-size: 52px;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
}
.we-can-blocks .we-can-help-post{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.we-can-blocks .we-can-help-post .help-post-card{
    padding: 20px 19px;
    width: 25%;
    min-height: 800px;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    cursor: pointer;
}
.we-can-blocks .we-can-help-post .help-post-card .we-text{
    padding: 7px;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    z-index: 15;
    transition: 0.3s all;
}
.we-can-blocks .we-can-help-post .help-post-card .we-text::before, 
.we-can-blocks .we-can-help-post .help-post-card .we-innertext::before{
    content: "";
    position: absolute;
    left: -0px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
    transition: 0.5s height;
    -webkit-transition: 0.5s height;
}

.we-can-blocks .we-can-help-post .help-post-card .we-text::after, 
.we-can-blocks .we-can-help-post .help-post-card .we-innertext::after{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: #fff solid 1px;
    border-left: #fff solid 1px;
    transition: 0.5s height;
    -webkit-transition: 0.5s height;
}

.we-can-blocks .we-can-help-post .help-post-card .we-text::before, 
.we-can-blocks .we-can-help-post .help-post-card .we-text::after{
    opacity: 0;
}
.we-can-blocks .we-can-help-post .help-post-card .we-innertext::before, 
.we-can-blocks .we-can-help-post .help-post-card .we-innertext::after{
    opacity: 0;
}
.we-can-blocks .help-post-card .we-innertext {
    padding: 20px 60px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.we-can-blocks .help-post-card .we-innertext div {
    width: 100%;
}
.help-post-card .we-innertext h2{
    font-size: 42px;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
}
.help-post-card .we-innertext p{
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    max-height: 0px;
    overflow: hidden;
    padding: 0px 45px;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
}
.we-can-blocks .we-can-help-post .help-post-card .bg {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0s opacity;
    -webkit-transition: 0s opacity;
}
.we-can-blocks .we-can-help-post .help-post-card .bg::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.30;
    background: #000;
}
.three-hover-block__background {
    background: rgba(0, 0, 0, 0.3);
    display: block;
}
.three-hover-block__background .background-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: 50%;
    background-size: cover;
    transition: all 1.5s;
}
.three-hover-block__background .background-section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    background: #000;
    
}
.we-in{
    width: 33.33%;
}
.we-can-blocks .we-can-help-post.mouseentered .bg{
    opacity: 0;
}
.we-can-blocks .we-can-help-post.mouseentered .we-text{
    opacity: 0;
}
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis {
    overflow: visible;
}
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis .bg,
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis .we-text{
    opacity: 1;
}


.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis .we-text::before, 
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis .we-text::after{
    width: 100%;
    opacity: 1;
}
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis1 .we-text::before, 
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis1 .we-text::after{
    height: 100%;
    opacity: 1;
}
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis .we-innertext::before, 
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis .we-innertext::after{
    width: 100%;
    opacity: 1;
}
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis1 .we-innertext::before, 
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis1 .we-innertext::after{
    height: 100%;
    opacity: 1;
}
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis1 p{
    max-height: 300px;
    opacity: 1;
}
.we-can-blocks .we-can-help-post.mouseentered .help-post-card.showthis1 .we-innertext {
    background: rgba(0, 0, 0, 0.3);
}

.three-hover-block__background .background-section.opacity1 {
  opacity: 1 !important;
}
.we-can-help-post.mouseentered .bg {
  opacity: 0 !important;
}
.we-can-help-with-main{
    overflow: hidden;
    margin-bottom: 130px;
}

.we-can-blocks .we-can-help-post .help-post-card:nth-child(2) .bg{
    transition: 0s opacity;
    -webkit-transition: 1s opacity;
}
.we-can-blocks .we-can-help-post .help-post-card:nth-child(3) .bg{
    transition: 0s opacity;
    -webkit-transition: 1s opacity;
}
.we-can-blocks .we-can-help-post .help-post-card:nth-child(4) .bg{
    transition: 0s opacity;
    -webkit-transition: 1s opacity;
}
.we-can-blocks .we-can-help-post .help-post-card:nth-child(5) .bg{
    transition: 0s opacity;
    -webkit-transition: 1s opacity;
}
.we-can-blocks .we-can-help-post .help-post-card:nth-child(2) .bg{
    background-position-x: 0px;
}
.we-can-blocks .we-can-help-post .help-post-card:nth-child(3) .bg{
    background-position-x: 0px;
}
.we-can-blocks .we-can-help-post .help-post-card:nth-child(4) .bg{
    background-position-x: 0px;
}
.we-can-blocks .we-can-help-post .help-post-card:nth-child(5) .bg{
    background-position-x: -415px;
}
.help-post-card .we-innertext p{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    letter-spacing: 0.8px;
}

.we-can-blocks.why-choose .we-can-help-post .help-post-card:nth-child(2) .bg{
    background-position-x: -570px;
}
.we-can-blocks.why-choose .we-can-help-post .help-post-card:nth-child(3) .bg{
    background-position-x: 0px;
}
.we-can-blocks.why-choose .we-can-help-post .help-post-card:nth-child(4) .bg{
    background-position-x: 0px;
}
.we-can-blocks.why-choose .we-can-help-post .help-post-card:nth-child(5) .bg{
    background-position-x: 0px;
}
.no-margin-bottom{margin-bottom: 0px;}
.testimonials-main{
    padding: 130px 0px;
}
.testimonial-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.testimonial-title-left h2{
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
    color: #000000;
}
.testimonial-title-left h3{
    font-size: 42px;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
}
.testimonial-right-button a{
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: block;
    border: 2px solid #405c74;
}
.testimonial-right-button a:hover{
    background: #ffffff;
    color: #405c74;
}

 /* ── MAIN LAYOUT ── */
.testimonials-layout {
    display: grid;
    grid-template-columns: 411px 1fr;
    gap: 24px;
    align-items: stretch;
}

/* ── RATING CARD ── */
.rating-card {
    background: #ffffff;
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 36px 36px;
    position: relative;
    min-height: 380px;
}

.rating-score {
    font-family: "century-gothic", sans-serif;
    font-size: 80px;
    color: #000000;
    line-height: 1;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
}

.stars {
    display: flex;
    gap: 4px;
    margin-bottom: 5px;
}
.stars svg { width: 20px; height: 20px; fill: #405c74; }

.review-count {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0.2px;
    margin-bottom: 28px;
}

/* Google G logo (SVG inline) */
.google-logo {
    width: 44px;
    height: 44px;
    margin-bottom: 95px;
}

/* Nav arrows */
.rating-nav {
    display: flex;
    gap: 12px;
}

.nav-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #c4bbb4;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.nav-arrow:hover {
    border-color: #c4bbb4;
    background: #c4bbb4;
    transform: scale(1.05);
}
.nav-arrow:hover svg path { stroke: #fff; }
.nav-arrow svg { width: 16px; height: 16px; stroke: #000000; stroke-width: 2; fill: none; transition: stroke 0.2s ease; }

.nav-arrow svg path{stroke: #000000}

/* ── SLIDER WRAPPER ── */
.slider-wrapper {
    min-width: 0;
    position: relative;
    margin-right: 0px;
}

/* ── REVIEW CARD ── */
.review-card {
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 36px 30px 25px 40px;
    margin: 0 0px 0px 0px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 465px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
}

.quote-mark {
    font-size: 72px;
    line-height: 0.6;
    opacity: 1;
    margin-bottom: 24px;
    display: block;
    user-select: none;
}

.review-card p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.333;
    color: #374151;
    letter-spacing: 1.1px;
    flex: 1;
}

.review-footer {
    margin-top: 36px;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.1px;
}

.review-date {
    font-size: 18px;
    font-weight: 400;
    color: var(--muted);
}

.review-stars {
    display: flex;
    gap: 2px;
}
.review-stars svg { width: 13px; height: 13px; fill: var(--star); }


.review-in{
    display: flex;
    gap: 6px;
}

.footer-main{
    background: #405c74;
    padding-top: 132px;
    padding-bottom: 92px;
}

.copyright-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright-left ul {
    display: flex;
    flex-wrap: wrap;
}
.copyright-left ul li{
    font-size: 14px;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0.9px;
    color: #ffffff;
    margin-right: 19px;
}
.copyright-left ul li a{
    color: #ffffff;
}
.copyright-left ul li a:hover{
    color: #c4bbb4;
}
.copyright-right a{
    font-size: 14px;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0.9px;
    color: #ffffff;
}
.copyright-right a:hover{
    color: #c4bbb4;
}
.footer-logo{
    margin-bottom: 29px;
}
.footer-left-adrblock img{
    max-width: 216px;
    width: 100%;
    height: auto;
}
.footer-left-adrblock p{
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    color: #ffffff;
    line-height: 1.333;
    margin-bottom: 21px;
    letter-spacing: 0.9px;
}

.footer-email-call ul li {
    color: #ffffff;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0.9px;
    line-height: 1.7;
}
.footer-email-call ul li a{
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-email-call ul li a:hover{
    color: #c4bbb4;
}
.footer-email-call{
    margin-bottom: 31px;
}
.footer-social-links ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-social-links ul li{
    margin-right: 18px;
}
.footer-social-links ul li a{
    color: #ffffff;
    font-size: 20px;
}
.footer-social-links ul li a:hover{
    color: #c4bbb4;
}
.copyright-block{
    padding-top: 35px;
    margin-top: 40px;
    border-top: 1px solid rgba(204, 204, 204, 0.25);
}

.footer-email-call ul li a img{
    max-width: 18px;
    height: auto;
    width: 100%;
}

.footer-blockitem h3{
    font-size: 18px;
    font-weight: 400;
    color: #daeaee;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.footer-blockitem ul li{
    line-height: 1.778;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 1.1px;
    color: #ffffff;
}
.footer-blockitem ul li a{
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 1.1px;
    color: #ffffff;
}
.footer-blockitem ul li a:hover{
    color: #c4bbb4;
}
.footer-blockitem.sr-links{
    padding-left: 40px;
}
.footer-blockitem.moh-info {
    padding-left: 35px;
}
.moretext{
    display: none;
}
.mobile-btns{
    display: none;
}

.off-canvas {
    padding: 40px 20px 30px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 300;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transition: transform .7s ease 0s;
    -webkit-transition: transform .7s ease 0s;
    background: #405c74;
}
.closebtn.mobilemenu {
    position: absolute;
    top: 57px;
    right: 18px;
    width: 30px;
    height: 30px;
    display: none;
}
.mobile-logo {
    text-align: center;
}

.hum-block {
    display: none;
}
.hum-btn {
    width: 38px;
    height: 48px;
    display: flex;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-br {
    width: 34px;
    height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
}
.line-dr {
    width: 34px;
    height: 2px;
    background: #ffffff;
    display: block;
}
.line-dr::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
}
.line-dr::after {
    content: "";
    width: 34px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.hum-btn span {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 11px;
    display: block;
    line-height: 12px;
}
.hero-logo img{
    max-width: 665px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.custom-nav .swiper-button-prev{
    display: none;
}
.is-open .off-canvas {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition: transform .5s cubic-bezier(.34, .95, .27, .98) 0s;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 30px;
    height: 2px;
    transform: rotate(45deg);
    background: #ffffff;
}
.menu_mobile .closebtn::after {
    transform: rotate(-45deg);
}
.mobile-logo{padding-top: 0px;}
.mobile-logo .hero-logo{display: inline-block;}
.mobile-logo .hero-logo img{
    max-width: 260px;
    display: block;
    height: 52px;
}
.mobile-menu-item{
    margin-top: 20px;
}
.mobile-menu-item ul li{
    line-height: 2;
}
.mobile-menu-item ul li a{
    color: #ffffff;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 1.1px;
}
.mobile-btns a{
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 9px 14px;
    display: block;
    border: 2px solid #405c74;
    text-align: center;
    width: 100%;
}
.mobile-btns a:first-child{
    border-right: 2px solid #ffffff;
}


.text-slide {}


.text-slide h2 span{
    font-size: 18px;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    display: block;
    letter-spacing: 1.1px;
}
.text-slide h2{
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.3px;
    margin-bottom: 27px;
}
.text-slide p{
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0.9px;
    margin-bottom: 19px;
}
.infoimage-right.image-slider .slick-prev{
    display: none !important;
}
.infoimage-right.image-slider .slick-prev{
    display: none !important;
}


.infoimage-right.image-slider .slick-next {
    position: absolute;
    left: -68px;
    top: calc(50% - 0px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 140px;
    height: 140px;
    font-size: 18px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #fff solid 8px;
    text-transform: uppercase;
    transition: 0.3s all;
    letter-spacing: 0.12em;
    background: #405c74;
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
}
.infoimage-right.image-slider .slick-next::before{
    display: none;
}
.infoimage-right.image-slider .slick-dots li button:before{
    display: none;
}
.infoimage-right.image-slider.slick-dotted.slick-slider{margin-bottom: 0px;}
.infoimage-right.image-slider .slick-next:hover {
    background: #000000;
}
.infoimage-right.image-slider .slick-dots {
    margin: 0;
    width: calc(100% + 3px);
    display: flex;
    overflow: hidden;
    list-style: none;
    position: absolute;
    left: 0px;
    bottom: -19px;
    z-index: 145;
    align-items: flex-end;
}
.infoimage-right.image-slider .slick-dots li {
    margin: 0 3px 0 4px;
    width: 100%;
    display: flex;
    height: 6px;
}
.infoimage-right.image-slider .slick-dots li:first-child {
    margin-left: 0px;
}
.infoimage-right.image-slider .slick-dots li button {
    width: 100%;
    height: 6px;
    font-size: 0px;
    cursor: pointer;
    border: 0px;
    background: #cccccc;
}
.infoimage-right.image-slider .slick-dots li.slick-active button {
    background: #405c74;
}

.infoimage-right.image-slider .image-slide {
    min-height: 689px;
}
.infoimage-right.image-slider .image-slide img {
    min-height: 689px;
    object-fit: cover;
    height: 689px;
    width: 100%;
}
.infotext-left.text-slider .text-slide{
    min-height: 620px;
}
.image-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_search {
    padding: 0px 0px 54px;
    margin: 0px auto;
    max-width: 900px;
    display: flex;
    display: none;
}
.blog_search .widget {
    padding: 0px 20px;
    width: 33.33333%;
}
.blog_search .searchform {
    position: relative;
}
.blog_search input[type="text"] {
    padding: 0px 50px 0px 0px;
    margin: 0px;
    height: 50px;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: inherit;
    color: #072036;
    font-weight: 400;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    display: block;
    appearance: none;
    -webkit-appearance: none;
}
.blog_search #searchsubmit {
    padding: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    /* font-size: 0px; */
    /* line-height: 0px; */
    border: 0px;
    min-width: inherit;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0px;
    /* background: url(images/search-icon.png) center center no-repeat; */
    background: transparent;
    color: #405c74;
    font-size: 19px;
}

.blog_search select {
    cursor: pointer;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #072036;
    font-weight: 400;
    width: 100%;
    height: 50px;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    background: url('../images/select-arrow.svg') right center no-repeat;
    background-size: 16px auto;
}
.blog-bar{
    padding: 80px 0px;
}
.blog-bar .item {
    padding: 0 39px;
    margin-bottom: 55px;
    width: 33.33%;
}
.blog-bar .date {
    padding-bottom: 11px;
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #c4bbb4;
    font-weight: 500;
}
.blog-bar .image {
    margin-bottom: 20px;
    position: relative;
    webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.blog-bar h3 {
    padding-bottom: 16px;
    margin: 0px;
    font-size: 20px;
    letter-spacing: 0.9px;
    line-height: 26px;
    color: #405c74;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
}
.blog-bar h3 a {
    color: #405c74;
}
.blog-bar .image .attachment-postthumbnail {
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
}
.blog-bar .image img {
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
}
.blog-bar .image img {
    width: 100%;
}
.blog-bar .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #405c74;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.blog-bar .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-delay: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    z-index: 2;
}
.blog-bar .share {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}
.blog-bar .share li {
    margin: 0px 20px;
}
.blog-bar .share li a {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "century-gothic", sans-serif;
    color: #ffffff;
    text-align: center;
}
.blog-bar .share li .icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #072036;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 11px;
}
.blog-bar .share li .icon img {
    width: 32px;
    min-height: inherit;
}
.blog-bar .share li:nth-child(2) img {
    left: -2px;
    position: relative;
}

.blog-bar .image:hover:before {
    opacity: 1;
    visibility: visible;
}
.blog-bar .image:hover .overlay {
    opacity: 1;
}

.page-hero{
    height: 70vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.page-hero .text {
    padding: 0px 0px 46px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-hero h1 {
    padding-bottom: 16px;
    line-height: 54px;
    color: #ffffff;
    font-size: 42px;
    letter-spacing: 0.5px;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    text-transform: none;
}
.page-hero .date {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}
.page-hero .wrapper{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.page-hero::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
    z-index: 1;
}
.common-bar {
    padding: 33px 0px 46px;
}
.common-bar .wrapper {
    max-width: 1060px;
    margin: 0 auto;
    width: 100%;
}
.common-bar .more-br {
    padding-bottom: 39px;
}
.common-bar .more-br a {
    padding: 15px 0px;
    margin: 0px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    color: #405c74;
    font-weight: normal;
}
.common-bar .more-br .go-back {
    padding-left: 45px;
    background: url('../images/back.png') no-repeat center left;
    background-size: 32px auto;
}
.common-bar .more-br .addthis_button_more {
    padding-right: 45px;
    margin-right: 10px;
    margin-left: auto;
    background: url('../images/cr-share.png') no-repeat center right;
    background-size: 34px auto;
}
.common-bar h2 {
    padding-bottom: 7px;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
}
.common-bar p {
    padding-bottom: 23px;
}
.common-bar p a{
    color: #000000;
    text-decoration: underline;
}
.common-bar p a:hover{
    color: #405c74;
}
.common-bar ul, .common-bar ol {
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}
.common-bar li {
    padding-bottom: 10px;
    position: relative;
}
.common-bar li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #405c74;
    border-radius: 100%;
}
.pagination-bar {
    border-bottom: 1px solid #eeeeee;
    background: #405c74;
}
.pagination-bar .wp-pagenavi {
    padding: 51px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    color: #c1a25a;
    font-weight: normal;
}
.pagination-bar.single-page .wp-pagenavi {
    padding: 68px 0px;
    justify-content: flex-start;
}

.pagination-bar .wp-pagenavi a, .pagination-bar .wp-pagenavi span {
    margin: 0px 40px;
    padding: 0px;
    border: 0px;
    color: #c1a25a;
}

.pagination-bar .wp-pagenavi .previouspostslink {
    padding-left: 45px;
    display: inline-block;
    color: #ffffff;
    background: url('../images/wh-back.png') no-repeat center left;
    background-size: 30px auto;
}


.header-navigation ul li a{
    --kcw-main-color: #ffffff;
    --kc-background-position: calc(100% - 0px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--kcw-main-color) 1px);
    background-size: 0 var(--kc-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%;
    padding: 5px 0px;
}
.header-navigation ul li a:hover{
    background-size: 100% var(--kc-background-position);
    background-position-x: 0;
}

.pagination-bar .wrapper-page{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.footer-notes{
    text-align: center;
    margin-top: 40px;
}
.footer-notes p{
    font-size: 13px;
    color: #ffffff;
    line-height: 22px;
}


.offer-side-panel{
    position:fixed;
    right:0;
    max-width: 400px;
    width:100%;
    background:#405c74;
    z-index:99999;
    opacity:0;
    visibility:hidden;
    transform:translateX(100%);
    -webkit-transition: all 1.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 1.2s cubic-bezier(0.42, 0, 0.58, 1);
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.offer-side-panel.active{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}

.offer-side-panel.top{
    top:120px;
}

.offer-side-panel.bottom{
    bottom:100px;
}

.offer-link{
    display:block;
    text-decoration:none;
    color:inherit;
}

.offer-content{
    padding:11px;
    position: relative;
}
.offer-content::before{
    content:'';
    position:absolute;
    top: 11px;
    left: 11px;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border: 1px solid #ffffff;
}

.offer-label{
    display:block;
    margin-bottom:8px;
    font-size:12px;
    text-transform:uppercase;
}

.offer-content h3{
    margin:0;
}

.offer-close{
    background: #405c74;
    position:absolute;
    top:10px;
    right:10px;
    width:30px;
    height:30px;
    border:none;
    cursor:pointer;
    z-index: 2;
}

.offer-close:before,
.offer-close:after{
    content:'';
    position:absolute;
    left:14px;
    top:5px;
    width:2px;
    height:20px;
    background:rgba(225, 225, 225, 0.30);
}

.offer-close:before{
    transform:rotate(45deg);
}

.offer-close:after{
    transform:rotate(-45deg);
}

.offer-content img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


.call-link{
    width: 20%;
}
.appo-btn {
    width: 20%;
    text-align: right;
}
.appo-btn a{
    display: inline-block;
}
.header-navigation > ul > li{
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.header-navigation > ul > li .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    display: none;
    min-width: 280px;
    padding: 20px 24px;
    margin: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .2px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    list-style: none;
    z-index: 2;
    box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.1);
}
.header-navigation > ul > li:hover .sub-menu {
    display: block;
}
.header-navigation > ul > li .sub-menu li{
    line-height: 27px;
    margin-bottom: 10px;
}
.header-navigation > ul > li .sub-menu li:last-child{
    margin-bottom: 0px;
}
.header-navigation > ul > li .sub-menu li a{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    --kcw-main-color: #405c74;
    --kc-background-position: calc(100% - 0px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--kcw-main-color) 1px);
    background-size: 0 var(--kc-background-position);
    transition: .4s background-size cubic-bezier(.26, .57, .14, .81);
    background-position-x: 100%;
}
.header-navigation > ul > li .sub-menu li a:hover{
    background-size: 100% var(--kc-background-position);
    background-position-x: 0;
}
.menu_mobile .mobile-menu-item ul > li{
    position: relative;
    padding: 12px 0px;
    line-height: normal;
}

.menu_mobile .mobile-menu-item ul > li .mobile-menu-toggle{width: 40px;height: 40px;position: absolute;top: 2px;right: 0px;font-size: 0px;line-height: 0px;cursor: pointer;z-index: 2;}
.menu_mobile .mobile-menu-item ul > li > ul{display: none;padding-left: 10px;margin-bottom: 10px; padding-top: 12px;} 
.menu_mobile .mobile-menu-item ul > li .mobile-menu-toggle::before{content: "";margin-left: -7px;width: 15px;height: 1px;position: absolute;top: 19px;left: 50%;background: #ffffff;}
.menu_mobile .mobile-menu-item ul > li .mobile-menu-toggle::after{content: "";width: 1px;height: 15px;position: absolute;top: 12px;left: 50%;transition: all 350ms;-webkit-transition: all 350ms;background: #ffffff;}
.menu_mobile .mobile-menu-item ul > li .mobile-menu-toggle.is-active::after { transform: rotate(90deg); }

.menu_mobile .mobile-menu-item ul > li ul li{
    padding: 8px 0px;
}
.menu_mobile .mobile-menu-item ul > li ul li a{
    font-size: 16px;
}
.content-box {padding: 45px 0px 40px 0px;}
.content-box p{margin-bottom: 25px;}
.content-box h2 {
    padding-bottom: 22px;
    color: #000000;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    font-family: "century-gothic", sans-serif;
    color: black;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #000;
}
.content-box h3 {
    font-size: 34px;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 20px;
}
.content-box ul {
    padding: 0px 0px 25px 15px;
    margin-left: 10px;
    list-style: disc;
}
.content-box li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.content-box li strong{
    font-weight: 500;
}
.content-box p strong{
    font-weight: 500;
}
.content-box p a {
    color: #405c74;
}
.content-box a {
    color: #405c74;
    text-decoration: underline;
}
.content-box a:hover {
    text-decoration: none;
}

.appointment-main{
    padding: 80px 0px;
}
.appointment-inner{
    max-width: 810px;
    margin: 0 auto;
    width: 100%;
}
.appointment-inner p{
    
}
.is-hidden {
    position: absolute;
    z-index: -999;
    visibility: hidden;
    pointer-events: none;
}
.wpcf7-select, input[type="text"], input[type="email"], input[type="tel"], textarea {
    padding: 0 25px;
    margin: 0 0 20px;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: inherit;
    font-family: "century-gothic", sans-serif;
    height: 53px;
    border: 1px solid #405c74;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.appointment-form-in input[type="text"]{
    height: 53px;
}
.appointment-form-in .f-row{
    display: flex;
    flex-wrap: wrap;
}
.appointment-form-in .col-6 {
    width: calc(50% - 10px);
}
.appointment-form-in .col-6 + .col-6 {
    margin-left: auto;
}
.appointment-form-in textarea {
    margin-bottom: 26px;
}
.appointment-form-in textarea {
    padding-top: 15px;
    margin-bottom: 20px;
    height: 100px;
}
.form-button{
    text-align: center;
}
.form-button .wpcf7-submit{
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: block;
    margin: 0 auto;
    max-width: 210px;
    width: 100%;
    border: 2px solid #405c74;
    transition: all 350ms; -webkit-transition: all 350ms; -ms-transition: all 350ms;
}
.form-button .wpcf7-submit:hover{
    background: #ffffff;
    color: #405c74;
}
.appinfo p{
    font-size: 18px;
    line-height: 1.333;
    max-width: 610px;
    margin: 0 auto;
    letter-spacing: 0.9px;
    margin-bottom: 32px;
    text-align: center;
}
.wpcf7 form .wpcf7-response-output{
    text-align: center;
    font-size: 14px;
    color: #dc3232;
    border: none;
    padding: 0px;
    margin: 0px;
}


.inner-page-info-block{
    padding: 0 0 116px 8px;
    position: relative;
    margin-top: -97px;
    z-index: 10;
}
.info-block-new-page{
    margin: 0 auto;
    max-width: 1268px;
    position: relative;
    -webkit-box-shadow: 0px 0px 18.2px 1.8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18.2px 1.8px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    transition: 1s all;
    visibility: hidden;
    opacity: 0;
    transform: translateY(80px);
    background: #fff;
    justify-content: space-between;
}
.info-block-new-page.showon{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.info-block{
    padding: 0 0 116px 8px;
    position: relative;
    margin-top: -97px;
    z-index: 10;
}
.injurie-block{
    text-align: center;
    margin-bottom: 52px;
}
.injurie-block h3{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 24px;
}
.injurie-block p{}
.common-injuries{
    padding-bottom: 115px;
}
.injury-card{
    border: 2px solid #cccccc;
    padding: 38px 34px;
    text-align: center;
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
}
.injury-card img{
    max-width: 188px;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    display: inline-block;
}
.injury-card h4{
    font-size: 22px;
    color: #405c74;
    font-weight: 600;
    letter-spacing: 1.0px;
    font-family: "futura-pt", sans-serif;
}
.cta-bar{
    background: #405c74;
    padding: 70px 0px;
}

.cta-bar-inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
}
.cta-left-logo {
    padding: 12px 0px;
    max-width: 150px;
    width: 100%;
    
}
.cta-left-logo img{
    max-width: 76px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.cta-cnt-info{
    max-width: 810px;
    width: 100%;
    padding-left: 75px;
    border-left: 1px solid rgba(226, 226, 226, 0.25);
}
.cta-cnt-info p{
    font-size: 19.7px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 1.6;
    font-family: "century-gothic", sans-serif;
    padding-bottom: 10px;
}
.cta-cnt-info h4{
    font-size: 16.7px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: "century-gothic", sans-serif;
}
.cta-btn{
    max-width: 354px;
    width: 100%;
    text-align: right;
    padding-right: 35px;
}
.cta-btn a{
    background: #ffffff;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 25px;
    display: inline-block;
    border: 2px solid #ffffff;
    max-width: 216px;
    width: 100%;
    text-align: center;
}
.cta-btn a:hover {
    border-color: #ffffff;
    background: #405c74;
    color: #ffffff;
}

.faq-block{
    padding: 115px 0px;
}

.hero-banner.inner-pages .hero-centering{
    margin-top: 9%;
}
.info-block .info-block-new-page .wel-btnlinks a:last-child{
    margin-left: 0px;
}

.info-block .infotext-left.text-slider .text-slide{
    padding-right: 40px;
}

.faq-inner-block{
    text-align: center;
    max-width: 784px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.faq-inner-block h2{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 24px;
}
.faq-inner-block p a{
    color: #537999;
}
.faq-inner-block p{
    letter-spacing: 1.2px;
}
.faq-content{
    display: none;
}

.page-bottom-info{
    padding-bottom: 115px;
}
.about-right-info.page-block {
    padding-top: 0px;
}
.about-right-info.page-block h2{
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 32px;
}
.faq-wrap .faq-item{
    border: 2px solid #cccccc;
    margin-bottom: 20px;
}
.faq-item button.acctitle{
    font-size: 28px;
    color: #405c74;
    letter-spacing: 0.7px;
    cursor: pointer;
    font-family: "century-gothic", sans-serif;
    background: transparent;
    border: none;
    padding: 30px 45px 30px 80px;
    width: 100%;
    position: relative;
    text-align: left;
}
.faq-item .faq-content{
    padding-left: 81px;
    padding-right: 40px;
    padding-bottom: 22px;
    padding-top: 0px;
}
.faq-content p{
    margin-bottom: 20px;
    letter-spacing: .7px;
}
.faq-item button.acctitle span{
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 28px;
    top: 28px;
}
.faq-item button.acctitle span::before{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #405c74;
}
.faq-item button.acctitle span::after{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #405c74;
}
.faq-wrap .faq-item:first-child .faq-content {
    display: block;
}
.faq-item button.acctitle.active span::after {
    opacity: 0;
}

.page-inner-title h1{
    font-size: 42px;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 30px;
    padding-bottom: 24px;
    position: relative;
    text-align: center;
}
.page-inner-title h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}
.appinfo h1{
    text-align: center;
    font-size: 42px;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 22px;
}
.appinfo h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}
.faq-main{
    padding: 90px 0px;
}
.faq-title{
    text-align: center;
    margin-bottom: 30px;
}
.faq-title h1{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 24px;
}
.faq-title h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}
.faq-content p a{
    color: #405c74;
}
.faq-content ul{
    margin-bottom: 20px;
}
.faq-content ul li{
    padding-left: 24px;
    position: relative;
}
.faq-content ul li::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 100%;
}
.faq-info-bx{
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}
.faq-info-bx p {
    line-height: 1.666;
    letter-spacing: 0.9px;
    margin-bottom: 24px;
}
.faq-btns a {
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: block;
    border: 2px solid #405c74;
}
.faq-btns a:hover{
    background: #ffffff;
    color: #405c74;

}
.faq-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.faq-btns a{
    margin: 0px;
}
.faq-btns a:hover{
    color: #405c74;
}
.faq-btns a.button:hover:before {
    width: 100%;
    max-width: 100%;
}
.meet-the-team-main{
    padding: 80px 0px;
}
.meet-the-team-title{
    text-align: center;
    margin-bottom: 40px;
}
.meet-the-team-title h1{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 24px;
}
.meet-the-team-title h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}
.meet-the-team-row{
    display: flex;
    position: relative;
    align-items: flex-start;
    margin: 50px 0 100px;
}
.meet-team-left{
    width: 40%;
    position: relative;
    z-index: 1;
}
.meet-team-right{
    width: 65%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.meet-team-left img{
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.meet-team-left:before {
    position: absolute;
    top: 15px;
    left: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 15px);
    background: none;
    border: 1px solid #fff;
    border-right: none;
    content: "";
    display: block;
}
.meet-team-right:after {
    position: absolute;
    content: "";
    display: block;
    top: 15px;
    right: 0px;
    height: calc(100% - 30px);
    z-index: 0;
    background: none;
    width: calc(100% - 479px);
    border: 1px solid #405c74;
}
.meet-the-team-about{
    padding: 80px 0px 0px 0px;
}
.team-about-left img{
    width: 100%;
    height: 680px;
    object-fit: cover;
}
.team-about-right {
    padding-left: 0px;
    text-align: center;
}
.team-about-right p{
    line-height: 1.333;
    letter-spacing: 0.8px;
    margin-bottom: 32px;
}
.meet-team-right h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 18px;
}
.meet-team-right .inner-meet span{
    display: block;
    margin-bottom: 24px;
    color: #405c74;
}
.meet-team-right p {
    margin-bottom: 20px;
    letter-spacing: .7px;
}
.meet-team-right a{
    padding-bottom: 11px;
    color: #000000;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.meet-team-right .inner-meet a span{
    margin-bottom: 0px;
}
.meet-team-right a::after {
    content: "";
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 140px;
    height: 2px;
    max-width: 79px;
    background: #405c74;
}
.meet-team-right a:hover{
    color: #405c74 !important;
}
.meet-team-right a:hover::after {
    width: 100%;
    max-width: 100%;
}
.meet-the-team-section .meet-the-team-row:first-child {margin-top: 0px;}

.memberships-info{
    padding: 90px 0px 130px 0px;
}
.membership-top-block{
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 47px;
    text-align: center;
}
.membership-list-block{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.membership-top-block h1{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    letter-spacing: 1.3px;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 22px;
}
.membership-top-block h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}
.membership-top-block h2{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    letter-spacing: 1.3px;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 24px;
}
.membership-top-block p{
    line-height: 1.666;
    letter-spacing: 0.6px;
    margin-bottom: 24px;
    max-width: 890px;
    margin: 0 auto;
}
.membership-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
    border: 2px solid #cccccc;
    margin-bottom: 62px;
}
.membership-left-img-in{
    max-width: 389px;
    width: 100%;
}
.membership-left-img-in img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.membership-right-info-in{
    width: calc(100% - 442px);
}
.membership-info-inb h3{
    font-size: 32px;
    color: #000000;
    font-weight: 300;
    letter-spacing: 1.3px;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 20px;
}
.membership-info-inb p{
    margin-bottom: 16px;
    letter-spacing: 0.6px;
}
.membership-info-inb p strong{
    font-size: 22px;
}
.membership-info-inb ul{
    margin-bottom: 20px;
}
.membership-info-inb ul.up{
    margin-top: -20px;
}
.membership-info-inb p a {
    color: #405c74;
    text-decoration: underline;
}
.membership-info-inb ul li{
    letter-spacing: 1.3px;
    position: relative;
    padding-left: 19px;
}
.membership-info-inb ul li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 11px;
    height: 2px;
    background: #405c74;
}
.membership-info-inb ul li a{
    color: #405c74;
    letter-spacing: 1.3px;
    text-decoration: underline;
}
.membership-info-inb{
    max-width: 428px;
    width: 100%;
}
.membership-bonus-list-block{
    background: #405c74;
    padding: 70px 0px;
}
.cta-bonus-left{
    padding: 12px 0px;
    max-width: 290px;
    text-align: center;
    width: 100%;
}
.cta-bonus-left img{
    max-width: 76px;
    width: 100%;
    display: inline-block;
}
.cta-bonus-left h4{
    color: #ffffff;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-family: "century-gothic", sans-serif;
    margin-top: 16px;
}
.cta-bonus{
    display: flex;
    align-items: center;
}
.cta-bonus-right-info{
    padding-left: 75px;
    border-left: 1px solid rgba(226, 226, 226, 0.25);
}
.cta-bonus-right-info p{
    font-size: 19px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
}
.cta-bonus-right-info p:last-child {
    margin-bottom: 0px;
}
.common-block-main{
    padding: 140px 0px;
}
.common-block-left-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.common-block-right-info{
    max-width: 545px;
    width: 100%;
    margin-left: auto;
}
.common-block-right-info h2 {
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 32px;
}
.common-block-right-info p {
    line-height: 1.333;
    letter-spacing: 0.8px;
    margin-bottom: 32px;
}
.common-block-right-info a {
    padding-bottom: 11px;
    color: #000000;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}
.common-block-right-info a + a{
    margin-left: 32px;
}
.common-block-right-info a::after {
    content: "";
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 140px;
    height: 2px;
    max-width: 79px;
    background: #405c74;
}
.common-block-right-info a:hover::after {
    width: 100%;
    max-width: 100%;
}
.membership-list-block .membership-item:last-child{
    margin-bottom: 0px;
}

.policies-main{
    padding: 80px 0px;
    border-bottom: 1px solid #cccccc;
}
.policie-top-title{
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
.policie-top-title h1{
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 24px;
}
.policie-top-title h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}
.policie-top-title p{
    line-height: 1.333;
    letter-spacing: 0.8px;
}

.policie-top-title2{
    max-width: 1080px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
.policie-top-title2 h2{
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
}
.policie-top-title2 p{
    line-height: 1.333;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
}
.police-blockcard{
    width: 100%;
    background: #ffffff;
}
.policie-btn{
    margin-top: 30px;
    text-align: center;
}
.policie-btn a {
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: inline-block;
    border: 2px solid #405c74;
}
.policie-btn a:hover {
    background: #ffffff;
    color: #405c74;
}
.police-blockcard h2{
    font-size: 24px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
}
.policies-main-bk2{
    padding: 80px 0px;
}
.special-package-top-block{
    padding: 80px 0px 40px 0px;
    border-bottom: 2px solid #cccccc;
}
.special-inner{
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.special-inner h1{
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 24px;
}
.special-inner h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}

.special-inner p{
    letter-spacing: 0.8px;
    margin-bottom: 28px;
}
.package-box{
    padding: 70px 0px 0px 0px;
}
.insurances-main{
    padding: 90px 0px;
    border-top: 2px solid #cccccc;
}
.package-top-block{
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 80px;
}
.insurances-inner{
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.insurances-inner h3{
    font-size: 40px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
}
.insurances-inner p{
    margin-bottom: 22px;
    letter-spacing: 0.8px;
}
.package-top-block h2{
    font-size: 40px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
}
.package-top-block p{
    margin-bottom: 22px;
    letter-spacing: 0.8px;
}
.package-top-block .package-item-list{
    margin-bottom: 50px;
}

.package-item-list .item-list{
    display: flex;
    align-items: flex-start; 
    justify-content: space-between;
    padding: 18px 0px;
    border-bottom: 1px solid #cccccc;
}
.package-item-list .item-list strong{
    display: block;
    letter-spacing: 1.2px;
}
.package-item-list .item-list .price-text{
    font-weight: bold;
    text-align: right;
}
.package-item-list .item-list span p{
    margin-bottom: 0px;
}
.packge-line{
    text-align: center;
}
.packge-line p{
    font-size: 30px;
    color: #000000;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "century-gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 0px;
}
.packge-line p a{
    color: #405c74;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}
.packge-line p a:hover{
    text-decoration: none;
}
.package-top-block ul.pkg-list{
    margin-bottom: 22px;
}
.package-top-block ul.pkg-list li{
    position: relative;
    padding-left: 30px;
}
.package-top-block ul.pkg-list li::before{
    content: "";
    background: #405c74;
    width: 12px;
    height: 2px;
    left: 0px;
    top: 12px;
    position: absolute;
}
.package-top-block a.button{
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: inline-block;
    border: 2px solid #405c74;
}
.package-top-block a.button:hover{
    background: #ffffff;
    color: #405c74;
}
.policy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5px;
    background: #cccccc;
    border: 1.5px solid #cccccc;
    border-radius: 6px;
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
}
.police-blockcard{
    padding: 2.8rem 2.4rem;
    position: relative;
}
.about-right-info.page-block p{
    margin-bottom: 20px;
}
.about-right-info.page-block ul{
    margin-bottom: 20px;
}
.about-right-info.page-block ul li{
    position: relative;
    padding-left: 19px;
    letter-spacing: 1.3px;
}
.about-right-info.page-block ul li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 11px;
    height: 2px;
    background: #405c74;
}
.page-id-399 .cta-bar{
    margin-bottom: 115px;
}
.page-id-399 .about-right-info.page-block p{
    margin-bottom: 15px;
}
.page-id-399 .about-right-info.page-block h2{
    margin-bottom: 20px;
}

.common-no-slider-info {
    padding-top: 50px;
    padding-bottom: 110px;
}

.page-id-504 .injurie-block-no-slide{
    max-width: 1024px;
}
.injurie-block-no-slide{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.injurie-block-no-slide h2{
    font-size: 40px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 24px;
}
.injurie-block-no-slide h3{
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 24px;
    margin-top: 40px;
}
.injurie-block-no-slide p{
    margin-bottom: 24px;
    line-height: 1.333;
    letter-spacing: 0.8px;
}
.injurie-block-no-slide .newwel-btnlinks{
    margin-top: 30px;
}
.injurie-block-no-slide .newwel-btnlinks a.textlink-btn{
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: inline-block;
    border: 2px solid #405c74;
}
.injurie-block-no-slide .newwel-btnlinks a.textlink-btn:hover{
    background: #ffffff;
    color: #405c74;
}
.injurie-block-no-slide ul.msg{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.injurie-block-no-slide ul.msg li{
    width: 31.33%;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-left: 35px;
}
.injurie-block-no-slide ul.msg li::before{
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    background: #405c74;
    position: absolute;
    left: 0;
    top: 12px;
}
.page-bottom-info .about-left-image img{
    width: 100%;
    height: 100%;
    height: 675px;
    object-fit: cover;
}
.faq-inner-block h3{
    padding-top: 24px;
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
}
.page-id-459 .faq-block{
    padding-top: 0px;
}

.common-video-info{
    padding: 30px 0px 90px 0px;
}
.video-info-left{
    width: 85%;
    min-height: 580px;
    position: relative;
    overflow: hidden;
}

.video-info-left .videoth{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-info-right{
    max-width: 545px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.video-info-right p{
    line-height: 1.333;
    letter-spacing: 0.8px;
    margin-bottom: 24px;
}
.common-video-info .container{
    max-width: 1124px;
}

.page-id-471 .faq-block{
    padding-top: 0px;
}
.page-inner-srv{
    padding-top: 80px;
}
.serv-title {
    text-align: center;
}
.serv-title h1{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
}
.serv-title h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}
.blog-top-title h1{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 50px;
    text-align: center;
}
.blog-top-title h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}

.injurie-block-no-slide .newwel-btnlinks{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.page-id-504 .common-no-slider-info{
    padding-bottom: 0px;
}
.page-id-495 .common-no-slider-info{
    padding-bottom: 0px;
    padding-top: 20px;
}
.page-id-495 .faq-block{
    padding: 80px 0px;
}
.faq-content ul li strong{
    font-weight: 500;
}
.page-id-508 .common-injuries{padding-bottom: 0px;}
.page-id-508 .common-injuries .injurie-block p{margin-bottom: 24px;}
.page-id-513 .page-bottom-info{padding-top: 40px;}
.page-id-513 .faq-block{padding-top: 0px; padding-bottom: 30px;}
.page-id-513 .common-no-slider-info{padding-top: 0px;}
.page-id-517 .common-no-slider-info{padding-bottom: 0px;}

.post-operative-main{
    padding-top: 90px;
}
.post-operative-toptext{
    text-align: center;
}
.post-operative-toptext h1{
    font-size: 42px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
}
.post-operative-toptext h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}
.post-operative-toptext h2{
    font-size: 40px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 24px;
}
.lead-block{
    padding: 60px 0px 0px 0px;
}
.lead-grid{
    max-width: 1015px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.lead-grid p{
    line-height: 1.333;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}
.modalities{
    padding: 70px 0px 0px 0px;
}
.modalities-inner h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 34px;
}
.mod-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
}
.mod-item{padding:0 28px; border-left:1px solid #000000;}
.mod-item:first-child{border-left:none; padding-left:0;}

.mod-item h4{font-size: 24px; font-weight: 400;margin-bottom: 10px;}
.mod-item p{ line-height: 1.333; letter-spacing: 0.8px; }

.surgeries{padding: 80px 0px;}
.surgeries-top h2{
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 24px;
}
.surgeries-top ul li {
    position: relative;
    letter-spacing: 1.3px;
    padding-left: 19px;
}
.surgeries-top ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 11px;
    height: 2px;
    background: #405c74;
}
.note-block{
    padding-bottom: 80px;
}
.note-top{
    width: 100%;
    max-width: 924px;
    text-align: center;
    margin: 0 auto;
}
.note-top p{
    line-height: 1.333;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
}
.note-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.note-btn a{
    background: #405c74;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    display: block;
    border: 2px solid #405c74;
}
.note-btn a:hover{
    background: #ffffff;
    color: #405c74;
}
.hero-banner.inner-pages{
    padding-top: 0px;
    display: flex;
    align-items: center;
}
.hero-banner.inner-pages .hero-centering{
    margin-top: 0px;
}

.hero-banner{
    padding-top: 0px;
    display: flex; align-items: center;
}
.hero-centering{
    margin-top: 0px;
}

.video-main{
    padding: 80px 0px;
}

.video-page-inner-title{
    text-align: center;
}
.video-page-inner-title h1{
    font-size: 42px;
    font-family: "century-gothic", sans-serif;
    margin-bottom: 30px;
    padding-bottom: 24px;
    position: relative;
    text-align: center;
}
.video-page-inner-title h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -62px;
    width: 125px;
    height: 2px;
    background: #405c74;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.video-item{
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(16, 24, 40, 0.06);
    padding: 10px;
    border-radius: 8px;
}

.responsive-iframe {
    width: 100%;             
    height: auto;            
    aspect-ratio: 16 / 9;    
    border: none;     
    display: block;       
}
.video-block{
    margin-bottom: 70px;
}
.video-block h2{
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 28px;
    font-family: "century-gothic", sans-serif;
}

.page-id-517 .common-no-slider-info{
    padding-top: 20px;
}
.page-id-517 .faq-block{
    padding: 80px 0px;
}
.page-id-511 .lead-block{padding: 15px 0px 0px 0px;}
.page-id-459 .common-no-slider-info{ padding-top: 20px;padding-bottom: 60px;}

.common-bar.single h2{
    padding-bottom: 0px;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 18px;
}
.common-bar.single h3{
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 18px;
}
.common-bar.single blockquote{
    margin-left: 20px;
    border-left: 4px solid #405c74;
    padding: 20px 0px 20px 40px;
    margin-bottom: 23px;
}
.common-bar.single blockquote p{padding-bottom: 0px;}

.alignright {
    float: right;
    margin-left: 1rem;
    max-width: 331px;
}
.common-bar p strong{
    font-weight: 500;
}
.common-bar.single ul{
    padding: 0px 0px 25px 15px;
    margin-left: 10px;
    list-style: disc;
}
.common-bar.single ul li{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    list-style: none;
}
.common-bar.single li strong {
    font-weight: 500;
}

.common-bar.single h4{
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}
.common-bar.single h4 a{
    color: #000000;   
    text-decoration: underline;
}
.common-bar.single h4 a:hover{
    color: #405c74;   
    text-decoration: none;
}
.common-bar.single ol {
    margin-left: 20px;
}

.inner-meet {
    position: relative;
    z-index: 3;
}

.page-id-762 .content-box p{
    text-align: center;
}
.page-id-762 .hero-banner{
    height: 70vh;
}