@import url(font.css);

@import "elusive-icons.css";

.language-select {
    display: none;
}

i {
    display: flex;
}

i::before {
    font-style: normal;
}

label {
    color: #2D0058;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: .75rem !important;
}

h2 {
    font-size: 30px;
    font-weight: 800;
    color: #2D0058;
}

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

.service-article ul {
    list-style: disc;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 38px;
    color: #2D0058;
    margin-right: 1.5rem;
}

.service-article .accordion-container {
    list-style: none;
}

.service-article ol {
    list-style: decimal;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 38px;
    color: #2D0058;
    margin-right: 1.5rem;
}

input {
    height: 44px;
    border-radius: 8px;
    outline: none;
    border: none;
}

textarea {
    border-radius: 8px;
    outline: none;
    border: none;
}

input,
textarea {
    font-size: 12px;
    font-weight: 500;
    color: #800182;
    padding-right: .75rem;
}

input::placeholder,
textarea::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #DBBEEE;
}

input.error {
    transform: scale(1.05);
    box-shadow: 0 0 25px 1px rgb(244 12 140 / 80%);
    -webkit-box-shadow: 0 0 25px 1px rgb(244 12 140 / 80%);
    -moz-box-shadow: 0 0 25px 1px rgba(244, 12, 140, 0.8);
}

input[type=email]::placeholder, input[type=email] {
    text-align: end;
}

input[type=email] {
    padding-left: .5rem;
}

input[type=text]#edit_phone::placeholder, input[type=text]#edit_phone {
    text-align: end;
}

input[type=text]#edit_phone {
    padding-left: .5rem;
}

input[type=text]#weight::placeholder,
input[type=text]#height::placeholder,
input[type=text]#age::placeholder {
    color: #DBBEEE;
    padding: 13px 0 13px 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}

button {
    outline: none;
    border: none;

}

button:active {
    outline: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: pelak !important;
    margin: 0;
    width: 100%;
    overflow-x: clip;
    /*-webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%)*/
}

.hide-overflow {
    width: 100%;
    overflow: clip;
}

.owl-carousel,
.bx-wrapper {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

.about-me-title,
.section-2-title,
.testimony-title,
.family-title,
.bmi-title,
.top-users-title,
.posts-title {
    font-size: 28px;
    font-weight: 800;
    color: #2D0058;
}

.about-me-subtitle,
.section-2-subtitle,
.testimony-subtitle,
.family-subtitle,
.bmi-subtitle,
.top-users-subtitle,
.posts-subtitle,
.sp-subtitle {
    font-size: 23px;
    font-weight: 800;
    color: #7323C1;
}

/*----------------------------------------- popup style start ---------------------------------*/
.popup {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10;
    height: 100%;
    background-color: #b595d400;
    opacity: 0;
    transition: opacity .2s ease-in-out, background-color .4s ease-in-out, z-index .2s ease-in-out;
    transition-delay: .4s, 0s, .2s;
}

.popup-behind {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}

.popup-open {
    transition: background-color .4s ease-in-out 0s;
    z-index: 1500;
    opacity: 1;
    background-color: #b595d4a6;
}

.popup-holder {
    padding: 2rem;
    position: relative;
    max-height: 80%;
    top: 15%;
    width: 50%;
    border-radius: 20px;
    background: rgb(241, 248, 255);
    background: linear-gradient(21deg, rgba(241, 248, 255, 1) 0%, rgba(243, 237, 249, 1) 100%);
    opacity: 0;
    transform: translateY(-5rem);
    transition: transform .3s ease-in-out, opacity .3s linear;
    display: flex;
    flex-direction: column;
}

.result-popup > .popup-holder {
    top: 10%;
    max-height: 90%;
    overflow-y: scroll;
}

.popup-open .popup-holder {
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s ease-in-out, opacity .1s linear;
}

div#popup_search .popup-holder.container {
    width: clamp(30%, 60%, 85%);
    top: clamp(20%, 25%, 35%);
}

#close-popup {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    margin: -2.5rem 0 0 2rem;
    color: #fff;
    font-size: 1.5rem;
}

.result-popup #close-popup {
    margin: .5rem 1rem;
    color: #3e0873;
}

.popup-holder .search-form {
    width: 100%;
}

.popup-holder .search-form > input[type=text] {
    width: 99%;
}

.popup-holder .search-magnifying-glass {
    margin-left: 1rem;
}

.menu-left > i.amindgm-font-magnifying-glass, .search-magnifying-glass {
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.search-magnifying-glass:hover {
    color: #800182;
}

input.search-form-submit {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.sharing-items a {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    align-content: space-between;
    justify-content: space-between;
}

/*----------------------------------------- 404 start ---------------------------------*/
.not-found-form-holder {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: start;
    margin: 3rem 0 0 2rem;
}

.not-found-form-holder > a.purple-button {
    margin: 0;
}

.search-form {
    position: relative;
    display: inline-flex;
    width: 100%;
}

.search-magnifying-glass {
    color: #B595D4;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 6px;
}

.search-form > input[type=text] {
    width: 100%;
    /*border: 1px solid #B595D4;*/
    box-shadow: 0 0 1px 1px #B595D4;
}

.not-found-page .purple-text {
    font-size: 25px;
    font-weight: 600;
}

.aura-back-1, .aura-back-2, .aura-back-3, .aura-back-4, .aura-back-5 {
    position: absolute;
    transform: rotateZ(-53deg);
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
}

.aura-back-1 {
    width: 450px;
    height: 450px;
    opacity: 20%;
    z-index: -1;
    bottom: 14px;
    border-radius: 142px;
    display: inline-flex;
}

.aura-back-2 {
    width: 419px;
    height: 419px;
    opacity: 40%;
    z-index: -1;
    bottom: 7px;
    border-radius: 142px;
    display: inline-flex;
}

.aura-back-3 {
    width: 391px;
    height: 391px;
    opacity: 60%;
    z-index: -1;
    bottom: 3px;
    border-radius: 135px;
    display: inline-flex;
}

.aura-back-4 {
    width: 362px;
    height: 362px;
    opacity: 80%;
    z-index: -1;
    bottom: -3px;
    border-radius: 135px;
    display: inline-flex;
}

.aura-back-5 {
    width: 324px;
    height: 324px;
    z-index: -1;
    bottom: 0;
    border-radius: 108px;
    display: inline-flex;
}

.not-found-404 {
    display: inline-flex;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 22rem;
}

.not-found-words-holder {
    position: absolute;
    display: inline-flex;
    width: 100%;
    font-size: 24rem;
    font-weight: 800;
    justify-content: space-around;
    top: 0;
    margin-top: -6rem;
}

.not-found-words-holder > span:nth-child(3) {
    margin: -1.5rem -11rem 0 0;
    color: #2D0058;
}

.not-found-words-holder > span:nth-child(2) {
    margin: -9.5rem -6rem 0 0;
    font-size: 37rem;
    color: #800182;
}

.not-found-words-holder > span:nth-child(1) {
    margin: 1.5rem -3rem 0 0;
    color: #2D0058;
}

/*----------------------------------------- header style start ---------------------------------*/
/*----------------------------------------- menu v2 start*/
.user-profile-holder {
    display: flex;
    align-items: center;
}

.user-profile-holder > img {
    -webkit-mask-image: url('../img/posts-mask-2.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 45px;
    height: 45px;
    margin-left: -1.5rem;
}

.user-profile-holder .login-signup {
    padding-right: 1.5rem;
}

img.user-image {
    -webkit-mask-image: url('../img/posts-mask-2.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 45px;
    height: 45px;
    margin-left: -1.5rem;
}

.menu-container {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: center;
}

.menu-telephone::before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
    font-family: 'Font Awesome 6 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    margin-left: .25rem;
    transform: rotateY(180deg);
}

img.menu_top_logo {
    width: 100%;
    max-width: 135px;
}

img.menu_footer_logo {
    width: 135px;
}

.double_button {
    max-height: 35px;
    overflow: hidden;
    transition: max-height 400ms ease-in-out;
    width: fit-content;
}

.link_holders {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.double_button:hover,
.double_button.show_overflow {
    overflow: visible;
}

.phone_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.menu-telephone {
    background: #a773d9;
    padding: 7px 12px;
    border-radius: 7px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s ease-in, background .2s ease-in;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .16);
    color: #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.menu-telephone:hover {
    background: #fff;
    color: #a773d9;
}

.menu-container > * {
    width: fit-content;
}

.menu-mobile {
    display: none;
}

.menu-left {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 1rem;
    padding: 0;
    align-items: center;
    justify-self: end;
}

div#wpseo-frontend-inspector {
    display: none;
}

ul.sub-menu {
    box-shadow: 0 0 20px 10px #0000000f;
}

/*----------------------------------------- menu v2 end*/
.aura-top {
    width: 100%;
    height: 440px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 0) 0%, rgba(168, 212, 255, 0.5) 40%, rgba(181, 149, 212, 1) 100%);
    z-index: -5;
}

.site-header::before {
    content: " ";
    opacity: 0;
    transition: opacity .5s ease-in-out;
    background: rgb(168, 212, 255);
    background: linear-gradient(30deg, rgb(205 230 255) 0%, rgb(230 204 253) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: .5rem;
}

.mobile_fixed_call {
    display: none;
}

header#masthead {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    justify-content: center;
    top: -100px;
    z-index: 9999;
    border-radius: .5rem;
    transition: top .5s ease-in-out;
    position: sticky;
    margin: auto;
}

.site-header {
    margin-top: 1rem !important;
}

.add_back {
    top: 0.5rem !important;

}

.add_back::before {
    opacity: 1;
}

.menu-center {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    justify-self: center;
    color: #fff;
    text-shadow: 0 0 6px #0000002e;
}

/*menu v3-----------------------------------------start */
/*.top-menu {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 2.5rem;*/
/*}*/

/*.top-menu > li.menu-item,*/
/*.top-menu > li.menu-item > a {*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    text-shadow: 0 0 6px #0000002e;*/
/*}*/

/*.current-menu-parent {*/
/*    position: relative;*/
/*}*/

/*.current-menu-parent > .sub-menu {*/
/*    position: absolute;*/
/*    width: 200px;*/
/*    right: 0;*/
/*}*/

/*.menu-item-has-children:hover::after {*/
/*    transform: rotateZ(-90deg);*/
/*}*/

/*.menu-item-has-children::after {*/
/*    content: "\f104";*/
/*    font-family: 'Font Awesome 6 Pro';*/
/*    font-size: inherit;*/
/*    text-rendering: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    transform: translate(0, 0) rotateZ(0deg);*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    transition: transform .2s ease-in;*/
/*    margin-right: .3rem;*/
/*}*/
/*menu v3-----------------------------------------end */
/*--------------------------------------------------------------------testing*/
nav#site-navigation {
    width: 100%;
    color: #fff;
    text-shadow: 0 0 6px #0000002e;
}

ul#primary-menu > li > a {
    white-space: nowrap;
}

ul#primary-menu {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: auto;
}

ul.sub-menu a {
    display: inline-flex;
    width: 100%;
}

ul.sub-menu a::after {
    position: relative;
    top: 0;
    margin-right: auto;
}

.menu-item-has-children:hover > a::after {
    transform: rotateZ(-90deg);
}

.menu-item-has-children > a::after {
    content: "\f104";
    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
    font-family: 'Font Awesome 6 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0) rotateZ(0deg);
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    top: 1rem;
    transition: transform .2s ease-in;
    margin-right: .3rem;
}

ul#primary-menu > li > ul > li > a::after {
    position: absolute;
    top: 1.5rem;
    transition: transform .2s ease-in;
    margin-left: 1rem;
    left: 0;
}

ul#primary-menu li {
    list-style-type: none !important;
    position: relative;
    transition: all ease-in 0.2s;
}

ul#primary-menu a {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

ul#primary-menu > li:not(:last-child) {
    margin-left: 40px;
}

ul#primary-menu > li > ul {
    background-color: #fff;
    opacity: 0;
    padding: 0;
    border-radius: 6px;
    z-index: -10;
    position: absolute;
    transition: opacity .2s ease-in, transform .4s ease-in;
    transform: translateY(-10px);
    transform-origin: top;
    width: 210px;
    height: 0;
    overflow: hidden;
}

ul#primary-menu > li::before {
    content: " ";
    -webkit-transition: all 0.2s;
    transition: transform 0.2s ease-in, opacity .2s ease-in;
    opacity: 0;
}

ul#primary-menu > li:hover::before {
    opacity: 1;
    top: 0;
    right: -1rem;
    position: absolute;
    width: 2.7rem;
    height: 2.7rem;
    background: #800182;
    transform: rotate(-53deg);
    border-radius: 8px;
    z-index: -1;
}

ul#primary-menu > li:hover > ul {
    opacity: 1;
    top: 1.5rem;
    z-index: 1;
    transform: translateY(10px);
    height: auto;
}

ul#primary-menu li ul li {
    margin: 0 !important;
    text-align: right;
    padding: 0.5rem 1rem;
}

ul#primary-menu > li > ul > li > a {
    color: #800182;
    text-shadow: none;
}

ul#primary-menu > li > ul > li > a:hover,
ul#primary-menu > li > ul > li:hover > a {
    color: #fff;
}

ul#primary-menu > li > ul > li:hover {
    background-color: #800182;
}


ul#primary-menu li ul li:first-child {
    border-radius: 6px 6px 0 0;
}

ul#primary-menu li ul li:last-child {
    border-radius: 0 0 6px 6px;
}

.sub-menu .sub-menu {
    opacity: 0;
    position: absolute;
    transform: translateY(-20px);
    transition: opacity .2s ease-in, transform .3s ease-in;
    width: 0;
    overflow: hidden;
    top: 0;
    right: 100%;
    background: #fff;
    border-radius: .5rem;
    padding: 0;
    white-space: nowrap;
    text-shadow: none;

}

.sub-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    width: 200px;
    overflow: unset;
}

.sub-menu .sub-menu > li:hover {
    background: #800182;
    /*border-radius: .5rem !important;*/
}


.sub-menu > .menu-item-has-children > .sub-menu > li > a {
    color: #800182 !important;
}

.sub-menu .sub-menu > li:hover > a {
    color: #fff !important;
}

.sub-menu > .menu-item-has-children > .sub-menu > li {
    padding: 0;
}

/*--------------------------------------------------------------------testing*/
.language-select a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    line-height: 17px;
    transition: all ease-in 0.2s;
}

a.language:hover,
a.telephone:hover {
    color: #800182;
    text-shadow: none;
}

.mobile-menu-overlay {
    position: absolute;
}

nav#site-navigation .menu-right-side {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

.menu-right-side {
    display: flex;
    align-items: center;
}

.mobile-menu-logo {
    display: none;
    position: absolute;
}


.menu-left-side:last-child {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-left-side:last-child > *:not(:last-child) {
    margin-left: 20px;
}

.telephone {
    transition: all ease-in 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    width: 22%;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.instagram {
    transition: color .2s ease-in, background .2s ease-in;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    /*color: #800182;*/
    color: #F6AFCF;
    background-color: #fff;
    border-radius: 7px;
    text-shadow: none;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .16);
}

.instagram:hover {
    color: #fff;
    /*background: #800182;*/
    background: linear-gradient(59deg, rgba(253, 185, 200, 1) 0%, rgba(246, 175, 207, 1) 100%);
}

.instagram-icon {
    transition: filter 0s ease-in;
    transition-delay: .2s;
    margin-left: 8px;
}

.instagram:hover .instagram-icon {
    filter: brightness(0) invert(1);
}

.login-signup, .pink-button {
    /*background: #800182;*/
    background: rgb(253, 185, 200);
    background: linear-gradient(59deg, rgba(253, 185, 200, 1) 0%, rgba(246, 175, 207, 1) 100%);
    padding: 7px 12px;
    border-radius: 7px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s ease-in, background .2s ease-in;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .16);
    color: #fff;
    white-space: nowrap;
}

