:root {
    --theme-color: 33, 134, 212;
    /*Sky blue color*/
    --theme-color-alt: 0, 35, 96;
    /*Blue color*/
    --theme-color-l: 62, 71, 86;
    /*Dark blue color*/
    --theme-color-d: 26, 34, 47;
    /*Light blue color*/
    --theme-yellow: 222, 160, 30;
    /*theme yellow color*/
    --theme-pink: 189, 53, 136;
    /*theme pink color*/
    --theme-green: 24, 164, 60;
    /*theme green color*/
    --theme-grey-d: 125, 125, 125;
    /*theme dark grey color*/
    --theme-grey-m: 181, 181, 181;
    /*theme mid grey color*/
    --theme-grey-l: 249, 249, 249;
    /*theme light grey color*/
    --dark-head: 51, 51, 51;
    /*Dark head theme color*/
    --theme-light-green: 33, 208, 118;
    /*theme light green*/
    --theme-voilet: 116, 54, 163;
}

.dark-color {
    color: rgb(var(--dark-head));
}

*:focus-visible,
*:focus {
    outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    opacity: 0;
    margin: 0;
}

section.form-fotter-sticy-atc .input-section-incre input.qty::-webkit-outer-spin-button,
section.form-fotter-sticy-atc .input-section-incre input.qty::-webkit-inner-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}

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

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    opacity: 1 !important;
    height: 45px;
    background: rgb(var(--theme-color));
}

#upsell-modal input::-webkit-outer-spin-button,
#upsell-modal input::-webkit-inner-spin-button {
    opacity: 1 !important;
    margin: unset;
    -moz-appearance: numbers;
    -webkit-appearance: initial;
    height: 45px;
}

.quantity input[type=number] {
    -moz-appearance: unset !important;
    /* Firefox */
}

.color-theme {
    color: rgb(var(--theme-color));
}

.margin-t-b-25 {
    margin: 25px 0;
}

.color-dark-head {
    color: rgb(var(--dark-head));
}

.color-theme-d {
    color: rgb(var(--theme-grey-d));
}

.banner-sec {
    padding: 100px 0;
    background: linear-gradient(-145deg, rgb(var(--theme-color)) 0% 30%, rgb(var(--theme-color-alt)) 70% 100%);
}

a:hover {
    text-decoration: none;
}

.p-r-0 {
    padding-right: 0 !important;
}

.sub-card {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    min-height: 400px;
    background: rgb(var(--theme-color));
    padding: 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}

.second-secc .sub-card ul {
    padding-left: 22px;
}

.sub-card .content-container li {
    text-align: left;
    max-width: 75%;
    margin: 0 auto;
}

.sub-card .content-container li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin: 0 5px 0 -21px;
}

.sub-card:hover {
    transform: scale(1.04);
}

.sub-card.diff {
    background: rgb(var(--theme-color-alt));
}

.sub-card .thumnail-container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: stretch;
}

.sub-card .thumnail-container img {
    object-fit: cover;
    flex: 1;
    object-position: center center;
    opacity: 35%;
    transition: .5s;
}



.sub-card .content-container {
    position: relative;
    z-index: 1;
}

.sub-card .button {
    border: 1px solid;
    padding: 10px 25px;
    margin-top: 25px;
    display: inline-block;
    border-radius: 5px;
}

.sub-card:hover .button {
    border-color: rgb(var(--theme-yellow));
    background: rgb(var(--theme-yellow));
    text-decoration: none !important;
}

.sub-card:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 40%;
    width: 30%;
    background: transparent;
    border: 0.3rem solid rgb(var(--theme-color));
    transform: translate(30%, -50%);
    border-radius: 15px;
    mix-blend-mode: screen;
}

.sub-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 40%;
    background: transparent;
    border: 0.5rem solid rgb(var(--theme-color));
    transform: translate(-20%, 20%);
    border-radius: 15px;
    mix-blend-mode: screen;
    opacity: 26%;
}

.sub-card ul li {
    font-size: 14px;
}


/*------------------------------------------------------------------------*/

.thumbnailDiv>img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    flex: 1;
    border-radius: 4px 4px 0 0;
    height: 100%;
}

.thumbnailDiv .first-I img,
.thumbnailDiv .second-I img {
    display: block;
    width: auto;
    max-width: 60px;
}

.thumbnailDiv {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
    height: 0px;
    transition: .5s;
}

