.elementor-element .fillout-btn {
    background: transparent;
    color: var(--color-white);
}

.elementor-element .fillout-btn:hover {
    background: var(--color-primary);
    color: var(--color-white);
}



/*Popup css*/
.site-popup-row .gr-google-reviews-list .gr-reviews-container {
    flex-direction: column;
    gap: 15px;
}
.site-popup-row .gr-google-reviews-list .gr-reviews-container .gr-review-item-list {
    width: 100%;
}
.site-popup-row .review-col-left {
    overflow-y: auto;
    height: 546px;
    background: #000;
}
.site-popup-row .custom-frm-style-main {
    height: 546px;
}
body .site-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    align-items: center;
}
body.popup-open {
    overflow: hidden;
}
.site-popup {
    display: none;
}
body.popup-open .site-popup {
    display: block;
}
.elementor .site-popup-row {
    height: calc(100vh - 80px);
    overflow-y: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: calc(100% - 40px);
}
.site-popup-close {
	cursor: pointer;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d32020; 
}
/*Popup css*/



/*default page css*/



body.error404 .elementor-element .fillout-btn {
    color: var(--color-primary);
}

body.error404 .elementor-element .fillout-btn:hover {
    color: var(--color-white);
}

body.error404,
body.page-id-1213,
body.page-id-1587,
body.page-id-4211 {
    padding-top: 100px;
}

body.error404 header,
body.page-id-1213 header,
body.page-id-1587 header ,body.page-id-4211 header {
    background: var(--black);
}

/*default page css*/


/*Instructors page css*/
.info-content h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
}

.elementor-element .info-content h3 {
    color: var(--color-primary);
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    padding-bottom: 29px;
    letter-spacing: -1.2px;
}

.elementor-element .info-content ul {
    padding: 0px 0px 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 60px;
    max-width: 858px;
    margin-top: -6px;
}

.info-content .elementor-element.common-typo ul li {
    margin: 0px;
    color: var(--color-text-gray);
}

.elementor-element .info-content blockquote {
    margin: 0px;
    padding-left: 22px;
    color: var(--color-text-gray);
}

.info-content .common-typo blockquote::before {
    width: 2px;
    height: calc(100% - 0px);
}

.elementor-element .info-row:last-child {
    margin-bottom: 0px;
}

.blockquote-common h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.blockquote-common p {
    font-size: 16px;
    line-height: 26px;
}

.elementor-element.common-typo.h3-normal h3 {
    font-size: 24px;
    line-height: 30px;
    color: var(--color-text-gray);
    font-family: var(--font-inter);
    text-transform: none;
    padding-bottom: 20px;
    font-weight: 600;
    margin-top: -10px;
}

/*Instructors page css*/


/*Programs page css*/
.elementor .left-right-section .left-right-row.training-areas-sec ul {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0px;
    max-width: 100%;
    margin-top: -5px;
}

.elementor-element.res-order-cha .elementor-element .common-typo.modify-design {
    margin-bottom: 40px;
}

.elementor-element .elementor-element .common-typo.modify-design h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 12px;
}

.elementor-element .elementor-element .common-typo.modify-design p.end-bold-txt {
    margin-top: -20px;
}

.elementor .zig-zag-sec .zig-zag-row .elementor-element.common-typo.two-col-list.modify-design ul {
    max-width: 620px;
    column-gap: 20px;
}

.elementor-element .elementor-element .common-typo.modify-design h3+.center-bold-txt {
    padding-top: 7px;
}

.elementor .left-right-section .left-right-row .common-typo.no-margin-btm ul {
    margin-bottom: 0px;
}

.design-modify ul.confidence-beyond-gym-points.group-page {
    max-width: 620px;
}