.login-signup:hover, .pink-button:hover {
    /*color: #800182;*/
    color: rgb(253, 185, 200);
    background: linear-gradient(59deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
}

/*----------------------------------------- header style end ---------------------------------*/

/*----------------------------------------- home style start ---------------------------------*/
/*----------------------------------------- section 1 */
.section-1-box-holder {
    left: calc(50% - 45rem);
    position: relative;
    padding: 0;
}

section.home-section-1-container {
    width: 100%;
    overflow-x: clip;
}

.section-1-row {
    justify-content: flex-end;
    width: 100%;
    display: flex;
}

.services-row,
.box-behind-testimony-row,
.bmi-outline-boxes-behind,
.top-users-boxes-behind {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.home-section-1 {
    width: 100%;
    height: calc(100% + 75px);
    /*height: inherit;*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: -8;
    overflow: hidden;
}

.home-section-1::before {
    content: " ";
    width: 200%;
    height: 300%;
    background: rgb(243, 212, 252);
    background: linear-gradient(339deg, rgba(243, 212, 252, 1) 35%, rgba(156, 205, 252, 1) 70%);
    position: absolute;
    top: -60%;
    right: -60%;
    animation: sectionrotatebackground 8s infinite;
    opacity: 80%;
    transform-origin: center;
    z-index: -8;
}

@keyframes sectionrotatebackground {
    0% {
        transform: rotateZ(0deg)
    }
    50% {
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(360deg)
    }
}

.home-section-1::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(240, 207, 252);
    background: linear-gradient(50deg, rgba(240, 207, 252, 1) 0%, rgba(252, 215, 194, 1) 100%);
    top: 0;
    right: 0;
    z-index: -9;
}

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

.row.introduction-row > * {
    height: 100%;
}

.image-right-container img {
    width: 100%;
}

.image-right-container img {
    width: 100%;
    filter: drop-shadow(0 0 3rem #F0CFFC);
}

.image-left-col {
    position: relative;
}

.image-left-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px 15%;
}

.image-left-container img {
    filter: drop-shadow(6px 1px 12px #B595D4);
    width: 100%;
    left: -55px;
    position: relative;
    top: -55px;
}

.image-left-container img {
    filter: drop-shadow(6px 1px 12px #B595D4);
    width: 60%;
    left: -55px;
    position: absolute;
    top: -55px;
}


.left-slogan-title {
    font-size: 36px;
    font-weight: 800;
    text-decoration: none;
    color: #2D0058;
    text-align: end;
    margin-top: 11rem;
}

.left-slogan-subtitle {
    font-size: 36px;
    font-weight: 500;
    color: #2D0058;
    margin-bottom: 15px;
}

.left-slogan-desc {
    font-size: 20px;
    font-weight: 400;
    text-align: end;
    color: #2D0058;
    margin-bottom: 34px;
}

a.left-slogan-btn {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

img.doctor-right {
    filter: drop-shadow(0 -2rem 2rem #F0CFFC);
    width: 100%;
}

.doctor-right-back-5 {
    bottom: 32px;
    right: 108px;
    width: 324px;
    height: 324px;
    border-radius: 108px;
}

.doctor-right-back-4 {
    bottom: 33px;
    right: 84px;
    width: 362px;
    height: 362px;
    opacity: 80%;
    border-radius: 135px;
}

.doctor-right-back-3 {
    bottom: 33px;
    right: 65px;
    width: 391px;
    height: 391px;
    opacity: 60%;
    border-radius: 135px;
}

.doctor-right-back-2 {
    bottom: 33px;
    right: 46px;
    width: 419px;
    height: 419px;
    opacity: 40%;
    border-radius: 142px;
}

.doctor-right-back-1 {
    bottom: 33px;
    right: 36px;
    width: 445px;
    height: 445px;
    opacity: 20%;
    border-radius: 142px;
}

.doctor-right-back-1, .doctor-right-back-2, .doctor-right-back-3, .doctor-right-back-4, .doctor-right-back-5 {
    position: absolute;
    transform: rotateZ(-53deg);
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
}

.image-row-container {
    justify-content: space-between;
}


.text-row-container {
    justify-content: space-between;
}

.text-row-container > div:first-child {
    margin-top: 35%;
}

.text-row-container > div:last-child {
    margin-top: 20%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.left-slogan-btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.btn-slogan-text {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px 8px 21px;
}

.btn-slogan-icon {
    padding: 24px 26px;
    border-radius: 50%;
    /*background: #800182;*/
    background: #fcb8c8;
    -webkit-box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 14%);
    margin-right: -14px;
}

.doctor-right-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.doctor-right-button-container {
    position: absolute;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    top: 81%;
    right: calc(50% - 10rem);
}

.reserve-container {
    position: relative;
    padding-top: 5rem;
}


.slogan-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-left: 4rem;
}

.doctor-right-text {
    font-size: 12px;
    font-weight: 400;
    /*color: #800182;*/
    color: #F6AFCF;
    padding: 17px 14px 17px 57px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 14%);
    white-space: nowrap;
}

.btn-slogan-text {
    -webkit-box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 14%);
}

.doctor-right-btn {
    margin-right: -45px;
}

.operating-left-container {
    position: relative;
    overflow-x: clip;
}

.operating-left {
    position: absolute;
    top: -5rem;
    z-index: -6;
    left: 0;
    width: 1064px;
    filter: drop-shadow(0 0 2rem #B595D4);
    padding-right: 60px;
}


/*----------------------------------------- section 2 */

.services-items-row {
    display: grid;
    grid-template-columns: 3fr 9fr;
    grid-gap: 1rem;
}

.services-left-top {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 1rem;
}

.services-left-top {
    margin-bottom: 1rem;
}

.services-left-top-left-top {
    margin-bottom: 1rem;
}

.h-card-img img {
    width: 11.5rem;
    height: auto;
}

.h-card-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 1.5rem;
}

.services-items-row figure {
    margin: 0;
}

.vertical-card figure {
    margin: auto auto 2rem auto;
}

.box-behind {
    width: 986px;
    height: 986px;
    position: absolute;
    right: calc(50% - 63rem);
    top: -10px;
    transform: rotateZ(-53deg);
    border-radius: 260px;
    z-index: -100;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
}

section.services {
    margin: 8.75rem 0 9rem 0;
    width: 100%;
    overflow-x: clip;
    position: relative;
}

.services-title-row {
    margin-bottom: 79px;
}

.horizontal-card {
    transition: transform .2s ease-in, box-shadow .2s ease-in;
    display: grid;
    box-shadow: 0 0 50px 0 #b595d466;
    border-radius: 10px;
    padding: 1.5rem;
    background: #fff;
    grid-template-columns: 8fr 2fr;
    grid-template-rows: auto auto auto;
}

.horizontal-card figure.h-card-img {
    grid-column-start: 2;
    grid-row: 1 / span 3;
    margin: auto 2rem auto 0;
}

.horizontal-card a.h-card-btn.pink-button {
    margin-right: auto;
    margin-top: auto;
}


.horizontal-card-col:not(:last-child) {
    margin-bottom: 1.5rem;
}

.horizontal-card:hover, .vertical-card:hover {
    transform: scale(1.025);
    box-shadow: 0 0 20px 2px #b595d496;
}

.horizontal-card .col-7 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 1.5rem;
}

.h-card-title, .v-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #7323C1;
    margin-bottom: 1.5rem;
}

.h-card-desc, .v-card-desc {
    font-size: 12px;
    font-weight: 300;
    color: #2D0058;
    text-align: justify;
    line-height: 2;
}

.h-card-btn.pink-button {
    width: fit-content;
    align-self: end;
}

.vertical-card-row {
    height: 100%;
}

.vertical-card {
    transition: transform .2s ease-in, box-shadow .2s ease-in;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px 0 #b595d421;
    border-radius: 10px;
    padding: 1.5rem;
    justify-content: space-between;
    background: #fff;
}

.v-card-btn {
    align-self: center;
}

/*----------------------------------------- section 3 */

.box-behind-outline-right {
    position: relative;
    right: calc(50% - 49rem);
    top: -4rem;
}