.thumbnailDiv .first-I,
.thumbnailDiv .second-I {
    z-index: 1;
    padding: 10px;
    background: var(--white);
    margin: 2px;
    border-radius: 4px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.howmuser {
    border: 1px solid #0000000f;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-top: 30px;
    background: var(--white);
    position: absolute;
    width: 100%;
}

.thumbnailDiv:after {
    content: "";
    position: absolute;
    left: 0;
    top: 60%;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, var(--white), transparent);
}

.howmuser h4 {
    text-align: center;
    color: rgb(var(--dark-head));
    margin: 25px 0;
}

.input-section-incre {
    width: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

.input-section-incre input {
    width: 85px;
    border: 1px solid #0000000f;
    min-height: 50px;
    text-align: center;
}

.input-section-incre button {
    min-height: 50px;
    border: 1px solid #0000000f;
    width: 30px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--dark-head));
}

.badeges_Container {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 0 15px;
    flex-direction: column;
    max-width: 100px;
    margin-left: auto;
    margin-right: 20px;
}

.badeges_Container.all-logos {
    position: absolute;
    bottom: 7px;
    right: 0;
    max-width: 70%;
    text-align: right;
    display: inline-block;
    padding-right: 0;
    margin-right: 7px;
    z-index: 9;
}

.badeges_Container.all-logos>span {
    width: 32%;
    display: inline-flex;
    padding: 0;
    vertical-align: middle;
    margin: 5px 3px;
    box-shadow: 0px 0px 4px 3px rgb(102 103 107 / 14%);
}

.input-section-incre button.mins {
    border-right-color: transparent;
}

.input-section-incre button.plus {
    border-left-color: transparent;
}

.howmuser h3 {
    text-align: center;
    margin: 20px 0;
    color: rgb(var(--theme-color));
    font-size: 3.5rem;
}

section.accordion-sec .card i {
    display: block;
    font-size: 1rem;
}

a.button-c,
button.button-c {
    border: 1px solid;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    border-color: rgb(var(--theme-yellow));
    background: rgb(var(--theme-yellow));
    text-decoration: none !important;
    color: var(--white);
    cursor: pointer;
    font-size: 1rem;
}

a.button-c:hover,
button.button-c:hover {
    filter: brightness(1.1);
}

.howmuser .plans {
    margin: 15px auto;
    width: calc(100% - 60px);
    background: rgb(var(--theme-grey-l));
    padding: 10px;
    border-radius: 5px;
}

.howmuser .cart-adder {
    margin-bottom: 30px;
}


/*------------------------------------------------------------------------------*/

.tabs-sec .tab-content {
    padding: 15px;
    background: var(--white);
    box-shadow: 0px 0px 21px 0px #0000000f;
    border-radius: 5px;
}

.tabs-sec .nav.nav-tabs li a {
    padding: 12px 25px;
    background: var(--white);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 6%);
    border: 1px solid #0000000f;
    margin-right: 15px;
    display: inline-block;
    border-radius: 5px;
    min-width: 180px;
    text-align: center;
}

.tabs-sec .nav.nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}

.tabs-sec .nav.nav-tabs li h6 {
    margin: 0;
}

.tabs-sec .nav.nav-tabs li:hover a {
    color: rgb(var(--theme-color));
    text-decoration: none;
    border-color: rgb(var(--theme-color));
}

.tabs-sec .nav.nav-tabs li a.active {
    border: 0;
    border-top: 2px solid rgba(var(--theme-color), 1);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 30px 0px 0px var(--white), 0px 0px 21px 0px rgb(0 0 0 / 6%);
    z-index: 2;
    /*position: relative; */
    position: static;
    color: rgb(var(--theme-color));
}

.tabs-sec .nav.nav-tabs li a.active h6 {
    color: rgb(var(--theme-color));
}

.tabs-sec .cont-img {
    position: relative;
    overflow: hidden;
}

.tabs-sec .cont-img:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 80%;
    background: transparent;
    border: 6px solid rgb(var(--theme-color));
    border-radius: 15px;
}

.tabs-sec .cont-img img {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 21px 0px #000000cc;
    width: 100%;
}


/*---------------------------------------------------------------------------------------*/

section.tabs-sec {
    background: linear-gradient(0deg, var(--white), rgba(var(--theme-grey-m), 0.1), var(--white));
}

.team-card img {
    object-fit: cover;
    flex: 1;
    transform: scale(1.1);
    transition: 1s;
}

.team-card {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 4px;
    transition: .4s;
    transform: scale(1);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 6%);
    margin-bottom: 15px;
}

.team-card:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 16%);
}

.team-card .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    background: rgb(var(--theme-color-alt));
    height: 100px;
    padding: 15px;
    border-radius: 0 4px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    transition: .5s;
}

