@font-face {
    font-family: 'inter';
    src: url('./../webfonts/Inter18pt-Regular.woff2') format('woff2'),
        url('./../webfonts/Inter18pt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter';
    src: url('./../webfonts/Inter18pt-Italic.woff2') format('woff2'),
        url('./../webfonts/Inter18pt-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'inter';
    src: url('./../webfonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('./../webfonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter';
    src: url('./../webfonts/Inter18pt-Bold.woff2') format('woff2'),
        url('./../webfonts/Inter18pt-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('./../webfonts/Inter18pt-ExtraBold.woff2') format('woff2'),
        url('./../webfonts/Inter18pt-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('./../webfonts/Inter18pt-Black.woff2') format('woff2'),
        url('./../webfonts/Inter18pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'inter';
}


/* header */

.header {
    padding: 10px 0px;
}

.header img {
    width: 250px;
}

.call-now {
    background-color: #00b853;
    text-decoration: none;
    padding: 8px 21px;
    border-radius: 999rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: .5px;
    border-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    white-space: nowrap;
}

.call-now:hover {
    color: #FFFFFF;
}

.call-now i {
    font-size: 21.3px;
}

@media (max-width: 575px) {
    .call-now {
        font-size: 15px;
        line-height: 21px;
        padding: 8px 15px;
    }

    .call-now i {
        font-size: 19.2px;
    }
}


/* index */

.hero-section {
    position: relative;
    background: url("./../images/hero-back.jpg") center/cover no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-section.laser {
    background: url("./../images/hero-back2.jpg") center/cover no-repeat;
}

.hero-section.pigmentation {
    min-height: 700px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.hero-section.hydra-facial {
    background: url("./../images/hydra-back.png") center/cover no-repeat;
    min-height: 700px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.hero-section::before {
    background-image: radial-gradient(at center, rgba(40, 40, 40, 0.86), rgba(0, 0, 0, 0.8));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
    padding: 66px 12px;
    align-items: center;
}

.hero-section .hero-left h1 {
    font-size: 52px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .hero-section .hero-left h1 {
        font-size: 35px;
        color: #FFFFFF;
        font-weight: 700;
        margin-bottom: 15px;
    }
}

.hero-section .hero-left p {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 400;
}

.hero-section .hero-left p span {
    font-weight: 700;
}

.hero-section .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
}


.book-appoinment img {
    width: 222px;
    height: auto;
}

.hero-section .google-rating .rate {
    font-size: 26px;
    font-weight: 900;
    color: #000000;
}

.hero-section .rating_bars {
    width: 105px;
    height: 21px;
    background: url("./../images/star.png");
    background-repeat: repeat-x;
    background-position: 0 0;
}

.hero-section .ratings {
    height: 21px;
    background: url("./../images/star.png");
    background-position: 0 -21px;
    background-repeat: repeat-x;
}

.hero-section .google-rating .review {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.hero-section .google-rating {
    background: #fff;
    padding: 10px 45px 10px 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-section .google-rating img {
    width: 18px;
}

.hero-section .hero-form {
    background: #fef9ea;
    padding: 25px 18px;
    border-radius: 8px;
}

.hero-section .hero-form h3 {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
}

.hero-section .hero-form input,
.hero-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
}

.hero-section .hero-form .form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: #fff;
}

.hero-section .hero-form input:focus {
    border: 2px solid #000;
    box-shadow: none;
    outline: none;
}

.hero-section .hero-form textarea:focus {
    border: 2px solid #000;
}

.hero-section .hero-form input::placeholder {
    color: #7a7a7a;
    font-size: 18px;
}

.hero-section .hero-form button {
    background: #5f0f36;
    color: #ffffff;
    padding: 11px 18px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-transform: capitalize;
}

.hero-section .skin-label {
    font-size: 12px;
    font-weight: 600;
    color: #363636;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.hero-section .skin-options {
    width: fit-content;
}

.hero-section .skin-options input {
    width: auto;
}

.hero-section .skin-options label {
    font-size: 17px;
    color: #363636;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}



.results-section {
    background: #efe7eb;
    padding: 60px 0px;
}

.results-section .results-title {
    color: #4c0c2b;
    font-size: 35px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .results-section .results-title {
        color: #4c0c2b;
        font-size: 20px;
        font-weight: 700;
    }
}

.results-section .result-card {
    height: 100%;
    overflow: hidden;
}

.results-section .result-card img {
    border-radius: 21px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.results-section .results-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.results-section .results-carousel .owl-nav button {
    pointer-events: all;
    width: auto;
    height: auto;
    border-radius: 50%;
    z-index: 3;
}

.results-section .owl-prev-arrow,
.owl-next-arrow {
    font-size: 22px;
    line-height: 44px;
    color: #cfb7c3;
}

.results-section .results-carousel .owl-prev {
    margin-left: -2px;
}

.results-section .results-carousel .owl-next {
    margin-right: -2px;
}

.results-section .owl-carousel .owl-nav.disabled {
    display: flex;
}


.results-section .fancybox__backdrop {
    background: rgba(0, 0, 0, 0.85);
}

.results-section .fancybox__content {
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
}

.results-section .fancybox__image {
    border-radius: 16px;
}

.results-section .fancybox__toolbar__items button {
    color: #fff;
}

.results-section .result-item {
    padding-top: 15px;
}

.results-section .result-card {
    border-radius: 21px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
    background: #fff;
}

.results-section .results-carousel a:hover .result-card {
    transform: translateY(-12px);
}

.results-section .results-carousel a {
    display: block;
    text-decoration: none;
}



.stats-section {
    background: #5f0f36;
    padding: 37px 0;
}

.stats-section .stat-item {
    gap: 15px;
}

.stats-section .stat-item i {
    font-size: 52px;
}

.stats-section .stat-item h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 768px) {
    .stats-section .stat-item h3 {
        font-size: 34px;
        font-weight: 900;
        line-height: 1.4;
        color: #FFFFFF;
        text-align: center;
    }
}

.stats-section .stat-item p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .stats-section .stat-item p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .stats-section .stat-item {
        flex-direction: column;
        gap: 3px;
    }

    .stats-section .stat-item h3 {
        margin-bottom: 0;
    }
}



.treatment-section {
    padding: 60px 0;
    background-image: url("./../images/layesrs-backy.png");
    background-position: center center;
    background-size: 40%;
    background-attachment: fixed;
    position: relative;
}

.treatment-section::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.treatment-section .treatment-card {
    border: 1px solid #5f0f36;
    border-radius: 22px;
    padding: 24px;
    gap: 10px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.treatment-section .treatment-card:hover {
    background: #fef9ea;
    transform: translateY(-10px);
}

.treatment-section .icon-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.treatment-section .treatment-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #4c0c2b;
    margin-bottom: 0;
    word-break: break-word;
}

.treatment-section .treatment-card p {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 0;
}



.cta-section {
    background: #5f0f36;
    padding: 37px 0;
}

.cta-section .cta-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}



.candidate-section {
    padding: 60px 0;
    background-image: url("./../images/layesrs-backy.png");
    background-position: center center;
    background-size: 40%;
    background-attachment: fixed;
    position: relative;
}

.candidate-section::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.candidate-section .candidate-title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    color: #4c0c2b;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .candidate-section .candidate-title {
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        color: #4c0c2b;
        margin-bottom: 0px;
    }
}

.candidate-section .candidate-desc {
    font-size: 17px;
    color: #363636;
    margin-bottom: 20px;
}

.candidate-section .candidate-list h3 i {
    font-size: 24px;
}

.candidate-section .candidate-list h3 {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 10px 0px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #363636;
}

.candidate-section .candidate-image {
    border-radius: 16px;
}



.resultss-section {
    padding: 60px 0;
    background-image: url("./../images/layesrs-backy.png");
    background-position: center center;
    background-size: 40%;
    background-attachment: fixed;
    position: relative;
}

.resultss-section::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.resultss-section .doctor-block {
    height: 400px;
    border: 1px solid #5f0f36;
    border-radius: 22px;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.resultss-section .doctor-block:hover {
    transform: translateY(-10px);
}

.resultss-section .results-title {
    color: #4c0c2b;
    font-size: 35px;
    font-weight: 700;
}

.resultss-section p {
    font-size: 17px;
    line-height: 23px;
    color: #363636;
    margin-bottom: 24px;
}

.resultss-section .doctor-block img {
    object-fit: cover;
    object-position: top;
    height: 300px;
}

.resultss-section .doctor-name {
    font-size: 18px;
    padding-right: 4.3px;
    padding-left: 4.3px;
    transform: scaleX(0.8) scaleY(0.8);
    margin-top: 10px;
}

.resultss-section .doctor-name h4 {
    font-size: 25px;
    line-height: 27px;
    color: #4c0c2b;
    font-weight: 700;
    margin-bottom: 5px;
}

.resultss-section .doctor-name p {
    font-size: 20px;
    line-height: 26px;
    color: #363636;
    margin-bottom: 0;
}


.resultss-section .results-another-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.resultss-section .results-another-carousel .owl-nav button {
    pointer-events: all;
    width: auto;
    height: auto;
    border-radius: 50%;
    z-index: 3;
}

.resultss-section .owl-prev-arrow,
.owl-next-arrow {
    font-size: 22px;
    line-height: 44px;
    color: #cfb7c3;
}

.resultss-section .results-another-carousel .owl-prev {
    margin-left: -2px;
}

.resultss-section .results-another-carousel .owl-next {
    margin-right: -2px;
}

.resultss-section .owl-carousel .owl-nav.disabled {
    display: flex;
}



.testimonial-section {
    padding: 60px 0;
    background: #fff;
}

.testimonial-section .testimonial-title {
    color: #4c0c2b;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
}

.testimonial-section .testimonial-item {
    padding-bottom: 26px;
    padding-top: 10px;
    padding-right: 10px;
    height: 100%;
}

.testimonial-section .testimonial-card {
    background: #00b853;
    color: #fff;
    border-radius: 16px;
    padding: 21px;
    box-shadow: 6px 6px 0 0 #fae298;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.3s;
}

.testimonial-section .testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-section .testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial-section .google-icon {
    width: 36px !important;
    height: 36px;
    padding: 7px;
    background-color: #FFFFFF;
    border-radius: 999rem;
}

.testimonial-section .testimonial-text {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.testimonial-section .testimonial-user {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-top: auto;
}

.testimonial-section .rating_bars {
    width: 150px;
    height: 30px;
    background: url("./../images/star-new.png");
    background-repeat: repeat-x;
    background-position: 0 0;
}

.testimonial-section .ratings {
    height: 30px;
    background: url("./../images/star-new.png");
    background-position: 0 -30px;
    background-repeat: repeat-x;
}

.testimonial-section .testimonial .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.testimonial-section .testimonial .owl-nav button {
    pointer-events: all;
    width: auto;
    height: auto;
    border-radius: 50%;
    z-index: 3;
}

.testimonial-section .owl-prev-arrow,
.owl-next-arrow {
    font-size: 22px;
    line-height: 44px;
    color: #cfb7c3;
}

.testimonial-section .testimonial .owl-prev {
    margin-left: -2px;
}

.testimonial-section .testimonial .owl-next {
    margin-right: 5px;
}

.testimonial-section .owl-carousel .owl-nav.disabled {
    display: flex;
}

.testimonial-section .owl-carousel .owl-stage {
    display: flex;
}

.testimonial-section .owl-carousel .owl-item {
    display: flex;
}




.faq-section {
    padding: 60px 0;
}

.faq-section .faq-title {
    color: #4c0c2b;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq-section .faq-accordion .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 12px;
}

.faq-section .faq-accordion .accordion-button {
    background: #efe7eb;
    color: #4c0c2b;
    font-weight: 700;
    font-size: 21px;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
}

.faq-section .faq-accordion .accordion-button:not(.collapsed) {
    background: #cfb7c3;
}

.faq-section .faq-accordion .accordion-body {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 23px;
    padding: 15px 6px;
    color: #363636;
}

.faq-section .accordion-button::after {
    display: none !important;
}

.faq-section .accordion-icon .icon {
    font-size: 33px;
}

.faq-section .accordion-icon .expanded {
    display: none;
}

.faq-section .accordion-button:not(.collapsed) .accordion-icon .expanded {
    display: inline-block;
}

.faq-section .accordion-button:not(.collapsed) .accordion-icon .ion-ios-arrow-forward {
    display: none;
}

.faq-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq-section .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 575px) {
    .faq-section {
        padding: 20px 0;
    }

    .faq-section .faq-accordion .accordion-button {
        font-size: 19px;
        line-height: 25px;
    }

    .faq-section .faq-accordion .accordion-body {
        font-size: 16px;
        line-height: 22px;
    }
}



/* footer */

.site-footer {
    background-color: #4c0c2b;
    background-image: url("./../images/fotter-back.png");
    background-size: contain;
    background-position: center center;
    position: relative;
    padding: 66px 0px;
}

.site-footer::before {
    background-image: radial-gradient(at center, rgba(95, 15, 54, 0.9), rgba(76, 12, 43, 0.9));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.site-footer .footer-logo {
    max-width: 200px;
    margin-bottom: 16px;
    filter: invert(100%) brightness(200%);
}

.site-footer .footer-about p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.site-footer .footer-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
}

.site-footer .footer-links li i {
    font-size: 14px;
}

.site-footer .footer-links li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 17px;
    color: #FFFFFF;
}

.site-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
}

.site-footer .footer-contact i {
    font-size: 26px;
}

.site-footer .footer-contact a {
    color: #fff;
    text-decoration: none;
}



.toggle-boxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    position: fixed;
    bottom: 16px;
    left: 10px;
    z-index: 4;
}

@media (min-width: 767px) {
    .call {
        display: none;
    }
}

.call {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    color: #ffffff;
    fill: #ffffff;
    background-color: #03a84e;
    z-index: 100;
    font-size: 28px;
    padding: 10px;
}

.call {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(76, 175, 80, 0);
    }
}

.whatsapp {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    color: #ffffff;
    fill: #ffffff;
    background-color: #03a84e;
    z-index: 100;
    font-size: 28px;
    padding: 10px;
}

.whatsapp {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(76, 175, 80, 0);
    }
}

@media (max-width: 575px) {
    .whatsapp {
        width: 52px;
        height: 52px;
    }
}



/* book-appoinment */

.appointment-section {
    background: url("./../images/book-back.webp") center center / cover no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}

.appointment-section::before {
    background-image: linear-gradient(rgba(40, 40, 40, 0.72), rgba(40, 40, 40, 0.72));
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.appointment-section .container {
    position: relative;
    z-index: 1;
}

.appointment-section .appointment-card {
    background: #5f0f36;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.46);
    color: #fff;
}

@media (max-width: 575px) {
    .appointment-section .appointment-card {
        padding: 21px;
    }
}

.appointment-section .logo img {
    margin-top: -80px;
    border: 6px solid #f5f5f5;
    background-color: #f3ecef;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.appointment-section .appointment-card h4 {
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
}

.appointment-section .sub-text {
    font-size: 14px;
    color: #F5F5F5;
}

.appointment-section input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
}

.appointment-section input:focus {
    border: 2px solid #000;
    box-shadow: none;
    outline: none;
}

.appointment-section .form-select {
    padding: 8px;
}

.appointment-section .form-select:focus {
    border: 2px solid #000;
    box-shadow: none;
    outline: none;
}

.appointment-section input::placeholder {
    color: #7a7a7a;
    font-size: 16px;
}

.appointment-section .book-btn {
    background: #fae298;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: .5em 1em;
    border-radius: 4px;
    border: none;
}

.error-text {
    color: red;
    font-size: 13px;
    display: block;
    text-align: start;
}

/*Start Loader*/

.loadingClass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.loadingClass img {
    width: 60px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*End Loader*/


/* thank-you */

.thankyou-wrapper {
  min-height: 60vh;
  background: #4c0c2b; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}

.thankyou-box {
  color: #ffffff;
}

.thankyou-box h1 {
  font-size: 41px;
  font-weight: 700;
  margin-bottom: 6px;
}

.thankyou-box p {
  font-size: 17px;
}

.brxe-icon {
    font-size: 60px;
}

#brxe-iozube {
    color: #8fffc3;
    fill: #8fffc3;
}