@font-face {
    font-family: "Avegas Royale";
    src: url("fonts/AvegasRoyale-Regular.woff2") format("woff2"),
        url("AvegasRoyale-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avegas Royale";
    src: url("fonts/AvegasRoyale-Bold.woff2") format("woff2"),
        url("AvegasRoyale-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background: #fffcf8;
    font-family: "Montserrat";
}

button {
    white-space: inherit;
}

/* Link Styling */
a,
a:active,
a:visited {
    color: #0000fd;
}

a:hover {
    color: #ffd700;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-bottom: 1rem;
}

.my-2 {
    margin-bottom: 2rem;
}

.my-3 {
    margin-bottom: 3rem;
}

.my-4 {
    margin-bottom: 4rem;
}

.py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

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

/* Heading H1-H6 Styling */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Avegas Royale";
    color: #1e1e1e;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: normal;
}

h1 {
    font-size: 52px;
    line-height: 1.2;
}

h2 {
    font-size: 48px;
    line-height: 1.3;
}

h3 {
    font-size: 32px;
    line-height: 1.4;
}

h4 {
    font-size: 24px;
    line-height: 1.5;
}

h5 {
    font-size: 22px;
    line-height: 1.6;
}

h6 {
    font-size: 20px;
    line-height: 1.2;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 20px;
}

.about_page .top_banner .content {
    padding: 2.5rem 0 3rem 0;
}

.about_page .top_banner .btn_wrap a {
    margin-right: 1rem;
}

.grey_btn {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 21px 38px;
    color: #fff !important;
    font-family: Avegas Royale;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.grey_btn:hover {
    background: #000;
    color: #fff;
}

.container-fluid {
    padding: 10px;
    max-width: 1500px;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.text-white {
    color: #fff;
}

.grey-text {
    color: #aeaeae;
}

.text-cener {
    text-align: center;
}

/****###########  SECOND BANNER CSS  ############*********/

.img-banner {
    padding: 50px 0 0 0;
}

/****###########  Header CSS  ############*********/
header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header_wrap {
    display: flex;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #5a5a5a;
    background: #161616;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 24px 20px;
}

header.hd_stick .header_wrap {
    background: rgb(0 0 0 / 89%);
}

.logo_wrap a {
    display: inline-flex;
    height: 48px;
    align-items: center;
}

.logo_wrap {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #5a5a5a;
    display: flex;
    align-items: center;
}

.header_wrap .phone_wrap {
    margin-left: auto;
}

.header_wrap .phone_wrap a {
    display: flex;
    color: #fff;
    border-radius: 12px;
    border: 1px solid #5a5a5a;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 24px 10px 16px;
}

.header_wrap .phone_wrap a:hover {
    background: #908f8b;
    border-color: transparent;
}

.header_wrap .phone_wrap a img {
    margin-right: 3px;
}

.header_wrap .phone_wrap a:hover {
    background: #908f8b;
    border-color: transparent;
}

.hm_banner a.gold_btn {
    padding-right: 55px;
    position: relative;
}

.gold_heading span {
    background: linear-gradient(270deg,
        #a77c2c 10.73%,
        #f1e89c 53.92%,
        #a77c2c 99.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.gold_btn {
    border-radius: 100px;
    background: linear-gradient(94deg, #ab8132 0%, #eee397 51.56%, #ab8132 100%);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 21px 28px;
    color: #000;
    font-family: Avegas Royale;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    min-width: 264px;
}

a.gold_btn:hover {
    color: #fff;
}

a.gold_btn:before {
    content: "";
    border-radius: 100px;
    background: linear-gradient(94deg, #eee397 0%, #ab8132 51.56%, #eee397 100%);
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

a.gold_btn:hover:before {
    opacity: 1;
}

#menu-main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-main-menu li {
    position: relative;
    list-style: none;
    padding-right: 64px;
}

#menu-main-menu li ul {
    display: none;
    opacity: 0;
    background: #161616;
    position: absolute;
    top: 60px;
    padding: 0;
    border: 1px solid #5a5a5a;
    min-width: 300px;
    border-radius: 10px;
}

#menu-main-menu li:hover ul {
    display: block;
    opacity: 1;
}

#menu-main-menu li a {
    color: #fff;
}

#menu-main-menu li>a {
    padding: 39px 0;
}

#menu-main-menu li.menu-item-has-children>a:after {
    content: url(/wp-content/uploads/2023/10/arrow-drop-down-svgrepo-com-1.png);
    position: absolute;
}

#menu-main-menu li a:hover,
#menu-main-menu li.current-menu-item a {
    color: #e0b763;
}

#menu-main-menu li ul li {
    padding-right: 0;
}

#menu-main-menu li ul li a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #5a5a5a;
}