.box-behind-outline-right::before {
    content: " ";
    width: 953px;
    height: 953px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotateZ(307deg) translate(-3%, 30%);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.box-behind-outline-right::after {
    content: " ";
    width: 717px;
    height: 717px;
    position: absolute;
    right: -6rem;
    top: 1rem;
    transform: rotateZ(307deg) translate(-24%, 33%);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.box-behind-outline-left-s1 {
    position: absolute;
    width: 700px;
    height: 700px;
    position: absolute;
    left: -270px;
    top: -330px;
    transform: rotateZ(307deg);
    border-radius: 16%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.box-behind-outline-left-s1::before {
    content: " ";

}

.box-behind-outline-left-s2 {
    position: absolute;
    width: 820px;
    height: 820px;
    position: absolute;
    left: -326px;
    top: -358px;
    transform: rotateZ(307deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.box-behind-outline-left-s2::before {
    content: " ";

}

.box-behind-outline-left-s3 {
    position: absolute;
    width: 953px;
    height: 953px;
    position: absolute;
    left: -400px;
    top: -400px;
    transform: rotateZ(307deg);
    border-radius: 25%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.box-behind-outline-left-s3::before {
    content: " ";

}

.monthly-box-behind-outline-left {
    position: relative;
    left: calc(50% - 55rem);
}

.box-behind-outline-left {
    position: relative;
    left: calc(50% - 40rem);
    top: -6rem;
}

.box-behind-outline-left::before {
    content: " ";
    width: 953px;
    height: 953px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(307deg) translate3d(-15%, -35%, 0);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
    /* transform: translateX(-200px); */
}

.btn-resubmit {
    display: none;
}

.box-behind-outline-right-bmi {
    position: relative;
    right: calc(50% - 40rem);
}

.box-behind-outline-right-bmi::after {
    content: " ";
    width: 350px;
    height: 350px;
    position: absolute;
    right: 0;
    top: 160px;
    transform: rotateZ(307deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.box-behind-outline-left-bmi {
    position: relative;
    left: calc(50% - 37rem);
}

.box-behind-outline-left-bmi::before {
    content: " ";
    width: 500px;
    height: 500px;
    position: absolute;
    left: -30px;
    top: 70px;
    transform: rotateZ(307deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.about-me {
    width: 100%;
    overflow-x: clip;
}

.about-me-row {
    margin: 107px 0 72px 0;
}

.about-me-container {
    display: flex;
    flex-direction: column;
    height: 90%;
}

.about-me-subtitle {
    margin-bottom: 44px;
}


.testimony-subtitle {
    margin-bottom: 63px;
}

.about-me-desc {
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
    color: #2D0058;
    line-height: 32px;
}

.about-me-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
}

.about-me-btn-1 {
    margin-left: 38px;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.about-me-btn-1 > i {
    font-size: 1rem;
    display: inline-flex;
}

.tool-share-header > i.amindgm-font-share {
    color: #2d0058;
}

/*----------------------------------------- section 4 */
.box-behind-left {
    position: relative;
    left: calc(50% - 59rem);
}


.box-behind-left::before {
    content: " ";
    width: 924px;
    height: 924px;
    position: absolute;
    left: -120px;
    top: -200px;
    transform: rotateZ(-53deg);
    border-radius: 234px;
    z-index: -100;
    background: rgb(181, 149, 212);
    background: linear-gradient(0deg, #e2d5ee 0%, #f0e5f8 100%);
}

.testimony-background {
    background: rgb(241, 248, 255);
    background: linear-gradient(48deg, rgba(241, 248, 255, .85) 0%, rgba(243, 237, 249, .85) 100%);
    box-shadow: 10px 0 17px -8px #7323c1;
    padding: 50px 0;
    margin-top: 63px;
}

/*-----------------------test coding v2 start-----------------------*/
.testimony-row {
    display: flex;
}

section.testimony-row {
    background: rgb(239, 245, 254);
    background: linear-gradient(54deg, rgba(239, 245, 254, .85) 0%, rgba(244, 238, 249, 0.85) 100%);
    padding: 3.1rem 0;
    width: 100%;
    overflow-x: clip;
    margin-bottom: 13rem;
    box-shadow: 0 0 6.1rem .05rem #f3edf9;
}

img.about-me-image-2 {
    border-radius: 20%;
}

.testimony-bar-2 {
    position: relative;
    width: 4px;
    height: 100%;
    background: #7323C1;
    right: 50%;
}

.testimony-bar-2::after {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #7323C1;
    background: rgb(58, 18, 97);
    background: linear-gradient(0deg, rgba(58, 18, 97, 1) 0%, rgba(115, 35, 193, 1) 100%);
    top: 47%;
    transform: rotateZ(45deg);
    position: absolute;
    right: -8px;
}

.testimony-info-2 {
    margin-right: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/*-----------------------test coding v2 end-----------------------*/

.testimony-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.testimony-image {
    position: relative;
}

img.about-me-image {
    display: block;
    width: 85%;
    margin: auto;
}


.testimony-row > figure {
    height: fit-content;
}

.image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(115, 35, 193);
    background: linear-gradient(0deg, rgba(115, 35, 193, 1) 0%, rgba(255, 255, 255, 0) 40%);
    border-radius: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 2rem 1rem 0;
}

.testimony-name {
    font-size: 20px;
    font-weight: 800;
    color: #F6ECFF;
}

.testimony-place {
    font-size: 16px;
    font-weight: 600;
    color: #F6ECFF;
    margin-top: .25rem;
}

.testimony-bar {
    position: relative;
    width: 4px;
    height: 100%;
    background: #7323C1;
    right: 70px;
}

.testimony-bar::after {
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #7323C1;
    background: rgb(58, 18, 97);
    background: linear-gradient(0deg, rgba(58, 18, 97, 1) 0%, rgba(115, 35, 193, 1) 100%);
    top: 45%;
    transform: rotateZ(45deg);
    position: absolute;
    right: -13px;
}

.testimony-info {
    width: 57%;
    margin-right: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.testimony-info-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #A773D9;
    margin-bottom: 30px;
}

.testimony-info-desc, .testimony-info-2 > p {
    text-align: justify;
    font-size: 12px;
    font-weight: 300;
    color: #2D0058;
    line-height: 32px;
}

.testimony-info-btn {
    margin-right: auto;
    margin-top: auto;
    box-shadow: none;
}

/*----------------------------------------- section 5 */

section.family {
    width: 100%;
    overflow-x: clip;
}

.family-container > .container {
    margin-bottom: 63px;
}

.family-back-image {
    height: 100%;
    width: 100%;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 450s linear infinite;
    background-size: cover;
    position: absolute;
    z-index: -2;
}

.family-back-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(168, 212, 255);
    background: linear-gradient(67deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 85%;
    z-index: -2;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1000vw 0;
    }
}

.family-image {
    width: 100%;
}

.family-row {
    position: relative;
    display: flex;
}

.family-info-container {
    /*position: relative;*/
}

.family-subtitle {
    margin-bottom: 63px;
}

.family-info-image {
    text-align: center;
    margin: auto;
    height: auto !important;
    display: flex;
    flex-direction: column;
    padding: 4rem 0;
}

.family-info-btn, .purple-button {
    background: rgb(103, 29, 175);
    background: linear-gradient(55deg, rgba(103, 29, 175, 1) 0%, rgba(54, 4, 102, 1) 100%);
    text-decoration: none;
    color: #FFFFFF;
    padding: .7rem;
    font-size: 12px;
    font-weight: 500;
    border-radius: 7px;
    margin: auto;
    transition: color .2s ease-in, background .2s ease-in;
}

.family-info-btn:hover {
    background: rgb(255 255 255);
    background: linear-gradient(55deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 1) 100%);
    color: rgb(103, 29, 175);
}

/*----------------------------------------- section 6 */
/*----------------------------------------- bmi box result v2 start */
.bmi-page {
    margin: 8.25rem 0;
}

.box-center {
    position: relative;
    width: 100%;
    top: -1.5rem;
}

.bmi-box-result:first-child {
    grid-column: 1 / span 2;
    width: 100%;
}

.bmi-box-result {
    border: .3rem solid #fff;
    border-radius: 56px;
    display: grid;
    grid-template-rows: 6fr 4fr;
    height: 251px;
    width: 251px;
    justify-items: center;
}

.box-center svg, .box-center i {
    width: 100%;
}

.bmi-result {
    width: 100%;
    text-align: center;
    margin-top: -1.5rem;
}

.box-bottom {
    background: #FFF;
    border-radius: 0 0 2.7rem 2.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 102%;
    height: 101%;
}

.box-title {
    display: flex;
    align-items: center;
    width: 75%;
    margin: auto;
}

.box-title > span {
    width: 80%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #800182;
    margin: auto;
}

.bmi-result > span:first-child {
    font-size: 1.5rem;
    font-weight: 800;
    color: #B430B7;
}

.bmi-result > span:not(:first-child) {
    font-size: 0.9rem;
    font-weight: 700;
    color: #B430B7;
}

.results-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 2rem;
    margin: 4rem 0;
    justify-items: center;
    padding: 0 1rem;
}

#bmi-close {
    transition: margin .2s ease-in;
    margin: -2.75rem auto 0;
}

.bmi-box-center-show #bmi-close {
    margin: 1rem auto 0;
}

.bmi-notice {
    text-align: center;
    color: darkred;
    text-shadow: 0 0 1rem white;
    transform: scale(0);
    transition: transform .2s ease-in, max-height .3s ease-in-out;
    max-height: 0;
}

.bmi-notice-open {
    transform: scale(1);
    max-height: 10rem;
}

.box-center .amindgm-font-check {
    color: #3BB143;
}

.box-center .amindgm-font-ban {
    color: #e0115f;
}

.box-center .amindgm-font-user {
    color: #2D0058;
}

.box-center > span {
    color: #2D0058;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.custom-radio-gender {
    color: #fff;
}

.box-center i {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------------------------------------- bmi box result v2 end */
.call-us-form-contact-holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

section.bmi {
    width: 100%;
    overflow-x: clip;
    margin-bottom: 0;
    min-height: 820px;
}

.bmi-row {
    margin-top: 6rem;
}

.bmi-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    transform: scale(.7);
    margin-top: -5rem;
}

.bmi-box-right {
    position: relative;
    width: 100%;
}

.bmi-box-right::before {
    transition: transform 1s ease-in-out, right 1s ease-in-out;
    content: " ";
    width: 460px;
    height: 460px;
    position: absolute;
    transform: rotateZ(-54deg);
    border-radius: 100px;
    z-index: -100;
    top: 200px;
    right: 50px;
    background: rgb(178, 166, 224);
    background: linear-gradient(0deg, rgba(178, 166, 224, 1) 0%, rgba(172, 195, 244, 1) 100%);
}

.monthly-box-right {
    position: relative;
    width: 100%;
    right: calc(50% - 55rem);
}


.bmi-box-right-hide::before {
    transform: rotateZ(514deg);
    right: calc(50% - 300rem);
}

.bmi-box-center {
    transition: right 1s ease-in-out, margin-top 1s ease-in;
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    right: 0;
}

.bmi-box-center-show {
    /*right: -25%;*/
}

.bmi-box-left {
    position: relative;
    width: 100%;
}

.bmi-box-left::before {
    transition: transform 1s ease-in-out, right 1s ease-in-out, width 1.5s ease-in-out, opacity 1s ease-in;
    content: " ";
    width: 23rem;
    height: 22rem;
    position: absolute;
    transform: rotateZ(-54deg);
    border-radius: 80px;
    z-index: -100;
    top: 130px;
    left: 110px;
    background: rgb(178, 166, 224);
    background: linear-gradient(0deg, rgba(178, 166, 224, 1) 0%, rgba(172, 195, 244, 1) 100%);
}

.bmi-box-left-show::before {
    top: 190px;
    left: 180px;
    transform: rotateZ(0deg) scale(2.5);
}

.bmi-result-box {
    transition: max-width 1s ease-in-out, opacity .1s ease-in, padding 1s ease-in, transform 1s ease-in, margin-right .3s ease-in-out;
    max-width: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 100%;
    transform: translateY(-50px);
    z-index: -2;
}

.bmi-result-box-show {
    transition: max-width 1s ease-in-out, opacity 1s ease-in, padding 1s ease-in, transform .3s ease-in, margin-right .3s ease-in-out;
    transition-delay: 0s, 1s, 0s, 1s;
    opacity: 1;
    max-width: 45%;
    transform: translateY(0px);
    margin-right: 1rem;
    margin-top: -3rem;
}

.bmi-result-btn {
    transform: scale(1.25);
    white-space: nowrap;
}

.bmi-result-box-1,
.bmi-result-box-2,
.bmi-result-box-3,
.bmi-result-box-4 {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
    position: relative;
}


.box-upper-section {
    border-radius: 56px 56px 0 0;
    height: 115px;
    border: 6px solid #fff;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #800182;
}

.box-center-section {
    position: absolute;
    top: 52%;
}

.bmi-result-box-4 .box-center-section {
    top: 57%;
}

.box-lower-section {
    border-radius: 0 0 56px 56px;
    background: #fff;
    width: 100%;
    text-align: center;
    height: 65px;
    padding: 5px;
}


.bmi-result-title {
    font-size: 25px;
    font-weight: 800;
    color: #ffffff;
    width: 100%;
    white-space: nowrap;
}

.bmi-box-form {
    padding: 81px 90px;
    display: flex;
    flex-direction: column;
    background: rgb(181, 149, 212);
    background: linear-gradient(0deg, rgba(181, 149, 212, 1) 0%, rgba(219, 190, 238, 1) 100%);
    border-radius: 143px;
    gap: 1rem;
}

.bmi-box-form input[type=text] {
    width: 100%;
}

.bmi-subtitle {
    margin-bottom: 0;
}

#weight, #height, #age {
    margin: 15px 0 60px 0;
    border: #B595D4 1px;
    border-radius: 8px;
    height: 50px;
    transition: transform .2s ease-in, box-shadow .2s ease-in;
}


.bmi-box-form-radio-btns {
    color: #FBEFFF;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 18px;
    /* padding: 0 0 0 20%; */
}

.bmi-box-form-radio-btns > div {
    display: flex;
    align-items: center;
}

.bmi-box-form-radio-btns > div > *:not(:first-child) {
    margin-right: 10px;
}

.bmi-text-label {
    font-size: 18px;
    font-weight: 800;
    color: #800182;
}

label.custom-radio-gender {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.custom-radio-gender input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: .3rem;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
}

label.custom-radio-gender:hover input ~ .checkmark {
    background-color: #DBBEEE;
}

label.custom-radio-gender input:checked ~ .checkmark {
    border: 2px solid #800182;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.custom-radio-gender input:checked ~ .checkmark:after {
    display: block;
}


label.custom-radio-gender .checkmark:after {
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #800182;
}

.bmi-radio-label {
    font-size: 12px;
    font-weight: 500;
    color: #FBEFFF;
    display: flex;
    align-items: center;
}

svg#_172621_user_female_icon {
    /*margin-right: auto;*/
}

#bmi-submit {
    margin-top: 40px;
    cursor: pointer;
    transform: scale(1.25);
}

/*----------------------------------------- section 7 */
section.top-users {
    width: 100%;
    overflow-x: clip;
    margin-bottom: 8rem;
    margin-top: -5rem;
}

.monthly-box-right::before {
    content: " ";
    width: 650px;
    height: 650px;
    position: absolute;
    transform: rotateZ(-53deg);
    border-radius: 21%;
    z-index: -100;
    top: 0;
    right: 0;
    background: rgb(178, 166, 224);
    background: linear-gradient(180deg, #F3edf8 0%, #f0f7ff 100%);
}

.monthly-box-behind-outline-left::before {
    content: " ";
    width: 600px;
    height: 600px;
    position: absolute;
    left: 0;
    top: -0px;
    transform: rotateZ(307deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.monthly-box-behind-outline-left::after {
    content: " ";
    width: 450px;
    height: 450px;
    position: absolute;
    left: 4rem;
    top: 80px;
    transform: rotateZ(307deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.top-users-subtitle {
    margin-bottom: 74px;
}

.owl-card {
    margin: 1rem;
}

.monthly-card-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 99px -25px #2d005852;
    padding: 24px;
    width: 100%;
}

.monthly-card-col:not(:last-child) {
    margin-left: 32px;
}

.monthly-title {
    font-size: 18px;
    font-weight: 800;
    color: #2D0058;
    margin-bottom: 24px;
}

ul.top-monthly-container {
    padding: 0;
    margin: 0;
}

ul.top-monthly-container {
    width: 100%;
}

.monthly-user-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.monthly-user-row::before {
    content: " ";
    transition: opacity .2s ease-in, transform .2s ease-in;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(241, 248, 255);
    background: linear-gradient(0deg, rgba(241, 248, 255, 1) 0%, rgba(243, 237, 249, 1) 100%);
    opacity: 0;
    z-index: -1;
    border-radius: 1rem;
}

.monthly-user-row:hover::before {
    opacity: 1;
    transform: scale(1.1);
}

.monthly-user-row:not(:last-child) {
    margin-bottom: 20px;
}

.user-pp {
    margin-left: 15px;
}

.user-info {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
}

.user-name {
    font-size: 12px;
    font-weight: 800;
    color: #7323C1;
    margin-left: 1rem;
}

.user-location {
    font-size: 10px;
    font-weight: 600;
    color: #B430B7;
}

.user-time {
    font-size: 10px;
    font-weight: 500;
    color: #A773D9;
    width: 100%;
    margin-top: .5rem;
}

.user-point {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 800;
    color: #800182;
}

/*----------------------------------------- section 8 */
ul.cat-container {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: .5rem;
    margin: 0;
}

#posts-owl .owl-stage {
    overflow: visible;
    padding: 3rem 0;
}

#posts-owl .owl-item {
    overflow: visible;
    padding: 0 34px;
}

section.posts {
    width: 100%;
    overflow-x: clip;
}

.posts-box-behind-outline-right {
    position: relative;
    right: calc(50% - 28rem);
}

.posts-box-behind-outline-right::before {
    content: " ";
    width: 349px;
    height: 349px;
    position: absolute;
    right: 0;
    top: 110px;
    transform: rotateZ(307deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.posts-box-behind-outline-left {
    position: relative;
    left: calc(50% - 35rem);
}

.posts-box-behind-outline-left::before {
    content: " ";
    width: 543px;
    height: 543px;
    position: absolute;
    left: 0;
    top: 35px;
    transform: rotateZ(307deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.posts-subtitle {
    margin-bottom: 2rem;
}

.posts-container {
    transition: transform .2s ease-in, box-shadow .2s ease-in;
    width: 100%;
    /*height: 100%;*/
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 25px -5px #2d00584a;
    margin-right: 0;
}

.posts-container:hover {
    transform: translateY(-.5rem);
    box-shadow: 0 0 25px -5px #2d00584a;
}

.posts-row {
    width: 100%;
    display: flex;
}

.posts-image-container {
    display: flex;
    align-items: center;
    position: relative;
}

.posts-image-back {
    width: 242px;
    height: 242px;
    /* width: 88%; */
    /* height: 93%; */
    position: relative;
    transform: rotateZ(128deg);
    border-radius: 62px;
    z-index: 1;
    top: 10px;
    right: 24px;
    background: rgb(178, 166, 224);
    background: linear-gradient(0deg, #B595D4 0%, #A8D4FF 100%);
    margin-right: -1.5rem;
}

.posts-image-back::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 62px;
    background: rgb(178, 166, 224);
    background: linear-gradient(0deg, #B595D4 0%, #A8D4FF 100%);
    filter: blur(14px);
}

.posts-image-mask {
    z-index: 2;
    -webkit-mask-image: url(../img/posts-mask-2.svg);
    mask-image: url(../img/posts-mask-2.svg);
    -webkit-mask-size: 106%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 266px;
    /* margin-right: auto; */
    /* margin-left: 24px; */
    position: absolute;
    right: -31px;
    transform: rotateZ(234deg);
    bottom: -44px;
}

.posts-image {
    width: 100%;
    filter: drop-shadow(1px 1px 12px #B595D4);
}

.posts-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 15%;
    background: rgb(168, 212, 255);
    background: linear-gradient(313deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
}

.posts-info {
    padding: 20px 0 20px 15px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.posts-info-title {
    margin-bottom: 20px;
    text-decoration: none;
}

.posts-info-title * {
    font-size: 20px;
    font-weight: 800;
    color: #7323C1;
    line-height: 2rem;
}

.posts-info-desc {
    font-size: 12px;
    font-weight: 300;
    color: #2D0058;
    line-height: 24px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.posts-info-title.archive-cc {
    margin-bottom: 2.5rem;
}

.posts-info-desc.archive-cc {
    display: inline-flex;
    justify-content: space-between;
}

.posts-info-desc.archive-cc > span:first-child {
    font-size: 18px;
    font-weight: 800;
    color: #800182;
}

.posts-info-desc.archive-cc > span:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
    color: #B430B7;
}

.posts-info-meta {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-end;
    margin-top: auto;
    align-items: center;
}

.meta-date {
    margin-left: auto;
    font-size: 12px;
    font-weight: 300;
    color: #800182;
}

.meta-category {
    transition: background-color .2s ease-in, color .2s ease-in;
    font-size: 10px;
    font-weight: 500;
    color: #F6AFCF;
    padding: 7px 10px;
    border: 1px solid;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

.meta-category:hover {
    background-color: #F7B7D3;
    color: #fff;
}

.meta-category:not(:last-child) {
    margin-left: 11px;
}

section.posts a.pink-button.go-to-archive-btn {
    width: fit-content;
    margin: 1.5rem auto 0 2.7rem;
    z-index: 2;
}

div#posts-owl .owl-dots {
    bottom: -3rem;
}

div#posts-owl .owl-nav {
    bottom: -4rem;
}

/*----------------------------------------- home style end ---------------------------------*/
/*----------------------------------------- footer style start --------------------------------*/
.site-footer {
    margin-top: 2rem;
    width: 100%;
    overflow: hidden;
}

.footer-back-container {
    position: relative;
}

svg.footer-background {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -2;
}

.box-behind-footer {
    width: 1244px;
    height: 1244px;
    position: absolute;
    right: -110px;
    top: -200px;
    transform: rotateZ(218deg);
    border-radius: 203px;
    z-index: -100;
    background: rgb(168, 212, 255);
    background: linear-gradient(272deg, #B595D4 0%, #A8D4FF 100%);
}

.footer-container {
    background: #B596D5;
    background: -webkit-linear-gradient(left, #B596D5, #ABC8F7);
    background: -moz-linear-gradient(left, #B596D5, #ABC8F7);
    background: linear-gradient(to right, #B596D5, #ABC8F7);
    -webkit-mask-image: url(../img/footer-back-mask.svg);
    -webkit-mask-size: cover;
    padding-top: 3rem;
}

.footer-inner-items {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 8rem;
}

.footer-sitename {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.footer-links {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links-text {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 40px;
}

.footer-links-text:not(:first-child) {
    margin-right: 40px;
}

.footer-social-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
    align-items: center;
}

.social-icons:not(:first-child) {
    margin-right: 37px;
}

.footer-desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0 6rem;
}

.footer-address-text, .footer-phone {
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.footer-phone > a {
    color: #FFFFFF;
}

.footer-phone > a:hover {
    color: #800182;
}

.footer-designer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.designer-text {
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    font-weight: 300;
    align-items: center;
    text-decoration: none;
}

.designer-text > p {
    width: 36px;
    margin: 0 6px 0 0;
    line-height: normal;
    text-align: justify !important;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}
.designer-logo svg {
    width: 25px;
}
.menu-footermenu-container {
    width: 100%;
}

ul#footer-menu {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 2.5rem;
}

ul#footer-menu > li {
    list-style: none;
    transition: transform .2s ease-in-out;
}

ul#footer-menu > li:not(:first-child) {
    margin-right: 40px;
}

ul#footer-menu > li > a {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}

a.social-icons {
    color: #fff;
    text-decoration: none;
}

.social-icons:hover > * {
    transform: translateY(-8px);
}

a.social-icons > i::before {
    font-size: 26px;
}

.social-icons > * {
    transition: transform .2s ease-in-out;
}

ul#footer-menu > li.menu-item:hover {
    transform: translateY(-8px);
}

/*----------------------------------------- footer style end ---------------------------------*/

/*----------------------------------------- owl style start -------------------------------*/
div#owl-testimony .owl-nav {
    bottom: -48%;
}

div#owl-testimony .owl-dots {
    bottom: -43%;
}

.owl-nav, .owl-dots {
    position: absolute;
    left: 0;
    /*bottom: -30px;*/
    width: 100%;
    display: flex;
    justify-content: center;
}

.owl-dots {
    bottom: -15px;
    z-index: -1;
}

.owl-prev {
    margin-right: 283px !important;
}

.owl-nav > button:hover {
    background-color: transparent !important;
}

.owl-nav > button:hover > span {
    color: #fff;
    background-color: #A773D9;
}

button.owl-prev, button.owl-next {
    width: 40px;
    height: 40px;
}

.owl-prev > span, .owl-next > span {
    transition: background-color .2s ease-in, color .2s ease-in;
    font-size: 30px;
    font-family: 'Font Awesome 6 Pro';
    border: 2px solid #A773D9;
    border-radius: 14px;
    color: #A773D9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.owl-theme .owl-dots .owl-dot span {
    /*width: 15px !important;*/
    /*height: 15px !important;*/
    background: #A773D9;
}

/*----------------------------------------- owl style end ---------------------------------*/

/*----------------------------------------- single start -------------------------------*/
.mobile-fixed-bot {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgb(237, 246, 255);
    background: linear-gradient(90deg, rgba(237, 246, 255, 1) 0%, rgba(241, 234, 247, 1) 100%);
    right: 0;
    z-index: 1105;
    padding: .7rem 2rem;
    transition: bottom .5s ease-in-out;
}

.hide_bar {
    bottom: -100px !important;
}

.mfb-right-side {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: .5rem;
}

.mfb-right-before-title {
    font-size: 14px;
    color: #7323C1;
    font-weight: 500;
    width: 100%;
}

.mfb-right-title {
    font-size: 16px;
    color: #2D0058;
    font-weight: 800;
    width: 100%;
}

.mfb-right-click {
    font-size: 10px;
    font-weight: 500;
    color: #7323C1;
    display: flex;
    gap: .5rem;
    margin-right: auto;
}

.mfb-left-side {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-right: 1rem;
}

.mfb-divider {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no_ads {
    grid-column: 1 / span 2;
    justify-content: space-around;
}

.no_ads .mfb-divider {
    display: none;
}

.no_ads .share-title {
    width: fit-content;
}

.mfb-divider::after {
    content: " ";
    height: 100%;
    width: 3px;
    display: flex;
    background-color: #7323C1;
    position: absolute;
}

.mfb-divider::before {
    content: " ";
    height: 12px;
    width: 12px;
    display: flex;
    border-radius: 3px;
    background: rgb(58, 18, 97);
    background: linear-gradient(90deg, rgba(58, 18, 97, 1) 0%, rgba(115, 35, 193, 1) 100%);
    position: relative;
    z-index: 1;
    transform: rotateZ(45deg);
}


ul.sharing-items {
    position: absolute;
    opacity: 0;
    width: 9rem;
    top: 15rem;
    background: rgb(237, 246, 255);
    background: linear-gradient(90deg, rgba(237, 246, 255, 1) 0%, rgba(241, 234, 247, 1) 100%);
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: opacity .2s ease-in-out, top .75s ease-in-out;
    z-index: -100;
}

.sharing-items a > span {
    font-size: 11px;
    font-weight: 300;
    color: #800182;
}

.sharing-items a > i {
    color: #2D0058;
}

ul.sharing-items > li {
    display: flex;
    justify-content: space-between;
    background: rgb(168, 212, 255);
    background: linear-gradient(90deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    padding: .3rem .5rem;
    align-items: center;
    border-radius: 6px;
}

.mfb-left-side > .share-title:hover > ul.sharing-items {
    opacity: 1;
    top: -15rem;
    z-index: 1;
    transition: opacity 1s ease-in-out, top .75s ease-in-out, z-index .5s linear;
}

.single-service-main h2 {
    color: #2D0058;
    font-size: 40px;
    font-weight: 800;
}

.single-service-main h3 {
    color: #800182;
    font-size: 30px;
    font-weight: 500;
}

.service-article h2 {
    color: #7323C1;
    font-size: 30px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.service-article h3 {
    color: #7323C1;
    font-size: 27px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.service-article h4 {
    color: #7323C1;
    font-size: 24px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.service-article h5 {
    color: #7323C1;
    font-size: 21px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.service-article h6 {
    color: #7323C1;
    font-size: 18px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}


.service-article img {
    margin: 0 auto;
    display: block;
    border-radius: 1rem;
    width: 100%;
}

.before_after-wraper > img {
    margin: 0;
}

img.article-main-image {
    width: 37rem;
    border-radius: 4rem;
}

.margin-from-top {
    margin-top: 6.25rem;
}

.image-back-box {
    position: relative;
}

.image-back-box::before {
    content: " ";
    width: 23rem;
    height: 23rem;
    position: absolute;
    background: rgb(168, 212, 255);
    background: linear-gradient(180deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    border-radius: 4rem;
}

/*----------------------------------------- single end -------------------------------*/
/*----------------------------------------- breadcrumb start -------------------------------*/
span.breadcrumb {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background: rgb(222, 238, 254);
    background: linear-gradient(90deg, rgba(222, 238, 254, 1) 0%, rgba(227, 219, 241, 1) 100%);
    border-radius: 15px;
    padding: 0 50px 0 40px;
    margin: 33px 0;
    /*-webkit-mask-image: url('../img/breadcrumb-arrow.png');*/
    /*-webkit-mask-repeat: repeat-x;*/
    /*-webkit-mask-size: contain;*/
    /*-webkit-mask-size: cover;*/
}

img.breadcrumb-arrow {
    margin-right: 34px;
    margin-left: 34px;
}

.breadcrumb-item {
    font-size: 12px;
    font-weight: 400;
    color: #2D0058;
    text-decoration: none;
}

/*----------------------------------------- breadcrumb end -------------------------------*/

/*----------------------------------------- services archive start -------------------------------*/
.archive-services {
    margin-top: 3rem;
}

h1.page-title {
    font-size: 30px;
    font-weight: 800;
    color: #2D0058;
}

.space-from-top {
    margin-top: 108px;
}

.service-row {
    display: inline-flex;
    justify-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.service-image-holder {
    width: 35%;
}

.service-info-holder {
    width: 65%;
    padding: 0 1rem;
}

.archive-services > .col-10:hover .service-image {
    /*transform: rotateY(180deg);*/
}

.archive-services > .col-10:nth-child(1)::before {
    content: " ";
    width: 734px;
    height: 734px;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
    position: absolute;
    border-radius: 197px;
    transform: rotateZ(-53deg) translate(230px, 320px);
    z-index: -1;
}

.archive-services > .col-10:nth-child(2)::before {
    content: " ";
    width: 384px;
    height: 384px;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
    position: absolute;
    border-radius: 118px;
    transform: rotateZ(-53deg) translate(-570px, -380px);
    z-index: -1;
}

.archive-services > .col-10:nth-child(3)::before {
    content: " ";
    width: 252px;
    height: 252px;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
    position: absolute;
    border-radius: 58px;
    transform: rotateZ(-53deg) translate(-790px, 20px);
    z-index: -1;
}

.archive-services > .col-10:nth-child(4)::before {
    content: " ";
    width: 953px;
    height: 953px;
    border: #F0CFFC 6px solid;
    opacity: 17%;
    position: absolute;
    border-radius: 235px;
    transform: rotateZ(-53deg) translate(-420px, -480px);
    z-index: -2;
}

.archive-services > .col-10:nth-child(5)::before {
    content: " ";
    width: 924px;
    height: 924px;
    border: #F0CFFC 6px solid;
    opacity: 17%;
    position: absolute;
    border-radius: 197px;
    transform: rotateZ(-53deg) translate(-460px, -400px);
    z-index: -2;
}

.archive-services > .col-10:nth-child(5)::after {
    content: " ";
    width: 924px;
    height: 924px;
    border: #F0CFFC 6px solid;
    opacity: 17%;
    position: absolute;
    border-radius: 197px;
    transform: rotateZ(-53deg) translate(-460px, -400px);
    z-index: -2;
}

.archive-services > .col-10:nth-child(6)::before {
    content: " ";
    width: 924px;
    height: 924px;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
    position: absolute;
    border-radius: 197px;
    transform: rotateZ(-53deg) translate(-460px, -400px);
    z-index: -1;
}

.archive-services > .col-10:nth-child(even) .service-image-holder {
    order: 1;
}

.archive-services > .col-10:nth-child(even) .service-image {
    margin-right: auto;
}

.service-image::before {
    content: " ";
    position: absolute;
    width: 90%;
    height: 90%;
    z-index: -1;
    border-radius: 75px;
    right: 0;
    transform: rotateZ(-53deg);
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
}

.service-image::after {
    content: " ";
    position: absolute;
    width: 90%;
    height: 90%;
    z-index: -2;
    border-radius: 75px;
    right: 0;
    top: 0;
    transform: rotateZ(-53deg);
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    filter: blur(15px);
}

.service-image {
    position: relative;
    width: 300px;
    height: 300px;
    transition: transform .5s ease-in-out;
}

.service-image img {
    width: 100%;
    right: 0;
    position: relative;
    height: 100%;
}

.posts-image-back {
    width: 220px;
    height: 220px;
    /* width: 88%; */
    /* height: 93%; */
    position: relative;
    transform: rotateZ(128deg);
    border-radius: 62px;
    z-index: 1;
    top: 10px;
    right: 24px;
    background: rgb(178, 166, 224);
    background: linear-gradient(0deg, #B595D4 0%, #A8D4FF 100%);
    margin-right: -1.5rem;
}

.service-image-mask {
    z-index: 2;
    -webkit-mask-image: url(../img/posts-mask-2.svg);
    -webkit-mask-size: auto;
    -webkit-mask-repeat: no-repeat;
    width: 300px;
    height: 300px;
    -webkit-mask-position: -12px -18px;
}

.service-info-title {
    font-size: 22px;
    font-weight: 800;
    color: #2D0058;
}

.service-info-desc {
    font-size: 14px;
    font-weight: 300;
    color: #2D0058;
    margin: 1.5rem 0;
    text-align: justify;
    line-height: 1.8rem;
}

.service-info-btn {
    font-size: 12px;
    font-weight: 600;
    color: #2D0058;
    position: relative;
    cursor: pointer;
}

.service-info-btn::before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    transform: rotateZ(-53deg) scale(1);
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    right: 0;
    transition: right .5s ease-in-out, opacity .6s ease-in-out, transform .5s ease-in-out, width .5s ease-in-out, max-height .5s ease-in-out;
    transition-delay: 0s, 0s, 0s, .5s, .5s;
    max-height: 350px;
}

.service-info-btn:hover::before {
    right: 45%;
    transform: rotateZ(-360deg) scale(0);
    /*width: 0;*/
    /*max-height: 0;*/
}

.service-info-btn::after {
    content: "\f104";
    font-family: 'Font Awesome 6 Pro';
    position: relative;
    background-color: #2D0058;
    color: #fff;
    padding: 3px 7px;
    border-radius: 50%;
    opacity: 0;
    transition: margin-right .5s ease-in-out, opacity .2s ease-in;
    transition-delay: 0s, .4s;
}

.service-info-btn:hover::after {
    margin-right: 79px;
    opacity: 1;
}

/*----------------------------------------- services archive end -------------------------------*/

/*----------------------------------------- notification archive start -------------------------------*/
.accordion-title.accordion-notifications {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
}

.accordion-notifications > .title {
    font-size: 18px;
    font-weight: 800;
}

.accordion-notifications > .subtitle {
    font-size: 16px;
    font-weight: 300;
}

.date {
    grid-area: 1 / 2 / 3 /2;
    justify-self: end;
    margin-left: 1rem;
    font-size: 14px;
    font-weight: 700;
}

.accordion-title.accordion-notifications::after {
    top: 38%;
}

.notifications-archive-title {
    margin: 6.25rem 0 5rem;
}

.notification-archive-sidebar .nas-title {
    display: flex;
    gap: .5rem;
    font-size: 14px;
    font-weight: 700;
    color: #2D0058;
    margin-bottom: 2rem;
}

.notification-archive-sidebar {
    background: rgb(168, 212, 255);
    background: linear-gradient(21deg, rgba(168, 212, 255, 0.15) 0%, rgba(181, 149, 212, 0.15) 100%);
    padding: 2rem;
    border-radius: 2rem;
    position: sticky;
    top: 0;
}

.notifications-date::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #B430B7;
    border-radius: 3px;
    transform: rotateZ(45deg);
}

.notifications-date {
    font-size: 13px;
    font-weight: 700;
    color: #800182;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.notifications-date-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/*----------------------------------------- service single start -------------------------------*/
.aura-top-posts {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 858px;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg,
    rgba(168, 212, 255, 0) 0%,
    rgba(168, 212, 255, 0.5) 50%,
    rgba(181, 149, 212, 1) 100%);
    z-index: -2;
}

.service-post-container {
    margin-top: 8.25rem;
}

.not-found-page {
    margin: 13.5rem 0;
}

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

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

.sp-featured-image-container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 3rem 0;
}

.sp-featured-image-holder {
    width: fit-content;
    position: relative;
}

.sp-featured-image {
    z-index: 5;
    position: relative;
    -webkit-mask-image: url('../img/posts-mask-2.svg');
    -webkit-mask-size: contain;
}

.sp-featured-box-behind {
    position: absolute;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 21%;
    z-index: -1;
}

.sp-featured-image-holder > div.sp-featured-box-behind:nth-child(1) {
    z-index: 4;
    transform: rotate(307deg) scale(.8);
}

.sp-featured-image-holder > div.sp-featured-box-behind:nth-child(2) {
    z-index: 3;
    transform: rotate(-75deg);
    opacity: 80%;
}

.sp-featured-image-holder > div.sp-featured-box-behind:nth-child(3) {
    z-index: 2;
    transform: rotate(-105deg);
    opacity: 60%;
}

.sp-featured-image-holder > div.sp-featured-box-behind:nth-child(4) {
    z-index: 1;
    transform: rotate(-135deg);
    opacity: 40%;
}

.breadcrumb-holder {
    display: flex;
    width: 100%;
    justify-content: center;
}

video#video, video#video-2 {
    transition: border-radius .2s ease-in-out;
    border-radius: 3rem;
    width: 100%;
}

figure#videoContainer, figure#videoContainer-2 {
    position: relative;
}

figure#videoContainer-2 {
    width: 50%;
    margin: 8rem auto;
}

.results-main figure#videoContainer-2 {
    margin: 1rem auto 5rem;
}

div#video-controls, div#video-controls-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-content: center;
    justify-content: center;
}

button#playpause, button#playpause-2 {
    width: 100%;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, .1) 0%, rgba(181, 149, 212, 0.2) 100%);
    border-radius: 3rem;
    height: 99%;
    padding: 0;
}

.custom-font-play {
    width: 100%;
    height: 100%;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(3rem, 3.5vw, 6rem);
}

.service-clip-text {
    text-align: justify;
    line-height: 38px;
}

.service-clip-text:not(h2) {
    font-size: 16px;
    font-weight: 300;
    color: #2D0058;
}


.six_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem 0;
}

.before-after-container {
    display: grid;
    grid-gap: 2rem;
    margin-left: 2rem;
}

.owl-stage-outer .before-after-container {
    margin-left: 0;
}

.before_after_holder {
    cursor: pointer;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0.25rem 1rem;
}

.container_images {
    display: grid;
    grid-template-columns: 29% 69%;
    grid-column-gap: 1rem;
}

div#image_preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

div#image_big {
    align-items: center;
    cursor: auto;
}

p.case_description {
    margin: 1rem 0;
    text-align: justify;
    color: #3f0974;
    font-weight: 400;
}


.results-section .breadcrumb-holder {
    justify-content: flex-start;
}

.before_after-wraper > img {
    width: 100%;
}

.before-after-parent {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 2rem;
}

.before_after-wraper::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(115, 35, 193);
    background: linear-gradient(0deg, rgba(115, 35, 193, 1) 0%, rgba(115, 35, 193, 0) 25%);
    border-radius: 21px;
    transition: transform .5s ease-out, opacity .2s ease-in-out;
    transform: scaleY(.5);
    transform-origin: bottom;
    opacity: 0;
}

.before_after_holder:hover .before_after-wraper::before {
    transform: scaleY(1);
    opacity: 1;
}

.before_after_holder::after {
    content: " ";
    width: 100%;
    height: 7px;
    background: #800182;
    grid-column: 1 / span 2;
    border-radius: 2px;
}

.before_after-wraper > img {
    border-radius: 20px;
    height: auto;
}

.before_after-wraper {
    position: relative;
}

span.before-after-overlay-text {
    bottom: 0;
    position: absolute;
    margin: 0 1rem 1rem 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    z-index: 1;
    right: 0;
}

span.before-after-overlay-text.small-text {
    font-size: 14px;
    right: 5px;
}

.popup_wrapper > img {
    border-radius: 10px;
}

.popup_wrapper > span {
    margin: 0;
}

.popup_wrapper::before {
    border-radius: 10px;
}

.steps-container {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 5%;
    justify-items: stretch;
    position: relative;
}

.steps {
    background: #DBBEEE;
    height: 6px;
    position: relative;
}

.steps:hover > .steps-info i {
    transform: scale(1.5) rotateZ(-53deg);
    background: #fff;
    color: #7323C1;
    border: 3px solid;
    border-radius: 19px;
    width: 4rem;
    position: relative;
    height: 4rem;
}

.steps:hover > .steps-info span.steps-info-number {
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.steps:hover > .steps-info span.steps-info-desc {
    margin-top: 1rem;
}

.steps:hover > .steps-info i::before {
    transition: transform .2s ease-in;
    right: 38%;
    transform: rotateZ(53deg) scale(1.5) !important;
    top: 31%;
    position: absolute;
}


.steps::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background: #7323C1;
    height: 100%;
    transition: width .2s ease-in;
}

.steps-complete::before {
    width: 100%;
}

.steps:nth-child(0)::before {
    transition-delay: .8s;
}

.steps:nth-child(1)::before {
    transition-delay: .6s;
}

.steps:nth-child(2)::before {
    transition-delay: .4s;
}

.steps:nth-child(3)::before {
    transition-delay: .2s;
}

.steps:nth-child(4)::before {
    transition-delay: 0s;
}

.steps-complete:nth-child(0)::before {
    transition-delay: 0s;
}

.steps-complete:nth-child(1)::before {
    transition-delay: .2s;
}

.steps-complete:nth-child(2)::before {
    transition-delay: .4s;
}

.steps-complete:nth-child(3)::before {
    transition-delay: .6s;
}

.steps-complete:nth-child(4)::before {
    transition-delay: .8s;
}

.steps-info {
    display: grid;
    grid-template-columns: 40% auto;
    grid-template-rows: auto auto auto;
    justify-items: center;
    margin-top: -4rem;
    margin-right: -3rem;
}

.steps:nth-last-child(2) > .steps-info {
    grid-template-columns: auto;
    white-space: nowrap;
}

span.steps-info-number {
    grid-row-start: 1;
    margin-bottom: 1rem;
    transition: margin .3s ease-in;
    font-size: 20px;
    font-weight: 500;
    color: #B430B7;
}

.steps-info > i {
    grid-row-start: 2;
    background: #7323C1;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -.5rem;
    transition: transform .3s ease-in, color .2s ease-in, border-radius .5s ease-in;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateZ(-53deg);
}

.steps-info > i::before {
    transform: rotateZ(53deg);
}

span.steps-info-desc {
    grid-row-start: 3;
    text-align: center;
    transition: margin .3s ease-in;
    font-size: 20px;
    font-weight: 800;
    color: #7323C1;
}

.steps-desc {
    text-align: justify;
    grid-column: 1/ span 4;
    grid-row-start: 2;
    margin: 9rem auto 4rem;
    width: 90%;
    background: #FDF5FF;
    padding: 3rem 1.5rem;
    border-radius: 2rem;
    opacity: 0;
    transition: opacity .3s ease-in, transform .2s ease-in;
    transform: translateY(-2rem);
    font-size: 16px;
    font-weight: 400;
    color: #2D0058;
}

.show-steps-desc {
    opacity: 1;
    transform: translateY(0);
}

p.steps_desc {
    display: none;
}

section.op-steps {
    padding-top: 01px;
}

.accordion-item-holder:not(:first-child) {
    margin-top: 1rem;
}

.accordion-container {
    list-style: none;
}

.accordion-title {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 2rem 1.5rem;
    background: rgb(181, 149, 212);
    background: linear-gradient(90deg, rgba(181, 149, 212, 1) 0%, rgba(169, 204, 250, 1) 100%);
    border-radius: 18px;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    z-index: 1;
}

.hide_this {
    display: none;
}

div#load_more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto 1rem;
    width: fit-content;
    color: #fff;
    padding: 1rem;
    border-radius: .75rem;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.load_more-show {
    opacity: 1 !important;
}

.accordion-title::after {
    content: "\f104";
    font-family: 'Font Awesome 6 Pro', serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0) rotateZ(0deg);
    font-weight: 900;
    position: absolute;
    top: 37%;
    transition: transform .2s ease-in;
    margin-left: 1rem;
    left: 0;
}

.accordion-title-show::after {
    transform: translate(0, 0) rotateZ(-90deg);
}

.accordion-desc {
    background: #FBEFFF;
    padding: 0.5rem 1.5rem;
    border-radius: 0 0 1rem 1rem;
    width: 94%;
    margin: 0 auto;
    font-size: .85rem;
    font-weight: 400;
    color: #2D0058;
    line-height: 2.3rem;
    /*transform: translateY(-4rem);*/
    transform-origin: top;
    transition: max-height .5s ease-in, opacity .2s ease-in;
    transition-delay: 0s, .3s;
    max-height: 0;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    text-align: justify;
}

.accordion-show > .accordion-desc {
    transition-delay: 0s, 0s;
    max-height: 50rem;
    /*transform: translateY(0);*/
    opacity: 1;
}

.accordion-show > .accordion-title::after {
    transform: translate(0, 0) rotateZ(-90deg);
}

.call-us {
    background: rgb(181, 149, 212);
    background: linear-gradient(90deg, rgba(181, 149, 212, 1) 0%, rgba(169, 204, 250, 1) 100%);
    margin: 112px 0;
    overflow: hidden;
    padding-bottom: 2rem;
}


.call-us-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-us-title > * {
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
}

.call-us-container {
    display: grid;
    grid-template-rows: 1fr 1fr auto;
    z-index: 2;
    position: relative;
    margin: 2rem 0 0;
}

.call-us-call-or-form-titles {
    display: grid;
    grid-template-columns: 3fr 0fr 3fr;
    justify-items: center;
    align-items: center;
}

.call-us-or-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}

.call-us-form > form {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

.form-item-holder {
    display: grid;
}

.form-item-holder:last-child {
    grid-row-start: 6;
    grid-column: 1/ span 2;
}

.form-item-holder:nth-last-child(2) {
    grid-row-start: 3;
    grid-column: 1/ span 2;
}

.amindgm-upload-holder {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

button.amindgm-upload-btn {
    position: relative;
    background: rgb(253, 185, 200);
    background: linear-gradient(59deg, rgba(253, 185, 200, 1) 0%, rgba(246, 175, 207, 1) 100%);
    padding: 7px 12px;
    border-radius: 7px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s ease-in, background .2s ease-in;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .16);
    color: #fff;
    white-space: nowrap;
}

.amindgm-upload-holder:hover > button.amindgm-upload-btn, button.amindgm-upload-btn:hover {
    color: rgb(253, 185, 200);
    background: linear-gradient(59deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    cursor: pointer;
}

.amindgm-upload-holder input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.call-us-img-container {
    -webkit-mask-image: linear-gradient(black, black);
    mask-image: linear-gradient(black, transparent);
    z-index: 0;
}

.call-us-img-container::after {
    content: " ";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(181, 149, 212);
    background: linear-gradient(53deg, rgba(181, 149, 212, 1) 0%, rgba(169, 204, 250, 1) 100%);
    opacity: 67%;
}

.call-us-call-title, .call-us-form-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.call-us-form-title {
    /*margin-right: -5rem;*/
}

span.call-us-or {
    font-size: 54px;
    font-weight: 800;
    color: #B430B7;
    width: 0;
    margin-right: -40px;
}

.call-us-phoneNo {
    font-size: 27px;
    font-weight: 500;
}

.call-us-phoneNo::before {
    content: "\f095";
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    margin-left: .5rem;
    transform: rotateY(180deg);
}

.call-us-form {
    width: 90%;
    padding: 2rem;
    background: rgba(255, 255, 255, .2);
    border-radius: 21px;
}

.breadcrumb-holder > .box-behind {
    width: 734px;
    height: 734px;
    position: absolute;
    right: calc(50% - 63rem);
    top: 30rem;
    transform: rotateZ(-53deg);
    border-radius: 197px;
    z-index: -100;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
}


.box-behind-service-second-row {
    position: relative;
    left: calc(50% - 64rem);
    top: -2rem;
}

.box-behind-service-second-row::before {
    content: " ";
    width: 734px;
    height: 734px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(-53deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.box-behind-service-between-content {
    position: relative;
    top: -2rem;
}

.box-behind-service-between-content::after {
    content: " ";
    width: 924px;
    height: 924px;
    position: absolute;
    left: calc(50% - 60rem);
    top: 32rem;
    transform: rotateZ(-53deg);
    border-radius: 21%;
    z-index: -100;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
}

.box-behind-service-between-content::before {
    content: " ";
    width: 734px;
    height: 734px;
    position: absolute;
    right: calc(50% - 70rem);
    top: 0;
    transform: rotateZ(-53deg);
    border-radius: 21%;
    z-index: -100;
    border: 6px solid #F0CFFC;
    opacity: 17%;
}

.box-behind-service-after-content {
    position: relative;
    right: calc(50% - 95rem);
    top: 12rem;
}

.box-behind-service-after-content::before {
    content: " ";
    width: 924px;
    height: 924px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(-53deg);
    border-radius: 21%;
    z-index: -100;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
}

.box-behind-service-steps {
    position: relative;
    left: calc(50% - 61rem);
    top: -18rem;
}

.box-behind-service-steps::before {
    content: " ";
    width: 734px;
    height: 734px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(-53deg);
    border-radius: 21%;
    z-index: -100;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    opacity: 17%;
}

.service-article p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 38px;
    color: #2D0058;
}

.service-article h2 {
    font-size: 30px;
    font-weight: 800;
    color: #800182 !important;
    margin-bottom: 2rem;
}

.call-us-call-title .call-us-phoneNo {
    display: none;
}

.row.clip-row {
    margin: 2rem 0;
}

.row.service-first-image-row, .service-second-image-row {
    margin: 2rem 0;
}

section.service-results h2 {
    margin-bottom: 6.5rem;
    text-align: center;
}

section.op-steps h2 {
    margin-bottom: 7rem;
    text-align: center;
}

#results-owl {
    margin-bottom: 5rem;
}

#results-owl .owl-prev {
    margin-right: 0 !important;
    margin-left: 283px;
}

#results-owl .owl-dots {
    bottom: -55px;
}

#results-owl .owl-nav {
    bottom: -70px;
}

section.faq > h2 {
    text-align: center;
    margin-bottom: 3rem;
}

/*----------------------------------------- service single end ---------------------------------*/
/*----------------------------------------- page start ---------------------------------*/
.page-main {
    margin-top: 8.5rem;
}

.single-service-main h2 {
    color: #2D0058;
    font-size: 30px;
    font-weight: 800;
}

.single-service-main h3 {
    color: #800182;
    font-size: 25px;
    font-weight: 500;
}


.page-article h2, .post-content h2 {
    color: #7323C1;
    font-size: 30px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.page-article h3, .post-content h3 {
    color: #7323C1;
    font-size: 27px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.page-article h4, .post-content h4 {
    color: #7323C1;
    font-size: 24px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.page-article h5, .post-content h5 {
    color: #7323C1;
    font-size: 21px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.page-article h6, .post-content h6 {
    color: #7323C1;
    font-size: 18px;
    font-weight: 800;
    margin: 5rem 0 2rem;
}

.page-article .content-area > p img, .post-content p > img {
    margin: 5rem auto;
    display: block;
    border-radius: 1rem;
    width: 90%;
}

.page-article p, .post-content p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 38px;
    color: #2D0058;
    position: relative;
}

.page-main .breadcrumb-holder > .box-behind {
    top: 40rem;
}

.page-main .breadcrumb-holder > .box-behind::before {
    content: " ";
    width: 734px;
    height: 734px;
    position: absolute;
    left: calc(50% - 108rem);
    top: -37rem;
    border-radius: 197px;
    z-index: -100;
    border: 3px solid;
    opacity: 17%;
}

.page-box-behind {
    position: relative;
    right: calc(50% - 30rem);
    top: -20rem;
}

.page-box-behind::after {
    content: " ";
    width: 734px;
    height: 734px;
    position: absolute;
    left: -24rem;
    top: 25rem;
    transform: rotateZ(-53deg);
    border-radius: 197px;
    z-index: -100;
    opacity: 17%;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
}

.page-box-behind::before {
    content: " ";
    width: 734px;
    height: 734px;
    position: absolute;
    right: -35rem;
    top: -17rem;
    transform: rotateZ(-53deg);
    border-radius: 197px;
    z-index: -100;
    border: 3px solid;
    opacity: 17%;
}

.page-article {
    margin-bottom: 5rem;
}

/*----------------------------------------- comments start -----------------------------------*/

.comment-subtitle {
    font-size: 18px;
    color: #2D0058;
    font-weight: 400;
}

.user-comment-info, .comment-info {
    grid-column: 1 / span 2;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.user-comment-info img {
    border-radius: 50%;
}

.comments-info {
    display: flex;
    justify-content: space-between;
}

ul.comment-time-date {
    display: flex;
    gap: 1rem;
}

.logged-in-as > h5 {
    font-size: 18px;
    font-weight: 800;
    color: #2D0058;
    margin: 0;
}

.logged-in-as > span {
    font-size: 16px;
    font-weight: 400;
    color: #2D0058;
}

textarea#comment {
    grid-column: 1 / span 2;
    margin-bottom: 2rem;
}

.comments-cta {
    font-size: 18px;
    font-weight: 400;
    color: #2D0058;
    margin-bottom: 3rem;
}

.comment-title {
    font-size: 30px;
    font-weight: 800;
    color: #2D0058;
    margin-top: 5rem;
    position: relative;
    line-height: 3.5rem;
}

.comment-title::after {
    content: " ";
    position: absolute;
    width: 112px;
    height: 112px;
    transform: rotateZ(-53deg);
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    right: 0;
    top: -2rem;
    z-index: -1;
    opacity: 36%;
    border-radius: 30px;
}

#reply-title {
    color: #2D0058;
    font-size: 16px;
    font-weight: 400;
}

#respond {
    background: rgb(238, 247, 255);
    background: linear-gradient(90deg, rgba(238, 247, 255, 1) 0%, rgba(240, 234, 246, 1) 100%);
    padding: 2rem;
    border-radius: 1.5rem;
}

.comment-notes {
    display: none;
}


.comment-form-holder {
    display: grid;
    grid-template-columns: 1fr 11fr;
    grid-template-rows: 1fr 1fr;
}

.comment-form-pp {
    border-radius: 50%;
    margin: auto 0;
    grid-row: 1 / span 2;
}

.comment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 2rem 0;
}

.comment-notes {
    grid-column: 1 / span 2;
}

.comment-form-author, .comment-form-email {
    display: grid;
    align-items: center;
}

.comment-form-comment {
    grid-column: 1 / span 2;
    display: grid;
}

.form-submit .submit {
    background: rgb(103, 29, 175);
    background: linear-gradient(55deg, rgba(103, 29, 175, 1) 0%, rgba(54, 4, 102, 1) 100%);
    text-decoration: none;
    color: #FFFFFF;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 7px;
    margin: auto;
    transition: color .2s ease-in, background .2s ease-in;
}

.form-submit .submit:hover {
    background: rgb(255 255 255);
    background: linear-gradient(55deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 1) 100%);
    color: rgb(103, 29, 175);
}

.form-submit {
    grid-column: 1 / span 2;
    justify-self: end;
}

.comment-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3.5rem;
}

