/*
Project Name: Get Brightlife Space
for: Get Brightlife Space
from: Actiknow Consulting Pvt. Ltd.
Designed By: Rajiv Gangwar 
* File include item Custom only specific css only
******************************************************************************/

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url(https://db.onlinewebfonts.com/c/105007d99d9df64c50cc24d696d79555?family=Graphik+Web+Regular+Regular); */
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
    --subheading-font-family: 'Karla', sans-serif;
    ;
}

/* @font-face {
    font-family: "Graphik Web Regular Regular";
    src: url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.eot");
    src: url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/105007d99d9df64c50cc24d696d79555.svg#Graphik Web Regular Regular")format("svg");
} */
#middle-wizard {
    min-height: auto;
}

header #social {
    right: 0px;
}

.border-right {
    border-right: 1px solid #dedede;
}

.color-theme {
    /* color: #58518c !important; */
    color: #7a12d4 !important;
}

.font-italic {
    font-style: italic;
    font-size: 11px;
    color: #434343 !important;
}

.form-control {
    border: none;
    /* background: transparent; */
    /* border-bottom: 1px solid #6c757d; */
    /* border-radius: 0; */
    /* font-weight: 400; */
}

label {
    /* font-weight: 500; */
}

.form-control:active,
.form-control:hover,
.form-control:focus {
    /* background-color: transparent; */
    outline: 0;
    box-shadow: none;
    border-color: #6c757d;
    color: #6c757d;
    /* border-bottom: 2px solid #6c757d; */
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.Rg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-left {
    background-color: transparent;
    padding: 0px;
}

.content-right {
    padding: 20px;
}

.letter-spacing-normal {
    letter-spacing: normal !important;
}

.fs-24 {
    font-size: 24px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}

#wizard_container {
    width: 500px;
}

.content-left-wrapper {
    padding: 0px;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
    position: relative;
}

.mb-Rg-3 {
    margin-bottom: 1rem !important;
}

.banner-text {
    position: absolute;
    /* top: 28%; */
    top: 21%;
    /* bottom: 15%; */
    left: 8%;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
    font-family: var(--subheading-font-family);
    width: 341px;
}

#RgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
    /* background-color: rgb(255 255 255 / 30%); */
    z-index: 2;
}

.content-left-wrapper img {
    height: 700px;
    display: block;
    margin: 0px auto;
    width: 100%;
    object-fit: cover;
    /* object-fit: none; */
    position: relative;
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
}

.content-right-wrapper {
    /* background-image: url(../img/Quetionbanner.png); */
    height: 700px;
    /* background-color: #9890d1; */
    /* background-color: #7a12d4; */
    background-color: #ffbe00;
}

.coach-detail {
    padding-left: 3rem;
    /* width: 615px;
    margin: auto; */
}

.coach-detail p {
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: var(--subheading-font-family);
}

.coach-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    border: 3px solid #fec84b;
    border-radius: 10px;
    overflow: hidden;
}

.point-flex.for-coach {
    width: 33.3333%;
    padding-right: 20px;
}

.point-flex {
    grid-column-gap: 10px;
    align-items: center;
    margin-top: 10px;
    /* font-family: Poppins, sans-serif; */
    font-size: 16px;
    font-weight: 600;
}

.mark-image {
    width: 20px;
    color: #7a12d4;
    display: block;
}

.pointer-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
}

.iti {
    display: block !important;
}

.Rg-btn {
    border: none;
    color: #111;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-align: center;
    background: #fec84b;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 2;
    padding: 12px 24px;
    border-radius: 5px;
}

.btn-navigate {
    color: #fff1e5;
    background-color: #111;
}

.Rg-btn:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.content-section-large {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    padding: 80px 3% 50px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.container.max-width-large {
    max-width: 1300px;
}

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

.work-flex {
    grid-row-gap: 20px;
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
}

.work-card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, .3);
}