/****###########  Home CSS  ############*********/
.hm_banner_wrap {
    margin: 10px;
    position: relative;
}

.hm_banner_wrap:before {
    content: "";
    border-radius: 32px;
    background: #0a0a0a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 74px);
}

.hm_banner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-gap: 30px;
}

.hm_banner .left_section {
    padding-top: 40px;
}

.hm_banner h1 {
    font-size: 48px;
    color: #fff;
}

.hm_banner .img_wrap img {
    max-width: 488px;
    border: 4px solid rgba(90, 90, 90, 0.2);
    box-shadow: 0px 4px 135px 0px rgb(0 0 0 / 34%);
    border-radius: 1000px 1000px 132px 132px;
    width: 100%;
}

.hm_banner a.gold_btn:after {
    content: "";
    background: url("/wp-content/uploads/2023/10/arrow-right-up-svgrepo-com-1.png") no-repeat scroll center / 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 25px;
    top: 16px;
    transition: 0.3s;
}

.hm_banner a.gold_btn:hover:after {
    filter: invert(1);
}

.hm_banner .content {
    max-width: 560px;
}

.hm_banner .content p {
    color: #aeaeae;
}

ul.banner_info {
    list-style: none;
    padding: 0;
    margin-top: 4rem;
}

ul.banner_info li {
    color: #fff;
    display: inline-block;
    margin-right: 30px;
}

ul.banner_info li strong {
    font-family: Avegas Royale;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

ul.banner_info li span {
    color: #aeaeae;
    display: block;
    line-height: 1.3;
    font-weight: normal;
}

.hm_treatment_wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
    max-width: 970px;
    margin: 6rem auto;
    grid-gap: 100px;
    align-items: center;
    position: relative;
}

.hm_treatment_wrap .plan_box {
    position: relative;
}

.hm_treatment_wrap:nth-child(2n) .plan_box:before {
    content: "";
    background: url(/wp-content/uploads/2023/10/Group-44.png) no-repeat scroll center / 55px;
    width: 55px;
    height: 80px;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: -1;
}

.hm_treatment_wrap:nth-child(2n -1) .plan_box:before {
    content: "";
    background: url(/wp-content/uploads/2023/10/Group-44.png) no-repeat scroll center / 55px;
    width: 55px;
    height: 80px;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
}

.black_btn,
.white_btn {
    border-radius: 100px;
    background: #1e1e1e;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    color: #fff !important;
    position: relative;
    padding: 10px 44px 10px 24px;
    transition: 0.3s;
    margin: 10px 5px;
    font-weight: 600;
}

.black_btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/wp-content/uploads/2023/10/arrow-right-svgrepo-com-1.png") no-repeat scroll center right 17px;
}

.black_btn:hover {
    background: #fff;
    color: #000 !important;
}

.black_btn:hover:before {
    filter: invert(1);
}

.white_btn {
    padding: 10px 24px;
    color: #000 !important;
    background: #fff;
}

.white_btn:hover {
    color: #fff !important;
    background: #000;
}

.hm_treatment_wrap .plan_box {
    border-radius: 45px 45px 32px 32px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
    width: 270px;
}

.hm_treatment_wrap .plan_box .content {
    padding: 24px;
    margin-top: -40px;
    color: #595959;
}

.hm_treatment_wrap .plan_box .content p:first-child {
    margin-bottom: 5px;
}

.hm_treatment_wrap .plan_box .content strong {
    color: #1e1e1e;
    display: block;
}

.hm_treatment_wrap .content ul {
    list-style: inside;
    padding: 0;
}

.hm_treatment_wrap .content ul ul {
    padding-left: 12px;
}

.hm_treatment_wrap .content {
    margin-bottom: 1.5rem;
}

.hm_treatment_wrap h3 {
    font-family: "Montserrat";
}

.hm_setsapart {
    padding: 5rem 0;
    margin: 10px;
    position: relative;
    color: #fff;
}

.hm_setsapart h3 {
    color: #fff;
}

.hm_setsapart:before {
    content: "";
    border-radius: 32px;
    background: #0a0a0a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 240px);
    z-index: -1;
}

.hm_setsapart h4 {
    color: #aeaeae;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 0;
}

.hm_setsapart h2 {
    color: #fff;
}

.hm_setsapart .content {
    color: #aeaeae;
    text-align: center;
    margin: 3rem 0 1rem 0;
}

.hm_setsapart ul {
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 20px;
}

.hm_setsapart ul li {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
    background: url(/wp-content/uploads/2023/10/Rectangle-15.png) no-repeat scroll center / cover;
    padding: 78px 20px;
    border-radius: 24px;
    position: relative;
}

.hm_setsapart ul li:hover {
    background: none;
}

