@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {  
      transition: all 0.4s ease-in-out;
  
}

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

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: transparent;
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    transition: all 0.4s ease-in-out;
}

.text-22 p {
    font-size: 22px;
    line-height: 34px;
}
.text-20 p {
    font-size: 20px;
    line-height: 32px;
}
.p_130 {
    padding: 130px 0;
}
select:focus-visible {
    outline: none;
    border-color: #A7C3B5;
}
input:focus-visible {
    outline: none;
}
.form-check-input:focus {
    box-shadow: none;
}
.bg_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container-fluid {
    padding: 0 60px;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*==================== button start here ====================*/
.cta {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 18px 35px;
    border-radius: 6px;
    color: #fff;
    transition: all 0.5s ease-in-out !important;
    background-color: #A7C3B5;
    border: 1px solid #A7C3B5;
    text-transform: uppercase;
}
.cta:hover {
    background-color: #fff;
    color: #A7C3B5;
}
.btn_light {
    font-size: 16px;
    color: #A7C3B5;
    border: 1px solid #A7C3B5;
    border-radius: 100px;
    padding: 12px 25px;
}
.btn_light:hover {
    background-color: #A7C3B5;
    color: #fff;
}
/*==================== button page end here ====================*/

/*==================== home page start here ====================*/
.header_wrapper {
    border-bottom: 1px solid #EDEDED;
}
.header_wrapper button.navbar-toggler {
    display: grid;
    padding: 0;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    border: 0;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.bars {
    width: 30px;
    height: 2.5px;
    background-color: #030722;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background-image: none !important;
}
.navbar-toggler[aria-expanded="true"] .bars {
    margin: -3px;
    transition: all .3s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] .bars.bar2 {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bars.bar1 {
    transform: rotate(45deg);
    margin-top: 10px;
}
.navbar-toggler[aria-expanded="true"] .bars {
    margin: -3px;
    transition: all .3s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] .bars.bar3 {
    transform: rotate(-45deg);
    margin-top: -20px;
}
.navbar-toggler[aria-expanded="true"] .bars {
    margin: -4px;
    transition: all .3s ease-in-out;
}
.header_wrapper nav.navbar .navbar-collapse {
    position: absolute;
    top: 99%;
    background-color: #A7C3B5;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 999;
}
.header_wrapper nav.navbar .navbar-nav {
    align-items: start;
    gap: 10px;
}
.header_wrapper .navbar-collapse form {
    padding: 20px 15px 30px;
}

.header_wrapper .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}
.header_wrapper .navbar {
    padding: 26px 0;
}
.header_nav_link {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 50px 120px;
}

.hrd_navbar_bt_txt h5 {
    font-family: Gotham;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.hrd_navbar_bt_txt ul li a {
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
}

.hrd_navbar_bt_txt ul li a::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s ease-in-out !important;
    margin: auto;
}
.hrd_navbar_bt_txt ul li a:hover::after {
    width: 100%;
}

.hrd_navbar_bt_txt ul li {
    line-height: 1.2;
    margin-top: 20px;
}

.hrd_navbar_spa {
    border-top: 1px solid #C5DED2;
    padding-top: 40px;
    margin-top: 40px;
}

.header_wrapper nav.navbar .navbar-nav .nav-item {
    line-height: 1;
}

.header_wrapper nav.navbar .navbar-nav .nav-item .nav-link {
    font-size: 36px;
    font-weight: 700;
    border-radius: 9px;
    color: #fff;
    padding: 21px 40px;
}

.header_wrapper nav.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #A7C3B5;
    background-color: #C5DED2;
}
.header_nav_link > div {
    width: 50%;
}
.hrd_navbar_spa h5 {
    font-family: Gotham;
    font-size: 22px;
    color: #fff;
}
.hrd_navbar_spa ul li a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF66;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
}
.hrd_navbar_spa ul li a:hover {
    background-color: #FFFFFF66;
    color: #A7C3B5;
}
.hrd_navbar_spa ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.hdr_bg {
    background-color: #A7C3B5;
}
.hdr_bg .navbar .navbar-brand img {
    filter: brightness(0) invert(1);
}
.hdr_bg .btn_light {
    color: #fff;
    border-color: #fff;
}
.hdr_bg .bars {
    background-color: #fff;
}
.header_nav_link .navbar-nav .dropdown-menu {
    margin: 0 0 0 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.header_nav_link .navbar-nav .dropdown-menu li {
    line-height: 1.2;
    margin: 10px;
}
.header_nav_link .dropdown-item {
    font-size: 25px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
.header_nav_link .dropdown-item:hover {
    color: #A7C3B5;
    background-color: #C5DED2;
}
.banner_wreap {
    background-attachment: fixed;
    position: relative;
    padding: 200px 0;
}
.banner_content p {
    color: #fff;
}
.scroll_down ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF66;
    border-radius: 100%;
    font-size: 14px;
    color: #fff;
}
.scroll_down ul li a:hover {
    background-color: #A7C3B5;
}
.scroll_down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 1;
}
.scroll_down ul li:not(:last-child) {
    margin-bottom: 14px;
}
.scroll_down .scroll_lnk {
    animation: scroll_lnk 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes scroll_lnk {
    0% {
        height: 0;
    }
    100% {
        height: 44px;
    }
}
.select-box {
    display: flex;
    gap: 15px;
    margin-top: 45px;
}
.select_wrap {
    width: 100%;
}
.select_wrap .form-select {
    font-size: 20px;
    padding: 30px;
}
.select-box .cta {
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
}
.select-box .dropdown .select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: none;
    transition: 0.3s;
    cursor: pointer;
}
.select-box .dropdown .select .selected {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-box .dropdown .select .selected.placeholder {
    color: #454545;
}
.select-box .dropdown .select .caret {
    margin-right: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #454545;
    transition: 0.3s;
}
.select-box .dropdown .menu {
    visibility: hidden;
    background-color: #fff;
    border-radius: 0 0 9px 9px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 95%;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    z-index: 9;
}
.select-box .dropdown .menu li {
    cursor: pointer;
    padding: 10px 30px;
    color: #454545;
    text-align: start;
    transition: 0.3s;
    font-size: 18px;
}
.select-box .dropdown .menu li:hover {
    color: #fff;
    background-color: #A7C3B5;
}
.select-box .dropdown .menu-open {
    visibility: visible;
    opacity: 1;
} 
.select-box .caret-rotate {
    transform: rotate(180deg);
}
.select-box .dropdown .menu li.active {
    color: #fff;
    background-color: #A7C3B5;
}
.select-box input.form-select {
    background-image: url(../img/locetion.svg);
    background-size: 20px;
}
.banner_wreap .position-relative {
    z-index: 9;
}
.experience_mein {
    display: flex;
    justify-content: center;
}
.experience_mein > div {
    width: 50%;
}
.experience_txt {
    border-radius: 5px;
    box-shadow: 0px 15px 44px 0px #A7C3B540;
    padding: 30px;
/*     background-color: #fff; */
    margin: 18px -30px 18px 0;
}
.text_hd h2 {
    margin-bottom: 45px;
}
.who_wreap h2 {
    text-align: center;
}
.experience_img {
    position: relative;
    z-index: -1;
}
.proces_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 90px;
}

