/*******************Reset Css****************/
/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

p {
    margin: 0;
}

html,
body {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

em {
    font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: #fff;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

.navbar-toggler:focus {
    box-shadow: none;
}

img,
figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

input,
textarea {
    padding: 5px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*Buttons*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #bababa;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: #bababa;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #bababa;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    width: 100%;
}

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

p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.page_wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/*******************Reset Css****************/

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

/* header */
.site-header {
    background-color: #fff;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.08);
}

.site-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding-top: 0;
}

.site-header.fixed-header .top-header {
    display: none;
}

.site-header.fixed-header .header-outer {
    padding: 12px 0;
    background-color: #060606;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.top_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #383838;
}

.top-left-sction {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
}

.top-left-sction li {
    padding-right: 13px;
    margin-right: 13px;
    border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.top-left-sction li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.top-left-sction li a {
    text-decoration: none;
    font-size: 18px;
    color: #bababa;
    font-weight: 400;
}

.top-left-sction li .icon {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.top-right-section {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
}

.top-right-section li {
    margin-left: 16px;
}

.top-right-section li a {
    width: 24px;
    height: 23px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 20%;
    overflow: hidden;
    text-decoration: none;
    color: #101010;
}

.header-outer {
    padding: 10px 0;
}

.inner_top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo span {
    display: block;
    color: #f4951d;
}

.cart-price {
    font-size: 18px;
    line-height: 27px;
    margin-right: 4px;
    margin-left: 22px;
    padding: 12px 24px;
    font-weight: 600;
    background-color: #f4951d;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 900px;
}

.navigation-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.basic_btn {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding: 13px 40px;
    background-color: #1091ef;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    line-height: 27px;
    font-family: "Montserrat", sans-serif;
}

.basic_btn:hover {
    background-color: #000;
    color: #fff;
}

.cean_btn {
    background-color: #000080;
    color: #fff;
}

.cean_btn:hover {
    background-color: #000;
    color: #fff;
}

.white_btn {
    background-color: #fff;
    color: #000;
}

.white_btn:hover {
    background-color: #000;
    color: #fff;
}

.login_pg_header {
    background-color: transparent;
    box-shadow: none;
    position: relative;
}

.navigation-right>ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}

.login_pg_header .navigation-right,
.login_pg_header .trigger_mobile_menu,
.login_pg_header .navbar {
    display: none;
}

/* .header-outer .logo{width: 135px;} */

.navbar {
    padding: 0;
}

nav ul {
    margin: 0;
    padding: 0px 0;
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 40px;
}

nav ul>li {
    position: relative;
}

nav ul li a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    color: #353535;
}

nav ul li a:hover {
    color: #000080;
}

nav ul li.active a {
    color: #000080;
    font-weight: 500;
}

nav li>ul {
    margin: 0;
    padding: 0;
    background: #99cccc;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

nav li>ul a {
    color: #000080;
}

.navigation-right .basic_btn span {
    display: none;
}

.trigger_mobile_menu {
    position: absolute;
    width: 38px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    right: 5px;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.trigger_mobile_menu span {
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background-color: #000000;
    display: block;
    transition: 0.4s;
}

.trigger_mobile_menu span+span {
    margin-top: 5px;
}

.menu_active .trigger_mobile_menu span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_active .trigger_mobile_menu span:nth-child(2) {
    display: none;
}

.menu_active .trigger_mobile_menu span+span {
    margin-top: -3px;
}

.menu_active .trigger_mobile_menu span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_active .trigger_mobile_menu span {
    background-color: #9e6c00;
}

.prof_drop button {
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.prof_thumb_image {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
}

.prof_drop .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.4em;
    vertical-align: middle;
    border: 0;
}

.prof_name em {
    display: block;
    color: #222222;
    font-weight: 600;
    font-size: 18px;
    max-width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prof_name {
    font-size: 16px;
    color: #222222;
    text-align: left;
}

.prof_name p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 155px;
    color: #757575;
}

.prof_drop .dropdown-menu {
    padding: 10px;
    border: 0;
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.15);
    min-width: 238px;
}

.prof_drop .dropdown-menu.show {
    transform: translate(-10px, 76px) !important;
}

.prof_drop .dropdown-item {
    padding: 10px 20px;
    font-size: 18px;
}

.prof_drop .dropdown-item:focus,
.prof_drop .dropdown-item:hover {
    color: #0041e6;
    background-color: transparent;
}

.prof_drop .btn-check:checked+.btn,
.prof_drop .btn.active,
.prof_drop .btn.show,
.prof_drop .btn:first-child:active,
.prof_drop:not(.btn-check)+.btn:active {
    border-color: transparent;
}

@media (max-width: 1199px) {
    .top_header_inner {
        padding: 10px 0;
    }

    .top-left-sction li a {
        font-size: 14px;
    }

    nav ul li a {
        font-size: 16px;
    }

    .basic_btn {
        font-size: 16px;
        height: 44px;
        line-height: 26px;
        padding: 10px 25px;
    }

    nav ul {
        gap: 25px;
    }

    .header-outer {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .menu-xxx-container {
        padding: 80px 30px;
        background-color: #000080;
        position: fixed;
        width: 325px;
        top: 0;
        right: 0;
        border-bottom-left-radius: 130px;
        transform: translateX(100%);
        z-index: 99;
        overflow: auto;
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
            -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    .menu_active .menu-xxx-container {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu_active {
        overflow: hidden;
    }

    .trigger_mobile_menu {
        display: block;
    }

    .top-header {
        display: none;
    }

    nav ul li a {
        line-height: 28px;
        font-size: 24px;
        display: block;
        padding: 0;
        color: #fff;
    }

    nav ul {
        align-items: self-start;
        width: 100%;
        flex-direction: column;
    }

    .menu_active:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .logo {
        width: 225px;
    }

    .header-outer {
        padding: 10px 0;
    }

    /* .inner_top_header {
        padding-right: 60px;
    } */

    nav ul li.active a {
        color: #fff;
        font-weight: 700;
    }

    nav ul {
        gap: 20px;
    }

    nav ul li a:hover {
        color: #000;
        font-weight: 600;
    }

    .navigation-right .basic_btn span {
        display: block;
        font-size: 18px;
    }

    .navigation-right .basic_btn {
        font-size: 0 !important;
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 120px;
    }

    .navigation-right .basic_btn {
        font-size: 14px;
        padding: 5px 15px;
        height: 40px;
        line-height: 31px;
    }

    nav ul li a {
        line-height: 24px;
        font-size: 20px;
    }

    .prof_drop .dropdown-toggle::after {
        content: none;
    }
}

@media (max-width: 575px) {
    /* .inner_top_header {
        padding-right: 42px;
    } */

    .basic_btn {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding: 10px 15px;
    }

    .trigger_mobile_menu {
        width: 28px;
    }

    .navigation-right .basic_btn span {
        font-size: 15px;
    }

    .navigation-right .basic_btn {
        min-width: 45px;
        text-align: center;
    }

    .navigation-right {
        gap: 5px;
    }

    .logo {
        width: 100px;
    }

    .prof_thumb_image {
        height: 40px;
        width: 40px;
    }

    .navigation-right>ul {
        gap: 15px;
        margin-right: 10px;
    }

    .navigation-right>ul li img {
        width: 22px;
    }

    .menu-xxx-container {
        border-bottom-left-radius: 70px;
    }
}

/* header end */

/* footer start*/
.footer {
    background: #fff;
}

.footer_top {
    padding: 60px 0;
}

.ftr_left p,
.ftr_right p {
    color: #6e6e6e;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.footer_block h2 {
    font-size: 24px;
    color: #0041e6;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

.footer_block ul li a {
    font-size: 18px;
    color: #6e6e6e;
    font-family: "Montserrat", sans-serif;
}

.footer_block ul li a:hover {
    color: #0041e6;
}

.footer_block li+li {
    margin-top: 10px;
}

.address p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.address {
    display: flex;
    gap: 16px;
}

.footer_block_address em {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #0041e6;
    display: flex;
    min-width: 48px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.footer_block_address ul li a {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    display: flex;
    gap: 16px;
    align-items: center;
}

.ftr_right h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #0041e6;
}

.ftr_logo {
    display: inline-block;
    margin-bottom: 30px;
}

.ftr_right {
    width: 100%;
}

.footer_bottom {
    padding: 40px 0 30px;
    border-top: 1px solid #c2c2c2;
}

.footer_bottom p {
    color: #222222;
    font-size: 18px;
}

.social li a {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #000000;
    display: flex;
    min-width: 48px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social li a:hover {
    background-color: #0041e6;
    color: #fff;
}

.footer_block,
.ftr_right {
    padding-left: 40px;
}

.footer_block_address li+li {
    margin-top: 15px;
}

.login_footer .footer_bottom {
    padding: 30px 0;
    border-top: 1px solid #c2c2c2;
    background-color: #000000;
}

.login_footer .footer_bottom p {
    color: #fff;
    font-size: 18px;
}

.footer_form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer_form input {
    background-color: #f4f0ed;
    height: 60px;
    border-radius: 10px;
    padding: 0 20px;
    color: #757575;
    font-size: 18px;
    text-overflow: ellipsis;
}

.footer_form input::placeholder {
    color: #b8b8b8;
}

@media (max-width: 1267px) {
    .social {
        gap: 10px;
    }

    .footer_block,
    .ftr_right {
        padding-left: 25px;
    }

    .footer_top {
        padding: 40px 0;
    }

    .footer_bottom {
        padding: 20px 0 15px;
        border-top: 1px solid #c2c2c2;
    }

    .ftr_left p,
    .ftr_right p {
        font-size: 16px;
        line-height: 22px;
    }

    .ftr_logo {
        display: inline-block;
        margin-bottom: 15px;
    }

    .footer_block h2,
    .ftr_right h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .address p {
        font-size: 16px;
        line-height: 22px;
    }

    .footer_block_address ul li a {
        font-size: 16px;
        line-height: 22px;
        gap: 10px;
    }

    .address {
        gap: 10px;
    }
}

@media (max-width: 1199px) {
    .footer_block {
        padding-left: 0;
    }

    .ftr_left {
        margin-bottom: 25px;
        text-align: center;
    }

    .footer_form input {
        height: 44px;
    }
}

@media (max-width: 991px) {
    .ftr_right {
        padding-left: 0;
    }

    .footer_block,
    .footer_block_address {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer_top {
        padding: 25px 0;
    }

    .footer_block h2,
    .ftr_right h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer_block ul {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .footer_block li+li {
        margin-top: 0;
    }

    .footer_block ul li a {
        font-size: 16px;
    }

    .footer_block_address em {
        height: 38px;
        width: 38px;
        min-width: 38px;
        font-size: 18px;
    }

    .address {
        align-items: center;
    }

    .footer_block_address li+li {
        margin-top: 10px;
    }

    .social li a {
        height: 38px;
        width: 38px;
        min-width: 38px;
    }

    .footer_bottom p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {

    .ftr_left p,
    .ftr_right p {
        font-size: 14px;
        line-height: 20px;
    }

    .ftr_logo {
        max-width: 130px;
    }

    .address p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer_block_address ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer_block h2,
    .ftr_right h4 {
        margin-bottom: 10px;
    }

    .footer_block ul li a {
        font-size: 14px;
    }

    .footer_bottom p {
        font-size: 14px;
    }

    .footer_form input {
        padding: 0 10px;
    }
}

/* footer end*/

/* login register page full start */

.cl-checkbox {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
}

.cl-checkbox>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

.cl-checkbox>span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #757575;
    font-size: 18px;
}

.cl-checkbox>span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 10px 0px 0px;
    background-color: #f4f0ed;
    border-radius: 5px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
    border: 1px solid #757575;
}

.cl-checkbox>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 1px;
    width: 9px;
    height: 4px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

.cl-checkbox>input:checked+span::before,
.cl-checkbox>input:indeterminate+span::before {
    background-color: #000080;
    border-color: #000080;
}

.cl-checkbox>input:checked+span::after,
.cl-checkbox>input:indeterminate+span::after {
    border-color: #fff;
}

.cl-checkbox>input:indeterminate+span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

.height_full {
    height: calc(100vh - 95px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration_login_full {
    margin-top: -155px;
    padding: 220px 0 45px;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

.registration_login_full::before {
    background: url(../images/login_back.png);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.registration_login_full>.container {
    position: relative;
    z-index: 2;
}

.login_head {
    margin-bottom: 40px;
}

.login_head h2 {
    font-size: 48px;
    line-height: 62px;
    color: #353535;
    text-align: center;
    font-weight: 600;
}

.login_head p {
    font-size: 24px;
    line-height: 46px;
    color: #1f1f1f;
    text-align: center;
}

.registration_part_inner {
    max-width: 803px;
    margin: 0 auto;
    position: relative;
}

.sign_in_form_part {
    max-width: 780px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 16px;
}

/* .sign_in_form_part h3 { color: #000000; font-size: 40px; line-height: 52px; margin-bottom: 20px; font-weight: 600; } */
.registration_login_full .form_row input,
.profile_modal_body .form_row input {
    height: 60px;
    padding: 15px 20px 15px 50px;
    background-position: center left 20px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #b8b8b8;
}

.form_row {
    position: relative;
}

.toggle_password {
    font-size: 18px;
    color: #353535;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}

.email_field {
    background-image: url(../images/email_sm.png);
}

.password_field {
    background-image: url(../images/lock.png);
    padding-right: 40px;
}

.phone_field {
    background-image: url(../images/call.png);
}

.user_field {
    background-image: url(../images/user.png);
}

.form_btn_row .basic_btn {
    width: 100%;
}

.form_row+.form_row {
    margin-top: 15px;
}

.or {
    font-size: 18px;
    color: #000000;
    text-align: center;
    display: block;
    position: relative;
    padding: 10px 0;
    max-width: 500px;
    margin: 20px auto 0;
}

.or em {
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.or:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: #adadad;
    height: 1px;
    left: 0;
}

.form_btn_row {
    margin-top: 20px;
}

.social_reg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
}

.social_reg li a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.code_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.registration_login_full .code_box input {
    height: 65px;
    width: 65px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #b2b2b2;
}

.resecd_code {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.resecd_code p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

.resecd_code p a {
    font-weight: 600;
    color: #bf6a02;
}

.resecd_code p a:hover {
    text-decoration: underline;
}

.border_btn {
    border: 1px solid #bababa;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    height: 56px;
    width: 100%;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.border_btn:hover {
    border: 1px solid #0041e6;
}

.rem_me_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.forgot_pass {
    text-align: center;
}

.forgot_pass a {
    font-size: 18px;
    line-height: 26px;
    color: #bf6a02;
    font-weight: 600;
}

.forgot_pass a:hover {
    text-decoration: underline;
}

.mt-60 {
    margin-top: 60px;
}

.sign_in_form_part figure {
    margin: 0 auto 30px;
    display: inline-block;
    width: auto;
}

.email_bg {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.check_inbox h2 {
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
}

.check_inbox p {
    color: #595959;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 488px;
    margin: 0 auto;
}

.mb-0 {
    margin-bottom: 0;
}

.with_password,
.with_code {
    padding-top: 10px;
}

.global_login_holdr.login .sign_in_form_part>p {
    color: #757575;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.global_login_holdr.login .sign_in_form_part>p b {
    display: block;
    color: #000;
}

.global_login_holdr.login h3 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
}

.registration_part_inner .basic_btn,
.profile_modal_body .basic_btn {
    border-radius: 12px;
}

.registration_login_full .row {
    align-items: center;
}

.code_part p a {
    color: #000;
}

.form_row label {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.form_row label sup {
    font-size: 25px;
    color: #c00f0c;
    line-height: 100%;
    top: 1px;
    margin-left: 5px;
}

.Password_inner {
    position: relative;
}

.welcome_login {
    margin-top: 40px;
}

.welcome_login h1 {
    font-size: 75px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -3.5px;
}

.welcome_login p {
    color: #757575;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}

.bottom_football {
    position: absolute;
    bottom: 145px;
    left: -156px;
    z-index: -1;
    max-width: 230px;
}

.top_football {
    position: absolute;
    z-index: -1;
    top: -95px;
    right: 85px;
    max-width: 230px;
}

.email_image {
    max-width: 270px;
    margin: 0 auto;
}

.with_code {
    padding: 40px 70px;
}

@media (max-width: 1550px) {
    .welcome_login h1 {
        font-size: 50px;
        margin-bottom: 15px;
        letter-spacing: -2.5px;
    }

    .welcome_login p {
        font-size: 20px;
        line-height: 28px;
    }

    .global_login_holdr.login h3 {
        font-size: 30px;
    }
}

@media (max-width: 1365px) {
    .login_head h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .registration_part_inner {
        max-width: 670px;
    }

    .login_head {
        margin-bottom: 25px;
    }

    /* .sign_in_form_part h3 { font-size: 25px; line-height: 40px; margin-bottom: 20px; } */
    .registration_login_full .form_row input,
    .profile_modal_body .form_row input {
        height: 50px;
        padding: 10px 30px 10px 55px;
        background-position: center left 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .toggle_password {
        font-size: 16px;
        top: 14px;
    }

    .registration_login_full .code_box input {
        height: 55px;
        width: 55px;
        padding: 10px;
    }

    .login_head p {
        font-size: 20px;
        line-height: 35px;
    }

    .check_inbox p {
        font-size: 16px;
    }

    .global_login_holdr.login .sign_in_form_part>p {
        font-size: 16px;
    }

    .email_image {
        max-width: 182px;
    }
}

@media (max-width: 1199px) {
    .border_btn {
        font-size: 16px;
        height: 44px;
        line-height: 26px;
    }

    .cl-checkbox>span {
        font-size: 16px;
    }

    .cl-checkbox>span::before {
        margin: 1px 10px 0px 0px;
    }

    .cl-checkbox>span::after {
        top: 3px;
    }

    .forgot_pass a {
        font-size: 15px;
        line-height: 22px;
    }

    .registration_login_full {
        padding: 155px 0 45px;
    }
}

@media (max-width: 991px) {
    .registration_part_inner {
        max-width: 550px;
    }

    .login_head h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .sign_in_form_part {
        padding: 20px 25px;
        max-width: 500px;
    }

    /* .sign_in_form_part h3 { font-size: 20px; line-height: 30px; margin-bottom: 15px; } */
    .registration_login_full .form_row input,
    .profile_modal_body .form_row input {
        height: 46px;
        padding: 10px 20px 10px 40px;
        background-position: center left 11px;
        font-size: 14px;
        line-height: 20px;
        background-size: 20px;
    }

    .toggle_password {
        font-size: 14px;
        top: 14px;
        right: 20px;
    }

    .or {
        font-size: 16px;
        padding: 5px 0;
        margin-top: 15px;
    }

    .login_head p {
        font-size: 16px;
        line-height: 25px;
    }

    .registration_login_full .code_box input {
        height: 55px;
        width: 55px;
        padding: 10px;
    }

    .resecd_code p {
        font-size: 16px;
        line-height: 24px;
    }

    .global_login_holdr.login .sign_in_form_part>p {
        font-size: 14px;
    }

    .registration_login_full {
        margin-top: -125px;
    }

    .welcome_login h1 {
        font-size: 35px;
        letter-spacing: -1.5px;
    }

    .welcome_login p {
        font-size: 16px;
        line-height: 22px;
    }

    .top_football {
        top: -65px;
        max-width: 140px;
    }

    .bottom_football {
        bottom: 230px;
        left: -82px;
        max-width: 140px;
    }

    .form_row label {
        font-size: 14px;
        color: #000;
        margin-bottom: 5px;
    }

    .form_row label sup {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .registration_login_full {
        padding: 120px 20px 40px;
    }

    .login_head h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .registration_part_inner {
        max-width: 480px;
    }

    .check_inbox p {
        font-size: 14px;
    }

    .register_img {
        display: none;
    }

    .registration_login_full {
        margin-top: -83px;
    }

    .welcome_login {
        margin-top: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .global_login_holdr.login h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .bottom_football {
        display: none;
    }
}

@media (max-width: 575px) {
    .registration_login_full {
        padding: 80px 20px 40px;
    }

    .border_btn {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding: 10px 15px;
    }

    .sign_in_form_part {
        padding: 20px 15px;
    }

    .check_inbox .sign_in_form_part {
        margin: 0 15px;
    }

    .registration_login_full {
        margin-top: -73px;
    }

    .cl-checkbox>span {
        font-size: 14px;
    }

    .forgot_pass a {
        font-size: 13px;
    }

    .code_wrapper {
        gap: 6px;
    }

    .registration_login_full .code_box input {
        height: 45px;
        width: 45px;
        padding: 5px;
    }

    .email_image {
        max-width: 130px;
    }
}

@media (max-width: 480px) {
    .registration_login_full {
        padding: 100px 0px 40px;
    }

    .email_bg {
        max-width: 100px;
        margin: 0 auto 20px;
    }

    .resecd_code p {
        font-size: 14px;
        line-height: 21px;
    }

    .welcome_login h1 {
        font-size: 29px;
        letter-spacing: -0.5px;
    }

    .welcome_login p {
        font-size: 14px;
        line-height: 19px;
    }
}

/* login register page full ends */

/* =============global============ */
span {
    display: inline-block;
}

.white {
    color: white !important;
}

.grey {
    color: #595959 !important;
}

.black {
    color: #000 !important;
}

.yellow {
    color: #9e6c00 !important;
}

.font-18 {
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #000;
}

.text-30 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #000;
}

.para {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #f5f5f5;
}

.hero_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    background-color: #000080;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}

.hero_btn.bg_white {
    background-color: #fff;
    color: #1d1d1d;
}

.hero_btn.btn_yellow {
    background-color: #9e6c00;
}

.hero_btn.bg_white:hover {
    color: #fff;
}

.hero_btn.transparent {
    background-color: transparent;
    border: 1px solid #b3b3b3;
    color: #1e1e1e;
}

.hero_btn:hover {
    background-color: #000;
    color: #fff;
}

.bg_blue {
    background-color: #000080 !important;
}

.bg_yellow {
    background-color: #9e6c00 !important;
}

.bg-light {
    background-color: #fff !important;
}

.bg_transparent {
    background-color: transparent;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.section {
    padding: 80px 0;
}

.cursor-pointer {
    cursor: pointer;
}

.card_hover:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    transition: 0.4s;
}

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

.grid_1fr_auto {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
}

.blue_badge {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #000080;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue_badge .number {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.custom_badge {
    background-color: #f5f5f5;
    height: 40px;
    border: 1px solid #d9d9d9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.custom_badge .text {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px;
}

/* --global .global_heading */
.global_heading {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.global_heading .title {
    margin-bottom: 20px;
}

.global_heading .title .text {
    font-size: 30px;
    font-weight: 400;
    color: #755000;
}

.global_heading h2 {
    font-size: 55px;
    color: #000;
    font-weight: 600;
}

.global_heading p {
    margin-top: 20px;
    color: #757575;
}

.global_heading.white .title .text {
    color: #fff;
}

.global_heading.white h2 {
    color: #fff;
}

.global_heading.white p {
    color: #f5f5f5;
}

/* --global .global_heading end */

@media (max-width: 1599px) {
    .text-30 {
        font-size: 24px;
    }
}

@media (max-width: 1499px) {
    .section {
        padding: 40px 0;
    }

    .blue_badge {
        height: 70px;
        width: 70px;
    }

    .blue_badge .number {
        font-size: 20px;
    }
}

@media (max-width: 1399px) {

    .text-30,
    .para {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .global_heading .title .text {
        font-size: 24px;
    }

    .global_heading h2 {
        font-size: 30px;
    }

    .global_heading .title {
        margin-bottom: 10px;
    }

    .hero_btn {
        height: 44px;
    }
}

@media (max-width: 991px) {

    .para,
    .font-18,
    .font-20,
    .text-30 {
        font-size: 16px !important;
    }

    .global_heading .title .text {
        font-size: 18px;
    }

    .global_heading h2 {
        font-size: 24px;
    }

    .global_heading.white p {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .hero_btn {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .blue_badge {
        height: 50px;
        width: 50px;
    }

    .blue_badge .number {
        font-size: 16px;
    }
}

@media (max-width: 575px) {

    .para,
    .font-18,
    .font-20,
    .text-30 {
        font-size: 14px !important;
    }
}

/* =============global end============ */

/* ---------banner-------- */
.banner {
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner_text {
    margin: 200px 0;
}

.banner_text h1 {
    font-size: 75px;
    font-weight: 700;
    margin: 30px 0 20px;
}

.banner_form {
    height: 68px;
    border-radius: 8px;
    max-width: 700px;
    margin: 0 auto;
}

.banner_form input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0 35px;
    color: #595959;
}

.banner_form input::placeholder {
    color: #595959;
}

.banner_form .hero_btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.banner_form button:hover {
    background-color: #000 !important;
}

.banner_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banner_right ul {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    border-radius: 15px 0 0 15px;
}

.banner_right ul li {
    background-color: #9e6c00;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    width: 50px;
    transition: 0.4s;
}

.banner_right ul li img {
    height: 30px;
    width: 30px;
}

/* .banner_right ul li img:hover{transform: scale(105%);} */
/* .banner_right ul li img:hover{transform: scale(105%);} */
.banner_right ul li:first-of-type {
    border-top-left-radius: 15px;
}

.banner_right ul li:last-of-type {
    border-bottom-left-radius: 15px;
}

.banner_right ul li:hover {
    width: 70px;
}

@media (max-width: 1199px) {
    .banner_form {
        height: 56px;
    }
}

@media (max-width: 991px) {
    .banner_text {
        margin: 50px 0;
    }

    .banner_logo {
        width: 150px;
    }

    .banner_text h1 {
        font-size: 40px;
    }

    .banner_form {
        height: 44px;
    }
}

@media (max-width: 767px) {
    .banner_logo {
        width: 110px;
    }

    .banner_text h1 {
        font-size: 30px;
        margin: 20px 0 15px;
    }
}

/* ---------banner end-------- */

/* ---------achievement------------ */
.achievement {
    background: linear-gradient(rgb(158, 108, 0, 0.91), rgb(158, 108, 0, 0.91)),
        url(../images/achievement_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.achievement_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.achievement_col {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.achievement_col:hover {
    transform: scale(102%);
}

.achievement_col .number {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1499px) {
    .achievement_col .number {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .achievement_row {
        align-items: baseline;
    }

    .achievement_col {
        flex-direction: column;
        text-align: center;
    }

    .achievement_col figure img {
        width: 60px;
    }

    .achievement_col .number {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .achievement_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .achievement_col {
        flex-direction: column;
        gap: 4px;
    }

    .achievement_col .number {
        text-align: center;
        font-size: 24px;
    }

    .achievement figure img {
        width: 60px;
    }

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

    .achievement_col figure img {
        width: 40px;
    }
}

/* ---------achievement end------------ */

/* -------------why_us------------ */
.why_us {
    background: linear-gradient(#000080e5, #000080e5),
        url(../images/achievement_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 220px;
    background-attachment: fixed;
}

.why_us .why_us_row {
    margin-bottom: -220px;
    position: relative;
}

.why_us .why_us_row figure img {
    height: 80px;
}

@media (max-width: 1199px) {
    .why_us {
        margin-bottom: 0;
    }

    .why_us .why_us_row {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .why_us .why_us_row figure img {
        height: 50px;
    }
}

/* -------------why_us end------------ */

/* ------------value----------- */
.value_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    align-items: stretch;
    justify-content: space-between;
}

.value_col {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #fff;
    position: relative;
}

.value_col:nth-child(odd)::after {
    content: url(../images/Ellipse_circle.png);
    top: 0;
    right: -250px;
    position: absolute;
    z-index: 1;
}

.value_col:nth-child(even)::after {
    content: url(../images/Ellipse_circle.png);
    top: 220px;
    right: -250px;
    position: absolute;
    z-index: 1;
    transform: rotate(180deg);
}

.value_col:last-of-type::after {
    content: "";
}

.value_col .yellow_circle {
    background-color: #9e6c00;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    padding: 24px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.value_col .white_circle {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

/* .value_col .white_circle .text{font-size: 30px;font-weight: 600;} */
.yellow_circle .blue_badge {
    position: absolute;
    left: 10px;
    top: 30px;
}

.value_col figcaption {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 1699px) {
    .value_col .yellow_circle {
        width: 350px;
        height: 350px;
        padding: 20px;
    }

    .value_col:nth-child(odd)::after {
        top: 30px;
    }

    .value_col:nth-child(even)::after {
        top: 190px;
    }

    .yellow_circle .blue_badge {
        left: 0;
    }
}

@media (max-width: 1499px) {
    .value_col .yellow_circle {
        width: 300px;
        height: 300px;
        padding: 15px;
    }

    /* .yellow_circle .blue_badge{left: 7px;} */
    .value_col .white_circle img {
        height: 110px;
    }

    .value_col:nth-child(even)::after {
        top: 130px;
    }

    .value_row {
        gap: 60px;
    }

    .value_col:nth-child(odd)::after {
        right: -222px;
    }

    .value_col:nth-child(even)::after {
        right: -234px;
    }
}

@media (max-width: 1350px) {

    .value_col:nth-child(odd)::after,
    .value_col:nth-child(even)::after {
        content: "";
    }

    .value_row {
        gap: 20px;
        padding-top: 0 !important;
    }

    .value_col {
        padding: 15px 0;
    }

    /*. .value_col figcaption{text-align: left;justify-content: center;} */
    .value_col .yellow_circle {
        height: 250px;
        width: 250px;
        padding: 12px;
    }

    .yellow_circle .blue_badge {
        left: -13px;
    }

    .value_col .white_circle img {
        height: 90px;
    }
}

@media (max-width: 991px) {
    .value_row {
        grid-template-columns: auto;
    }

    .value_col {
        flex-direction: row;
        padding: 15px;
    }

    .value_col figcaption {
        text-align: left;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .value_col {
        flex-direction: column;
        padding: 0;
    }

    .value_col figcaption {
        text-align: center;
        justify-content: center;
    }

    .yellow_circle .blue_badge {
        left: -10px;
    }

    .value_col .yellow_circle {
        width: 200px;
        height: 200px;
        padding: 10px;
    }

    .value_col .white_circle img {
        height: 70px;
    }
}

/* ------------value end----------- */

/* ------------testimonial--------- */
.testimonial {
    background: linear-gradient(rgba(245, 245, 245, 0.93),
            rgba(245, 245, 245, 0.93)),
        url(../images/achievement_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 370px;
}

.testimonial_card {
    padding: 60px 40px;
    background-color: #fff;
    border-bottom: 6px solid #000080;
}

.testimonial_card .testimonial_profile_pic {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_card .testimonial_profile_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial_profile .para {
    line-height: normal;
}

.testimonial-button-prev,
.testimonial-button-next {
    background-color: #757575;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .testimonial {
        padding-bottom: inherit;
    }
}

@media (max-width: 991px) {
    .testimonial_card {
        padding: 30px 15px;
    }
}

/* ------------testimonial end--------- */

/* --------------skill------------- */
.skill {
    margin-top: -470px;
}

.skill .skill_row {
    background-image: url(../images/skill_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.skill .global_heading .para {
    color: #f5f5f5;
}

.skill .basketball_player {
    margin-bottom: -333px;
}

@media (max-width: 1499px) {
    .skill {
        margin-top: -380px;
    }

    .skill .basketball_player {
        width: 400px;
        margin-bottom: -303px;
    }
}

@media (max-width: 1199px) {
    .skill {
        margin-top: 0;
        padding-bottom: 0;
    }

    .skill .basketball_player {
        position: absolute;
        width: auto;
    }
}

@media (max-width: 991px) {
    .skill .basketball_player {
        display: none;
    }
}

/* --------------skill end------------- */

/* -------------professional---------- */
.professional_col figure {
    width: 340px;
    height: 284px;
    overflow: hidden;
    border-radius: 12px;
    /* optional */
}

.professional_col figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* maintains aspect ratio */
    display: block;
}

.professional_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.professional_col {
    border: 1px solid #b3b3b3;
    padding: 15px;
    border-radius: 20px;
}

.professional_col figure {
    overflow: hidden;
    border-radius: 20px;
}

.professional_col figure img {
    width: 100%;
    object-position: top;
}

.professional_col figcaption {
    padding-top: 20px;
}

.social_group {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.professional_col figcaption .name,
.professional_col figcaption .title {
    width: 146px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1699px) {
    .professional_col figcaption .top {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }

    .professional_col figcaption .name,
    .professional_col figcaption .title {
        width: auto !important;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 1199px) {
    .professional_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .professional_col figcaption .top {
        flex-direction: row;
        align-items: center !important;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .professional_col figcaption .top {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }

    .social_group {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .professional_row {
        grid-template-columns: auto;
    }

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

/* -------------professional end---------- */
/* ================================================= */
/* ---------------meet_maker -------------- */
.meet_maker_row {
    position: relative;
    height: 1100px;
}

.meet_maker_row .meet_maker_col {
    position: absolute;
    overflow: hidden;
    border-radius: 40px;
}

.meet_maker_row .meet_maker_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet_maker_row .meet_maker_col.col_1 {
    top: 113px;
    left: 0;
}

.meet_maker_row .meet_maker_col.col_2 {
    top: 0;
    left: 45%;
    z-index: 3;
}

.meet_maker_row .meet_maker_col.col_3 {
    top: 113px;
    right: 0;
}

.meet_maker_row .meet_maker_col.col_4 {
    top: 40%;
    left: 35%;
    z-index: 4;
}

.meet_maker_row .meet_maker_col.col_5 {
    top: 45%;
    left: 57%;
    z-index: 4;
}

.meet_maker_row .meet_maker_col.col_6 {
    bottom: 0;
    right: 7%;
}

@media (max-width: 1750px) {
    .meet_maker_row {
        transform: scale(90%);
    }
}

@media (max-width: 1599px) {
    .meet_maker_row .meet_maker_col.col_4 {
        top: 51%;
        left: 20%;
    }

    .meet_maker_row .meet_maker_col.col_6 {
        right: 0;
    }

    .meet_maker_row .meet_maker_col.col_5 {
        top: 41%;
        left: 50%;
    }

    .meet_maker_row .meet_maker_col.col_2 {
        left: 34%;
    }
}

@media (max-width: 1199px) {
    .meet_maker_row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        height: inherit;
        transform: scale(100%);
    }

    .meet_maker_row .meet_maker_col {
        position: inherit;
        height: 400px;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
}

@media (max-width: 991px) {
    .meet_maker_row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .meet_maker_row .meet_maker_col {
        height: 180px;
        border-radius: 15px;
    }

    .meet_maker_row {
        gap: 10px;
    }
}

/* ---------------meet_maker end-------------- */

/* -------------meet_professional page------------- */
.meet_professional {
    background-color: #9e6c000f;
}

.global_heading h2 .left_dot,
.global_heading h2 .right_dot {
    position: absolute;
    width: 2000px;
    left: -1000px;
    top: 50%;
    transform: translateY(-50%);
}

.global_heading h2 .right_dot {
    left: inherit;
    right: -1000px;
}

.meet_professional .professional_col {
    border: none;
    padding: 8px;
    border-radius: 0;
}

.meet_professional .professional_col figure {
    border-radius: 0;
}

.professional_col figcaption .top {
    align-items: center !important;
}

@media (max-width: 1350px) {

    .global_heading h2 .left_dot,
    .global_heading h2 .right_dot {
        display: none;
    }
}

@media (max-width: 600px) {
    .meet_professional .professional_col {
        padding: 0;
    }
}

/* -------------meet_professional page end------------- */

/* -------------guest_professional page------------- */
.guest_professional .professional_col {
    border: none;
    padding: 8px;
    border-radius: 0;
}

.guest_professional .professional_col figure {
    border-radius: 200px 200px 0 0;
}

.professional_col figcaption .top {
    align-items: center !important;
}

/* -------------meet_professional page end------------- */

/* ------------register_parallax------------ */
.register_parallax {
    background: linear-gradient(#000080e5, #000080e5),
        url(../images/achievement_bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

/* ------------register_parallax end------------ */

/* ------------course_details-------------- */
.course_details_page.banner_inner .container {
    margin-bottom: 110px;
}

.course_details {
    background-color: #f5f5f5;
}

.course_details_inner {
    margin-top: -190px;
}

.course_details .course_coach_profile {
    display: flex;
    gap: 20px;
    align-items: center;
}

.course_details .course_coach_profile figure {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

.course_details .course_coach_profile figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_details_row {
    display: grid;
    gap: 20px;
    grid-template-columns: 70% calc(30% - 20px);
    align-items: start;
}

.course_details_row .left_side,
.course_details_row .right_side {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.course_details .rating_level_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card_p40 {
    padding: 40px;
}

.course_details_row .course_module .ul li {
    list-style-type: disc;
}

.course_details_row .course_module .ul li:first-of-type {
    list-style-type: none;
}

.course_details_row .course_module .ul li::marker {
    color: #e5a000 !important;
}

.course_details_row .course_module .custom_badge {
    background-color: #fff1c2;
    border: none;
}

.course_details_row .course_module .accordion .para {
    color: #303030;
}

.course_details_row .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.card_p30 {
    padding: 30px;
}

.course_details_row .buy_now_col .custom_badge {
    background-color: #e5a000;
    padding: 3px 10px !important;
    height: 32px;
}

.course_details_row .buy_now_col .hero_btn {
    height: 50px;
}

.course_details_row .progress {
    height: 6px;
}

.course_details_row .module_assets .custom_badge {
    background-color: #fffbeb;
    height: inherit;
    padding: 7px 12px;
    border: 1px solid #f2c083;
}

.course_details .ratings_reviews ul li i {
    font-size: 14px !important;
}

.course_details_row .right_side .form-select {
    width: 170px;
    box-shadow: none;
}

.ratings_reviews {
    background-color: #fff;
}

@media (max-width: 1499px) {
    .course_details_page.banner_inner .container {
        margin-bottom: 130px;
    }
}

@media (max-width: 1350px) {
    .course_details_page.banner_inner .container {
        margin-bottom: 0;
    }

    .course_details_inner {
        margin-top: 0;
    }

    .course_details .rating_level_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .course_coach_profile figcaption span {
        color: #1d1d1d !important;
    }
}

@media (max-width: 1199px) {
    .course_details_row {
        grid-template-columns: auto;
    }

    .card_p40,
    .card_p30 {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .course_details .course_coach_profile {
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    .course_coach_profile figcaption span {
        display: inline;
    }

    .course_details .rating_level_row {
        gap: 10px;
    }
}

/* ------------course_details end-------------- */

/* ------------------------------------------- */
/* ------24/10/25 marge css for contact page---- */

.banner_inner {
    background-color: #0041e6;
    padding: 50px 0;
}

.banner_inner {
    background: linear-gradient(#000080e5, #000080e5),
        url(../images/contact_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_inner .banner_text {
    margin: 90px 0px;
    max-width: 38%;
}

.banner_inner .banner_text h2 {
    font-size: 55px;
    font-weight: 600;
}

.banner_inner .banner_text p {
    color: #fff;
    margin: 10px 0px 0px;
}

.get_wrapper .global_heading {
    max-width: 100%;
    text-align: left;
}

/* .global_heading h2 span{color: #9E6C00;} */
.social_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 5px;
    border-radius: 6px;
    padding: 5px;
    background-color: #00008029;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.socal_info h3 {
    color: #353535;
    line-height: auto;
    margin: 20px 0px;
}

.socal_info p {
    font-size: 20px;
}

.socal_info p a {
    color: #000;
}

.socal_info p a:hover {
    color: #9e6c00;
}

.map {
    overflow-x: hidden;
}

.contact_banner {
    padding: 90px 0;
}

@media (max-width: 1199px) {
    .banner_inner {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .banner_inner .banner_text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .socal_info h3 {
        margin: 10px 0px;
    }

    .socal_info p {
        font-size: 15px;
    }

    .social_icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

/* map */

/* contact */
.contact_wrapper {
    background-color: #f5f5f5;
    border-radius: 48px;
    padding: 60px 90px;
}

.form_outer {
    margin-top: 50px;
}

.contact_wrapper .global_heading {
    max-width: 100%;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    color: #000;
    font-size: 20px;
    line-height: 32px;
}

.form-group span {
    color: #c00f0c;
}

.form-group .form-control,
.form-select {
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    width: 100%;
    color: #b8b8b8;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #b8b8b8;
    outline: none;
}

.form-group .form-control::placeholder {
    color: #b8b8b8;
}

textarea.form-control {
    height: 115px !important;
    resize: none;
    padding: 15px !important;
}

.send_btn {
    max-width: 400px;
    padding: 13px 25px;
    font-size: 20px;
    color: #fff;
    background-color: #000080;
    border-radius: 10px;
}

.send_btn:hover {
    background-color: #9e6c00;
}

.phone_number {
    position: relative;
}

.phone_number .form-control {
    padding: 0px 20px 0px 70px;
}

.country_cod {
    position: absolute;
    font-size: 20px;
    color: #000 !important;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(../images/dropdown.png) no-repeat 97% center;
    background-size: 18px;
    background-color: #fff;
}

.map_img iframe {
    width: 100%;
    height: 540px;
}

@media (max-width: 1199px) {
    .form-group label {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .contact_wrapper {
        padding: 20px 10px;
        border-radius: 15px;
    }

    .form_outer {
        margin-top: 30px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    textarea.form-control {
        height: 80px !important;
        padding: 10px 15px 0px !important;
    }

    .map_img iframe {
        height: 340px;
    }

    .form-group .form-control,
    .form-select {
        height: 40px;
        font-size: 16px;
    }

    .form-select {
        background-size: 15px;
    }
}

/* contact-page */

/* profile */
.profile_outer {
    background-color: #f5f5f5;
}

.profile_top {
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.profile_img {
    width: 130px;
    height: 130px;
    min-width: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit_btn .basic_btn {
    border-radius: 10px;
}

.profile_name h3 {
    font-size: 30px;
    font-weight: 600;
}

.profile_name p {
    color: #757575;
}

.social_media_list ul li {
    width: 38px;
    height: 38px;
    min-width: 38px;
}

.social_media_list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_btm h3 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}

.presonal_info {
    margin: 15px 0px;
}

.presonal_info p {
    color: #757575;
    font-size: 18px;
    margin-bottom: 5px;
}

.presonal_info h5,
.presonal_info h5 a {
    color: #1e1e1e;
    font-size: 20px;
}

.presonal_info h5 a:hover {
    color: #9e6c00;
}

.disabil_btn {
    font-size: 20px;
    color: #1e1e1e;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}

.disabil_btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .profile_top {
        padding: 20px;
    }

    .profile_img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .profile_name h3 {
        font-size: 22px;
    }

    .profile_btm h3 {
        margin-bottom: 5px;
    }

    .presonal_info {
        margin: 10px 0px;
    }
}

@media (max-width: 575px) {
    .profile_top {
        padding: 15px;
    }

    .profile_img {
        width: 54px;
        height: 54px;
        min-width: 54px;
        margin-right: 5px;
    }

    .presonal_info h5,
    .presonal_info h5 a {
        font-size: 16px;
    }

    .profile_name h3 {
        font-size: 18px;
    }

    .edit_btn .basic_btn {
        padding: 8px 10px;
    }

    .disabil_btn {
        font-size: 14px;
        padding: 5px;
    }

    .presonal_info p {
        font-size: 14px;
    }
}

/* profile */

/* Edit Profile */

.profile_outer .global_heading {
    max-width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.profile_outer .global_heading p {
    margin-top: 5px;
}

.basic_btn.upload_btn {
    position: relative;
    padding-left: 60px;
    background-image: url(../images/upload_file_logo.png);
    background-size: 28px;
    background-position: left 24px top 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #1e1e1e;
    font-size: 18px;
    border: 1px solid #888888;
    border-radius: 10px;
    margin-bottom: 10px;
}

.file_btn {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    bottom: 0px;
    top: 0px;
}

.profile_img_outer h3 {
    font-weight: 700;
    margin-bottom: 25px;
}

.profile_name p {
    max-width: 70%;
}

.profile_img_outer .profile_img {
    margin-right: 50px;
}

.profile_btm .form_outer {
    margin-top: 20px;
}

.profile_btm .form-group .form-control,
.form-select {
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
}

.profile_btm .form-group label {
    color: #595959;
}

.profile_btm .form-group:last-child {
    margin-bottom: 15px;
}

.profile_btm .map_img iframe {
    height: 225px;
}

.profile_btm .map_img {
    margin-bottom: 20px;
}

.form-control.social_link {
    position: relative;
    background: url(../images/social_link_icon.png) no-repeat 97% center;
    background-size: 18px;
    background-color: #fff;
}

.form-control.social_address {
    position: relative;
    background: url(../images/social_address_icons.png) no-repeat 99% center;
    background-size: 18px;
    background-color: #fff;
}

.profile_btm .send_btn {
    max-width: max-content;
}

.profile_btm .send_btn.cancle_btn {
    background-color: #fff;
    max-width: max-content;
    color: #323232;
    border-radius: 10px;
    border: 1px solid #888888;
    font-size: 20px;
}

.profile_btm .send_btn.cancle_btn:hover {
    background-color: #9e6c00;
    color: #fff;
    border-color: #9e6c00;
}

@media (max-width: 991px) {
    .profile_img_outer .profile_img {
        margin-right: 20px;
    }

    .profile_name p {
        max-width: 100%;
    }

    .profile_btm .form_outer {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .profile_btm .send_btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .profile_img_outer {
        text-align: center;
    }

    .profile_img_outer .profile {
        flex-flow: column;
    }

    .profile_img_outer .profile_img {
        width: 80px;
        height: 80px;
        min-width: 80px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .profile_img_outer h3 {
        margin-bottom: 15px;
    }

    .basic_btn.upload_btn {
        font-size: 16px;
    }
}

/* ------24/10/25 marge css for contact page---- */
/* ----------------------------------------------------- */

/* --------------------------------------------------------- */
/* shopping-cart */
.shopping-cart {
    background-color: #f5f5f5;
    padding-bottom: 60px;
}

.shopping-content {
    display: flex;
    gap: 30px;
    padding: 0 0 20px 0;
}

.shopping-cart .global_heading {
    text-align: left;
    margin: 0 0 20px 0;
}

/* .global_heading p{font-size: 24px; font-weight: 400;} */
.shopping-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-star {
    display: flex;
    margin: 0 10px 0 4px;
}

.rating-star li i {
    color: #e5a000;
}

.ratings .yellow {
    font-size: 22px;
    font-weight: 700;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shopping-cart-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.shopping-cart-wrapper:last-child {
    margin-bottom: 0 !important;
}

.bestseller {
    padding: 0 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #02542d;
    font-size: 16px;
    background-color: rgba(52, 168, 83, 0.2);
    color: #02542d;
    border-radius: 10px;
}

.ratings {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.total-price {
    display: flex;
    gap: 10px;
}

.total-price p strong {
    font-size: 24px;
}

.total-price p span {
    display: block;
    display: flex;
    justify-content: flex-end;
}

.shopping-text {
    max-width: 400px;
    width: 100%;
}

.shopping-text h3 {
    margin-bottom: 6px;
}

.shopping-text .first-para {
    margin-bottom: 15px;
}

.schedule ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.schedule ul li {
    display: flex;
    align-items: center;
}

.schedule ul li img {
    margin-right: 10px;
}

.shop-cart ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0 0 12px;
    border-top: 1px solid rgba(89, 89, 89, 1);
}

.shop-cart ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-image {
    width: 40%;
}

.shopping-details {
    width: 60%;
}

.payment-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.payment-list ul li {
    display: flex;
    justify-content: space-between;
}

.summery-price {
    display: block;
}

.payment-summery {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.payment-summery h2 {
    margin-bottom: 30px;
    font-weight: 600;
}

.grn-clr {
    color: rgba(27, 95, 42, 1);
}

.total-price ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.total-price ul li p span {
    display: block;
    display: flex;
    justify-content: flex-end;
}

.form_btn_row .basic_btn {
    border-radius: 10px;
}

.apply-coupon {
    display: inline-block;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.total-price {
    font-size: 24px;
}

/* .text-30{font-size: 30px;} */
/* .grey{text-align: right;} */

@media (max-width: 1199px) {

    /* .global_heading h2{font-size: 48px;} */
    .bestseller span {
        font-size: 14px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .shopping-content {
        flex-direction: column;
    }

    .shopping-details {
        width: 100%;
    }

    .product-image {
        width: 100%;
    }

    .payment-summery {
        margin-top: 25px;
    }

    .shop-cart ul {
        flex-wrap: wrap;
    }

    /* .global_heading h2{font-size: 38px;} */
    .text-30 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {

    /* .global_heading h2{font-size: 32px;} */
    .schedule ul {
        gap: 12px;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    /* .global_heading h2{font-size: 26px;} */
}

/* recently-wishlisted */
.recently-wishlisted {
    background-color: rgba(245, 245, 245, 1);
    padding-bottom: 60px;
}

.recently-wishlisted-wrapper .product-image {
    width: 100%;
    height: 268px;
    background-size: cover;
    position: relative;
}

.recently-wishlisted-wrapper .product-image img {
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
    border-bottom-left-radius: 0;
}

.recently-wishlisted .bestseller {
    border: none;
    background-color: #cff7d3;
}

.recently-wishlisted-wrapper .shopping-content {
    border-radius: 20px;
    background-color: #ffffff;
}

.wish-lists {
    position: absolute;
    top: 20px;
    right: 20px;
}

.recently-wishlisted-wrapper .wish-lists i {
    color: red;
    font-size: 24px;
}

.recently-wishlisted-wrapper .shopping-details {
    width: 100%;
    padding: 0px 20px 20px;
}

.all-shop-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recently-wishlisted-wrapper .global_heading {
    margin: 0;
}

.recently-wishlisted-wrapper .global_heading h3 {
    text-align: left;
    margin-bottom: 20px;
}

.wish-price {
    display: inline-block !important;
}

/* recently-wishlisted */

/*mywishlist  */

.wish-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wish-cart .form_btn_row {
    margin-top: 0;
}

.wish-cart .basic_btn {
    font-size: 16px;
    min-width: 174px;
    line-height: 100%;
    padding: 15px 30px;
}

.wislist-text {
    max-width: 100%;
}

.recently-wishlisted-wrapper .global_heading {
    margin: 0;
    text-align: left;
}

.wislist-wrapper {
    padding: 0 0 20px;
}

.form-group {
    position: relative;
}

.search-details .form-group .form-control {
    padding: 15px 20px 15px 48px;
}

.search-details {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.search-details .form_btn_row {
    margin-top: 0;
}

.search-details .form_btn_row .basic_btn {
    font-size: 20px;
    padding: 18px 30px;
    font-weight: 400;
    line-height: 100%;
    height: 60px;
}

.search-tag {
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 8;
}

.search-tag i {
    font-size: 18px;
    color: #292d32;
}

.mywishlist .search-course-wrapper {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
}

.mywishlist .shopping-cart-wrapper {
    border: 1px solid #b2b2b2;
    padding: 0;
    height: 100%;
    border-radius: 20px;
}

.p-60 {
    padding: 60px 0;
}

.wish-cart p .light-price {
    display: inline-block;
}

.wislist-text .para {
    font-size: 22px;
}

.shopping-cart-wrapper .wishlist-content {
    gap: 20px;
    padding: 0;
}

.total-right-list {
    text-align: left;
}

@media (max-width: 1599px) {
    .wish-cart .basic_btn {
        padding: 10px 15px;
        min-width: 140px;
    }
}

@media (max-width: 1365px) {
    .wish-cart .basic_btn {
        min-width: 132px;
        font-size: 14px;
        padding: 14px 20px;
    }

    .recently-wishlisted-wrapper .shopping-details {
        padding: 0 10px 10px;
    }

    .wish-cart {
        flex-direction: column;
        align-items: start;
    }

    .wish-cart .basic_btn {
        margin-top: 15px;
    }
}

@media (max-width: 1199px) {
    .total-right-list {
        text-align: left;
    }

    .wislist-text .para {
        font-size: 18px;
    }

    .schedule ul li img {
        margin-right: 5px;
    }

    .wish-cart .basic_btn {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .search-course-wrapper .col-lg-4 {
        margin-bottom: 25px;
    }

    .search-course-wrapper .col-lg-4:last-child {
        margin-bottom: 0;
    }

    /* .form-group{width: 60%;} */
    .wish-cart p .light-price {
        font-size: 12px !important;
    }

    .p-60 {
        padding: 45px 0;
    }
}

@media (max-width: 767px) {
    .mywishlist .search-course-wrapper {
        padding: 20px;
    }

    .search-course .form-group .form-control {
        height: 40px;
    }

    .search-course .search-tag {
        top: 9px;
    }

    .search-details .form_btn_row .basic_btn {
        font-size: 15px;
        height: 40px;
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .p-60 {
        padding: 35px 0;
    }
}

/* explore-course */
.explore-course {
    position: relative;
    z-index: 1;
}

.explore-course:after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(0, 0, 128, 0.9);
    z-index: 0;
}

.explore-course .global_heading {
    position: relative;
    z-index: 2;
    margin-left: 0;
}

/* .explore-course-wrapper .global_heading h2{color: #ffffff;} */
/* .explore-course-wrapper .global_heading p{color: #ffffff;} */

/* top-courses */
.top-courses {
    background-color: #f5f5f5;
}

.filter-content h3 {
    margin-bottom: 20px;
}

.filter-wrapper .clear-btn {
    padding: 19px 30px;
    color: rgba(50, 50, 50, 1);
    background-color: transparent;
    font-size: 18px;
    border: 1px solid rgba(136, 136, 136, 1);
    height: 60px;
    margin-top: 30px;
    border-radius: 10px;
    gap: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-wrapper {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.filter-wrapper .clear-btn:hover {
    background-color: rgba(232, 185, 49, 1);
    color: rgba(0, 0, 0, 1);
}

.radio-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.filter-wrapper h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.radio_btn_outer label {
    color: rgba(89, 89, 89, 1);
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
}

.radio-btn-row {
    gap: 10px;
}

.check-payment[type="radio"] {
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    width: 18px;
    min-width: 18px;
    height: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(166, 166, 166, 1);
}

.check-payment[type="radio"]:checked {
    background-color: rgba(42, 77, 251, 1);
    box-shadow: inset 0 0 0 5px rgba(202, 211, 255, 1);
}

.payment .payment-option label {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.radio-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(166, 166, 166, 1);
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio-btn input:checked~.checkmark {
    background-color: rgba(202, 211, 255, 1);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(42, 77, 251, 1);
}

.instructor-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.courses-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.courses-filter .global_heading {
    margin: 0;
    text-align: left;
}

.courses-filter .global_heading h2 {
    font-size: 40px;
}

.sort-dropdown {
    display: flex;
    align-items: center;
    gap: 0px;
    min-width: 197px;
}

.sort-dropdown label {
    width: 100%;
}

.select-group select {
    background-color: #ffffff;
    height: 50px;
    padding: 14px 34px;
    border-radius: 10px;
    border: 1px solid rgba(184, 184, 184, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

.filter-btn {
    display: flex;
    justify-content: center;
}

.sort-details .form-group {
    width: 55%;
}

.sort-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.course-card {
    border: 1px solid rgba(178, 178, 178, 1);
    border-radius: 20px;
}

.course-card:first-child {
    margin-bottom: 20px;
}

.courses-cards-wrapper .course-card .shopping-details {
    padding: 0 20px 20px;
}

.course-card .product-image {
    width: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.course-card .shopping-details {
    width: 100%;
}

.course-card .white-wishlist i {
    color: #ffffff;
}

.courses-cards-wrapper .shopping-cart-wrapper {
    padding: 0;
    border-radius: 20px;
}

.results-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 43px;
}

.results-page span {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    line-height: 100%;
    font-weight: 400;
}

.sort-dropdown .form-select {
    height: 50px;
}

.course-search .form-group .form-control {
    height: 50px;
}

.page-item:first-child .page-link {
    color: rgba(89, 89, 89, 1);
    border: none;
    background-color: transparent;
    font-size: 16px;
}

.page-item:last-child .page-link {
    color: rgba(0, 0, 0, 1);
    border: none;
    margin-left: 15px;
    background-color: transparent;
    font-size: 16px;
}

.active>.page-link {
    background-color: rgba(0, 0, 128, 1);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 128, 0.3);
    border-radius: 10px;
    padding: 10px;
}

.page-link {
    border-radius: 10px;
    font-size: 20px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    height: 43px;
    width: 43px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link:hover {
    color: rgba(2, 84, 45, 1);
}

.results-page nav ul {
    gap: 9px;
}

.back-slide {
    margin-right: 15px;
}

.no-link {
    border: none;
    background-color: transparent;
}

.instructor-list:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.course-card .bestseller {
    border: none;
    background-color: rgba(207, 247, 211, 1);
    color: rgba(2, 84, 45, 1);
}

/* .instructor-list .cl-checkbox > input:checked + span::before{background-color: rgba(232, 185, 49, 1);border-color: rgba(0, 0, 0, 1);} */

@media (max-width: 1599px) {
    .wislist-text .para {
        font-size: 16px;
    }

    .course-card .basic_btn {
        padding: 10px 15px;
        min-width: 140px;
    }
}

@media (max-width: 1365px) {
    .wish-cart .basic_btn {
        font-size: 12px;
        min-width: 150px;
        padding: 15px 15px;
    }

    .wislist-text .para {
        font-size: 18px;
    }

    .filter-wrapper {
        padding: 20px;
    }

    .courses-filter .global_heading h2 {
        font-size: 35px;
    }

    .filter-wrapper h2 {
        font-size: 35px;
    }

    .course-card .course-cart {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .course-card .basic_btn {
        margin-top: 15px;
    }

    .wish-cart .form_btn_row {
        width: 100%;
    }

    /* .instructor-list .cl-checkbox > span{font-size: 14px;} */
    .radio_btn_outer label {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .filter-wrapper {
        padding: 15px;
    }

    .courses-cards-wrapper .course-card .shopping-details {
        padding: 0 12px 12px;
    }

    .courses-filter .global_heading h2 {
        font-size: 30px;
    }

    .filter-wrapper h2 {
        font-size: 30px;
    }

    .sort-dropdown {
        min-width: 170px;
    }

    .sort-dropdown .form-select {
        height: 40px;
    }

    .course-search .form-group .form-control {
        height: 40px;
    }

    .course-search .search-tag {
        top: 10px;
    }

    .wish-cart .basic_btn {
        min-width: 120px;
    }

    .bestseller {
        padding: 0 10px;
    }

    .results-page span {
        font-size: 15px;
    }

    .page-item:first-child .page-link {
        font-size: 14px;
    }

    .page-item:last-child .page-link {
        font-size: 14px;
    }

    .page-link {
        font-size: 15px;
    }

    .wish-cart .basic_btn {
        height: 44px;
    }
}

@media (max-width: 991px) {
    .results-page {
        flex-direction: column;
        margin-top: 25px;
    }

    .results-page nav ul {
        flex-direction: row;
    }

    .results-page span {
        margin-bottom: 20px;
    }

    .filter-wrapper .clear-btn {
        height: 50px;
        font-size: 14px;
        padding: 18px 15px;
    }

    .courses-filter .global_heading h2 {
        font-size: 25px;
    }

    .filter-wrapper h2 {
        margin-bottom: 15px;
    }

    .filter-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .instructor-list {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .radio-list {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .filter-wrapper .clear-btn {
        margin-top: 15px;
    }

    .filter-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .courses-filter {
        margin-top: 25px;
    }

    .top-courses-wrapper .col-lg-3 {
        width: 100%;
    }

    .top-courses-wrapper .col-lg-9 {
        width: 100%;
    }

    .course-search .form-group .form-control {
        font-size: 12px;
    }

    .course-search {
        padding-left: 15px;
    }

    /* .global_heading p {font-size: 18px;} */

    .instructor-list:last-child {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(230, 230, 230, 1);
    }
}

@media (max-width: 767px) {

    /* .cl-checkbox > span {font-size: 14px;} */
    .filter-wrapper h2 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .page-link {
        height: 35px;
        width: 35px;
    }

    .page-link {
        font-size: 13px;
    }

    .filter-wrapper {
        padding: 10px;
    }

    .filter-content {
        display: grid;
        grid-template-columns: 1fr;
    }

    .filter-wrapper .clear-btn {
        padding: 10px 15px;
    }

    .courses-filter {
        flex-direction: column;
    }

    .course-search {
        padding-left: 0px;
        margin-top: 10px;
    }

    .instructor-list:last-child {
        margin-bottom: 0px;
        border-bottom: 0;
    }
}

@media (max-width: 480px) {
    .courses-filter {
        flex-direction: column;
    }

    .top-courses-wrapper .search-course {
        padding-left: 0;
    }

    .course-search {
        padding-left: 0px;
        margin-top: 15px;
    }

    .course-search .form-group .form-control {
        padding: 10px 20px 10px 26px;
    }

    .course-search .search-tag {
        left: 4px;
        top: 12px;
    }

    .sort-dropdown {
        min-width: 156px;
    }
}

/* my-courses */
.my-courses {
    background-color: rgba(245, 245, 245, 1);
}

.my-courses .global_heading {
    margin: 0;
    text-align: left;
}

.my-courses .global_heading h2 {
    margin-bottom: 20px;
}

.my-courses-wrapper h3 {
    width: 60%;
}

.my-courses-wrapper {
    padding-top: 40px;
}

.my-courses-wrapper .search-course .search-details {
    justify-content: flex-end;
}

.my-courses-wrapper .search-course .search-details .form-group {
    margin-bottom: 0;
}

.my-courses-wrapper .product-image {
    width: 177px;
    height: 148px;
    border-radius: 20px;
    overflow: hidden;
}

.my-courses-wrapper .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-progress p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.complete-percentage span {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}

.my-courses .my-courses-content {
    padding: 10px;
}

.my-progress {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.complete-percentage {
    text-align: right;
    margin-top: 20px;
}

.my-progress .progress {
    background-color: #d9d9d9;
    display: block;
}

.progress .progress-bar {
    background-color: #e8b931;
}

.my-courses-content-left {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 29px;
}

.my-courses-content-right {
    width: 30%;
}

.my-courses-content-right .progress {
    height: 6px !important;
}

.my-courses .my-courses-content {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.my-courses-content-right .shopping-heading {
    display: flex;
    justify-content: flex-end;
}

.my-courses-content-right .form_btn_row {
    text-align: right;
}

.my-courses-content-right .form_btn_row .basic_btn {
    width: 65%;
}

@media (max-width: 767px) {
    .my-courses-content-left {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .my-courses-content-right {
        width: 100%;
    }

    .my-courses-content-right .my-progress {
        margin-bottom: 10px;
    }

    .my-courses-content-right .complete-percentage {
        margin-top: 10px;
    }

    .my-courses-wrapper h3 {
        width: 100%;
    }

    .shopping-cart-wrapper {
        padding: 20px 15px;
    }
}

@media (max-width: 525px) {
    .my-courses-content-left {
        grid-template-columns: 1fr !important;
    }

    .my-courses-wrapper .product-image {
        width: 100%;
        height: 200px;
    }
}

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

/* ----------purchase history--------- */
.table-bordered> :not(caption)>*>* {
    border-width: 0;
    background-color: transparent;
}

.purchase_history_wrapper .table>thead {
    background-color: #e6e6e6;
    border-radius: 15px;
}

.purchase_history_wrapper .table td {
    min-width: 40px;
    white-space: nowrap;
}

.purchase_history_wrapper .bestseller {
    background-color: #292d3233;
    color: #757575;
    border-color: #757575;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.purchase_history_wrapper .bestseller .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #757575;
}

.purchase_history_wrapper .bestseller.ongoing {
    background-color: #34a85333;
    color: #02542d;
    border-color: #02542d;
}

.purchase_history_wrapper .bestseller.ongoing .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #02542d;
}

.purchase_history_wrapper table .dropdown-toggle::after {
    display: none;
}

.purchase_history_wrapper table .table_dropdown {
    min-width: 210px;
}

.purchase_history_wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #d9d9d9;
}

.purchase_history {
    background-color: #f5f5f5;
}

@media (max-width: 575px) {
    .purchase_history_wrapper {
        padding: 15px;
    }
}

/* -------bootstrap modal-------- */

.changePasswordModal input {
    background-color: #f5f5f5;
    height: 60px;
    border-radius: 10px;
}

.global_modal .modal-content {
    box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 16px;
}

.global_modal .modal-body {
    padding: 0;
}

@media (max-width: 1199px) {
    .changePasswordModal input {
        height: 44px;
    }

    .modal-content .form_row label {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .global_modal .modal-content {
        padding: 15px;
    }
}

/* --------------------------------------- */
.table_filter_wrapper_ul {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: inline-flex;
    padding: 5px;
    align-items: center;
    gap: 5px;
}

.table_filter_wrapper_ul li {
    height: 38px;
    padding: 0 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
}

.table_filter_wrapper_ul li.active {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.table_filter_wrapper_ul li:hover {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* ---08/01/2026---- */
.search-course-form {
    max-height: 1200px !important;
    overflow: auto;
}

/* ---12/01/2026---- */
.text_blue {
    color: #000080 !important;
}

.text_9e {
    color: #9e9e9e !important;
}

.text_1d{
    color: #1d1d1d !important;
}

.font-20 {
    font-size: 20px;
}

.main-inner-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.file_upload_div {
    width: 345px;
    height: 207px;
    border: 1px dashed #9E9E9E;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.file_upload_input {
    opacity: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: red;
}

.basic_input,
.basic_textarea {
    height: 52px;
    border: 1px solid #9E9E9E;
    border-radius: 16px;
    width: 100%;
    color: #595959;
    font-size: 16px;
    position: relative;
    outline: none;
}

.basic_input input {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 16px 20px;
    border: none;
    background-color: transparent;
}

.basic_input_absolute {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.basic_textarea {
    height: auto;
    text-align: left;
    resize: none;
    padding: 16px 20px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.basic-_accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.basic-_accordion .accordion-button {
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
    padding-right: 50px;
}

.basic-_accordion .accordion-button::after {
    margin-left: 0;
}

.basic-_accordion .accordion-button::after {
    background-image: url(../images/arrow-down.png);
}

.basic-_accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow-down.png);
}

.basic-_accordion .accordion-item {
    border: 1px solid #9E9E9E;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.basic-_accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.basic-_accordion .accordion-body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.basic-_accordion .accordion-body ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basic-_accordion .accordion-header {
    position: relative;
}

.basic-_accordion .dots_x {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 30px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt_10 {
    margin-top: 10px;
}

.basic-_accordion .content_wrapper {
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 20px 20px;
}

.basic-_accordion .content_wrapper input[type=radio] {
    accent-color: #595959;
    width: 18px;
    height: 18px;
}

.basic-_accordion .content_wrapper .quizze_ul label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quizze_correct_answer {
    background-color: #53E2731A;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1B5F2A;
    margin-bottom: 0;
}

.basic_input .dropdown {
    height: 100%;
}

.basic_input .dropdown>.btn {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
    color: #595959;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    background: transparent;
    padding: 15px 20px;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.custom-select::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transition: transform 0.2s;
}

.custom-select.active::after {
    transform: translateY(-50%) rotate(-135deg);
}

.custom-options {
    position: absolute;
    top: 102%;
    overflow: hidden;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: none;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 3px;
}

.custom-option {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.custom-option:hover {
    background: #0000801A;
    border-radius: 8px;
    color: #595959;
}

.basic_input.course_category {
    height: inherit;
    min-height: 100px;
}

.basic_input.course_category .course_category_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 20px;
}

.basic_input.course_category .course_category_ul li {
    background-color: #C2C2C2;
    border: 1px solid #595959;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    border-radius: 8px;
}

.td_dropdown .dropdown-toggle::after {
    content: none;
}

.w_20 {
    width: 20px !important;
}

@media(max-width:1599px) {

    .main-inner-wrapper {
        gap: 25px;
    }
}

@media(max-width:1199px) {

    .main-inner-wrapper {
        grid-template-columns: 1fr;
    }

    .mt_30 {
        margin-top: 20px;
    }
}

@media(max-width:767px) {

    .file_upload_div {
        width: 100%;
        height: 120px;
        gap: 4px;
    }

    .file_upload_div .upload_icon {
        width: 30px;
    }

    .basic-_accordion {
        gap: 15px;
    }

    .basic-_accordion .accordion-body {
        padding: 15px;
    }

    .custom-select {
        font-size: 14px;
    }

    .basic_input.course_category .course_category_ul li {
        font-size: 14px;
    }
}

@media(max-width:575px) {

    .basic_input {
        height: 40px;
    }

    .basic_input input {
        font-size: 14px;
    }

    .basic_textarea {
        font-size: 14px;
    }

    .text_18,
    .text_20 {
        font-size: 15px;
    }

    .custom-select {
        padding: 9px 20px;
    }

    .basic-_accordion .text_20 {
        font-size: 15px;
    }

    .file_upload_div {
        height: 100px;
    }
}

.modal.unlock_course .modal-content {
    max-width: 640px;
    text-align: center;
    padding: 57px 70px;
}

.modal.unlock_course .modal-content .circle_yellow {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #BF6A02;
    background-color: #FFF1C2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

@media(max-width:991px) {
    .modal.unlock_course .modal-content .circle_yellow {
        width: 60px;
        height: 60px;
    }

    .modal.unlock_course .modal-content .circle_yellow img {
        width: 40%;
    }
}

/* ========= custom modal css============ */
body.lock {
    overflow: hidden;
    height: 100vh;
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.modal.show {
    opacity: 1;
    pointer-events: auto;
    z-index: 10000;
}

.modal-content {
    width: 99%;
    max-width: 600px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transform: translateY(-40px);
    opacity: 0;
    transition: .3s;
    position: relative;
}

.modal.show .modal-content {
    transform: translateY(0);
    opacity: 1;
}

.modal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 25px;
}

.modal .close:hover {
    color: red;
}

/* ========= custom modal css end============ */

@media(max-width:767px) {
    .lock-grey {
        width: 18px;
        height: auto;
    }
}
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
p {
    margin: 0;
}
html,
body {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
em {
    font-style: normal;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: #fff;
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    font-style: normal;
    text-decoration: none;
}
input {
    width: 100%;
}
.navbar-toggler:focus {
    box-shadow: none;
}
img,
figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
input,
textarea {
    padding: 5px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*Buttons*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #bababa;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: #bababa;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #bababa;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}
.relative {
    position: relative;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    width: 100%;
}
.container {
    max-width: 1725px;
    margin: 0 auto;
    padding: 0 15px;
}
p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.page_wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
}

/*******************Reset Css****************/

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

/* header */
.site-header {
    background-color: #fff;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.08);
}
.site-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding-top: 0;
}
.site-header.fixed-header .top-header {
    display: none;
}
.site-header.fixed-header .header-outer {
    padding: 12px 0;
    background-color: #060606;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.top_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #383838;
}
.top-left-sction {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
}
.top-left-sction li {
    padding-right: 13px;
    margin-right: 13px;
    border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.top-left-sction li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.top-left-sction li a {
    text-decoration: none;
    font-size: 18px;
    color: #bababa;
    font-weight: 400;
}
.top-left-sction li .icon {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.top-right-section {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
}
.top-right-section li {
    margin-left: 16px;
}
.top-right-section li a {
    width: 24px;
    height: 23px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 20%;
    overflow: hidden;
    text-decoration: none;
    color: #101010;
}
.header-outer {
    padding: 10px 0;
}
.inner_top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo span {
    display: block;
    color: #f4951d;
}
.cart-price {
    font-size: 18px;
    line-height: 27px;
    margin-right: 4px;
    margin-left: 22px;
    padding: 12px 24px;
    font-weight: 600;
    background-color: #f4951d;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 900px;
}
.navigation-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.basic_btn {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding: 13px 40px;
    background-color: #1091ef;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    line-height: 27px;
    font-family: "Montserrat", sans-serif;
}
.basic_btn:hover {
    background-color: #000;
    color: #fff;
}
.cean_btn {
    background-color: #000080;
    color: #fff;
}
.cean_btn:hover {
    background-color: #000;
    color: #fff;
}
.white_btn {
    background-color: #fff;
    color: #000;
}
.white_btn:hover {
    background-color: #000;
    color: #fff;
}
.login_pg_header {
    background-color: transparent;
    box-shadow: none;
    position: relative;
}
.navigation-right > ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}
.login_pg_header .navigation-right,
.login_pg_header .trigger_mobile_menu,
.login_pg_header .navbar {
    display: none;
}
/* .header-outer .logo{width: 135px;} */

.navbar {
    padding: 0;
}
nav ul {
    margin: 0;
    padding: 0px 0;
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 40px;
}
nav ul > li {
    position: relative;
}
nav ul li a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    color: #353535;
}
nav ul li a:hover {
    color: #000080;
}
nav ul li.active a {
    color: #000080;
    font-weight: 500;
}
nav li > ul {
    margin: 0;
    padding: 0;
    background: #99cccc;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
nav li > ul a {
    color: #000080;
}

.navigation-right .basic_btn span {
    display: none;
}

.trigger_mobile_menu {
    position: absolute;
    width: 38px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    right: 5px;
    cursor: pointer;
    z-index: 999;
    display: none;
}
.trigger_mobile_menu span {
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background-color: #000000;
    display: block;
    transition: 0.4s;
}
.trigger_mobile_menu span + span {
    margin-top: 5px;
}
.menu_active .trigger_mobile_menu span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_active .trigger_mobile_menu span:nth-child(2) {
    display: none;
}
.menu_active .trigger_mobile_menu span + span {
    margin-top: -3px;
}
.menu_active .trigger_mobile_menu span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_active .trigger_mobile_menu span {
    background-color: #9e6c00;
}

.prof_drop button {
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}
.prof_thumb_image {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
}
.prof_drop .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.4em;
    vertical-align: middle;
    border: 0;
}
.prof_name em {
    display: block;
    color: #222222;
    font-weight: 600;
    font-size: 18px;
    max-width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prof_name {
    font-size: 16px;
    color: #222222;
    text-align: left;
}
.prof_name p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 155px;
    color: #757575;
}
.prof_drop .dropdown-menu {
    padding: 10px;
    border: 0;
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.15);
    min-width: 238px;
}
.prof_drop .dropdown-menu.show {
    transform: translate(-10px, 76px) !important;
}
.prof_drop .dropdown-item {
    padding: 10px 20px;
    font-size: 18px;
}
.prof_drop .dropdown-item:focus,
.prof_drop .dropdown-item:hover {
    color: #0041e6;
    background-color: transparent;
}
.prof_drop .btn-check:checked + .btn,
.prof_drop .btn.active,
.prof_drop .btn.show,
.prof_drop .btn:first-child:active,
.prof_drop:not(.btn-check) + .btn:active {
    border-color: transparent;
}

@media (max-width: 1199px) {
    .top_header_inner {
        padding: 10px 0;
    }
    .top-left-sction li a {
        font-size: 14px;
    }
    nav ul li a {
        font-size: 16px;
    }
    .basic_btn {
        font-size: 16px;
        height: 44px;
        line-height: 26px;
        padding: 10px 25px;
    }
    nav ul {
        gap: 25px;
    }
    .header-outer {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .menu-xxx-container {
        padding: 80px 30px;
        background-color: #000080;
        position: fixed;
        width: 325px;
        top: 0;
        right: 0;
        border-bottom-left-radius: 130px;
        transform: translateX(100%);
        z-index: 99;
        overflow: auto;
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transition: -webkit-transform 0.5s
            cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
            -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
    .menu_active .menu-xxx-container {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu_active {
        overflow: hidden;
    }
    .trigger_mobile_menu {
        display: block;
    }
    .top-header {
        display: none;
    }
    nav ul li a {
        line-height: 28px;
        font-size: 24px;
        display: block;
        padding: 0;
        color: #fff;
    }
    nav ul {
        align-items: self-start;
        width: 100%;
        flex-direction: column;
    }
    .menu_active:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }
    .logo {
        width: 225px;
    }
    .header-outer {
        padding: 10px 0;
    }
    /* .inner_top_header {
        padding-right: 60px;
    } */
    nav ul li.active a {
        color: #fff;
        font-weight: 700;
    }
    nav ul {
        gap: 20px;
    }
    nav ul li a:hover {
        color: #000;
        font-weight: 600;
    }
    .navigation-right .basic_btn span {
        display: block;
        font-size: 18px;
    }
    .navigation-right .basic_btn {
        font-size: 0 !important;
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 120px;
    }
    .navigation-right .basic_btn {
        font-size: 14px;
        padding: 5px 15px;
        height: 40px;
        line-height: 31px;
    }
    nav ul li a {
        line-height: 24px;
        font-size: 20px;
    }
    .prof_drop .dropdown-toggle::after {
        content: none;
    }
}

@media (max-width: 575px) {
    /* .inner_top_header {
        padding-right: 42px;
    } */
    .basic_btn {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding: 10px 15px;
    }
    .trigger_mobile_menu {
        width: 28px;
    }
    .navigation-right .basic_btn span {
        font-size: 15px;
    }
    .navigation-right .basic_btn {
        min-width: 45px;
        text-align: center;
    }
    .navigation-right {
        gap: 5px;
    }
    .logo {
        width: 100px;
    }
    .prof_thumb_image {
        height: 40px;
        width: 40px;
    }
    .navigation-right > ul {
        gap: 15px;
        margin-right: 10px;
    }
    .navigation-right > ul li img {
        width: 22px;
    }
    .menu-xxx-container {
        border-bottom-left-radius: 70px;
    }
}

/* header end */

/* footer start*/
.footer {
    background: #fff;
}
.footer_top {
    padding: 60px 0;
}
.ftr_left p,
.ftr_right p {
    color: #6e6e6e;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.footer_block h2 {
    font-size: 24px;
    color: #0041e6;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}
.footer_block ul li a {
    font-size: 18px;
    color: #6e6e6e;
    font-family: "Montserrat", sans-serif;
}
.footer_block ul li a:hover {
    color: #0041e6;
}
.footer_block li + li {
    margin-top: 10px;
}
.address p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.address {
    display: flex;
    gap: 16px;
}
.footer_block_address em {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #0041e6;
    display: flex;
    min-width: 48px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.footer_block_address ul li a {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    display: flex;
    gap: 16px;
    align-items: center;
}
.ftr_right h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #0041e6;
}
.ftr_logo {
    display: inline-block;
    margin-bottom: 30px;
}
.ftr_right {
    width: 100%;
}
.footer_bottom {
    padding: 40px 0 30px;
    border-top: 1px solid #c2c2c2;
}
.footer_bottom p {
    color: #222222;
    font-size: 18px;
}
.social li a {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #000000;
    display: flex;
    min-width: 48px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social li a:hover {
    background-color: #0041e6;
    color: #fff;
}
.footer_block,
.ftr_right {
    padding-left: 40px;
}
.footer_block_address li + li {
    margin-top: 15px;
}
.login_footer .footer_bottom {
    padding: 30px 0;
    border-top: 1px solid #c2c2c2;
    background-color: #000000;
}
.login_footer .footer_bottom p {
    color: #fff;
    font-size: 18px;
}
.footer_form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.footer_form input {
    background-color: #f4f0ed;
    height: 60px;
    border-radius: 10px;
    padding: 0 20px;
    color: #757575;
    font-size: 18px;
    text-overflow: ellipsis;
}
.footer_form input::placeholder {
    color: #b8b8b8;
}

@media (max-width: 1267px) {
    .social {
        gap: 10px;
    }
    .footer_block,
    .ftr_right {
        padding-left: 25px;
    }
    .footer_top {
        padding: 40px 0;
    }
    .footer_bottom {
        padding: 20px 0 15px;
        border-top: 1px solid #c2c2c2;
    }
    .ftr_left p,
    .ftr_right p {
        font-size: 16px;
        line-height: 22px;
    }
    .ftr_logo {
        display: inline-block;
        margin-bottom: 15px;
    }
    .footer_block h2,
    .ftr_right h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .address p {
        font-size: 16px;
        line-height: 22px;
    }
    .footer_block_address ul li a {
        font-size: 16px;
        line-height: 22px;
        gap: 10px;
    }
    .address {
        gap: 10px;
    }
}

@media (max-width: 1199px) {
    .footer_block {
        padding-left: 0;
    }
    .ftr_left {
        margin-bottom: 25px;
        text-align: center;
    }
    .footer_form input {
        height: 44px;
    }
}

@media (max-width: 991px) {
    .ftr_right {
        padding-left: 0;
    }
    .footer_block,
    .footer_block_address {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer_top {
        padding: 25px 0;
    }
    .footer_block h2,
    .ftr_right h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer_block ul {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    .footer_block li + li {
        margin-top: 0;
    }
    .footer_block ul li a {
        font-size: 16px;
    }
    .footer_block_address em {
        height: 38px;
        width: 38px;
        min-width: 38px;
        font-size: 18px;
    }
    .address {
        align-items: center;
    }
    .footer_block_address li + li {
        margin-top: 10px;
    }
    .social li a {
        height: 38px;
        width: 38px;
        min-width: 38px;
    }
    .footer_bottom p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .ftr_left p,
    .ftr_right p {
        font-size: 14px;
        line-height: 20px;
    }
    .ftr_logo {
        max-width: 130px;
    }
    .address p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer_block_address ul li a {
        font-size: 14px;
        line-height: 20px;
    }
    .footer_block h2,
    .ftr_right h4 {
        margin-bottom: 10px;
    }
    .footer_block ul li a {
        font-size: 14px;
    }
    .footer_bottom p {
        font-size: 14px;
    }
    .footer_form input {
        padding: 0 10px;
    }
}

/* footer end*/

/* login register page full start */

.cl-checkbox {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
}
.cl-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}
.cl-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #757575;
    font-size: 18px;
}
.cl-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 10px 0px 0px;
    background-color: #f4f0ed;
    border-radius: 5px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
    border: 1px solid #757575;
}
.cl-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 1px;
    width: 9px;
    height: 4px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}
.cl-checkbox > input:checked + span::before,
.cl-checkbox > input:indeterminate + span::before {
    background-color: #000080;
    border-color: #000080;
}
.cl-checkbox > input:checked + span::after,
.cl-checkbox > input:indeterminate + span::after {
    border-color: #fff;
}
.cl-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

.height_full {
    height: calc(100vh - 95px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.registration_login_full {
    margin-top: -155px;
    padding: 220px 0 45px;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}
.registration_login_full::before {
    background: url(../images/login_back.png);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.registration_login_full > .container {
    position: relative;
    z-index: 2;
}
.login_head {
    margin-bottom: 40px;
}
.login_head h2 {
    font-size: 48px;
    line-height: 62px;
    color: #353535;
    text-align: center;
    font-weight: 600;
}
.login_head p {
    font-size: 24px;
    line-height: 46px;
    color: #1f1f1f;
    text-align: center;
}
.registration_part_inner {
    max-width: 803px;
    margin: 0 auto;
    position: relative;
}
.sign_in_form_part {
    max-width: 780px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 16px;
}
/* .sign_in_form_part h3 { color: #000000; font-size: 40px; line-height: 52px; margin-bottom: 20px; font-weight: 600; } */
.registration_login_full .form_row input,
.profile_modal_body .form_row input {
    height: 60px;
    padding: 15px 20px 15px 50px;
    background-position: center left 20px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #b8b8b8;
}
.form_row {
    position: relative;
}
.toggle_password {
    font-size: 18px;
    color: #353535;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}
.email_field {
    background-image: url(../images/email_sm.png);
}
.password_field {
    background-image: url(../images/lock.png);
    padding-right: 40px;
}
.phone_field {
    background-image: url(../images/call.png);
}
.user_field {
    background-image: url(../images/user.png);
}
.form_btn_row .basic_btn {
    width: 100%;
}
.form_row + .form_row {
    margin-top: 15px;
}
.or {
    font-size: 18px;
    color: #000000;
    text-align: center;
    display: block;
    position: relative;
    padding: 10px 0;
    max-width: 500px;
    margin: 20px auto 0;
}
.or em {
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.or:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: #adadad;
    height: 1px;
    left: 0;
}
.form_btn_row {
    margin-top: 20px;
}
.social_reg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
}
.social_reg li a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.code_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
.registration_login_full .code_box input {
    height: 65px;
    width: 65px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #b2b2b2;
}
.resecd_code {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.resecd_code p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}
.resecd_code p a {
    font-weight: 600;
    color: #bf6a02;
}
.resecd_code p a:hover {
    text-decoration: underline;
}
.border_btn {
    border: 1px solid #bababa;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    height: 56px;
    width: 100%;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.border_btn:hover {
    border: 1px solid #0041e6;
}
.rem_me_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.forgot_pass {
    text-align: center;
}
.forgot_pass a {
    font-size: 18px;
    line-height: 26px;
    color: #bf6a02;
    font-weight: 600;
}
.forgot_pass a:hover {
    text-decoration: underline;
}
.mt-60 {
    margin-top: 60px;
}
.sign_in_form_part figure {
    margin: 0 auto 30px;
    display: inline-block;
    width: auto;
}
.email_bg {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.check_inbox h2 {
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
}
.check_inbox p {
    color: #595959;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 488px;
    margin: 0 auto;
}
.mb-0 {
    margin-bottom: 0;
}
.with_password,
.with_code {
    padding-top: 10px;
}

.global_login_holdr.login .sign_in_form_part > p {
    color: #757575;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.global_login_holdr.login .sign_in_form_part > p b {
    display: block;
    color: #000;
}
.global_login_holdr.login h3 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
}
.registration_part_inner .basic_btn,
.profile_modal_body .basic_btn {
    border-radius: 12px;
}
.registration_login_full .row {
    align-items: center;
}
.code_part p a {
    color: #000;
}
.form_row label {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}
.form_row label sup {
    font-size: 25px;
    color: #c00f0c;
    line-height: 100%;
    top: 1px;
    margin-left: 5px;
}
.Password_inner {
    position: relative;
}
.welcome_login {
    margin-top: 40px;
}
.welcome_login h1 {
    font-size: 75px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -3.5px;
}
.welcome_login p {
    color: #757575;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}

.bottom_football {
    position: absolute;
    bottom: 145px;
    left: -156px;
    z-index: -1;
    max-width: 230px;
}
.top_football {
    position: absolute;
    z-index: -1;
    top: -95px;
    right: 85px;
    max-width: 230px;
}
.email_image {
    max-width: 270px;
    margin: 0 auto;
}
.with_code {
    padding: 40px 70px;
}

@media (max-width: 1550px) {
    .welcome_login h1 {
        font-size: 50px;
        margin-bottom: 15px;
        letter-spacing: -2.5px;
    }
    .welcome_login p {
        font-size: 20px;
        line-height: 28px;
    }
    .global_login_holdr.login h3 {
        font-size: 30px;
    }
}

@media (max-width: 1365px) {
    .login_head h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .registration_part_inner {
        max-width: 670px;
    }
    .login_head {
        margin-bottom: 25px;
    }
    /* .sign_in_form_part h3 { font-size: 25px; line-height: 40px; margin-bottom: 20px; } */
    .registration_login_full .form_row input,
    .profile_modal_body .form_row input {
        height: 50px;
        padding: 10px 30px 10px 55px;
        background-position: center left 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .toggle_password {
        font-size: 16px;
        top: 14px;
    }
    .registration_login_full .code_box input {
        height: 55px;
        width: 55px;
        padding: 10px;
    }
    .login_head p {
        font-size: 20px;
        line-height: 35px;
    }
    .check_inbox p {
        font-size: 16px;
    }
    .global_login_holdr.login .sign_in_form_part > p {
        font-size: 16px;
    }
    .email_image {
        max-width: 182px;
    }
}

@media (max-width: 1199px) {
    .border_btn {
        font-size: 16px;
        height: 44px;
        line-height: 26px;
    }
    .cl-checkbox > span {
        font-size: 16px;
    }
    .cl-checkbox > span::before {
        margin: 1px 10px 0px 0px;
    }
    .cl-checkbox > span::after {
        top: 3px;
    }
    .forgot_pass a {
        font-size: 15px;
        line-height: 22px;
    }
    .registration_login_full {
        padding: 155px 0 45px;
    }
}

@media (max-width: 991px) {
    .registration_part_inner {
        max-width: 550px;
    }
    .login_head h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .sign_in_form_part {
        padding: 20px 25px;
        max-width: 500px;
    }
    /* .sign_in_form_part h3 { font-size: 20px; line-height: 30px; margin-bottom: 15px; } */
    .registration_login_full .form_row input,
    .profile_modal_body .form_row input {
        height: 46px;
        padding: 10px 20px 10px 40px;
        background-position: center left 11px;
        font-size: 14px;
        line-height: 20px;
        background-size: 20px;
    }
    .toggle_password {
        font-size: 14px;
        top: 14px;
        right: 20px;
    }
    .or {
        font-size: 16px;
        padding: 5px 0;
        margin-top: 15px;
    }
    .login_head p {
        font-size: 16px;
        line-height: 25px;
    }
    .registration_login_full .code_box input {
        height: 55px;
        width: 55px;
        padding: 10px;
    }
    .resecd_code p {
        font-size: 16px;
        line-height: 24px;
    }
    .global_login_holdr.login .sign_in_form_part > p {
        font-size: 14px;
    }

    .registration_login_full {
        margin-top: -125px;
    }
    .welcome_login h1 {
        font-size: 35px;
        letter-spacing: -1.5px;
    }
    .welcome_login p {
        font-size: 16px;
        line-height: 22px;
    }
    .top_football {
        top: -65px;
        max-width: 140px;
    }
    .bottom_football {
        bottom: 230px;
        left: -82px;
        max-width: 140px;
    }
    .form_row label {
        font-size: 14px;
        color: #000;
        margin-bottom: 5px;
    }
    .form_row label sup {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .registration_login_full {
        padding: 120px 20px 40px;
    }
    .login_head h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .registration_part_inner {
        max-width: 480px;
    }
    .check_inbox p {
        font-size: 14px;
    }
    .register_img {
        display: none;
    }
    .registration_login_full {
        margin-top: -83px;
    }
    .welcome_login {
        margin-top: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .global_login_holdr.login h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .bottom_football {
        display: none;
    }
}

@media (max-width: 575px) {
    .registration_login_full {
        padding: 80px 20px 40px;
    }
    .border_btn {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding: 10px 15px;
    }
    .sign_in_form_part {
        padding: 20px 15px;
    }
    .check_inbox .sign_in_form_part {
        margin: 0 15px;
    }
    .registration_login_full {
        margin-top: -73px;
    }
    .cl-checkbox > span {
        font-size: 14px;
    }
    .forgot_pass a {
        font-size: 13px;
    }
    .code_wrapper {
        gap: 6px;
    }
    .registration_login_full .code_box input {
        height: 45px;
        width: 45px;
        padding: 5px;
    }
    .email_image {
        max-width: 130px;
    }
}

@media (max-width: 480px) {
    .registration_login_full {
        padding: 100px 0px 40px;
    }
    .email_bg {
        max-width: 100px;
        margin: 0 auto 20px;
    }
    .resecd_code p {
        font-size: 14px;
        line-height: 21px;
    }
    .welcome_login h1 {
        font-size: 29px;
        letter-spacing: -0.5px;
    }
    .welcome_login p {
        font-size: 14px;
        line-height: 19px;
    }
}

/* login register page full ends */

/* =============global============ */
span {
    display: inline-block;
}

.white {
    color: white !important;
}
.grey {
    color: #595959 !important;
}
.black {
    color: #000 !important;
}
.yellow {
    color: #9e6c00 !important;
}
.font-18 {
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #000;
}
.text-30 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #000;
}
.para {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #f5f5f5;
}

.hero_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    background-color: #000080;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}
.hero_btn.bg_white {
    background-color: #fff;
    color: #1d1d1d;
}
.hero_btn.btn_yellow {
    background-color: #9e6c00;
}
.hero_btn.bg_white:hover {
    color: #fff;
}
.hero_btn.transparent {
    background-color: transparent;
    border: 1px solid #b3b3b3;
    color: #1e1e1e;
}
.hero_btn:hover {
    background-color: #000;
    color: #fff;
}
.bg_blue {
    background-color: #000080 !important;
}
.bg_yellow {
    background-color: #9e6c00 !important;
}
.bg-light {
    background-color: #fff !important;
}
.bg_transparent {
    background-color: transparent;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.section {
    padding: 80px 0;
}
.cursor-pointer {
    cursor: pointer;
}
.card_hover:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    transition: 0.4s;
}
.accordion-button:focus {
    box-shadow: none;
}

.grid_1fr_auto {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
}

.blue_badge {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #000080;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blue_badge .number {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.custom_badge {
    background-color: #f5f5f5;
    height: 40px;
    border: 1px solid #d9d9d9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.custom_badge .text {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px;
}

/* --global .global_heading */
.global_heading {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}
.global_heading .title {
    margin-bottom: 20px;
}
.global_heading .title .text {
    font-size: 30px;
    font-weight: 400;
    color: #755000;
}
.global_heading h2 {
    font-size: 55px;
    color: #000;
    font-weight: 600;
}
.global_heading p {
    margin-top: 20px;
    color: #757575;
}

.global_heading.white .title .text {
    color: #fff;
}
.global_heading.white h2 {
    color: #fff;
}
.global_heading.white p {
    color: #f5f5f5;
}
/* --global .global_heading end */

@media (max-width: 1599px) {
    .text-30 {
        font-size: 24px;
    }
}
@media (max-width: 1499px) {
    .section {
        padding: 40px 0;
    }
    .blue_badge {
        height: 70px;
        width: 70px;
    }
    .blue_badge .number {
        font-size: 20px;
    }
}
@media (max-width: 1399px) {
    .text-30,
    .para {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .global_heading .title .text {
        font-size: 24px;
    }
    .global_heading h2 {
        font-size: 30px;
    }
    .global_heading .title {
        margin-bottom: 10px;
    }
    .hero_btn {
        height: 44px;
    }
}

@media (max-width: 991px) {
    .para,
    .font-18,
    .text-30 {
        font-size: 16px !important;
    }
    .global_heading .title .text {
        font-size: 18px;
    }
    .global_heading h2 {
        font-size: 24px;
    }
    .global_heading.white p {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .hero_btn {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .blue_badge {
        height: 50px;
        width: 50px;
    }
    .blue_badge .number {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .para,
    .font-18,
    .text-30 {
        font-size: 14px !important;
    }
}

/* =============global end============ */

/* ---------banner-------- */
.banner {
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.banner_text {
    margin: 200px 0;
}
.banner_text h1 {
    font-size: 75px;
    font-weight: 700;
    margin: 30px 0 20px;
}
.banner_form {
    height: 68px;
    border-radius: 8px;
    max-width: 700px;
    margin: 0 auto;
}
.banner_form input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0 35px;
    color: #595959;
}
.banner_form input::placeholder {
    color: #595959;
}
.banner_form .hero_btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.banner_form button:hover {
    background-color: #000 !important;
}
.banner_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.banner_right ul {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    border-radius: 15px 0 0 15px;
}
.banner_right ul li {
    background-color: #9e6c00;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    width: 50px;
    transition: 0.4s;
}
.banner_right ul li img {
    height: 30px;
    width: 30px;
}
/* .banner_right ul li img:hover{transform: scale(105%);} */
/* .banner_right ul li img:hover{transform: scale(105%);} */
.banner_right ul li:first-of-type {
    border-top-left-radius: 15px;
}
.banner_right ul li:last-of-type {
    border-bottom-left-radius: 15px;
}
.banner_right ul li:hover {
    width: 70px;
}
.tts-btn img {
    width: 35px;
    height: 35px;
    filter: brightness(0);
}


@media (max-width: 1199px) {
    .banner_form {
        height: 56px;
    }
}
@media (max-width: 991px) {
    .banner_text {
        margin: 50px 0;
    }
    .banner_logo {
        width: 150px;
    }
    .banner_text h1 {
        font-size: 40px;
    }
    .banner_form {
        height: 44px;
    }
}
@media (max-width: 767px) {
    .banner_logo {
        width: 110px;
    }
    .banner_text h1 {
        font-size: 30px;
        margin: 20px 0 15px;
    }
}
/* ---------banner end-------- */

/* ---------achievement------------ */
.achievement {
    background: linear-gradient(rgb(158, 108, 0, 0.91), rgb(158, 108, 0, 0.91)),
        url(../images/achievement_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.achievement_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.achievement_col {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.achievement_col:hover {
    transform: scale(102%);
}
.achievement_col .number {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1499px) {
    .achievement_col .number {
        font-size: 45px;
    }
}
@media (max-width: 1199px) {
    .achievement_row {
        align-items: baseline;
    }
    .achievement_col {
        flex-direction: column;
        text-align: center;
    }
    .achievement_col figure img {
        width: 60px;
    }
    .achievement_col .number {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .achievement_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .achievement_col {
        flex-direction: column;
        gap: 4px;
    }
    .achievement_col .number {
        text-align: center;
        font-size: 24px;
    }
    .achievement figure img {
        width: 60px;
    }
    .achievement .para {
        text-align: center;
    }
    .achievement_col figure img {
        width: 40px;
    }
}
/* ---------achievement end------------ */

/* -------------why_us------------ */
.why_us {
    background: linear-gradient(#000080e5, #000080e5),
        url(../images/achievement_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 220px;
    background-attachment: fixed;
}
.why_us .why_us_row {
    margin-bottom: -220px;
    position: relative;
}
.why_us .why_us_row figure img {
    height: 80px;
}

@media (max-width: 1199px) {
    .why_us {
        margin-bottom: 0;
    }
    .why_us .why_us_row {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .why_us .why_us_row figure img {
        height: 50px;
    }
}
/* -------------why_us end------------ */

/* ------------value----------- */
.value_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    align-items: stretch;
    justify-content: space-between;
}
.value_col {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #fff;
    position: relative;
}
.value_col:nth-child(odd)::after {
    content: url(../images/Ellipse_circle.png);
    top: 0;
    right: -250px;
    position: absolute;
    z-index: 1;
}
.value_col:nth-child(even)::after {
    content: url(../images/Ellipse_circle.png);
    top: 220px;
    right: -250px;
    position: absolute;
    z-index: 1;
    transform: rotate(180deg);
}
.value_col:last-of-type::after {
    content: "";
}
.value_col .yellow_circle {
    background-color: #9e6c00;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    padding: 24px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.value_col .white_circle {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
/* .value_col .white_circle .text{font-size: 30px;font-weight: 600;} */
.yellow_circle .blue_badge {
    position: absolute;
    left: 10px;
    top: 30px;
}
.value_col figcaption {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 1699px) {
    .value_col .yellow_circle {
        width: 350px;
        height: 350px;
        padding: 20px;
    }
    .value_col:nth-child(odd)::after {
        top: 30px;
    }
    .value_col:nth-child(even)::after {
        top: 190px;
    }
    .yellow_circle .blue_badge {
        left: 0;
    }
}

@media (max-width: 1499px) {
    .value_col .yellow_circle {
        width: 300px;
        height: 300px;
        padding: 15px;
    }
    /* .yellow_circle .blue_badge{left: 7px;} */
    .value_col .white_circle img {
        height: 110px;
    }
    .value_col:nth-child(even)::after {
        top: 130px;
    }
    .value_row {
        gap: 60px;
    }
    .value_col:nth-child(odd)::after {
        right: -222px;
    }
    .value_col:nth-child(even)::after {
        right: -234px;
    }
}

@media (max-width: 1350px) {
    .value_col:nth-child(odd)::after,
    .value_col:nth-child(even)::after {
        content: "";
    }
    .value_row {
        gap: 20px;
        padding-top: 0 !important;
    }
    .value_col {
        padding: 15px 0;
    }
    /*. .value_col figcaption{text-align: left;justify-content: center;} */
    .value_col .yellow_circle {
        height: 250px;
        width: 250px;
        padding: 12px;
    }
    .yellow_circle .blue_badge {
        left: -13px;
    }
    .value_col .white_circle img {
        height: 90px;
    }
}

@media (max-width: 991px) {
    .value_row {
        grid-template-columns: auto;
    }
    .value_col {
        flex-direction: row;
        padding: 15px;
    }
    .value_col figcaption {
        text-align: left;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .value_col {
        flex-direction: column;
        padding: 0;
    }
    .value_col figcaption {
        text-align: center;
        justify-content: center;
    }
    .yellow_circle .blue_badge {
        left: -10px;
    }
    .value_col .yellow_circle {
        width: 200px;
        height: 200px;
        padding: 10px;
    }
    .value_col .white_circle img {
        height: 70px;
    }
}
/* ------------value end----------- */

/* ------------testimonial--------- */
.testimonial {
    background: linear-gradient(
            rgba(245, 245, 245, 0.93),
            rgba(245, 245, 245, 0.93)
        ),
        url(../images/achievement_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 370px;
}
.testimonial_card {
    padding: 60px 40px;
    background-color: #fff;
    border-bottom: 6px solid #000080;
}
.testimonial_card .testimonial_profile_pic {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial_card .testimonial_profile_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonial_profile .para {
    line-height: normal;
}
.testimonial-button-prev,
.testimonial-button-next {
    background-color: #757575;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .testimonial {
        padding-bottom: inherit;
    }
}
@media (max-width: 991px) {
    .testimonial_card {
        padding: 30px 15px;
    }
}
/* ------------testimonial end--------- */

/* --------------skill------------- */
.skill {
    margin-top: -470px;
}
.skill .skill_row {
    background-image: url(../images/skill_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.skill .global_heading .para {
    color: #f5f5f5;
}
.skill .basketball_player {
    margin-bottom: -333px;
}

@media (max-width: 1499px) {
    .skill {
        margin-top: -380px;
    }
    .skill .basketball_player {
        width: 400px;
        margin-bottom: -303px;
    }
}

@media (max-width: 1199px) {
    .skill {
        margin-top: 0;
        padding-bottom: 0;
    }
    .skill .basketball_player {
        position: absolute;
        width: auto;
    }
}

@media (max-width: 991px) {
    .skill .basketball_player {
        display: none;
    }
}
/* --------------skill end------------- */

/* -------------professional---------- */
.professional_col figure {
    width: 340px;
    height: 284px;
    overflow: hidden;
    border-radius: 12px; /* optional */
}

.professional_col figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* maintains aspect ratio */
    display: block;
}

.professional_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.professional_col {
    border: 1px solid #b3b3b3;
    padding: 15px;
    border-radius: 20px;
}
.professional_col figure {
    overflow: hidden;
    border-radius: 20px;
}
.professional_col figure img {
    width: 100%;
    object-position: top;
}
.professional_col figcaption {
    padding-top: 20px;
}
.social_group {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}
.professional_col figcaption .name,
.professional_col figcaption .title {
    width: 146px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1699px) {
    .professional_col figcaption .top {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }
    .professional_col figcaption .name,
    .professional_col figcaption .title {
        width: auto !important;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 1199px) {
    .professional_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .professional_col figcaption .top {
        flex-direction: row;
        align-items: center !important;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .professional_col figcaption .top {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }
    .social_group {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .professional_row {
        grid-template-columns: auto;
    }
    .social_group {
        margin-top: 15px;
    }
}
/* -------------professional end---------- */
/* ================================================= */
/* ---------------meet_maker -------------- */
.meet_maker_row {
    position: relative;
    height: 1100px;
}
.meet_maker_row .meet_maker_col {
    position: absolute;
    overflow: hidden;
    border-radius: 40px;
}
.meet_maker_row .meet_maker_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meet_maker_row .meet_maker_col.col_1 {
    top: 113px;
    left: 0;
}
.meet_maker_row .meet_maker_col.col_2 {
    top: 0;
    left: 45%;
    z-index: 3;
}
.meet_maker_row .meet_maker_col.col_3 {
    top: 113px;
    right: 0;
}
.meet_maker_row .meet_maker_col.col_4 {
    top: 40%;
    left: 35%;
    z-index: 4;
}
.meet_maker_row .meet_maker_col.col_5 {
    top: 45%;
    left: 57%;
    z-index: 4;
}
.meet_maker_row .meet_maker_col.col_6 {
    bottom: 0;
    right: 7%;
}

@media (max-width: 1750px) {
    .meet_maker_row {
        transform: scale(90%);
    }
}

@media (max-width: 1599px) {
    .meet_maker_row .meet_maker_col.col_4 {
        top: 51%;
        left: 20%;
    }
    .meet_maker_row .meet_maker_col.col_6 {
        right: 0;
    }
    .meet_maker_row .meet_maker_col.col_5 {
        top: 41%;
        left: 50%;
    }
    .meet_maker_row .meet_maker_col.col_2 {
        left: 34%;
    }
}
@media (max-width: 1199px) {
    .meet_maker_row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        height: inherit;
        transform: scale(100%);
    }
    .meet_maker_row .meet_maker_col {
        position: inherit;
        height: 400px;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
}
@media (max-width: 991px) {
    .meet_maker_row {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .meet_maker_row .meet_maker_col {
        height: 180px;
        border-radius: 15px;
    }
    .meet_maker_row {
        gap: 10px;
    }
}
/* ---------------meet_maker end-------------- */

/* -------------meet_professional page------------- */
.meet_professional {
    background-color: #9e6c000f;
}
.global_heading h2 .left_dot,
.global_heading h2 .right_dot {
    position: absolute;
    width: 2000px;
    left: -1000px;
    top: 50%;
    transform: translateY(-50%);
}
.global_heading h2 .right_dot {
    left: inherit;
    right: -1000px;
}
.meet_professional .professional_col {
    border: none;
    padding: 8px;
    border-radius: 0;
}
.meet_professional .professional_col figure {
    border-radius: 0;
}
.professional_col figcaption .top {
    align-items: center !important;
}

@media (max-width: 1350px) {
    .global_heading h2 .left_dot,
    .global_heading h2 .right_dot {
        display: none;
    }
}

@media (max-width: 600px) {
    .meet_professional .professional_col {
        padding: 0;
    }
}

/* -------------meet_professional page end------------- */

/* -------------guest_professional page------------- */
.guest_professional .professional_col {
    border: none;
    padding: 8px;
    border-radius: 0;
}
.guest_professional .professional_col figure {
    border-radius: 200px 200px 0 0;
}
.professional_col figcaption .top {
    align-items: center !important;
}

/* -------------meet_professional page end------------- */

/* ------------register_parallax------------ */
.register_parallax {
    background: linear-gradient(#000080e5, #000080e5),
        url(../images/achievement_bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
/* ------------register_parallax end------------ */

/* ------------course_details-------------- */
.course_details_page.banner_inner .container {
    margin-bottom: 110px;
}
.course_details {
    background-color: #f5f5f5;
}
.course_details_inner {
    margin-top: -190px;
}
.course_details .course_coach_profile {
    display: flex;
    gap: 20px;
    align-items: center;
}
.course_details .course_coach_profile figure {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.course_details .course_coach_profile figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course_details_row {
    display: grid;
    gap: 20px;
    grid-template-columns: 70% calc(30% - 20px);
    align-items: start;
}
.course_details_row .left_side,
.course_details_row .right_side {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.course_details .rating_level_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.card_p40 {
    padding: 40px;
}
.course_details_row .course_module .ul li {
    list-style-type: disc;
}
.course_details_row .course_module .ul li:first-of-type {
    list-style-type: none;
}
.course_details_row .course_module .ul li::marker {
    color: #e5a000 !important;
}
.course_details_row .course_module .custom_badge {
    background-color: #fff1c2;
    border: none;
}
.course_details_row .course_module .accordion .para {
    color: #303030;
}
.course_details_row .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.card_p30 {
    padding: 30px;
}
.course_details_row .buy_now_col .custom_badge {
    background-color: #e5a000;
    padding: 3px 10px !important;
    height: 32px;
}
.course_details_row .buy_now_col .hero_btn {
    height: 50px;
}
.course_details_row .progress {
    height: 6px;
}
.course_details_row .module_assets .custom_badge {
    background-color: #fffbeb;
    height: inherit;
    padding: 7px 12px;
    border: 1px solid #f2c083;
}
.course_details .ratings_reviews ul li i {
    font-size: 14px !important;
}
.course_details_row .right_side .form-select {
    width: 170px;
    box-shadow: none;
}
.ratings_reviews {
    background-color: #fff;
}

@media (max-width: 1499px) {
    .course_details_page.banner_inner .container {
        margin-bottom: 130px;
    }
}

@media (max-width: 1350px) {
    .course_details_page.banner_inner .container {
        margin-bottom: 0;
    }
    .course_details_inner {
        margin-top: 0;
    }
    .course_details .rating_level_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .course_coach_profile figcaption span {
        color: #1d1d1d !important;
    }
}

@media (max-width: 1199px) {
    .course_details_row {
        grid-template-columns: auto;
    }
    .card_p40,
    .card_p30 {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .course_details .course_coach_profile {
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }
    .course_coach_profile figcaption span {
        display: inline;
    }
}
/* ------------course_details end-------------- */

/* ------------------------------------------- */
/* ------24/10/25 marge css for contact page---- */

.banner_inner {
    background-color: #0041e6;
    padding: 50px 0;
}
.banner_inner {
    background: linear-gradient(#000080e5, #000080e5),
        url(../images/contact_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_inner .banner_text {
    margin: 90px 0px;
    max-width: 38%;
}
.banner_inner .banner_text h2 {
    font-size: 55px;
    font-weight: 600;
}
.banner_inner .banner_text p {
    color: #fff;
    margin: 10px 0px 0px;
}
.get_wrapper .global_heading {
    max-width: 100%;
    text-align: left;
}
/* .global_heading h2 span{color: #9E6C00;} */
.social_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 5px;
    border-radius: 6px;
    padding: 5px;
    background-color: #00008029;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.socal_info h3 {
    color: #353535;
    line-height: auto;
    margin: 20px 0px;
}
.socal_info p {
    font-size: 20px;
}
.socal_info p a {
    color: #000;
}
.socal_info p a:hover {
    color: #9e6c00;
}
.map {
    overflow-x: hidden;
}
.contact_banner {
    padding: 90px 0;
}

@media (max-width: 1199px) {
    .banner_inner {
        padding: 30px 0;
    }
}
@media (max-width: 991px) {
    .banner_inner .banner_text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .socal_info h3 {
        margin: 10px 0px;
    }
    .socal_info p {
        font-size: 15px;
    }
    .social_icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

/* map */

/* contact */
.contact_wrapper {
    background-color: #f5f5f5;
    border-radius: 48px;
    padding: 60px 90px;
}
.form_outer {
    margin-top: 50px;
}
.contact_wrapper .global_heading {
    max-width: 100%;
}
.form-group {
    margin-bottom: 25px;
}
.form-group label {
    color: #000;
    font-size: 20px;
    line-height: 32px;
}
.form-group span {
    color: #c00f0c;
}
.form-group .form-control,
.form-select {
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    width: 100%;
    color: #b8b8b8;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #b8b8b8;
    outline: none;
}
.form-group .form-control::placeholder {
    color: #b8b8b8;
}
textarea.form-control {
    height: 115px !important;
    resize: none;
    padding: 15px !important;
}
.send_btn {
    max-width: 400px;
    padding: 13px 25px;
    font-size: 20px;
    color: #fff;
    background-color: #000080;
    border-radius: 10px;
}
.send_btn:hover {
    background-color: #9e6c00;
}
.phone_number {
    position: relative;
}
.phone_number .form-control {
    padding: 0px 20px 0px 70px;
}
.country_cod {
    position: absolute;
    font-size: 20px;
    color: #000 !important;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(../images/dropdown.png) no-repeat 97% center;
    background-size: 18px;
    background-color: #fff;
}
.map_img iframe {
    width: 100%;
    height: 540px;
}

@media (max-width: 1199px) {
    .form-group label {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .contact_wrapper {
        padding: 20px 10px;
        border-radius: 15px;
    }
    .form_outer {
        margin-top: 30px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    textarea.form-control {
        height: 80px !important;
        padding: 10px 15px 0px !important;
    }
    .map_img iframe {
        height: 340px;
    }
    .form-group .form-control,
    .form-select {
        height: 40px;
        font-size: 16px;
    }
    .form-select {
        background-size: 15px;
    }
}

/* contact-page */

/* profile */
.profile_outer {
    background-color: #f5f5f5;
}
.profile_top {
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}
.profile_img {
    width: 130px;
    height: 130px;
    min-width: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.edit_btn .basic_btn {
    border-radius: 10px;
}
.profile_name h3 {
    font-size: 30px;
    font-weight: 600;
}
.profile_name p {
    color: #757575;
}
.social_media_list ul li {
    width: 38px;
    height: 38px;
    min-width: 38px;
}
.social_media_list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_btm h3 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}
.presonal_info {
    margin: 15px 0px;
}
.presonal_info p {
    color: #757575;
    font-size: 18px;
    margin-bottom: 5px;
}
.presonal_info h5,
.presonal_info h5 a {
    color: #1e1e1e;
    font-size: 20px;
}
.presonal_info h5 a:hover {
    color: #9e6c00;
}
.disabil_btn {
    font-size: 20px;
    color: #1e1e1e;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}
.disabil_btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .profile_top {
        padding: 20px;
    }
    .profile_img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }
    .profile_name h3 {
        font-size: 22px;
    }
    .profile_btm h3 {
        margin-bottom: 5px;
    }
    .presonal_info {
        margin: 10px 0px;
    }
}

@media (max-width: 575px) {
    .profile_top {
        padding: 15px;
    }
    .profile_img {
        width: 54px;
        height: 54px;
        min-width: 54px;
        margin-right: 5px;
    }
    .presonal_info h5,
    .presonal_info h5 a {
        font-size: 16px;
    }
    .profile_name h3 {
        font-size: 18px;
    }
    .edit_btn .basic_btn {
        padding: 8px 10px;
    }
    .disabil_btn {
        font-size: 14px;
        padding: 5px;
    }
    .presonal_info p {
        font-size: 14px;
    }
}

/* profile */

/* Edit Profile */

.profile_outer .global_heading {
    max-width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.profile_outer .global_heading p {
    margin-top: 5px;
}
.basic_btn.upload_btn {
    position: relative;
    padding-left: 60px;
    background-image: url(../images/upload_file_logo.png);
    background-size: 28px;
    background-position: left 24px top 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #1e1e1e;
    font-size: 18px;
    border: 1px solid #888888;
    border-radius: 10px;
    margin-bottom: 10px;
}
.file_btn {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    bottom: 0px;
    top: 0px;
}

.profile_img_outer h3 {
    font-weight: 700;
    margin-bottom: 25px;
}
.profile_name p {
    max-width: 70%;
}
.profile_img_outer .profile_img {
    margin-right: 50px;
}
.profile_btm .form_outer {
    margin-top: 20px;
}
.profile_btm .form-group .form-control,
.form-select {
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
}
.profile_btm .form-group label {
    color: #595959;
}
.profile_btm .form-group:last-child {
    margin-bottom: 15px;
}
.profile_btm .map_img iframe {
    height: 225px;
}
.profile_btm .map_img {
    margin-bottom: 20px;
}
.form-control.social_link {
    position: relative;
    background: url(../images/social_link_icon.png) no-repeat 97% center;
    background-size: 18px;
    background-color: #fff;
}
.form-control.social_address {
    position: relative;
    background: url(../images/social_address_icons.png) no-repeat 99% center;
    background-size: 18px;
    background-color: #fff;
}
.profile_btm .send_btn {
    max-width: max-content;
}
.profile_btm .send_btn.cancle_btn {
    background-color: #fff;
    max-width: max-content;
    color: #323232;
    border-radius: 10px;
    border: 1px solid #888888;
    font-size: 20px;
}
.profile_btm .send_btn.cancle_btn:hover {
    background-color: #9e6c00;
    color: #fff;
    border-color: #9e6c00;
}

@media (max-width: 991px) {
    .profile_img_outer .profile_img {
        margin-right: 20px;
    }
    .profile_name p {
        max-width: 100%;
    }
    .profile_btm .form_outer {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .profile_btm .send_btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .profile_img_outer {
        text-align: center;
    }
    .profile_img_outer .profile {
        flex-flow: column;
    }
    .profile_img_outer .profile_img {
        width: 80px;
        height: 80px;
        min-width: 80px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .profile_img_outer h3 {
        margin-bottom: 15px;
    }
    .basic_btn.upload_btn {
        font-size: 16px;
    }
}
/* ------24/10/25 marge css for contact page---- */
/* ----------------------------------------------------- */

/* --------------------------------------------------------- */
/* shopping-cart */
.shopping-cart {
    background-color: #f5f5f5;
    padding-bottom: 60px;
}
.shopping-content {
    display: flex;
    gap: 30px;
    padding: 0 0 20px 0;
}
.shopping-cart .global_heading {
    text-align: left;
    margin: 0 0 20px 0;
}
/* .global_heading p{font-size: 24px; font-weight: 400;} */
.shopping-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rating-star {
    display: flex;
    margin: 0 10px 0 4px;
}
.rating-star li i {
    color: #e5a000;
}
.ratings .yellow {
    font-size: 22px;
    font-weight: 700;
}
.product-image img {
    width: 100%;
}
.shopping-cart-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.shopping-cart-wrapper:last-child {
    margin-bottom: 0 !important;
}
.bestseller {
    padding: 0 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #02542d;
    font-size: 16px;
    background-color: rgba(52, 168, 83, 0.2);
    color: #02542d;
    border-radius: 10px;
}
.ratings {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.total-price {
    display: flex;
    gap: 10px;
}
.total-price p strong {
    font-size: 24px;
}
.total-price p span {
    display: block;
    display: flex;
    justify-content: flex-end;
}
.shopping-text {
    max-width: 400px;
    width: 100%;
}
.shopping-text h3 {
    margin-bottom: 6px;
}
.shopping-text .first-para {
    margin-bottom: 15px;
}
.schedule ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.schedule ul li {
    display: flex;
    align-items: center;
}
.schedule ul li img {
    margin-right: 10px;
}
.shop-cart ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0 0 12px;
    border-top: 1px solid rgba(89, 89, 89, 1);
}
.shop-cart ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.product-image {
    width: 40%;
    height: 295px; 
    overflow: hidden;
}
.shopping-details {
    width: 60%;
}
.payment-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.payment-list ul li {
    display: flex;
    justify-content: space-between;
}
.summery-price {
    display: block;
}
.payment-summery {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.payment-summery h2 {
    margin-bottom: 30px;
    font-weight: 600;
}
.grn-clr {
    color: rgba(27, 95, 42, 1);
}
.total-price ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.total-price ul li p span {
    display: block;
    display: flex;
    justify-content: flex-end;
}
.form_btn_row .basic_btn {
    border-radius: 10px;
}
.apply-coupon {
    display: inline-block;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.total-price {
    font-size: 24px;
}
/* .text-30{font-size: 30px;} */
/* .grey{text-align: right;} */

@media (max-width: 1199px) {
    /* .global_heading h2{font-size: 48px;} */
    .bestseller span {
        font-size: 14px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .shopping-content {
        flex-direction: column;
    }
    .shopping-details {
        width: 100%;
    }
    .product-image {
        width: 100%;
        height : auto
    }
    .payment-summery {
        margin-top: 25px;
    }
    .shop-cart ul {
        flex-wrap: wrap;
    }
    /* .global_heading h2{font-size: 38px;} */
    .text-30 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    /* .global_heading h2{font-size: 32px;} */
    .schedule ul {
        gap: 12px;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    /* .global_heading h2{font-size: 26px;} */
}

/* recently-wishlisted */
.recently-wishlisted {
    background-color: rgba(245, 245, 245, 1);
    padding-bottom: 60px;
}
.recently-wishlisted-wrapper .product-image {
    width: 100%;
    height: 268px;
    background-size: cover;
    position: relative;
}
.recently-wishlisted-wrapper .product-image img {
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
    border-bottom-left-radius: 0;
}
.recently-wishlisted .bestseller {
    border: none;
    background-color: #cff7d3;
}
.recently-wishlisted-wrapper .shopping-content {
    border-radius: 20px;
    background-color: #ffffff;
}
.wish-lists {
    position: absolute;
    top: 20px;
    right: 20px;
}
.recently-wishlisted-wrapper .wish-lists i {
    color: red;
    font-size: 24px;
}
.recently-wishlisted-wrapper .shopping-details {
    width: 100%;
    padding: 0px 20px 20px;
}
.all-shop-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.recently-wishlisted-wrapper .global_heading {
    margin: 0;
}
.recently-wishlisted-wrapper .global_heading h3 {
    text-align: left;
    margin-bottom: 20px;
}
.wish-price {
    display: inline-block !important;
}
/* recently-wishlisted */

/*mywishlist  */

.wish-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wish-cart .form_btn_row {
    margin-top: 0;
}
.wish-cart .basic_btn {
    font-size: 16px;
    min-width: 174px;
    line-height: 100%;
    padding: 15px 30px;
}
.wislist-text {
    max-width: 100%;
}
.recently-wishlisted-wrapper .global_heading {
    margin: 0;
    text-align: left;
}
.wislist-wrapper {
    padding: 0 0 20px;
}
.form-group {
    position: relative;
}
.search-details .form-group .form-control {
    padding: 15px 20px 15px 48px;
}
.search-details {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.search-details .form_btn_row {
    margin-top: 0;
}
.search-details .form_btn_row .basic_btn {
    font-size: 20px;
    padding: 18px 30px;
    font-weight: 400;
    line-height: 100%;
    height: 60px;
}
.search-tag {
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 8;
}
.search-tag i {
    font-size: 18px;
    color: #292d32;
}
.mywishlist .search-course-wrapper {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
}
.mywishlist .shopping-cart-wrapper {
    border: 1px solid #b2b2b2;
    padding: 0;
    height: 100%;
    border-radius: 20px;
}
.p-60 {
    padding: 60px 0;
}
.wish-cart p .light-price {
    display: inline-block;
}
.wislist-text .para {
    font-size: 22px;
}
.shopping-cart-wrapper .wishlist-content {
    gap: 20px;
    padding: 0;
}
.total-right-list {
    text-align: left;
}

@media (max-width: 1599px) {
    .wish-cart .basic_btn {
        padding: 10px 15px;
        min-width: 140px;
    }
}

@media (max-width: 1365px) {
    .wish-cart .basic_btn {
        min-width: 132px;
        font-size: 14px;
        padding: 14px 20px;
    }
    .recently-wishlisted-wrapper .shopping-details {
        padding: 0 10px 10px;
    }
    .wish-cart {
        flex-direction: column;
        align-items: start;
    }
    .wish-cart .basic_btn {
        margin-top: 15px;
    }
}

@media (max-width: 1199px) {
    .total-right-list {
        text-align: left;
    }
    .wislist-text .para {
        font-size: 18px;
    }
    .schedule ul li img {
        margin-right: 5px;
    }
    .wish-cart .basic_btn {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .search-course-wrapper .col-lg-4 {
        margin-bottom: 25px;
    }
    .search-course-wrapper .col-lg-4:last-child {
        margin-bottom: 0;
    }
    /* .form-group{width: 60%;} */
    .wish-cart p .light-price {
        font-size: 12px !important;
    }
    .p-60 {
        padding: 45px 0;
    }
}

@media (max-width: 767px) {
    .mywishlist .search-course-wrapper {
        padding: 20px;
    }
    .search-course .form-group .form-control {
        height: 40px;
    }
    .search-course .search-tag {
        top: 9px;
    }
    .search-details .form_btn_row .basic_btn {
        font-size: 15px;
        height: 40px;
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .p-60 {
        padding: 35px 0;
    }
}

/* explore-course */
.explore-course {
    position: relative;
    z-index: 1;
}
.explore-course:after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(0, 0, 128, 0.9);
    z-index: 0;
}
.explore-course .global_heading {
    position: relative;
    z-index: 2;
    margin-left: 0;
}
/* .explore-course-wrapper .global_heading h2{color: #ffffff;} */
/* .explore-course-wrapper .global_heading p{color: #ffffff;} */

/* top-courses */
.top-courses {
    background-color: #f5f5f5;
}
.filter-content h3 {
    margin-bottom: 20px;
}
.filter-wrapper .clear-btn {
    padding: 19px 30px;
    color: rgba(50, 50, 50, 1);
    background-color: transparent;
    font-size: 18px;
    border: 1px solid rgba(136, 136, 136, 1);
    height: 60px;
    margin-top: 30px;
    border-radius: 10px;
    gap: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-wrapper {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.filter-wrapper .clear-btn:hover {
    background-color: rgba(232, 185, 49, 1);
    color: rgba(0, 0, 0, 1);
}
.radio-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.filter-wrapper h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.radio_btn_outer label {
    color: rgba(89, 89, 89, 1);
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
}
.radio-btn-row {
    gap: 10px;
}
.check-payment[type="radio"] {
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    width: 18px;
    min-width: 18px;
    height: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(166, 166, 166, 1);
}
.check-payment[type="radio"]:checked {
    background-color: rgba(42, 77, 251, 1);
    box-shadow: inset 0 0 0 5px rgba(202, 211, 255, 1);
}
.payment .payment-option label {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.radio-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(166, 166, 166, 1);
    border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.radio-btn input:checked ~ .checkmark {
    background-color: rgba(202, 211, 255, 1);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio-btn .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(42, 77, 251, 1);
}
.instructor-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.courses-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.courses-filter .global_heading {
    margin: 0;
    text-align: left;
}
.courses-filter .global_heading h2 {
    font-size: 40px;
}
.sort-dropdown {
    display: flex;
    align-items: center;
    gap: 0px;
    min-width: 197px;
}
.sort-dropdown label {
    width: 100%;
}
.select-group select {
    background-color: #ffffff;
    height: 50px;
    padding: 14px 34px;
    border-radius: 10px;
    border: 1px solid rgba(184, 184, 184, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.filter-btn {
    display: flex;
    justify-content: center;
}
.sort-details .form-group {
    width: 55%;
}
.sort-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.course-card {
    border: 1px solid rgba(178, 178, 178, 1);
    border-radius: 20px;
}
.course-card:first-child {
    margin-bottom: 20px;
}
.courses-cards-wrapper .course-card .shopping-details {
    padding: 0 20px 20px;
}
.course-card .product-image {
    width: 100%;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
.course-card .shopping-details {
    width: 100%;
}
.course-card .white-wishlist i {
    color: #ffffff;
}
.courses-cards-wrapper .shopping-cart-wrapper {
    padding: 0;
    border-radius: 20px;
}
.results-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 43px;
}
.results-page span {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    line-height: 100%;
    font-weight: 400;
}
.sort-dropdown .form-select {
    height: 50px;
}
.course-search .form-group .form-control {
    height: 50px;
}
.page-item:first-child .page-link {
    color: rgba(89, 89, 89, 1);
    border: none;
    background-color: transparent;
    font-size: 16px;
}
.page-item:last-child .page-link {
    color: rgba(0, 0, 0, 1);
    border: none;
    margin-left: 15px;
    background-color: transparent;
    font-size: 16px;
}
.active > .page-link {
    background-color: rgba(0, 0, 128, 1);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 128, 0.3);
    border-radius: 10px;
    padding: 10px;
}
.page-link {
    border-radius: 10px;
    font-size: 20px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    height: 43px;
    width: 43px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-link:hover {
    color: rgba(2, 84, 45, 1);
}
.results-page nav ul {
    gap: 9px;
}
.back-slide {
    margin-right: 15px;
}
.no-link {
    border: none;
    background-color: transparent;
}
.instructor-list:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.course-card .bestseller {
    border: none;
    background-color: rgba(207, 247, 211, 1);
    color: rgba(2, 84, 45, 1);
}
/* .instructor-list .cl-checkbox > input:checked + span::before{background-color: rgba(232, 185, 49, 1);border-color: rgba(0, 0, 0, 1);} */

@media (max-width: 1599px) {
    .wislist-text .para {
        font-size: 16px;
    }
    .course-card .basic_btn {
        padding: 10px 15px;
        min-width: 140px;
    }
}

@media (max-width: 1365px) {
    .wish-cart .basic_btn {
        font-size: 12px;
        min-width: 150px;
        padding: 15px 15px;
    }
    .wislist-text .para {
        font-size: 18px;
    }
    .filter-wrapper {
        padding: 20px;
    }
    .courses-filter .global_heading h2 {
        font-size: 35px;
    }
    .filter-wrapper h2 {
        font-size: 35px;
    }
    .course-card .course-cart {
        display: flex;
        align-items: start;
        flex-direction: column;
    }
    .course-card .basic_btn {
        margin-top: 15px;
    }
    .wish-cart .form_btn_row {
        width: 100%;
    }
    /* .instructor-list .cl-checkbox > span{font-size: 14px;} */
    .radio_btn_outer label {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .filter-wrapper {
        padding: 15px;
    }
    .courses-cards-wrapper .course-card .shopping-details {
        padding: 0 12px 12px;
    }
    .courses-filter .global_heading h2 {
        font-size: 30px;
    }
    .filter-wrapper h2 {
        font-size: 30px;
    }
    .sort-dropdown {
        min-width: 170px;
    }
    .sort-dropdown .form-select {
        height: 40px;
    }
    .course-search .form-group .form-control {
        height: 40px;
    }
    .course-search .search-tag {
        top: 10px;
    }
    .wish-cart .basic_btn {
        min-width: 120px;
    }
    .bestseller {
        padding: 0 10px;
    }
    .results-page span {
        font-size: 15px;
    }
    .page-item:first-child .page-link {
        font-size: 14px;
    }
    .page-item:last-child .page-link {
        font-size: 14px;
    }
    .page-link {
        font-size: 15px;
    }
    .wish-cart .basic_btn {
        height: 44px;
    }
}

@media (max-width: 991px) {
    .results-page {
        flex-direction: column;
        margin-top: 25px;
    }
    .results-page nav ul {
        flex-direction: row;
    }
    .results-page span {
        margin-bottom: 20px;
    }
    .filter-wrapper .clear-btn {
        height: 50px;
        font-size: 14px;
        padding: 18px 15px;
    }
    .courses-filter .global_heading h2 {
        font-size: 25px;
    }
    .filter-wrapper h2 {
        margin-bottom: 15px;
    }
    .filter-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .instructor-list {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .radio-list {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .filter-wrapper .clear-btn {
        margin-top: 15px;
    }
    .filter-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .courses-filter {
        margin-top: 25px;
    }
    .top-courses-wrapper .col-lg-3 {
        width: 100%;
    }
    .top-courses-wrapper .col-lg-9 {
        width: 100%;
    }
    .course-search .form-group .form-control {
        font-size: 12px;
    }
    .course-search {
        padding-left: 15px;
    }
    /* .global_heading p {font-size: 18px;} */

    .instructor-list:last-child {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(230, 230, 230, 1);
    }
}

@media (max-width: 767px) {
    /* .cl-checkbox > span {font-size: 14px;} */
    .filter-wrapper h2 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .page-link {
        height: 35px;
        width: 35px;
    }
    .page-link {
        font-size: 13px;
    }
    .filter-wrapper {
        padding: 10px;
    }
    .filter-content {
        display: grid;
        grid-template-columns: 1fr;
    }
    .filter-wrapper .clear-btn {
        padding: 10px 15px;
    }
    .courses-filter {
        flex-direction: column;
    }
    .course-search {
        padding-left: 0px;
        margin-top: 10px;
    }
    .instructor-list:last-child {
        margin-bottom: 0px;
        border-bottom: 0;
    }
}

@media (max-width: 480px) {
    .courses-filter {
        flex-direction: column;
    }
    .top-courses-wrapper .search-course {
        padding-left: 0;
    }
    .course-search {
        padding-left: 0px;
        margin-top: 15px;
    }
    .course-search .form-group .form-control {
        padding: 10px 20px 10px 26px;
    }
    .course-search .search-tag {
        left: 4px;
        top: 12px;
    }
    .sort-dropdown {
        min-width: 156px;
    }
}

/* my-courses */
.my-courses {
    background-color: rgba(245, 245, 245, 1);
}
.my-courses .global_heading {
    margin: 0;
    text-align: left;
}
.my-courses .global_heading h2 {
    margin-bottom: 20px;
}
.my-courses-wrapper h3 {
    width: 60%;
}
.my-courses-wrapper {
    padding-top: 40px;
}
.my-courses-wrapper .search-course .search-details {
    justify-content: flex-end;
}
.my-courses-wrapper .search-course .search-details .form-group {
    margin-bottom: 0;
}
.my-courses-wrapper .product-image {
    width: 177px;
    height: 148px;
    border-radius: 20px;
    overflow: hidden;
}
.my-courses-wrapper .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-progress p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.complete-percentage span {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}
.my-courses .my-courses-content {
    padding: 10px;
}
.my-progress {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.complete-percentage {
    text-align: right;
    margin-top: 20px;
}
.my-progress .progress {
    background-color: #d9d9d9;
    display: block;
}
.progress .progress-bar {
    background-color: #e8b931;
}
.my-courses-content-left {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 29px;
}
.my-courses-content-right {
    width: 30%;
}
.my-courses-content-right .progress {
    height: 6px !important;
}
.my-courses .my-courses-content {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}
.my-courses-content-right .shopping-heading {
    display: flex;
    justify-content: flex-end;
}
.my-courses-content-right .form_btn_row {
    text-align: right;
}
.my-courses-content-right .form_btn_row .basic_btn {
    width: 65%;
}

@media (max-width: 767px) {
    .my-courses-content-left {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
    }
    .my-courses-content-right {
        width: 100%;
    }
    .my-courses-content-right .my-progress {
        margin-bottom: 10px;
    }
    .my-courses-content-right .complete-percentage {
        margin-top: 10px;
    }
    .my-courses-wrapper h3 {
        width: 100%;
    }
    .shopping-cart-wrapper {
        padding: 20px 15px;
    }
}

@media (max-width: 525px) {
    .my-courses-content-left {
        grid-template-columns: 1fr !important;
    }
    .my-courses-wrapper .product-image {
        width: 100%;
        height: 200px;
    }
}
/* --------------------------------------------------------- */

/* ----------purchase history--------- */
.table-bordered > :not(caption) > * > * {
    border-width: 0;
    background-color: transparent;
}
.purchase_history_wrapper .table > thead {
    background-color: #e6e6e6;
    border-radius: 15px;
}
.purchase_history_wrapper .table td {
    min-width: 40px;
    white-space: nowrap;
}
.purchase_history_wrapper .bestseller {
    background-color: #292d3233;
    color: #757575;
    border-color: #757575;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.purchase_history_wrapper .bestseller .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #757575;
}
.purchase_history_wrapper .bestseller.ongoing {
    background-color: #34a85333;
    color: #02542d;
    border-color: #02542d;
}
.purchase_history_wrapper .bestseller.ongoing .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #02542d;
}
.purchase_history_wrapper table .dropdown-toggle::after {
    display: none;
}
.purchase_history_wrapper table .table_dropdown {
    min-width: 210px;
}
.purchase_history_wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #d9d9d9;
}
.purchase_history {
    background-color: #f5f5f5;
}

@media (max-width: 575px) {
    .purchase_history_wrapper {
        padding: 15px;
    }
}

/* -------bootstrap modal-------- */

.changePasswordModal input {
    background-color: #f5f5f5;
    height: 60px;
    border-radius: 10px;
}
.global_modal .modal-content {
    box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 16px;
}
.global_modal .modal-body {
    padding: 0;
}

@media (max-width: 1199px) {
    .changePasswordModal input {
        height: 44px;
    }
    .modal-content .form_row label {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .global_modal .modal-content {
        padding: 15px;
    }
}
/* --------------------------------------- */
.table_filter_wrapper_ul {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: inline-flex;
    padding: 5px;
    align-items: center;
    gap: 5px;
}
.table_filter_wrapper_ul li {
    height: 38px;
    padding: 0 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
}
.table_filter_wrapper_ul li.active {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.table_filter_wrapper_ul li:hover {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* ---08/01/2026---- */
.search-course-form{max-height: 1200px !important; overflow: auto;}



/* --------------------instructor details page-------------- */
.text_40 {
    font-size: 40px;
}
 
.text_24 {
    font-size: 24px;
}
 
.border_2_9e {
    border: 2px solid #9e9e9e;
}
 
.color_57 {
    color: #575757;
}
 
.text_16 {
    font-size: 16px;
}
 
.profile_ul li img {
    width: 20px;
}
 
.list-disc li {
    list-style: disc;
}
 
.professional_col.card {
    padding: 0;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}
 
.professional_col.card figure {
    width: 100%;
    height: 233px;
    border-radius: 0;
    overflow: hidden;
}
 
.professional_col.card figcaption {
    padding: 20px;
}
 
.professional_col.card figcaption .name {
    width: inherit !important;
    text-overflow: inherit;
    white-space: inherit;
}
 
.professional_col.card .wish-cart.course-cart {
    margin-top: 10px;
}
 
.instructor_details_search {
    max-width: 850px;
    margin-bottom: 0;
}
 
.instructor_details_search input {
    padding: 0 12px 0 45px !important;
}
 
.instructor_details_search .search-tag {
    top: 14px;
}
 
@media (max-width: 1699px) {
    .professional_col.card figcaption .top {
        flex-direction: row;
    }
 
    .instructor_details_search {
        max-width: 600px;
        margin-bottom: 0;
    }
}
 
@media (max-width: 1365px) {
    .professional_col.card .wish-cart {
        flex-direction: row;
        align-items: center;
    }
 
    .professional_col.card .wish-cart .basic_btn {
        font-size: 12px;
        min-width: inherit;
        padding: 15px 15px;
        margin-top: 0;
    }
 
    .professional_col.card .wish-cart .form_btn_row {
        width: inherit;
    }
}
 
@media(max-width:1199px) {
    .text_40 {
        font-size: 24px;
    }
 
    .text_24 {
        font-size: 18px;
    }
 
    .profile_ul li img {
        width: 16px;
    }
 
    .profile_ul {
        justify-content: center;
    }
}
 
@media(max-width:991px) {
    .text_40 {
        font-size: 20px;
    }
 
    .text_24 {
        font-size: 16px;
    }
 
    .text_16 {
        font-size: 14px;
    }
 
    .w_lg_18 {
        width: 18px;
    }
 
    .personal_info .label, .presonal_info h5, .presonal_info h5 a {
        font-size: 16px !important;
    }
 
    .instructor_details_search .search-tag {
        top: 10px;
        left: 10px;
    }
 
    .instructor_details_search input {
        padding: 0 12px 0 35px !important;
        font-size: 14px !important;
    }
 
    .professional_col.card figure {
        height: 180px;
    }
 
    .professional_col.card .wish-cart .basic_btn {
        padding: 6px 15px;
        height: 35px;
    }
 
    .professional_col.card .bestseller {
        height: 35px;
    }
 
}
 
@media(max-width:575px) {
    .profile_ul li img {
        width: 12px;
    }
 
    .profile_ul {
        gap: 5px !important;
    }
 
    .profile_ul li .text_16 {
        font-size: 12px;
    }
 
    .personal_info .label, .presonal_info h5, .presonal_info h5 a {
        font-size: 14px !important;
    }
 
    .social_media_list ul li {
        width: 28px;
        height: 28px;
        min-width: inherit;
    }
}
 
/* --------------------instructor details page end-------------- */
 

 
/* -------------certificate end---------- */

/* Mute Icon */
.mute-icon-lg {
    width: 40px;
    height: 40px;
}

.mt_100 {
    margin-top: 100px;
}
@media(max-width:767px) {
    .mt_100 {
        margin-top: 0px;
    }
}
/* --------------------about us start--------------- */
.max_width_0 {
    max-width: inherit;
}
 
.text_35 {
    color: #353535;
}
 
.bg_f5 {
    background-color: #F5F5F5;
}
 
.text_f5 {
    color: #f5f5f5 !important;
}
 
.bg_800f {
    background-color: #0000800F;
}
 
.about_us_banner .achievement {
    background: none;
    margin-top: 100px;
}
 
.img_wrapper_500 {
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
}
 
.flex-row-reverse .img_wrapper_500 {
    right: 0;
    left: inherit;
}
 
.img_wrapper_500 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
 
.campus_row {
    position: relative;
}
 
.campus_row .text_col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 
.campus_row .text_col .global_heading {
    margin: inherit;
    margin-left: 250px;
    padding: 170px 30px;
}
 
.campus_row.flex-row-reverse .text_col .global_heading {
    margin-left: 0;
    margin-right: 250px;
}
 
.our_legacy {
    background: linear-gradient(#00000099, #00000099), url(../images/our-legacy-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
 
 
 
 
@media(min-width:1440px) {
    .py_90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
 
    .py_110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}
 
@media(max-width:1599px) {
    .img_wrapper_500 {
        width: 400px;
        height: 400px;
    }
 
    .campus_row .text_col .global_heading {
        padding: 120px 25px;
    }
 
    .about_us_banner .achievement {
        margin-top: 50px;
    }
}
 
@media(max-width:1199px) {
    .img_wrapper_500 {
        position: inherit;
        width: 100%;
    }
 
    .about_us_banner .achievement {
        margin-top: 0;
    }
 
    .p_tab_0 {
        padding: 0;
    }
 
    .campus_row .text_col .global_heading {
        margin-left: 0;
        padding: 30px 15px;
    }
 
    .campus_row.flex-row-reverse .text_col .global_heading {
        margin-right: 0;
    }
}
 
@media(max-width:767px) {
    .img_wrapper_500 {
        height: 300px;
    }
}
 
/* --------------------about us end--------------- */
 
/* ----------------why choose us start--------------- */
.p_30 {
    padding: 30px;
}
 
.why_choose_us_page_col {
    background-color: #0000800F;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    transition: 0.4s;
}
 
.why_choose_us_page_col h4 {
    font-size: 32px;
    font-weight: 600;
    color: #353535;
    margin-top: 16px;
}
 
.why_choose_us_page_col p {
    font-size: 26px;
    color: #353535;
    margin-top: 16px;
}
 
.why_choose_us_page_col:hover {
    background-color: #000080;
}
 
.why_choose_us_page_col:hover .icon {
    filter: invert(1);
}
 
.why_choose_us_page_col:hover h4 {
    color: #fff;
}
 
.why_choose_us_page_col:hover p {
    color: #f5f5f5;
}
 
@media(max-width:1199px) {
    .why_choose_us_page_col h4 {
        font-size: 24px;
    }
 
    .why_choose_us_page_col p {
        font-size: 20px;
    }
 
    .why_choose_us_page_col .icon {
        width: 40px;
    }
}
 
@media(max-width:991px) {
    .why_choose_us_page_col h4 {
        font-size: 20px;
        margin-top: 10px;
    }
 
    .why_choose_us_page_col p {
        font-size: 16px;
        margin-top: 10px;
    }
}
 
/* ----------------why choose us end--------------- */

/* -------------privacy policy start------------- */
.privacy_policy_col {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    display: flex;
    gap: 30px;
}
 
.privacy_policy_col h3 {
    color: #000080;
    font-size: 40px;
    font-weight: 600;
}
 
.privacy_policy_col h4 {
    font-size: 30px;
    font-weight: 400;
    color: #1d1d1d;
    margin-top: 10px;
}
 
.privacy_policy_col h6 {
    font-size: 30px;
    font-weight: 400;
    color: #1d1d1d;
    margin-top: 30px;
}
 
.privacy_policy_col_right_bottom {
    margin-top: 30px;
}
 
.privacy_policy_col h5 {
    font-size: 26px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 16px;
}
 
.privacy_policy_col .ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
 
.privacy_policy_col .ul li {
    font-size: 20px;
    font-weight: 500;
    color: #595959;
}
 
@media(max-width:1199px) {
    .privacy_policy_col h3 {
        font-size: 20px;
    }
 
    .privacy_policy_col h4 {
        font-size: 18px;
    }
 
    .privacy_policy_col h6 {
        font-size: 18px;
        margin-top: 15px;
    }
 
    .privacy_policy_col h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
 
    .privacy_policy_col .ul li {
        font-size: 16px;
    }
 
    .privacy_policy_col {
        gap: 10px;
    }
 
    .privacy_policy_col_right_bottom {
        margin-top: 10px;
    }
 
    .privacy_policy_col .ul {
        gap: 7px;
    }
}
 
@media(max-width:991px) {
    .privacy_policy_col {
        padding: 20px 15px;
    }
}
 
@media(max-width:767px) {
    .privacy_policy_col h3 {
        font-size: 18px;
    }
 
    .privacy_policy_col h4 {
        font-size: 16px;
        margin-top: 7px;
    }
 
    .privacy_policy_col h6 {
        font-size: 16px;
        margin-top: 10px;
    }
 
    .privacy_policy_col h5 {
        font-size: 14px;
        margin-bottom: 7px;
    }
 
    .privacy_policy_col .ul li {
        font-size: 14px;
    }
 
    .privacy_policy_col {
        gap: 10px;
    }
 
    .privacy_policy_col_right_bottom {
        margin-top: 10px;
    }
 
    .privacy_policy_col .ul {
        gap: 7px;
    }
}
 
/* -------------privacy policy end------------- */
   .checkout-item {
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .checkout-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
        }

        #checkoutBtn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .spinner-border-sm {
            width: 1rem;
            height: 1rem;
            border-width: 0.15em;
        }


.page-loader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader.d-none {
    display: none !important;
}

.loader-inner {
    text-align: center;
}
 .course-item:hover {
        background-color: #f8f9fa;
        transform: translateX(5px);
    }
    
    .course-thumbnail img {
        transition: transform 0.3s ease;
    }
    
    .course-item:hover .course-thumbnail img {
        transform: scale(1.05);
    }
    
    .info-item {
        padding-left: 0.5rem;
        border-left: 3px solid transparent;
        transition: border-color 0.3s ease;
    }
    
    .info-item:hover {
        border-left-color: var(--bs-primary);
    }
    /* Cart */
     .coupon-box {
            margin-top: 20px;
        }

        .coupon-input-wrapper {
            display: flex;
            gap: 10px;
        }

        .coupon-input {
            flex: 1;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 6px;
        }

        .apply-coupon-btn {
            padding: 10px 18px;
            border-radius: 6px;
            color: #ffffff;
            border: 1px solid #000080;
            background: #000080;
            font-weight: 600;
            cursor: pointer;
        }

        .apply-coupon-btn:hover {
            background: #000080;
        }

        .remove-coupon-btn {
            border: none;
            background: transparent;
            color: #dc3545;
            font-size: 22px;
            font-weight: bold;
            cursor: pointer;
            line-height: 1;
        }

        .remove-coupon-btn:hover {
            color: #a71d2a;
        }

        .coupon-dropdown-btn {
            width: 100%;
            padding: 8px;
            border: 1px dashed #ccc;
            background: transparent;
            border-radius: 6px;
            font-size: 14px;
        }

        .wishlist-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 0;
            margin: 0;
            border: none;
            background: transparent;
            cursor: pointer;
        }

        .wishlist-btn img {
            width: 18px;
            height: 18px;
            display: block;
        }

        .wishlist-btn span {
            display: inline-block;
            margin: 0;
            font-size: 14px;
            color: #333;
        }

        .p-60 {
            padding: 60px 0;
        }

        .global_heading h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .global_heading p {
            color: #6c757d;
            font-size: 1rem;
        }

        .shopping-wrapper {
            margin-top: 30px;
        }

        .shopping-cart-wrapper {
            background: #fff;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .shopping-content {
            display: flex;
            gap: 20px;
            margin-bottom: 15px;
        }

        .product-image {
            flex-shrink: 0;
            width: 200px;
            height: 130px;
            border-radius: 8px;
            overflow: hidden;
        }

        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .shopping-details {
            flex: 1;
        }

        .shopping-heading {
            display: flex;
            justify-content: space-between;
            align-items: start;
        }



        .total-price {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .total-price-image img {
            width: 20px;
        }

        .shopping-text h3 {
            font-size: 1.1rem;
            margin-bottom: 8px;
        }

        .ratings {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;
        }

        .ratings .yellow {
            background: #ffc107;
            color: #000;
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
            font-size: 14px;
        }

        .rating-star {
            display: flex;
            gap: 2px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .rating-star li {
            color: #ffc107;
            font-size: 14px;
        }

        .schedule ul {
            display: flex;
            gap: 15px;
            list-style: none;
            padding: 0;
            margin: 0;
            flex-wrap: wrap;
        }

        .schedule li {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #6c757d;
            font-size: 14px;
        }

        .schedule img {
            width: 16px;
        }

        .shop-cart ul {
            display: flex;
            gap: 15px;
            list-style: none;
            padding: 0;
            margin: 0;
            flex-wrap: wrap;
        }

        .shop-cart a {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #6c757d;
            font-size: 14px;
            transition: color 0.3s;
        }

        .shop-cart a:hover {
            color: #000;
        }

        .shop-cart img {
            width: 20px;
        }

        .payment-summery {
            background: #fff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 20px;
        }

        .payment-summery .text-30 {
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .payment-list ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .payment-list li {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #e9ecef;
        }

        .payment-list li.border {
            border-bottom: 2px solid #000;
            padding: 0;
            margin: 10px 0;
        }

        .payment-list li:last-child {
            border-bottom: none;
            padding-top: 15px;
        }

        .grn-clr {
            color: #28a745;
        }

        .summery-price {
            font-size: 1.5rem;
            margin-right: 10px;
        }

        .form_btn_row {
            margin: 20px 0;
        }

        .basic_btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 12px 24px;
            background: #060244;
            color: #f1eded;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: background 0.3s;
        }

        .basic_btn:hover {
            background: #0b013a;
            color: #fff7f7;
        }

        .basic_btn img {
            width: 20px;
        }

        .coupon_form {
            position: relative;
        }

        .coupon_form input[type="text"] {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 6px;
            margin-bottom: 10px;
        }

        .apply-coupon {
            display: block;
            width: 100%;
            text-align: center;
            color: #ffc107;
            background: transparent;
            border: 1px solid #ffc107;
            padding: 8px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .apply-coupon:hover {
            background: #ffc107;
            color: #000;
        }

        .recently-wishlisted {
            padding: 60px 0;
            background: #f8f9fa;
        }

        .wislist-wrapper .shopping-content {
            flex-direction: column;
        }

        .wislist-wrapper .product-image {
            width: 100%;
            height: 200px;
            position: relative;
        }

        .wish-lists {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #fff;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #dc3545;
            font-size: 18px;
        }

        .wish-cart {
            margin-top: 10px;
        }

        .wish-price {
            font-size: 1.2rem;
        }

        .light-price {
            text-decoration: line-through;
            color: #6c757d;
            font-size: 14px;
        }

        .all-shop-cart {
            justify-content: center;
        }

        @media (max-width: 768px) {
            .shopping-content {
                flex-direction: column;
            }

            .product-image {
                width: 100%;
                height: 200px;
            }

            .shopping-heading {
                flex-direction: column;
                gap: 10px;
            }

            .payment-summery {
                position: relative;
                top: 0;
                margin-top: 20px;
            }
        }
           .modern-coupon-section {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 12px;
        border: 1px solid #e9ecef;
    }

    .modern-coupon-input {
        border: 2px solid #e9ecef;
        border-radius: 8px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .modern-coupon-input:focus-within {
        border-color: #000080;
        box-shadow: 0 0 0 3px rgba(0, 0, 128, 0.1);
    }

    .modern-coupon-input .form-control:focus {
        border-color: transparent;
    }

    .coupon-card {
        transition: all 0.3s ease;
        border: 2px solid transparent !important;
    }

    .coupon-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border-color: #000080 !important;
    }

    .coupon-code-box {
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    }

    .copy-coupon-btn {
        padding: 4px 8px;
        font-size: 12px;
        transition: all 0.3s ease;
    }

    .copy-coupon-btn:hover {
        transform: scale(1.1);
    }

    .accordion-button:not(.collapsed) {
        background-color: #e7f3ff;
        color: #000080;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 128, 0.2);
    }

    .active-coupon-card {
        animation: slideIn 0.3s ease-out;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Custom scrollbar for coupon list */
    .accordion-body::-webkit-scrollbar {
        width: 6px;
    }

    .accordion-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .accordion-body::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .accordion-body::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags{display: block;}
    .phone_field{background-image: none;}