.hm_setsapart ul li:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 53.65%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 24px;
    z-index: 0;
}

.hm_setsapart ul li:hover:before {
    display: none;
}

.hm_setsapart h3 {
    color: #e0b763;
    line-height: 1;
    font-size: 32px;
    letter-spacing: normal;
    position: relative;
}

.setsapart_wrap {
    padding-top: 3rem;
}

.setsapart_wrap p {
    color: #595959;
    position: relative;
}

.setsapart_wrap .icon_wrap {
    margin-bottom: 48px;
    position: relative;
}

.setsapart_wrap .img_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 24px 24px;
    transition: 0.6s;
    opacity: 0;
}

.hm_setsapart ul li .img_wrap:before {
    content: "";
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) 0%,
        #1e1e1e 53.65%);
    width: 100%;
    height: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 24px;
    z-index: 0;
}

.hm_setsapart ul li:hover .img_wrap {
    opacity: 1;
}

.setsapart_wrap .img_wrap img {
    border-radius: 24px 24px;
    height: 100%;
    object-fit: cover;
}

.hm_setsapart ul li:hover .icon_wrap {
    visibility: hidden;
}

.hm_setsapart ul li:hover p {
    color: #fff;
    z-index: 1;
}

.hm_setsapart ul li:hover h3 {
    z-index: 1;
}

.hm_setsapart ul li .content_wrap {
    transition: 0.5s;
    position: relative;
    top: 0;
}

.hm_setsapart ul li:hover .content_wrap {
    top: 30px;
}

.hm_team {
    padding-top: 4rem;
}

.hm_team .hd_wrap {
    position: relative;
}

.hm_team .hd_wrap:before,
.hm_team .hd_wrap:after {
    content: "";
    background: url(/wp-content/uploads/2023/10/Group-39.png) no-repeat scroll center;
    width: 100px;
    height: 60px;
    position: absolute;
    left: 0;
    top: -10px;
}

.hm_team .hd_wrap:after {
    left: unset;
    right: 0;
    transform: rotate(90deg);
    top: -50px;
}

.hm_team ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    list-style: none;
    text-align: center;
}

.hm_team ul li {
    width: calc(25% - 60px);
    margin: 30px 30px;
}

.team_person h3 {
    color: #1e1e1e;
    font-family: Montserrat;
    font-size: 24px;
    margin: 50px 0 10px 0;
    letter-spacing: normal;
}

.team_person .desig {
    color: #595959;
}

.team_person .img_wrap {
    background: #333333;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.team_person .img_wrap img {
    border-radius: 12px;
}

.team_person .img_wrap:before {
    content: "";
    background: #e0b763 url(/wp-content/uploads/2023/11/plussign.svg) no-repeat scroll center;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 8px;
    left: -30px;
    bottom: -30px;
}

.hm_testimonial {
    padding: 7rem 0;
}

.hm_testimonial .hd_wrap {
    padding-bottom: 90px;
}

.testimonial_slider {
    text-align: center;
    list-style: none;
    position: relative;
    padding: 0;
}

.testimonial_slider .img_wrap img {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px auto 40px auto;
}

.testimonial_slider .img_wrap svg {
    margin-bottom: 24px;
}

.test_slide .content_wrap hr {
    margin: 3rem auto;
    max-width: 360px;
    border: 1px solid #e0b763 !important;
}

.test_slide .content_wrap {
    color: #1e1e1e;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.test_slide .content_wrap h3 {
    font-family: montserrat;
    font-style: normal;
    padding-bottom: 60px;
}

.test_slide .content {
    max-width: 748px;
    margin: 0 auto;
}

.test_slide {
    position: relative;
}

.test_slide:before {
    content: "";
    background: #fefae1;
    width: 480px;
    height: 480px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: 60px;
    height: 100%;
}

.testimonial_slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
}

.testimonial_slider .owl-nav button {
    position: 0;
}

.testimonial_slider .owl-nav button {
    background: none !important;
    outline: none !important;
    border: none !important;
}

.testimonial_slider .owl-nav button:hover {
    opacity: 0.5;
}

.testimonial_slider .owl-dots {
    margin-top: 50px;
}

.testimonial_slider .owl-dots .owl-dot {
    background: none !important;
    outline: none !important;
    border: none !important;
}

.testimonial_slider .owl-dots .owl-dot.active span {
    background: #e0b763 !important;
}

.testimonial_slider .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
}

.hm_testimonial .hd_wrap h2 {
    position: relative;
}

.hm_testimonial .hd_wrap h2 span {
    position: relative;
    display: inline-block;
    background: #fffcf8;
    padding: 0 50px;
}