.proces_list {
    text-align: center;
}

.proces_img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0px 15px 44px 0px #A7C3B540;
    background-color: #fff;
}

.proces_list p {
    font-size: 20px;
    line-height: 32px;
}

.proces_wrapper {
    position: relative;
}

.proces_rt_img {
    position: absolute;
    top: 25%;
    bottom: 0;
    z-index: -1;
}
.experience_txt .need_help {
    margin-top: 35px;
}
.partners_wrapper,
.experience_wrapper {
    position: relative;
}
.bg_imgs_view::after,
.partners_wrapper::after,
.experience_wrapper::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../img/bg_icons_1.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: -1;
}
.partners_wrapper::after {
    top: 50%;
    left: auto;
    right: 0;
    background-position: right bottom;
    background-image: url(../img/bg_icons_2.svg);
}
.partners_wrapper {
    position: relative;
}
.experience_wrapper::after {
    z-index: 1;
}
.experience_wrapper .container {
    position: relative;
    z-index: 9;
}
.partners_rt_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all 2s ease-in-out;
}
.partners_rt_img.partner_bg_img {
    height: 50%;
}

.partners_wrapper .text_hd h2 {
    color: #fff;
}

.partners_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.partners_list {
    text-align: center;
}
.partners_list p {
    font-size: 20px;
    line-height: 30px;
    color: #454545;
}
.partners_img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.partners_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partners_list a:hover h3 {
    color: #A7C3B5;
}
.explore_btn {
    text-align: center;
    margin-top: 50px;
}
.partners_img::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/partners_lr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    animation: animName 15s linear infinite;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.partners_img:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(167, 195, 181, 0) 0%, #A7C3B5 100%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.partners_list a:hover .partners_img:before,
.partners_list a:hover .partners_img::after {
    opacity: 1;
}
.become_content ul li .become_img {
    min-width: 130px;
    min-height: 130px;
    border-radius: 100%;
    background-color: #A7C3B51A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.become_content ul li {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-top: 50px;
}

.become_content ul li .become_img {
    width: 20%;
    transition: all 0.4s ease-in-out;
}

.become_content ul li .become_txt {
    width: 80%;
}

.become_content ul li .become_txt p {
    font-size: 20px;
    line-height: 32px;
}
.become_content {
    padding-right: 110px;
}
.become_content ul li:hover .become_img {
    background-color: #A7C3B5;
    box-shadow: 0px 15px 24px 0px #A7C3B573;
}
.become_content ul li:hover .become_img img {
    filter: brightness(0) invert(1);
}
.become_content h2 {
    position: relative;
}

.become_content h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 16%;
    height: 1px;
    background-color: #A7C3B5;
}
.become_right.imgs_animet img {
    transform: translateY(0%);
}
.become_right img {
    transform: translateY(100%);
    transition: all 3s ease-in-out;
}
.subscribe_txt {
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.subscribe_txt > div {
    width: 50%;
}

.subscribe_deals {
    color: #fff;
}

.subscribe_deals h2 {
    color: #fff;
}

.subscribe_input input {
    width: 100%;
    font-family: Gotham;
    font-size: 16px;
    line-height: 1;
    padding: 24px 34px;
    border-radius: 80px;
    color: #fff;
    border: 1px solid #FFFFFF3B;
    background: #FFFFFF1A;
}

.subscribe_input input::placeholder {
    color: #fff;
}
.footer_logo {
    text-align: center;
    margin: 100px 0 70px;
}
.footer_content h6 {
    font-family: Gotham;
    border-bottom: 2.5px solid #454545;
    padding-bottom: 13px;
}

.footer_content ul li a {
    font-size: 18px;
    color: #454545;
}

.footer_content ul li {
    line-height: 1.2;
    margin-top: 25px;
}
.footer_bt_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EDEDED;
    padding: 80px 0;
}

.footer_bt_cont p {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}

.footer_bt_cont a {
    color: #A7C3B5;
}
.header_wrapper .navbar form.d-flex {
    gap: 10px;
}
.header_wrapper .navbar form.d-flex .btn_hdar {
    background-color: #A7C3B5;
    color: #fff;
}
.header_wrapper .navbar form.d-flex .btn_hdar:hover {
    color: #A7C3B5;
    background-color: #fff;
}
.subscribe_input {
    display: flex;
    gap: 10px;
}

.subscribe_input .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 266px;
    background-color: #fff;
    color: #000000;
}
.subscribe_input .cta:hover {
    background-color: #000;
    color: #fff;
}
/*==================== home page end here ====================*/

/*==================== Services page start here ====================*/
.banner_inner {
    padding: 135px 0;
    position: relative;
    z-index: 9;
}
.service_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.service_list h5 {
    font-family: Gotham;
    text-align: center;
    margin-top: 16px;
}
.service_bty_wrapper .text_hd {
    max-width: 1300px;
    margin: 0 auto;
}
.service_list a {
    display: inline-block;
}
.service_list a:hover h5 {
    color: #A7C3B5;
}
.service_list .service_list_img {
    overflow: hidden;
}
.service_list .service_list_img img {
    transition: all 0.4s ease-in-out;
}
.service_list a:hover  .service_list_img img {
    transform: scale(1.2);
}
/*==================== Services page end here ====================*/

/*==================== Privacy policy page start here ====================*/
.privacy_content {
    margin-top: 44px;
}
.privacy_content p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
}
.privacy_content p strong {
    font-weight: 500;
}
/*==================== Privacy policy page end here ====================*/

/*==================== Services botox page start here ====================*/
.comp_logo_wreap {
    margin-top: 45px;
}

.comp_logo_wreap ul li {
    margin: 0 40px;
}
.aesthetic_wrapper {
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(167, 195, 181, 0) 0%, rgba(167, 195, 181, 0.5) 51.5%, rgba(167, 195, 181, 0) 100%);
    border-image-slice: 1;
	border-bottom: 0px;
}
.enjoy_btn .slick-arrow {
    border: 1px solid transparent;
    padding: 16px 25px;
    border-radius: 30px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    background-color: #A7C3B5;
}
.enjoy_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}
.enjoy_btn .enjoy_prev img {
    transform: rotate(180deg);
}
.enjoy_btn .slick-arrow:hover {
    border: 1px solid #00000038;
    background-color: #fff;
}
.enjoy_btn .slick-arrow:hover img {
    filter: contrast(0.5);
}
.aesthetic_content {
    padding-left: 20px;
}
.aesthetic_img {
    padding-right: 20px;
}
.discover_slider .service_img {
    position: relative;
    margin: 20px;
}
.discover_slider .service_img.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1);
}
.discover_slider .service_img.slick-slide {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}
.discover_slider .service_img.slick-slide {
    transform: scale(0.5) translateX(70%);
    transition: all 0.5s ease-in-out;
}
.discover_slider .service_img.slick-slide.slick-active.slick-center + .service_img.slick-slide + .service_img.slick-slide {
    transform: scale(0.5) translateX(-70%);
}
.discover_slider .service_img.slick-slide.slick-active {
    transform: scale(0.8);
}
.discover_slider .service_img.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.2);
}
.discover_wreap {
    max-width: 1250px;
    text-align: center;
    margin: 0 auto 50px;
}
.discover_slider {
    cursor: none;
    margin-bottom: 80px;
}
.discover_contect {
    text-align: center;
    border: 1px solid #A7C3B559;
    border-radius: 15px;
    padding: 34px;
    margin-top: 80px;
    background: #A7C3B526;
}
.discover_cont_link {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.discover_cont_link a {
    color: #A7C3B5;
}

.discover_cont_link a:hover {
    color: #000;
}

.discover_contect img {
    margin-top: -100px;
}
.discover__txt {
    padding-left: 30px;
}
/* .infinity_wrapper {
    border: 1px solid #00000014;
    background: #A7C3B521;
    padding: 44px 0;
} */

.infinity_wrapper ul li a {
    display: flex !important;
    align-items: center;
    gap: 35px;
}

.infinity_wrapper ul li p {
    margin: 0;
    font-size: 23px;
    line-height: 27px;
    padding-right: 35px;
}
.dysport_content {
    text-align: center;
}

.dysport_content h2 {
    color: #fff;
}

.dysport_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 45px;
}
.counter_wrapper ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.counter_wrapper ul li span {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    color: #A7C3B5;
}

