/*!
Theme Name: generational-wealth-education
Theme URI: https://www.webskitters.com/
Author: Webskitters
Author URI: https://www.webskitters.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Poppins", sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */

@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-Bold.eot');
    src: url('fonts/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Recoleta-Bold.woff2') format('woff2'),
        url('fonts/Recoleta-Bold.woff') format('woff'),
        url('fonts/Recoleta-Bold.ttf') format('truetype'),
        url('fonts/Recoleta-Bold.svg#Recoleta-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-Light.eot');
    src: url('fonts/Recoleta-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Recoleta-Light.woff2') format('woff2'),
        url('fonts/Recoleta-Light.woff') format('woff'),
        url('fonts/Recoleta-Light.ttf') format('truetype'),
        url('fonts/Recoleta-Light.svg#Recoleta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-SemiBold.eot');
    src: url('fonts/Recoleta-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Recoleta-SemiBold.woff2') format('woff2'),
        url('fonts/Recoleta-SemiBold.woff') format('woff'),
        url('fonts/Recoleta-SemiBold.ttf') format('truetype'),
        url('fonts/Recoleta-SemiBold.svg#Recoleta-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg-white: #fff;
    --bg-black: #000;
    --body-color: #454545;
    --bg-color: #109210;
    --body-font: "Poppins", sans-serif;
    --heading-font: 'Recoleta';
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 300;
    font-style: normal;
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--bg-white);
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
.title-h1,
h2,
.title-h2,
h3,
.title-h3,
h4,
.title-h4,
h5,
.title-h5,
h6,
.title-h6 {
    margin: 0 0 25px 0;
    padding: 0;
    font-family: var(--heading-font);
    color: var(--body-color);
    font-weight: 600;
    text-transform: capitalize;
}

h1:last-child,
.title-h1:last-child,
h2:last-child,
.title-h2:last-child,
h3:last-child,
.title-h3:last-child,
h4:last-child,
.title-h4:last-child,
h5:last-child,
.title-h5:last-child,
h6:last-child,
.title-h6:last-child {
    margin-bottom: 0;
}



h1,
.title-h1 {
    font-size: 90px;
    line-height: 1.2;
}

h2,
.title-h2 {
    font-size: 65px;
    line-height: 1.2;
    font-weight: 300;
}

h3,
.title-h3 {
    font-size: 30px;
    line-height: 1.2;
}

h4,
.title-h4 {
    font-size: 24px;
    line-height: 1.2;

}

h5,
.title-h5 {
    font-size: 20px;
    line-height: 1.2;
}

h6,
.title-h6 {
    font-size: 18px;
    line-height: 1.2;
}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--bg-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--body-color);
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    color: #464646;
    border: 1px solid #ECEFF0;
    height: 64px;
    padding: 0 35px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    border: 1px solid #ECEFF0;
    padding: 25px 35px;
    width: 100%;
    color: #464646;
    height: 145px;
    outline: none !important;
    resize: none;
}

select {
    border: 1px solid #ECEFF0;
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 10px;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--bg-color);
    color: var(--bg-white);
    border: 1px solid var(--bg-color);
    height: 68px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 190px;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: var(--white-color);
    color: var(--bg-color);
    border: 1px solid var(--bg-color);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #464646;
    font-weight: 300;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #464646;
    font-weight: 300;
}

::-moz-placeholder {
    opacity: 1;
    color: #464646;
    font-weight: 300;
}

:-moz-placeholder {
    opacity: 1;
    color: #464646;
    font-weight: 300;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 211px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 40px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    position: relative;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: var(--bg-color);
    transform: scale(0);
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--bg-color);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    transform: scale(1);
}


/* navbar submenu*/

