/*************************************/
/*          Custom css Start         */
/*************************************/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/*@media(min-width: 1440px) {
    .container {
        max-width: 90%;
    }
}*/

section {
    padding: 100px 0;
}

.card {
    border-radius: 0;
    border: none;
}

.card-body {
    padding: var(--bs-card-spacer-y) 0;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

body {
    font-family: 'Heebo', sans-serif;
    color: #000000;
}

.btn_1 {
    padding: 15px 25px !important;
    background: linear-gradient(180deg, #FF9900, #FF4800);
    border-radius: 110px;
    color: #fff !important;
    border: none !important;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    transform: scale(1);
    transition: all ease .4s;
}
btn_1:hover {
    transform: scale(0.96);
    transition: all ease .4s;
}
.btn_2 {
    padding: 15px 25px !important;
    background: linear-gradient(180deg, #9AC341, #068E41);
    border-radius: 110px;
    border: none !important;
    color: #fff !important;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    transform: scale(1);
    transition: all ease .4s;
}

    .btn_2:hover {
        color: #fff;
    }

.btn_3 {
    font-size: 12px;
    background: #0977c6;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    border: 1px solid #0977c6;
}

h1.h1_heading {
    color: #151515;
    font-size: 65px;
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
}

.traning h3, .lorem h3, .lesson h3, .my-plans h3, .creted_courses h3 {
    font-size: 48px;
    font-weight: 600;
    color: #151515;
    width: fit-content;
}

.lesson h3 {
    color: #fff;
}

.left h3 {
    margin: 0;
}

.cta {
    background-color: #F2FDFF;
}

.left .sub_heading {
    margin-bottom: 20px;
}



p {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 0;
    color: #151515;
}

/*************************************/
/*          Custom css end         */
/*************************************/

/*------------Header starts------------*/

/*------------Header Ends------------*/

header {
    padding: 12px 0px;
    position:relative;
    z-index:11111;
}

    header .navbar-brand {
        width: 215px;
    }

    header .navbar-nav {
        margin-left: auto
    }

        header .navbar-nav .nav-item.active a {
            color: #000;
            font-weight: 500;
            letter-spacing: .5px;
        }

.btn:hover {
    background-color: initial;
}

header .navbar-toggler {
    border: none;
}

    header .navbar-toggler:focus {
        box-shadow: none;
    }
/* header .nav-item {
    padding-right: 18px;
  } */

header .profile-dropdown {
    padding-right: 0;
}

.nav-link {
    color: #000000;
}
/* header .login_icon {
    border: 1px solid #0977c6;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

header .login_icon img {
    margin-left: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #080101;
    /* padding-left: 15px; */
    padding-right: 25px;
    font-weight: 400;
    font-size: 14px; 
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 53px;
    position: absolute;
    right: 5px;
    min-width: fit-content;
}

.nav-link:hover {
    color: #000;
}

@media (max-width: 1199px) {
    .navbar-brand {
        max-width: 170px;
    }
}

@media(max-width:991px) {
}

/* header css end */

/*------------Footer starts------------*/
.footer p {
    color: #FFFFFF;
    font-weight: 400;
}

.footer {
    background-color: #1D1D1D;
    padding: 80px 0 70px;
    margin-top: -1px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0.5px solid #9D9D9D;
}


.footer_social_icon {
    display: flex;
}

    .footer_social_icon span {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin-right: 10px;
        border: 1px solid #0977c6;
    }

        .footer_social_icon span:last-of-type {
            margin-right: 0;
        }

        .footer_social_icon span i {
            color: #0977c6;
        }

.footer_heading h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}

.footer_heading ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.footer_heading ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}


/*------------Footer end------------*/



.contact-icon i {
    color: #0977c6;
    font-size: 30px;
}

.navbar-nav {
    align-items: center;
}

.header-demo-btn {
    /* padding: 0px 17px; */
    margin-left: 20px;
    margin-right: 15px;
    padding: 0 !important;
    line-height: 1.2;
}

/* back to top */
#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 99999;
    border-color: #0977c6;
    background-color: #0977c6;
    color: #fff;
}

.the_date {
    position: absolute;
    border: none;
    top: 10.8px;
    left: 105px;
    font-size: 16px;
    color: #000;
    background: transparent;
    width: 100px;
    cursor: none;
    pointer-events: none;
}

    .the_date:focus {
        border: none !important;
    }

.select2-container--default .select2-results__option[aria-disabled=true] img {
    display: none;
}

.btn_try_now:hover {
    color: #fff !important;
}

.btn_1:hover {
    color: #fff !important;
}

.courses ul li p strong {
    font-size: 30px;
}

@media (min-width:1200px) {
    .the_date {
        position: absolute;
        border: none;
        top: 9.8px;
    }
}
div:where(.swal2-container) {
    z-index: 999999 !important;
}