.counter_wrapper ul li {
    width: 33.33%;
    text-align: center;
}

/*==================== Services botox page end here ====================*/

/*==================== Med spas in your city page start here ====================*/
.about_spa_txt {
    padding-left: 30px;
}

.about_spa_txt p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
}

.about_spa_img {
    text-align: end;
}
.about_spa_img_wreap {
    position: relative;
}

.about_spa_bg {
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
}
.about_spa_img img {
    padding-right: 20px;
}
.quick_filter h6,
.med_spas_right_txt h6 {
    font-family: Gotham;
    font-weight: 500;
}
.med_spas_right_txt p {
    font-size: 16px;
    line-height: 26px;
}

.med_spas_right ul li {
    display: flex;
    gap: 10px;
}

.med_spas_right_img {
    min-width: 50px;
    text-align: center;
}

.med_spas_right ul {
    border: 1px solid #A7C3B5;
    border-radius: 6px;
    padding: 40px;
}

.med_spas_right ul li:not(:last-child) {
    margin-bottom: 40px;
}
.quick_filter ul li a {
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 30px 15px 50px;
    border-radius: 60px;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #A7C3B566;
    color: #454545;
}
.quick_filter ul li {
    position: relative;
}
.quick_filter ul li::after {
    position: absolute;
    content: '';
    top: 17px;
    bottom: 0;
    left: 22px;
    background-image: url('http://sagmeticinfotech.com/wp/2024/medspa/wp-content/uploads/2024/03/icons_10.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    /* z-index: -1; */
    display: inline-block;
}
.quick_filter ul {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: scroll;
    width: 100%;
    padding: 20px 0;
}
.sort_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 45px 0 20px;
}

.sort_wrapper ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort_wrapper ul li a, .sort_wrapper ul li button {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A7C3B521;
    border-radius: 1px;
}

.sort_wrapper ul li a img, .sort_wrapper ul li button img {
    max-width: 25px;
    filter: brightness(0.4);
    z-index: -1;
}

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

.sort_wreap span {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

.sort_wreap .form-select {
    border: 0;
    cursor: pointer;
}
.featured_content {
    display: flex !important;
    align-items: center;
    gap: 15px;
    background-color: #FFFFFF;
    padding: 10px;
    margin-left: 15px;
}
.featured_slider .slick-track {
    display: flex !important;
}

.featured_slider .slick-track .featured_content {
    height: auto;
}
.featured_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured_txt h6 {
    font-family: Gotham;
    font-size: 16px;
}

.featured_txt p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.featured_wreap {
    border-radius: 6px;
    background-color: #F2F6F4;
    padding: 20px 0 20px 30px;
}

.featured_wreap h5 {
    font-family: Gotham;
}
.sort_wrapper ul li a:hover, .sort_wrapper ul li button:hover {
    background: #A7C3B521;
}

.sort_wrapper ul li a:hover img, .sort_wrapper ul li button:hover img {
    filter: none;
}
.sorted_txt p {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 22px;
}
.sorted_wrapper {
    margin-top: 45px;
}
.sorted_wrapper .card .card-body span {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
}

.sorted_wrapper .card .card-body h5 {
    font-family: Gotham;
    margin-top: 10px;
}

.sorted_wrapper .card .card-body ul i {
    font-size: 12px;
}

.sorted_wrapper .card .card-body ul {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 3px;
}

.sorted_wrapper .card .card-body p {
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0;
}

.sorted_wrapper .card .card-body .cta {
    font-size: 15px;
    padding: 10px 18px;
    margin-top: 20px;
}
.list-view .row > [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
}
.list-view .card {
    flex-direction: row;
}
.sorted_btn {
    font-size: 14px;
    color: #A7C3B5;
}
.sorted_btn:hover {
    color: #000
}
.sorted_btn i {
    font-size: 22px;
    vertical-align: middle;
}
.sorted_wrapper .card {
    border: 1px solid #A7C3B561;
}
.sorted_wrapper .card .card-body {
    padding: 18px;
}
.sorted_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-view .row {
    gap: 30px;
}
.sorted_img span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: -8px;
    padding: 5px 18px;
    background-color: #A7C3B5;
    color: #fff;
    z-index: 1;
}

.sorted_img {position: relative;}

.sorted_img span::after {
    position: absolute;
    content: '';
    left: -8px;
    top: 15px;
    display: block;
    border-style: solid;
    border-color: #a7c3b5;
    clip-path: polygon(100% 50%, 50% 50%, 100% 100%);
    border-width: 8px;
    z-index: -1;
}
.sorted_wrapper .row {
    gap: 25px 0;
}
.about_spa_bg img {
    padding-left: 30px;
}
/*==================== Med spas in your city page end here ====================*/

/* ===================== Login page css start here========================== */
.modal .modal-header {
    padding: 0;
    border: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}

.modal .modal-header button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #A7C3B5;
    background-color: transparent;
    color: #A7C3B5;
}

.modal .modal-body {
    padding: 60px 50px;
    text-align: center;
}
.modal .modal-dialog {
    max-width: 700px;
}
.modal .modal-body h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.02em;
}

.modal .modal-body p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.modal .modal-body form {
    margin-top: 45px;
}

.modal .form_gp .form-control {
    border: 1px solid #A7C3B566;
    font-family: Gotham;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 9px;
    padding: 20px;
    margin-bottom: 20px;
}

.modal .rem_pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.modal .btn_forget {
    padding: 0;
    line-height: 1.2;
    font-size: 16px;
    color: #454545;
}

.modal .rem_pass label {
    line-height: 1.2;
}

.modal .form_gp .cta {
    width: 100%;
    margin: 40px 0;
}

.modal .modal-body p.sign-btn {
    font-size: 18px;
}

.modal .modal-content {
    border-radius: 25px;
}
.modal .password_wreap {
    position: relative;
}