.children li {
    margin-bottom: 0 !important;
}

ul.comment-reply-like {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.like-holder {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.like-holder > div {
    display: inline-flex;
    flex-direction: column;
}

.comment-box {
    margin-top: 1.1rem;
    padding: 2rem;
    border-radius: 1.5rem;
    background: rgb(168, 212, 255);
    background: linear-gradient(90deg, rgba(168, 212, 255, .2) 0%, rgba(181, 149, 212, .2) 100%);
}

.comment-reply-link {
    grid-column-start: 4;
    justify-self: end;
    background: rgb(253, 185, 200);
    background: linear-gradient(59deg, rgba(253, 185, 200, 1) 0%, rgba(246, 175, 207, 1) 100%);
    padding: 7px 12px;
    border-radius: 7px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s ease-in, background .2s ease-in;
    cursor: pointer;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .16);
    color: #fff;
    white-space: nowrap;
}

.comment-reply-link:hover {
    background: linear-gradient(59deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
}

.comment-reply-link:hover {
    color: rgb(253, 185, 200);
}

.comment-reply-link {
    text-decoration: none;
    color: #fff;
    display: flex;
    gap: .25rem;
}

.comment-author.vcard {
    display: grid;
    grid-gap: 0 1rem;
}

.comment-author > cite.fn {
    grid-column-start: 2;
    grid-row-start: 1;
}

.comment-time-date > li {
    font-size: 1rem;
    font-weight: 400;
    color: #2D0058;
    text-decoration: none;
}

.comment-body {
    margin-top: 1.1rem;
}

.comment-body > p {
    font-size: 16px;
    font-weight: 400;
    color: #2D0058;
    text-align: justify;
}

.comment-author > img {
    grid-row: 1 / span 2;
    grid-column-start: 1;
    border-radius: 50%;
}

.user-name-time > h5 {
    color: #2D0058;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
}

.says, .comment-edit-link {
    display: none;
}

.like-holder {
    grid-column-start: 3;
    justify-self: end;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.like-holder {
    color: #800182;
    position: relative;
}

.like-spinner {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    background: #efeefa75;
    border-radius: .25rem;
    padding: 1.5rem;
    transition: opacity .2s ease-in-out, z-index .2s linear;
}

.like-spinner-show {
    opacity: 1;
    z-index: 1;
}

.can-like {
    cursor: pointer;
}

.cant-like {
    color: #FC0404;
    cursor: not-allowed;
}

.comment-meta i {
    margin-left: .5rem;
    display: flex;
}

.liked-text {
    font-size: 10px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

.logged-in-as a {
    text-decoration: none;
    font-size: 18px;
    color: #2D0058;
    font-weight: 800;
}

.comment-sidebar-tool-container {
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, .2) 0%, rgba(181, 149, 212, .2) 100%);
    padding: 25px;
    border-radius: 27px;
    position: sticky;
    position: -webkit-sticky;
}

.side-tool-header {
    display: inline-flex;
    align-items: center;
    color: #2D0058;
    gap: .5rem;
}

.comment-sidebar-tool-container .side-tool-header .amindgm-font-comment {
    color: #2D0058;
}

.side-tool-title {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #2D0058;
}

.authoremail {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column: 1 /span 2;
    margin-top: 2rem;
    grid-gap: 2rem;
}

.authorcomment, .emailcomment {
    display: inline-flex;
    flex-direction: column;
}

.comment_notice {
    margin-right: .5rem;
    font-size: 10px;
}

.commentarea {
    margin-top: 3.5rem;
}

ul.side-tool-body li {
    display: grid;
    align-items: center;
    width: 100%;
    margin: 1rem 0 0;
    grid-template-columns: auto auto;
}

.custom-font-box {
    width: 12px;
    height: 12px;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    transform: rotateZ(-53deg);
    border-radius: 3px;
    margin-left: 6px;
}

.side-tool-body a {
    font-size: 13px;
    font-weight: 300;
    color: #800182;
    text-decoration: none;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, .2) 0%, rgba(181, 149, 212, .2) 100%);
    padding: 5px;
    border-radius: 6px;
}

