@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}

ul {
    list-style: none;
    padding: 0 !important;
}

::placeholder {
    font-size: 14px;
}
.second-btn{
    display:none !important;
}
@media screen and (max-width:600px){
    .second-btn{
    display:block !important;
}
}
:root {
    --header-height: 3.5rem;

    --main-color: #0e4d9d;
    --secondary-color: #222663;

    --first-color: hsl(220, 68%, 97%);
    --first-color-lighten: hsl(220, 68%, 97%);
    --title-color: hsl(220, 48%, 28%);
    --text-color: hsl(220, 12%, 45%);
    --body-color: hsl(220, 100%, 99%);
    --primary-color: #87241a;


    --primary-gradient: linear-gradient(90deg, rgba(14, 77, 157, 1) 11%, rgba(60, 135, 228, 1) 89%);

    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;



    --primary-shadow: 0 2px 8px hsla(220, 68%, 12%, .1);
    /* --fixed-margin: 130px; */
}

/* #RESET */

.main-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
    line-height: 48px;
}

.sub-heading {
    color: var(--secondary-color);
    text-transform: uppercase;
    /* padding: 5px 20px; */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}

.sub-heading i {
    font-size: 14px;
}

.btn-primary {
    background: var(--secondary-color) !important;
    width: fit-content;
    color: #fff;
    height: 45px;
    /* border: none !important; */
    border-radius: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 2px solid transparent !important;
    transition: all .4s ease-in;
}

.btn-primary:hover {
    /* transform: scale(.95); */
    box-shadow: 0 0 5px rgba(14, 77, 157, 1);
    /* border-color: var(--secondary-color) !important;
    background-color: #fff !important;
    color: var(--secondary-color) !important; */
}