.modal .password_wreap .password_eye {
    position: absolute;
    top: 25%;
    right: 20px;
    color: #5F6574;
    font-size: 15px;
}
.modal .modal-body p.sign-btn a {
    color: #000000;
}
.modal .modal-body p.sign-btn a:hover {
    color: #A7C3B5;
}
/* ===================== Login page css end here========================== */

/* ===================== Become a partner page css start here========================== */
.demand_bnr {
    max-width: 1100px;
    margin: 0 auto;
}
.demand_grid {
    display: flex;
    grid-template-columns: repeat(3,1fr);
    gap: 10px !important;
    margin-top: 50px;
}

.demand_lidt {
    text-align: center;
    color: #fff;
}

.demand_lidt h4 {
    color: #fff;
	font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.02em;
    font-family: 'FONTSPRING DEMO - The Seasons'!important;
    font-weight: 400;
}
.demand_lidt p {
    color:#fff!important;
}
.demand_lidt span {
       color: #A7C3B5 !important;
}
.demand_cont {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 20px auto 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #A7C3B5;
}

.demand_cont span {
    font-size: 16px;
    line-height: 1;
}
.pricing_list ul li img {
    margin-top: 5px;
}
.demand_cont strong,
.demand_cont h3 {
    font-family: 'Gotham';
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #A7C3B5;
    margin: 12px 0;
}

.demand_lidt p {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}
.pricing_hd {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.pricing_grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 50px;
    gap: 55px;
}

.pricing_list {
    border: 1px solid #EEEEEE;
    padding: 70px 50px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: #fff;
}

.pricing_list h3 {
    font-family: Gotham;
    font-weight: 500;
}

.basic_text h2 {
    font-family: Gotham!important;
    font-size: 86px;
    font-weight: 300;
    line-height: 1;
    margin: 35px 0;
    display: flex;
}
.pricing_list ul {
    border-top: 1px solid #EEEEEE;
    padding-top: 35px;
}
.basic_text h2 i {
    font-size: 14px;
    vertical-align: top;
}

.pricing_list ul li {
    display: flex;
    align-items: start;
    gap: 5px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}

.basic_text h2 span {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: end;
    color: #454545;
}
.pricing_grid .pricing_list:last-child {
    background-color: #A7C3B5;
    color: #fff;
}

.pricing_grid .pricing_list:last-child img {
    filter: brightness(0) invert(1);
}

.pricing_grid .pricing_list:last-child .basic_text h2 {
    color: #fff;
}

.pricing_grid .pricing_list:last-child .basic_text h2 span {
    color: #fff;
}

.pricing_grid .pricing_list:last-child h3 {
    color: #fff;
}
.pricing_grid .pricing_list:last-child .cta {
    background-color: #fff;
    color: #A7C3B5;
}
.pricing_grid .pricing_list .cta {
    margin-top: auto;
}
.dysport_content h4 {
    font-family: Gotham;
    font-weight: 500;
    color: #fff;
}
.dysport_content .subscribe_input {
    margin-top: 30px;
}
.view_wrapper .view_hd {
    max-width: 1131px;
    text-align: center;
    margin: 0 auto 40px;
}

.testimonial-para .test_view {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.testimonial-para .test_view::after {
    position: absolute;
    content: '';
    background-image: url(../img/dots.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 20px;
    right: 0;
    z-index: -1;
}

.testimonial-para .test_view .test_hd h6 {
    font-family: Gotham!important;
    font-size: 22px!important;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.star_wreap span {
    font-size: 17px!important;
    line-height: 1;
    color: #A7C3B5;
}

.testimonial-para p {
    font-size: 16px!important;
    line-height: 26px!important;
}
.view_slider .slick-track {
    display: flex;
}
.testimonial-para {
    border: 1px solid #EDEDED;
    border-radius: 25px;
    padding: 30px;
    margin: 0 15px;
    height: auto;
}

.view_slider .slick-list {
    margin: 0 -15px;
}

.view_slider .slick-dots {
    position: unset;
    margin-top: 30px;
    line-height: 1;
}

.view_slider .slick-dots li button:before {
    font-size: 15px;
    color: #EDEDED;
    opacity: 1;
}
.view_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #A7C3B5;
}
.demand_cont_velue {
    display: flex;
    align-items: center;
}
/* ===================== Become a partner page css end here========================== */

/* ===================== Sign in page css end here========================== */
.mbship_top_step .tab-pills .top_step {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #454545;
}

.mbship_top_step .tab-pills .top_step span {
    width: 54px;
    height: 54px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #A7C3B540;
    background-color: #8282821A;
}

.mbship_top_step {
    max-width: 1020px;
    justify-content: space-between;
    margin: 50px auto;
    position: relative;
}
.mbship_top_step::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
    z-index: -1;
}
.mbship_top_step .tab-pills.active .top_step {
    color: #000;
}

.mbship_top_step .tab-pills.active .top_step span {
    background-color: #A7C3B5;
    color: #fff;
}
.mbship_top_step .tab-pills {
    background-color: #fff;
    padding: 0 18px;
}
.mbship_step_cont {
    max-width: 800px;
    margin: 0 auto;
}

.pet_info_hd h4 {
    margin-bottom: 25px;
}

.mbship_step_cont .from_gp {
    margin-bottom: 25px;
}

.mbship_step_cont .from_gp .form-control {
    font-size: 16px;
    color: #828282;
    padding: 22px 20px;
    border: 1px solid #A7C3B566;
    border-radius: 9px;
}

.membership_ft_btn {
    text-align: center;
    margin: 40px auto 0;
}
.styled-file-select {
    position: relative;
}
.styled-file-select input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    color: #ecf0f1;
    opacity: 0;
}
.styled-file-select input[type="text"] {
    width: 100%;
    display: block;
    outline: none;
    text-indent: 10px;
    background-color: #ffff;
    padding: 0;
}
.styled-file-select span {
    display: block;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 0;
}
.field-row input[type="text"].no-border {
    border: none;
}
.field-row input[type="text"].no-bg {
    background-color: #fff;
}
.sign_wrapper [type="radio"]:checked,
.sign_wrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.sign_wrapper [type="radio"]:checked + label, 
.sign_wrapper [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
.sign_wrapper [type="radio"]:checked + label:before,
.sign_wrapper [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #A7C3B5;
    border-radius: 100%;
    background: #fff;
}
.sign_wrapper [type="radio"]:checked + label:after,
.sign_wrapper [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #A7C3B5;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sign_wrapper [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.sign_wrapper [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sign_wrapper [type="radio"]:checked + label:before,
.sign_wrapper [type="radio"]:checked + label:before {
    border: 1px solid #A7C3B5;
}
.sign_wrapper .form-check {
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.sign_redio_btn ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 20px;
}
.sign_redio_btn ul li {
    width: 33.33%;
    margin-bottom: 16px;
}
.mbship_step_cont h6 {
    font-family: Gotham;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}
.paylatter_bg {
    border: 1px solid rgb(238 238 238 / 3%);
    background: #A7C3B505;
    padding: 0;
}
.paylatter_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #A7C3B51A;
    padding: 22px;
    margin-bottom: 24px;
}
.pay_card ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.pay_online_wreap li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.paylatter_bg .row {
    padding: 0 20px;
}

.paylatter_wrapper .form-check-label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}
.pay_online_wreap .form-check-label {
    font-size: 18px;
}
.mbship_top_step .tab-pills.check_active span {
    background-image: url(../img/check_form.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #A7C3B5;
    font-size: 0;
}
.hours_time ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

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

.hours_time_dt span {
    font-size: 16px;
}

.sign_wrapper .hours_time .form-check {
    padding: 0 0 0 1.5em;
    font-size: 14px;
    line-height: 1.5;
}

.hours_time ul li strong {
    font-size: 17px;
    font-weight: 400;
    min-width: 100px;
}

.mbship_step_cont .from_gp .hours_time_dt .form-control {
    max-width: 160px;
}
.hours_time ul {
    margin-bottom: 35px;
}

.hours_time ul li:not(:last-child) {
    margin-bottom: 15px;
}
/* ===================== Sign in page css end here========================== */















/* ===================== Blog page css ========================== */
.blog_text {
    max-width: 1105px;
    margin: auto;
}

.blogs_wrapper .blog_list {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(237, 237, 237, 1);
    margin-bottom: 25px;
}

.blogs_wrapper .blog_list_img {
    flex: 0 0 30%;
    position: relative;
}

.blogs_wrapper .blog-data {
    flex: 0 0 70%;
    padding: 40px;
}

.blogs_wrapper .med-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.blogs_wrapper .med-icon img {
    height: auto !important;
    width: auto !important;

}

.blogs_wrapper .rec_date strong {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.31px;
    text-align: left;
    color: rgba(69, 69, 69, 1);
}

.blogs_wrapper h5 a {
    font-size: 32px;
    font-weight: 400;
    line-height: 36.35px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin: 20px 0px 0px;
    display: inline-block;
}
.recent-post ul li a:hover,
.blogs_wrapper h5 a:hover {
    color: #A7C3B5;
}

.blogs_wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(130, 130, 130, 1);
}

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