.side-tool-body div > span {
    font-weight: 300;
    font-size: 12px;
    color: #2D0058;

}

.side-tool-body li > span {
    margin-right: auto;
    font-size: 13px;
    font-weight: 300;
    color: #800182;
    text-decoration: none;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, .2) 0%, rgba(181, 149, 212, .2) 100%);
    padding: 5px;
    border-radius: 6px;
}

ul.side-tool-body div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem;
}

/*----------------------------------------------- next_previous start ---------------------------------------------*/
.previous_next_post {
    display: flex;
    flex-direction: column;
}

.pbp-title {
    display: inline-flex;
    align-items: center;
}

.pbp-body {
    display: flex;
    width: 100%;
}

.pbp-title .custom-font-instagram {
    display: flex;
}

.pbp-title > h4 {
    margin: 0 1rem;
    font-size: 16px;
}

.previous-container, .next-container {
    width: 50%;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform .5s ease-in-out;
}

.previous-container:hover {
    transform: translateX(10px);
}

.next-container:hover {
    transform: translateX(-10px);
}

.previous-image, .next-image {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-mask-image: url('../img/posts-mask-2.svg');
    -webkit-mask-size: contain;
    position: relative;
}

.previous-image img, .next-image img {
    height: 100%;
}

.previous-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.previous-info > h5, .next-info > h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #2D0058;
}