.hm_testimonial .hd_wrap h2:before {
    content: "";
    width: 100%;
    max-width: 750px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    background: #000;
    margin: 0 auto;
}

.hm_testimonialinner {
    position: relative;
}

.hm_testimonialinner:before,
.hm_testimonialinner:after {
    content: "";
    background: url(/wp-content/uploads/2023/10/Group-44.png) no-repeat scroll center;
    width: 55px;
    height: 80px;
    position: absolute;
    top: 100px;
    left: 0;
}

.hm_testimonialinner:after {
    left: unset;
    right: 0;
    transform: rotate(90deg);
    top: unset;
    bottom: 0;
}

.hm_faq .hd_wrap {
    margin-bottom: 4rem;
}

.hm_faq .hd_wrap h2 {
    margin-bottom: 3rem;
}

.accordion .accordion-item {
    border-radius: 24px;
    border: 2px solid #e3e3e3;
    margin: 20px 0;
    padding: 40px;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button[aria-expanded="true"] .icon::before {
    transform: rotate(180deg);
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 0 1.5em 0 0;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 600;
    display: block;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
}

.accordion button .icon::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2023/11/arrow-up.png) no-repeat scroll center;
}

.accordion button .icon::after {
    display: block;
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 15em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0 0em 0;
}

.hm_form {
    margin: 5rem 10px 10px 10px;
    background: url("/wp-content/uploads/2023/10/Rectangle-25.jpg") no-repeat scroll center / cover;
    padding: 100px 0;
    border-radius: 32px;
    position: relative;
    z-index: 2;
}

.hm_formwrap {
    display: grid;
    grid-template-columns: 470px 1fr;
    grid-gap: 40px;
}