.blogs_wrapper .blog_list:hover {
    box-shadow: 0px 15px 44px 0px rgba(167, 195, 181, 0.25);
}

.blogs_wrapper .med-icon span {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #000;
}

.pagenavigation_wreap .pagination {
    justify-content: center;
    gap: 10px;
}

.pagenavigation_wreap .pagination li .page-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #E1E1E1;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #202125;
}

.pagenavigation_wreap .pagination li.active .page-link {
    background: rgba(167, 195, 181, 1);
    color: #fff;
    border-color: rgba(167, 195, 181, 1);
}

.pagenavigation_wreap {
    margin-top: 50px;
}

.pagenavigation_wreap .pagination li .page-link:hover {
    background-color: #A7C3B540;
    border-color: #fff;
    color: #202125;
}
.blogs_wrapper .blog-data .rec_date {
    line-height: 1;
}
.blogs_side .info_list,
.blogs_side .recent-post,.category-text {
    border: 1px solid rgba(237, 237, 237, 1);
}

.blogs_side h5 {
    background: rgba(167, 195, 181, 1);
    color: #fff;
    padding: 20px;
    font-family: 'Gotham';
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    margin: 0;
}

.blogs_side .blog_inp {
    margin: 30px;
}

.blogs_side {
    display: flex;
    gap: 40px;
    flex-direction: column;
    padding-left: 40px;
}

.category-text{
    padding: 30px;
}

.category-text li a {
    font-family: Gotham;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: rgba(130, 130, 130, 1);
}
.category-text li a:hover {
    color: #000;
}
.blogs_side .blog_inp input {
    border: 1px solid rgba(237, 237, 237, 1);
    padding: 20px;
    height: auto;
}

.blogs_side .blog_inp input {
    border: 1px solid rgba(237, 237, 237, 1);
    padding: 20px;
    height: auto;
}

.recent-post ul li {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(237, 237, 237, 1);
    padding: 30px;
    align-items: center;
}

.re_post img{
    height: 100%;
    width: 100%;
}

.recent-post ul li:last-child{
    border: 0;
}

.re_post {
    width: 30%;
}

.recent_text {
    width: 70%;
}

.recent-post ul li span {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 300;
    line-height: 15.31px;
    text-align: left;
    display: inline-block;
}

.recent-post ul li a {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    display: inline-block;
    color: rgba(0, 0, 0, 1);
}

.prv_next_wreap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 35px 0;
}

.prv_next_wreap ul li .btn {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 22px;
    font-weight: 400;
    color: rgba(167, 195, 181, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

.prv_next_wreap ul li.active .btn {
    color: #CED6DB;
}

.blog-detail .rec_date {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.31px;
    text-align: left;
    margin: 50px 0px 20px;
}

.blog-detail h3{
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
}

.blog_md {
    background: rgba(167, 195, 181, 0.2);
    padding: 25px 30px;
    position: relative;
    margin: 40px 0;
}

.blog_md h6 {
    font-weight: 400;
    line-height: 1.2;
    font-family: Kanit;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}

.blog-detail .recent_text p {
    font-family: Gotham;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}


.blog_md::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background:rgba(167, 195, 181, 1);
}

.blog-detail .recent_text {
    width: 100%;
}

.re_postimg img {
    width: 100%;
}

.blog-detail .headr_socail h6 {
    font-family: Gotham;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    color: rgba(3, 7, 34, 1);
    margin: 0;
}

.blog-detail .headr_socail {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 60px;
}

.blog-detail .list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 280px;
    margin: 10px 20px;
}

.blog-detail .list-wrap li {
    border-right: 1px solid rgba(237, 237, 237, 1);
    padding: 10px 20px;
}

.blog-detail .list-wrap li:last-child {
    border: 0;
}

.blog-detail .list-wrap li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000;
}

.blog-detail .fit_text .recent_text {
    width: 70%;
}
/* ===================== Blog page css end here========================== */

/* ===================== Contact page css end here========================== */

