:root {


    --top_position: 0px;
    --color_blue_gray: #6088A2;

}

/* font-family: "Roboto", sans-serif; */

/* @font-face {
    font-family: 'Ivar Text Hydro';
    src: url('../fonts/IvarTextHydro-Regular.woff2') format('woff2'),
        url('../fonts/IvarTextHydro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ivar Text Hydro';
    src: url('../fonts/IvarTextHydro-Bold.woff2') format('woff2'),
        url('../fonts/IvarTextHydro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Kreatives Free';
    src: url('../fonts/KreativesFree-Regular.woff2') format('woff2'),
        url('../fonts/KreativesFree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}   */





/* @font-face {
    font-family: 'BlackGold';
    src: url('../fonts/BlackGoldRegular.woff2') format('woff2'),
        url('../fonts/BlackGoldRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*/



/* @font-face {
    font-family: 'Blacksword';
    src: url('../fonts/Blacksword.woff2') format('woff2'),
        url('../fonts/Blacksword.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Phorenix Dashtime';
    src: url('../fonts/phorenix-dashtime.woff2') format('woff2'),
        url('../fonts/phorenix-dashtime.woff') format('woff'),
        url('../fonts/phorenix-dashtime.ttf') format('ttf'),
        url('../fonts/phorenix-dashtime.otf') format('otf');
    font-weight: normal;
    font-style: normal;
} */




/* @font-face {
    font-family: 'Phorenix Dashtime';
    src: url('../fonts/PhorenixDashtime1.woff2') format('woff2'),
        url('../fonts/PhorenixDashtime1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'strude';
    src: url('../fonts/strude.woff2') format('woff2'),
        url('../fonts/strude.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'GNDWLW+BlackGoldRegular';
    src: url('../fonts/GNDWLWBlackGoldRegular.woff2') format('woff2'),
        url('../fonts/GNDWLWBlackGoldRegular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'South Coast';
    src: url('../fonts/SouthCoastRegular.woff2') format('woff2'),
        url('../fonts/SouthCoastRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.outer_block {
    overflow: hidden;
}


img {
    vertical-align: middle;
    max-width: 100%;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 20px;
    width: 100%;
}

.wrapper2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    padding: 0 20px;
    width: 100%;
}

.wrapper_xxl {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding: 0 20px;
    width: 100%;
}

.wrapper_full {
    padding: 0 20px;
}

/* .lg_wrapper {
	padding: 0 100px;
} */

.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: "";
}






/* Menu Bar */




.menu {
    display: flex;
    justify-content: center;
}

.nav-menu>li {
    margin: 0 15px;
    position: relative;

}

.nav-menu>li>a {
    display: block;
    position: relative;
    padding: 15px 60px 15px 0;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 34px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}


.header_nav_links .nav-menu li a>img,
.header_nav_links .nav-menu .sub-menu li a>img {
    display: none;
}

.home_menu_mob .nav-menu li a>img,
.home_menu_mob .nav-menu .sub-menu li a>img {
    display: none;
}

.header_nav_links2 .nav-menu li a>img,
.header_nav_links2 .nav-menu .sub-menu li a>img {
    display: none;
}

.nav-menu .sub-menu li a::after {
    display: none;
}

.nav-menu .sub-menu {
    position: absolute;

    top: 0px;

    left: 0;

    border-top: 0;

    padding-left: 0px;

    padding-top: 0;

    filter: alpha(opacity=0);


    padding-bottom: 10px;

    visibility: hidden;

    opacity: 0;
    background: none;
    -webkit-transform: translate(0);
    /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764); */
}

.nav-menu .sub-menu .expand_plus:after {
    width: 13px;
    height: 13px;
}

.nav-menu .sub-menu li {
    float: none;
    background: #fff;
    border-bottom: 1px solid #999999;
    border-left: none;
    padding: 0;
    display: block;
    position: relative;
}

.nav-menu .sub-menu li:first-child {
    border-top: 2px solid #999999;
}

.nav-menu .sub-menu a {
    padding: 10px 20px;
}

.nav-menu .sub-menu li a {
    text-align: left;
    font-size: 22px;
    display: block;

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.nav-menu .sub-menu ul {
    position: absolute;
    top: 0px;
    left: 100%;
    border-top: 0;
    padding-left: 0px;
    padding-top: 0;
    filter: alpha(opacity=0);
    width: 180px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(40px, 0);
}





.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    opacity: 0;
}

.overlay.active {
    z-index: 100;
    opacity: 1;
}


.top_menu_section {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    right: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 82%) 10%, rgb(0 0 0 / 2%) 54.84%);
    z-index: 99;
    transition: all 0.5s ease;
    /* Fixed transition */
    -webkit-transition: all 0.5s ease;
}