.next-container {
    justify-content: end;
    flex-direction: row-reverse;
}

.next-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.next-info > div {
    display: inline-flex;
    flex-direction: row-reverse;
    margin-bottom: .5rem;
}

.next-info i {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    color: #2D0058;
}

.previous-info div {
    display: flex;
    margin-bottom: .5rem;
}

.previous-image-holder {
    margin-left: 1rem;
}

.next-image-holder {
    margin-right: 1rem;
}

.previous-info i {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    color: #2D0058;
}

.previous-image-holder, .next-image-holder {
    position: relative;
}

.previous-image-behind {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 5rem;
    height: 5rem;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    -webkit-mask-image: url('../img/posts-mask-2.svg');
    -webkit-mask-size: contain;
    z-index: 0;
}

.next-image-behind {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 5rem;
    height: 5rem;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    -webkit-mask-image: url('../img/posts-mask-2.svg');
    -webkit-mask-size: contain;
    z-index: 0;
}

.previous_next_post {
    display: flex;
    flex-direction: column;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, .2) 0%, rgba(181, 149, 212, .2) 100%);
    padding: 2rem;
    border-radius: 1.75rem;
    margin: 5rem 0 2rem;
}

.pbp-title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 2rem;
    color: #2D0058;
}

.pbp-title > * {
    color: #2D0058 !important;
}

.previous-info span, .next-info span {
    font-size: 14px;
    font-weight: 800;
    color: #2D0058;
}

/*------------------------------------------- dashboard -> orders - start -----------------------------------------*/
.amindmg_orders_table {
    width: 100%;
}

.amindmg_orders_table > thead {
    border-bottom: 1px solid #750277;
}

.amindmg_orders_table > thead > tr {
    padding-bottom: .7rem;
    font-size: 16px;
    font-weight: 500;
    color: #2D0058;
}

.amindmg_orders_table tr {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    justify-items: center;
}

.amindmg_orders_table > tbody > tr, .order_number {
    font-size: 14px;
    font-weight: 400;
    color: #800182;
}

.amindmg_orders_table > tbody {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    margin: 1.5rem 0;
}


/*----------------------------------------------- consultant start ---------------------------------------------*/
.consultant {
    margin-top: 8.25rem;
}

.consultant .page-title {
    color: #2D0058;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5px;
}

.consultant-subtitle {
    font-size: 30px;
    font-weight: 500;
    color: #800182;
}

.consultant .op-steps {
    margin-top: 7rem;
}

.consultant .box-behind-service-steps {
    right: calc(50% - 102rem);
    top: 2rem;
}

/*----------------------------------------------- contact us start ---------------------------------------------*/
.contact-us-page {
    margin-top: 8.25rem;
}

.contact-us-page h2 {
    font-size: 30px;
    font-weight: 800;
    color: #2D0058;
    white-space: nowrap;
    margin-bottom: 8rem;
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    color: #800182;
    white-space: nowrap;
    display: flex;
    margin-bottom: 1.5rem;
}

.info-desc {
    margin-top: 1rem;
}

.info-desc > a {
    color: #B430B7;
    font-size: 18px;
    font-weight: 400;
}

.find-us-info {
    margin: 8rem 0;
}

.contact-us-page-row {
    justify-content: space-between;
}

.find-us-items {
    display: inline-flex;
    gap: 1rem;
}

.find-us-item > img {
    width: 100%;
}

.google-map-holder {
    position: relative;
    -webkit-filter: drop-shadow(0 0 40px rgba(180, 153, 215, 0.5));
    -moz-filter: drop-shadow(0 0 40px rgba(180, 153, 215, 0.5));
    -ms-filter: drop-shadow(0 0 40px rgba(180, 153, 215, 0.5));
    -o-filter: drop-shadow(0 0 40px rgba(180, 153, 215, 0.5));
}

.google-map-holder > iframe {
    -webkit-mask-image: url('../img/posts-mask-2.png');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}


/*----------------------------------------------- sidebar start ---------------------------------------------*/

.sidebar-tool-container {
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, .2) 0%, rgba(181, 149, 212, .2) 100%);
    padding: 25px;
    border-radius: 27px;
    transition: max-height .3s ease-in-out, opacity .2s ease-in-out, transform .5s ease-in-out, z-index 1s ease-in-out;
}

.sidebar-tool-container.important-tool-container {
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    padding: 25px;
    border-radius: 27px;
    transition: max-height .3s ease-in-out, opacity .2s ease-in-out, transform .5s ease-in-out, z-index 1s ease-in-out;
}

.sidebar-tool-container:not(:last-child) {
    margin-bottom: 2rem;
}

.tool-share-header > .share-heart {
    margin-right: auto;
}

.side-goto-post {
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: transform .2s ease-in-out;

}

#side_share {
    margin-top: 1rem;
}

.show_after_scroll {
    z-index: -100;
    max-height: 0;
    margin-top: 0 !important;
    padding: 0;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    margin-bottom: 0 !important;
}

.side-goto-post:hover {
    transform: translateX(-.5rem);
}

.side-goto-post > i {
    width: 15px;
    height: 15px;
    background-color: #7323C1;
    border: 1px solid #7323C1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.side-goto-post:hover > i {
    background-color: transparent;
    color: #7323C1;
}