.contact-content .form-wrap {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.contact-content .contact_input input,
.contact-content .contact_input textarea {
    border: 1px solid rgba(167, 195, 181, 0.4);
    margin-bottom: 20px;
    height: auto;
    padding: 20px;
    width: 100%;
    font-family: Gotham;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.31px;
    color: rgba(130, 130, 130, 1);
    border-radius: 6px;
}

.contact-content h2 {
    margin-bottom: 36px;
}

.contact-content .contact-info h2 {
    margin-bottom: 20px;
}

.contact-content .cta {
    margin-top: 30px;
}

.contact-wrap {
    margin-top: 80px;
    padding: 40px;
    border-radius: 25px;
}

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

.contact-info * {
    color: #fff;
}

.contact-info li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-info li i {
    height: 40px;
    width: 40px;
    background: #fff;
    color: rgba(167, 195, 181, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
}

.contact-info li:first-child {
    margin-bottom: 30px;
}
/* 
.contact-info {
    padding-left: 70px;
} */

textarea:focus-visible {
    outline: none;
}

/* ===================== Contact page css end here========================== */

/* ===================== Directory-search page start end here========================== */

.form-wrap h5 {
    font-family: 'Gotham';
}

.form-wrap h5 {
    font-family: 'Gotham';
}

.form-wrap {
    background: rgba(247, 249, 248, 1);
    border-radius: 12px;
    padding: 30px;
}

.form-wrap input,
.form-wrap select {
    border: 1px solid rgba(237, 237, 237, 1);
    height: auto;
    font-family: Gotham;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    padding: 23px;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    color: rgba(69, 69, 69, 1);
}

.form-wrap i {
    position: absolute;
    content: "";
    top: 23px;
    right: 20px;
}

.form-wrap .input-block {
    position: relative;
}

.form-wrap select {
    appearance: none;
}

.form-wrap .input-block .cta {
    width: 100%;
    margin-top: 15px;
}

.banner_wreap.direct-bnr .select-box {
    margin: 0;
}

.banner_wreap.direct-bnr .select-box input, .banner_wreap.direct-bnr .select-box .select_wrap .form-select {
    background: rgba(189, 214, 202, 1);
}

.banner_wreap.direct-bnr .select-box .cta {
    background: #fff;
    color: #000;
}
.banner_wreap.direct-bnr .select-box .cta:hover {
    background-color: #000;
    color: #fff;
}

.dirctdetail-content nav a {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: rgba(69, 69, 69, 1);
}
.dirctdetail-content nav a:hover {
    color: rgba(167, 195, 181, 1);
}
.dirctdetail-content nav {
    margin: 45px 0px;
}

.detail-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.detail-text .star {
    color: rgba(167, 195, 181, 1);
}

.slider-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 33px;
    z-index: 1;
}

.slider-wrap .slick-arrow.next-arrow {
    right: 10px;
}

.slider-wrap {
    position: relative;
}

.slider-wrap .slick-arrow.prev-arrow {
    left: 30px;
}

.slider-block p {
    font-size: 17px;
    padding: 25px 0px;
}

/* ===================== Directory-search page end end here========================== */


/* 22/4/24 */

.slider-block .map {
    height: 100%;
}
.headr_socail {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 0px;
}
.headr_socail h6 {
    font-family: Gotham;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    color: rgba(3, 7, 34, 1);
    margin: 0;
}

.list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 280px;
    margin:0px;
}

.list-wrap li {
    border-right: 1px solid rgba(237, 237, 237, 1);
    padding: 10px 20px;
}

.list-wrap li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000;
}

.list-wrap li {
    border-right: 1px solid rgba(237, 237, 237, 1);
    padding: 10px 20px;
}

.list-wrap li:last-child {
    border: 0;
}

.list-wrap li a img {
    max-width: 20px;
}
.direct-block {
    margin-top: 80px;
}

.direct-block .con-dtl li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.direct-block .con-dtl li a {
    font-family: Gotham;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(69, 69, 69, 1);
}
.direct-block .con-dtl li a:hover {
    color: rgba(167, 195, 181, 1);
}
.direct-block .con-dtl li i {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(167, 195, 181, 1);
    color: #fff;
    font-size: 18px;
}

.direct-block .direct-heading {
    text-align: center;
    position: relative;
}

.direct-block .direct-heading h2 {
    background: #fff;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0px 15px;
    font-size: 50px;
    font-weight: 400;
    line-height: 56.8px;
}

.direct-block .direct-heading::after {
    position: absolute;
    background: rgba(237, 237, 237, 1);
    width: 100%;
    height: 1px;
    content: "";
    top: 25%;
    left: 0;
    right: 0;
    z-index: 1;
}

.direct-block .abt-list {
    padding-left: 80px;
    border-left: 1px solid rgba(237, 237, 237, 1);
}

.direct-block .abt-list h5 {
    font-family: Gotham;
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.direct-block .abt-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Gotham;
    font-size: 20px;
    font-weight: 400;
    line-height: 49px;
}

/* .direct-block .abt-list ul li span {
    flex: 0 0 50%;
} */

.close{
    color:rgba(203, 32, 39, 1);
}

.direct-block .services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    max-width: 1340px;
    margin: 50px auto auto;
}

.direct-block .services a {
    flex: 0 0 48.8%;
    background: rgba(167, 195, 181, 0.25);
    padding: 30px 40px;
    color: rgba(167, 195, 181, 1);
    font-family: Gotham;
    font-weight: 500;
}
.direct-block .services a:hover {
    background-color: #000;
    color: #fff;
}
.dirctdetail-content nav{
    margin-bottom: 0;
}

.live_content {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 500px;
    margin-bottom: 20px;
    margin-top: 80px;
    max-width: 920px;
    margin: auto;
    border-radius: 10px;
}

.video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: rgba(167, 195, 181, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.slider-block p {
    margin: 0;
}
.drecrty_srech {
    margin-top: 0;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(167, 195, 181, 0) 0%, rgba(167, 195, 181, 0.5) 51.5%, rgba(167, 195, 181, 0) 100%);
    border-image-slice: 1;
    padding-bottom: 20px;
}

.med_spas_right {
    position: sticky;
    top: 0;
}
.video-thumb a {
    font-family: Gotham;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
/* 1 april */
.service_section {
    position: relative;
}
.service_section .elementor-widget-image {
    position: relative;
}
.service_section .elementor-widget-image:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(https://medspaguru.com/wp-content/uploads/2024/03/partners_lr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    animation: animName 15s linear infinite;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.service_section .elementor-widget-container>a:after
{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(167, 195, 181, 0) 0%, #A7C3B5 100%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 99;
}

/* .medspa_service .elementor-widget-image:hover{
    transform: scale(1.2);
    
} */
.medspa_service .elementor-widget-image{
	overflow: hidden;
}
.medspa_service:hover .elementor-widget-image:before ,.service_section:hover .elementor-widget-image:after{
   opacity: 1; 
}
.medspa_service:hover .elementor-widget-heading h2 {
    color: #A7C3B5!important;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.service_section:hover .elementor-widget-image:before ,.service_section:hover .elementor-widget-container>a:after{
   opacity: 1; 
}
.service_section:hover .elementor-widget-heading h2 {
    color: #A7C3B5!important;
}
.deal_offer p{
    color:#fff !important;
}
.elementor-102 .elementor-element.elementor-element-54db28d img {
    border-style: none;
    box-shadow: none;
}
.process_img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex !important;
    align-items: center!important;
    justify-content: center!important;
    align-self: center!important;
    margin: 0 auto 30px;
    box-shadow: 0px 15px 44px 0px #A7C3B540;
    background-color: #fff;
}

.process_img .elementor-widget-container {
    height: auto;
    background: none;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.process_img .elementor-widget-container {
    height: auto!important;
    background: transparent!important;
}
.list_img .elementor-widget-container {
    min-width: 100px;
    min-height: 100px;
    border-radius: 100%;
    background-color: #A7C3B51A;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 15px;
    height: auto!important;
}

.list_img .elementor-widget-container:hover {
    background-color: #A7C3B5;
    box-shadow: 0px 15px 24px 0px #A7C3B573;
}
.list_img .elementor-widget-container:hover img {
    filter: brightness(0) invert(1);
}
.become_partner h2 {
    position: relative;
}

.become_partner h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 16%;
    height: 1px;
    background-color: #A7C3B5;
}

/* ===================== Blog page css ========================== */
[data-aos^=fade][data-aos^=fade]{
    opacity:inherit!important;
}
.blog_text {
    max-width: 1105px;
    margin: auto;
}

.blogs_wrapper .blog_list {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(237, 237, 237, 1);
    margin-bottom: 25px;
}

.blogs_wrapper .blog_list_img {
    flex: 0 0 30%;
    position: relative;
}

.blogs_wrapper .blog-data {
    flex: 0 0 70%;
    padding: 40px;
}

.blogs_wrapper .med-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.blogs_wrapper .med-icon img {
    height: auto !important;
    width: auto !important;

}

.blogs_wrapper .rec_date strong {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.31px;
    text-align: left;
    color: rgba(69, 69, 69, 1);
}

.blogs_wrapper h5 a {
    font-size: 32px;
    font-weight: 400;
    line-height: 36.35px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin: 20px 0px 0px;
    display: inline-block;
}
.recent-post ul li a:hover,
.blogs_wrapper h5 a:hover {
    color: #A7C3B5;
}

.blogs_wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(130, 130, 130, 1);
}

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