.team-card .info>p {
    font-size: 0.8rem;
}

.team-card:hover span.info {
    width: 90%;
    height: 90%;
    background: rgba(var(--theme-color-alt), 90%);
}

.team_member_discription {
    height: 0%;
    overflow: hidden;
    transition: .5s;
    color: #fff;
    font-weight: 300;
    font-size: 0.9rem;
}

.team-card:hover .team_member_discription {
    height: 100%;
}

.social-media {
    width: 80%;
    background: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 1px 1px 0;
    transform: translate(-100%, -50%);
    transition: .5s;
}

.team-card:hover .social-media {
    transform: translate(0, -50%);
}

.team-card:hover img {
    transform: scale(1);
}

.social-media a:hover {
    color: rgb(var(--theme-color));
}

.social-media a {
    margin: 0 5px;
    color: rgb(var(--theme-color-alt));
    transition: .5s;
}

section.team-sec {
    background: rgb(var(--theme-grey-l));
    padding: 50px 0;
}

section.team-sec h2 {
    margin-bottom: 50px;
}


/*--------------------------------------------------------------------------------*/

section.accordion-sec h2 {
    margin-bottom: 30px;
}

.card-header {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
}

.card-header button {
    white-space: unset !important;
    text-align: left !important;
    width: calc(100% - 30px);
    text-decoration: none !important;
    position: relative;
}

.card-header button:hover {
    color: rgb(var(--theme-color)) !important;
}

.card-header button.collapsed {
    color: rgb(var(--dark-head));
}

.accordion-sec .accordion-parrent {
    width: 100%;
}

.accordion-sec .card {
    padding: 10px 5px;
    margin: 25px 0;
}

.embed-video-sec {
    width: 100%;
    display: flex;
  /*  height: 400px; */
    justify-content: stretch;
    align-items: stretch;
    overflow: hidden;
    border-radius: 5px;
}

.embed-video-sec iframe {
    width: 100%;
}



.card-header button span {
    position: absolute;
    left: 100%;
    top: 20%;
    color: rgb(var(--theme-color));
    transform: rotate(180deg);
    transition: .5s;
    font-size: 1.5rem;
}

.card-header button.collapsed span {
    transform: rotate(0deg);
    transition: .5s;
}


/*------garb.. css-----------------------*/

section.reveiws-section,
section.accordion-sec,
section.tabs-sec,
section.team-sec {
    margin: 110px 0;
}

.m_t_b_110px {
    margin: 110px 0;
}

section.traning-section.pb-111 {
    padding-bottom: 143px;
    background: linear-gradient(0deg, rgb(248, 248, 248), #fff);
}

ul {
    padding-left: 20px;
}

.style-ul {
    list-style: none;
    line-height: 1.7rem;
}

.style-ul li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin: 0 5px 0 -21px;
}

.style-ul-yellow {
    list-style: none;
    line-height: 1.7rem;
}

.style-ul-yellow li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin: 0 5px 0 -21px;
    color: rgb(var(--theme-yellow));
}

/*------------------------------------------------------------------*/

.logo-side-sec .cont-indenty img {
    width: 80%;
}

.logo-side-sec .cont-indenty {
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 6%);
    color: rgb(var(--theme-color-d));
}

.logo-side-sec {
    padding: 10px 30px;
}

.logo-side-sec .cont-indenty h4 {
    margin: 0 0 8px 0;
}


/*-------------------------------------------------------------------------------*/

.promo {
    text-align: center;
    background: #00A599;  /* Changed color to light blue */
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    margin: 110px 0;
}

.promo:after,
.promo:before,
.promo span.box-abso:before,
.promo span.box-abso:after {
    content: "";
    position: absolute;
    border-radius: 29px;
    opacity: .29;
    border: 8px solid #fff;
    height: 60%;
    transform: translate(-50%, -50%);
}

.promo:before {
    left: 2%;
    width: 140px;
    top: 80%;
    min-height: 150px;
}

.promo:after {
    left: 97%;
    width: 140px;
    top: 10%;
    min-height: 150px;
}

.promo .box-abso:before {
    width: 140px;
    top: 0;
    left: 35%;
    transform: translate(-50%, -70%) !important;
    border-width: 3px !important;
    border-radius: 15px !important;
}

.promo .box-abso:after {
    width: 80px;
    top: 100%;
    left: 60%;
    transform: translate(-50%, -30%) !important;
    border-width: 3px !important;
    border-radius: 15px !important;
}




.special-offers {
    text-align: center;
    background: rgb(var(--theme-voilet));
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    margin: 110px 0;
}

