body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}
h1 {
    font-family: 'Gilda Display', serif;
    font-size: 50px;
    line-height: 1.2em;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
h2 {
    font-size: 40px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 20px;
}
h3 {
    font-family: 'Gilda Display', serif;
    font-size: 26px;
    line-height: 1.38em;
    color: #000;
    font-weight: 500;
}
h4 {
    font-family: 'Gilda Display', serif;
    font-size: 24px;
    line-height: 1.4177em;
    color: #000;
    font-weight: 600;
}
h5,
h6 {
    font-family: 'Gilda Display', serif;
}
p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}
li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
    color: #000;
    margin-bottom: 12px;
}
li {
    margin-bottom: 8px;
}
ol,
ul {
    margin-bottom: 12px;
}
p:last-child,
li:last-child,
ol:last-child,
ul:last-child {
    margin-bottom: 0;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
img,
iframe {
    vertical-align: top;
}
section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.wrap {
    width: 100% !important;
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.site-inner {
    max-width: none;
    padding: 0;
}
.main_title {
    text-align: center;
    margin-bottom: 40px;
}
.main_title h2 {
    margin-bottom: 0px;
}
.main_btn {
    margin: 22px -5px -5px;
    text-align: center;
}
.main_btn.top_30 {
    margin-top: 30px;
}
.main_btn.left {
    text-align: left;
}
.gform_wrapper .button,
.gform_wrapper input[type="button"],
.main_btn .btn-layout {
    padding: 8px 31px !important;
    background: #148884;
    border-radius: 1px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px !important;
    line-height: 20px;
    display: inline-block !important;
    font-weight: 600;
    border: 2px solid #148884;
}
/* .gform_wrapper .button,
.gform_wrapper input[type="button"] {
min-width: auto;
} */
.gform_wrapper .button:hover,
.gform_wrapper input[type="button"]:hover,
.main_btn a:hover {
    color: #fff;
    background: #148884;
}
.link_btn a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #148884;
    transition: 0.3s all ease-in-out;
    vertical-align: top;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}
.link_btn a::after {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    bottom: 1px;
    height: 2px;
    background-color: #148884;
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.link_btn a:hover:after {
    left: auto;
    right: 0;
    width: 0;
}
.dark_sec {
    background-color: #131313;
}
.dark_sec h1,
.dark_sec h2,
.dark_sec h3,
.dark_sec h4,
.dark_sec h5,
.dark_sec h6,
.dark_sec li,
.dark_sec p {
    color: #fff;
}
.sec_curve {
    position: absolute;
    width: 100%;
    pointer-events: none;
}
.sec_curve img {
    width: 100%;
    max-height: 80px;
}
.sec_curve.top {
    top: -1px;
    transform: rotateX(180deg);
}
.sec_curve.bot {
    bottom: -1px;
}
.comn_radius img,
.comn_radius iframe {
    border-radius: 12px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.btn-layout>a.text-link {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #148884;
}
.header-bottom-bar {
    padding: 10px;
    background-color: #148884;
    color: white;
    text-align: center;
    position: relative;
    z-index: 2;
}
.header-bottom-bar p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 500;
}
.header-bottom-bar p a {
    color: inherit;
}
/**** header start ****/
.genesis-skip-link {
    display: none;
}
.header-before {
    background: #3DABDA;
}
.site-header .site-title a {
    margin-left: 0;
    margin-right: 0;
}
.header-before section {
    padding: 0;
}
/**** header end ****/
/**** home start ****/
body:has(.header-bottom-bar) .site-inner .hero-section {
    margin-top: -136px;
}
body.home .hero-section {
    margin-top: -97px;
}
.home3_hero_sec {
    padding: 80px 0 70px;
}
.home3_hero_boxes {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
    justify-content: center;
}
.home3_hero_box {
    width: 100%;
    padding: 0 10px;
    max-width: 50%;
}
.home3_hero_box_in {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 3px solid #3dabda;
}
.home3_hero_box a {
    display: inline-block;
    width: 100%;
}
.home3_hero_box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.3s all ease-in-out;
}
.home3_hero_box_name {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 25px 25px 15px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.home3_hero_box_name h4 {
    margin-bottom: 0;
}
.home3_hero_box a:hover img {
    transform: scale(1.08);
}
.home3_hero_ribbon {
    position: absolute;
    background-color: #3DABDA;
    top: 39px;
    transform: rotate(-38deg);
    padding: 4px 47px 4px 30px;
    left: -39px;
    width: 240px;
    text-align: center;
    z-index: 2;
}
.home3_hero_ribbon_in {
    position: relative;
}
.home3_hero_ribbon p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.home3_hero_boxes.three_plus {
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.home3_hero_boxes.three_plus .home3_hero_box {
    width: 33.3333%;
    margin-bottom: 20px;
}
.home3_relax_sec {
    padding: 500px 0 140px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.home3_relax_sec::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.home3_relax_cont {
    text-align: center;
    position: relative;
}
.home3_relax_cont .main_btn {
    margin-top: -5px;
}
.home3_relax_cont h2 {
    margin-bottom: 25px;
}
.home3_gateway_sec {
    padding: 60px 0 0;
    z-index: 2;
    margin-bottom: -115px;
}
.home3_gateway_cont {
    max-width: 880px;
    margin: 0 auto 60px;
    text-align: center;
}
.home3_gateway_cont p {
    font-size: 24px;
    line-height: 40px;
}
.home3_gateway_boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}
.home3_gateway_box {
    width: 33.333%;
    padding: 0 15px;
}
.home3_gateway_box a {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    border-radius: 10px;
    vertical-align: top;
}
.home3_gateway_box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.home3_gateway_box_txt {
    padding: 24px 20px 20px;
    text-align: center;
}
.home3_gateway_box_txt h4 {
    margin-bottom: 0;
    transition: 0.3s all ease-in-out;
}
.home3_gateway_box a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}
.home3_gateway_box a:hover .home3_gateway_box_txt h4 {
    color: #3DABDA;
}
.home3_client_sec {
    background-color: #3DABDA;
    padding: 190px 0 150px;
}
.home3_client_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
    justify-content: center;
}
.home3_client_photo {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.home3_client_photo:nth-child(2n) {
    margin-top: 35px;
}
.home3_client_photo a {
    transition: 0.25s all ease-in-out;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 0 40px 40px 40px;
    overflow: hidden;
    vertical-align: top;
}
.home3_client_photo:nth-child(2n) a {
    border-radius: 40px 0 40px 40px;
}
.home3_client_photo img {
    max-width: 100%;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.home3_client_photo h5 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.55);
    transition: 0.25s all ease-in-out;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.home3_client_photo a:hover h5 {
    background-color: rgba(51, 51, 51, 0.1);
}
.home3_client_gallery .home3_client_photo a:hover {
    border-radius: 20px;
}
.home3_client_sec .service-btn {
    margin-top: 40px;
}
.home3_client_sec .service-btn a {
    padding: 8px 31px;
    display: inline-block;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
}
.home3_blog_sec {
    padding: 50px 0 60px;
}
.home3_blog_boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    padding: 0px 0px 40px 0px;
}
.home3_blog_box {
    width: 33.3333%;
    padding: 0 15px;
}
.home3_blog_box_img a {
    display: inline-block;
    width: 100%;
}
.home3_blog_box_img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: 0.2s all ease-in-out;
    border-radius: 16px 16px 0 0;
}
.home3_blog_box_txt h4 {
    font-size: 24px;
    line-height: 32px;
}
.home3_blog_box_txt h4 a {
    color: #000;
    display: inline-block;
}
.home3_blog_box_txt h4 a:hover {
    color: #3DABDA;
}
.home3_blog_box_txt {
    padding: 26px 25px 32px;
}
.home3_blog_box_txt p {
    color: #000;
}
.home3_blog_sec .main_btn {
    margin-top: 42px;
}
.home3_blog_box_in {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px 0 rgba(61, 171, 218, 0.4);
    transition: 0.3s all ease-in-out;
    height: 100%;
}
.home3_blog_box_in:hover {
    box-shadow: 0 8px 30px 0 rgba(61, 171, 218, 0.05);
}
.home3_testimonial_sec .wrap {
    max-width: 1800px !important;
}
.home3_testimonial_sec {
    padding: 140px 0 150px;
}
.home3_testimonial .item {
    display: flex;
    flex-wrap: wrap;
}
.home3_testimonial_img {
    width: 50%;
    padding-right: 25px;
}
.home3_testimonial_txt {
    width: 50%;
    padding: 20px 0 0;
    position: relative;
}
.home3_testimonial_txt::before {
    content: '';
    background-image: url('https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/summitmedicalspa.com/wp-content/themes/mai-lifestyle-pro/images/quote_icon_black-png.webp?bwp');
    width: 40px;
    height: 34px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    top: 9px;
    left: -10px;
    opacity: 0.06;
}
.home3_testimonial_txt .client_txt {
    position: relative;
    padding-left: 25px;
}
.home3_testimonial_txt .client_txt ::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 5px;
    width: 10px;
    height: 2px;
    background-color: #000;
}
.home3_testimonial_txt .client_txt p a {
    color: #000;
}
.home3_testimonial_txt .client_txt p a:hover {
    text-decoration: underline !important;
}
.home3_testimonial {
    padding: 0 50px;
}
.home3_testimonial .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
    right: -45px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.home3_testimonial .owl-nav button {
    pointer-events: all;
}
.home3_testimonial .owl-nav button i {
    font-size: 11px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    background-color: #3DABDA;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 0;
    position: relative;
    color: #fff;
}
.home3_testimonial_sec.Category_test_sec .owl-nav button i {
    font-size: 11px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    background-color: #148884;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 0;
    position: relative;
    color: #fff;
}
.home3_testimonial_img img {
    border-radius: 15px;
    border: 2px solid #148884;
}
.home3_feed_boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.home3_feed_box {
    width: 50%;
    padding: 0 15px;
}
.home3_feed_box .wp-fbrev.wpac {
    height: 600px;
    overflow-y: auto !important;
    background-color: #fff !important;
    padding: 15px !important;
}
.home3_feed_sec {
    background-color: #3dabda;
    padding: 50px 0 90px;
}
.home3_feed_code {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.6);
}
.home3_feed_code .ti-widget.ti-goog {
    background-color: #fff;
    padding: 10px;
    height: 570px;
    overflow: auto !important;
    margin: 0;
    scrollbar-width: thin;
}
.home3_feed_code ::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}
.home3_feed_code ::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}
.home3_feed_code .sbi {
    scrollbar-width: thin;
}
.home3_feed_box .main_title h3 a {
    color: #000;
    transition: 0.3s all ease-in-out;
}
.home3_feed_box .main_title h3 a:hover {
    color: #fff;
}
.home3_feed_code .sbi .sb_instagram_header {
    display: none;
}
.home3_feed_code #sb_instagram {
    height: 570px !important;
    padding-bottom: 0 !important;
}
/**** home end ****/
/**** footer start ****/
/*.footer-widgets .widget-title {
font-size: 20px;
line-height: 30px;
font-weight: 700;
font-family: 'Gilda Display', serif;
}
.footer-widgets {
background-color: #000;
}
.footer-widgets .logo_footer {
margin-bottom: 10px;
}
.footer-widgets .address i {
margin-right: 6px;
position: absolute;
top: 5px;
left: 0;
}
.footer-widgets .widget ol,
.footer-widgets .widget ul {
margin-left: 0;
}
footer.site-footer {
background: #000;
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #262626;
}*/
.site-header .header-right .nav-header li a {
    font-weight: 500;
}
/*.site-footer p {
color: rgba(255, 255, 255, .75);
font-size: 15px;
line-height: 26px;
}
.footer-widgets section {
padding: 0;
}
.footer-widgets .address li {
color: #fff;
position: relative;
padding-left: 20px;
font-size: 14px;
line-height: 24px;
}
#genesis-footer-widgets .foote_4 .address_wrap {
display: flex;
}
#genesis-footer-widgets .row .footer-widget-area {
max-width: 25%;
flex-basis: auto;
flex-wrap:wrap;
width: 100%;
margin: 0;
padding: 0 15px;
}*/
.footer-widgets .inner_footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: flex-start;
}
.footer-widgets .inner_footer .footer_item {
    max-width: 100% !important;
    width: 100% !important;
}
.footer-widgets .inner_footer .footer_item:nth-child(4) {
    grid-row: span 2;
}
.footer-widgets .inner_footer .footer_item:nth-child(5) {
    grid-column: span 2;
    display: flex;
    gap: 30px;
    align-items: stretch;
    max-width: 500px !important;
}
.footer-widgets .inner_footer .footer_item>.widget_media_image {
    margin: 0px;
    height: 100%;
    /* 	background: #fff; */
    border-radius: 10px;
    overflow: hidden;
    width: auto;
}
.footer-widgets .inner_footer .footer_item>.widget_media_image>img {
    width: 100%;
    object-fit: contain;
    height: 100% !important;
    max-width: 90px !important;
}
/**** footer end ****/
/**** inner pages globle start ****/
.search-results .site-inner .entry.boxed,
.faq_accrodion .ui-accordion-content .fluid-width-video-wrapper iframe,
.free_environment_service .free_environment,
.service_row2 .free_environment_service .free_environment,
.service_row1 .image_of_service .service_img {
    border-radius: 12px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.team_page_wrapper .fluid-width-video-wrapper iframe {
    border-radius: 26px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.search .site-inner,
.error404 .site-inner,
.woocommerce .site-inner,
.single-post .site-inner,
.page-template-default .site-inner,
.archive .site-inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.single-post .site-inner .entry-content h3,
.archive .site-inner .entry-content h3 {
    margin-top: 12px;
}
.page-template-default .site-inner .entry-content::after {
    content: '';
    display: table;
    clear: both;
}
.page-template-default .site-inner .entry:last-child {
    margin-bottom: 0;
}
.search .site-inner .content,
.error404 .site-inner .content,
.post-template-default .site-inner .content,
.page-template-default .site-inner .content,
.archive .site-inner .content {
    padding: 80px 0;
}
/**** inner pages globle end ****/
/**** single pages start ****/
.single-post .site-inner p img,
.single-post .site-inner .featured-image .wp-post-image,
/* .single-post .site-inner .aligncenter,
.single-post .site-inner .alignleft,
.single-post .site-inner .alignright, */
.category .site-inner p img,
.category .site-inner .featured-image .wp-post-image,
.category .site-inner .aligncenter,
.category .site-inner .alignleft,
.category .site-inner .alignright,
.category .site-inner img.OzAYt,
.single-post .site-inner iframe,
.category .site-inner iframe {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    vertical-align: top;
    border: 3px solid #3dabda;
}
.single-post .site-inner .entry-comments .comment-list .comment.boxed {
    background-color: #ddf0f9;
    margin-right: 0;
    border: none;
    border-radius: 8px;
}
.single-post .site-inner .aligncenter img {
    margin: auto;
    display: block;
}
.single-post .site-inner .entry-comments.boxed {
    padding: 0;
    border: none;
}
.single-post .site-inner blockquote::before {
    content: none;
}
.single-post .site-inner blockquote {
    background-color: #e3f3fa;
    border-left: 6px solid rgb(61, 171, 218);
    color: #000;
    padding: 12px;
}
.single-post .site-inner .entry-comments ul li:before,
.category .site-inner .entry-comments ul li:before {
    content: none;
}
.single-post .site-inner .entry-content p,
.category .site-inner .entry-content p {
    margin-bottom: 15px;
}
.single-post .site-inner .entry-content p:last-child,
.category .site-inner .entry-content p:last-child {
    margin-bottom: 0;
}
.single-post .site-inner h3 a,
.single-post .site-inner h2 a,
.category .site-inner h3 a,
.category .site-inner h2 a {
    font-size: inherit;
}
.category .site-inner img.OzAYt {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-post .site-inner .wp-video .wp-video-shortcode,
.category .site-inner .wp-video .wp-video-shortcode {
    height: 420px !important;
    width: 100% !important;
    max-width: 100%;
    border-radius: 10px;
}
.category .site-inner img.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-post .site-inner .wp-video,
.category .site-inner .wp-video {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    vertical-align: top;
    border: 2px solid #3dabda;
    overflow: hidden;
}
.single-post .site-inner img.aligncenter,
.category .site-inner img.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 550px;
    width: 100%;
    object-fit: cover;
}
.single-post .site-inner a,
.single-post .site-inner p a,
.category .site-inner p a,
.category .site-inner a,
.site-inner p .comment-author-name {
    position: relative;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Abel', sans-serif;
    text-transform: capitalize;
    color: #3DABDA;
    transition: 0.3s all ease-in-out;
    letter-spacing: 0.6px;
    background-color: transparent;
    padding: 0;
    font-weight: 700 !important;
}
.entry-comments .comment-meta {
    display: none;
}
.single-post .site-inner .entry-footer .entry-terms,
.category .site-inner .entry-footer .entry-terms {
    position: relative;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Abel', sans-serif;
    letter-spacing: 0.6px;
    padding: 0;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-post .site-inner article.entry.boxed .entry-footer,
.category .site-inner article.entry.boxed .entry-footer {
    border-bottom: 2px dashed #3DABDA;
    padding: 30px 0;
    border-top: 2px dashed #3DABDA;
    margin-top: 20px;
}
.single-post .site-inner article.entry.boxed .entry-footer .entry-meta,
.category .site-inner article.entry.boxed .entry-footer .entry-meta {
    margin: 0;
}
.single-post .site-inner .pagination.boxed .pagination-previous .boxed,
.single-post .site-inner .pagination.boxed .pagination-next .boxed {
    background-color: #DDF0F9;
    padding: 10px 12px;
    border-radius: 10px;
    margin: 0;
}
.single-post .site-inner .page .section {
    margin: auto;
    width: auto;
    margin-bottom: 10px;
}
.single-post .site-inner .pagination.boxed a,
.single-post .site-inner .pagination.boxed a:hover {
    color: #3DABDA;
}
.single-post .site-inner .entry-footer .entry-terms:last-child,
.category .site-inner .entry-footer .entry-terms:last-child {
    margin-bottom: 0;
}
.single-post .site-inner a:hover,
.single-post .site-inner p a:hover,
.category .site-inner a:hover,
.category .site-inner p a:hover {
    color: #000;
}
.single-post .site-inner .site-inner p {
    text-align: left;
    margin-bottom: 12px;
}
.single-post .site-inner .adjacent-entry-pagination a.boxed,
.single-post .site-inner .comment-respond-wrap.boxed,
.single-post .site-inner .entry.boxed,
.category .site-inner .entry.boxed {
    border: 0;
    padding: 0;
    background-color: transparent;
}
.single-post .site-inner .pagination.boxed img {
    border-radius: 10px;
    vertical-align: top;
    max-width: 50px;
}
.single-post .site-inner .comment-respond {
    max-width: 600px;
    margin: auto;
    padding: 40px 0 0;
}
.single-post .site-inner .comment-respond .comment-reply-title {
    text-align: center;
}
.single-post .site-inner .entry-title {
    margin-bottom: 20px;
}
.single-post .site-inner .comment-respond textarea,
.single-post .site-inner .comment-respond input,
.single-post .site-inner p textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid silver;
    background-color: #fff;
    text-align: left;
    color: #bdbdbd;
    background-position: 47px;
}
.single-post .comment-respond input {
    width: 100%;
}
.single-post .comment-respond input.submit {
    width: auto;
}
.single-post .site-inner ul li::before,
.category .site-inner ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background-image: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/summitmedicalspa.com/wp-content/uploads/2022/05/checkmark_black-png.webp?bwp);
    width: 16px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-post .site-inner ul li,
.category .site-inner ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}
.single-post .site-inner ul,
.category .site-inner ul {
    margin: 0;
    margin-bottom: 12px;
}
.single-post .site-inner .comment-respond textarea {
    height: 160px;
}
.single-post .site-inner .entry-content ._1KJEZ._1Zljb,
.category .site-inner .entry-content ._1KJEZ._1Zljb,
.category .site-inner .entry-content ._2kEVY,
.single-post .site-inner .entry-content ._2kEVY {
    outline: none;
}
body.single-post .site-inner .entry-content h1,
body.single-post .site-inner .entry-content h2,
body.category .site-inner .entry-content h1,
body.category .site-inner .entry-content h2 {
    margin-top: 12px;
}
.single-post .site-inner .comment-respond input[type="submit"] {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    color: #3DABDA;
    border: 2px solid #3DABDA;
    padding: 10px 35px;
    margin: 5px;
    transition: 0.3s all ease-in-out;
    width: auto;
    text-align: center;
    letter-spacing: 0.6px;
    border-radius: 40px;
}
.single-post .site-inner .comment-respond input[type="submit"]:hover {
    color: #fff;
    background-color: #3DABDA;
}
/**** single pages end ****/
.banner-area {
    padding-top: 140px;
    padding-bottom: 140px;
}
.banner-area .height-lg {
    padding-top: 0;
    padding-bottom: 0;
}
.banner-area h1.banner-title {
    color: #fff;
    margin-bottom: 0;
}
.entry-content ol,
.entry-content ul {
    margin: 0 0 24px 18px;
}
h1.entry-title,
.banner-area h1.banner-title {
    font-size: 50px;
    line-height: 60px;
}
.woocommerce .products .product {
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 15px 25px !important;
}
.woocommerce ul.products li.product a img {
    border-radius: 7px 7px 0 0;
    margin-bottom: 16px;
}
.woocommerce ul.products li.product a h2 {
    font-size: 17px !important;
    line-height: 23px !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    font-family: 'Poppins';
    font-weight: 600;
    color: black;
}
.woocommerce ul.products li.product a .price {
    /*     font-size: 16px;
	font-weight: 600;
	color: #3dabda; */
    line-height: 26px;
    margin-bottom: 0;
    font-family: 'Gilda Display';
    font-size: 18px !important;
    color: #148884;
    font-weight: 600;
    text-shadow: none;
}
.woocommerce ul.products li.product .button {
    margin: 10px 0 0;
}
.woocommerce-shop .site-inner .products {
    padding-top: 30px;
}
.woocommerce-shop .woocommerce-result-count {
    font-size: 18px;
    line-height: 28px;
}
.woocommerce .site-inner select {
    background-color: transparent !important;
    border: 1px solid #ddd !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    color: #000;
}
.woocommerce .site-inner .submit,
.woocommerce .site-inner .button {
    /*     display: inline-block !important;
	font-size: 17px !important;
	line-height: 28px !important;
	font-family: 'Abel', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	background-color: transparent !important;
	color: #3DABDA !important;
	border: 2px solid #3DABDA !important;
	padding: 10px 35px !important;
	margin-top: 10px !important;
	overflow: hidden !important;
	transition: 0.3s all ease-in-out !important;
	vertical-align: top !important;
	text-align: center !important;
	letter-spacing: 0.6px !important;
	border-radius: 40px !important;
	cursor: pointer !important; */
    padding: 8px 31px;
    background: #148884 !important;
    border-radius: 1px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    display: inline-block !important;
    font-weight: 600;
    border: 2px solid #148884 !important;
}
/* .woocommerce .site-inner .submit:hover,
.woocommerce .site-inner .button:hover {
color: #fff !important;
background-color: #3DABDA !important;
} */
.single-product div.product form.cart {
    display: block;
}
.single-product .site-inner .entry.boxed {
    padding: 0;
    border: none;
}
.single-product .site-inner .testimonial_sec {
    padding: 0;
}
.single-product .site-inner .testimonial_sec h2 {
    font-size: 25px;
    text-transform: capitalize;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider {
    padding: 0;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper .img_wrapper {
    max-width: 120px;
    border-radius: 50%;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper .img_wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper .testi_content_wrapper {
    width: calc(100% - 120px);
    padding-top: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper .testi_content_wrapper::before {
    content: '';
    background-image: url('https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/summitmedicalspa.com/wp-content/uploads/2024/11/quote_icon_black-png.webp?bwp');
    width: 40px;
    height: 34px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    top: 9px;
    left: -10px;
    opacity: 0.10;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper .testi_content_wrapper .text_wrapper {
    position: relative;
    padding-left: 20px;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper .testi_content_wrapper .text_wrapper::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 5px;
    width: 10px;
    height: 2px;
    background-color: #000;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper .testi_content_wrapper .testi_detail {
    padding-left: 20px;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .testi_wrapper .testi_content_wrapper .testi_detail h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #148884;
    margin: 0;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .owl-nav {
    margin-top: 30px;
    display: flex;
    gap: 25px;
}
.single-product .site-inner .testimonial_sec .testimonial_wrapper .testimonial_slider .owl-nav button svg {
    width: 40px;
    height: 40px;
}
.single-product .site-inner .related.products {
    padding-top: 0;
    padding-bottom: 0;
}
.single-product .site-inner .summary .product_title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
}
.custom_qty_offer_wrap {
    margin-bottom: 25px;
}
.custom_qty_offer_wrap p {
    font-size: 14px;
    color: #df3131;
    font-weight: 500;
}
.single-product .quantity label.screen-reader-text {
    /*     position: static !important;
	clip-path: none; */
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 300;
}
.single-product .site-inner .summary .price {
    color: #000;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}
.single-product .summary .variations_form {
    margin-top: 20px;
}
.single-product .summary .product_meta a,
.single-product .summary .variations .reset_variations {
    color: #000;
}
.single-product .summary .product_meta a:hover,
.single-product .summary .variations .reset_variations:hover {
    color: #3dabda;
}
.single-product .site-inner .summary h2.section__headline {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 25px;
}
.single-product .site-inner .summary .button {
    margin-top: 0 !important;
    width: 100%;
    height: 48px;
    margin-bottom: -8px;
}
.single-product .site-inner .summary .woocommerce-product-details__short-description p {
    text-align: left !important;
}
.single-product .site-inner .summary .woocommerce-product-details__short-description img {
    max-width: 190px;
    border-radius: 9px;
    margin-top: 0;
}
.woocommerce .site-inner textarea,
.woocommerce .site-inner input[type="email"],
.woocommerce .site-inner input[type="text"] {
    background-color: transparent;
    border-radius: 6px;
}
.single-product .woocommerce-product-gallery .flex-viewport {
    border-radius: 16px;
}
.single-product .woocommerce-product-gallery .flex-control-nav li {
    max-width: calc(20% - 10px) !important;
    flex-basis: calc(20% - 10px) !important;
}
.single-product .woocommerce-product-gallery .flex-control-nav li img {
    border-radius: 6px;
    transition: 0.3s all ease-in-out;
}
.woocommerce .product .woocommerce-tabs .woocommerce-Reviews .comment-respond-wrap {
    padding: 0;
    border: 0;
}
.woocommerce .product .woocommerce-tabs .woocommerce-Reviews .stars a {
    color: #f9ca00;
}
.woocommerce .product .woocommerce-tabs .panel {
    border-radius: 0 10px 10px 10px;
}
.woocommerce .product .woocommerce-tabs .tabs li a {
    border-radius: 10px 10px 0 0;
}
.woocommerce .product .woocommerce-tabs .panel h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
}
.woocommerce .product .woocommerce-tabs .panel h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
}
.woocommerce .product #reviews .comment-reply-title {
    font-size: 20px;
    line-height: 28px;
}
.js-jobs-list .static--dept-title {
    margin-top: 20px;
}
.js-jobs-list .static--dept-title:first-child {
    margin-top: 0;
}
.our-value-sec h4.static-list--header {
    color: #3dabda;
}
.spec_booking_pro .main_btn {
    z-index: 2;
    position: relative;
}
input[type="search"] {
    border-radius: 6px;
    padding: 11px 15px;
    background-color: #fff;
    border-color: #ddd;
}
.search .site-inner img,
.search .site-inner iframe {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.archive-pagination a {
    background-color: #000;
    color: #fff;
    border-radius: 6px;
}
.archive-pagination .active a,
.archive-pagination a:focus,
.archive-pagination a:hover {
    background-color: #3dabda;
    color: #fff;
}
.gform_validation_errors {
    display: none;
}
.who-arethhe {
    padding-bottom: 1px;
}
.contact_main_sec .column-row,
.contact_main_sec .bottom-con-sec {
    margin-bottom: 70px;
}
.contact_main_sec .column-row.bottom-row-act {
    margin-bottom: 0;
}
.footer-widgets .footer_img img {
    border-radius: 10px;
    max-width: 100%;
}
.woocommerce .product .woocommerce-tabs .panel .img-valign {
    margin-right: 4px;
}
.faq_accrodion.ui-accordion .ui-accordion-header {
    margin: 10px 0 0 0;
}
.faq_accrodion.ui-accordion .ui-accordion-header:first-child {
    margin: 0;
}
.faq_accrodion .ui-accordion-header::before {
    color: inherit;
}
.faq_accrodion.ui-accordion .ui-accordion-header::before {
    line-height: 34px;
}
.contact_main_sec {
    padding-bottom: 0;
}
.contact_main_sec .location_map iframe {
    width: 100%;
}
.contact_faq,
.contact_form,
.contact_bot_txt {
    margin-bottom: 80px;
}
.contact_title h2 {
    margin-bottom: 30px;
}
.contact_title .alignright {
    margin-top: 0;
    max-width: 200px;
}
.contact_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 60px;
}
.contact_title::after {
    content: '';
    display: table;
    clear: both;
}
.contact_form_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.contact_form_col {
    width: 50%;
    padding: 0 15px;
}
.contact_form .widget {
    margin-bottom: 28px;
    padding-left: 50px;
}
.contact_form .widget:last-child {
    margin-bottom: 0;
}
.contact_form .widget h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 28px;
}
.contact_form .widget h3:first-child {
    margin-top: 0;
}
/* .contact_form .textwidget {
max-width: 450px;
} */
/* .contact_form .textwidget {
max-width: 510px;
margin-left: auto;
} */
.contact_form .half_filed {
    display: inline-block;
    width: 50%;
}
.contact_form input {
    margin: 0 !important;
}
.contact_form .gform_fields .gfield {
    margin: 0px 0 10px 0;
}
.contact_form .gform_wrapper {
    margin-top: 26px !important;
    margin-bottom: 0 !important;
}
.contact_form .gform_footer {
    margin: 26px 0 0 0;
    padding: 0;
}
.contact_form textarea {
    height: 120px !important;
}
.contact_form .gform_fields .gfield.gfield_error {
    padding: 0;
    background: none;
    border: none;
}
.contact_form .validation_message {
    /* color: #f00; */
    padding: 0 !important;
}
.contact_form .gform_fields .gfield input {
    color: #000 !important;
}
.ourvallu .ui-media--object {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    display: table;
    height: 100%;
    margin: 0;
    padding: 30px 30px;
    border-radius: 16px;
    text-align: center;
    width: 100%;
}
.ourvallu .col-lg-6 {
    margin-bottom: 30px;
    padding: 0 15px;
}
.ourvallu .our-value-sec {
    max-width: 1000px;
}
.ourvallu .row {
    margin: 0 -15px;
}
.ourvallu .ui-media--object .ui-media--image {
    float: none;
    margin: 0 0 11px 0;
    width: 100%;
    text-align: center;
}
.ourvallu .ui-media--object .ui-media--body {
    float: none;
    width: 100%;
}
.ourvallu .ui-media--object .ui-media--image i {
    width: 60px;
    height: 60px;
    background-color: #3dabda;
    border-radius: 50px;
    color: #fff;
    font-size: 23px;
    line-height: 60px;
}
.benefits-perks .our-value-sec {
    width: 100%;
}
.benefits-perks .ui-media--object .ui-media--image {
    float: none;
    margin-right: 0;
}
.benefits-perks .ui-media--object .ui-media--body {
    float: none;
    width: 100%;
}
.benefits-perks .row {
    margin: 0 -10px;
}
.benefits-perks .col-lg-4 {
    padding: 0 10px;
    margin-bottom: 20px;
}
.benefits-perks .ui-media--object {
    background-color: #fff;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}
.benefits-perks .ui-media--object .ui-media--image {
    margin-bottom: 12px;
}
.js-jobs-list .new_wrappers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
    justify-content: center;
}
.js-jobs-list .new_wrapper {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.js-jobs-list .new_wrapper_in {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 32px 30px 35px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}
.js-jobs-list .new_wrapper h4 {
    margin-bottom: 12px;
}
.js-jobs-list .new_wrapper .static--job {
    margin-bottom: 15px;
}
.js-jobs-list .new_wrapper .static--job:last-child {
    margin-bottom: 0;
}
.js-jobs-list .new_wrapper p,
.js-jobs-list .new_wrapper a {
    font-size: 18px;
    line-height: 28px;
}
.search-no-results .entry,
.error404 .entry-content {
    max-width: 720px;
    margin: auto;
    text-align: center;
}
.search-no-results .entry p,
.error404 .entry-content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
}
.error404 .entry-content .search-form {
    margin: auto;
    max-width: 360px;
}
.error404 .entry-content .search-form input {
    text-align: center;
}
.contact_form_col .contact_form_col_in {
    display: flex;
    flex-wrap: wrap;
}
.contact_form .contact_form_col_in .textwidget {
    width: 100%;
    max-width: 50%;
    border-left: 1px solid #e8e8e8;
    padding-left: 40px;
}
.contact_form .contact_form_col_in .textwidget:nth-of-type(1) {
    border-left: 0;
    padding: 0;
}
.contact_form .contact_form_col_in h3 {
    margin-top: 0;
}
.contact_form .contact_form_col_in h4 {
    margin-bottom: 20px;
}
.contact_form .widget .contact_info_wrap_in {
    display: flex;
    flex-wrap: wrap;
}
.contact_form .widget .contact_info_wrap_in .contact_info_in {
    width: 100%;
    max-width: 50%;
    border-left: 1px solid #e8e8e8;
    padding-left: 40px;
}
.contact_form .widget .contact_info_wrap_in .contact_info_in:nth-of-type(1) {
    border-left: 0;
    padding: 0;
}
.contact_main_sec .contact_map {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.contact_main_sec .contact_map .location_map {
    width: 100%;
    max-width: 50%;
    padding-right: 20px;
}
.contact_main_sec .contact_map .location_map:nth-of-type(2) {
    padding-right: 0;
}
.contact_main_sec .contact_map .location_map h3 {
    padding: 0 20px;
    text-align: center;
}
/**** service popup start ****/
.services_popup {
    max-width: 1140px !important;
    margin: 50px 0 !important;
    width: 100%;
    padding: 50px 30px 24px !important;
}
.services_popup .main_ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.services_popup .main_ul .main_li {
    width: 20%;
    padding: 0 15px;
}
.services_popup .main_ul li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.services_popup .main_ul li a {
    color: #000;
}
.services_popup .main_ul li a:hover {
    color: #067ccc;
}
.services_popup .main_li>a {
    padding: 0 0 0 63px !important;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.services_popup .main_li>a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.services_popup .sub_ul {
    margin-top: 25px;
}
.services_popup .sub_ul .sub_li {
    margin-bottom: 14px;
    line-height: 26px;
}
.services_popup .sub_ul .sub_li a {
    padding: 0 0 0 16px;
    position: relative;
    display: inline-block;
}
.services_popup .sub_ul .sub_li a:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
}
.services_popup .fancybox-button {
    background: none;
    outline: none;
}
.services_popup .fancybox-button svg path {
    fill: #000;
}
.services_popup .fancybox-button:hover svg path {
    fill: #3dabda;
}
.services_popup .popup_drop_arrow {
    display: none;
}
/**** service popup end ****/
.home3_blog_sec.home3_blog_page {
    padding: 80px 0 80px;
}
.home3_testimonial_txt_in {
    height: 290px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    position: relative;
}
.home3_testimonial_txt_in.open {
    height: 100%;
    padding-bottom: 38px;
}
html.fancybox-active,
body.fancybox-active {
    overflow: hidden;
}
/* .page-template-home3 .fancybox-slide {
pointer-events: none;
}
.page-template-home3 .fancybox-slide .fancybox-content {
pointer-events: all;
} */
.home3_testimonial_txt .link_btn {
    margin-top: 10px;
}
.home3_testimonial_txt_in::after {
    content: '';
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
    transition: 0.3s all ease-in-out;
}
.home3_testimonial_txt_in.open::after {
    opacity: 0;
    visibility: hidden;
}
.home3_testimonial_txt .open+.link_btn {
    margin-top: -26px;
}
.home3_testimonial_txt_in.open+.link_btn a {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    transition: none;
}
.home3_testimonial_txt_in+.link_btn a::before {
    content: "Read Less";
    font-size: 0;
    line-height: 0;
    transition: none;
    letter-spacing: 0px;
}
.home3_testimonial_txt_in.open+.link_btn a::before {
    font-size: 17px;
    line-height: 27px;
    transition: 0.3s all;
    letter-spacing: 0.6px;
}
.home3_blog_page .home3_blog_boxes {
    margin-bottom: -30px;
}
.home3_blog_page .home3_blog_box {
    margin-bottom: 30px;
}
.home3_testimonial_txt.small_content .link_btn {
    display: none;
}
.home3_testimonial_txt.small_content .home3_testimonial_txt_in::after {
    display: none;
}
/* landing page */
.free_environment_img {
    padding: 0px 10px;
}
.free_environment_img img {
    border-radius: 12px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    object-fit: cover;
}
.offer_section {
    padding: 100px 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #000;
    position: relative;
}
.offer_section:before {
    content: " ";
    background-image: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/summitmedicalspa.com/wp-content/uploads/2023/04/offer_img-jpeg.webp?bwp);
    position: absolute;
    width: 100%;
    top: 0px;
    background-size: cover;
    bottom: 0;
    background-position: center;
    opacity: 0.5;
}
.offer_content {
    text-align: center;
}
.offer_content em {
    font-size: 34px;
    font-weight: 700;
    font-family: 'Abel', sans-serif;
    color: #fff;
}
.offer_content p {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Abel', sans-serif;
    color: #fff;
    margin-bottom: 15px;
}
.offer_content .offer_btn {
    font-size: 28px;
    font-weight: 700;
    padding: 20px 40px;
    background: #037ccc;
    font-family: 'Abel', sans-serif;
}
section.all_about {
    text-align: center;
    background-color: #131313;
    color: white;
    padding-top: 38px;
    padding-bottom: 38px;
}
section.all_about h2 {
    font-family: 'Abel', sans-serif;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}
.location_hours_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.location_hours_content {
    text-align: center;
    padding: 0px 20px 40px 20px;
}
.location_hours_img {
    padding: 0px 20px 40px 20px;
}
.location_hours_content p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}
.location_hours_content span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    display: block;
}
/* new service page */
.service_sec {
    overflow: hidden;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px
}
.container {
    width: 1200px;
    margin: auto;
    position: relative;
}
.service_sec>.container:before {
    content: " ";
    background-color: #148884;
    position: absolute;
    top: -80px;
    bottom: -80px;
    right: -350px;
    width: 850px;
    z-index: -1;
}
.service_sec .service_wrapper {
    display: flex;
    align-items: center;
    padding: 80px 20px 0px 20px;
    flex-wrap: wrap;
}
.service_sec .service_wrapper .service_content {
    padding-right: 35px;
}
.service_sec .service_wrapper .service_content>span:first-child {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    font-style: italic;
}
.service_sec .service_wrapper .service_content p {
    padding-bottom: 15px;
}
.service_sec .service_wrapper .service_img img {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
.consultation_sec {
    background: #000;
}
.consultation_sec .consultation_wrapper {
    display: flex;
    justify-content: center;
}
.consultation_sec .consultation_wrapper h2 {
    font-size: 60px;
    line-height: 68px;
    color: #fff;
}
.consultation_sec .consultation_wrapper .consultation_items li {
    color: #fff;
    font-size: 20px;
    list-style-type: disc !important;
}
.consultation_sec .consultation_wrapper .consultation_content p {
    color: #fff;
    padding-bottom: 20px;
}
.consultation_sec .consultation_wrapper .consultation_content a {
    padding: 8px 31px;
    display: inline-block;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
}
.consultation_sec .consultation_wrapper .consultation_content a:hover {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}
.ques_sec {
    background: #148884;
    padding: 80px 0px 0px 0px;
}
.section_title {
    max-width: 800px;
    text-align: center;
    margin: auto;
}
.ques_sec .section_title h2 {
    color: #fff;
}
.ques_sec .section_title p {
    color: #fff;
}
.ques_sec .ques_wrapper {
    display: flex;
    align-items: center;
    padding: 50px 200px;
    background: #fff;
}
.ques_sec .ques_wrapper .ques_left h2 {
    color: #148884;
}
.ques_sec .ques_wrapper .ques_left {
    padding: 0px 20px;
}
.ques_sec .ques_wrapper .ques_right {
    padding: 0px 20px;
}
.ques_sec .ques_wrapper .ques_right p {
    color: #148884;
}
.ques_sec .ques_wrapper:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    padding: 50px 200px;
    align-items: center;
    background: #f0f0f0;
}
.ques_sec .ques_wrapper:nth-child(even) .ques_left {
    text-align: end;
}
.testimonial_box {
    position: relative;
    padding: 80px 20px 120px 20px;
    background-color: #148884;
}
body .testimonial_box .owl-carousel {
    padding-top: 0px;
}
/* .testimonial_box:before {
	content: " ";
	background-image: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/summitmedicalspa.com/wp-content/uploads/2023/04/herro-img-jpg.webp?bwp);
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 0px 20px;
} */
.testimonial_box .item {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    gap: 30px;
}
.testimonial_box .testimonail_img {
    width: calc(20% - 15px);
}
.testimonial_box .testimonail_content {
    width: calc(80% - 15px);
}
.testimonial_box .has-toggle .testimonail_content .content {
    max-height: 144px;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
}
.testimonial_box .testimonail_content .toggle_on {
    color: #148884;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2 !important;
    cursor: pointer;
    font-size: 24px;
    justify-content: center;
}
.testimonial_box .testimonail_content.expanded .toggle_on .fa-chevron-down {
    transform: rotate(-180deg);
}
.testimonial_box .owl-carousel .owl-item img {
    max-width: 100px;
    border-radius: 50px;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel.owl-loaded {
    padding: 50px 0px;
}
.testimonial_box .section_title h2 {
    color: #fff;
    margin: 0px;
}
.testimonial_box .section_title p {
    color: #fff;
}
/* .testimonial_box .owl-stage .item .testimonail_content p {
	color: white;
} */
.testimonial_box .owl-nav {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    display: flex !important;
    justify-content: space-evenly;
    color: white;
    font-size: 54px;
    bottom: -42px;
}
.section_title {
    padding-bottom: 57px;
}
.testimonail_content a {
    color: #fff;
    font-size: 16px;
    line-height: 28px !important;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 700;
    display: inline-block;
}
.gallery_sec .gallery_wrapper {
    display: flex;
}
.gallery_sec .section_title.gall {
    padding-bottom: 70px;
}
.blogs {
    background: linear-gradient(0deg, #000000 87.83%, #372100 100%);
    padding: 76px 0px;
    overflow: hidden;
    padding: 80px 0px;
}
.blogs .section-title h2 {
    color: #fff;
}
.blogs .section-title p {
    color: #fff;
    padding: 0px 200px;
}
.blogs .blog-area .col-sm-4 .blog img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blogs .col-sm-4 .blog {
    margin: 0px 20px;
}
.blogs .blog {
    background: #fff;
}
.blogs .blog-area {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0px 40px 0px;
}
.blogs .blog-content {
    padding: 22px 31px 22px 24px;
}
.blogs .blog-content h5 {
    font-size: 19px;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.28px;
    margin: 0;
    padding-bottom: 25px;
}
.blogs .blog-content p {
    color: #585858;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.28px;
    padding-bottom: 12px;
}
.blogs .blog-content .read-btn {
    color: #0ABBB5;
    font-size: 14px;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}
.blogs .blog-btn {
    text-align: center;
}
.btn-layout>a {
    padding: 8px 31px;
    background: #148884;
    border-radius: 1px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #148884;
}
.white-btn a {
    background: #fff;
    border-radius: 1px;
    text-transform: uppercase;
    color: #148884;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #148884;
}
.text-center {
    text-align: center;
}
.newsletter_sec {
    background: #148884;
}
.newsletter_sec .form_wrapper {}
.newsletter_sec .section-title h2 {
    color: #fff;
}
.newsletter_sec .section-title p {
    color: #fff;
}
.newsletter_sec .gform_fields .gfield .gform-field-label {
    margin: 0px !important;
}
.newsletter_sec .gform_fields .gfield_error {
    background-color: rgba(255, 223, 224, .25);
    padding-top: 0px !important;
    padding-bottom: 15px;
    border: 0px !important;
}
.newsletter_sec .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding-top: 0px !important;
}
.newsletter_sec .gform_wrapper form {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 15px;
}
.newsletter_sec .gform_wrapper form .gform-body {
    width: 85%;
}
.newsletter_sec .gform-body .gform_fields .subs_name_field {
    width: 65%;
    margin: 0px !important;
}
.newsletter_sec .gform-body .gform_fields .subs_email_field {
    margin: 0px !important;
    width: 35%;
}
.newsletter_sec .gform_wrapper form .gform-body .gform_fields {
    display: flex;
}
.newsletter_sec .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type=text],
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type=email] {
    margin: 0px !important;
    padding: 12px 12px !important;
    border-radius: 0 !important;
}
.newsletter_sec .gform_footer {
    width: 15% !important;
    text-align: end;
}
.newsletter_sec .gform_footer {
    margin: 0px !important;
    padding: 0px !important;
}
.newsletter_sec .gform_wrapper form .gform-body .ginput_container_email .medium {
    width: 100%;
    margin: 0px !important;
}
.newsletter_sec .gform_wrapper form .gform-body .gfield_description {
    padding-top: 6px !important;
}
.newsletter_sec .gform_wrapper form .gform-body .validation_message {
    color: #232321 !important;
    font-weight: 600;
    letter-spacing: normal;
}
.newsletter_sec .gform_footer input.button,
.gform_footer input[type=submit] {
    margin: 0px !important;
}
.newsletter_sec .gform_footer input[type=submit] {
    width: 95% !important
}
.newsletter_sec .gform_wrapper div.ginput_container {
    margin-top: 0px !important;
}
.newsletter_sec .gform_wrapper form .gform-body .gform_fields li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
    border: 1px solid #e3c4e9 !important;
}
.newsletter_sec .gform_footer input[type=submit] {
    color: #fff;
    border: 2px solid #232321 !important;
    background: #232321 !important;
    padding: 13px 35px !important;
    text-align: center;
}
section#blogs .blog-content p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: black;
    margin-bottom: 0px;
}
.single-product .product_meta {
    display: none;
}
.single-product div.product form.cart input {
    color: #000;
}
.review_stars {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}
.review_star_item img {
    height: auto;
    width: 16px !important;
}
.testimonial_slider.owl-carousel .owl-stage {
    display: block;
}
.single-post .table_content_wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 30px 30px 0;
    padding: 20px 12px 24px 16px;
    width: 250px;
    position: fixed;
    top: 150px;
    box-sizing: border-box;
    z-index: 3;
    bottom: 30px;
    overflow: auto;
    scrollbar-width: none;
    left: 0;
}
.single-post .table_content_wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 12px;
}
.single-post .table_content_wrapper .progress_wrapper {
    background: #e0e0e0;
    height: 5px;
    border-radius: 12px;
    margin-bottom: 12px;
}
.single-post .table_content_wrapper .progress_wrapper .progress_bar {
    height: 100%;
    background-color: #0abab5;
    border-radius: 12px;
}
.single-post .table_content_wrapper .sync_wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.single-post .table_content_wrapper .sync_wrapper .sync_item {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color .2s ease-in-out;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
.single-post .table_content_wrapper .sync_wrapper .sync_item.active,
.single-post .table_content_wrapper .sync_wrapper .sync_item:hover {
    background-color: #eee;
}
.single-post #site-content {
    padding: 80px 0;
}
.single-post #site-content .post-inner.thin {
    max-width: 1200px;
    margin: auto;
}
.single-post #site-content .post-inner img {
    margin: 0 0 20px;
}
.single-post #site-content .post-inner h2,
.single-post #site-content .post-inner h3,
.single-post #site-content .post-inner h4,
.single-post #site-content .post-inner h5 {
    margin: 40px 0 15px;
}
.single-post #site-content .post-inner h1 {
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 52px;
}
.single-post #site-content .post-inner .entry-content .container {
    width: auto;
}
.consulation_sec_left .consulation_sec_title h2 {
    margin-top: 0 !important;
}
/******************* weight lose ***********************/
.service-sec1 .inner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.service-sec1 .inner-wrapper .service-sec1_left {
    display: flex;
    flex-direction: column;
}
.service-sec1 .inner-wrapper .service-sec1_left .btn-layout {
    margin-top: 30px;
}
.service-sec1 .inner-wrapper .service-sec1_left .disclaimer-text {
    margin-top: 20px;
}
.service-sec1 .inner-wrapper .service-sec1_left .disclaimer-text p {
    font-size: 12px;
}
.service-sec1_right img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 580/385;
    min-height: 260px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-massasage .inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.service-massasage .service-massasage_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.service-massasage_left .twentytwenty-wrapper {
    width: 100%;
    max-width: 500px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    aspect-ratio: 500/400;
}
.twentytwenty-container.twentytwenty_slider {
    height: 100% !important;
}
.service-massasage_wrap .service-massasage_left img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.service-massasage_wrap .service-massasage_left>img {
    max-width: 500px;
    aspect-ratio: 500/400;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-massasage_right .service-massasage_content {
    margin-bottom: 20px;
}
.service-massasage_content ul li {
    list-style-type: circle !important;
    margin-left: 19px;
}
.service-massasage .service-massasage_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.service-massasage .service-massasage_list .service-massasage_list_item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
}
.service-massasage_list_item .service-massasage_list_icon img {
    width: 100%;
    max-width: 80px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.service-massasage_wrap:nth-child(2n) .service-massasage_right {
    grid-column: 1;
    grid-row: 1;
}
.service-massasage_wrap:nth-child(2n) .service-massasage_left {
    grid-column: 2;
    display: flex;
    justify-content: end;
}
.real-testimonial {
    background: #f9f9f9;
}
.real-testimonial_icon {
    max-width: 230px;
    margin-inline: auto;
    display: block;
}
.real-testimonial h2 {
    text-align: center;
}
.real-testimonial_slider .owl-carousel {
    padding-block: 20px 50px !important;
    overflow: hidden;
}
.real-testimonial_slider .owl-stage-outer {
    overflow: visible !important;
}
.review_item {
    height: 100%;
    position: relative;
    padding: 30px 40px;
    border: 2px solid #0ABBB5;
    border-radius: 40px 0 40px 0;
}
.review_item::before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-image: url(https://summitmedicalspa.com/wp-content/uploads/2025/10/quote-svgrepo-com.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-1) scaleY(-1);
}
.owl-item:nth-child(2n) .review_item::before {
    top: auto;
    bottom: -30px;
    left: 50%;
    transform: scaleX(-1) scaleY(-1) translateX(50%);
}
.real-testimonial_slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.real-testimonial_slider .owl-nav .owl-prev {
    left: 5px;
}
.real-testimonial_slider .owl-nav .owl-next {
    right: 5px;
}
.real-testimonial_slider .owl-nav button svg {
    max-width: 8px;
    height: auto;
}
.review_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review_wrapper .rating-container {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.review_wrapper .rating-container .google-logo {
    min-width: 66px;
}
.review_wrapper .rating-container .google-logo img {
    max-width: 66px;
    vertical-align: middle;
}
.review_wrapper .rating-container .star-rating {
    display: flex;
    min-width: 90px;
}
.review_wrapper .rating-container .star-rating img {
    max-width: 18px;
}
.review_wrapper .rating-container .review-info {
    font-weight: 600;
    font-size: 15px;
}
.review_wrapper .btn-layout {
    margin-top: 25px;
}
.feature-therapist {
    padding-block: 0;
    /*     background-color: #f9f9f9; */
}
.feature-therapist__inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.feature-therapist__inner-left,
.feature-therapist__inner-right {
    width: 50%;
}
.feature-therapist__inner-left {
    padding: 50px 50px 50px 20px;
}
.feature-therapist__inner-left__inner {
    max-width: 600px;
    margin-left: auto;
}
.feature-therapist__inner-left__inner .btn-layout {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.feature-therapist__inner-right_img-wrapper img {
    /*     height: 700px; */
    width: 100%;
    object-fit: cover;
}
.sec-ymal h2 {
    text-align: center;
}
.ymal__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.page-template-weight-loss-2025 .new_carousel_gallery .section_title {
    padding: 0px;
}
.ymal__item {
    border-radius: 20px;
    padding: 10px 10px 20px;
    background-color: rgb(from #148884 r g b / 10%);
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ymal__item-img_wrapper {
    margin-bottom: 12px;
}
.ymal__item-img_wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.ymal__item-heading {
    margin-bottom: 0;
}
.ymal__item-heading a {
    color: inherit;
}
.ymal__item-sub-heading {
    font-size: 14px;
    line-height: 1.3em;
    padding-inline: 10px;
    margin-top: 5px;
    margin-bottom: 40px;
}
.sec-services h2 {
    text-align: center;
    color: #fff;
}
.sec-services .services__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    gap: 20px;
    justify-content: center;
}
.sec-services .services__wrapper .services__item {
    width: calc(33.33% - 13.33px);
    border: 3px solid #fff;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.sec-services .services__wrapper .services__item .services__item-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.sec-services .services__wrapper .services__item .services__item-time {
    color: #148884;
    font-size: 18px;
    line-height: 1.3;
}
.sec-services .services__wrapper .services__item .services__item-price {
    font-weight: 600;
    color: #148884;
    font-size: 18px;
    line-height: 1.3;
}
.sec-services {
    background-color: #148884;
}
.sec-services .services__wrapper .services__item .btn-layout {
    margin-top: auto;
}
.faq_wrap_sec {
    background-color: #f9f9f9;
}
.faq_wrap_sec h2 {
    text-align: center;
    margin-bottom: 40px;
}
.accordion_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.accordion_header {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    background-color: #FFFFFF;
    font-weight: 500;
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    border-radius: 4px;
}
.accordion_header.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    background-color: #148884;
    color: white;
    border-color: #148884;
}
.accordion_item .answer {
    padding: 16px 20px;
    border-top: 0;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ddd;
}
.accordion_item .answer :where(p, li) {
    font-size: 14px;
}
/******************* weight lose ***********************/
/******************* award sec ***********************/
.award_sec {
    background-color: #f9f9f9;
    padding-inline: 20px;
}
.award_sec .inner_wrapper .title_wrapper {
    text-align: center;
    max-width: 800px;
}
.award_sec .inner_wrapper {
    gap: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.award_sec .inner_wrapper .title_wrapper h2 {
    margin: 0;
}
.award_sec .inner_wrapper .awrd_main_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.award_sec .awrd_wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.award_sec .awrd_wrapper .awrd_item {
    width: calc(22.22% - 22.5px);
    max-width: 100%;
    padding: 0;
    border-radius: 50%;
    aspect-ratio: 1/1;
}
.award_sec .awrd_wrapper .awrd_item img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}
/******************* award sec ***********************/
/******************* Responsive ***********************/
@media(max-width: 1199px) {
    .feature-therapist__inner-left__inner .btn-layout {
        flex-wrap: wrap;
    }
}
@media(max-width:1024px) {
    .award_sec .inner_wrapper .awrd_main_wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }
    .footer-widgets .inner_footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }
    .widget_text .location-area:nth-child(1) img {
        width: 38px;
        padding-top: 7px;
        flex-shrink: 0;
    }
    .widget_text .location-area:nth-child(2) img {
        width: 38px;
        padding-top: 7px;
        flex-shrink: 0;
    }
}
@media (max-width:767px) {
    h2 {
        font-size: 30px !important;
        line-height: 1.25em;
    }
    h4 {
        font-size: 20px;
    }
    .service-sec1 .inner-wrapper,
    .service-massasage .service-massasage_wrap {
        grid-template-columns: 1fr;
    }
    .service-massasage_wrap:nth-child(2n) .service-massasage_left {
        grid-column: unset;
    }
    .service-massasage_wrap:nth-child(2n) .service-massasage_right {
        grid-area: unset;
    }
    .ymal__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .sec-services .services__wrapper {
        padding-top: 10px;
    }
    .sec-services .services__wrapper .services__item {
        width: calc(50% - 10px) !important;
    }
    .feature-therapist__inner-left,
    .feature-therapist__inner-right {
        width: 100%;
    }
    .feature-therapist__inner-left {
        padding-right: 20px;
        padding-bottom: 0;
    }
    .feature-therapist__inner-left__inner {
        max-width: 100%;
    }
    .feature-therapist__inner-right_img-wrapper img {
        height: auto;
    }
    .accordion_wrapper {
        grid-template-columns: 1fr;
    }
    .service-massasage_wrap .service-massasage_left>img {
        max-width: 100%;
    }
    .js-jobs-list .new_wrapper {
        width: 50%;
    }
    .feature-therapist .btn-layout>a {
        padding: 8px 24px;
    }
}
@media (max-width:575px) {
    .service-massasage .service-massasage_list .service-massasage_list_item {
        grid-template-columns: 60px 1fr;
        gap: 10px;
    }
    .ymal__wrapper {
        grid-template-columns: 1fr;
    }
    .sec-services .services__wrapper .services__item {
        width: 100% !important;
    }
    body:has(.header-bottom-bar) .site-inner .hero-section {
        margin-top: -124px;
    }
    body.home .hero-section {
        margin-top: -86px;
    }
    .award_sec .awrd_wrapper .awrd_item img {
        width: 75%;
        aspect-ratio: unset;
    }
    .award_sec .inner_wrapper .title_wrapper h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .award_sec .awrd_wrapper .awrd_item {
        width: calc(50% - 15px);
        aspect-ratio: unset;
    }
    .footer-widgets .inner_footer {
        grid-template-columns: 1fr;
    }
    .footer-widgets .inner_footer .footer_item:nth-child(5) {
        grid-column: unset;
    }
    .footer-widgets .inner_footer .footer_item>.widget_media_image>img {
        max-width: 70px !important;
    }
    .js-jobs-list .new_wrapper {
        width: 100%;
    }
}
/************sec-ymal*****************/
.ymal__wrapper .ymal__item .btn-layout {
    margin-top: auto;
}
/******************* Responsive ***********************/

.service-sec1_left h1 {
	font-size: 40px !important;
	font-weight: 100 !important;
}