.f_flayout_menu_section {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* header toggle css */

.nav-menu .sub-menu {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    /* box-shadow: none;
	  left: 0; */
}

.site-menu {
    position: relative;
    padding-top: 0px;
    vertical-align: middle;
    display: block;
    width: 100%;
    max-height: 100%;
    height: calc(100vh - 10px);
}

.menu-header-menu-container {
    overflow-y: auto;
    height: 100%;
}

/* width */
.menu-header-menu-container::-webkit-scrollbar {
    width: 10px;
    height: 3px;
}

/* Track */
.menu-header-menu-container::-webkit-scrollbar-track {
    background: #cacaca;
}

/* Handle */
.menu-header-menu-container::-webkit-scrollbar-thumb {
    background: #d0ad8b;
}

/* Handle on hover */
.menu-header-menu-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.active_toggle {
    /* overflow: hidden !important; */

}

.active_toggle .a11y-toolbar,
.active_toggle chat-widget {
    display: none !important;
}

.nav-menu {

    margin-right: 0px;
    width: 100%;
    padding-bottom: 50px;
    display: block;
}

.nav-menu li {
    float: none;
    margin: 0px;
    border-bottom: none;
    border-bottom: 1px solid #353535;
    padding: 0;
    display: block;
}



.expand_plus {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 35px;
    height: 42px;
    padding: 25px 10px 2px;
    cursor: pointer;
    z-index: 100;
}

.expand_plus i {
    display: block;
    position: relative;
    width: 12px;
    height: 10px;
    top: -8px;
}

.expand_plus.active i {
    background-position: 0px -190px;
}

.nav-menu .sub-menu .expand_plus {
    height: 34px;
    top: 4px;
    right: 4px;
}

.nav-menu .sub-menu,
.nav-menu .sub-menu ul {
    width: auto;
    position: relative;
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-menu .sub-menu li {
    background: none;
    border-bottom: none;
}

.nav-menu .sub-menu li:hover>a,
.nav-menu .sub-menu ul li a {
    border: none;
}

.nav-menu .sub-menu.active-children {
    display: block;
}


.nav-menu .sub-menu ul {
    left: 0;
    padding-left: 33px;
}


.nav-menu .sub-menu li a {
    border: none;
    padding-left: 36px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.nav-menu .sub-menu ul {
    background: none;
    -webkit-transform: translate(0);
}

.expand_plus active {
    top: 100px;
}

.expand_plus active i {
    top: 200px;
}

.nav-menu .sub-menu ul li a {
    padding-left: 40px;
}

.nav-menu .sub-menu li:first-child {
    border-top: none;
}

.nav-menu .sub-menu li a:hover {
    color: #d0ad8b;
    background: none;
}



.menu_btn_hd {
    display: flex;
    align-items: center;

}

.menu_btn_text {
    color: #d0ad8b;
    opacity: 1;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3.75px;
    text-transform: uppercase;
}

.menu_btn_hd i {
    height: 2px;
    background: #d0ad8b;
    display: block;
    width: 30px;
    transition: transform .8s;
}



.menu_btn_hd i:nth-child(2) {
    margin: 5px 0;
}



.menu_btn_hd .menu_expand.active i:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.menu_btn_hd .menu_expand.active span:first-child {
    z-index: 1000;
    display: inline-grid;
    padding: 17px 5px;
    position: fixed;
    top: 28px;
    right: 30px;
}

.menu_btn_hd .menu_expand.active i {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translate(2px);
    margin: 0;
    width: 36px;
    height: 3px;
}

.menu_btn_hd .menu_expand.active i:last-child {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translate(1px);
}



.nav-menu>li.menu-item-has-children>a {
    padding: 15px 60px 15px 0;
}

.nav-menu>li:hover>a {
    color: #d0ad8b;
}

.sp_site_menu .nav-menu>li:hover>a {
    color: var(--color_blue_gray);
}

.expand_plus:after {
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center;
}

.expand_plus.active:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* .m_close_icon:before,
  .m_close_icon:after {
	  display: block;
	  content: "";
	  position: absolute;
	  width: 30px;
	  height: 2px;
	  background: #000;
	  top: 20px;
	  left: 6px;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
  }
  
  .m_close_icon:after {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
  } */

.nav-menu>li:hover>a::before {
    display: none;
}



.menu_expand.active .menu_btn_text {
    display: none;
}

.menu_expand_box {
    display: flex;
    gap: 10px;
    align-items: center;

}


.menu_btn_text {

    color: #d0ad8b;
    opacity: 1;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    transition: all 0.2sease;
    -webkit-transition: all 0.2sease;
    text-decoration: none;
    position: relative;
}






/* header toggle css end */



/* header Bar css */



.social_outer_row {
    margin-top: 20px;
}



.social_media_info {
    display: flex;
    align-items: center;
    gap: 15px 30px;
    transition: all 0.5s ease;
    /* Fixed transition */
    -webkit-transition: all 0.5s ease;
    flex-wrap: wrap;
}

.social_media_info>a {
    display: block;
    max-width: 75px;
}

.social_media_info>a img {
    height: 20px;
    width: 20px;
}

.book_nw_btn>a::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none' viewBox='0 0 18 10'%3E%3Cpath stroke='%23D0AD8B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.499 1.164 16.999 5m0 0-4.5 3.836M16.999 5H1'/%3E%3C/svg%3E");
    margin-left: 8px;
    display: inline-block;

}

.h_number_ft {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.h_number_ft>a,
.h_number_ft p,
.book_nw_btn>a {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
    color: #d0ad8b;
    transition: all 0.5s ease;
    /* Fixed transition */
    -webkit-transition: all 0.5s ease;
}


.h_number_ft p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}


.h_social_nb {
    display: flex;
    align-items: center;
}

.search_bar_ft {
    margin-right: 15px;
    padding: 8px;
    min-width: 38px;
    max-width: 38px;
    display: none;

}

.login_info.search_bar_box {
    min-width: 24px;
    max-width: 24px;
}

.icon_close {
    display: none;
}

.search_bar_box .search_bar_item {
    display: none;
    max-width: none;
}

.close_icon_x {
    display: none;
}

.close_icon_x svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.icon_close {
    display: block;
    cursor: pointer;
    outline: none;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
}

.search_bar_box.mob_hide_search {
    display: none;
}

.search_bar {
    color: #d0ad8b;
    font-size: 16px;
    background-color: #f4f4f4;
    font-weight: 300;
    line-height: normal;
    border-radius: 0;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #d0ad8b;
    width: 100%;
    padding: 10px 40px 10px 14px !important;
}

.search_bar:focus {
    border-color: #26a7d6;
}

.search_bar_box input[type=submit].search_icon_b {
    background: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg clip-path="url(%23clip0_15_152)"%3E%3Crect width="24" height="24" fill="none"/%3E%3Ccircle cx="10.5" cy="10.5" r="6.5" stroke="%23000000" stroke-linejoin="round"/%3E%3Cpath d="M19.6464 20.3536C19.8417 20.5488 20.1583 20.5488 20.3536 20.3536C20.5488 20.1583 20.5488 19.8417 20.3536 19.6464L19.6464 20.3536ZM20.3536 19.6464L15.3536 14.6464L14.6464 15.3536L19.6464 20.3536L20.3536 19.6464Z" fill="%23000000"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_15_152"%3E%3Crect width="24" height="24" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: calc(100% - 8px), center;
    background-size: 21px;
    border: none;
    font-size: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}

.search_bar_box.mob_hide_search {
    width: 100%;
    position: absolute;
    right: 114px;
    max-width: 300px;
    top: 100%;
    padding-left: 0;
    margin: 5px 0 0px;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.active_search .search_bar_box.mob_hide_search {
    display: block;
    opacity: 1;
    visibility: visible;
}

.active_search .close_icon_x {
    display: block;
}

.close_icon_sch {
    color: #d0ad8b;
}

.active_search .close_icon_sch {
    display: none;
}







.header_con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.h_top_logo {
    width: 33.33%;
    padding: 0 15px;

}

.h_top_logo a {
    max-width: 225px;
    transition: all 0.5s ease;
    /* Fixed transition */
    -webkit-transition: all 0.5s ease;
    display: block;
    margin: 0 auto;
}

.h_book_nw {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.h_number_ft {
    margin-right: 40px;
}

.h_menu_bar {
    width: 33.33%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}



.f_flayout_menu_section.open_menu {
    overflow: hidden;
    background: url('../webp/spa-injectables-scaled.webp');
    background-size: 100%, 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /* overflow-y: auto; */
}

.f_flayout_menu_section.open_menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Adjust transparency here */
    z-index: 1;
    /* Ensures it overlays above the background */
}

.f_flayout_menu_se_inner {
    position: relative;
    z-index: 1;
}

.h_menu_row {
    padding-top: 135px;
    padding-bottom: 70px;
    padding-right: 35px;
    padding-left: 50px;
    /* max-width: 605px; */
    position: fixed;
    top: 0;
    width: 40%;
    right: -100%;
    /* Hide menu off-screen on the right */
    height: 100vh;
    background-color: rgb(1 6 9 / 100%);
    /* Adjust as needed */
    transition: all 0.7s ease;
    /* Fixed transition */
    -webkit-transition: all 0.7s ease;

}

.f_flayout_menu_section.open_menu {
    z-index: 500;
    opacity: 1;
    visibility: visible;
}

.f_flayout_menu_section.open_menu .h_menu_row {
    right: 0;
    /* Moves menu into view */
}

.h_menu_row .nav-menu .sub-menu li a {}



.header_menu_sec {

    padding-right: 0;
    text-align: left;
}





.sticky_header.header_is_sticky {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
    background: #000;
    padding: 10px 0 10px;
}

.header_is_sticky .h_top_logo a {
    max-width: 152px;
}

.header_is_sticky .h_number_ft>a,
.header_is_sticky .h_number_ft p,
.header_is_sticky .book_nw_btn>a {
    font-size: 18px;
}

.header_is_sticky .h_number_ft p {
    font-size: 16px;

}

.header_is_sticky .social_media_info {

    gap: 10px 20px;

}

/* .grace_header_quand .images_wrap:before {
    background-color: #101013d4 !important;

} */

.services_box_block {
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner_services_slider {
    display: none;
}

.services_grid_row {
    gap: 5px;
    padding-right: 5px !important;
}

.header_main_menu {
    display: none;
}

.nav-menu li.book_now_ds {
    display: none;
}



.sl_prof_slider_ft .dipi-carousel-image {
    position: relative;
    padding-top: 40%;
    border: 1px solid #e1b592;
    border-radius: 5px;
    background-color: #fff;
}


.sl_prof_slider_ft .dipi-carousel-image img {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
    padding: 11px;
}

.sl_prof_slider_ft .dipi-carousel-item-content {
    display: none !important;
}


.post_expert_info .type-services {
    background-color: #4D4D4D;
}

.post_expert_info .entry-title {
    padding: 10px 15px;
}

.post_expert_info .post-content {
    padding: 0 15px 15px 15px;
}

.post_blog_info .et_pb_posts {
    display: flex;
    flex-wrap: wrap;
}

.post_blog_info .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.blog_new_lx.post_blog_info .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
}

.post_blog_info .et_pb_ajax_pagination_container article {
    width: 31.3%;
    margin-bottom: 0 !important;
}

.blog_sec_outer_main.post_blog_info .et_pb_ajax_pagination_container article {
    width: 23.7%;
}

.post_blog_info .more-link {
    text-transform: capitalize;
    display: inline-block !important;
    background: #c08b63;
    padding: 6px 13px;
    line-height: normal;
    height: auto;
    margin-top: 12px;
}




.et_pb_text_2.anchor_info.et_pb_text a {
    color: #000 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.banner_p .et_pb_text_inner {
    font-size: 16px;
    line-height: 1.5em;
}



.blog_sec_outer_main.post_blog_info .et_pb_ajax_pagination_container article {
    display: flex;
    flex-direction: column;
    background-color: #4D4D4D;
}

/* .blog_sec_outer_main.post_blog_info article .entry-title{} */
.blog_sec_outer_main.post_blog_info .entry-featured-image-url img {
    max-width: 100% !important;
    margin-right: 0px;
}

.info_related_blog .et_pb_has_overlay .et_overlay {
    border: none !important;
    overlay: auto;
    background-color: inherit !important;
}

.info_related_blog .et_pb_has_overlay:hover .et_overlay {
    border: none !important;
    overlay: auto;
    background-color: inherit !important;
}

.blog_sec_outer_main.post_blog_info .post-meta {
    padding: 0px 15px;
    font-size: 14px;
}

.info_list_b {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.info_list_divider {
    width: 50%;
    padding: 0 10px;
}

.info_list_divider ul li a {
    color: #c08b63;
}

.info_related_blog .et_pb_post {
    display: flex;
    align-items: center;
    margin: 10px 0;
    margin-bottom: 0px !important;
}

.info_related_blog .et_pb_post a.entry-featured-image-url {
    display: inline-block;
    width: 40%;
    padding-right: 16px;
}

#gform_submit_button_3 {
    color: #ffffff;
    background-color: #c08b63;
    font-size: 14px;
    border-width: 0px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    padding: 10px 20px;
}



.toc_block .lwptoc_i {

    padding: 17px 20px !important;
}

.toc_block .lwptoc_header {

    font-size: 20px;
    padding-bottom: 10px;
}

.toc_block .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: none !important;
}

.single-post .et_pb_section ul li {

    margin-bottom: 6px;
    font-size: 16px;
}

.single-post .et_pb_section ul li a {
    color: #6088a2 !important;
}

.pcm {
    column-count: 2;
    column-gap: 30px;
}


.sidebar_area_outer_main #gform_2,
.sidebar_area_outer_main .specials_sidebar_offer {
    border: 1px solid #d9d9d9;
    padding: 20px 10px 0;
}

.sidebar_area_outer_main .specials_sidebar_offer {
    padding-bottom: 20px;
    text-align: center;
}

.sidebar_area_outer_main .specials_sidebar_offer p {
    line-height: 1.4;
    text-align: center;
}

.sidebar_area_outer_main .widgettitle {
    color: #000000;
}

.sidebar_area_outer_main .gform_button {
    cursor: pointer;
}

.sidebar_area_outer_main .et_pb_post {
    padding-bottom: 20px !important;
    line-height: 1.4;
}

.xm_blog_new.info_related_blog .et_pb_post a.entry-featured-image-url {
    width: 100%;
}



.top_menu_section.top_menu_section_inner {
    position: static;

    background: linear-gradient(180deg, rgb(0 0 0) 10%, rgb(0 0 0) 54.84%);

}

.sticky_header.top_menu_section_inner.header_is_sticky {
    position: fixed;
}

.h_top_logo a {
    display: flex;
}

.info_text_banner.et_pb_text_align_center {
    text-align: left !important;
}

.grace_header_quand .images_wrap {
    background-position: top right !important;
}



.service_page_sticky_bar.et_pb_sticky {

    top: var(--top_position) !important;
}

.single_blog_sidebar_b {
    padding: 30px 20px !important;
}

.single_blog_sidebar_b h3 {

    line-height: 1.4;
}

.single_blog_sidebar_content {
    padding-bottom: 10px !important;
    line-height: 1.5;
}

.equal_height {
    align-items: center;
}



.related_blogs_box .entry-featured-image-url {
    flex-shrink: 0;
}

.related_blogs_box .entry-featured-image-url img {
    max-width: 250px;
    width: 100% !important;
    height: auto !important;
}


.sitemap_page_box h2 {
    padding-bottom: 20px;
    padding-top: 30px;
}

.sitemap_page_box h3 {
    padding-top: 20px;
    padding-bottom: 15px;
}






.banner_new_home {
    position: relative;
    padding-top: 94px;
}

.banner_inner_block {
    position: relative;
}

.banner_content_info {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    right: 0;
}

.banner_inner_block>img {
    width: 100%;
    display: block;
    max-height: 836px;
    object-fit: cover;
}

.button_info {
    padding: 14px 26px 14px 26px;
    font-size: 27px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #f6c99d;
    /* Warm golden color */
    background: rgba(255, 255, 255, 0.1);
    /* Glass effect */
    border: 2px solid var(--color_blue_gray);
    border-radius: 0;

    backdrop-filter: blur(6px);
    /* Frosted glass effect */
    -webkit-backdrop-filter: blur(6px);
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    /* box-shadow: 0px -4px 0px -2px rgba(255, 255, 255, 0.3); */
}

.button_info:hover {
    color: #fff;
    background-color: var(--color_blue_gray);
}

.banner_button .button_info {
    border-radius: 15px;
    border: 1px solid var(--color_blue_gray);
}


.banner_new_home .logo_details p {
    font-size: 26px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-align: center;
}





.banner_new_home h1 {
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-family: ivarfine-light;
    font-size: 112px;
    font-weight: normal;
    text-shadow: 4px 2px 14px #000;
    padding-bottom: 12px;
    line-height: 1.0;

}

.banner_new_home h1 span {
    color: #eabd8c;
    font-family: 'Phorenix Dashtime', cursive;
    text-transform: capitalize;
    font-size: 130px;
    position: relative;
    left: -43px;
    top: -7px;

}

.banner_new_home p {
    font-size: 19px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-align: left;
    letter-spacing: 1px;
    padding-bottom: 7px;
}


.swiper-button-prev.banner_swiper_prev,
.swiper-button-next.banner_swiper_next {
    width: 60px;
    height: 60px;
    top: 50%;
}

.swiper-button-prev.banner_swiper_prev {
    left: 43px;
}

.swiper-button-next.banner_swiper_next {
    right: 43px;
}

.swiper-button-prev.banner_swiper_prev::after,
.swiper-button-next.banner_swiper_next::after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.banner_swiper_next::after {
    background: url(../png/swiper-next-img-arro.png);
}

.banner_swiper_prev::after {
    background: url(../png/swiper-prev-arro-img.png);
}

.banner_content_2 {
    display: flex;
    justify-content: flex-end;
}

.banner_new_home .banner_content_2 h1 {
    text-align: center;
}

.banner_new_home .banner_content_2 h1 span {

    left: 0;
    top: -23px;
}

.banner_new_home .banner_content_2 p {
    font-size: 38px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-shadow: 0 0 3px #00000096;
    line-height: 1.2;
}

.banner_content_3 .info_banner_text_width {
    max-width: 1110px;
}

.banner_new_home .banner_content_3 p {
    font-size: 38px;
    color: #fff;
    font-family: "Roboto", sans-serif;

    text-shadow: 0 0 3px #00000096;
    line-height: 1.2;
}

.banner_content_4 .info_banner_text_width {
    max-width: 990px;
}

.banner_new_home .banner_content_4 p {
    font-size: 30px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-shadow: 0 0 3px #00000096;
    line-height: 1.2;
}

.banner_new_home .banner_content_4 h1 span {

    left: -38px;
    top: -22px;
}



.info_banner_text_width {
    max-width: 854px;
}

.banner_button {
    text-align: left;
    padding-top: 19px;
}

.banner_logo {
    padding: 35px 0;
    background-color: var(--color_blue_gray);
}

.banner_logo_d {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}

.logo_info {
    width: 14%;
    padding: 0 15px;
}

.logo_details {

    position: relative;
    padding-top: 18%;

}

.logo_info img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.banner_inner_block::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #00000069;
    top: 0;
}

.boxes_section {
    padding: 80px 0;
    background: #fff
}

.boxes_section_inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.boxes_section_block {
    width: 20%;
    padding: 0 15px;
}

.boxes_block p {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    padding-top: 13px;
    line-height: 1;
}

.boxes_block {
    text-align: center;
}

.boxes_block_img img {
    box-shadow: #00000096 0px 5px 6px -5px, rgba(0, 0, 0, 0.4) 5px 7px 5px 0px;
    display: block;
}

.boxes_block_img {
    padding-bottom: 36px;
}

.boxes_logo img {
    max-width: 200px;
    height: 36px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


.excellence_section {
    position: relative;
}

.excellence_img img {
    display: block;
    width: 100%;
}

.excellence_block {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 49px;
    display: block;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    right: 0;
}

.heading_block h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-family: ivarfine-light;
    line-height: 1;
    text-align: center;
}

.heading_block h2 span {
    font-family: 'Phorenix Dashtime', cursive;
    color: #000;
    text-transform: capitalize;
    display: block;
    font-size: 88px;
}

.heading_separator img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.heading_separator {
    margin-bottom: 13px;
}


.excellence_block_bottom {
    position: absolute;
    bottom: 118px;
    left: 112px;
    right: 0;
    z-index: 2;
}

.excellence_text h3 {
    font-family: 'Phorenix Dashtime', cursive;
    color: #fff;
    font-size: 70px;
    text-transform: capitalize;
}

.excellence_text {
    display: flex;
    justify-content: space-evenly;
}

.excellence_text_before {}

.excellence_text_after {
    padding-left: 209px;
}

.excellence_img {
    width: 100%;
    display: block;
}


.services_section {
    background: linear-gradient(180deg, rgba(60, 60, 60, 1) 60%, rgba(0, 0, 0, 1) 100%);
    padding: 80px 0;
}

.heading_block_2 h2 {
    text-shadow: 4px 2px 14px #000;
}

.info_service_slider {
    position: relative;
    padding-top: 70px;
}

.spa_slider_b {
    text-align: center;
}

.spa_slider_img img {
    width: 100%;
    display: block;
    box-shadow: #00000096 0px 5px 6px -5px, rgba(0, 0, 0, 0.4) 5px 7px 5px 0px;
}

.spa_slider_b p {
    color: #fff;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.3;
    margin: 0 27px;
}

.spa_slider_img {
    padding-bottom: 25px;
}

.pt_img_ecc_info .spa_slider_img {
    padding-bottom: 0px;
}

.swiper-button-prev.services_swiper_prev,
.swiper-button-next.services_swiper_next {
    width: 45px;
    height: 45px;
    top: 200px;
}

.swiper-button-prev.services_swiper_prev::after,
.swiper-button-next.services_swiper_next::after {

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.services_swiper_prev::after {
    background: url(../png/swiper-prev-arro-img.png);
}

.services_swiper_next::after {
    background: url(../png/swiper-next-img-arro.png);
}

.heading_block_2 h2 span {
    color: #eabd8c;
    font-size: 163px;
}


.service_logos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}

.service_logos_inner {
    width: 20%;
    padding: 0 20px;
    text-align: center;
}



.service_logos_inner .logo_details img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.service_logos_inner .logo_details {
    padding-top: 50%;
}


.dr_section {
    background: url(../webp/dr-section-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    position: relative;
    min-height: 900px;
    background-position: 0% 75%;
    border-bottom: 20px solid var(--color_blue_gray);
}



.dr_section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgb(0 0 0 / 61%), transparent);
    z-index: 0;
}