.special-offers:after,
.special-offers:before,
.special-offers span.box-abso:before,
.special-offers span.box-abso:after {
    content: "";
    position: absolute;
    border-radius: 29px;
    opacity: .29;
    border: 8px solid #fff;
    height: 60%;
    transform: translate(-50%, -50%);
}

.special-offers:before {
    left: 2%;
    width: 140px;
    top: 80%;
    min-height: 150px;
}

.special-offers:after {
    left: 97%;
    width: 140px;
    top: 10%;
    min-height: 150px;
}

.special-offers .box-abso:before {
    width: 140px;
    top: 0;
    left: 35%;
    transform: translate(-50%, -70%) !important;
    border-width: 3px !important;
    border-radius: 15px !important;
}

.special-offers .box-abso:after {
    width: 80px;
    top: 100%;
    left: 60%;
    transform: translate(-50%, -30%) !important;
    border-width: 3px !important;
    border-radius: 15px !important;
}

section.team-sec {
    margin-bottom: 0;
}

.about-section .about-hsqe {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.form-fotter-sticy-atc {
    position: sticky;
    bottom: 0;
    background: rgb(var(--theme-grey-l));
    box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 6%);
    z-index: 9;
}

form.cart.footer-sticky-atc_form {
    display: flex;
    padding: 10px 0;
}

form.cart.footer-sticky-atc_form .count-controler {
    flex: 1;
}

form.cart.footer-sticky-atc_form h3 {
    flex: 1;
    text-align: center;
    font-size: 45px;
    color: rgb(var(--theme-color));
    margin: 0;
}

form.cart.footer-sticky-atc_form .count-controler h3 {
    font-size: 1rem !important;
    color: rgb(var(--dark-head)) !important;
    margin-bottom: 5px;
}

form.cart.footer-sticky-atc_form .input-section-incre {
    width: 50%;
}

form.cart.footer-sticky-atc_form .cart-adder.text-center {
    flex: 1;
    display: flex;
    align-items: center;
}

form.cart.footer-sticky-atc_form .input-section-incre input {
    min-height: 35px;
}

form.cart.footer-sticky-atc_form .input-section-incre button {
    min-height: 35px;
}

.added-cart-msg {
    font-size: 1rem;
    margin-top: 15px;
}

.contact-page-form input,
.contact-page-form textarea {
    padding: 10px;
    width: 100%;
    margin-bottom: 27px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 6%);
}

.contact-page-form input[type="submit"]:hover {
    filter: contrast(1.5);
}

.contact-page-form span.wpcf7-not-valid-tip {
    padding-bottom: 15px;
}

.contact-page-form .wpcf7-response-output {
    padding: 15px !important;
    border-radius: 5px;
    border: 1px solid rgb(var(--theme-yellow)) !important;
}

.contact-page-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    box-shadow: 0px 4px 20px -11px #00ff178c;
}

.contact-page-form input[type="submit"] {
    box-shadow: none;
    border: 1px solid rgb(var(--theme-yellow));
    color: var(--white);
    padding: 15px 50px;
    background: rgb(var(--theme-yellow));
    font-weight: 700;
    transition: 0s;
    cursor: pointer;
    width: max-content;
}

.contact_p_info .icon_info-bundle {
    display: flex;
    justify-content: start;
    align-items: stretch;
    margin-bottom: 15px;
}

.contact_p_info .icon_info-bundle .icon-container img {
    width: 1.5rem;
}

.contact_p_info .icon_info-bundle .icon-container {
    display: flex;
    align-items: start;
    padding-right: 15px;
}

.contact_p_info a {
    color: rgb(var(--theme-color-m));
    display: block;
}

address.address a {
    color: rgb(var(--theme-grey-d));
    display: block;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.woocommerce-myaccount-container {
    width: calc(100%);
    overflow: hidden;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 5rem auto;
    }
}

.button_yellow_reverse {
    border: 1px solid rgb(var(--theme-yellow)) !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 1rem;
    padding: 10px 20px !important;
    cursor: pointer;
    background: rgb(var(--theme-yellow)) !important;

}

.button_yellow_reverse:hover {
    filter: brightness(1.1);
}

.button_yellow {
    border: 1px solid rgb(var(--theme-yellow)) !important;
    color: rgb(var(--theme-yellow)) !important !important;
    border-radius: 4px;
    font-size: 1rem;
    padding: 10px 20px !important;
    cursor: pointer;
    background: #fff;


}

.button_yellow:hover {
    background: rgb(var(--theme-yellow)) !important;
    color: #fff;
}

.checkout-button {
    font-weight: normal;
}