.hm_formwrap .accordion button .accordion-title {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.hm_formwrap .accordion button .accordion-title img {
    margin-right: 10px;
}

.hm_formwrap .accordion .accordion-item {
    border: 0;
    padding: 0;
}

.hm_formwrap .accordion button .icon::before {
    filter: invert(1);
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 0px -1px;
}

.hm_formwrap .accordion button span.icon {
    position: relative;
    top: -7px;
}

.hm_formwrap .accordion-item,
.hm_formwrap .accordion-item a {
    color: #9b9b9b;
}

.hm_formwrap .accordion-item a {
    text-decoration: underline;
}

.ct_form h2,
.ct_form .short_line {
    color: #aeaeae;
}

.ct_form .short_line {
    margin-bottom: 40px;
}

.hm_form .left_details {
    padding-top: 50px;
}

.formfield_wrap input[type="text"],
.formfield_wrap input[type="email"],
.formfield_wrap textarea {
    background: no-repeat;
    border: 0 !important;
    border-bottom: 1px solid #707070 !important;
    border-radius: 0 !important;
}

.formfield_wrap input,
.formfield_wrap textarea {
    padding: 10px 10px;
    max-height: 80px;
    color: #fff;
}

.formfield_wrap input:focus,
.formfield_wrap textarea:focus {
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #707070 !important;
}

.ct_form {
    border-radius: 32px;
    border: 4px solid rgba(90, 90, 90, 0.2);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    padding: 5rem;
}

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

.formfield_wrap .form_field {
    width: calc(50% - 20px);
    margin: 10px;
}

.formfield_wrap .form_field.full_field {
    width: 100%;
}

.submit_btn {
    border: 0;
    max-height: unset !important;
    position: relative;
    border-radius: 100px;
    background: linear-gradient(94deg, #ab8132 0%, #eee397 51.56%, #ab8132 100%);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 264px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 0;
}

.submit_btn:before {
    content: "";
    border-radius: 100px;
    background: linear-gradient(94deg, #eee397 0%, #ab8132 51.56%, #eee397 100%);
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.submit_btn input {
    padding: 20px 28px 20px 32px;
    border: 0 !important;
    background: none !important;
    width: 100%;
    color: #000 !important;
    font-family: Avegas Royale;
    font-size: 20px;
    font-weight: bold !important;
    z-index: 1;
    position: relative;
}

.submit_btn:hover:before {
    opacity: 1;
}

.submit_btn input:focus {
    border: 0 !important;
}

.submit_btn span.wpcf7-spinner {
    position: absolute;
}

.submit_btn p {
    margin: 0;
    width: 100%;
    height: 100%;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
}

footer {
    background: #070707;
    padding: 5rem 0 3rem 0;
    position: relative;
}

footer:before,
footer:after {
    content: "";
    background: url("/wp-content/uploads/2023/11/black_curve.png") no-repeat scroll center left;
    background-size: 40px;
    width: 40px;
    height: 53px;
    position: absolute;
    left: 0;
    top: -48px;
    border-radius: 0;
}

footer:after {
    background: url("/wp-content/uploads/2023/11/black_curve_right.png") no-repeat scroll center right;
    background-size: 40px;
    left: unset;
    right: 0;
}

footer .footer_area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #282828;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

footer .footer_area .footer_title {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
}

footer .footer_area .menu {
    list-style: none;
    padding: 0;
}

footer .footer_area .menu li a {
    color: #aeaeae;
    padding: 10px 0;
    display: block;
}

footer .footer_area .menu li a:hover {
    color: #e0b763;
}

.footer_copyarea ul.social {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.footer_copyarea ul.social li {
    margin: 0 15px;
}

.footer_copyarea img:hover {
    filter: invert(70%) sepia(138%) saturate(190%) hue-rotate(3deg) brightness(164%) contrast(94%);
    opacity: 1;
}

.footer_copyarea .copy_line {
    text-align: center;
    color: #aeaeae;
    margin-top: 20px;
}

.footer_email .form_field,
.ct_newsletter .form_field {
    width: 100%;
    margin: 0;
    position: relative;
}

.footer_email .form_field input[type="email"],
.ct_newsletter .form_field input[type="email"] {
    background: #fff;
    border-radius: 30px !important;
    border: 0 !important;
    color: #000;
    padding: 20px 50px 20px 20px;
}

.footer_email .form_field input[type="submit"] {
    position: absolute;
    top: 0px;
    width: auto;
    right: 0;
    border: 0 !important;
    outline: 0 !important;
    background: url(/wp-content/uploads/2023/10/arrow-right-circle-svgrepo-com-1.png) no-repeat scroll center right 10px / 40px !important;
    font-size: 0;
    padding: 30px 30px;
}

/********* About Us Page ***********/
.app_page .hm_form {
    margin-top: 0;
}

.top_banner {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 5rem;
    border-radius: 0px 0px 32px 32px;
}

.top_banner .container {
    max-width: 895px;
}

.mainabtboxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 5rem 0;
}

.mainabtboxes .abtbox {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(116, 116, 116, 0.2);
    position: relative;
    line-height: 1.3;
}

.mainabtboxes .abtbox:nth-child(2n-1) {
    padding: 50px;
}

.mainabtboxes .abtbox.abtimg img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    filter: grayscale(0.7);
}

.mainabtboxes .abtbox.abtimg:before {
    content: "";
    border-radius: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #14110c80;
    z-index: 1;
}

.abtboxes_wrap h2 {
    font-size: 32px;
    margin-top: 0;
}

.mainabtboxes .abtbox p:last-child {
    margin-bottom: 0;
}

.about_center_content {
    padding: 5rem 0 10rem 0;
}

.about_center_content .btn_wrap {
    margin-top: 1.5rem;
}

.about_center_content .content {
    padding: 1.5rem 0;
}

.ct_newsletter {
    max-width: 500px;
    margin: 65px auto 0 auto;
}

.ct_newsletter .form_field input[type="submit"] {
    position: absolute;
    top: 10px;
    width: auto;
    right: 10px;
    border: 0 !important;
    outline: 0 !important;
    padding: 10px 40px;
    background: #e0b763;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 30px;
}

.ct_newsletter .form_field input[type="submit"]:hover {
    background: #000;
}

.blogbox_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 8rem 0 2rem;
}

.blogbox_wrap .img_wrap img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 4px 30px 0px rgba(116, 116, 116, 0.2);
}

.blogbox_wrap h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 25px 0;
}

.blogbox_wrap h2 a {
    color: #000;
}

.blogbox {
    margin-bottom: 4rem;
}

.page-numbers {
    border-radius: 100px;
    border: 1px solid #aeaeae;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #595959 !important;
    font-weight: 600;
    margin: 0 10px;
}

.page-numbers:hover,
.page-numbers.current {
    background: #e0b763;
    color: #fff !important;
    border-color: transparent;
}

.page-numbers:hover img {
    filter: invert(1) brightness(10);
}

.blogs_wrap .pagination {
    margin-bottom: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogbox .date {
    color: #595959;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.5rem;
}

.single_blog .top_banner {
    position: relative;
    height: 450px;
}

.singleblog_wrap .blogbox_wrap {
    padding: 4rem 2rem;
    display: block;
    box-shadow: 0 0 10px #ddd;
    margin: 2rem 0;
    border-radius: 30px;
}

.single_blog .top_banner .container {
    position: relative;
    z-index: 1;
}

.single_blog .top_banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 32px 32px;
}

.single_blog .top_banner .date {
    color: #8f8f8f;
}