.sub-menu {
    background: var(--bg-white);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: var(--bg-white);
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/


.cmn-gap {
    padding: 100px 0px;
}

.cmn-btn {
    padding: 20px 30px;
    text-transform: capitalize;
    background-color: var(--bg-color);
    color: var(--bg-white);
    border: 1px solid var(--bg-color);
    border-radius: 90px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cmn-btn:hover {
    color: var(--bg-color);
    background: var(--bg-white);
    border: 1px solid var(--bg-color);
}

.cmn-btn.line {
    border-color: #BEBEBE;
    color: var(--body-color);
    background-color: var(--bg-white);
}

.cmn-btn.line:hover {
    border-color: var(--bg-color);
    color: var(--bg-white);
    background-color: var(--bg-color);
}


.container-lrg {
    max-width: 1850px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container {
    max-width: 1630px;
    padding: 0px 15px;
}

.sec-head {
    margin-bottom: 50px;
}

.stats-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #CACACA;
}

.stats-col {
    width: 25%;
}

.stats-box {
    padding: 40px;
    text-align: center;
}

.stats-col {
    border-right: 1px solid #CACACA;
}

.stats-col:last-child {
    border-right: 0px;
}

.stats-box h3 {
    font-size: 65px;
    margin-bottom: 10px;
}

.stats-box p {
    text-transform: uppercase;
}


/* ========= main style ========= */

.main-head {
    padding: 18px 0px;
}

.hdr-rgt-cnt {
    margin-left: 150px;
    display: flex;
    align-items: center;
}

.hdr-rgt-cnt>* {
    margin-left: 15px;
}

.user-login {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(16 146 16 / 10%);
    border-radius: 100%;
}

.user-login img {
    width: 18px;
}

.user-login:hover {
    background-color: var(--bg-color);
}

.user-login:hover img {
    filter: brightness(0) invert(1);
}

.hdr-rgt-cnt .cmn-btn {
    padding: 17px 30px;
}

.hdr-rgt-cnt.mobile-only {
    display: none;
}

.cmn-btn-theme-text {
    padding: 21px 30px;
    min-width: 190px;
    text-transform: capitalize;
    background-color: var(--bg-color);
    color: var(--bg-white);
    border-radius: 90px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.cmn-btn-theme-text svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
    z-index: -1;
    width: 25px;
}

.cmn-btn-theme-icon {
    width: 61px;
    height: 61px;
    background: var(--bg-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 8px;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.cmn-btn-theme {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
}

/* .cmn-btn-theme:hover .cmn-btn-theme-text,
.cmn-btn-theme:hover .cmn-btn-theme-icon {
    background: var(--body-color);
}

.cmn-btn-theme:hover .cmn-btn-theme-text svg path{
    fill: var(--body-color);
} */

.cmn-btn-theme:hover .cmn-btn-theme-text {
    margin-right: -1px;
}

.cmn-btn-theme:hover .cmn-btn-theme-icon {
    margin-left: -1px;
}

.cmn-btn-theme .cmn-btn-theme-icon img {
    width: 10px;
    transition: all .3s ease-in-out;
}

.cmn-btn-theme:hover .cmn-btn-theme-icon img {
    transform: rotate(45deg);
}

/* .cmn-btn-theme:hover{
    background-color: var(--bg-color);
} */

.btn-wrap {
    margin-top: 30px;
}

.home-ban-row {
    display: flex;
    flex-wrap: wrap;
}

.home-ban-left {
    width: 47%;
    padding-right: 30px;
}

.home-ban-right {
    width: 53%;
}

.home-ban-left-inn {
    background: #001800;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    padding: 100px;
    color: var(--bg-white);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hm-ban-shape {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: -1;
}

.home-lft-badge {
    padding: 12px 36px;
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3c3c3c;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-left: 30px;
}

.home-lft-badge img {
    position: absolute;
    top: -40px;
    left: -30px;
    z-index: -1;
    width: 50px;
}

.home-ban-left h1 {
    color: var(--bg-white);
    width: 80%;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 300;
}

h1 span,
h2 span {
    font-weight: 600;
}

.home-ban-left h1 span {
    color: var(--bg-color);
}

.home-ban-left p {
    max-width: 526px;
}

.home-ban-left .btn-wrap {
    margin-top: 15px;
}

.cmn-btn-theme.white .cmn-btn-theme-text {
    background-color: var(--bg-white);
    color: #222;
}

.cmn-btn-theme.white .cmn-btn-theme-icon {
    background: var(--bg-white);
}

.cmn-btn-theme.white .cmn-btn-theme-icon img {
    filter: brightness(0);
}

.cmn-btn-theme.white:hover .cmn-btn-theme-icon img {
    filter: brightness(0);
}

.cmn-btn-theme.white:hover .cmn-btn-theme-text {
    background-color: var(--bg-white);
    color: #222;
}

.cmn-btn-theme.white .cmn-btn-theme-text svg path {
    fill: var(--bg-white);
}

.cmn-btn-theme.white:hover .cmn-btn-theme-icon {
    background: var(--bg-white);
}

.home-ban-rgt-top {
    position: relative;
    z-index: 1;
    border-radius: 50px;
    overflow: hidden;
    padding-top: 47%;
}

.home-ban-rgt-top-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-top-congtn-shape {
    max-width: 48%;
    position: absolute;
    bottom: -16px;
    right: -3px;
}

.home-ban-rgt-btm-lft-grp {
    margin-top: 30px;
}

.home-ban-rgt-btm-lft-grps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.home-ban-rgt-btm {
    display: flex;
}

.home-ban-rgt-btm-lft {
    width: 60%;
}

.home-ban-rgt-btm-rgt {
    width: 40%;
    position: relative;
}

.home-ban-rgt-btm-lft-grp {
    width: calc(50% - 15px);
    background: #CAE7D1;
    border-radius: 50px;
    padding: 37px 30px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.home-ban-rgt-btm-title {
    font-family: var(--heading-font);
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.home-ban-rgt-btm-lft-grp figure {
    margin-top: auto;
    margin-bottom: 0px;
}

.cnjgtr {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.home-ban-rgt-btm-rgt {
    margin-top: -13%;
    z-index: 1;
    padding: 30px 0px 0px 35px;
}

.home-ban-rgt-btm-rgt-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.video-play-btn {
    position: absolute;
    width: 106px;
    height: 106px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    border-radius: 100%;
    overflow: hidden;
}

.video-play-btn span {
    width: 14px;
    height: 14px;
    background-image: url('images/icon-play-white.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cstmr-grp {
    display: flex;
}

.cstmr-grp img {
    width: 69px;
    height: 69px;
    border-radius: 100%;
    border: 2px solid #CAE7D1;
}

.cstmr-grp img+img {
    margin-left: -30px;
}

.home-ban-slide-wrap {
    background: #F7F8F9;
    padding: 60px 100px;
    border-radius: 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.home-ban-slide-wrap p {
    max-width: 210px;
    flex-shrink: 0;
    margin-bottom: 0px;
}

.home-ban-logo-slider {
    width: calc(100% - 210px);
    display: block;
    align-items: center;
    margin: 0px -35px;
}

.home-ban-logo {
    padding: 0px 35px;
    opacity: 0.2;
    transition: all .3s ease-in-out;
}

.home-ban-logo:hover {
    opacity: 1;
}

.home-ban-logo img {
    max-width: 168px;
}

.spl-text {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.spl-text span {
    font-size: 18px;
    color: var(--bg-color);
    font-weight: 900;
    font-style: italic;
    padding-right: 8px;
}

.abt-rgt-inn {
    display: flex;
    flex-wrap: wrap;
}

.abt-rgt-inn-lft {
    width: 56%;
    padding-right: 60px;
}

.abt-rgt-inn-rgt {
    width: 44%;
}

.abt-rgt-inn-rgt img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.abt-rgt-inn-head {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #DBDBDB;
}

.abt-rgt-inn-title {
    font-size: 70px;
    font-family: var(--heading-font);
    color: var(--body-color);
    font-weight: 600;
    line-height: 1.1;
}

.quote-paras {
    padding-left: 80px;
}

.auth-desc {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.auth-img {
    width: 69px;
    height: 69px;
    border-radius: 100%;
    flex-shrink: 0;
}

.auth-dtls h3 {
    margin-bottom: 5px;
    line-height: 1;
}

.auth-dtls {
    padding-left: 15px;
}

.quote-arws {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -56px;
    position: relative;
}

.quote-arw {
    width: 40px;
    height: 40px;
    border: 1px solid #808080;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.quote-arw+.quote-arw {
    margin-left: 8px;
}

.quote-arw img {
    width: 12px;
}

.quote-arw:hover {
    opacity: .5;
}

.abt-rgt-inn-quote figure {
    margin-bottom: -35px;
}

.core-concept-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.core-concept-col {
    width: 20%;
    padding: 15px;
}

.core-concept-box figure {
    width: 100px;
    height: 100px;
    background: var(--bg-white);
    box-shadow: 0px 5px 35px rgba(16, 146, 16, 0.15);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.core-concept-box figure img {
    width: 35px;
}

.core-concept-box h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.courses-wrap-outer {
    background-color: #F1F9F2;
    border-radius: 50px;
}

.courses-card {
    background: #F1F9F2;
    border: 1px solid #CACACA;
    border-radius: 20px;
    padding: 12px;
    transition: all .3s ease-in-out;
}

.courses-item {
    width: 25%;
    margin: 15px;
}

.courses-card figure {
    margin-bottom: 24px;
}

.courses-card figure a {
    display: block;
    position: relative;
    padding-top: 67%;
}

.courses-card figure a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.courses-card h3 a {
    color: var(--body-color);
}

.courses-card h3 a:hover {
    color: var(--bg-color);
}

.crs-info {
    margin-bottom: 10px;
}

.courses-card h3 {
    margin-bottom: 10px;
}

.crs-info ul {
    padding: 0;
    margin: -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.crs-info ul li {
    margin: 10px;
    display: flex;
    align-items: center;
}

.crs-info ul li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 10px;
}

.crs-keys ul {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.crs-keys li {
    margin: 5px;
    padding: 7px 15px;
    background: rgb(69 69 69 / 10%);
    border-radius: 30px;
}

.crs-keys {
    margin-bottom: 20px;
}

.courses-card-inn {
    padding: 0px 16px 12px;
}

.crs-ctas {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cmn-icon-btn {
    width: 40px;
    height: 40px;
    background: var(--bg-color);
    border: 1px solid var(--bg-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crs-ctas .cmn-btn {
    padding: 13px 30px;
    margin-right: 10px;
}

.cmn-icon-btn:hover {
    border-color: var(--bg-color);
    background: #fff;
    border-color: var(--bg-color);
}

.cmn-icon-btn:hover img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(52%) saturate(5664%) hue-rotate(117deg) brightness(100%) contrast(87%);
}

.courses-card:hover {
    background: var(--bg-white);
    border-color: transparent;
    box-shadow: 0px 5px 30px rgba(16, 146, 16, 0.15);
    border-radius: 20px;
}

.courses-slider .slick-list {
    padding: 0 18%;
}

.instructors-wrap {
    background: #F4F4F4;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 100px;
}

.instructors-cards {
    margin: -30px 0px;
}

.instructors-wrap .sec-head {
    padding-right: 70px;
    max-width: 25%;
}

.instructors-cards {
    width: 75%;
}

.inst-arws {
    display: flex;
    align-items: center;
}

.inst-arws>* {
    cursor: pointer;
}

.instructors-cards {
    display: flex;
    flex-wrap: wrap;
}

.instructors-item {
    padding: 30px 15px;
}

.instructors-card {
    background: #F4F4F4;
    border: 1px solid #CACACA;
    border-radius: 20px;
    padding: 14px;
    height: 100%;
    transition: all .3s ease-in-out;
}

.instructors-card figure {
    margin-bottom: 25px;
    position: relative;
    padding-top: 132%;
}

.instructors-card figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.instructors-card-inn {
    padding: 0px 20px 10px;
}

.instructors-card-inn h3 {
    margin-bottom: 5px;
}

.instructors-card:hover {
    background: var(--bg-white);
    box-shadow: 0px 5px 35px rgba(16, 146, 16, 0.15);
    border-radius: 20px;
    border-color: transparent;
}

.instructors-slider .slick-list {
    padding-right: 18%;
}

.faq-content {
    display: none;
}

.faq-title {
    position: relative;
    border-radius: 40px;
    padding: 30px 60px;
    padding-right: 100px;
    font-size: 30px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: #454544;
    text-transform: capitalize;
    cursor: pointer;
}

.faq-title:before {
    content: '';
    position: absolute;
    right: 60px;
    top: 40px;
    width: 25px;
    height: 25px;
    background-image: url('images/sort-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    transition: all .3s ease-in-out;
}

.acc-col+.acc-col {
    margin-top: 30px;
}

.accr {
    border: 1px solid #CACACA;
    border-radius: 40px;
}

.faq-content {
    padding: 0px 60px 30px;
    margin-top: -25px;
}

.accr.open {
    background: var(--bg-white);
    box-shadow: 0px 5px 35px rgba(16, 146, 16, 0.15);
    border-radius: 20px;
    border-color: transparent;
}

.accr.open .faq-title {
    color: var(--bg-color);
}

.accr.open .faq-title:before {
    transform: rotate(180deg);
}

.ftr-main-row {
    display: flex;
    flex-wrap: wrap;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 60px;
}

.ftr-col-lft {
    width: 41%;
    background: #181818;
    padding: 40px 40px 40px 100px;
    color: var(--bg-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ftr-rgt-col {
    width: 59%;
    background: var(--bg-black);
    position: relative;
    z-index: 1;
    padding: 100px 100px 0px 70px;
}

.ftr-main-title {
    font-size: 65px;
    line-height: 1.2;
    font-family: var(--heading-font);
    font-weight: 300;
    color: var(--bg-white);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.ftr-main-title span {
    font-weight: 600;
}

.ftr-rgt-abs {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: -1;
    opacity: 0.5;
}

.ftr-rgt-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    padding-bottom: 20px;
}

.ftr-rgt-top-col {
    width: 33.33333%;
    padding: 0px 15px;
}

.ftr-logo {
    margin-bottom: 25px;
}

.ftr-logo img {
    width: 272px;
}

.ftr-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.ftr-social li+li {
    margin-left: 24px;
}

.ftr-social ul li a {
    width: 49px;
    height: 49px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.ftr-social ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.ftr-social ul li a:hover {
    background: var(--bg-color);
}

.ftr-title {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--bg-white);
}

.ftr-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
}

.ftr-links li {
    margin-bottom: 15px;
}

.ftr-links li a {
    color: var(--bg-white);
}

.ftr-links li a:hover {
    color: var(--bg-color);
}

.ftr-infos ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.ftr-infos li {
    margin-bottom: 20px;
    color: var(--bg-white);
    display: flex;
    align-items: flex-start;
}

.ftr-infos li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
}

.ftr-infos li a {
    color: var(--bg-white);
}

.ftr-infos li a:hover {
    color: var(--bg-color);
}

.ftr-rgt-btm {
    border-top: 1px solid #393939;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
}

.ftr-rgt-btm-links {
    padding-left: 15px;
}

.ftr-rgt-btm-links a {
    color: var(--bg-white);
}

.ftr-rgt-btm-links a:hover {
    color: var(--bg-color);
}

.copy-txt {
    margin: 0;
    color: var(--bg-white);
}

.ftr-rgt-top-col-2 {
    padding-left: 35px;
}


.slick-track {
    display: flex;
}

.slick-slide {
    height: auto;
}

.courses-wrap {
    margin: -15px 0px;
}

.ftr-logo a {
    display: block;
}


.inner-ban-cont-grp {
    position: relative;
    z-index: 1;
}

.inner-ban-cont-grp .home-ban-rgt-btm-rgt {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #fff;
    border-radius: 50px 0 0 0;
    width: 405px;
    padding: 25px 0px 0px 25px;
}

.inner-ban-cont-grp>img {
    width: 100%;
    border-radius: 50px;
}

.inner-ban-radius-top {
    position: absolute;
    right: -5px;
    top: -59px;
}

.inner-ban-radius-btm {
    position: absolute;
    bottom: -18px;
    left: -79px;
}

.inner-ban-cont-grp .video-play-btn {
    left: calc(50% + 12.5px);
    top: calc(50% + 12.5px);
}

.topic-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.topic-img-col {
    width: 45%;
}

.topic-img-col img {
    width: 100%;
    border-radius: 30px;
}

.topic-cont-col {
    width: 55%;
    padding-left: 70px;
}

.topic-area {
    border-radius: 50px;
}

.topic-item:nth-child(even) .topic-area {
    background: #F1F9F2;
}

.topic-item:nth-child(even) .topic-row {
    flex-direction: row-reverse;
}

.topic-item:nth-child(even) .topic-cont-col {
    padding-left: 0px;
    padding-right: 70px;
}

.topic-item .sec-head {
    margin-bottom: 20px;
}

.mission-lft-col {
    padding-right: 44px;
}

.mission-sec .sec-head {
    display: flex;
}

.mission-sec .spl-text {
    flex-shrink: 0;
}

.mission-lft-col h2 {
    margin-left: auto;
    padding-left: 135px;
    text-align: left;
}

.mission-sec figure img {
    width: 100%;
    border-radius: 30px;
}

.mission-rgt-col {
    padding-right: 12%;
    margin-top: 7%;
}

.mssn-para {
    padding-right: 17.5%;
    margin-bottom: 30px;
}

.research-wrapper {
    background: #F1F9F2;
    border-radius: 50px;
}

.research-card {
    border: 1px solid #CACACA;
    border-radius: 20px;
    padding: 15px;
    padding-bottom: 30px;
}

.research-card figure {
    position: relative;
    padding-top: 60%;
    margin-bottom: 24px;
}

.research-card figure a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.research-card figure a:hover img {
    transform: scale(1.05);
}

.research-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all .3s ease-in-out;
}

.research-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.research-card h3 a {
    color: var(--body-color);
}

.research-card h3 a:hover {
    color: var(--bg-color);
}

.research-row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}

.contact-info-card {
    border: 1px solid #CACACA;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    transition: all .3s ease-in-out;
}

.contact-info-card figure {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 14px 83px rgba(16, 146, 16, 0.15);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-card span {
    color: #464646;
    margin-bottom: 5px;
    display: block;
}

.contact-info-card p {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.2;
    -webkit-font-smoothing: auto;
}

.contact-info-card p a {
    color: var(--body-color);
}

.contact-info-card p a:hover {
    color: var(--bg-color);
}

.contact-info-card:hover {
    border-color: transparent;
    box-shadow: 0px 14px 83px rgba(16, 146, 16, 0.15);
}

.contact-map-col iframe {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.contact-form-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 9.14114px 47.0116px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    height: 100%;
    padding: 50px;
}

.contact-form-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.frm-row {
    display: flex;
    flex-wrap: wrap;
    margin: -9px;
}

.frm-col {
    width: 100%;
    padding: 9px;
}

.frm-col-half {
    width: 50%;
}

.contact-form-wrapper .sec-head {
    margin-bottom: 30px;
}

.contact-info-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.contact-map-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.stripe-ad-wrap {
    padding: 80px 0px;
    background: #F1F9F2;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.stripe-ad-wrap .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stripe-ad-wrap h2 {
    max-width: 600px;
    margin: 0px;
    padding-right: 30px;
}

.stripe-ad-abs {
    position: absolute;
    top: 75px;
    right: 65px;
    width: 236px;
    z-index: -1;
}

/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 28px;
    display: inline-block;
    cursor: pointer;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #CACACA;
    background: transparent;
    border-radius: 5px;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 9px;
    height: 9px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/checkbox-tick-white.svg) no-repeat center center;
    background-size: 9px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form_input_check label input[type="checkbox"]:checked+span:before {
    background-color: #109210;
}

.course-list-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.course-list-lft {
    width: 21%;
}

.course-list-rgt {
    width: 79%;
}

.fltr-course-search input {
    height: 60px;
    border-color: #CCCCCC;
    background-image: url('images/icon-search-green.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center left 22px;
    padding-left: 52px;
}

.fltr-course-area {
    margin-top: 18px;
    border: 1px solid #CACACA;
    border-radius: 10px;
    padding: 25px;
}

.fltr-course-label {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.form_input_check {
    padding-bottom: 30px;
}

.fltr-course-item {
    border-bottom: 1px solid #D3D3D3;
}

.form_input_check label {
    display: block;
}

.form_input_check label+label {
    margin-top: 20px;
}

.fltr-course-label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(images/sort-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    transition: all .3s ease-in-out;
}

.fltr-course-item .form_input_check {
    display: none;
}

.fltr-course-item.open .fltr-course-label:before {
    transform: translateY(-50%) rotate(180deg);
}

.fltr-course-item+.fltr-course-item {
    margin-top: 20px;
}

.fltr-course-item:last-child {
    border-bottom: 0px;
    margin-bottom: -20px;
}

.course-listing.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.course-pagination-wrap img {
    max-width: 432px;
}

.course-pagination-wrap {
    text-align: center;
    margin-top: 50px;
}

.course-listing .courses-card h3 {
    font-size: 24px;
}

.courses-ftrd-slider .slick-list {
    padding: 0px 16%;
}

.course-dtls-ban-wrap {
    background: #F1F9F2;
    border-radius: 50px;
}

.course-dtls-ban-wrap h1 {
    font-weight: 300;
    margin-bottom: 10px;
}

.ccourse-dtls-init-para {
    margin-bottom: 10px;
}

.course-dtls-init-rating {
    display: flex;
    align-items: center;
}

.course-dtls-init-rating img {
    margin-right: 10px;
    width: 118px;
}

.rtng-prog-row {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 350px;
    font-family: sans-serif;
}

.rtng-prog-bar {
    flex: 1;
    height: 6px;
    background: #EFF2F8;
    border-radius: 10px;
    overflow: hidden;
}

.rtng-prog-fill {
    height: 100%;
    background: var(--bg-color);
    border-radius: 10px;
}

.rtng-prog-percent {
    background: rgb(69 69 69 / 10%);
    padding: 2px 14px;
    border-radius: 20px;
    font-size: 15px;
}

.rtng-prog-fill.green {
    background: #71CA3E;
}

.rtng-prog-fill.yellow {
    background: #F9AF51;
}

.rtng-prog-fill.red {
    background: #E33539;
}

.course-dtls-body-row {
    --bs-gutter-x: 46px;
    --bs-gutter-y: 30px;
}

/*.course-dtls-body-lft {
    width: 62%;
}

.course-dtls-body-rgt {
    width: 38%;
}*/

.course-dtls-cmn-card {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 20px;
    padding: 35px 40px;
}

.course-dtls-cmn-card+.course-dtls-cmn-card {
    margin-top: 30px;
}

.course-dtls-title {
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.course-dtls-cmn-card .course-dtls-title {
    margin-top: 40px;
}

.course-dtls-cmn-card>*:first-child {
    margin-top: 0px;
}

.theme-list {
    padding-left: 0px;
    list-style: none;
}

.theme-list li+li {
    margin-top: 12px;
}

.theme-list li {
    position: relative;
    padding-left: 28px;
}

.theme-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url('images/icon-list-green.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.course-dtls-rtng-num {
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1;
}

.course-dtls-rtng-row {
    display: flex;
    align-items: center;
}

.course-dtls-rtng-lft {
    padding-right: 40px;
    border-right: 1px solid #CACACA;
    margin-right: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-shrink: 0;
}

.course-dtls-rtng-lft span {
    margin-bottom: 10px;
}

.course-dtls-rtng-stars {
    width: 96px;
}

.course-dtls-rtng-rgt {
    flex-grow: 1;
}

.rtng-prog-grp {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.rtng-prog-item {
    width: 50%;
    padding: 10px;
}


.course-rvws-grp::-webkit-scrollbar {
    width: 8px;
}

.course-rvws-grp::-webkit-scrollbar-track {
    background: #EDEDED;
}

.course-rvws-grp::-webkit-scrollbar-thumb {
    background: var(--bg-color);
    border-radius: 10px;
}

.course-rvws-grp {
    scrollbar-width: thin;
    scrollbar-color: var(--bg-color) #EDEDED;
}

.course-rvws-grp {
    max-height: 600px;
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
}

.course-rvws-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.course-rvws-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CACACA;
    margin-left: 10px;
    margin-right: 10px;
}

.course-rvws-prfl {
    display: flex;
    align-items: center;
}

.course-rvws-prfl>img {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 16px;
}

.course-rvws-prfl-info h3 {
    margin: 0px !important;
    margin-bottom: 5px !important;
}

.course-rvws-prfl-info img {
    width: 96px;
}

.course-rvws-time img {
    width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

.course-rvws-time {
    display: flex;
    align-items: center;
}

.course-rvws-item:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.course-dtls-frm-card .sec-head {
    margin-bottom: 30px;
}

.course-card-ftr-one.courses-card {
    background: #fff;
    padding: 18px;
    padding-bottom: 30px;
}

.course-card-ftr-one.courses-card:hover {
    box-shadow: none;
    border-color: #CACACA;
}

.crs-dtls-price {
    font-weight: 600 !important;
}

.courses-ftrd-sec .courses-card {
    background: #fff;
}

.course-listing .courses-card {
    background: transparent;
}

.course-listing .courses-card .crs-keys li {
    font-size: 15px;
}


/* 14 nov 2025 */
.gform-theme--foundation .gform_fields {
    row-gap: 18px !important;
    grid-row-gap: 18px !important;
}

.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield select,
.gform-theme--foundation .gfield .textarea {
    background-color: transparent !important;
    width: 100%;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 10px !important;
    color: #464646 !important;
    border: 1px solid #ECEFF0 !important;
    height: 64px !important;
    padding: 24px 20px !important;
    font-size: 16px !important;
    outline: none !important;
    text-align: left !important;
}

.gform-theme--foundation .gfield .textarea {
    height: 145px !important;
    min-block-size: auto !important;
    resize: none !important;
}

.gform-theme--framework input[type="submit"] {
    background: var(--bg-color) !important;
    color: var(--bg-white) !important;
    border: 1px solid var(--bg-color) !important;
    height: 68px !important;
    border: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 100px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    min-width: 190px !important;
    cursor: pointer !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.gform-theme--framework input[type="submit"]:hover {
    background: var(--bg-white) !important;
    color: var(--bg-color) !important;
    border: 1px solid var(--bg-color) !important;
}

.filter-ctas {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 19.11.25 */
.filter-ctas .cmn-btn {
    padding: 14px 20px;
    margin-right: 12px;
}

.course-listing .courses-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.courses-card-inn {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.crs-ctas {
    margin-top: auto;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action a {
    color: #fff !important;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
    color: #fff;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
    color: #fff !important;
    flex: 0 0 22px;
    height: 22px;
    line-height: 13px;
    padding: 5px;
}

.ld-tooltip:not(.ld-tooltip--modern) [role="tooltip"] {
    color: #fff !important;
}

.courses-slider .slick-slide {
    height: auto;
}

.courses-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card-ftr-one.courses-card {
    height: auto;
}

.courses-slider .slick-track {
    display: flex;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not([disabled]):not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
    color: #fff !important;
}

.learndash-wrapper .ld-quiz-actions input[name=restartQuiz] {
    background-color: var(--bg-color) !important;
    color: #fff;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected {
    border-color: var(--bg-color) !important;
}

.learndash-wrapper .ld-button:not([disabled]):not(.ld-button-reverse):not(.ld-button-transparent):not(.ld--ignore-inline-css) {
    color: #fff !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label {
    font-size: 20px !important;
}

.learndash-wrapper .ld-alert-content {
    padding-right: 20px;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

/* 19.11.25 */

/* 21/11/25 work start */
.auth-register-login.site-main {
    padding: 60px 0px;
}

.auth-register-login h1.entry-title {
    text-align: center;
    margin-bottom: 30px;
}

.auth-register-login .ld-registration__register,
.auth-register-login .ld-registration__login,
.auth-register-login .ld-registration__heading {
    text-align: center;
}

.auth-register-login .ld-breakpoint--mobile .ld-button__password-visibility-toggle {
    background: transparent !important;
    color: inherit;
    border: 0;
    border: 1px solid var(--ld-color-field-border);
    box-shadow: none !important;
    border-radius: 4px;
}

.auth-register-login .ld-registration__form {
    padding: 40px 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.auth-register-login .ld-form .ld-form__field {
    background: transparent;
}

.auth-register-login .ld-form .ld-form__field:focus {
    border-color: inherit;
    box-shadow: none;
}

.prfle-dash header.entry-header {
    text-align: center;
}

.prfle-dash .ld-profile-summary {
    margin-bottom: 100px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-top: -1px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
    border-color: #109210 !important;
}

.prfle-dash .ld-profile-edit-link {
    font-weight: 500;
    background-color: var(--bg-color);
    color: var(--bg-white) !important;
    padding: 7px 20px;
    border-radius: 20px;
}

.prfle-dash .ld-profile-edit-link:hover {
    background-color: #000;
}



.prfle-dash .ld-profile-stats {
    display: inline-block;
}

.prfle-dash .learndash-wrapper .ld-profile-summary .ld-profile-stats {
    display: inline-flex;
    border: 1px solid #e2e7ed;
}

.prfle-dash .ld-profile-summary {
    text-align: center;
}

.prfle-dash .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
    padding: 15px;
}

.prfle-dash .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 600;
}

.prfle-dash .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-top: -1px !important;
}

.prfle-dash .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper {
    background: #e9f5eb;
    padding: 20px;
}

.prfle-dash .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before {
    background: #e9f5eb;
}

.prfle-dash .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text] {
    height: 50px;
    border-radius: 6px;
    border: 0px;
}

.prfle-dash .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button {
    height: 50px;
    border-radius: 6px;
}

.prfle-dash .learndash-wrapper .ld-expand-button.ld-compact .ld-icon {
    color: #fff;
}

.prfle-dash .learndash-wrapper .ld-status-incomplete.ld-status-icon {
    border-color: #e9f5eb;
}

.prfle-dash .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
    background: #e9f5eb;
    margin: 0px;
}

.learndash-wrapper .ld-status-incomplete.ld-status-icon {
    border-color: #e9f5eb !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-top: -1px !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    background: #e9f5eb !important;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
    margin-top: -2px !important;
}

/* 21/11/25 work end */

/* 26/11/2025 work start */
.ld-tabs-content strong {
    font-size: 24px;
}

/* 26/11/25 work end */

/*support css update 3/12/2025*/
.abt-rgt-inn-quote .auth-dtls {
    padding-right: 100px;
}

.ld-registration__register .ld-registration__p a,
.ld-registration__login .ld-registration__p a {
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--bg-color);
    font-size: 16px;
}

.ld-registration__register .ld-registration__p a:hover,
.ld-registration__login .ld-registration__p a:hover {
    color: #d0efd5;
}

.wrp-reg-fld {
    display: flex;
    margin-bottom: 15px;
}

.wrp-reg-fld label {
    position: relative;
    padding-left: 35px;
    margin-right: 30px;
}

.wrp-reg-fld label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.wrp-reg-fld label:last-child {
    margin-right: 0;
}

.wrp-reg-fld label span::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    border: 1px solid var(--body-color);
}

.wrp-reg-fld label span::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--bg-white);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.wrp-reg-fld label input[type="radio"]:checked+span::before {
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}

.wrp-reg-fld label input[type="radio"]:checked+span::after {
    opacity: 1;
    visibility: visible;
}

.ld-registration__form .ld-form .ld-form__field {
    border-color: #ECEFF0;
    border-radius: 10px;
}

.page-template-subscription .course-dtls-ban-wrap.cmn-gap {
    padding: 60px 0;
}

.woocommerce-MyAccount-navigation {
    background-color: #F1F9F2;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 15px 18px;
    width: 100%;
    font-weight: 700;
    display: inline-block;
    background-color: #dff0e1;
    color: #001800;
    border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--bg-color);
    color: var(--bg-white);
}

.woocommerce-account .entry-header {
    margin-bottom: 25px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid #CACACA;
    border-radius: 10px;
    padding: 15px;
}

.woocommerce-account .woocommerce-info {
    border-top-color: var(--bg-color);
}

.woocommerce-account .woocommerce-info::before {
    color: var(--bg-color);
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    font-weight: 600;
}

.woocommerce-account .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .view {
    background-color: var(--bg-color);
    padding: 9px 15px;
    border-radius: 30px;
    color: var(--bg-white);
    border: 1px solid var(--bg-color);
    transition: 0.5s;
}

.woocommerce-account .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .view:hover {
    color: var(--bg-color);
    background-color: transparent;
}

.woocommerce-account .edit-account button[type='submit'] {
    background: var(--bg-color);
    color: var(--bg-white);
    padding: 18px 30px;
    border-radius: 60px;
    border: 1px solid var(--bg-color);
    transition: 0.5s;
    text-transform: capitalize;
}

.woocommerce-account .edit-account button[type='submit']:hover {
    background-color: transparent;
    color: var(--bg-color);
}

.woocommerce-account .edit-account input[type='text'],
.woocommerce-account .edit-account input[type='tel'],
.woocommerce-account .edit-account input[type='email'],
.woocommerce-account .edit-account input[type='password'] {
    border-color: #ECEFF0;
    border-radius: 10px;
    height: 55px;
    padding: 10px 15px;
}

.woocommerce-account .edit-account label {
    font-weight: 600;
    font-size: 15px;
}

.woocommerce-account .edit-account .form-row {
    margin-bottom: 12px;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 30px;
    margin-bottom: 18px;
}

.woocommerce-account .subscription_details .cancel {
    background-color: #ffd9d9;
    color: #a10000;
    padding: 10px 20px;
    text-align: center;
    border-radius: 40px;
    font-size: 15px;
    border: 1px solid #ffd9d9;
    text-transform: capitalize;
}

.woocommerce-account .subscription_details .change_payment_method {
    padding: 10px 20px;
    text-align: center;
    border-radius: 40px;
    background-color: var(--bg-color);
    color: var(--bg-white);
    border: 1px solid var(--bg-color);
    text-transform: capitalize;
}

.woocommerce-account .subscription_details .change_payment_method:hover {
    color: var(--bg-color);
    background-color: transparent;
}

.woocommerce-account .subscription_details .subscription_renewal_early {
    padding: 10px 20px;
    text-align: center;
    border-radius: 40px;
    background-color: #e9f5eb;
    color: var(--bg-color);
    text-transform: capitalize;
    border: 1px solid #e9f5eb;
}

.woocommerce-account .subscription_details .subscription_renewal_early:hover {
    background-color: var(--bg-color);
    border-color: var(--bg-color);
    color: var(--bg-white);
}

/*support css update 3/12/2025*/
/* 3/12/25 work start */
.woocommerce-order-pay .woocommerce-button,
.woocommerce-lost-password button.woocommerce-Button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    margin-top: 20px;
    padding: 20px 30px;
    text-transform: capitalize;
    background-color: var(--bg-color);
    color: var(--bg-white);
    border: 1px solid var(--bg-color);
    border-radius: 90px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    font-weight: 300;
    transition: all .3s ease-in-out;
}
.woocommerce-order-pay .woocommerce-button:hover,
.woocommerce-lost-password button.woocommerce-Button:hover,
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover{
    color: var(--bg-color);
    background: var(--bg-white);
    border: 1px solid var(--bg-color);
}
.subscrip-sec-ref.cmn-gap {
    padding: 50px 0px;
}
.woocommerce-lost-password .woocommerce form .form-row .input-text {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    color: #464646;
    border: 1px solid #ECEFF0;
    height: 55px;
    padding: 0 20px;
    outline: none !important;
}

.woocommerce-checkout .woocommerce form .form-row .input-text, 
.woocommerce-checkout .woocommerce form .form-row select{
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    color: #464646;
    border: 1px solid #ECEFF0;
    height: 55px;
    padding: 0 20px;
    outline: none !important;
}

.woocommerce-checkout .select2-container .select2-dropdown, .select2-container .select2-selection {
    border-color: #ECEFF0;
    height: 55px;
    border-radius:10px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 14px;
}
.woocommerce-checkout .select2-container--default .select2-results>.select2-results__options {
    background: #fff;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], 
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var(--bg-color);
}
/* 3/12/25 work end */
/*support css update 8/10/2025*/
.woocommerce-account .course-enquery-frm .gform-theme--foundation form .gfield .ginput_container_select .chosen-single{
    border-radius: 10px !important;
    color: #464646 !important;
    border: 1px solid #ECEFF0 !important; 
    height: 55px;
    box-shadow: none;
}
.woocommerce-account .course-enquery-frm .gform-theme--foundation form .gfield .ginput_container_select .chosen-single span{
    padding: 7px 20px 7px 7px;
    font-size:16px;
    color: #000000;
    font-weight:400;
}
.woocommerce-account .course-enquery-frm .gform-theme--foundation form .gfield .ginput_container_select .chosen-search input[type="text"].chosen-search-input{
    padding-left: 35px!important;
}
.woocommerce-account .course-enquery-frm input[type='text'],
.woocommerce-account .course-enquery-frm input[type='tel'],
.woocommerce-account .course-enquery-frm input[type='email'],
.woocommerce-account .course-enquery-frm input[type='password'] {
    border-color: #ECEFF0;
    border-radius: 10px!important;
    height: 55px;
    padding: 10px 15px!important;
}
.woocommerce-account .course-enquery-frm textarea{
        padding: 10px 15px;
}
.woocommerce-account .course-enquery-frm textarea:focus{
     border-color: #000000!important;
}
.woocommerce-account .course-enquery-frm input[type='text']:focus,
.woocommerce-account .course-enquery-frm input[type='tel']:focus,
.woocommerce-account .course-enquery-frm input[type='email']:focus,
.woocommerce-account .course-enquery-frm input[type='password']:focus{
 border-color: #000000!important;
}
.woocommerce-account .course-enquery-frm select{
    padding: 10px 40px 10px 15px;
}
.woocommerce-account .course-enquery-frm .gform-theme--foundation .chosen-container{
    width: 100%!important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.button{
    background-color: var(--bg-color);
    color: var(--bg-white);
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid var(--bg-color);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.button:hover{
background-color: transparent;
color: var(--bg-color);
}
.woocommerce-account .course-enquery-frm .gform-theme--foundation form label{
        font-weight: 600;
    font-size: 15px;
    color: var(--body-color);
}
.woocommerce-account .edit-account .password-input input[type='password'],
.woocommerce-account .edit-account .password-input input[type='text'] {
    padding-right: 35px;
}
/*support css update 8/12/2025*/
/* ========== responsive css =========== */

@media(max-width:1680px) {

    h1,
    .title-h1 {
        font-size: 70px;
        line-height: 1.2;
    }

    h2,
    .title-h2 {
        font-size: 50px;
        line-height: 1.2;
        font-weight: 300;
    }

    .container {
        max-width: 1400px;
    }

    .container-lrg {
        max-width: 1550px;
    }

    .navbar-nav>li {
        margin: 0px 25px;
    }

    .faq-title {
        padding: 20px 40px;
        padding-right: 80px;
    }

    .faq-title:before {
        top: 27px;
    }

    .home-ban-logo img {
        max-width: 140px;
    }

    .faq-title {
        font-size: 25px;
    }

    .faq-content {
        padding: 0px 40px 30px;
        margin-top: -15px;
    }

    .stats-box h3 {
        font-size: 50px;
    }

    .home-ban-left-inn {
        padding: 70px;
    }

    .instructors-wrap {
        padding-left: 70px;
    }

    .home-ban-slide-wrap {
        padding-left: 70px;
    }

    .ftr-col-lft {
        padding: 30px 30px 30px 70px;
    }

    .ftr-social li+li {
        margin-left: 10px;
    }

    .ftr-main-title {
        font-size: 50px;
    }

    .home-ban-rgt-btm-title {
        font-size: 40px;
    }

    .cstmr-grp img {
        width: 55px;
        height: 55px;
    }

    .cstmr-grp img+img {
        margin-left: -20px;
    }

    .ftr-social ul li a {
        width: 45px;
        height: 45px;
    }

    .ftr-social ul li a img {
        width: 17px;
        height: 17px;
    }

    .video-play-btn {
        width: 80px;
        height: 80px;
    }

    .inner-ban-cont-grp .home-ban-rgt-btm-rgt {
        width: 340px;
        padding: 20px 0px 0px 20px;
    }

    .mission-rgt-col {
        padding-right: 5%;
        margin-top: 5%;
    }

    .mssn-para {
        padding-right: 10%;
    }

    .contact-form-wrapper {
        padding: 35px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 55px;
        padding: 0px 20px;
    }

    .gform-theme--foundation .gfield .ginput_password,
    .gform-theme--foundation .gfield input,
    .gform-theme--foundation .gfield select {
        height: 55px !important;
    }

    textarea {
        padding: 20px;
    }

    .gform-theme--framework input[type="submit"] {
        height: 60px !important;
    }

    input[type="submit"] {
        height: 60px;
    }


    .fltr-course-search input {
        padding-left: 50px !important;
    }

    .fltr-course-label {
        font-size: 20px;
    }

    .inner-ban-radius-top {
        right: -5px;
        top: -43px;
        width: 35px;
    }

    .course-listing .courses-card .crs-keys li {
        font-size: 13px;
    }

}

@media(max-width:1450px) {

    h1,
    .title-h1 {
        font-size: 50px;
    }

    h2,
    .title-h2 {
        font-size: 40px;
    }

    h3,
    .title-h3 {
        font-size: 24px;
    }

    .container {
        max-width: 1200px;
        padding: 0px 30px;
    }

    .container-lrg {
        max-width: 1320px;
        padding: 0px 30px;
    }

    .hdr-rgt-cnt {
        margin-left: 50px;
    }

    .home-ban-left-inn {
        padding: 40px;
    }

    .home-ban-slide-wrap {
        padding-left: 60px;
    }

    .home-ban-rgt-btm-lft-grp {
        border-radius: 30px;
    }

    .home-ban-left-inn {
        border-radius: 30px;
    }

    .home-ban-rgt-top {
        border-radius: 30px;
    }

    .home-ban-rgt-btm-rgt-img {
        border-radius: 30px;
    }

    .abt-rgt-inn-title {
        font-size: 50px;
    }

    .about-row .sec-head {
        padding-right: 30px;
    }

    .auth-dtls h3 {
        font-size: 20px;
    }

    .abt-rgt-inn-lft {
        padding-right: 30px;
    }

    .abt-lft-col {
        width: 36%;
    }

    .abt-rgt-col {
        width: 64%;
    }

    .video-play-btn {
        width: 70px;
        height: 70px;
    }

    .home-ban-slide-wrap {
        padding: 50px 40px;
    }

    .cmn-gap {
        padding: 80px 0px;
    }

    .instructors-wrap {
        padding-left: 40px;
    }

    .ftr-col-lft {
        width: 35%;
        padding: 30px;
    }

    .ftr-rgt-col {
        width: 65%;
        padding: 50px;
        padding-bottom: 0px;
    }

    .ftr-main-title {
        font-size: 40px;
    }

    .ftr-logo {
        width: 200px;
    }

    .ftr-social ul li a {
        width: 40px;
        height: 40px;
    }

    .ftr-social ul li a img {
        width: 16px;
        height: 16px;
    }

    .cmn-btn-theme-text {
        padding: 16px 25px;
        min-width: 150px;
    }

    .cmn-btn-theme-icon {
        width: 51px;
        height: 51px;
    }

    .cmn-btn-theme-text svg {
        width: 22px;
    }

    .hdr-rgt-cnt .cmn-btn {
        padding: 12px 25px;
    }

    .user-login {
        width: 45px;
        height: 45px;
    }

    .user-login img {
        width: 14px;
    }

    .navbar-brand {
        width: 175px;
    }

    .crs-ctas .cmn-btn {
        padding: 10px 25px;
    }

    .instructors-wrap .sec-head {
        padding-right: 40px;
    }

    .faq-title {
        padding: 20px 60px 20px 35px;
    }

    .faq-title:before {
        right: 30px;
    }

    .topic-cont-col {
        padding-left: 40px;
    }

    .topic-item:nth-child(even) .topic-cont-col {
        padding-right: 40px;
    }

    .mission-lft-col h2 {
        padding-left: 100px;
    }

    .course-list-lft {
        width: 25%;
    }

    .course-list-rgt {
        width: 75%;
    }

    .course-listing .courses-card h3 {
        font-size: 20px;
    }

    .course-listing .crs-info ul li {
        font-size: 13px;
        margin: 7px;
    }

    .course-listing .crs-info ul li img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .course-listing .crs-info ul {
        margin: -7px;
    }

    .course-listing .courses-card-inn {
        padding: 0px;
    }

    .course-listing .crs-keys li {
        font-size: 12px;
        padding: 4px 10px;
    }

    .course-pagination-wrap img {
        max-width: 300px;
    }

    .stripe-ad-wrap h2 {
        max-width: 470px;
    }

    .course-dtls-cmn-card {
        padding: 25px 20px;
    }

    .course-dtls-body-row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }

    .course-dtls-rtng-lft {
        padding-right: 20px;
        margin-right: 30px;
    }

    .course-rvws-prfl>img {
        width: 60px;
        height: 60px;
    }

    .course-rvws-prfl-info h3 {
        line-height: 1;
    }

    .inner-ban-cont-grp>img {
        border-radius: 30px;
    }

    .course-listing .courses-card .crs-keys li {
        font-size: 12px;
    }

}

@media(max-width:1279px) {
    .home-ban-left {
        width: 40%;
        padding-right: 15px;
    }

    .home-ban-right {
        width: 60%;
    }

    .home-ban-left-inn {
        padding: 30px;
    }

    .home-ban-rgt-btm-lft-grp {
        margin-top: 15px;
        padding: 20px;
    }

    .home-ban-rgt-btm-lft-grps {
        gap: 15px;
    }

    .home-ban-rgt-btm-lft-grp {
        width: calc(50% - 7.5px);
    }

    .cnjgtr {
        width: 20px;
        right: -17px;
    }

    .cstmr-grp img {
        width: 45px;
        height: 45px;
    }

    .home-ban-rgt-btm-rgt {
        margin-top: -12.5%;
        padding: 15px 0px 0px 20px;
    }

    .crs-keys li {
        font-size: 12px;
    }

    .crs-info ul li {
        font-size: 13px;
    }

    .crs-ctas .cmn-btn {
        font-size: 14px;
    }

    .cmn-icon-btn {
        width: 38px;
        height: 38px;
    }

    .mssn-para {
        padding-right: 0px;
    }

    .mission-rgt-col {
        padding-right: 12px;
    }

    .contact-info-card p {
        font-size: 18px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 50px;
        padding: 0px 16px;
    }

    textarea {
        padding: 16px;
    }

    input[type="submit"] {
        height: 52px;
        min-width: auto;
    }

    /* 14 nov Start */
    .gform-theme--framework .gform_footer {
        justify-content: center;
    }

    .gform-theme--framework input[type="submit"] {
        height: 52px !important;
        min-width: auto !important;
    }

/* 3/12/25 work start */
.woocommerce-lost-password .woocommerce form .form-row .input-text {
    height: 50px;
}
.woocommerce-checkout .woocommerce form .form-row .input-text, 
.woocommerce-checkout .woocommerce form .form-row select{
    height: 50px;
}

.woocommerce-checkout .select2-container .select2-dropdown, .select2-container .select2-selection {
    height: 50px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px;
}
/* 3/12/25 work end */

}

@media(max-width:1199px) {
    .navbar-brand {
        width: 150px;
    }

    .navbar-nav>li {
        margin: 0px 15px;
    }

    .hdr-rgt-cnt {
        margin-left: 30px;
    }

    .hdr-rgt-cnt .cmn-btn {
        font-size: 13px;
    }

    .hdr-rgt-cnt>* {
        margin-left: 8px;
    }

    .hm-ban-shape {
        opacity: 0.8;
    }

    .courses-slider .slick-list {
        padding: 0 12%;
    }



    h1,
    .title-h1 {
        font-size: 45px;
    }

    h2,
    .title-h2 {
        font-size: 35px;
    }

    h3,
    .title-h3 {
        font-size: 20px;
    }

    .home-ban-rgt-btm-title {
        font-size: 30px;
    }

    .cmn-btn-theme-text {
        padding: 14px 22px;
        font-size: 14px;
    }

    .cmn-btn-theme-text svg {
        width: 12px;
        right: -10px;
    }

    .cmn-btn-theme-icon {
        width: 44px;
        height: 44px;
    }

    .abt-rgt-inn-title {
        font-size: 30px;
    }

    .auth-img {
        width: 45px;
        height: 45px;
    }

    .auth-dtls h3 {
        font-size: 16px;
    }

    .auth-dtls p {
        font-size: 14px;
    }

    .quote-arws {
        margin-top: -43px;
    }

    .sec-head {
        margin-bottom: 30px;
    }

    .faq-title {
        font-size: 20px;
        padding: 15px 30px;
        padding-right: 58px;
    }

    .faq-title:before {
        top: 18px;
    }

    .faq-content {
        padding: 0px 30px 15px;
        margin-top: -10px;
    }

    .stats-box h3 {
        font-size: 38px;
    }

    .stats-box {
        padding: 20px;
    }

    .cmn-gap {
        padding: 70px 0px;
    }

    .instructors-wrap {
        padding-left: 25px;
    }

    .ftr-col-lft {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .ftr-rgt-col {
        width: 100%;
    }

    .ftr-main-row {
        margin-bottom: 30px;
    }

    .home-lft-badge img {
        width: 30px;
        top: -20px;
        left: -20px;
    }

    .home-lft-badge {
        margin-top: 20px;
        margin-left: 19px;
        padding: 8px 16px;
        font-size: 14px;
    }

    .mission-lft-col h2 {
        padding-left: 40px;
    }

    .course-listing-col {
        width: 50%;
    }

    .course-list-lft {
        width: 30%;
    }

    .course-list-rgt {
        width: 70%;
    }

    /* 3/12/25 work start */
    .woocommerce-order-pay .woocommerce-button,
    .woocommerce-lost-password button.woocommerce-Button,
    .woocommerce #payment #place_order, 
    .woocommerce-page #payment #place_order {
        padding: 14px 22px;
        font-size: 14px;
        min-width: 140px;
    }
    /* 3/12/25 work end */

}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    } */

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        margin-left: 10px;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
        display: none;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: var(--bg-white);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 10px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */

    .hdr-rgt-cnt {
        margin-left: auto;
    }

    .cmn-gap {
        padding: 60px 0px;
    }

    h1,
    .title-h1 {
        font-size: 35px;
    }

    h2,
    .title-h2 {
        font-size: 28px;
    }

    h3,
    .title-h3 {
        font-size: 20px;
    }

    .home-ban-left {
        width: 100%;
        padding: 0 0 15px;
    }

    .hm-ban-shape {
        width: 200px;
    }

    .home-lft-badge {
        padding: 8px 16px;
        font-size: 14px;
        margin: 24px auto 20px;
    }

    .home-lft-badge img {
        width: 30px;
        top: -25px;
        left: -20px;
    }

    .home-ban-left-inn {
        text-align: center;
        align-items: center;
        border-radius: 20px;
    }

    .home-ban-left p {
        margin-bottom: 0px;
    }

    .home-ban-right {
        width: 100%;
    }

    .home-ban-slide-wrap {
        padding: 30px 15px;
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
    }

    .home-ban-slide-wrap p {
        margin-bottom: 20px;
    }

    .home-ban-logo-slider {
        width: 100%;
    }

    .home-ban-rgt-top {
        border-radius: 20px;
    }

    .home-ban-rgt-btm-rgt-img {
        border-radius: 20px;
    }

    .home-ban-rgt-btm-lft-grp {
        border-radius: 20px;
    }

    .abt-lft-col {
        width: 100%;
    }

    .about-row .sec-head {
        padding-right: 0px;
        text-align: center;
    }

    .abt-rgt-col {
        width: 100%;
    }

    .core-concept-col {
        width: 33.33333%;
        text-align: center;
    }

    .core-concept-box figure {
        margin: 0 auto 20px;
        width: 80px;
        height: 80px;
    }

    .core-concept-box figure img {
        width: 25px;
    }

    .core-concept-row {
        justify-content: center;
    }

    .courses-slider .slick-list {
        padding: 0px 20%;
    }

    .stats-col {
        width: 33.3333%;
    }

    .stats-row {
        justify-content: center;
    }

    .stats-col {
        border: 0px;
    }

    .stats-row {
        border: 0px;
    }

    .instructors-wrap {
        flex-wrap: wrap;
        border-radius: 20px;
    }

    .instructors-wrap .sec-head {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .instructors-cards {
        width: 100%;
    }

    .inst-arws {
        justify-content: flex-end;
    }

    .abt-rgt-inn-rgt img {
        border-radius: 20px;
    }

    .courses-wrap-outer {
        border-radius: 20px;
    }

    .instructors-card-inn {
        padding: 0px;
    }

    .faq-title {
        font-size: 18px;
        padding-right: 50px;
    }

    .faq-title:before {
        background-size: 13px;
        right: 25px;
    }

    .ftr-main-title {
        font-size: 32px;
    }

    .ftr-logo img {
        width: 165px;
    }

    .ftr-rgt-top-col-2 {
        padding-left: 20px;
    }

    .ftr-social ul li a img {
        width: 14px;
    }

    .ftr-links li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ftr-col-lft {
        padding: 30px 15px;
    }

    .ftr-rgt-col {
        padding: 30px 15px 0px;
    }

    .ftr-rgt-btm {
        font-size: 14px;
        padding: 20px 0px;
    }

    .ftr-main-row {
        border-radius: 20px;
    }

    .home-ban-left h1 {
        width: 100%;
    }

    .courses-slider .slick-list {
        padding: 0%;
    }

    .topic-img-col {
        width: 100%;
    }

    .topic-cont-col {
        width: 100%;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .topic-item:nth-child(even) .topic-cont-col {
        padding-right: 0px;
    }

    .topic-img-col img {
        border-radius: 20px;
    }

    .inner-ban-cont-grp>img {
        border-radius: 20px;
    }

    .inner-ban-cont-grp .home-ban-rgt-btm-rgt {
        border-radius: 20px 0 0 0;
    }

    .topic-area {
        border-radius: 20px;
    }

    .mission-sec .sec-head {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mission-sec .spl-text {
        width: 100%;
    }

    .mission-lft-col h2 {
        padding: 0px;
        margin: 0;
        text-align: center;
    }

    .mission-lft-col {
        padding-right: 12px;
    }

    .mission-rgt-col {
        margin-top: 20px;
    }

    .mission-sec figure img {
        border-radius: 20px;
    }

    .research-wrapper {
        border-radius: 20px;
    }

    .research-row {
        justify-content: center;
    }

    .research-col {
        width: 50%;
    }

    .research-card h3 {
        font-size: 20px;
    }

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

    .contact-info-row {
        justify-content: center;
    }

    .contact-info-col {
        width: 50%;
    }

    .contact-map-col iframe {
        height: 300px;
    }

    .contact-form-row {
        flex-direction: column-reverse;
    }

    .contact-form-wrapper {
        text-align: center;
    }

    .course-list-lft {
        width: 100%;
    }

    .fltr-course-search input {
        padding-left: 50px;
    }

    .course-list-rgt {
        width: 100%;
    }

    .crs-keys li {
        font-size: 10px;
    }

    .fltr-course-label {
        font-size: 18px;
    }

    .course-list-lft {
        width: 100%;
    }

    .course-list-rgt {
        width: 100%;
    }

    .course-list-row {
        justify-content: center;
    }

    .stripe-ad-wrap {
        padding: 40px 0px;
    }

    .stripe-ad-wrap .container {
        flex-direction: column;
        text-align: center;
    }

    .stripe-ad-wrap h2 {
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0px;
    }

    .stripe-ad-abs {
        top: 20px;
        right: 25px;
        width: 160px;
    }

    .course-dtls-body-row.row {
        flex-direction: column-reverse;
    }

    .course-dtls-body-lft {
        width: 100%;
    }

    .course-dtls-body-rgt {
        width: 100%;
    }

    .course-card-ftr-one.courses-card {
        padding: 15px;
        padding-bottom: 25px;
    }

    .course-dtls-cmn-card {
        padding: 25px 15px;
    }

    .course-dtls-title {
        font-size: 20px;
    }

    .course-dtls-ban-wrap {
        border-radius: 20px;
    }

    .course-rvws-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .course-rvws-top {
        margin-bottom: 10px;
    }

}

@media(max-width:768px){
    .woocommerce-additional-fields {
    margin-top: 30px;
}
.woocommerce-MyAccount-content {
    margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content td .button {
    margin: 2px;
    font-size: 14px;
}
}


@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .hdr-rgt-cnt.mobile-only {
        display: block;
        padding: 0px 20px 20px;
    }

    .hdr-rgt-cnt .cmn-btn {
        display: none;
    }

    .hdr-rgt-cnt.mobile-only .cmn-btn {
        display: block;
        text-align: center;
        margin: 0px;
    }

    .hdr-rgt-cnt.mobile-only .cmn-btn+.cmn-btn {
        margin-top: 15px;
    }

    .container,
    .container-lrg {
        padding: 0px 15px;
    }

    .main-head {
        padding: 12px 0px;
    }



    h1,
    .title-h1 {
        font-size: 30px;
    }

    h2,
    .title-h2 {
        font-size: 25px;
    }

    .core-concept-col {
        width: 50%;
    }

    .crs-keys ul {
        flex-wrap: wrap;
    }

    .courses-slider .slick-list {
        padding: 0 12%;
    }

    .instructors-slider .slick-list {
        padding-right: 40%;
    }

    .ftr-rgt-top-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .ftr-rgt-top-col:last-child {
        margin-bottom: 0px;
    }

    .video-play-btn {
        width: 50px;
        height: 50px;
    }

    .video-play-btn span {
        background-size: 11px;
    }

    .research-col {
        width: 100%;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 48px;
    }

    input[type="submit"] {
        height: 50px;
    }

    .course-dtls-rtng-row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .course-dtls-rtng-lft {
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
        border-right: 0px;
        border-bottom: 1px solid #CACACA;
        text-align: center;
    }

    .course-dtls-rtng-num {
        font-weight: 600;
    }

    .course-dtls-rtng-rgt {
        width: 100%;
    }

    .course-dtls-rtng-stars {
        margin: 0 auto;
    }

    /* 21/11/25 work start */
    .auth-register-login .ld-registration__form {
        padding: 35px 15px;
    }

    .auth-register-login .ld-button__password-visibility-toggle {
        background: transparent;
        border-radius: 4px;
        margin-top: 10px;
        border: 1px solid var(--ld-color-field-border);
    }

    /* 21/11/25 work end */

     /* 3/12/25 work start */
.woocommerce-lost-password .woocommerce form .form-row .input-text {
    height: 48px;
}
.woocommerce-checkout .woocommerce form .form-row .input-text, 
.woocommerce-checkout .woocommerce form .form-row select{
    height: 48px;
}

.woocommerce-checkout .select2-container .select2-dropdown, .select2-container .select2-selection {
    height: 48px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 11px;
}
/* 3/12/25 work end */

}

@media(max-width:640px) {
    .prfle-dash .learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat {
        padding: 10px !important;
        border: 1px solid #e2e7ed;
        margin: 0px !important;
    }

    .prfle-dash .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
        margin-top: 15px;
        margin-left: 0px;
    }

    .prfle-dash .learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button {
        flex-shrink: 0 !important;
        min-width: 130px;
        display: inline-flex;
        align-items: center;
    }

    .course-dtls-body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
        margin-left: 0px;
        margin-top: 10px;
    }

}

@media (max-width: 575px) {

    .home-top-congtn-shape {
        display: none;
    }

    .home-ban-rgt-btm-lft {
        width: 100%;
    }

    .home-ban-rgt-btm {
        flex-wrap: wrap;
    }

    .home-ban-rgt-btm-rgt {
        margin-top: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .abt-rgt-inn-lft {
        padding-right: 0px;
        padding-top: 30px;
        width: 100%;
    }

    .abt-rgt-inn-head {
        text-align: center;
    }

    .abt-rgt-inn-rgt {
        width: 100%;
    }

    .abt-rgt-inn {
        flex-direction: column-reverse;
    }

    .core-concept-col {
        width: 50%;
    }

    .courses-slider .slick-list {
        padding: 0 10%;
    }

    .stats-col {
        width: 50%;
    }

    .instructors-slider .slick-list {
        padding-right: 40%;
    }

    .acc-col+.acc-col {
        margin-top: 15px;
    }

    .ftr-rgt-btm {
        flex-direction: column-reverse;
        align-items: center;
    }

    .ftr-rgt-btm-links {
        padding-left: 0;
        padding-bottom: 4px;
    }

    .faq-title {
        font-size: 16px;
        padding: 16px 25px;
        padding-right: 40px;
    }

    .faq-title:before {
        top: 15px;
        right: 15px;
    }

    .inner-ban-cont-grp .home-ban-rgt-btm-rgt {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        padding-top: 15px;
    }

    .inner-ban-radius-top {
        display: none;
    }

    .inner-ban-radius-btm {
        display: none;
    }

    .contact-info-col,
    .frm-col-half {
        width: 100%;
    }

    .course-listing-col {
        width: 100%;
    }

    .course-pagination-wrap img {
        max-width: 250px;
    }

    .rtng-prog-item {
        width: 100%;
    }

    .rtng-prog-row {
        max-width: 100%;
    }

    .courses-ftrd-slider .slick-list {
        padding: 0px 7%;
    }

    /*support css update 8/12/2025*/
    .woocommerce-account form .form-row-first, .woocommerce-account form .form-row-last {
        width: 100%;
    }
     /*support css update 8/12/2025*/
}

@media (max-width: 479px) {

    .home-ban-logo {
        padding: 0px 15px;
    }

    .home-ban-logo img {
        max-width: 95px;
    }

    .core-concept-col {
        width: 100%;
    }

    .courses-slider .slick-list {
        padding: 0px;
    }

    .stats-col {
        width: 100%;
    }

    .stats-box {
        padding: 15px;
    }

    .stats-box h3 {
        font-size: 35px;
        margin-bottom: 5px;
    }

    .instructors-slider .slick-list {
        padding-right: 0px;
    }

    .faq-title:before {
        top: 50%;
        transform: translateY(-50%);
    }

    .accr.open .faq-title:before {
        top: 30%;
    }

    .home-ban-left-inn {
        padding: 30px 15px;
    }

    .courses-card-inn {
        padding: 0px 0px 12px;
    }

    .contact-info-row {
        padding: 0px 15px;
    }

    .contact-form-wrapper {
        padding: 35px 20px;
    }

    .course-rvws-prfl>img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .course-rvws-prfl {
        padding-right: 10px;
    }

    .course-rvws-prfl-info h3 {
        font-size: 16px;
        margin-bottom: 2px !important;
    }

    .course-rvws-prfl-info img {
        width: 60px;
    }

    .course-rvws-prfl-info {
        line-height: 1;
    }

    .course-rvws-time img {
        width: 14px;
    }

    .course-rvws-time {
        font-size: 12px;
    }

    .courses-ftrd-slider .slick-list {
        padding: 0px;
    }

    /* 21/11/25 work start */
    .prfle-dash .learndash-wrapper .ld-profile-summary .ld-profile-stats {
        display: flex;
    }

    /* 21/11/25 work end */

}