.blogs_wrapper .blog_list:hover {
    box-shadow: 0px 15px 44px 0px rgba(167, 195, 181, 0.25);
}

.blogs_wrapper .med-icon span {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #000;
}

.pagenavigation_wreap .pagination {
    justify-content: center;
    gap: 10px;
}

.pagenavigation_wreap .pagination li .page-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #E1E1E1;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #202125;
}

.pagenavigation_wreap .pagination li.active .page-link {
    background: rgba(167, 195, 181, 1);
    color: #fff;
    border-color: rgba(167, 195, 181, 1);
}

.pagenavigation_wreap {
    margin-top: 50px;
}

.pagenavigation_wreap .pagination li .page-link:hover {
    background-color: #A7C3B540;
    border-color: #fff;
    color: #202125;
}
.blogs_wrapper .blog-data .rec_date {
    line-height: 1;
}
.blogs_side .info_list,
.blogs_side .recent-post,.category-text {
    border: 1px solid rgba(237, 237, 237, 1);
}

.blogs_side h5 {
    background: rgba(167, 195, 181, 1);
    color: #fff;
    padding: 20px;
    font-family: 'Gotham';
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    margin: 0;
}

.blogs_side .blog_inp {
    margin: 30px;
}

.blogs_side {
    display: flex;
    gap: 40px;
    flex-direction: column;
    padding-left: 40px;
}

.category-text{
    padding: 30px;
}

.category-text li a {
    font-family: Gotham;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: rgba(130, 130, 130, 1);
}
.category-text li a:hover {
    color: #000;
}
.blogs_side .blog_inp input {
    border: 1px solid rgba(237, 237, 237, 1);
    padding: 20px;
    height: auto;
}

.blogs_side .blog_inp input {
    border: 1px solid rgba(237, 237, 237, 1);
    padding: 20px;
    height: auto;
}

.recent-post ul li {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(237, 237, 237, 1);
    padding: 30px;
    align-items: center;
}

.re_post img{
    height: 100%;
    width: 100%;
}

.recent-post ul li:last-child{
    border: 0;
}

.re_post {
    width: 30%;
}

.recent_text {
    width: 70%;
}

.recent-post ul li span {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 300;
    line-height: 15.31px;
    text-align: left;
    display: inline-block;
}

.recent-post ul li a {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    display: inline-block;
    color: rgba(0, 0, 0, 1);
}

.prv_next_wreap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 35px 0;
}

.prv_next_wreap ul li .btn {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 22px;
    font-weight: 400;
    color: rgba(167, 195, 181, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

.prv_next_wreap ul li.active .btn {
    color: #CED6DB;
}

.blog-detail .rec_date {
    font-family: Gotham;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.31px;
    text-align: left;
    margin: 50px 0px 20px;
}

.blog-detail h3{
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
}

.blog_md {
    background: rgba(167, 195, 181, 0.2);
    padding: 25px 30px;
    position: relative;
    margin: 40px 0;
}

.blog_md h6 {
    font-weight: 400;
    line-height: 1.2;
    font-family: Kanit;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}

.blog-detail .recent_text p {
    font-family: Gotham;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}


.blog_md::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background:rgba(167, 195, 181, 1);
}

.blog-detail .recent_text {
    width: 100%;
}

.re_postimg img {
    width: 100%;
}

.blog-detail .headr_socail h6 {
    font-family: Gotham;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    color: rgba(3, 7, 34, 1);
    margin: 0;
}

.blog-detail .headr_socail {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 60px;
}

.blog-detail .list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 280px;
    margin: 10px 20px;
}

.blog-detail .list-wrap li {
    border-right: 1px solid rgba(237, 237, 237, 1);
    padding: 10px 20px;
}

.blog-detail .list-wrap li:last-child {
    border: 0;
}

.blog-detail .list-wrap li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000;
}

.blog-detail .fit_text .recent_text {
    width: 70%;
}
/* footer.footer_wrapper > .container {
    width: 1440px!important;
}
footer.footer_wrapper .footer_bt .container {
    max-width: 1600px!important;
    width: 1600px!important;
} */
/* footer.footer_wrapper .footer_logo img {
    max-width: 1100px!important;
} */
/* footer.footer_wrapper .footer_logo {
    text-align: right!important;
} */


h6,strong{
	font-weight:500px;
}
.process_point {
    position: relative!important;
}