.single_blog .top_banner .date img {
    filter: invert(0.5);
    max-width: 16px;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

/**********   Services  ***************/
.service_page .top_banner {
    position: relative;
}

.service_page .container {
    position: relative;
    z-index: 1;
}

.service_page .top_banner .btn_wrap a {
    margin-right: 1rem;
}

.service_page .top_banner .content {
    padding: 2.5rem 0 3rem 0;
}

.service_page .top_banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 32px 32px;
    filter: grayscale(1) brightness(0.15);
}

.service_belowbanner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    padding: 6rem 0;
}

.service_belowbanner .img_wrap {
/*    max-width: 420px;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_belowbanner .img_wrap .icon_wrap {
    position: absolute;
}

.service_belowbanner .img_wrap>img {
    max-width: 420px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 16px;
}

.black_box {
    position: relative;
    padding: 5rem 0 0 0;
}
.black_box:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
    background-size: cover;
    filter: grayscale(1) brightness(0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% - 100px);
    width: 100%;
}

.black_boxinner {
    display: grid;
    grid-template-columns: 600px 1fr;
    color: #aeaeae;
    grid-gap: 100px;
}

.black_boxinner .img_wrap img {
    border-radius: 120px 0px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 60px 0px rgba(3, 3, 3, 0.3);
    width: 100%;
    max-width: 420px;
    height: 500px;
    object-fit: cover;
}

.black_boxinner .img_wrap {
    position: relative;
}

.benefits {
    padding: 5rem 0;
}

.benefits_wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
}

.benefits_list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.benefits_list h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    font-family: Montserrat;
}

.benefits_list li {
    margin-bottom: 30px;
}

.benefits .title_wrap p {
    color: #595959;
    max-width: 660px;
}

.benefits .title_wrap {
    padding-bottom: 4rem;
    position: relative;
}

.benefits .title_wrap:before {
    content: "";
    background: url(/wp-content/uploads/2023/10/Group-39.png) no-repeat scroll center;
    width: 100px;
    height: 60px;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    bottom: 50px;
}

.benefits .container::after {
    content: "";
    background: url(/wp-content/uploads/2023/10/Group-39.png) no-repeat scroll center;
    width: 100px;
    height: 60px;
    position: absolute;
    left: 40px;
    bottom: 50px;
}

.benefits .btn_wrap {
    text-align: center;
    margin-top: 3rem;
}

.therapy_wrap {
    padding: 3rem 0 10rem;
}

.therapy_slider .owl-stage {
    display: flex;
}

.therapy_slider .owl-item {
    margin: 30px;
}

.slide_box {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(116, 116, 116, 0.2);
    padding: 50px;
    height: 100%;
}

/***** Video Popup  ******/
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 700px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mobile_menu {
    display: none;
}

@media (max-width: 1450px) {
    .header_wrap {
        margin: 0 25px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 95%;
    }

    .header_wrap {
        margin: 0 15px;
        padding: 10px 20px;
        border-radius: 15px;
    }

    #menu-main-menu li {
        padding-right: 40px;
    }

    .hm_banner h1 {
        font-size: 35px;
    }

    /*.hm_banner_wrap {
        margin: 0;
    }*/
}