.service-tool-header {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.service-tool-header .side-tool-title-top {
    color: #7323C1;
    font-size: 1rem;
    font-weight: 500;
}

.important-tool-container .side-tool-title-top {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.important-tool-container .side-tool-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.important-tool-container .violet-pink-link {
    color: #fff;
    font-size: 12px;
}

.service-tool-header h3.side-tool-title {
    margin: 8px 0 11px 0;
}

.service-tool-header a {
    margin-right: auto;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #7323C1;
    display: flex;
    gap: 1rem;
}

.violet-pink-link {
    transition: transform .2s ease-in-out;
}

.violet-pink-link:hover {
    transform: translateX(-5px);
}


.service-tool-image-holder {
    width: 100%;
}

.service-tool-image-holder img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    margin-top: 1.5rem;
}

.tool-share-header {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

h4.share-title {
    font-size: 14px;
    font-weight: 800;
    color: #2D0058;
    margin-right: .5rem;
    margin-bottom: 0;
}

.tool-share-header i.amindgm-font-heart-empty {
    margin-right: auto;
    color: #800182;
    margin-left: .5rem;
}

.tool-share-header span {
    font-size: 10px;
    font-weight: 400;
    color: #800182;
}

ul.tool-share-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.tool-share-body a > i,
.tool-share-body a {
    color: #2D0058;
}

ul.tool-share-body li {
    position: relative;
}

ul.tool-share-body li > a {
    display: flex;
    justify-content: space-between;
    background: rgb(168, 212, 255);
    background: linear-gradient(90deg, rgba(168, 212, 255, .3) 0%, rgba(181, 149, 212, 0.3) 100%);
    padding: .25rem .5rem;
    border-radius: 6px;
    align-items: center;
}

ul.tool-share-body li > a::before {
    content: " ";
    background: rgb(168, 212, 255);
    background: linear-gradient(90deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    border-radius: 6px;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity .5s ease-in-out;
}

ul.tool-share-body li > a:hover::before {
    opacity: 1;
}

ul.tool-share-body a > i {
    margin-left: 1rem;
}

ul.tool-share-body a > span {
    font-size: 13px;
    font-weight: 400;
    color: #800182;
}

.tool-uptodate-header {
    display: flex;
    align-items: center;
    color: #2D0058;
    gap: .5rem;
}

form.uptodate-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.uptodate-form label {
    width: 100%;
    margin-top: 2rem;
}

.uptodate-form input {
    width: 55%;

}

.uptodate-form button {
    margin: 0 auto 0 0;
}

.tool-header {
    display: flex;
    align-items: center;
    color: #2D0058;
}

.tool-header .tool-title {
    font-size: 18px;
    font-weight: 800;
    color: #2D0058;
    margin-right: .5rem;
    margin-bottom: 0;
}

.row-image-holder img {
    -webkit-mask-image: url('../img/posts-mask-2.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right;
    height: 100%;
}

.row-image-holder {
    width: 70px;
    height: 70px;
    position: relative;
}

li.tool-row {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    transition: background-color .2s ease-in-out;
    padding: .3rem;
    border-radius: 13px;
    cursor: pointer;
}

li.tool-row:hover {
    background-color: #FFFFFF;
}

.row-info-holder {
    width: -webkit-fill-available;
    margin: 0 .3rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

h2.row-post-title {
    font-size: 14px;
    font-weight: 700;
    color: #2D0058;
}

.row-info-holder span {
    font-size: 10px;
    font-weight: 400;
    display: flex;
    color: #2D0058;
    width: 100%;
}

.row-info-holder a {
    font-size: 14px;
    font-weight: 700;
    color: #2D0058;
}

.row-info-holder span > i {
    margin-left: .5rem;
}

.row-image-holder::before {
    content: " ";
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: .5rem;
    background: rgb(168, 212, 255);
    background: linear-gradient(90deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    transform: rotateZ(-53deg);
    top: 6px;
    right: 4px;
}

li.tool-row > i {
    color: #2D0058;
}

/*----------------------------------------------- my account start ---------------------------------------------*/
.woocommerce {
    margin-top: 1rem
}

.score-list-holder > .scores-row:nth-child(-n+2) {
    width: 95%;
    margin-left: auto;
    margin-bottom: 1.5rem;
}


.score-list-holder > .scores-row:nth-child(-n+2) > span.purple-text {
    grid-column-start: 3;
}

.my-account-title-holder {
    align-items: baseline;
}

.score-list-holder {
    position: relative;
    overflow: hidden;
    max-height: 4rem;
    transition: max-height .2s cubic-bezier(1, 0.01, 0, 1);
}

ul.score-list-holder > .scores-row:nth-child(2) {
    margin-bottom: 1.5rem;
}

.my-account-menus i::before {
    font-size: 17px;
}

.clickable {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 2;
    width: 40px;
    cursor: pointer;
}

.score-list-holder::after {
    content: "\f104";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    left: 0;
    top: 0;
    color: #2D0058;
    font-size: 1.5rem;
    margin-top: .75rem;
    margin-left: .5rem;
    z-index: 1;
    transition: transform .2s ease-in;
}

.scores-row {
    margin-bottom: 1rem;
}

.scores-row > div {
    display: flex;
    justify-content: space-between;
}

.scores-list-titles > li:not(:first-child), .scores-list-descs > li:not(:first-child) {
    margin-top: .5rem;
}

.scores-list-titles > li {
    font-size: 12px;
    font-weight: 400;
}

.scores-row .violet-text-small {
    margin-left: 2rem;
}

.sub-summary::after {
    content: "";
    position: absolute;
    width: .35rem;
    height: 100%;
    top: 0;
    right: -0.75rem;
    z-index: -1;
    margin-top: -.5rem;
    border-radius: inherit;
    background-image: linear-gradient(0deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
}

.sub-summary {
    position: relative;
    border-radius: 5px;
    margin-right: 7rem;
}

.open-accordion > .scores-row:nth-last-child(-n+5) > .purple-text {
    grid-column-start: 3;
}

.score-list-holder.open-accordion::after {
    transform: rotateZ(-90deg);
}

.score-list-holder.open-accordion {
    max-height: 95rem;
}

.my-account-scores-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    grid-gap: 1.75rem;
    transition: max-height .2s ease-in;
}

.score-list {
    grid-column: 1 / span 3;
}

.earned-score-graph {
    grid-column: 1 / span 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wallet-info-list {
    grid-column-start: 3;
    grid-row: 1 / span 2;
}

.score-info-list {

}

.violet-text-small {
    font-weight: 400;
    font-size: 12px;
    color: #2D0058;
}

li.scores-row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


li.scores-row > *:nth-child(n+2) {
    /*min-width: 10%;*/
}


li.scores-row i {
    margin-left: .5rem;
}

li.scores-row i::before {
    font-size: 14px;
}

.scores-row .violet-text,
.scores-row .purple-text,
.scores-row .violet-text-small {
    white-space: nowrap;
}

.score-col-1 > .violet-text {
    white-space: nowrap;
}

.info-list-item {
    flex-wrap: wrap;
    margin-bottom: .85rem;
}

.info-list-item-title {
    font-size: 13px;
    font-weight: 700;
    color: #2D0058;
    width: 100%;
    margin-bottom: 5px;
    display: inline-flex;
    gap: .5rem;
}

.info-list-item-desc {
    margin-right: auto;
    font-size: 12px;
    font-weight: 400;
    color: #800182;
}

.woowallet_balance bdi {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: .15rem;
    font-size: 12px;
    font-weight: 400;
    color: #800182;
}

span.woowallet_balance {
    margin-right: auto;
}

.purple_text_important > * {
    color: #800182 !IMPORTANT;
}

.used-score-graph {
    grid-column: 1 / span 2;
    display: inline-flex;
    flex-direction: column;
}

.woocommerce-MyAccount-content h2 {
    color: #800182;
    display: flex;
    align-items: center;
}

.woocommerce-MyAccount-content h2 i {
    font-size: 30px;
}

.my-account-title-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

h2.scores-title {
    margin-top: 1rem;
    margin-bottom: 4.25rem;
    font-size: 20px;
    display: flex;
    gap: .5rem;
}

.score-col-1 {
    display: flex;
    align-items: center;
}

.score-col-2 {

}

.score-col-3 {

}

.score-col-4 {

}

.score-col-5 {

}

.my-account-title-holder h2, .woocommerce-MyAccount-content h2 {
    font-size: 20px;
    font-weight: 800;
    color: #800182;
}

.my-account-welcome-holder {
    display: flex;
    align-items: center;
    margin: 0 1rem 2.6rem;
}

.dont_show {
    display: none;
}

.my-account-welcome-holder.show_this {
    display: flex;
}

.welcome-image > img {
    /*height: 100%;*/
}

.welcome-image {
    width: 8rem;
    /* height: 5rem; */
    -webkit-mask-image: url('../img/posts-mask-2.png');
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    margin-left: .85rem;
    -webkit-mask-position-y: center;
}

.welcome-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
}

.welcome-text > span:first-child {
    font-size: 20px;
    font-weight: 800;
    color: #2D0058;
}

.welcome-text > span:nth-child(2), .welcome-text > span:nth-child(3) {
    font-size: 14px;
    font-weight: 700;
    color: #800182;
}

.welcome-text > span:nth-child(3) {
    width: 100%;
}

.my-account-menus,
.my-account-orders {
    border-radius: 35px;
    padding: 2.5rem;
    background: rgb(242, 249, 255);
    background: linear-gradient(36deg, rgba(242, 249, 255, .51) 0%, rgba(244, 239, 249, .51) 100%);
}

.my-account-menus > li {
    display: flex;
    align-items: center;
}

ul.my-account-menus > li > a {
    text-decoration: none;
    color: #2D0058;
    font-weight: 600;
    font-size: 12px;
    margin-right: .5rem;
}

.woocommerce-MyAccount-content-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr auto;
    grid-gap: 1.2rem;
}

.dashboard-item {
    border-radius: 35px;
    padding: 1rem;
    background: rgb(242, 249, 255);
    background: linear-gradient(29deg, rgba(168, 212, 255, 0.15) 0%, rgba(181, 149, 212, 0.15) 100%);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.dashboard-item h3 {
    font-size: 13px;
    font-weight: 700;
    color: #2D0058;
    margin: 0;
    display: flex;
    gap: .5rem;
}

.dashboard-item .custom-font-picture {
    display: flex;
}

.my-account-menus > li {
    transition: transform .2s ease-in;
    margin-bottom: 2rem;
}

.my-account-menus > li > a, .my-account-menus > li > i {
    transition: color .2s ease-in;
}

.submit-bmi {
    white-space: nowrap;
}

.bmi-graph-subtitle {
    display: flex;
    width: 100%;
    margin: .5rem 0 1.5rem;
    flex-wrap: wrap;
}

.bmi-graph-subtitle > span {
    font-size: 14px;
    font-weight: 600;
    color: #800182;
}

ul.summary-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.bmi-history_prompt {
    display: inline-flex;
    width: 100%;
    gap: 2rem;
    margin: 2rem 0;
    justify-content: center;
}

#popup2 > .popup-holder {
    min-height: auto;
}

#popup2 .title {
    text-align: center;
}

.bmi-history_prompt > div {
    cursor: pointer;
    padding: 1rem 2rem;
    border: 2px solid;
    border-radius: 1rem;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

#save_bmi {
    border-color: #7323C1;
    background-color: #7323C1;
    color: #fff;
}

#save_bmi:hover {
    background-color: transparent;
    color: #7323C1;
}

.bmi-history_prompt > .close-popup {
    background-color: #2D0058;
    border-color: #2D0058;
    color: #fff;
}

.bmi-history_prompt > .close-popup:hover {
    background-color: transparent;
    color: #2D0058;
}

.submit-bmi {
    text-decoration: none;
    color: #fff;
    background-color: #9A369C;
    border-radius: 7px;
    padding: .2rem 1rem;
    font-size: 12px;
    font-weight: 500;
    margin-right: auto;
    transition: background-color .2s ease-in, color .2s ease-in;
    box-shadow: 0 0 0 1px #800182;
}

.submit-bmi:hover {
    font-size: 12px;
    font-weight: 500;
    color: #800182;
    background-color: transparent;
}

.op-date ul {
    display: flex;
    height: 100%;
}

.violet-text {
    font-size: 12px;
    color: #2D0058;
    font-weight: 700;
    display: inline-flex;
    gap: .5rem;
}

.dashboard-item .purple-text {
    margin-right: auto;
}

.sub-summary .purple-text {
    margin-right: unset;
}

.three-column > span:last-child {
    justify-self: end;
}

.three-column > span:nth-child(2) {
    justify-self: center;
}

li.scores-row.three-column {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-items: stretch;
}

.purple-text {
    font-size: 12px;
    font-weight: 400;
    color: #800182;
}

.my-account-menus > li:hover {
    transform: translateX(-10px);
}

.my-account-menus > li:hover > a, .my-account-menus > li:hover > i {
    color: #800182;
}

.op-date > ul > li {
    margin: auto 0;
    padding-right: .75rem;
}

.op-date .purple-text {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
}

.wallet .violet-text {
    margin-right: .3rem;
}

.wallet i {
    color: #2D0058;
}

.wallet > ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wallet > ul > li:not(:first-child) {
    margin-top: auto;
}

li.time_ready {
    justify-content: flex-end;
}

.dashboard-item > ul > li {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.score-list-holder > .scores-row {
    display: grid;
    grid-template-columns: 30% 50% 20%;
}

.summary .violet-text {
    margin-right: .3rem;
    white-space: nowrap;
}

.op-date {
    grid-row-start: 2;
}

.latest-posts > h3,
.op-date > h3,
.notifications > h3,
.wallet-graph > h3 {
    display: flex;
    align-items: center;
    column-gap: .3rem;
}

.wallet {
    grid-column-start: 1;
    grid-row-start: 1;
}

.wallet-graph {
    grid-column-start: 2;
    grid-row: 1 / span 2;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
}

.wallet-graph-holder {
    height: -webkit-fill-available;
    margin-top: 1rem;
}

.bmi-graph-holder {
    height: -webkit-fill-available;
}

.bmi-graph > h3 {
    display: flex;
}

.bmi-graph > h3 > i {
    margin-left: .3rem;
}

.summary {
    grid-row: 1 / span 4;
    grid-column-start: 3;
}

.summary i, .scores-row i {
    color: #2D0058;
}

.bmi-graph {
    grid-column: 1 / span 2;
    grid-row: 3 / span 2;
    display: flex;
    flex-direction: column;
}

.my-account-bmi-container {
    position: relative;
    width: 100%;
    margin-top: 100px;
}

.my-account-bmi-box-center {
    width: 50%;
    background: rgb(181, 149, 212);
    background: linear-gradient(0deg, rgba(181, 149, 212, 1) 0%, rgba(219, 190, 238, 1) 100%);
    border-radius: 83px;
    padding: 54px 60px 41px;
    margin-right: 10rem;
    transition: margin-right 1s ease-in;
}

.my-account-show-result .my-account-bmi-box-left::before {
    width: 33rem;
    height: 32rem;
    transform: rotateZ(0deg);
    top: 40px;
    left: 0;
}

.my-account-show-result .bmi-result-btn {
    margin: 0 auto 0 100px;
}

.my-account-show-result .my-account-bmi-box-center {
    margin-right: 0;
}

.my-account-bmi-container .bmi-result-box-show {
    transition: opacity 0s ease-in;
    opacity: 0;
    transform: scale(0.6) translateY(-5rem);
}

.my-account-show-result .bmi-result-box-show {
    transition: max-width 1s ease-in-out, opacity 1s ease-in, padding 1s ease-in, transform 1s ease-in, margin-right .3s ease-in-out;
    transition-delay: 0s, 1s, 0s, 1s, 0s;
    opacity: 1;
    position: absolute;
    left: 70px;
    top: 0;
    transform: scale(0.6) translateY(0);
}

.my-account-bmi-box-form {
    display: flex;
    flex-direction: column;
}

.my-account-bmi-holder #weight, .my-account-bmi-holder #height, .my-account-bmi-holder #age {
    height: 32px;
    margin: 11px 0 20px 0;
}

.my-account-bmi-holder .bmi-text-label {
    font-size: 11px;
}

.my-account-bmi-box-left {
    position: relative;
    width: 100%;
}

.my-account-bmi-box-left::before {
    transition: transform 1s ease-in-out, left 1s ease-in-out, width 1.5s ease-in-out, opacity 1s ease-in, top 1s ease-in;
    content: " ";
    width: 23rem;
    height: 22rem;
    position: absolute;
    transform: rotateZ(-54deg);
    border-radius: 80px;
    z-index: -100;
    top: -40px;
    left: 150px;
    background: rgb(178, 166, 224);
    background: linear-gradient(0deg, rgba(178, 166, 224, 1) 0%, rgba(172, 195, 244, 1) 100%);
}

.last-row {
    grid-column: 1 / span 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.notifications .amindgm-font-arrow-left::before, .latest-posts .amindgm-font-arrow-left::before {
    transition: color .2s ease-in;
}

.notifications .amindgm-font-arrow-left, .latest-posts .amindgm-font-arrow-left {
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 9px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color .2s ease-in-out;
}

.notifications ul > li:hover .amindgm-font-arrow-left, .latest-posts ul > li:hover .amindgm-font-arrow-left {
    background-color: #99349B;
}

.notifications ul > li:hover .amindgm-font-arrow-left::before, .latest-posts ul > li:hover .amindgm-font-arrow-left::before {
    color: #fff;
}

.notifications-title > span:first-child {
    color: #800182;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    position: relative;
    padding-right: 1rem;
}

.notifications-title > span:first-child::before, .lp-title::before {
    content: " ";
    position: absolute;
    background-color: #2D0058;
    width: 10px;
    height: 10px;
    right: 0;
    top: 3px;
    transform: rotateZ(-53deg);
    border-radius: 3px;
}

.notifications-title > span:nth-child(2) {
    color: #800182;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
}

.notifications-title {
    display: inline-flex;
    flex-wrap: wrap;
}

.lp-title {
    font-size: 13px;
    font-weight: 700;
    color: #800182;
    padding-right: 1rem;
    text-decoration: none;
    position: relative;
}

.notifications ul > li {
    margin: 1rem 0;
}

.notifications ul > li, .latest-posts ul > li {
    display: grid;
    grid-template-columns: 10fr 1fr 1fr;
    color: #99349B;
    cursor: pointer;
    grid-gap: .5rem 0;
    align-items: center;
}

.notifications-title, .lp-title {
    transition: transform .2s ease-in;
}

.notifications ul > li:hover > .notifications-title, .latest-posts ul > li:hover > .lp-title {
    transform: translateX(-10px);
}

.notifications ul > li:hover > .notifications-title > span::before, .latest-posts ul > li:hover > .lp-title::before {
    background: #B430B7;
}

.notifications ul > li > span, .lp-date {
    color: #7323C1;
    font-size: 10px;
    font-weight: 700;
}

.notifications, .latest-posts {
    display: none;
}

.last-row .notifications, .last-row .latest-posts {
    display: flex;
    flex-direction: column;
}

.latest-posts ul {
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    justify-content: space-between;
    margin: 1.5rem 0;
}

.notifications .violet-button, .latest-posts .violet-button {
    margin-right: auto;
}

.violet-button {
    text-decoration: none;
    color: #fff;
    background-color: #9A369C;
    border-radius: 7px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    transition: background-color .2s ease-in, color .2s ease-in;
}

.violet-button:hover {
    font-size: 12px;
    font-weight: 500;
    color: #800182;
    background-color: transparent;
    box-shadow: 0 0 0 1px #800182;
}

.edit-account {
    position: relative;
}

.amindgm_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: -1;
    right: 0;
    top: 0;
    border-radius: 2rem;
    opacity: 0;
}

.amindgm_loading > .loader {
    position: absolute;
    width: 100%;
    height: 100%;
}

h2.edit-profile-title {
    margin-top: 0;
    display: inline-flex;
    gap: .5rem;
}

.edit-account-picture, .edit-account-info {
    display: grid;
    grid-template-columns: 200px 3fr;
    align-items: center;
}

.sticky-top {
    top: 1rem;
}

.edit-account-info {
    margin-top: 104px;
}

.edit-account-info > form {
    grid-column-start: 2;
    padding-left: 200px;
}

.please-wait {
    opacity: 0;
}

.profile-picture > img {
    height: 100%;
}

.profile-change-picture-form-holder {
    margin-top: 4rem;
}

.my-image-holder {
    display: flex;
    align-items: center;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-width .5s ease-in-out, opacity .3s ease-in-out;
    transition-delay: 0s, .5s;
}

.my-image-holder.open-holder {
    max-height: 30rem;
    opacity: 1;
}

.profile-picture {
    -webkit-mask-image: url('../img/posts-mask-2.svg');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    height: 200px;
}

.profile-change-picture-form-holder h4.violet-text, .edit-account-info h4.violet-text {
    margin-bottom: 65px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    color: #2D0058;
}

.edit-account-info h4.violet-text {
    margin-bottom: 27px;
}

.profile-change-picture-form-holder .amindgm-font-id-badge {
    font-size: 1rem;
    margin-left: 5px;
}

.profile-change-picture-form-holder > form .scarlet-button {
    height: 100%;
    background: #9A369C;
    padding: 3px 13px;
    border-radius: 7px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s ease-in, background .2s ease-in;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .16);
    color: #fff;
    white-space: nowrap;
}

.profile-change-picture-form-holder > form .scarlet-button:hover {
    background: #fff;
    color: #9A369C;
}

.scarlet-button {
    background-color: #9A369C;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}

.profile-change-picture-form-holder > form {
    display: flex;
    align-items: center;
}

.profile-change-picture-form-holder > form label {
    margin-bottom: 0;
}

.profile-change-picture-form-holder > form .violet-text {
    margin-left: 37px;
    font-size: 14px;
    color: #800182;
    font-weight: 700;
}

.file-btn {
    position: relative;
    margin-left: 50px;
    height: 100%;
    padding: 3px 13px;
}

input#upload {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.amindgm_form-row:not(:first-child) {
    margin: 2rem 0;
}

.amindgm_form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 0 1rem;
}

.amindgm_form-row > input[type=text] {
    grid-row-start: 2;
}

.amindgm_form-row > input {
    border: 1px solid #B595D4;
    height: 32px;
    transition: box-shadow .2s ease-in;
}

.amindgm_form-row > input:focus {
    box-shadow: 0 0 2px 1px #b595d4;
}

.amindgm_form-row > label {
    font-size: 11px;
    font-weight: 800;
    color: #800182;
}

.edit-account-info input[type=submit] {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 2px 12px;
    height: 23px;
    background-color: #9A369C;
    transition: background-color .2s ease-in, color .2s ease-in;
    cursor: pointer;
    margin-right: auto;
    display: block;
}

.edit-account-info input[type=submit]:hover {
    color: #9A369C;
    background-color: #fff;
}

.bmi-history-list {
    display: flex;
    flex-direction: column;
}

.bmi-list-holder {
    margin-top: 1.5rem;
    padding: 2rem;
    overflow: hidden;
}

.list-header .amindgm-font-do-not-enter {
    color: #E0115F;
}

h3.bmi-history-title {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
}

h3.bmi-history-title > i {
    margin-left: .2rem;
}

h3.bmi-history-title::after {
    margin-right: auto;
    content: "\f104";
    font-family: 'Font Awesome 6 Pro';
    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    color: inherit;
    font-size: 18px;
    transition: transform .3s ease-in-out;
}

.list-header {
    font-size: 12px;
    font-weight: 700;
    color: #2D0058;
    margin: 30px 0;
}

.list-header > span {
    display: inline-flex;
    gap: .5rem;
}

.bmi-history-body-top > div > span {
    display: inline-flex;
    gap: .5rem;
}

.list-body {
    grid-gap: 10px 0;
}

.purple-text-no-right {
    font-size: 12px;
    font-weight: 400;
    color: #800182;
}

.list-body > span, .bmi-history-body-top .violet-text, .bmi-history-body-top .violet-text-small, .list-header > span {
    font-size: clamp(10px, -20px + 8.333vw, 12px);
}

.bmi-list-holder.open-accordion > h3.bmi-history-title::after {
    transform: rotateZ(-90deg);
}

.bmi-list-holder.open-accordion > .bmi-history-body {
    margin-top: 2.5rem;
    max-height: 95rem;
    transform: scaleY(1);
    transition-delay: 0s, 0s, 0s;
}

.my-account-bmi-holder {
    width: 100%;
    overflow: hidden;
}

.my-account-bmi-holder .bmi-result-box {
    position: absolute;
}

.bmi-history-body {
    transition: max-height .5s ease-in-out, margin-top .5s ease-in-out, transform .1s ease-in-out;
    transition-delay: 0s, 0s, .35s;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    margin-top: 0;
}

.list-body > span:nth-child(4n), .list-header > span:nth-child(4n) {
    justify-self: end;
}

.bmi-history-body-top {
    display: grid;
    grid-template-columns: 33% 33% 33% 1%;
}

.list-body, .list-header {
    display: grid;
    grid-template-columns: 33% 33% 33% 1%;
}

.comment-form-purple-text {
    font-weight: 400;
    margin: 2rem 0 .5rem;
}

/*----------------------------------------------- customer comment start ---------------------------------------------*/
.customer-comment-nld-holder {
    display: flex;
    margin-top: 74px;
    width: 100%;
    align-items: center;
}

.customer-comment-nld-holder > .post-date {
    margin-right: auto;
}

.customer-comment-nld-holder > .post-date > i {
    font-size: 21px;
}

.customer-comment-user-name {
    font-size: 25px;
    font-weight: 800;
    color: #800182;
    margin-left: 3rem;
}

.customer-comment-user-location {
    font-size: 20px;
    font-weight: 600;
    color: #B430B7;
}


/*----------------------------------------------- posts archive start ------------------------------------------------*/
.posts-archive-main {
    margin-top: 7rem;
}

.posts-archive-main .breadcrumb {
    margin-bottom: 6rem;
}

.archive-posts-container {
    transition: transform .2s ease-in, box-shadow .2s ease-in;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 25px -5px #2d00584a;
    margin-right: 0;
    display: inline-flex;
}

.archive-posts-holder {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 5rem 2rem;
}

.archive-posts-container > .posts-info {
    padding-right: 4rem;
}

.navigation.pagination {
    margin-top: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation.pagination > .nav-links {
    display: inline-flex;
    gap: 1rem;
}

.nav-links > .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A773D9;
    border-radius: 15px;
    background-color: #A773D9;
    color: #fff;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.nav-links > .page-numbers:hover {
    background-color: transparent;
    color: #A773D9;
}

.nav-links > .current {
    background-color: #6A29BA;
    border-color: #6A29BA;
    pointer-events: none;
}

.nav-links > .next, .nav-links > .prev {
    background-color: transparent;
    color: #A773D9;
    border-width: 0;
}

.nav-links > .next:hover, .nav-links > .prev:hover {
    color: #6A29BA;
}

/*----------------------------------------------- search start ---------------------------------------------------*/
h2.search-title {
    font-size: 30px;
    font-weight: 800;
    color: #2D0058;
    margin-top: 6.6rem;
}

.search-filter {
    display: inline-flex;
    justify-content: center;
    gap: 3rem;
}

.filter-result-text {
    font-size: 16px;
    font-weight: 600;
    color: #7323C1;
    display: inline-flex;
    align-items: center;
}

.filter-results {
    display: inline-flex;
    gap: 4rem;
    text-align: center;
}

.filter-result {
    width: 107px;
    height: 30px;
}

.filter-result > a {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.filter-product {
    background-color: #800182;
    border: 1px solid #800182;
}

.filter-posts {
    background-color: #B430B7;
    border: 1px solid #B430B7;
}

.filter-service {
    background-color: #7323C1;
    border: 1px solid #7323C1;
}

.result-card:hover .filter-product, .filter-product:hover {
    background-color: transparent;
    color: #800182;
}

.result-card:hover .filter-posts, .filter-posts:hover {
    background-color: transparent;
    color: #B430B7;
}

.result-card:hover .filter-service, .filter-service:hover {
    background-color: transparent;
    color: #7323C1;
}

.row.search-results {
    margin-top: 5rem;
}

.result-card {
    padding-top: 7rem;
    transition: padding-top .2s ease-in;
}

.result-card:hover {
    padding-top: 6rem;
}


.card-items-holder {
    padding: 2rem;
    display: inline-flex;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 99px 0 #2d005820;
    transition: box-shadow .2s ease-in-out;
}

button.pum-close.popmake-close {
    padding: 1px 11px 9px !important;
}

.result-image-holder {
    -webkit-filter: drop-shadow(0 0 20px rgba(180, 153, 215, 0.75));
    -moz-filter: drop-shadow(0 0 20px rgba(180, 153, 215, 0.75));
    -ms-filter: drop-shadow(0 0 20px rgba(180, 153, 215, 0.75));
    -o-filter: drop-shadow(0 0 20px rgba(180, 153, 215, 0.75));
    display: inline-flex;
    justify-content: center;
    position: relative;
    margin-top: -5rem;
    transition: filter .2s ease-in-out;
}

.result-image-holder::before {
    content: " ";
    position: absolute;
    width: 292px;
    height: 292px;
    background: rgb(180, 153, 215);
    background: linear-gradient(90deg, rgba(180, 153, 215, 1) 0%, rgba(169, 208, 252, 1) 100%);
    mask: url('../img/posts-mask-2.png');
    -webkit-mask-box-image: url('../img/posts-mask-2.png');
    margin-top: -1rem;
    margin-right: -2rem;
}

.result-image-holder > img {
    mask: url('../img/posts-mask-2.png');
    -webkit-mask-box-image: url('../img/posts-mask-2.png');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    /*margin-left: -2rem;*/
    /*margin-bottom: -5px;*/
}

.result-title-holder {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    color: #7323C1;
}

.result-desc-holder {
    font-size: 16px;
    font-weight: 300;
    color: #2D0058;
}

.result-desc-holder > p {
    line-height: 32px;
    text-align: justify;
}

.result-type-holder {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: auto;
}

.result-type-holder > a {
    width: 107px;
    height: 30px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

/*----------------------------------------------- post start ---------------------------------------------------*/
.post-container {
    margin-top: 6.75rem;
}

.post-featured {
    position: relative;
}

.post-featured::before {
    content: " ";
    position: absolute;
    background: rgb(181, 149, 212);
    background: linear-gradient(180deg, rgba(181, 149, 212, 1) 0%, rgba(168, 212, 255, 1) 100%);
    width: 92%;
    height: 375px;
    z-index: 1;
    opacity: 15%;
    border-radius: 65px;
}

.post-featured::after {
    content: " ";
    position: absolute;
    left: 3rem;
    top: -.5rem;
    width: 370px;
    height: 370px;
    background: rgb(181, 149, 212);
    background: linear-gradient(180deg, rgba(181, 149, 212, 1) 0%, rgba(168, 212, 255, 1) 100%);
    z-index: -1;
    transform: rotateZ(-53deg);
    border-radius: 65px;
}

.post-featured-img {
    width: 95%;
    height: auto;
    filter: drop-shadow(0 -2rem 2rem #B595D4);
    border-radius: 65px;
    max-height: 375px;
}

.tools-container span {
    font-size: 12px;
    font-weight: 800;
}


.tools-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    border-radius: 27px;
    background: rgb(168, 212, 255);
    background: linear-gradient(0deg, rgba(168, 212, 255, .2) 0%, rgba(181, 149, 212, .2) 100%);
    color: #2D0058;
}

.tools-views {
    margin: 1.25rem 0 0;
}

.tools-time, .tools-views {
    display: flex;
    flex-wrap: wrap;
}

.tools-time > span, .tools-views > span {
    width: 100%;
    padding-right: 1.5rem;
    font-size: 12px;
    font-weight: 500;
    color: #800182;
}

.tools-time > div, .tools-views > div {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.tools-time > i, .tools-views > i, .share-title > i, .share-heart > i {
    padding-top: .1rem;
    margin-left: .5rem;
}

ul.tag_holder {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}

.tools-divider {
    width: 100%;
    height: 2px;
    background: #7323C1;
    position: relative;
    margin: .75rem 0;
}

.tools-divider::after {
    content: " ";
    position: absolute;
    background: rgb(223, 211, 242);
    background: linear-gradient(90deg, rgba(58, 18, 97, 1) 0%, rgba(115, 35, 193, 1) 100%);
    width: 12px;
    height: 12px;
    left: 50%;
    top: -.3rem;
    transform: rotateZ(-53deg);
    border-radius: 3px;
}

.tools-shares {
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.share-body {
    height: 100%;
}

ul.shares {
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
    height: 100%;
    row-gap: 5px;
}

.share-heart {
    display: flex;
    align-items: center;
    color: #2D0058;
}

.share-heart span {
    font-size: 10px;
    font-weight: 300;
    color: #800182;
}

.share-title {
    display: flex;
    font-size: 14px;
    font-weight: 800;
    color: #2D0058;
    gap: .5rem;
    width: 100%;
}

.share-title > i, .share-title > span {
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
}

.mfb-left-side > .share-heart > span {

}

ul.shares {
    list-style: none;
}

ul.shares a {
    display: flex;
    justify-content: space-between;
    background: rgb(168, 212, 255);
    background: linear-gradient(90deg, rgba(168, 212, 255, .3) 0%, rgba(181, 149, 212, 0.3) 100%);
    padding: .25rem .5rem;
    border-radius: 6px;
    align-items: center;
    position: relative;
    color: #2D0058;
}

ul.shares a::before {
    content: " ";
    position: absolute;
    background: linear-gradient(90deg, rgba(168, 212, 255, 1) 0%, rgba(181, 149, 212, 1) 100%);
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
    border-radius: 6px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

ul.shares a > i {
    font-size: 20px;
}

ul.shares a > span {
    font-weight: 300;
    font-size: 13px;
    color: #800182;
}

ul.shares li > a:hover::before {
    opacity: 1;
}

ul.shares a > i, ul.shares a > span {
    transition: color .2s ease-in-out;
}

ul.shares a:hover > i, ul.shares a:hover > span {
    color: #fff;
}

.post-title {
    font-size: 40px;
    font-weight: 800;
    color: #2D0058 !important;
    margin: 3.5rem 0 !important;
}

.post-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

span.post-date {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    color: #2D0058;
}

span.post-date > i {
    margin-left: .5rem;
}

.post-container .breadcrumb {
    width: 100%;
    justify-content: space-evenly;
}

/*----------------------------------------- gravity form ----------------------------------*/
.contact-us .gform_footer {
    justify-content: center;
}

.contact-us .gform_footer > .button {
    background: rgb(103, 29, 175);
    background: linear-gradient(55deg, rgba(103, 29, 175, 1) 0%, rgba(54, 4, 102, 1) 100%);
    text-decoration: none;
    color: #FFFFFF;
    padding: 14px 25px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 7px;
    margin: auto;
    transition: color .2s ease-in, background .2s ease-in;
}

.contact-us .gform_footer > .button:hover {
    background: rgb(255 255 255);
    background: linear-gradient(55deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 1) 100%);
    color: rgb(103, 29, 175);
}

.contact-us .gform_drop_area {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
}

/*.contact-us .gform_drop_area::before{*/
/*    content: "عکس های موضعی که نیاز به مشاوره دارد را ارسال کنید.";*/
/*}*/
.contact-us .gform_drop_area > span {
    display: none;
}

.contact-us .gform_drop_area > .button {
    position: relative;
    background: rgb(253, 185, 200);
    background: linear-gradient(59deg, rgba(253, 185, 200, 1) 0%, rgba(246, 175, 207, 1) 100%);
    padding: 7px 12px;
    border-radius: 7px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s ease-in, background .2s ease-in;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .16);
    color: #fff;
    white-space: nowrap;
}

.contact-us .gform_drop_area > .button:hover {
    color: rgb(253, 185, 200);
    background: linear-gradient(59deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    cursor: pointer;
}

#about_us_slider {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#about_us_slider .owl-nav {
    bottom: 0;
    height: 100%;
    align-items: center;
    padding: 0 2rem;
}

#about_us_slider .owl-prev {
    margin-right: auto !important;
}

#about_us_slider .owl-stage {
    height: 600px;
}

#about_us_slider .owl-item {
    height: 100%;
}

#about_us_slider .slider_items {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about_us_image-holder {
    padding: 2rem;
}