.process_point:after {
    position: absolute!important;
    content: "";
    left: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    background-image: url(https://medspaguru.com/wp-content/uploads/2024/04/Vector-1-3.webp)!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    background-size: contain!important;
    z-index: -1!important;
}
.about_description {
    position: relative!important;
}

.about_description:after {
    position: absolute!important;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 150%;
    background-image: url(https://medspaguru.com/wp-content/uploads/2024/04/whovector.webp)!important;
    background-repeat: no-repeat;
    background-position:cover;
    background-size: contain;
    z-index: -1;
}
.input-group-addon.lp-border.lp-where,.input-group-addon.lp-border {
    display: none;
}
input.lp-search-form-submit.btn.cta {
    background: #fff!important;
    color: #000!important;
    font-size: 16px;
}
.lp-grid-box-contianer.grid_view2.listing-grid-view2-outer .lp-grid-box-thumb-container {
    height:200px!important;
}
 .lp-header-search .lp-search-form-submit{
     background:#A7C3B5!important;
 }
.banner_wreap.banner_inner.bg_img.direct-bnr .archive-search .col-md-12 .lp-header-search-form {
    width: 100%;
}
.banner_wreap.banner_inner.bg_img.direct-bnr form.form-inline {
    display: flex!important;
	gap:15px;
}
.banner_wreap.banner_inner.bg_img.direct-bnr form.form-inline .form-group .lp-search-bar-right {
    background: transparent;
}
 .banner_wreap form.form-inline .select-filter {
    background: rgba(189, 214, 202, 1);
}
.banner_wreap form.form-inline input.lp-search-form-submit.btn.cta {
    height: 100%;
    margin-left: 10px;
}
.form-group.find_spa_btn {
    width:auto!important;
}
.post-meta-info {
    padding-top: 0px!important;
    padding-bottom:0px!important;
}
.hidden_fees p{
    font-family: Gotham!important;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color:#fff;
}

.elementor-1773 .elementor-element.elementor-element-bb776a7 .elementor-button {
    font-weight: 400;
    fill: #ffff;
    color: #ffff;
    background-color: #ffff;
}

.hidden_cont_btn span.elementor-button-text {
    color: #000!important;
}
.book_section{
    background: linear-gradient(180deg, rgba(167, 195, 181, 0.15) 0%, rgba(167, 195, 181, 0) 100%);

}
.demand_cont {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 20px auto 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #A7C3B5;
}
.medspa_service .elementor-widget-image img {
    transition: all 0.4s ease-in-out;
}
.medspa_service .elementor-widget-image:hover img {
    transform: scale(1.2);
}
.lp-logo {
    text-align: center;
}



footer.footer_wrapper .footer_bt .container {
    max-width: 1600px;
}
footer.footer_wrapper .footer_logo img {
    max-width: 800px;
}
footer.footer_wrapper .footer_logo {
    text-align: center;
}
.page-id-1689 .contact-info {
padding-left: 0; 
}
.elementor-element.elementor-element-15c51ad.e-con-full.e-flex.e-con.e-child {
    background-color: #fff;
    box-shadow: 0px 15px 44px 0px #A7C3B540;
    margin-right: -50px;
}
.col-lg-12.send_btn {
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
}
.send_btn input.wpcf7-form-control.wpcf7-submit.has-spinner{
    width:200px;
  
}
.premium_btn span.elementor-button-text {
    color: #A7C3B5;
}
.list_premium_price h2 {
    color: white;
}
.lip_filler_text,.text2,.text3,.text4{
	display:none;
}
.hair_removal_content .elementor-accordion-title,.lip_filler_content .elementor-accordion-title,.vegas_spa_content .elementor-accordion-title{
    font-family:FONTSPRING !important;
}
.payment_page_medspa button.lp_payment_step_next.firstStep {
    background-color: #A7C3B5!important;
}
.become_content.aos-init.aos-animate h2 {
    font-family: FONTSPRING DEMO - The Seasons!important;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: 0.03em;
    text-align: left;
    color:#000000;

}
.become_content.aos-init.aos-animate h4 {
    font-family: FONTSPRING DEMO - The Seasons!important;
    font-style: normal;
    font-weight: 400;
    color: #000;
    transition: all 0.4s ease-in-out;
    font-size:28px;
}
.subscribe_deals h2 {
    color: #fff;
    font-family:FONTSPRING DEMO - The Seasons!important;
    font-size:60px;
    font-weight:700px!important;
}
.subscribe_deals p {
    color: #fff;
    font-family: Gotham;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;

}
.aesthetic_content.text-22 h2 {
    font-family:'Gotham';
    font-style: normal;
    font-weight: 400;
    color: #000;
    transition: all 0.4s ease-in-out;
    font-size: 60px!important;
}
section.aliceblue.listing-second-view.change {
    background: #fff;
}

section.aliceblue.listing-second-view ol.breadcrumb {
    margin-bottom: 60px;
}
footer.footer_wrapper {
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.05);
}
div#request-modal {
    top: 20%;
}
div#request-modal button.btn.cta {
    margin-top:20px;
}

div#request-modal button.btn-close {
    padding: 1.25em 2.25em;
}

@media only screen and (min-width: 575px) { 
/* .container > .e-con-inner,.container .e-child > .e-con-inner {
    max-width: 540px!important;
} */

.container > .e-con-inner, .container .e-child > .e-con-inner {
    max-width: 100%!important;
}
	footer.footer_wrapper .footer_logo img {
    max-width: 340px;
}
}
@media only screen and (min-width: 768px) { 
.container > .e-con-inner,.container .e-child > .e-con-inner  {
    max-width: 720px!important;
}
	footer.footer_wrapper .footer_logo img {
    max-width: 500px;
}

}
@media only screen and (min-width: 992px) { 
.container > .e-con-inner,.container .e-child > .e-con-inner  {
    max-width: 960px!important;
}

}
@media only screen and (max-width: 1199px) {
footer.footer_wrapper .footer_logo img {
    max-width: 700px;
}
}
@media only screen and (min-width: 1200px) { 
.container > .e-con-inner ,.container .e-child > .e-con-inner {
    max-width: 1140px!important;
}
}
@media only screen and (min-width: 1400px) { 
.container > .e-con-inner ,.container .e-child > .e-con-inner {
    max-width: 1320px!important;
}
	footer.footer_wrapper .container ,section.subscribe_wrapper .container,
    .become_wrapper .container,
    .lp-section .container,.container.single_listing{
        max-width: 1320px;
        width: 100%;
}
	footer.footer_wrapper .footer_bt .container {
    max-width: 1400px;
    width: 100%;
}
}
@media only screen and (min-width: 1599px) {
footer.footer_wrapper .container,section.subscribe_wrapper .container,
.become_wrapper .container,
.lp-section .container,.container.single_listing {
        max-width: 1440px;
        width: 100%;
}
}
@media only screen and (min-width: 1599px) { 
.container > .e-con-inner,.container .e-child > .e-con-inner  {
    max-width: 1440px!important;
}
}
@media only screen and (min-width: 1600px) {
footer.footer_wrapper .footer_bt .container {
    max-width: 1600px;
    /* padding: 30px; */
    width: 100%;
}
}
@media only screen and (min-width: 1400px) {
footer.footer_wrapper .footer_bt .container {
    max-width: 1400px;
    width: 100%;
}
}
@media only screen and (min-width: 1600px) {
footer.footer_wrapper .footer_bt .container {
    max-width: 1600px;
    /* padding: 30px; */
    width: 100%;
}
}
@media only screen and (max-width: 1199px) {
footer.footer_wrapper .footer_logo img {
    max-width: 700px;
}
}

@media only screen and (max-width: 767px) {
    .process_img {
        height: 80px;
        width: 80px;
        padding: 20px;
    }
    
    .process_img img {
        margin: 0px;
    }
    
    .process_img .elementor-widget-container {
        margin: 0px !important;
    }
    
footer.footer_wrapper .footer_logo img {
    max-width: 500px;
}
	.aesthetic_content.text-22 h2 {
      font-size: 32px!important;
}
}
@media only screen and (max-width: 575px) {
    .banner_wreap {
        background-attachment: scroll;
    }
footer.footer_wrapper .footer_logo img {
    max-width: 340px;
}
	.botox_text p{
	font-family: Gotham!important;
    font-size: 15px;
    font-weight: 400;
    line-height:24px;
     color:#fff!important;
}

	.demand_grid {
		gap: 30px!important;
	}

	.demand_cont {
		width: 160px!important;
		height: 160px!important;
	}

	.demand_cont span {font-size: 13px!important;}

	.demand_cont strong, .demand_cont h3 {
		font-size: 30px!important;
	}

	
	.pricing_grid {
		margin-top: 30px;
		gap: 20px;
	}

	.pricing_list {
		padding: 25px;
	}

	.pricing_list ul li {
		font-size: 16px;
		margin-bottom: 18px;
	}
}

.lp-header-search-form .select-filter
{
	margin-right:0 !important;
}