@media only screen and (min-width: 1025px) {
    .img-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .image-banner {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .hm_formwrap {
        grid-template-columns: 1fr;
    }

    .hm_setsapart ul {
        grid-template-columns: 1fr;
    }

    .hm_banner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hm_banner .content {
        margin: 0 auto 40px auto;
    }

    .test_slide .content_wrap {
        margin: 0 70px;
    }

    .hm_treatment_wrap {
        grid-gap: 40px;
    }

    .desktop_menu {
        display: none;
    }

    .header_wrap .phone_wrap {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .header_wrap .phone_wrap a {
        justify-content: center;
        background: rgb(26 26 26);
        border-radius: 10px 10px 0 0;
        border: 0;
    }

    /* header mobile menu */
    .menu-wrap {
        background-color: #131313;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: 0.5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }

    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 300px;
    }

    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 70px;
    }

    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0;
    }

    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgb(255 255 255 / 4%);
        padding: 0;
        list-style: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgb(184 184 184 / 13%);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li>a {
        color: #ffffff;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover {
        background-color: #ffd700;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
        font-weight: 500;
        background-color: #E0B763;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link+.sidebar-menu-arrow::after {
        background-image: url('/wp-content/uploads/2023/10/arrow-drop-down-svgrepo-com-1.png');
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 37px;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
        padding-left: 0;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {
        padding: 0 10px;
        font-size: 16px;
    }

    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 25px;
        background-repeat: no-repeat;
        background-image: url('/wp-content/uploads/2023/10/arrow-drop-down-svgrepo-com-1.png');
        background-position: center;
        height: 40px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(180deg);
        display: block;
    }

    .sidebar-menu-arrow:hover::after {
        background-image: url('/wp-content/uploads/2023/10/arrow-drop-down-svgrepo-com-1.png');
    }

    .menu-sidebar .menu-bar-wrapper li a:hover+.sidebar-menu-arrow::after {
        background-image: url('/wp-content/uploads/2023/10/arrow-drop-down-svgrepo-com-1.png');
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
        background-image: url('/wp-content/uploads/2023/10/arrow-drop-down-svgrepo-com-1.png');
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after {
        display: none;
    }

    /*Hamburger Button*/
    .header-aside-col {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        padding-right: 55px;
    }

    div#mobile-search-bar {
        border-left: none;
        top: 0px;
    }

    header#header .container-fluid {
        padding-right: 0;
        padding-left: 15px;
    }

    .logo-wrapper {
        padding-right: 0;
        margin-right: 0;
    }

    .menu-button:hover {
        cursor: pointer;
    }

    .menu-button {
        height: 40px;
        width: 50px;
        position: fixed;
        top: 17px;
        z-index: 12;
        right: 45px;
        display: block;
        background: #E0B763;
        text-align: center;
        border-radius: 4px;
    }

    .menu-button .menu-bar {
        position: absolute;
        border-radius: 0px;
        width: 26px;
        transition: 0.5s;
        opacity: 1;
        top: 7px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .menu-button .menu-bar-top {
        border: 2px solid #ffffff;
        border-bottom: none;
        top: 10px;
    }

    .menu-button .menu-bar-middle {
        height: 2px;
        background-color: #ffffff;
        margin-top: 3px;
        margin-bottom: 3px;
        top: 16px;
    }

    .menu-button .menu-bar-bottom {
        border: 2px solid #ffffff;
        border-top: none;
        top: 28px;
    }

    .small-menu .menu-button .menu-bar-top {
        border-color: #ffffff;
    }

    .small-menu .menu-button .menu-bar-bottom {
        border-color: #ffffff;
    }

    .small-menu .menu-button .menu-bar-middle {
        background-color: #ffffff;
    }

    .button-open {
        z-index: 16;
    }

    .menu-button.button-open {
        background: none;
        z-index: 13;
        height: 27px;
        width: 27px;
        right: 15px;
        top: 15px;
    }

    .button-open .menu-bar {
        opacity: 1;
    }

    .button-open .menu-bar-top {
        border-color: #fff;
        transform: rotate(45deg) translate(8px, 8px);
        transition: 0.5s;
    }

    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: 0.1s ease-in;
        opacity: 0;
    }

    .button-open .menu-bar-bottom {
        border-color: #fff;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: 0.5s;
        right: 0;
    }

    .menu-button.button-open .menu-bar-top {
        border-color: #ffffff !important;
        width: 100%;
    }

    .menu-button.button-open .menu-bar-bottom {
        border-color: #ffffff !important;
        width: 100%;
    }

    .menu-logo-wrapper {
        width: 50%;
        padding-left: 1rem;
        left: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 274px;
    }

    .menu-logo-wrapper .nav-logo a {
        display: inline-block;
        max-width: 70%;
        margin-bottom: 30px;
    }

    .menu-logo-wrapper .callus-block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .menu-logo-wrapper .callus-block .small-phone-text {
        color: #fff;
    }

    /*mobile menu css end*/

    .mainabtboxes .abtbox:nth-child(2n-1) {
        padding: 2rem;
    }

    .top_banner h1 {
        line-height: 1;
        font-size: 31px;
    }

    .top_banner {
        height: auto;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 3rem;
    }

    .service_belowbanner {
        grid-template-columns: 1fr 1fr;
        padding: 3rem 0;
        grid-gap: 30px;
    }

    .service_belowbanner .img_wrap {
        margin: 0 auto;
    }

    .black_boxinner {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}