.about_us_image-holder img {
    height: auto;
    width: 100%;
    /*border: 2px solid;*/
    border-radius: 1rem;
}

.about_us-content-holder {
    font-size: 18px;
    font-weight: 300;
    color: #2D0058;
    text-align: justify;
    line-height: 2;
    padding: 2rem 1rem;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
.selectMultiple {
    width: 240px;
    position: relative;
}

.selectMultiple select {
    display: none;
}

.selectMultiple > div {
    position: relative;
    z-index: 2;
    padding: 8px 12px 2px 12px;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    min-height: 44px;
    box-shadow: 0 4px 16px 0 rgba(22, 42, 90, 0.12);
    transition: box-shadow 0.3s ease;
}

.selectMultiple > div:hover {
    box-shadow: 0 4px 24px -1px rgba(22, 42, 90, 0.16);
}

.selectMultiple > div .arrow {
    right: 1px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 28px;
    position: absolute;
}

.selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 8px solid #99A3BA;
    top: 43%;
    transition: all 0.3s ease;
}

.selectMultiple > div .arrow:before {
    right: 12px;
    transform: rotate(-130deg);
}

.selectMultiple > div .arrow:after {
    left: 9px;
    transform: rotate(130deg);
}

.selectMultiple > div span {
    color: #99A3BA;
    display: block;
    position: absolute;
    left: 12px;
    cursor: pointer;
    top: 8px;
    line-height: 28px;
    transition: all 0.3s ease;
}

.selectMultiple > div span.hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(-4px, 0);
}

.selectMultiple > div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 28px;
    color: #1E2330;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.selectMultiple > div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
}

.selectMultiple > div a:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(228, 236, 250, 0.7);
    z-index: -1;
    border-radius: 4px;
}

.selectMultiple > div a i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
}

.selectMultiple > div a i:before, .selectMultiple > div a i:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #4D18FF;
    border-radius: 1px;
}

.selectMultiple > div a i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.selectMultiple > div a i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.selectMultiple > div a.notShown {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.selectMultiple > div a.notShown:before {
    width: 28px;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}

.selectMultiple > div a.notShown i {
    opacity: 0;
    transition: all 0.3s ease 0.3s;
}

.selectMultiple > div a.notShown em {
    opacity: 0;
    transform: translate(-6px, 0);
    transition: all 0.4s ease 0.3s;
}

.selectMultiple > div a.notShown.shown {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown:before {
    width: 100%;
}

.selectMultiple > div a.notShown.shown i {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown em {
    opacity: 1;
    transform: translate(0, 0);
}

.selectMultiple > div a.remove:before {
    width: 28px;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}

.selectMultiple > div a.remove i {
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.selectMultiple > div a.remove em {
    opacity: 0;
    transform: translate(-12px, 0);
    transition: all 0.4s ease 0s;
}

.selectMultiple > div a.remove.disappear {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}

.selectMultiple > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    transform: translate(0, 20px) scale(0.8);
    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}

.selectMultiple > ul li {
    color: #1E2330;
    background: #fff;
    padding: 12px 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
}

.selectMultiple > ul li:first-child {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li:first-child:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li:last-child {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li:last-child:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li:hover {
    background: #4D18FF;
    color: #fff;
}

.selectMultiple > ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}

.selectMultiple > ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li.beforeRemove:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li.afterRemove {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li.afterRemove:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li.remove {
    transform: scale(0);
    opacity: 0;
}

.selectMultiple > ul li.remove:after {
    animation: ripple 0.4s ease-out;
}

.selectMultiple > ul li.notShown {
    display: none;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.4s ease;
}

.selectMultiple > ul li.notShown.show {
    transform: scale(1);
    opacity: 1;
}

.selectMultiple.open > div {
    box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}

.selectMultiple.open > div .arrow:before {
    transform: rotate(-50deg);
}

.selectMultiple.open > div .arrow:after {
    transform: rotate(50deg);
}

.selectMultiple.open > ul {
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}

.body_scroll {
    overflow: hidden;
}

/*# sourceMappingURL=test.css.map */
/*--------------------------------------- spinner start ------------------------------*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fcf;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.mobile-menu-logo .double_button {
    height: 35px;
    width: 135px;
    z-index: 1;
}

.loginviasmsotp {
    border: 1px solid !important;
}

.dig_wp_bp_fields {
    display: none;
}

button.lighte.bgdark.button.dig-signup-otp.registerbutton {
    border: 1px solid;
    padding: 0 1rem;
}

.backtoLoginContainer > a.backtoLogin {
    border: 1px solid;
    margin-top: 1rem;
    padding: .75rem;
}

.next_surge_info_holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: start;
    gap: .5rem 0;
    margin-top: 7px;
    align-items: center;
}

#pardakht {
    cursor: pointer;
}

.next_surge_info_holder > .explanation {
    font-size: 10px;
    font-weight: 500;
    color: #800182;
    grid-column: 1 / span 3;
}

.next_surge_info_holder > .price {
    font-size: 11px;
    font-weight: 500;
    color: #800182;
}

.next_surge_info_holder > .violet-text {
    white-space: nowrap;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