.btn-primary-outline {
    background: transparent !important;
    width: 100%;
    color: var(--main-color);
    height: 45px;
    border: 2px solid var(--main-color);
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:focus {
    box-shadow: none !important;
    outline: none !important;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
    outline: none !important;
}

img, ion-icon, button, a {
    display: block;
}

span {
    display: inline-block;
}

html {
    font-family: "Poppins", sans-serif;
    overscroll-behavior: contain;
}

input {
    display: block;
    width: 100%;
    font: inherit;
}



.main_wrapper {
    margin-top: var(--fixed-margin);
    height: 75vh;
    background: url(../images/slider/slider-1.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
}


.main_wrapper .quick_btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:-46px;
    transform:rotate(90deg);
    background:var(--secondary-color);
    color:#fff;
    padding:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
@media screen and (max-width:991px){
    .main_wrapper .quick_btn{
        right:-43px;
    }
}
@media screen and (max-width:600px){
    .main_wrapper .quick_btn{
        display:none;
    }
}

.main_wrapper .main_content {
    padding:100px 0;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.main_wrapper .main_content h1 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}
.main_wrapper .main_content p{
    max-width:50%;
}
.section-3 {
    height: 1000vh;
}


.header-main .action-btn {
    display: none;
}



.login_wrapper {
    /* margin-top: var(--fixed-margin); */
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
}

.login_wrapper .login_box {
    background-color: #fff;
    flex-direction: column;
    height: auto;
    box-shadow: var(--primary-shadow);
    max-width: 400px;
    padding: 30px;
    border-radius: 15px;
}

.login_wrapper .login_box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.login_wrapper .login_box input {
    width: 100%;
    height: 45px;
    border-radius: 0;
}

.login_wrapper .form-label {
    font-size: 14px;
    color: #8f8f8f;
}

.login_wrapper .login_box input::placeholder {
    color: #8f8f8f;
    font-weight: 300;
    font-size: 12px;
}

.login_wrapper a {
    font-size: 14px;
}

.login_wrapper .forgot_pass {
    margin: 20px 0 5px;
}

.login_wrapper .dont_have_acnt {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.login_wrapper .agree {
    text-align: center;
}












.otp_wrapper {
    margin-top: var(--fixed-margin);
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
}

.otp_wrapper .otp_box {
    background-color: #fff;
    flex-direction: column;
    height: auto;
    box-shadow: var(--primary-shadow);
    max-width: 400px;
    padding: 30px;
    border-radius: 15px;
}

.otp_wrapper .otp_box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.otp_wrapper .otp_box input {
    width: 100%;
    height: 45px;
    border-radius: 0;
}

.otp_wrapper .form-label {
    font-size: 14px;
    color: #8f8f8f;
}

.otp_wrapper .otp_box input::placeholder {
    color: #8f8f8f;
    font-weight: 300;
    font-size: 12px;
}

.otp_wrapper .otp_box .otp_input {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.otp_wrapper a {
    font-size: 14px;
}

.otp_wrapper .resend_otp {
    margin: 20px 0 5px;
}





.user-details-header {
    display: inline-flex;
    align-items: center;
    gap: 15px;

}

.user-details-header span {
    font-size: 16px;
}

.user-details-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


@media screen and (max-width:991px) {
    .grid_row {
        grid-template-columns: 1fr !important;
    }

    .grid_row .left {
        border-right: 1px solid transparent !important;
    }

    .grid_row .right .profile_details {
        display: none !important;
    }
}

.grid_row {
    display: grid;
    grid-template-columns: 80% 20%;
    gap: 20px;
}

.grid_row .left {
    border-right: 1px solid var(--cultured);
    padding-right: 20px;
}


.grid_row .right .profile_details {
    /* margin-top: 20px; */
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid var(--cultured);
    border-radius: 10px;
}

.grid_row .right .profile_image {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.grid_row .right .text-muted {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.grid_row .right .phone_no,
.grid_row .right .email_id {
    display: inline-flex;
    gap: 5px;
}

.grid_row .right .btns {
    margin-top: 30px;
}

.grid_row .right .btns li {
    margin-bottom: 10px;
}

.grid_row .right a {
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    color: #000;
}

.grid_row .right a img {
    width: 20px;
    height: 20px;
}







/* .user_home_page {
    margin-top: var(--fixed-margin);
} */

.user_home_page .container {
    /* max-width: 1024px; */
    margin: 50px auto;
}




.user_home_page .course_listing {
    margin-top: 50px;
    position: relative;
}

.user_home_page .course_listing .main-heading {
    margin-bottom: 15px;
    position: absolute;
    top: 10px;
}

.user_home_page .courseSwiper {
    padding: 70px 10px 100px;
}

.user_home_page .courseSwiper .course_image {
    margin-bottom: 15px;
}


.user_home_page .course_listing .swiper-wrappper {
    position: relative;
}

.user_home_page .course_listing .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: var(--secondary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: #fff;
}

.user_home_page .course_listing .swiper-button-prev {
    background-color: var(--secondary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: absolute;
    top: 30px;
    left: 91%;
    color: #fff;
}

.user_home_page .course_listing .swiper-button-next:after,
.user_home_page .course_listing .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.user_home_page .course_listing .btn-primary {
    width: max-content;
    padding: 15px;
    margin-top: 10px;
}


.user_home_page .course_listing .swiper-slide {
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    padding: 10px;
    border-radius: 10px;
}

.user_home_page .course_listing .swiper-slide .course_name {
    font-size: 20px;
    font-weight: 500;
}

.user_home_page .course_listing .swiper-slide .price {
    font-size: 20px;
    font-weight: 500;
}




/* .course_detail_page {
    margin-top: var(--fixed-margin);
} */

.course_detail_page .container {
    margin: 50px auto;
}

.course_detail_page .container .card {
    /* padding: 20px; */
    border: none;
    /* box-shadow: var(--primary-shadow); */
    border-radius: 10px;
}

.course_detail_page .course_image {
    margin-bottom: 50px;
    height: 400px;
    width: 100%;
}

.course_detail_page .course_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.course_detail_page .course_name {
    font-size: 30px;
}

.course_detail_page .price {
    font-size: 25px;
}

.course_detail_page .course_description {
    margin-top: 30px;
}

.course_detail_page .course_description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

.course_detail_page .course_package .card {
    padding: 20px;
    margin-bottom: 30px;
    border: none;
    box-shadow: var(--primary-shadow);
}

.course_detail_page .course_package .card .flex_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course_detail_page .course_package .card .package_name {
    font-size: 22px;
}

.course_detail_page .course_package .card .btn_row a {
    width: 150px;
    margin-bottom: 10px;
}


.my_course_wrapper {
    margin: 50px 0 100px;
}

.my_course_wrapper .card {
    /* max-width: 1024px; */
    margin: auto;
    /* padding: 20px; */
    border: none;
    /* box-shadow: var(--primary-shadow); */
    border-radius: 10px;
}

.my_course_wrapper .profile_box {
    background-color: #fff;
    padding: 30px;
    box-shadow: var(--primary-shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my_course_wrapper .profile_box .profile_details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.my_course_wrapper .profile_img {
    width: 80px;
    height: 80px;

}

.my_course_wrapper .profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--main-color);
}

.my_course_wrapper .profile_box .user_name {
    margin-bottom: 0px !important;
    /* display: inline-flex; */
}

.my_course_wrapper .profile_box .mobile_no {
    font-size: 14px;
}

.my_course_wrapper .profile_box .course_name {
    display: inline-flex;
    gap: 10px;
}

.my_course_wrapper .profile_box .btn-primary {
    width: max-content;
    padding: 10px;
}

.my_course_wrapper .profile_box .course_change {
    display: flex;
    flex-direction: column;

}

.my_course_wrapper .menu_row {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

.my_course_wrapper .menu_row .item {
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    padding: 20px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

.my_course_wrapper .menu_row .item .icon {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 20px;
}

.my_course_wrapper .menu_row .item .icon img {
    width: 100%;
    height: 100%;
}


.my_course_wrapper .subject_row {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* justify-content: center; */
}

.my_course_wrapper .subject_row .item {
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    padding: 20px;
    width: 170px;
    height: 170px;
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.my_course_wrapper .subject_row .item .icon {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 20px;
}

.my_course_wrapper .subject_row .item .icon img {
    width: 100%;
    height: 100%;
}


.my_course_wrapper .btn_box {
    margin-top: 50px;
    padding: 30px;
    box-shadow: var(--primary-shadow);
}

.my_course_wrapper .btn_box a {
    width: max-content;
    padding: 20px;
}








.modal .btn-primary {
    width: max-content;
    height: 39px;
}


.lessons_wrapper {
    padding: 50px 0 100px;
}

.lessons_wrapper .card {
    /* max-width: 1024px; */
    margin: auto;
    /* padding: 20px; */
    /* box-shadow: var(--primary-shadow); */
    border: none;
}

/* .lessons_wrapper .grid_row {
    display: grid;
    grid-template-columns: 65% 30%;
    gap: 30px;
} */

.lessons_wrapper .box1 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--primary-shadow);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    color: #000;
}

.lessons_wrapper a .right-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.lessons_wrapper a span {
    font-size: 20px;
    text-transform: uppercase;
}

.lessons_wrapper a .right-div i {
    font-size: 25px;
    margin-top: 3px;
}

.lessons_wrapper a .right-div .form-check-input {
    font-size: 25px;
}

.lessons_wrapper .box-2 {
    background: var(--primary-gradient);
    padding: 20px;
    border-radius: 10px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lessons_wrapper .box-2 a {
    color: #fff;
}








.lesson_detail_wrapper {
    padding: 50px 0 100px;
}



.lesson_detail_wrapper .container .card {
    /* padding: 20px; */
    border: none;
    /* box-shadow: var(--primary-shadow); */
    border-radius: 10px;
}


.lesson_detail_wrapper .card a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--primary-shadow);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    color: #000;
}

.lesson_detail_wrapper a .play-icon {
    width: 40px;
}

.lesson_detail_wrapper a .left-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.lesson_detail_wrapper a span {
    font-size: 20px;
    text-transform: uppercase;
}

.lesson_detail_wrapper a i {
    font-size: 25px;
    margin-top: 3px;
}

.lesson_detail_wrapper a .left-div .form-check-input {
    font-size: 25px;
}

.lesson_detail_wrapper .box-2 {
    background: var(--primary-gradient);
    padding: 20px;
    border-radius: 10px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lesson_detail_wrapper .box-2 a {
    color: #fff;
}



@media screen and (max-width:1024px) {
    .header .nav {
        align-items: center;
        height: 100px;
    }

    .my_course_wrapper .subject_row .item {
        width: 150px;
        height: 150px;
    }

    .my_course_wrapper .subject_row {
        margin-top: 25px;
    }
}

@media screen and (max-width:991px) {
    .my_course_wrapper .menu_row .item {
        width: 150px;
    }

    .my_course_wrapper .subject_row {
        gap: 15px;
    }




    .lessons_wrapper .grid_row {
        grid-template-columns: 70% 25%;
    }

    .lessons_wrapper a span {
        font-size: 16px;
    }

    .user_home_page .course_listing .swiper-button-prev {
        left: 87%;
    }
}

@media screen and (max-width:600px) {
    .header .social_icons {
        display: none;
    }

    .header .navbar .email {
        margin-right: 10px !important;
    }

    .main-heading {
        font-size: 26px;
    }

    .course_detail_page .btn_row {
        padding-top: 30px;
        display: flex;
        gap: 5px;
    }

    .course_detail_page .container .card {
        padding: 10px;
    }

    .course_detail_page .course_package .card {
        padding: 10px;
    }

    .course_detail_page .course_package .card .package_name {
        font-size: 16px;
    }

    .course_detail_page .course_image {
        height: 180px;
        margin-bottom: 20px;
    }

    .course_detail_page .course_package .card .btn_row a {
        width: auto;
        padding: 10px;
        height: 30px;
    }




    .my_course_wrapper .profile_box {
        padding: 15px;
        row-gap: 30px;
    }

    .my_course_wrapper .card {
        padding: 10px;
    }

    .my_course_wrapper .profile_box .course_change {
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }

    .my_course_wrapper .menu_row {
        justify-content: center;
        gap: 15px;
    }

    .my_course_wrapper .menu_row .item {
        width: 80px;
        padding: 10px;
        text-align: center;
    }

    .my_course_wrapper .menu_row .item .icon {
        max-width: 40px;
        max-height: 40px;
        margin-bottom: 5px;
    }

    .my_course_wrapper .menu_row .item h6 {
        font-size: 14px;
    }

    .my_course_wrapper .subject_row {
        gap: 30px;
    }



    .lessons_wrapper .grid_row {
        grid-template-columns: 1fr;
    }

    .lessons_wrapper a span {
        font-size: 14px;
    }

    .lessons_wrapper .card {
        padding: 10px;
    }


    .lesson_detail_wrapper .container .card {
        padding: 10px;
    }

    .lesson_detail_wrapper a span {
        font-size: 16px;
    }


    .user_home_page .course_listing .swiper-button-prev {
        left: 75%;
    }

    .user_home_page .course_listing .main-heading {
        top: 10px;
    }

    .user_home_page .banner_image {
        height: 200px;
    }

    .user_home_page .banner_image img {
        height: 100%;
        object-fit: cover;
    }
}





.about_wrapper {
    padding: 50px 0;
}

.about_wrapper .sub-heading {
    justify-content: flex-start;
}

.about_wrapper .main-heading {
    margin-bottom: 15px;
}

.about_wrapper p {
    line-height: 2;
}










.our_course_wrapper {
    padding: 50px 0;
    background-color: var(--first-color-lighten);
}

.our_course_wrapper .course_list_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* .our_course_wrapper .item {
    position: relative;
} */
.our_course_wrapper .item .course_image {
    max-width: 100%;
    max-height: 200px;
    position: relative;
    overflow: hidden;

}

.our_course_wrapper .item .course_image img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in;
}

.our_course_wrapper .rating {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background-color: #f7f7f7;
    padding: 4px 10px;
    border-radius: 50px;
    box-shadow: var(--primary-shadow);
    display: flex;
    align-items: center;
    gap: 5px;
}

.our_course_wrapper .rating span {
    font-size: 14px;
}

.our_course_wrapper .rating i {
    color: #ffbf00;
    font-size: 14px;
}

.our_course_wrapper .item {
    border: 1px solid var(--cultured);
    cursor: pointer;
}

.our_course_wrapper .item:hover .course_image img {
    transform: scale(1.05);
}

.our_course_wrapper .course_details {
    padding: 10px;
    background-color: #fff;
        text-align: center;
}

.our_course_wrapper .course_details .course_name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.our_course_wrapper .course_details p {
    /*height: 100px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    font-size: 14px;
}

.our_course_wrapper .view-btn {
    font-size: 16px;
    color: #000;
    display: inline-flex;
    gap: 5px;
    transition: all .4s ease-in;
}

.our_course_wrapper .view-btn:hover {
    letter-spacing: 1px;
}


.our_course_wrapper .btn-primary {
    width: fit-content;
    margin: auto;
}


.features_wrapper {
    padding: 50px 0 80px;
}

.features_wrapper .features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.features_wrapper .features .feature {
    box-shadow: var(--primary-shadow);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.features_wrapper .features .icon {
    width: 80px;
    margin-bottom: 20px;
}


.full_box {
    padding: 70px 0;
    background: var(--primary-gradient);
}

.full_box .items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.full_box .items .item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.full_box .items .icon {
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    padding: 10px;
}

.full_box .items a {
    color: #fff;
}



.subscribe_box{
    padding: 70px 0;
    background: var(--primary-gradient);
    color:#fff;
}

.subscribe_box form{
    position:relative;
    
}
.subscribe_box input{
    height:60px !important;
    border-radius:0;
}
.subscribe_box input::placeholder{
    font-size:14px;
}
.subscribe_box input:focus{
    outline:none;
    box-shadow:none;
}
.subscribe_box button{
    position:absolute;
    top:8px;
    right:5px;
    z-index:9999;
}









.contact_form {
    padding: 100px 0;
    background: var(--first-color-lighten);
}

.contact_form form {
    max-width: 850px;
    margin: auto;
    margin-top: 30px;
}

.contact_form .input_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact_form .input_row input {
    width: 100%;
    height: 45px;
    border-radius: 0;
}
.contact_form .input_row select{
    height: 45px;
}
.contact_form textarea {
    border-radius: 0;
}
.contact_form .input_row input ,
.contact_form .input_row textarea ,
.contact_form .input_row select {
    font-size:16px;
}
.contact_form .form-label {
    font-size: 14px;
    color: #8f8f8f;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 300;
}

.contact_form .btn-primary {
    display: inline-flex;
    gap: 5px;
}










.about_page_section_2 {
    background-color: var(--first-color-lighten);
    padding: 50px 0;
}

.about_page_section_2 .main-heading {
    margin-bottom: 30px;
}

.about_page_section_2 .values {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.about_page_section_2 .values ul {
    padding-left: 0px !important;
}

.about_page_section_2 .values ul li {
    /* list-style: disc !important; */
    margin-bottom: 15px;
    display: inline-flex;
    gap: 10px;
}

.about_page_section_2 .values ul li i {
    color: var(--main-color);
    font-weight: 600;
}





.our_course_page {
    background-color: #fff;
}

.our_course_page .course_list_row {
    grid-template-columns: repeat(3, 1fr);
}

.our_course_page .course_list_row .btn-primary {
    margin: 0;
    display: inline-flex;
    gap: 5px;
}

.our_course_page .course_list_row p {
    margin-bottom: 0;
}
.our_course_page .btn-groups{
    padding:10px 10px 20px;
    /* border-top: 1px solid var(--first-color-lighten); */
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    gap: 10px;
    align-items: center;
    /* gap: 10px; */
}
.our_course_page .btn-groups a{
    color: #fff;
    font-size: 14px;
    height: 45px;
    padding: 10px;
}


.our_course_page .btn-groups .one{
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}
.our_course_page .btn-groups .two{
    border:  1px solid var(--secondary-color);
    /* background-color: var(--secondary-color); */
}
.our_course_page .btn-groups .two a{
    color: #000;
}
.our_course_page .btn-groups .three{
    border: 1px solid #6db620;
    background-color: #6db620;
}














.web_course_detail .grid_row .left {
    border-right: 0;
}

.web_course_detail .course_package .main-heading {
    margin-bottom: 30px !important;
}
.web_course_detail .packageSwiper{
    padding: 50px 10px;
}

/* .web_course_detail .video_frame{
    border: 1px solid var(--first-color);
    height: 350px;
    max-width: 50%;
} */

.web_course_detail .rating {
    box-shadow: var(--primary-shadow);
    padding: 3px 10px;
    display: inline-flex;
    gap: 5px;
    border-radius: 50px;
}

.web_course_detail .rating i {
    color: #ffbf00;
}
.web_course_detail .package_card{
    border: 1px solid var(--first-color-lighten);
    padding: 10px 10px 30px;
    position: relative;
    min-height: 500px;
    text-align: center;
    box-shadow: var(--primary-shadow);
}
.web_course_detail .badge{
    background: #d51a1aad;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    /* display: inline-block; */
    /* position: absolute; */
    /* top: 3%;
    left: -40%; */
    width: fit-content;
    /* transform: rotate( -45deg); */
    text-align: center;
    overflow: hidden !important;
}
.web_course_detail .package_card .package_type{
    text-align: center;
    /* padding-top: 50px; */
    margin-bottom: 0;
    font-size:20px;
}
.web_course_detail .package_card .duration{
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 20px;
}
.web_course_detail .package_card .price{
    background-color: var(--secondary-color);
    padding: 10px;
    margin: auto;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    border-radius: 10px;
    width: 180px;
}
.web_course_detail .package_card ul{
    margin-top: 30px;
}
.web_course_detail .package_card ul li{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    border-bottom: 1px dashed var(--first-color);
    margin-bottom: 10px;
}
.web_course_detail .package_card .title{
    font-size: 14px;
    border: none;
    margin-bottom: 0;
    font-weight: 400;
}
.web_course_detail .package_card .value{
    font-size: 14px;
    font-weight: 400;
}
.web_course_detail .package_card ul li i{
    color: #6db620;
    font-size: 16px;
    font-weight: 600;
}
.web_course_detail .package_card .btn-primary{
    margin: auto;
}



.contact_page {
    background-color: #fff;
}

.contact_page .contact-address .item {
    display: flex;
    /* align-items: center; */
    gap: 30px;
    margin-bottom: 30px;
}

.contact_page .contact-address .item img {
    max-width: 50px;
}

.contact_page .contact-address .item a {
    color: #000;
    font-weight: 300;
    margin-bottom: 5px;
}









.exam_form {
    padding: 50px 0;
}

.exam_form .card {
    padding: 30px;
}

.exam_form .form-label {
    font-size: 14px;
    color: #8f8f8f;
}

.exam_form input,
.exam_form textarea,
.exam_form select {
    border-radius: 0;
    font-size: 16px;
}


.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Upload Photo';
    display: inline-block;
    background: var(--secondary-color);
    /* background: linear-gradient(top, #f9f9f9, #e3e3e3); */
    /* border: 1px solid #999; */
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    /* text-shadow: 1px 1px #fff; */
    font-weight: 400;
    font-size: 10pt;
    color: #fff;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.exam_form button{
    display: inline-flex;
    gap: 5px;
}









.exam_booking{
    padding: 50px 0;
}



.exam_result{
    padding: 50px 0;
}

.exam_result .result_form{
    max-width: 450px;
    box-shadow: var(--primary-shadow);
    padding: 20px;
    margin: auto;
}
.exam_result .result_form h3{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.exam_result .result_form .form-label{
    font-size: 14px;
    color: #8f8f8f;
}

.exam_result .result_form input,
.exam_result .result_form select{
    height: 45px;
    border-radius: 0;
    font-size: 16px;
}






.study_abroad{
    padding: 50px 0;
}
.study_abroad .grid_row{
    gap: 10px;
}
.study_abroad .abroad_study_form{
    border: 1px solid var(--first-color);
    padding: 20px;
}
.study_abroad .abroad_study_form .form-label{
    font-size: 14px;
    color: #8f8f8f;
}
.study_abroad .abroad_study_form input,
.study_abroad .abroad_study_form textarea,
.study_abroad .abroad_study_form select{
    font-size: 16px;
    border-radius: 0;
}

.study_abroad .photo-frame{
    width: 100%;
    height: 200px;
    border: 1px solid var(--first-color-lighten);
}






.terms_condition{
    padding: 50px 0;
}
.terms_condition h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.terms_condition h6{
    color: var(--secondary-color);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.terms_condition ul {
    padding-left: 20px !important;
}
.terms_condition ul li{
    list-style: disc !important;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}



.career_wrapper{
    padding: 50px 0;
}
.career_wrapper .career_form{
    max-width: 800px;
    border: 1px solid var(--first-color);
    box-shadow: var(--primary-shadow);
    padding: 20px;
    margin: auto;
}
.career_wrapper .custom-file-input::before{
    content: 'Upload Resume';
}
.career_wrapper .career_form .form-label{
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 500;
}
.career_wrapper .career_form input{
    border-radius: 0;
}
.career_wrapper .career_form input::placeholder{
    font-size: 14px;
    font-weight: 300;
}



.register_form_wrapper{
    padding: 50px 0;
}
.register_form_wrapper .reg_form{
    border: 2px solid var(--first-color);
    padding: 20px;
}

.register_form_wrapper .reg_form .form-control,
.register_form_wrapper .reg_form .form-check-input{
    border-radius: 0;
}

.register_form_wrapper .reg_form .form-check-label.agree{
    font-size: 12px;
}

.register_form_wrapper .form-label{
    font-size: 14px;
    color: #8f8f8f;
}

.register_form_wrapper .course-fee h6{
    font-size: 22px;
}
.register_form_wrapper .course-fee h6 span{
    font-size: 25px;
}

.register_form_wrapper .selected-course h6{
    font-size: 22px;
}
.register_form_wrapper .selected-course h6 span{
    font-size: 25px;
}



.modal-form input{
    height:45px;
    border-radius:0;
}

.modal-form input::placeholder{
    font-size:14px;
    font-weight:normal;
}
.modal-form label{
    font-size:14px;
}



.testimonial_wrapper {
    padding: 100px 0;
    background-color: #fff;
}

.testimonial_wrapper .swiper-wrapper {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

/* .testimonial_wrapper .swiper-slide {
    padding-top: 70px;
} */

.testimonial_wrapper .swiper-wrapper .profile_image {
    width: 150px;
    height: 150px;
    margin: auto;
    margin-bottom: 20px;
}

.testimonial_wrapper .swiper-wrapper .profile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    border: 3px solid var(--secondary-color);
    border-radius: 50%;
}

.testimonial_wrapper .student_name {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 0;
}

.testimonial_wrapper .rating_star {
    margin-bottom: 1.5rem;
}

.testimonial_wrapper .rating_star i {
    color: gold;
}

.testimonial_wrapper .testiminial_content {
    position: relative;
    max-width: 850px;
    margin: auto;
}

.testimonial_wrapper .testiminial_content img {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 50px;
    opacity: 0.2;
    transform: rotate(180deg);
}

.testimonial_wrapper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 40px !important;
    height: 10px;
    border-radius: 10px;
    background-color: var(--secondary-color);
}

.testimonial_wrapper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 10px;
}