.elementor-element .elementor-element .common-typo.design-modify h2+p {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.elementor .box-row.box-modify-design .elementor-element.common-typo ul {
    margin-top: -14px;
}

.elementor .box-row.box-modify-design .elementor-element.common-typo ul:not(:has(+ p)) {
    margin-bottom: 0;
}

.elementor-element.box-modify-section .box-row .box-col {
    width: calc(100% / 4 - 38px);
}

ul.confidence-beyond-gym-points.group-page {
    max-width: 1050px;
    margin-bottom: 30px;
    margin-top: 20px;
}

body .elementor .diff-box-col {
    padding: 40px;
}

/*Programs page css*/


@media (max-width: 1439px) {

    /*default page css*/
    body.error404,
    body.page-id-1213,
    body.page-id-1587,body.page-id-4211 {
        padding-top: 90px;
    }

    /*Programs page css*/
    .elementor-element.box-modify-section .box-row .box-col {
        width: calc(100% / 4 - 30px);
    }
}


@media (max-width: 1199px) {
.site-popup-row .elementor-element.common-typo h3 {
        font-size: 24px;
        line-height: 34px;
    }
    /*default page css*/
    body.error404,
    body.page-id-1213,
    body.page-id-1587,body.page-id-4211 {
        padding-top: 80px;
    }

    /*Instructors page css*/
    .info-content h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .elementor-element .info-content h3 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 20px;
    }

    .elementor-element .info-content ul {
        padding: 0px 0px 20px;
        gap: 8px 15px;
    }

    .elementor-element .info-content blockquote {
        padding-left: 20px;
    }

    .blockquote-common h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 4px;
    }

    .elementor-element.common-typo.h3-normal h3 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 15px;
        margin-top: -5px;
    }

    /*Programs page css*/
    .elementor .left-right-section .left-right-row.training-areas-sec ul {
        margin-top: 0px;
    }

    .elementor-element.res-order-cha .elementor-element .common-typo.modify-design {
        margin-bottom: 30px;
    }

    .elementor-element .elementor-element .common-typo.modify-design p.end-bold-txt {
        margin-top: -10px;
    }

    .elementor .zig-zag-sec .zig-zag-row .elementor-element.common-typo.two-col-list.modify-design ul {
        max-width: 732px;
    }

    .elementor-element .elementor-element .common-typo.modify-design h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .elementor-element .elementor-element .common-typo.modify-design h3+.center-bold-txt {
        padding-top: 3px;
    }

    body .elementor-element .elementor-element .common-typo.full-width-ul ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .elementor .box-row.box-modify-design .elementor-element.common-typo ul {
        margin-top: -9px;
    }

    .elementor-element.box-modify-section .box-row .box-col {
        width: calc(100% / 2 - 15px);
    }

    ul.confidence-beyond-gym-points.group-page {
        margin-bottom: 25px;
        margin-top: 20px;
    }

    body .elementor .diff-box-col {
        padding: 30px;
    }
}


@media (max-width: 991px) {

    /*Programs page css*/
    body .elementor-element.zig-zag-sec.res-order-cha .zig-zag-row,
    body .elementor-element.left-right-section.res-order-cha .left-right-row {
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    body .elementor-element.zig-zag-sec.res-order-cha .zig-zag-row:last-child,
    body .elementor-element.left-right-section.res-order-cha .left-right-row:last-child {
        margin-bottom: 0px;
    }

    body .elementor-element .elementor-element .common-typo.full-width-ul ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .elementor-element.row-change-res .elementor-element.left-right-row {
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    .elementor-element.row-change-res .elementor-element.left-right-row:last-child {
        margin-bottom: 0px;
    }

    .elementor-element.left-right-section.row-change-res {
        padding: 60px 0px 70px 0px;
    }
}


@media (max-width: 767px) {
	.elementor .site-popup-row {
    height: calc(100vh - 170px);
}
.site-popup-row .elementor-element.common-typo h3 {
        font-size: 22px;
        line-height: 32px;
    }
.site-popup-row .review-col-left, .site-popup-row .custom-frm-style-main {
    height: auto;
}
    /*Instructors page css*/
    .info-content h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 6px;
    }

    .elementor-element .info-content h3 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .elementor-element .info-content ul {
        padding: 0px 0px 15px;
        gap: 6px 15px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0px;
    }

    .elementor-element .info-content blockquote {
        padding-left: 15px;
    }

    .blockquote-common h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .elementor-element.common-typo.h3-normal h3 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 12px;
        margin-top: -3px;
    }

    .blockquote-common p {
        font-size: 15px;
        line-height: 25px;
    }

    /*Programs page css*/
    .elementor-element.res-order-cha .elementor-element .common-typo.modify-design {
        margin-bottom: 20px;
    }

    .elementor-element .elementor-element .common-typo.modify-design h3 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .elementor-element .elementor-element .common-typo.modify-design p.end-bold-txt {
        margin-top: -5px;
    }

    body .elementor-element.zig-zag-sec.res-order-cha .zig-zag-row,
    body .elementor-element.left-right-section.res-order-cha .left-right-row {
        margin-bottom: 50px;
    }

    body .elementor-element .elementor-element .common-typo.full-width-ul ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .design-modify ul.confidence-beyond-gym-points.group-page {
        max-width: 590px;
    }

    .elementor .box-row.box-modify-design .elementor-element.common-typo ul {
        margin-top: -5px;
    }

    .elementor-element.row-change-res .elementor-element.left-right-row {
        margin-bottom: 50px;
    }

    .elementor-element.left-right-section.row-change-res {
        padding: 50px 0px 60px 0px;
    }

    .elementor-element.box-modify-section .box-row .box-col {
        width: calc(100% / 2 - 10px);
    }

    ul.confidence-beyond-gym-points.group-page {
        margin-bottom: 20px;
        margin-top: 15px;
    }

    body .elementor .diff-box-col {
        padding: 20px;
    }
}


@media (max-width: 576px) {

    /*default page css*/
    body.error404,
    body.page-id-1213,
    body.page-id-1587,body.page-id-4211 {
        padding-top: 72px;
    }

    /*Programs page css*/
    .elementor-element.box-modify-section .box-row .box-col {
        width: 100%;
    }
}


@media (max-width: 479px) {

    /*Instructors page css*/
    .elementor-element .info-content ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .elementor-element .info-row .info-img {
        max-width: 100%;
    }
}