.crafted_section_block .heading_block h2 {
    font-size: 130px;
}

.crafted_section_block .heading_block h2 span {
    font-size: 155px;
    color: #eabd8c;
    padding-top: 0px;
}

.crafted_section_content {
    max-width: 670px;
    margin: 0 auto;
    padding-top: 4px;
}

.crafted_section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #00000063;
    top: 0;
}


.crafted_section_button {
    text-align: center;
    padding-top: 45px;
}




.heading_block.heading_dr h2 {
    text-align: left;
    text-shadow: 4px 2px 14px #000;
    font-size: 110px;
    padding-bottom: 20px;
}

.heading_block.heading_dr h2 span {
    color: #eabd8c;
    font-size: 100px;

}

.dr_section_inner {
    display: flex;
    position: relative;
    z-index: 1;
}

.empty_block {
    width: 46%;
}

.dr_section_info {

    width: 64%;

}

/* .dr_section_info p {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 1.3;
} */

.dr_section_button {
    text-align: left;
    padding-top: 20px;
}


/* banner 1  */
.banner1_outer {
    background: #000;
    padding-bottom: 80px;
}

.banner1_sec {
    position: relative;
    padding: 200px 0 50px;
    text-align: center;
}

.banner1_back_img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    object-fit: cover;
    background-color: #f3f3f3;
}

.banner1_back_img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.banner1_back_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner1_back_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #0000004d, #0000008f 90%);
}



.banner1_title {
    position: relative;
}

.banner1_title h2 {
    color: #fff;
    font-family: ivarfine-light;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 104px;
    line-height: 1.0;
    position: relative;
    z-index: 1;
    font-family: "Roboto", sans-serif;
}

.banner1_title h2 span {
    font-size: 66px;
    display: block;
}



.banner1_gold_title {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    z-index: 0;
}

.banner1_gold_title h3 {
    color: #d4ad84;
    font-family: 'Phorenix Dashtime', cursive;
    font-weight: 400;
    font-size: 31px;
}

.get_sp_btn {
    margin-top: 0px;
}

.banner1_btn a {
    border: 2px solid var(--color_blue_gray);
    color: #fff;
    background: transparent;
    padding: 10px 30px 10px 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    line-height: 1;
    font-family: "Roboto", sans-serif;
}