.work-card {
    width: 30%;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.work-card p {
    color: #555;
    letter-spacing: -.02em;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    font-family: var(--subheading-font-family);
}

.work-icon {
    height: 40px;
}

.clock-icon {
    display: flex;
    align-items: center;
}

.clock-icon img {
    height: 25px;
    color: #555;
    margin-right: 7px;
}

.clock-icon p {
    margin-bottom: 0;
    color: #6c757d;
}

.margin-top-bottom-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

h5 {
    color: #111;
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.arrow-box {
    width: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.work-arrrow {
    width: 80%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.bg-works {
    max-width: 100%;
    min-width: 100%;
    background-color: #fec84b;
}

.review-box {
    /* background-color: #9890d1; */
    background-color: #7a12d4;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffff;
}

.review-box span {
    color: #fff;
    margin-bottom: 30px;
    font-size: 25px;
    font-style: italic;
    /* font-weight: 500; */
    line-height: 1.2em;
}

.book-heading.in-faq {
    color: #fff;
    margin-bottom: 0;
}

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

.book-banner-subheading {
    color: #fff8ef;
    margin-bottom: 70px;
    font-size: 16px;
    font-family: var(--subheading-font-family);
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#Rg-Review .item img {
    display: block;
    width: 100%;
    height: auto;
}

.Rg-container {
    max-width: 1000px;
    margin: auto;
    white-space: normal;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
}

.book-banner {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/whygirl.jpg);
    background-position: 0, 100%, 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-bottom: 105px;
    padding-top: 105px;
}

.ss-font-size {
    font-size: 15px;
    font-family: var(--subheading-font-family);
    /* font-weight: 500; */
}

.book-heading-h2.white {
    padding-top: -55px;
    color: #f9fafb;
}

.book-heading-h2 {
    color: #111;
    margin-bottom: 10px !important;
    line-height: 1.2;
}

.book-banner-subheading {
    color: #fff8ef;
    margin-bottom: 30px;
    /* font-family: Poppins, sans-serif; */
    font-weight: 400;
}

.book-flex.why {
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 20px;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 40px 30px;
}

.book-flex {
    max-width: 1170px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.why-action {
    width: 47%;
    grid-column-gap: 10px;
    border-bottom: 1px solid #dee1e6;
    padding-bottom: 20px;
}

.why-headeing {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.why-text {
    color: #636363;
    /* font-family: Poppins, sans-serif; */
    font-family: var(--subheading-font-family);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
}

.align-center-button {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.ss-btn-width {
    width: 300px;
}

.submit-button-3.for-coach {
    width: 300px;
    height: auto;
    color: #fff;
    margin-top: 60px;
    padding: 15px 30px;
    display: block;
}

.submit-button-3:hover {
    color: #fff;
    background-color: #fec84b;
}

.faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.book-flex {
    max-width: 1170px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.faq-content {
    width: 30%;
}

.faq-cont-copy {
    width: 65%;
}

.book-heading {
    color: #323842;
    margin-bottom: 10px;
    line-height: 1.2;
}

.faq-box {
    cursor: row-resize;
    border-bottom: 1px solid #dee1e6;
    padding-top: 20px;
    padding-right: 70px;
    position: relative;
}

.faq-heading {
    color: #3f3d65;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.accordion-button:focus {
    box-shadow: none;
}

.text-new-rj {
    margin: 15px 0px;
    max-width: 100%;
    width: inherit;
    font-weight: unset;
    font-size: 18px;
    line-height: 28px;
    color: rgba(38, 38, 39, 0.7);
    overflow-wrap: break-word;
}



.footer {
    background-color: #111;
    padding: 100px 5% 60px;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 60px;
    display: flex;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.banner-text span {
    /* line-height: 0px; */
    /* white-space: nowrap; */
    word-spacing: 1px;
}

.footer-logo {
    width: 120px;
}

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

.footer-title-button {
    color: #fff;
    letter-spacing: -.03em;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

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

.button-linen {
    color: #000;
    background-color: #fff1e5;
    border-radius: 10px;
    padding: 20px 35px;
    font-weight: 700;
    box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.footer-grid {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.w-layout-grid {
    grid-row-gap: 16px;
    /* grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr; */
    grid-auto-columns: 1fr;
    display: grid;
}

.footer-column {
    flex-direction: column;
    align-items: stretch;
    /* padding-right: 40px; */
    display: flex;
    font-family: var(--subheading-font-family);
}

.form-block {
    width: 100%;
    margin-top: 40px;
}

.text-field-plain {
    min-height: 62px;
    color: rgba(255, 255, 255, .6);
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    margin-bottom: 0;
    font-size: 16px;
}

.w-input:focus {
    border-color: #3898ec;
    outline: 0;
}

.w-input {
    width: 100%;
    height: 38px;
    /* color: #333; */
    vertical-align: middle;
    /* background-color: #fff; */
    /* border: 1px solid #ccc; */
    /* margin-bottom: 10px; */
    padding: 8px 12px;
    /* font-size: 14px; */
    line-height: 1.42857;
    display: block;
}

.submit-button {
    min-height: 62px;
    min-width: 62px;
    color: #111;
    background-color: #fff1e5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 17px;
}

.w-button {
    /* color: #fff; */
    line-height: inherit;
    cursor: pointer;
    /* background-color: #3898ec; */
    border: 0;
    /* border-radius: 0; */
    /* padding: 9px 15px; */
    text-decoration: none;
    display: inline-block;
}

.footer-title {
    color: rgba(255, 255, 255, .6);
    margin-bottom: 22px;
    font-size: 17px;
}

.footer-link {
    color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity .2s;
    display: block;
    white-space: nowrap;
}

.footer-link:hover {
    color: #fff;
}

a:active,
a:hover {
    outline: 0;
}

.link-block {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.link-block-2 {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.footer-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    justify-content: space-between;
    margin-top: 92px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.footer-wrapper {
    align-items: center;
    display: flex;
}

.secondary-link {
    color: #fff;
    margin-right: 32px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    transition: all .3s;
    display: flex;
}

.social-link:hover {
    filter: invert();
    background-color: #000;
}

#Rg-Shadow .owl-stage-outer {
    /* box-shadow: rgb(152 144 209 / 32%) 10px 10px, rgb(191 193 227 / 42%) 20px 20px; */
    box-shadow: rgb(122 18 212 / 35%) 10px 10px, rgb(122 18 212 / 28%) 20px 20px;
    border-radius: 15px;
}

.bg-whatsapp {
    background-color: rgb(83, 187, 83);
    color: #fff;
}

.bg-whatsapp img {
    height: 28px;
    margin-right: 10px;
}

.bg-whatsapp span {
    font-size: 12px;
    font-weight: 400;
}

.bg-email {
    background-color: white;
    color: rgb(53, 105, 53);
    border: 1px solid rgb(53, 105, 53);
    margin-top: 16px;
}

.bg-email img {
    height: 28px;
    margin-right: 10px;
}

.bg-email .emailtext {
    font-size: 12px;
    font-weight: 400;
    color: rgb(143, 143, 143);
}

.available {
    color: rgb(53, 105, 53);
    /* font-family: Inter; */
    font-family: var(--subheading-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: -0.02em;
    margin-bottom: 0px;
    margin-top: 10px;
}

.Rg-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.info-popup {
    display: flex;
    align-items: center;
    background-color: #0080002e;
    border-radius: 4px;
    padding: 8px;
    margin-top: 1rem;
    background-color: #e8fadf;
    border-color: #d4f5c3;
    color: #676966;
}

.info-popup img {
    height: 25px;
    margin-right: 12px;
}

.info-popup p {
    margin: 0px;
    font-size: 12px;
}

.owl-carousel .owl-item img {
    border-radius: 15px;

}

.w-620 {
    width: 620px;
}

.team-item-img .team-item-detail {
    border-radius: 15px;
}

.coach-designation-box {
    position: absolute;
    width: 100%;
    overflow: hidden;
    width: 100%;
    height: 203px;
    /* mix-blend-mode: multiply; */
    background-image: linear-gradient(rgba(23, 0, 76, 0) 17%, #0c0c0c);
    position: absolute;
    bottom: 0;
}

.coach-designation-box-details {
    color: #ffff;
    padding: 25px;
    /* font-weight: 700; */
    bottom: 0;
    position: fixed;
}

.coach-designation-box-details p {
    margin: 0;
    line-height: 20px;
}

.coach-designation-box-details h4 {
    margin: 0px;
    color: #ffff;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .content-left-wrapper img {
        height: 250px !important;
    }

    .coach-designation-box-details {
        padding: 10px !important;
    }

    .coach-designation-box-details h4 {
        font-size: 22px !important;
    }

    .coach-designation-box-details p {
        font-size: 12px !important;
    }
}

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

.align-Rg img {
    width: 20px !important;
    margin-right: 5px;
}

/* .container_radio.version_2 {
    min-height: 20px;
} */

.container_check.version_2 {
    min-height: 25px;
    padding: 5px 0 0 45px;
    /* font-size: 12px; */
}

/* for smooth scrollbar start  */

html {
    --scrollbarBG: #f1f1f1;
    --thumbBG: #fec84b;
}

body::-webkit-scrollbar {
    width: 13px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

/* for smooth scrollbar end  */


/* For Back to top Scroll Start */

#scroll {
    position: fixed;
    right: 25px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fec84b;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #111;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* For Back to top Scroll End */

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .content-left-wrapper img {
        height: 200px;
    }

    main#general_page {
        margin-top: 3rem;
    }

    .GetStarted {
        margin-top: -5rem;
    }

    .work-flex {
        flex-direction: column;
    }

    .work-card {
        width: 100%;
    }

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

    .footer-top {
        display: block;
    }

    .footer-sub-wrap {
        display: block;
    }

    .why-action {
        width: 100%;
    }

    .footer-title-button {
        margin-bottom: 1rem;
    }

    .w-layout-grid {
        display: block;
    }

    /* .w-layout-hflex {
        display: block;
    } */

    .faq-content {
        width: 100%;
    }

    .faq-cont-copy {
        width: 100%;
        margin-top: 2rem;
    }

    .book-banner {
        background-position: 0 0, 50% 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .arrow-box {
        width: 10%;
        margin: 20px auto;
        transform: rotate(90deg);
    }

    .coach-detail {
        padding: 0rem;
        margin-top: 6rem;
    }

    .pointer-block {
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }

    html.w-mod-touch * {
        background-attachment: scroll !important;
    }

    .footer-bottom {
        margin-top: 15px;
        display: block;
    }

    .w-620 {
        width: auto;
    }

    .point-flex.for-coach {
        width: 45%;
        padding-right: 10px;
    }

    .banner-text {
        font-size: 28px;
        top: 25%;
    }

    .content-left-wrapper img {
        filter: blur(2px);
    }

    .nice-select .list {
        height: auto;
    }

    .width-50Mb {
        width: 50%;
    }

    .available {
        text-align: center;
    }
}

.ss-margin {
    margin-top: 120px;
    margin-bottom: 77px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.accordion-body {
    font-family: var(--subheading-font-family);
}

.ss-normal-font {
    font-family: var(--subheading-font-family);
}

.wrapper-2 {
    margin: 50px 0px;
}

.ss-img {
    height: 200px;
}

@media (min-width:320px) and (max-width :767px) {
    .content-right-wrapper {
        height: 600px;
    }

    .banner-text {
        font-size: 22px;
        top: 25%;
        width: 280px;
    }

    .banner-text span {
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mt-125 {
        margin-top: -125px;
    }

    .p-7 {
        padding: 7px !important;
    }
}