@media (max-width: 767px) {
    .hm_team ul li {
        width: calc(50% - 40px);
        margin: 30px 20px;
    }

    h2 {
        font-size: 35px;
    }

    .hm_below_banner {
        padding: 2rem 0;
    }

    .hm_treatment_wrap h3 {
        font-size: 18px;
    }

    .hm_treatment_wrap {
        margin-top: 3rem;
    }

    .hm_banner_wrap .right_section {
        padding-top: 3rem;
    }

    ul.hm_treatment_wrapper {
        padding: 0;
    }

    .accordion button .accordion-title {
        font-size: 18px;
    }

    .accordion .accordion-item {
        padding: 25px 40px;
    }

    .hm_form {
        padding: 30px 0;
        text-align: center;
    }

    .submit_btn {
        margin: 0 auto;
    }

    .hm_faq .hd_wrap h2 {
        margin-bottom: 1rem;
    }

    .hm_faq .hd_wrap {
        margin-bottom: 2rem;
    }

    .hm_testimonial {
        padding: 5rem 0;
    }

    .test_slide .content {
        font-size: 18px;
    }

    .test_slide .content_wrap h3 {
        padding-bottom: 30px;
        font-size: 22px;
    }

    .accordion .accordion-content {
        text-align: left;
    }

    .hm_formwrap .accordion {
        max-width: 290px;
        margin: 0 auto;
    }

    .hm_testimonial .hd_wrap {
        padding-bottom: 3rem;
    }

    footer .footer_area {
        grid-template-columns: 1fr 1fr;
    }

    footer .footer_area .footer_widget:last-child {
        grid-column: 1/4;
    }

    footer .footer_area .footer_widget:first-child {
        grid-column: 1/4;
        text-align: center;
        margin-bottom: 2rem;
    }

    .mainabtboxes {
        grid-template-columns: 1fr;
    }

    .about_center_content {
        padding: 0rem 0 5rem 0;
    }

    .about_center_content .content {
        padding: 0;
    }

    .ct_newsletter {
        margin-top: 2rem;
    }

    .ct_newsletter .form_field input[type="submit"] {
        padding: 10px 15px;
    }

    .blogbox_wrap {
        grid-template-columns: 1fr;
        padding-top: 5rem;
    }

    .blogbox {
        margin-bottom: 3rem;
    }

    .blogs_wrap .pagination {
        margin-bottom: 4rem;
    }

    .header_wrap {
        margin: 0;
    }

    .black_boxinner {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 30px;
    }

    .service_belowbanner {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 30px;
    }

    .benefits_wrapper {
        grid-template-columns: 1fr;
    }

    .benefits .title_wrap {
        text-align: center;
    }

    .benefits_wrapper .img_wrap {
        text-align: center;
    }

    .benefits_list {
        padding: 0;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 30px;
    }

    .hm_banner h1 {
        font-size: 32px;
    }

    .hm_treatment_wrap .plan_box {
        margin: 0 auto;
    }

    .hm_treatment_wrap {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .hm_treatment_wrap h3 {
        text-align: center;
    }

    .hm_treatment_wrap .btn_wrap a {
        width: 100%;
        text-align: center;
        margin: 5px;
    }

    ul.banner_info {
        margin-top: 2rem;
    }

    ul.banner_info li {
        margin: 10px 15px;
    }

    .hm_setsapart .content {
        margin: 1rem 0;
    }

    .setsapart_wrap .icon_wrap {
        margin-bottom: 1rem;
    }

    .hm_setsapart ul li {
        padding: 3rem 20px;
    }

    .about_page .top_banner .btn_wrap a {
        width: 100%;
        margin: 5px 0;
    }

    .team_person .img_wrap:before {
        left: -10px;
        bottom: -10px;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background-size: 15px;
    }

    .team_person h3 {
        font-size: 15px;
        margin: 15px 0 10px 0;
    }

    .team_person .desig {
        font-size: 13px;
        line-height: 1.2;
    }

    .hm_setsapart {
        padding: 3rem 0;
    }

    .hm_team ul li {
        margin: 15px 20px;
    }

    .hm_testimonial {
        padding: 3rem 0;
    }

    .hm_testimonial .hd_wrap {
        padding-bottom: 2rem;
    }

    .testimonial_slider .owl-nav button img {
        max-width: 20px;
    }

    .test_slide .content_wrap {
        margin: 0 40px;
    }

    .test_slide .content_wrap hr {
        margin: 1.2rem auto;
    }

    .accordion .accordion-item {
        padding: 15px 15px 15px 20px;
    }

    .accordion button .icon::before {
        background-size: 15px;
        width: 15px;
        height: 15px;
    }

    .benefits_list {
        padding: 0;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        text-align: center;
    }

    .therapy_wrap {
        padding: 3rem 0 5rem;
    }

    .service_page .top_banner .content {
        padding: 1rem 0 1rem 0;
    }

    .service_page .top_banner .btn_wrap a {
        width: 100%;
        margin: 5px 0;
    }

    .therapy_slider .owl-item {
        margin: 30px 10px;
    }

    .slide_box {
        padding: 2rem;
    }

    .ct_form {
        padding: 1rem;
    }

    .formfield_wrap .form_field {
        width: 100%;
    }

    .submit_btn {
        max-width: 100%;
    }

    footer .footer_area {
        grid-template-columns: 1fr;
        text-align: center;
        padding-bottom: 0rem;
        margin-bottom: 3rem;
    }

    footer .footer_area .footer_widget {
        grid-column: 1/4;
    }

    footer .footer_area .footer_widget {
        margin: 1rem 0;
    }

    footer .footer_area .menu li a {
        padding: 5px 0;
    }
}