.banner1_btn a::after {
    content: "";
    position: absolute;
    background: url('../svg/banner_btn_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 10px;
    margin: auto 0;
    width: 11px;
    height: 11px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.banner1_btn a:hover::after {

    background: url('../svg/banner-btn-arrow-hov.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.banner1_btn a:hover {
    color: #fff;
    background-color: var(--color_blue_gray);
}





.voices_fo_section {
    padding: 80px 0 100px;
    background: #000;
}

.voices_title_ft.banner1_title {
    padding-bottom: 40px;
}

.voices_title_ft .banner1_gold_title h3 {
    font-size: 63px;
}

.p_gallery_sec_block {
    margin-top: 0px;
    padding: 0 28px;
    position: relative;
}



.swiper-button-next.voices_swiper_next {
    right: -40px;
    left: auto;


}

.voices_sec_slider .heading_block h2,  .intro_section .heading_block h2{
    font-size: 130px;
    position: relative;
    z-index: 2;
}

.voices_sec_slider .heading_block h2 span, .intro_section .heading_block h2 span {
    color: #eabd8c;
    position: relative;
    margin-top: -34px;
    z-index: -1;
}

.intro_section .heading_block h2{     padding-bottom: 35px;}

.voices_swiper_wrapper {
    padding-top: 25px;
}



.swiper-button-prev.voices_swiper_prev,
.swiper-button-next.voices_swiper_next {
    width: 45px;
    height: 45px;
}

.swiper-button-prev.voices_swiper_prev::after,
.swiper-button-next.voices_swiper_next::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.voices_swiper_prev::after {
    background: url('../png/swiper-prev-arro-img.png');
}

.voices_swiper_next::after {
    background: url('../png/swiper-next-img-arro.png');
}

.swiper-button-prev.voices_swiper_prev {
    left: -40px;
    right: auto;

}


.p_gallery_img_info {
    border-bottom: 13px solid var(--color_blue_gray);

}


.p_gallery_img_bg {
    padding: 30px 30px 50px;
    background: url('../webp/bg-graphic.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    perspective: 575px;
    height: 100%;
    min-height: 575px;
    height: 575px;
    perspective: 1000px;

}



.p_gallery_img_bg img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}


.crafted_section {
    position: relative;
}

.crafted_section_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 987px;
    object-position: 0% 17%;
}

.crafted_section_block {
    position: absolute;
    text-align: center;
    left: 0px;
    display: block;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 60px;
}


.crafted_section_block p {
    font-size: 22px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: 4px;
    font-weight: 400;
}



.starts_form_out {
    display: flex;
    flex-wrap: wrap;
    background-color: #F2ECE4;
    box-shadow: rgba(0, 0, 0, 0.6) 9.4px 9.4px 7.2px;
    position: relative;
    z-index: 2;
    border-radius: 0;
    overflow: hidden;
}

.rts_form_l {
    width: 45%;
}

.rts_img_r {
    width: 55%;
    position: relative;
}




.rts_img_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rts_form_info {
    padding: 25px 45px 45px 25px;
}


.contact_text_ft {
    text-align: center;
}

.contact_text_ft p {

    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    color: #c7bcb0;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
}


.contact_form_box {
    display: flex;
    flex-wrap: wrap;
}

.form_field_group {
    width: 100%;
    margin-bottom: 12px;
}

.form_field_group_full {
    width: 100%;
}

.form_input {
    display: block;
    outline: none;
    border: none !important;
    box-shadow: 0px -4px 0px -2px rgba(255, 255, 255, 0.3) !important;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5) !important;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5) !important;
    box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5) !important;
    width: 100%;
    border-radius: 0;
    background-color: transparent !important;
    padding: 8px 13px !important;
    color: #8E8170 !important;
    font-size: 18px;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.form_input::placeholder {
    color: #8E8170;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;

}

.form_input_block input[type=email]::placeholder,
.form_input_block input[type=password]::placeholder,
.form_input_block input[type=tel]::placeholder,
.form_input_block input[type=text]::placeholder,
.form_input_block select::placeholder,
.form_input_block textarea::placeholder {
    color: #8E8170 !important;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}



.form_input:focus {
    border: 1px solid #353535;
}

select.form_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    font-family: "Roboto", sans-serif;
    background: url("../svg/triangle-down-form-fa.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: calc(100% - 9px) center;

    padding: 8px 37px 8px 13px !important;
    background-clip: padding-box;
}


.form_input.date_and_time_cal {

    font-family: "Roboto", sans-serif;
    background: url(../svg/triangle-down-form-fa.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: calc(100% - 9px) center;
    padding: 8px 37px 8px 13px !important;
    background-clip: padding-box;
}

textarea.form_input {
    resize: none;
    height: 120px;
    -webkit-appearance: none;
}

.contact_from_btn_b {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.contact_from_btn {

    outline: none;
    border: 2px solid var(--color_blue_gray);
    appearance: none;
    -webkit-appearance: none;
    font-weight: 400;
    background-color: #f5f0ea;
    font-size: 26px;
    line-height: 1.1;
    color: #353535;
    /* -webkit-box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5);
    box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5); */
    padding: 15px 13px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    font-family: "Roboto", sans-serif;

}

.contact_from_btn:hover {
    color: #fff;
    background-color: var(--color_blue_gray);
}

#gform_submit_button_4 {
    font-family: 'Phorenix Dashtime', cursive;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5);
    box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
}

.form_input_block input[type=email],
.form_input_block input[type=password],
.form_input_block input[type=tel],
.form_input_block input[type=text],
.form_input_block select,
.form_input_block textarea {
    display: block;
    outline: none;
    box-shadow: 0px -4px 0px -2px rgba(255, 255, 255, 0.3) !important;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5) !important;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5) !important;
    box-shadow: inset 0px 1px 1px 0px rgba(53, 53, 53, 0.5) !important;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;

}



.starts_form .heading_block h2 {
    color: #a1a1a1;
    font-size: 110px;


}

.starts_form .heading_block p {
    color: var(--color_blue_gray);
}

.starts_form .heading_block h2 span {
    color: var(--color_blue_gray);
    display: inline-block;
    font-size: 110px;
}

.starts_form_section {
    border-top: 13px solid var(--color_blue_gray);
    background-color: #202020;
}

.starts_form {
    padding: 80px 0;
}

.chat_text_ft {
    margin-left: auto;
    width: 100%;
    text-align: right;
}

.chat_text_ft>span {
    min-width: 370px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: 'Phorenix Dashtime', cursive;
    font-weight: 400;
    font-size: 29px;
    padding: 0 15px 11px;
    border-radius: 0 0 12px 12px;
    background-color: var(--color_blue_gray);
}



.heading_block p {
    color: #eabd8c;
    text-align: center;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2;
}

.starts_form_ft {
    background: #fff url(../webp/contact-bg3.webp);
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: 54% 100%;
}

.starts_form_sub {
    /* padding: 30px 35px 35px;
    background: url(../images/pattern-contact-bg-new.png);
    background-size: 50% 100%;
    background-position: left;
    background-repeat: no-repeat; */
    position: relative;
    min-height: 260px;
}

.starts_form_sub::after {
    position: absolute;
    content: "";
    right: -98px;
    bottom: -79px;
    border-radius: 0;
    width: 400px;
    height: 400px;
    background: url(../png/pattern-right-bg-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;

}







.footer_section {
    padding: 70px 0;
    background: #FFFFFF;
}

.footer_box_ft {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-bottom: 60px;
}

.spa_logo {
    max-width: 178px;
    margin: 0 auto;
    text-align: center;
}

.social_link_block {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
    justify-content: center;
    margin-bottom: 30px;
}

.social_link_block a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_link_block a img {
    max-width: 46px;
    max-height: 33px;

}

.address_spa_link ul {
    margin: 0;
    padding: 0;
}

.address_spa_link ul li {
    display: inline-flex;
    margin: 0 25px;
}

.address_spa_link ul li a {
    font-size: 17px;
    font-style: italic;
    color: #2F2F2F;
    font-weight: 300;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
}

.address_spa_link ul li a:hover {
    color: var(--color_blue_gray);
}

.footer_ctc_ft {
    text-align: center;
}

.footer_ctc_ft h5 {
    color: #3D3D3D;
    font-family: ivarfine-light;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.0;
    margin-bottom: 24px;
    padding-bottom: 0;

}

.footer_ctc_ft p {
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #3535356b;
    padding-bottom: 0;
}

.footer_ctc_ft p:last-child {
    margin-bottom: 0px;
}

.footer_ctc_ft p a {
    color: #353535;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer_ctc_ft p a:hover {
    color: var(--color_blue_gray);
}


.page-id-386013 .et-l.et-l--footer {
    display: none;
}


.footer_ctc_info {
    max-width: 1100px;
    margin: 0 auto;
}

.page-id-386013 {
    background-color: #000;
}

.page-id-386013 .top_menu_section {
    display: none;
}

.excellence_section_2 .heading_block h2 {
    font-size: 80px;
    line-height: 0.8;
}

.excellence_section_2 .heading_block h2 span {
    display: inline-block;
    color: #eabd8c;
    font-size: 66px;
}

.excellence_section_2 .heading_block h2 s {
    text-decoration: auto;
    font-size: 43px;
}

.excellence_outer {
    position: relative;
}

.excellence_outer_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;

}

.exe_img_item {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 30px;
}

.sp_img_ecc_info .spa_slider_img {
    padding-bottom: 0px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.sp_img_ecc_title {
    margin-top: 20px;
}



.sp_img_ecc_title p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.3;
}



.excellence_section_2 {
    padding: 80px 0 80px;
    background: radial-gradient(circle, #2e2e2e, #000000);
}

.info_service_ecc {
    padding-top: 40px;
    position: relative;
}







/* New Section  */

.selector_medspa_dls {
    inset: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    width: 100%;
    background-color: #0000004d;
    z-index: 3;
    transition: all 0.3s ease;
}

.excellence_outer_row .active_mon .sp_img_ecc_info .selector_medspa_dls {
    opacity: 0;
    visibility: hidden;
}

.sp_img_ecc_info .spa_slider_img:hover .selector_medspa_dls {
    opacity: 0;
    visibility: hidden;
}


.selector_medspa_dls h2 {
    color: #fff;
    font-size: 20px;
    font-family: ivarfine-light;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 0;
    opacity: 0;
}

.sp_img_ecc_info .spa_slider_img:hover .selector_medspa_dls h2 {
    opacity: 1;
}



.img_ecc_item_outer {
    display: block;
}




.pt_img_ecc_info {
    display: flex;
    flex-wrap: wrap;
}

.pt_img_ecc_info .spa_slider_img {
    width: 28%;
}

.selector_ft_container {
    width: 72%;
    padding-left: 50px;
}





.ctc_ecc_item_info {

    margin-bottom: 33px;
}


.ctc_ecc_item_info h3 {
    color: #fff;
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
    font-family: ivarfine-light;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.3;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 4px;
}

.ctc_ecc_item_info h3::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 250px;
    height: 3px;
    background-color: #eabd8c;
}

.ctc_ecc_item_info p {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 0;
    color: #ffffff91;
}

.more_ecc_content.ctc_ecc_item_info h3 {
    color: #eabd8c;
    font-size: 26px;
    border-bottom: 0;
}

.ctc_ecc_item_info.more_ecc_content {
    margin-bottom: 0;
}

.slide_sk_section_selector {
    padding-top: 50px;
}

.back_btn_ecc {
    text-align: right;
    padding-right: 40px;
    padding-top: 15px;
}

.back_btn_ecc h2 {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-family: ivarfine-light;
    line-height: 1.3;
    padding-bottom: 0;
}

.back_btn_ecc h2::after {
    content: '';
    left: 0;
    top: -2px;
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(../webp/back-button.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.custom_list_skin_pt ul {
    list-style: none;
    /* remove default bullets */
    padding-left: 0;
    margin: 0;
    padding: 0;
    padding-top: 13px;
}

.custom_list_skin_pt ul li {
    position: relative;
    font-size: 23px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    margin-bottom: 2px;
    color: #ffffff91;
    padding-bottom: 0;
    letter-spacing: 0px;
}

.ctc_ecc_item_info.more_ecc_content h3::after {
    display: none;
}


.sl_section_tabs {
    position: absolute;
    top: 0;
    right: 0;
    left: 100%;
    height: 100%;
    width: calc(100% + 5px);

    padding: 40px 0px;
    transform: translateX(100%);
    transition: transform 0.7s ease, left 0.7s ease;
    z-index: 10;
}

.exe_img_item {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.excellence_outer.active .exe_img_item {
    opacity: 0;
}

.sl_section_tabs.active {
    transform: translateX(0%);
    left: -2px;
    /* animate left to 0 */
}


.sl_section_tabs .sp_img_ecc,
.pt_img_ecc_info,
.selector_ft_container,
.img_ecc_item_outer {
    height: 97%;
}

.ctc_ecc_item_r {
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
    padding-right: 20px;
    max-height: 100%;
}

/* width */
.ctc_ecc_item_r::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.ctc_ecc_item_r::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
.ctc_ecc_item_r::-webkit-scrollbar-thumb {
    background: #eabd8c;
}

/* Handle on hover */
.ctc_ecc_item_r::-webkit-scrollbar-thumb:hover {
    background: #eabd8c;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 424px;
}

.video-wrapper img,
.video-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 0px;
}

.video-wrapper video {
    display: none;
}

.video-wrapper:hover img {
    display: none;
}

.video-wrapper:hover video {
    display: block;
}

/* .et-db #et-boc .et-l .et_pb_blog_0 .entry-featured-image-url img {
    width: auto !important;
    
} */


.h_top_logo img {
    max-width: 100%;
    height: auto;
    width: auto;
}


.info_blog_list {
    margin-top: 20px;
    border: 1px solid #dfdede;
    padding: 24px 22px 10px;
    margin-right: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.table_of_content_html_b h2,
.table_of_content_html_b h3,
.table_of_content_html_b h4,
.table_of_content_html_b h5,
.table_of_content_html_b h6 {
    padding-bottom: 16px;
    padding-top: 20px;
    font-weight: 600;
}

.info_blog_list h3 {
    padding-top: 0;
}

.table_of_content_html_b blockquote {
    margin: 20px 0 30px;
    border-left: 5px solid;
    padding-left: 20px;
    font-weight: bold;
}

body .listing_blog ul {
    padding-left: 23px !important;
}



.xxl_hide_sp {
    display: none;
}



.mobile_v {
    display: none !important;
}


.image_menu_hd {
    width: 60%;
    height: 100%;
    position: relative;
}

.image_info_hd {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;



}

.page-id-386013 .image_info_hd {
    left: -12%;
}

.image_info_hd img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}







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





.intro_section p {
    font-size: 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
}

.intro_section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(60, 60, 60, 1) 60%, rgba(0, 0, 0, 1) 100%);
    border-bottom: 20px solid var(--color_blue_gray);
}


.intro_info_text p {
    font-size: 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
}

.intro_info_text {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
}


.parapgh_info p {
    font-size: 19px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 10px;
}


.parapgh_info p:last-child {
    padding-bottom: 0;
}

.parapgh_info .content_dr_info p {
    text-shadow: 4px 2px 14px #000;
}

.parapgh_info .content_dr_info p a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}




.our_customers_content {
    padding: 40px;
    box-shadow: -1px 1px 30.3px -10px #00000040;
    margin-left: 19px;
    margin-right: 19px;
    background: #f2ece4;
    border-bottom: 13px solid var(--color_blue_gray);

}

.customers_block_slider {
    position: relative;
}


.customers_ctc.parapgh_info p {
    line-height: 1.4;
    font-size: 18px;
    color: #2F2F2F;
}


.customers_info_img {
    width: 163px;
    height: 163px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.customers_info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customers_information_ct {
    text-align: left;
    padding-top: 17px;
}

.customers_information_ct h3 {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 0;
    color: #eabd8c;
    padding-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.customers_information_ct p {
    font-weight: 400;
    font-size: 18px;
    color: #171F49;
    line-height: 1.2;

}

.customers_block_slider {
    padding-top: 40px;
        padding-left: 40px;
    padding-right: 40px;
}





.brands_tls_arrow_next {
    right: 0;
}

.brands_tls_arrow_prev {
    left: 0;
}

.brands_tls_arrow_prev,
.brands_tls_arrow_next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

    top: 55%;
}




.brands_tls_arrow_next::after {
    background: url(../png/swiper-next-img-arro.png);
}

.brands_tls_arrow_prev::after {
    background: url(../png/swiper-prev-arro-img.png);
}

.brands_tls_arrow_next::after,
.brands_tls_arrow_prev::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.testimonials_section {
    background: #000;
    padding: 80px 0;
}

.blog_section {
    border-top: 13px solid var(--color_blue_gray);
    padding: 80px 0 40px;
    background: #000;
}

.blog_section .heading_block {
    margin-bottom: 35px;
}

.list_blog_outer_s {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    padding-top: 30px;
}

.list_blog_outer_s .post_item_box {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.post_item_box_inner {
    display: block;
    height: 100%;
}

.post_item_box_inner>a {
    display: block;
    height: 100%;
}

.post_item_info {
    padding: 20px;
    position: relative;
    height: 100%;
    background: url(../webp/bg-graphic.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.post_item_info_img img {
    display: block;
    width: 100%;
}

.post_meta_info_b {
    display: flex;
    gap: 10px;
    margin: 20px 0 15px;
}

.post_meta_info_b span {
    font-size: 17px;
    display: block;
    color: var(--color_blue_gray);
}

.post_text_block h3 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    ;
    padding-bottom: 0;
}

.post_text_block p {
    padding: 14px 0;
    color: #2F2F2F;
    font-size: 16px;
    line-height: 1.4;
}

.more_our_bt {
    font-size: 18px;
    padding: 5px;
    font-weight: 300;
    display: inline-block;
    text-decoration: underline;

    color: #000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-top: 10px;
}

.post_item_box_inner a:hover .more_our_bt {
    color: var(--color_blue_gray)
}


.post_text_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 0px 20px 15px;
}

.faq_section {
    background: linear-gradient(180deg, rgba(60, 60, 60, 1) 60%, rgba(0, 0, 0, 1) 100%);
    padding: 80px 0;
}



.faqs_list {
    padding-top: 40px;
    max-width: 1000px;
    margin: 0 auto;

}

.faqs_list_btn {
    margin-top: 60px;
}

.acc__card {
    position: relative;
    background-color: #f2ece4;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 0;
    margin-bottom: 24px;

}

.acc__card:last-child {
    margin-bottom: 0;
}

.acc__title {
    cursor: pointer;
    display: block;
    padding: 22px 24px 23px 24px;
    position: relative;
    text-align: left;
}

.acc__title h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    display: block;
    text-align: left;
    padding-right: 35px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 0;
    line-height: 1.3;
}

.acc__title::after {
    position: absolute;
    left: auto;
    content: "";
    top: 28px;
    background: url(../svg/fa-arro-up-faq-new.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 19px;
    right: 23px;
    height: 11px;
    transition: all 0.2s ease;
}

.acc__title.active::after {
    background: url('../svg/fa-arrow-down-faq-new.svg') no-repeat;
    width: 19px;
    height: 11px;
    background-size: contain;
}

.acc__panel {
    padding: 0px 50px 20px 24px;

    display: none;
}

.acc__panel.parapgh_info p {
    color: #2F2F2F;
    font-size: 16px;
    line-height: 1.4;
}



.flip_box_inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.9s cubic-bezier(.23, 1, .32, 1);
}

.p_gallery_img_bg:hover .flip_box_inner {
    transform: rotateY(180deg);
}

.flip_box_front,
.flip_box_back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.flip_box_back {
    transform: rotateY(180deg);
}

.p_gallery_img_bg:hover .flip_box_front {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.p_gallery_img_bg:hover .flip_box_back {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}


.before_text_here {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 10px;
    text-align: center;
}

.before_text_here.parapgh_info p {
    line-height: 1.4;
    font-size: 18px;
    color: #2F2F2F;
    text-transform: capitalize;
    font-weight: 500;
}












@media (max-width:1550px) {






    .p_gallery_sec_block {

        padding: 0 45px;

    }

    .swiper-button-next.voices_swiper_next {
        right: -15px;

    }

    .swiper-button-prev.voices_swiper_prev {
        left: -15px;

    }


    /* .sidebar_area_outer_main.et_pb_sticky {
        top: 171px !important;
    } */


    .h_top_logo a {
        max-width: 200px;

    }

    .f_flayout_menu_section.open_menu {

        background-size: 100%, 100%;
    }

    .h_menu_row {
        padding-top: 110px;
        width: 45%;
    }

    .blog_sec_outer_main.post_blog_info .et_pb_ajax_pagination_container article {
        width: 32%;
    }

    .wrapper.wrapper_banner {
        padding: 0 50px;
    }

    .swiper-button-prev.banner_swiper_prev {
        left: 6px;
    }

    .swiper-button-next.banner_swiper_next {
        right: 6px;
    }

    .swiper-button-prev.banner_swiper_prev,
    .swiper-button-next.banner_swiper_next {
        width: 50px;
        height: 50px;

    }

    .banner_new_home h1 {

        font-size: 85px;

    }

    .banner_new_home h1 span {

        font-size: 100px;

    }

    .banner_new_home .banner_content_4 h1 span {
        left: -36px;
        top: -20px;
    }

    .info_banner_text_width {
        max-width: 818px;
    }

    .banner_new_home .banner_content_2 p {
        font-size: 33px;

    }

    .banner_new_home .banner_content_3 p {
        font-size: 33px;

    }

    .banner_content_info {

        top: 55%;

    }

    .dr_section {

        background-position: 76% 100%;

    }

}


@media (max-width:1280px) {

    .banner_new_home p {
        font-size: 18px;

    }

    .banner_new_home .banner_content_4 p {
        font-size: 27px;

    }

    .info_banner_text_width {
        max-width: 700px;
    }

    .h_number_ft>a,
    .h_number_ft p,
    .book_nw_btn>a {
        font-size: 18px;

    }

    .h_number_ft p {
        font-size: 16px;

    }

    .h_book_nw {

        gap: 5px;
    }

    .h_top_logo a {
        max-width: 180px;

    }

    .social_media_info {

        gap: 10px 16px;

    }

    .h_number_ft {

        gap: 3px;
    }

    .h_number_ft {
        margin-right: 20px;
    }

    .search_bar {

        padding: 8px 40px 8px 12px !important;
    }



    .nav-menu>li>a {


        font-size: 25px;
    }



    .h_menu_row {
        padding-top: 100px;
        width: 50%;
    }

    .info_related_blog .et_pb_post a.entry-featured-image-url {

        width: 70%;

    }

    .blog_sec_outer_main.post_blog_info .et_pb_ajax_pagination_container article {
        width: 31.3%;
    }

    /* .sidebar_area_outer_main.et_pb_sticky {
        top: 156px !important;
    } */




    .logo_details {

        padding-top: 24%;
    }

    .boxes_logo img {
        max-width: 170px;
        height: 27px;

    }

    .excellence_block_bottom {

        bottom: 14px;

    }

    .excellence_block {

        top: 40%;

    }

    .heading_block_2 h2 span {

        font-size: 110px;
    }

    .service_logos_inner .logo_details {
        padding-top: 59%;
    }

    .heading_block.heading_dr h2 {


        font-size: 100px;
    }

    .heading_block.heading_dr h2 span {

        font-size: 110px;
    }

    .dr_section {

        background-position: 44% 0%;
        min-height: 766px;
        border-bottom: 15px solid var(--color_blue_gray);
    }

    .chat_text_ft>span {
        min-width: 290px;
        font-size: 23px;
    }

    .info_service_slider {

        padding-top: 60px;
    }

    .voices_sec_slider .heading_block h2, .intro_section .heading_block h2 {
        font-size: 110px;

    }

    .p_gallery_img_bg {
        padding: 14px 14px 40px;

        min-height: 390px;
        height: 390px;

    }

    .heading_block h2 {

        font-size: 55px;

    }

    .dr_section_info {
        width: 70%;
    }

    .empty_block {
        width: 40%;
    }

    .heading_block h2 span {

        font-size: 90px;
    }

    .crafted_section_block .heading_block h2 {
        font-size: 110px;
    }

    .crafted_section_block .heading_block h2 span {
        font-size: 110px;
        padding-top: 9px;
    }

    .crafted_section_button {

        padding-top: 20px;
    }

    .starts_form .heading_block h2 {

        font-size: 90px;
    }

    .starts_form .heading_block h2 span {

        font-size: 90px;
    }

    .heading_block p {

        font-size: 30px;

    }

    .rts_form_info {
        padding: 25px 30px 30px 25px;
    }

    .rts_form_l {
        width: 48%;
    }

    .rts_img_r {
        width: 52%;
    }

    .button_info {
        padding: 13px 26px 13px 26px;
        font-size: 22px;

    }

    .contact_from_btn {

        font-size: 22px;

    }

    .contact_text_ft p {

        font-size: 14px;

    }

    .banner_new_home>img {

        max-height: 100%;

    }

    .banner_logo {

        padding: 25px 0;

    }


    .banner_content_info {

        top: 55%;

    }

    .slide_sk_section_selector {
        padding-top: 30px;
    }

    .ctc_ecc_item_info h3 {
        font-size: 32px;
    }

    .more_ecc_content.ctc_ecc_item_info h3 {

        font-size: 24px;
    }

    .ctc_ecc_item_info p {

        font-size: 18px;
    }

    .custom_list_skin_pt ul li {
        position: relative;
        font-size: 20px;
    }

    .ctc_ecc_item_info {
        margin-bottom: 25px;
    }

    .selector_ft_container {

        padding-left: 40px;
    }

    .info_service_ecc {
        padding-top: 40px;
    }

    .banner_inner_block>img {

        max-width: none;
        width: 152%;
        object-position: -228px 0;
    }

    .starts_form_ft {

        padding: 70px 0;

    }

    .image_menu_hd {
        width: 50%;

    }

    .banner_new_home h1 span {
        font-size: 80px;
    }

    .intro_info_text p {
        font-size: 18px;

        line-height: 1.3;
    }

    .parapgh_info p {
        font-size: 18px;

    }

    .customers_block_slider {
        padding-top: 40px;
    }

    .our_customers_content {
        padding: 30px;

    }

    .blog_section .heading_block {
        margin-bottom: 11px;
    }

    .list_blog_outer_s {

        padding-top: 20px;
        margin: 0 -10px;
    }

    .list_blog_outer_s .post_item_box {

        padding: 0 10px;

    }

    .post_text_block p {

        font-size: 16px;

    }

    .post_text_block h3 {
        font-size: 20px;

    }


    .before_text_here.parapgh_info p {
        line-height: 1.2;
        font-size: 16px;
    }

    .before_text_here {

        padding: 20px 12px 10px;
    }

    .intro_section p {
    font-size: 18px;
     line-height: 1.3;
}
}

@media (max-width:992px) {

    .testimonials_section {

        padding: 70px 0;
    }


    .our_customers_content {

        margin-left: 12px;
        margin-right: 12px;
        border-bottom: 8px solid var(--color_blue_gray);

    }

    .brands_tls_arrow_prev {
        left: -11px;
    }

    .brands_tls_arrow_next {
        right: -11px;
    }

    .customers_information_ct h3 {
        font-size: 20px;

    }

    .customers_ctc.parapgh_info p {

        font-size: 17px;

    }

    .starts_form_ft {

        padding: 60px 0;

    }

    .banner_content_info {
        top: 59%;
    }

    .info_related_blog .et_pb_post a.entry-featured-image-url {

        width: 34%;

    }

    .post_blog_info .et_pb_ajax_pagination_container article {
        width: 48%;

    }

    .blog_sec_outer_main.post_blog_info .et_pb_ajax_pagination_container article {
        width: 48.31%;
    }

    .h_number_ft {
        display: none;
    }

    .f_flayout_menu_section.open_menu {
        background-size: 0;
        background: none;
    }

    .f_flayout_menu_section.open_menu::before {

        background: rgba(0, 0, 0, 0.9);

    }

    .h_menu_row {

        width: 70%;
    }

    .nav-menu>li>a {
        font-size: 20px;
    }

    .expand_plus {

        top: 1px;
    }

    .nav-menu .sub-menu li a {

        font-size: 18px;
    }

    .h_top_logo a {
        max-width: 166px;
    }

    .top_menu_section {

        padding: 15px 0;
    }

    .banner_info_logo .et_pb_column {
        width: 20% !important;
    }

    .sidebar_area_outer_main .et_pb_widget {
        width: 100% !important;
    }

    .sidebar_area_outer_main .et_pb_salvattore_content .column {
        width: 100% !important;
    }

    .banner_new_home h1 {
        font-size: 55px;

    }

    .banner_new_home h1 span {
        font-size: 55px;

    }

    .banner_new_home h1 span {

        left: -17px;
        top: -9px;
    }

    .banner_new_home .banner_content_4 h1 span {

        left: -2px;
        top: -5px;
    }

    .banner_new_home p {
        font-size: 17px;

        line-height: 1.3;
    }

    .button_info {
        padding: 10px 26px 10px 26px;
        font-size: 19px;
    }

    .banner_new_home .banner_content_2 p {
        font-size: 20px;

    }

    .banner_new_home .banner_content_3 p {
        font-size: 20px;
    }

    .banner_new_home .banner_content_4 p {
        font-size: 20px;

    }

    .banner_new_home .banner_content_2 h1 span {
        top: -9px;
        left: -8px;
    }

    .banner_new_home .banner_content_3 h1 span {
        top: -9px;
    }




    .wrapper.wrapper_large_padding {
        padding: 0 30px;
    }

    .wrapper2.wrapper_large_padding {
        padding: 0 30px;
    }

    .logo_details {
        padding-top: 38%;
    }

    .logo_info {

        padding: 0 8px;
    }

    .banner_logo_d {

        margin: 0 -8px;

    }

    .banner_logo {
        padding: 18px 0;
    }

    .boxes_section {
        padding: 70px 0;
    }

    .boxes_logo img {
        max-width: 150px;
        height: 16px;
    }

    .boxes_block p {

        font-size: 9px;

    }

    .boxes_block_img {
        padding-bottom: 23px;
    }

    .boxes_section_block {

        padding: 0 10px;
    }

    .boxes_section_inner {

        margin: 0 -10px;
    }

    .heading_block h2 {
        font-size: 40px;
    }

    .heading_block h2 span {
        font-size: 60px;
    }

    .excellence_text h3 {

        font-size: 40px;

    }

    .excellence_block {
        top: 34%;
        left: 0;
    }

    .excellence_block_bottom {
        bottom: 14px;
        left: 29px;
    }

    .services_section {

        padding: 70px 0;
    }

    .info_service_slider {
        padding-top: 40px;
    }

    .spa_slider_b p {

        font-size: 18px;

        margin: 0 0px;
    }


    .swiper-button-prev.services_swiper_prev,
    .swiper-button-next.services_swiper_next {

        top: 144px;
    }

    .service_logos {

        padding-top: 50px;
    }

    .service_logos_inner .logo_details {
        padding-top: 75%;
    }

    .heading_block.heading_dr h2 span {
        font-size: 60px;
    }

    .heading_block.heading_dr h2 {
        font-size: 60px;
    }

    /* .dr_section_info p {

        font-size: 20px;
        text-align: left;

    } */



    .dr_section {
        background-position: 35% 0%;
        min-height: 541px;
        padding: 70px 0;
        border-bottom: 12px solid var(--color_blue_gray);
    }

    .voices_fo_section {
        padding: 70px 0 90px;

    }

    .voices_sec_slider .heading_block h2, .intro_section .heading_block h2 {
        font-size: 50px;
    }

    .voices_sec_slider .heading_block h2 span, .intro_section .heading_block h2 span {

        margin-top: -13px;
        font-size: 46px;
    }

     

    .banner1_title h2 span {
        font-size: 60px;

    }

    .banner1_title h2 {


        font-size: 60px;

    }

    .banner1_title h2 span {
        font-size: 40px;

    }

    .banner1_gold_title h3 {

        font-size: 35px;
    }

    .crafted_section_block .heading_block h2 {
        font-size: 60px;
    }

    .crafted_section_block .heading_block h2 span {
        font-size: 60px;
        padding-top: 5px;
    }

    .crafted_section_block p {
        font-size: 20px;

    }

    .starts_form .heading_block h2 {
        font-size: 60px;
    }

    .starts_form .heading_block h2 span {
        font-size: 60px;
    }

    .rts_form_l {
        width: 100%;
    }

    .rts_img_r {
        width: 100%;
    }

    .p_gallery_img_bg {

        min-height: 285px;
        height: 285px;

    }

    .social_link_block a img {
        max-width: 38px;
        max-height: 25px;
    }

    .footer_box_ft {
        max-width: 100%;

        margin-bottom: 40px;
    }

    .starts_form {
        padding: 70px 0;

    }

    .sp_img_ecc_title p {

        font-size: 19px;
    }

    .sp_img_ecc_title {
        margin-top: 15px;
    }

    .slide_sk_section_selector {
        padding-top: 15px;
    }

    .ctc_ecc_item_info h3 {

        font-size: 26px;
    }

    .ctc_ecc_item_info h3::after {

        height: 2px;

    }

    .custom_list_skin_pt ul li {

        font-size: 18px;
    }

    .ctc_ecc_item_info p {
        font-size: 16px;
    }

    .back_btn_ecc h2 {
        padding-left: 35px;
        font-size: 26px;
    }

    .back_btn_ecc h2::after {

        width: 30px;
        height: 30px;
    }

    .excellence_section_2 {
        padding: 70px 0 70px;
        background-color: #201E1F;
    }

    .selector_ft_container {
        padding-left: 20px;
        width: 70%;
    }

    .pt_img_ecc_info .spa_slider_img {
        width: 30%;
    }

    .excellence_section_2 .heading_block h2 {
        font-size: 50px;

    }

    .excellence_section_2 .heading_block h2 span {

        font-size: 40px;
    }





    .excellence_section_2 .heading_block h2 s {

        font-size: 30px;
    }

    .banner1_outer {

        padding-bottom: 70px;
    }

    .info_service_ecc {
        padding-top: 30px;
    }

    .selector_medspa_dls h2 {
        font-size: 18px;
    }

    .swiper-button-prev.banner_swiper_prev,
    .swiper-button-next.banner_swiper_next {
        width: 35px;
        height: 35px;
    }

    .video-wrapper {

        height: 320px;
    }

    .starts_form_section {
        border-top: 8px solid var(--color_blue_gray);

    }

    .chat_text_ft>span {
        min-width: 227px;
        font-size: 22px;
        padding: 0 15px 9px;
    }

    .p_gallery_img_info {
        border-bottom: 8px solid var(--color_blue_gray);
    }

    .image_menu_hd {
        width: 30%;

    }

    .banner_new_home .banner_content_4 h1 span {
        left: -12px;
        top: -12px;
    }

    .starts_form_sub::after {

        right: -98px;
        bottom: -46px;

        width: 200px;

    }

     

    .intro_section {

        border-bottom: 12px solid var(--color_blue_gray);
        padding: 70px 0;
    }

    .blog_section {
        border-top: 12px solid var(--color_blue_gray);
        padding: 70px 0 30px;

    }



    .faq_section {

        padding: 70px 0;
    }

    .post_text_block {

        padding: 0px 15px 15px;
    }

    .before_text_here.parapgh_info p {

        font-size: 13px;
    }

    .before_text_here {
        padding: 20px 15px 2px;
    }

    .post_item_info {
        padding: 13px;
    }
}

@media (max-width:767px) {

    .faq_section {

        padding: 60px 0;
    }

    .faqs_list {
        padding-top: 25px;

    }

    .blog_section {
        padding: 60px 0 20px;
    }

    .list_blog_outer_s .post_item_box {
        width: 100%;
    }



    .starts_form_ft {
        padding: 60px 0;
    }

    .starts_form_ft {
        background: #fff url(../webp/contact-bg3.webp);
        background-repeat: no-repeat;

        background-size: contain;
    }



    .related_blogs_box.info_related_blog .et_pb_post a.entry-featured-image-url {
        width: 50%;
    }

    .single_blog_top .et_pb_title_container h1 {
        min-height: auto;
    }

    .info_related_blog .et_pb_post a.entry-featured-image-url {

        width: 74%;

    }

    .post_blog_info .et_pb_ajax_pagination_container article {
        width: 100%;

    }

    .blog_sec_outer_main.post_blog_info .et_pb_ajax_pagination_container article {
        width: 100%;
    }

    .sl_prof_slider_ft .dipi-carousel-image {

        padding-top: 45%;

    }

    .nav-menu>li>a {
        font-size: 18px;
    }



    .nav-menu .sub-menu li a {

        font-size: 16px;
    }


    .h_menu_row {

        width: 100%;
        padding-bottom: 35px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .expand_plus:after {

        width: 10px;
        height: 10px;
    }

    .nav-menu .sub-menu .expand_plus:after {
        width: 10px;
        height: 10px;
    }

    .h_book_nw {
        display: none;
    }

    .nav-menu li.book_now_ds {
        display: block;
    }


    .header_con {

        justify-content: space-between;
    }

    .h_top_logo {
        width: 50%;
        padding: 0;
        padding-right: 15px;
    }

    .h_menu_bar {
        width: 50%;
    }

    .search_bar_box.mob_hide_search {

        min-width: 253px;
    }

    .h_top_logo a {
        max-width: 140px;
        margin-left: 0;
    }

    .services_grid_row {

        padding-right: 0px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .info_list_divider {
        width: 100%;

    }

    .footer_area_sec_outer .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .footer_area_sec_outer .et_pb_blurb_container {
        padding-left: 2px !important;
        line-height: 1.5 !important;
    }

    .footer_area_sec_outer .et_pb_promo_description {
        padding-bottom: 0 !important;
    }

    .pcm {
        column-count: 1;
        column-gap: 20px;
    }

    .toc_block ul li a {
        font-size: 16px !important;
        ;
        line-height: 1;
    }

    .toc_block .lwptoc_item_label {
        padding-right: 0px;
        margin-right: 0px;
        line-height: 1;
    }

    .banner_new_home h1 {
        font-size: 40px;
    }

    .banner_new_home h1 span {
        font-size: 34px;
        top: -11px;
        left: -3px;

    }

    .banner_new_home p br {
        display: none;
    }

    .banner_new_home p {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 1.3;
    }

    .button_info {
        padding: 10px 20px 10px 20px;
        font-size: 18px;
        line-height: 1.1;
    }

    .banner_logo {
        bottom: 3px;
    }

    .banner_inner_block>img {
        width: 194%;
        object-position: -172px 0;

    }

    .banner_new_home {
        position: relative;
        overflow: hidden;
    }

    .boxes_section {
        padding: 60px 0 30px;
    }

    .boxes_section_block {
        width: 33.3%;

    }

    .boxes_section_inner {

        justify-content: center;
    }

    .boxes_section_block {

        margin-bottom: 30px;
    }



    .heading_block h2 {
        font-size: 30px;
    }

    .heading_block h2 span {
        font-size: 40px;
    }

    .excellence_text h3 {
        font-size: 30px;
    }

    .services_section {
        padding: 60px 0;
    }

    .info_service_slider {
        padding-top: 30px;
    }

    .swiper-button-prev.services_swiper_prev,
    .swiper-button-next.services_swiper_next {
        width: 30px;
        height: 30px;

    }

    .service_logos_inner {

        padding: 0 10px;
    }

    .service_logos {
        padding-top: 40px;
        margin: 0 -10px;
    }

    .heading_block.heading_dr h2 span {
        font-size: 40px;
    }

    .heading_block.heading_dr h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .dr_section {
        min-height: auto;
        padding: 60px 0;
        background: #000;
        border-top: 12px solid var(--color_blue_gray);
    }

    .dr_section::after {

        background: linear-gradient(to left, rgb(0 0 0 / 90%), transparent);

    }

    /* .dr_section_info p {
        font-size: 18px;

    } */

    .voices_fo_section {
        padding: 60px 0 70px;
    }

    .p_gallery_img_bg {
        padding: 12px 12px 40px;
        min-height: 267px;
        height: 267px;
    }

    .swiper-button-prev.voices_swiper_prev,
    .swiper-button-next.voices_swiper_next {
        width: 30px;
        height: 30px;
    }

    .p_gallery_sec_block {
        padding: 0 22px;
    }

    .voices_sec_slider .heading_block h2, .intro_section .heading_block h2 {
        font-size: 40px;
    }

    .voices_sec_slider .heading_block h2 span, .intro_section .heading_block h2 span {
        margin-top: -12px;
        font-size: 30px;
    }

    .banner1_title h2 span {
        font-size: 30px;
    }

    .banner1_title h2 {
        font-size: 40px;
        line-height: 1.5;
    }

    .banner1_gold_title h3 {
        font-size: 26px;
    }

    .crafted_section_block .heading_block h2 {
        font-size: 30px;
    }

    .crafted_section_block .heading_block h2 span {
        font-size: 40px;

    }

    .crafted_section_block p {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 3px;
    }

    .crafted_section {

        overflow: hidden;
    }

    .crafted_section_img {
        width: 127%;
        max-width: none;
        position: relative;
        left: -15%;
    }

    .starts_form .heading_block h2 {
        font-size: 30px;
    }

    .starts_form .heading_block h2 span {
        font-size: 40px;
    }

    .starts_form {
        padding: 60px 0;

    }

    .heading_block p {
        font-size: 18px;
    }



    .contact_from_btn {
        font-size: 17px;
    }

    .address_spa_link ul li {
        display: block;
        margin: 8px 10px;
        line-height: 1.3;
    }

    .social_link_block a img {
        max-width: 33px;
        max-height: 21px;
    }

    .social_link_block {

        gap: 30px;

    }



    .footer_section {
        padding: 60px 0 78px;
    }

    .spa_logo {
        max-width: 160px;
    }

    .swiper-button-prev.services_swiper_prev,
    .swiper-button-next.services_swiper_next {
        top: 141px;
    }

    .banner_content_info {
        top: 51%;
    }

    .banner1_sec {

        padding: 90px 0 50px;

    }

    .exe_img_item {
        width: 50%;
    }

    .info_service_ecc {
        padding-top: 20px;
    }

    .pt_img_ecc_info .spa_slider_img {
        width: 60%;

    }

    .excellence_outer {
        display: none;
    }

    .sl_section_tabs {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto;
        transform: none;
        padding: 20px 0px;
        display: block;
    }

    .ctc_ecc_item_r {


        padding-right: 0;

    }

    .back_btn_ecc {
        display: none;
    }






    .selector_ft_container {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .excellence_section_2 .heading_block h2 {
        font-size: 40px;
    }

    .excellence_section_2 .heading_block h2 span {
        font-size: 30px;
    }

    .excellence_section_2 .heading_block h2 s {
        font-size: 20px;
    }

    .banner1_outer {
        padding-bottom: 60px;
    }

    .excellence_section_2 {
        padding: 60px 0 20px;

    }

    .banner_logo {
        display: block;
    }

    .banner_logo_d {
        justify-content: left;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .logo_info {
        padding: 0 11px;
        width: 100%;
        min-width: 100px;
    }



    .swiper-button-prev.banner_swiper_prev,
    .swiper-button-next.banner_swiper_next {

        top: 58%;
    }

    .banner_new_home .banner_content_2 p {
        font-size: 17px;
    }

    .banner_new_home .banner_content_3 p {
        font-size: 17px;
    }

    .banner_new_home .banner_content_4 p {
        font-size: 17px;
    }

    .banner_inner_block::after {

        background-color: #0000008a;

    }

    .video-wrapper {

        height: 274px;
    }

    .close_icon_sch {
        color: var(--color_blue_gray);
    }

    .banner_logo .wrapper2.wrapper_large_padding {
        padding: 0 10px;
    }

    .image_menu_hd {
        display: none;
    }

    .intro_section p {
        font-size: 17px;
        line-height: 1.3;
        padding-bottom: 12px;

    }

    .intro_section {
        padding: 60px 0;
        border-bottom: 12px solid var(--color_blue_gray);
    }

    .intro_info_text p {
        font-size: 17px;

        padding-bottom: 12px;
    }

    .intro_info_text {
        padding-top: 7px;
        padding-bottom: 7px;

    }

    .parapgh_info p {
        font-size: 16px;
        line-height: 1.3;
        padding-bottom: 6px;
    }

    .empty_block {
        width: 0%;
    }

    .dr_section_info {
        width: 100%;
    }

    .testimonials_section {
        padding: 60px 0;
    }

    .customers_block_slider {
        padding-top: 25px;
                padding-left: 25px;
        padding-right: 25px;
    }

    .customers_ctc.parapgh_info p {
        font-size: 16px;
        line-height: 1.3;
    }

    .brands_tls_arrow_prev,
    .brands_tls_arrow_next {
        width: 35px;
        height: 35px;

    }
}

@media (max-width:479px) {
    .before_text_here {
        padding: 20px 14px 9px;
    }

    .p_gallery_img_bg {

        min-height: 358px;
        height: 358px;
    }


    .acc__title h3 {

        font-size: 18px;

        line-height: 1.2;
    }

    .acc__panel {
        padding: 0px 20px 20px 20px;

    }

    .acc__title {

        padding: 22px 20px 23px 20px;

    }




    .related_blogs_box.info_related_blog .et_pb_post a.entry-featured-image-url {
        width: 100%;
    }

    .sl_prof_slider_ft .dipi-carousel-image {

        padding-top: 80%;

    }

    .grace_header_quand .images_wrap {
        background-position: 18% !important;
    }



    .h_top_logo a {

        max-width: 100%;

    }

    .search_bar_box.mob_hide_search {

        right: 54px;
    }

    .nav-menu .sub-menu {

        padding-bottom: 7px;
    }

    .menu_btn_hd .menu_expand.active span:first-child {

        top: 20px;
        right: 18px;
    }

    .nav-menu .sub-menu li a {

        padding-left: 22px;
    }

    .h_top_logo {
        width: 40%;

        padding-right: 15px;
    }

    .h_menu_bar {
        width: 60%;
    }



    .menu_expand_box {

        gap: 5px;

    }

    .h_menu_row {

        padding-top: 79px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .top_menu_section {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 25%, rgb(0 0 0 / 0%) 80.84%);
    }

    .search_bar_ft {

        padding: 10px;
        min-width: 40px;
        max-width: 40px;
    }

    .menu_btn_text {

        letter-spacing: 1px;
    }

    .about_img_h {
        width: 90% !important;
    }

    .sl_prof_slider_ft .dipi-carousel-image img {

        padding: 11px;
    }


    .info_related_blog .et_pb_post a.entry-featured-image-url {

        width: 100%;

    }

    .et_pb_title_container h1 {
        min-height: auto !important;
    }

    .related_blogs_box.info_related_blog .et_pb_post {
        flex-direction: column;
        padding-bottom: 10px !important;
    }

    .related_blogs_box.info_related_blog .et_pb_post:last-child {
        padding-bottom: 0 !important;

    }

    .related_blogs_box .entry-featured-image-url img {
        max-width: 100%;
        padding: 0;
    }

    .related_blogs_box .entry-featured-image-url {
        padding: 0 !important;
    }

    .banner_inner_block>img {
        width: 268%;
        object-position: -314px 0;
        height: 443px;
        max-height: 443px;

    }

    .banner_new_home h1 {
        font-size: 27px;
    }

    .banner_new_home h1 span {
        font-size: 30px;

    }

    .banner_new_home p {
        padding-top: 3px;

        padding-bottom: 4px;

        font-size: 14px;

    }

    .banner_new_home .banner_content_4 h1 span {
        left: -6px;
        top: 0px;
    }

    .chat_text_ft>span {
        min-width: 185px;
        font-size: 18px;
        padding: 0 15px 7px;
    }

    .chat_text_ft {

        position: relative;
        top: -3px;
    }

    .boxes_section_block {
        margin-bottom: 30px;
    }

    .excellence_section {

        overflow: hidden;
    }

    .excellence_img {
        width: 149%;

        max-width: none;
        position: relative;
        left: -30%;
    }

    .excellence_text_after {
        padding-left: 104px;
    }

    .swiper-button-prev.services_swiper_prev,
    .swiper-button-next.services_swiper_next {
        top: 185px;
    }

    .service_logos_inner .logo_details {
        padding-top: 100%;
    }

    .crafted_section_img {
        width: 177%;
        left: -40%;
    }


    .rts_form_info {
        padding: 20px 20px 20px 20px;
    }

    .banner_content_info {
        top: 51%;
    }

    .boxes_logo img {
        max-width: 147px;
        height: 12px;
    }

    .button_info {

        font-size: 17px;

    }

    .boxes_block p {

        letter-spacing: 1px;
        line-height: 1.2;
    }

    .form_input {

        font-size: 16px;

    }

    .form_input::placeholder {

        font-size: 16px;


    }

    select.form_input {

        background-size: 16px;
        background-position: 99% 17%;
        padding: 8px 24px 8px 13px !important;
    }

    .excellence_outer_row {

        margin: 0 -8px;
    }

    .exe_img_item {

        padding: 0 8px;
        margin-bottom: 22px;
    }

    .sp_img_ecc_title p {
        font-size: 18px;
    }

    .ctc_ecc_item_info h3 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .custom_list_skin_pt ul {

        padding-top: 10px;
    }

    .video-wrapper {
        height: 350px;
    }

    .banner_new_home .banner_content_2 p {
        font-family: "Roboto", sans-serif;
    }

    .banner_new_home .banner_content_3 p {
        font-family: "Roboto", sans-serif;
    }

    .banner_new_home .banner_content_4 p {
        font-family: "Roboto", sans-serif;
    }

    .sl_section_tabs {

        padding: 15px 0px 0px;

    }

    .related_blogs_box.info_related_blog .et_pb_has_overlay {
        align-items: start;
    }

    .desktop_v {
        display: none !important;
    }

    .mobile_v {
        display: block !important;
    }

    .form_input.date_and_time_cal {

        background-repeat: no-repeat;
        background-size: 22px;
        background-position: calc(100% - 1px) center;

    }

    .contact_from_btn {
        font-size: 16px;
        padding: 9px 10px;
    }

    .banner_new_home h1 span {
        font-size: 27px;
        top: -4px;
    }

    .banner_new_home .banner_content_3 h1 span {
        top: -6px;
    }

    .banner_new_home .banner_content_2 h1 span {
        top: -3px;
    }

    .starts_form_sub::after {

        bottom: -143px;

    }

    .intro_info_text p {
        font-size: 16px;
                letter-spacing: 1px;

    }

    .our_customers_content {
        padding: 20px;
    }
.intro_section .heading_block h2 {
    padding-bottom: 25px;
}

.intro_section p {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 1px;
    }

}