@import url('./variable.css');

p {
    /* text-align: justify; */
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,-4px)
}
/* ========== vertical-btn start ========== */
.vertical-btn {
    padding: 5px;
    border: 0;
    outline: 0;
    background: var(--primary-color);
    color: var(--secondary-color);
    box-shadow: none;
    transition: 0.5s ease all;
    position: fixed;
    top: 50%;
    right: 2px;
    transform: translateY(-50%) rotate(360deg);
    z-index: 10;
}

.vertical-btn ul li {
    margin: 10px 0px;
    border: 0px;
    background: var(--primary-color);
}

.vertical-btn ul li i {
    font-size: 22px;
    color: var(--light-color);
    transition: all 0.3s ease-in-out;
}

.vertical-btn ul li i:hover {
    padding: 10px;
    background-color: var(--light-color);
    color: var(--primary-color);
    border-radius: 100px;
}


/* ========== vertical-btn start ========== */


/* ========= header start =========   */
header nav .navbar-brand img {
    width: 212px;
    object-fit: cover;
}

header nav ul li {
    padding: 0px 7px;
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: var(--black-color);
    text-transform: capitalize;
    font-style: normal;
    font-family: var(--primary-fonts);
}

header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #233568a6 !important;
}
header nav form img {
    width: 25px;
    /* margin: 0px 10px; */
}

header .login-cart {
    display: none;
}

.navbar {
    padding: 0px;
}

.owl-carousel.owl-drag .owl-item {
    /* margin-bottom: 30px; */
    margin-bottom: 0px;

}

@media screen and (max-width:1024px) {
    header .navbar-toggler:hover {
        box-shadow: none;
        outline: none;
        border: 0px;
    }

    header .navbar-toggler {
        border: 0px;
    }

    header nav .navbar-brand img {
        width: 200px;
    }

    header .navbar-collapse {
        text-align: center;
    }

    header form img {
        display: none;
    }

    header .login-cart {
        display: block;
        display: flex;
        gap: 30px;

    }

    header .login-cart img {
        width: 30px;
    }

}

/* ========= header end =========   */

/* ====================== offcanvas start  ====================== */

/* =========  login signup -offcanvas =========== */
.offcanvas {
    width: 37% !important;
}

.login-offcanvas {
    padding: 30px 10px;
}

.login-offcanvas .signup {
    text-align: center;
    margin: 20px 0px;
    font-size: .875rem !important;
    font-weight: 500;
    color: var(--dark-alt);
}

.login-offcanvas .signup a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-color: var(--primary-color);
}

.login-offcanvas .offcanvas-title {
    font-family: var(--primary-fonts);
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0;
    line-height: 1.6;
    text-transform: capitalize;
}

.login-offcanvas .btn-close {
    border: 0px;
}

.login-offcanvas .btn-close:hover {
    box-sizing: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.login-btn {
    width: 100%;
    background-image: linear-gradient(131deg,#82d8df 15%,#1eb3bf 94%);
    color: white !important;
    border: 1px solid transparent;
    padding: 1rem 1.25rem;
    font-weight: 500;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(22, 28, 45),
}
.text-primary {
    color: #1eb3bf !important;
}
.remember-me {
    display: flex;
    margin: 30px 0px 5px 0px;
}

.remember-me .ms-auto a {
    color: var(--dark-alt);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.remember-me label {
    color: var(--dark-alt);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

/* =========  login signup -offcanvas =========== */


/*=========== shopping-cart-offcanvas start  ===========  */

.shopping-cart-offcanvas ul li {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 20px 0px;
}

.shopping-cart-offcanvas ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopping-cart-offcanvas ul li .course-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shopping-cart-offcanvas ul li .product-img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.1);
}

.shopping-cart-offcanvas ul li .content h6 {
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1.55;
    text-transform: capitalize;
}

.shopping-cart-offcanvas ul li .content p {
    font-size: .875rem !important;
}

.shopping-cart-offcanvas ul li img {
    width: 20px;
}

.shopping-cart-offcanvas .subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.shopping-cart-offcanvas .subtotal h5 {
    font-size: 1.125rem;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--primary-fonts);
}

.shopping-cart-offcanvas .btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopping-cart-offcanvas .btn-container a {
    border: 1px solid transparent;
    padding: 1rem 4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    font-weight: 500;
    cursor: pointer;
    color: var(--light-color);
    background-color: var(--primary-color);
    display: block;
}

.shopping-cart-offcanvas .btn-container .view-cart {
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--dark-alt);
    font-weight: 600;
}

/*=========== shopping-cart-offcanvas end  ===========  */
@media screen and (max-width:1024px) {
    .offcanvas {
        width: 50% !important;
    }

    .shopping-cart-offcanvas .btn-container a {
        padding: 1rem 2.8rem;
    }
}

@media screen and (max-width:756px) {
    .offcanvas {
        width: 100% !important;
    }

    .shopping-cart-offcanvas .btn-container a {
        padding: 1rem 2.4rem;
    }
}

/* ====================== offcanvas end  ====================== */


/* ====================== banner/hero-section start  ====================== */
/*.banner {
    padding-top: 100px;
}*/

.slick-slide-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url('../img/banner-img/image-slider-01.jpg');
}

.slick-slide-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('../img/banner-img/image-slider-02.jpg');

}

.slick-slide-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/banner-img/banner-bg.webp');

}

.slick-slider {
    position: relative;
    z-index: 1;
    height: auto;

}

.slick-slide {
    position: relative;
    z-index: 1;
    /*    height: 600px;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #000;
    opacity: 0.5;
}


.banner .slick-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-slider .slick-slide .content {
    text-align: center;
}

.banner .slick-slider .slick-slide .content h3 {
    font-size: 53px;
    color: var(--light-color);
    font-weight: 800;
    font-family: var(--primary-fonts);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.slick-dotted.slick-slider {
    margin-top: 0px !important;
}

.banner .slick-slider .slick-slide .content button {
    padding: 1rem 3rem;
    border: 1px solid transparent;
    color: var(--dark-color);
    font-weight: 700;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}

.banner .slick-slider .slick-slide .content button:hover {
    background-color: transparent;
    border: 1px solid var(--light-color);
    color: var(--light-color);
}

@media screen and (max-width:1024px) {
    .banner {
        padding-top: 80px;
    }

    .banner .break {
        display: none;
    }

    .banner .slick-slider .slick-slide .content h3 {
        font-size: 45px;
    }

    /* 
    .banner .slick-slide {
        height: 1000px;
    } */
}

@media screen and (max-width:756px) {
    /* .banner .slick-slide {
        height: 800px;
    } */

    .banner .slick-slider .slick-slide .content h3 {
        font-size: 40px;
    }

    .slick-slide-2 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url('../img/banner-img/image-slider-01.jpg');
    }

    .slick-slide-1 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('../img/banner-img/image-slider-02.jpg');

    }
}

/* ====================== banner/hero-section end  ====================== */

/* ====================== Awesome-Feature-start ======================= */
.Awesome-Feature {
    padding: 50px 0px 100px 0px;
    background-color: #f7f9fb;
}

.Awesome-Feature .section-heading {
    text-align: center;
}

.Awesome-Feature .section-text {
    text-align: center;
}

.Awesome-Feature .row {
    margin-top: 30px;
}

.Awesome-Feature .card {
    /*    border-radius: 0px;*/
    border-radius: 10px;
    border-color: white;
}

.Awesome-Feature .card img {
    width: 50px;
}

.Awesome-Feature .card-title {
    font-family: var(--primary-fonts);
    font-weight: 600;
    color: var(--primary-color);
    font-size: 20px;
    margin: 10px 0px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.Awesome-Feature .card-text {
    font-size: 16px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    font-weight: 400;
}

/* ====================== Awesome-Feature-end ======================= */

/* ==================== advance-features-start  ====================  */
.advance-features {
    padding: 50px 0px 50px 0px;
}

/* .advance-features .row {
    margin-top: 30px;
} */

.advance-features .section-heading {
    text-align: center;
}

.advance-features img {
    width: 80%;
    /* height: 450px; */
}

.advance-features .text-content h3 {
    font-weight: 600;
    font-family: var(--teritary-fonts);
    color: var(--primary-color);
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 19px;
}

.advance-features .text-content p {
    line-height: 1.929;
    margin-bottom: 7px;
    font-family: var(--primary-fonts);
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-alt);
}

.advance-features .text-content .features .card {
    border: transparent;
    border-radius: 0px;
}

.advance-features .text-content .features .card .img-container {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: #f7f9fb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advance-features .text-content .features .card img {
    width: 30px;
    padding: 2px;
}

.advance-features .text-content .features .card .card-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    font-family: var(--primary-fonts);
}

.advance-features .text-content .features .card .card-text {
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-family: var(--primary-fonts);
    margin-top: -10px;
}

/* ==================== advance-features-end  ====================  */



/* ====================== courses-section start  ====================== */
.courses {
    padding: 100px 0px;
    /* background-color: #f7f9fb; */
}

#course .card {
    border: none !important;
}
.courses-card {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    /* margin: 35px 15px; */
    /* margin: 35px 15px 5px 15px; */
    box-shadow: 0px 1.7642276287078857px 17.642274856567383px -1.7642276287078857px #0000001C;
    /* width: 340px; */
    text-align: left;
}



.courses-card .course-img-container {
    overflow: hidden;
}

.courses-card .product-img {
    width: 100%;
    /* height: auto; */
    height: 100px;
    padding: 10px;
    border-radius: 13px;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.courses-card .product-img:hover {
    transform: scale(1.1);
}

.courses-card .card-body .card-title {
    font-size: 16px;
    font-family: var(--primary-fonts);
    color: var(--dark-alt);
    font-weight: 600;
    text-transform: capitalizes;
}

.courses-card .card-body .card-text {
    font-size: 20px;
    font-family: var(--primary-fonts);
    font-weight: 600;
    margin: 5px 0px;
    color: var(--black-color);
}

.courses-card .card-body .features span {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0px;
}

.courses-card .card-body .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.courses-card .card-body .price p {
    display: flex;
    gap: 10px;
    align-items: center;
}

.courses-card .card-body .price p span {
    font-size: 15px;
    font-weight: 400;
    color: var(--dark-alt);
    font-family: var(--teritary-fonts);
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

.courses-card .card-body .price img {
    width: 18px;
}

.courses-card .card-body .price h3 {
    font-size: 20px;
    font-family: var(--secondary-fonts);
    color: var(--primary-color);
    font-weight: 500;
}

.courses .filter {
    margin: 30px 0px;
}

.courses .filter .input-group .input-group-text {
    background-color: var(--light-color);
    border-left: 0px;
}

.courses .filter .input-group .form-control {
    border-right: 0px;
}

.courses .filter ::placeholder {
    font-family: var(--primary-fonts);
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-alt);
}

.courses .filter .input-group img {
    width: 30px;
}

.load-more {
    text-align: center;
    margin-top: 50px;
}

.load-more button {
    padding: 1rem 3rem;
    background-color: var(--primary-color);
    color: var(--light-color);
    font-family: var(--primary-fonts);
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
}

.load-more button:hover {
    background-color: var(--light-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

/* ====================== courses-section end  ====================== */

.testimonial {
    padding: 100px 0px;
}

.testimonial .row {
    margin-top: 30px;
}

.testimonial .card {
    border: 0px !important;
}

.testimonial .card {
    border-radius: 0px;
    padding: 2rem !important;
    margin: 20px;
}

.testimonial .card .upper-card-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonials-carousel .owl-nav.disabled {
    display: block !important;
}

.testimonial .card .upper-card-section .testimonial-img-container img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
}

.testimonial .card .upper-card-section .testimonial-name h3 {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin: 4px 0px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

.testimonial .card .upper-card-section .testimonial-name p {
    color: var(--dark-alt);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--dark-alt);
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

.testimonial .card .card-footer {
    background-color: transparent;
    border: transparent;
    padding: 20px 0px;
}

.testimonial .card .card-footer p {
    font-weight: 400;
    font-family: var(--primary-fonts);
    color: var(--dark-alt);
    letter-spacing: 0.4px;
    word-spacing: 1px;
    font-size: 15px;

}

/* ===================== testimonial start     ==================== */

/* ===================== blog-start  ===================== */
.blog {
    padding: 50px 0px 50px 0px;
    background-color: #ecedef2e;
}

.blog .card {
    border: transparent;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog .card .img {
    width: 100%;
    height: 160px;
    transition: transform .5s, filter 1.5s ease-in-out;
    overflow: hidden;
}

.blog .card .img:hover {
    transform: scale(1.1);
}

.blog .upper-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.blog .upper-card p {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog .upper-card img {
    width: 25px;
}

.blog .upper-card p span {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
}

.blog .card .card-title {
    font-size: 16px;
    font-family: var(--primary-fonts);
    color: var(--black-color);
    font-weight: 600;
    margin: 0px 0px 0px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.blog .card .date-time {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0px;
    color: var(--black-color);
    font-weight: 500;
    text-transform: capitalize;
}

.blog .card .date-time img {
    width: 20px;
}


/* ===================== blog-start  ===================== */

/* =============Recommendations-section-start============= */
.Recommendations {
    padding: 10rem 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.9), rgba(245, 245, 245, .8)), url("../img/common-bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Recommendations .row {
    text-align: center;
}

.Recommendations h3 {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    margin: 10px 0px;
}

.Recommendations P {
    font-family: var(--primary-fonts);
    color: var(--dark-alt);
    font-weight: 500;
    margin: 10px 0px;
    font-size: 18px;
}

.Recommendations a {
    padding: 1rem 3rem;
    margin: 10px 0px;
    border: transparent;
    background-color: var(--primary-color);
    color: var(--light-color) !important;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 17px;
    font-family: var(--primary-fonts);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.Recommendations a:hover {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

.contact__address h6.text-primary {
    color: black !important;
    margin-bottom: 10px;
}

.contact__address p,
a {
    color: rgb(54, 54, 54) !important;
}

.contact__address .icon {
    padding: 6px 0px 0px 13px;
    height: 50px;
    width: 50px;
    font-size: 25px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--light-color);
    transition: all 0.3s ease-in-out;
}

.contact__address .icon i {
    color: #fff !important;
}

.contact__address .icon:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.shadow {
    box-shadow: 3px 1px 14px rgba(126, 145, 154, .15) !important;
}

/* =============Recommendations-section-end============= */

/* ================= footer start =====================  */
.footer {
    padding: 5rem 0rem 3rem 0rem;
    /* background-color: #f7f9fb; */
    background-image: url(https://learnwith.crackeverytest.com/wp-content/uploads/2024/11/image-30.png);
    /* background: linear-gradient(to right, rgb(215 215 215 / 30%), rgb(208 208 208 / 30%)), url(../img/map.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
    .footer {
        padding: 2rem 0rem 3rem 0rem;
        /* background-color: #f7f9fb; */
        background: linear-gradient(to right, rgb(215 215 215 / 0%), rgb(208 208 208 / 10%)), url(../img/map.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

footer .address img {
    width: 200px;
}

.social-media {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-media i {
    padding: 10px;
    background-color: #a6a9ac94;
    color: var(--light-color);
    transition: all 0.3s ease-in-out;
}

.social-media i:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

footer a {
    color: #828282 !important;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    font-weight: 500;
    font-family: var(--primary-fonts);
}

footer ul li {
    margin: 15px 0px;
    color: #828282 !important;
}

footer h4 {
    font-weight: 600;
    font-family: var(--primary-fonts);
    color: #fff;
    font-size: 20px;
}

footer .copyright {
    text-align: center;
}

footer .copyright p {
    font-family: var(--primary-fonts);
    color: #828282;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

/* ================= footer end =====================  */




.sub-banner {
    width: 100%;
    height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https://whataftercollege.com/wp-content/uploads/2020/05/CAT-Exam-Banner.png');
    position: relative;
}

@media screen and (max-width:1024px) {
    .sub-banner {
        height: 40vh;
    }

    .sub-banner .text-content h1 {
        font-size: 45px !important;
    }
}

@media screen and (max-width:1024px) {
    .sub-banner .text-content h1 {
        font-size: 40px !important;
    }

}

.sub-banner .text-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sub-banner .text-content h1 {
    font-family: var(--primary-fonts);
    color: var(--light-color);
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
}

.sub-banner a {
    color: var(--light-color);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--primary-fonts);
}

.sub-banner span {
    color: var(--light-color);
}

/* ============= course-details-page-start ============= */

.coures-deatils {
    padding-top: 50px;
    padding-bottom: 50px;
}

.coures-deatils .card {
    border: 0px;
    border-radius: 5px;
}

.line {
    width: 100px;
    margin: auto;
    margin-top: 10px;
    height: 3px;
    background: #FFC107;
    border-radius: 10px;

}

.btn-google {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #d3d3d3;
}

.coures-deatils .upper-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.coures-deatils .card .course-img {
    width: 100%;
    height: auto;
    padding: 10px;
}

.coures-deatils .upper-card .price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.coures-deatils .upper-card .price h3 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 600;
}

.coures-deatils .upper-card .price p {
    text-decoration: line-through;
    color: var(--dark-alt);
    font-weight: 500;
    font-size: 18px;
}

.coures-deatils .upper-card .off-btn button {
    padding: 0.2rem 1rem;
    border: transparent;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    font-weight: 600;
    border-radius: 4px;
    font-size: 13px;
}

.coures-deatils .box-2 button {
    padding: 4px 15px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    background-color: transparent;
}



.coures-deatils .right-side button {
    padding: 1rem 2.1rem;
    width: 100%;
    border: transparent;
    font-weight: 600;
    font-family: var(--primary-fonts);
    background-color: var(--primary-color);
    color: var(--light-color);
    text-transform: capitalize;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out;
    margin: 10px 0px;
}

.coures-deatils .right-side button p {
    font-family: var(--secondary-fonts);
    font-size: 18px;
    margin: 5px 0px;
}

.coures-deatils button:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}



.coures-deatils ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
}

.coures-deatils ul li .text-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.coures-deatils ul li .text-content img {
    width: 18px;
}

.coures-deatils ul li .text-content p {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
}

.coures-deatils ul li .form-check label {
    color: #333334;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: capitalize;
}

.coures-deatils ul li .form-check input {
    border-radius: 100px;
    border: 1px solid var(--primary-color);
}

.coures-deatils .right-side-panel .card .enroll-btn {
    text-align: center;
    margin: 20px 0px;
}

.coures-deatils .card .enroll-btn button {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    width: 300px;
    padding: 15px 20px;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 17px;
}

.notifications {
    /* display: none; */
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 190px;
    background-color: black;
    margin-left: -95px;
    color: white;
    padding: 20px;
    text-align: center;
}

.coures-deatils .card .enroll-btn button:hover {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.select-program h6 {
    font-weight: 700;
}

.coures-deatils ul li h3 {
    font-size: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
}

.coures-deatils .share-this-course {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    margin-top: 20px;
}

.coures-deatils .share-this-course img {
    width: 20px;
}

.coures-deatils .share-this-course span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
}


.coures-deatils .left-side .main-content {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 28px;
    margin: 10px 0px;
}

.coures-deatils .left-side .main-text {
    font-family: var(--primary-fonts);
    color: var(--dark-alt);
    margin-bottom: 20px;
}

.coures-deatils .left-side .course-craeter {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 20px 0px;
}

.coures-deatils .left-side .course-craeter img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.coures-deatils .left-side .course-craeter .name h3 {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.coures-deatils .left-side .course-craeter .name p {
    font-size: 14px;
    font-family: var(--primary-fonts);
    color: var(--dark-alt);
    font-weight: 400;
}

.coures-deatils .left-side .nav-pills li .nav-link {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    font-family: var(--primary-fonts);
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: var(--primary-color);
    border-radius: 0px;
    padding: 0.6rem 3rem;
}

.coures-deatils .left-side .nav-pills li .active {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.coures-deatils .left-side .tab-content .heading {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0px;
}

.coures-deatils .left-side .tab-content p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: var(--primary-fonts);
    color: var(--dark-alt);
    word-spacing: 1px;
    margin: 10px 0px;
}

.coures-deatils .left-side .what-you-we-learn {
    margin: 30px 0px;
}

.coures-deatils .left-side .what-you-we-learn ol li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 20px 0px;
}

.coures-deatils .left-side .what-you-we-learn img {
    width: 20px;
}

.coures-deatils .left-side .what-you-we-learn span {
    font-family: var(--primary-fonts);
    color: var(--dark-alt);
    font-weight: 500;
}

.coures-deatils .left-side #Curriculum a {
    display: flex;
    padding: 20px 10px;
    gap: 20px;
}

.coures-deatils .left-side #Curriculum a span {
    color: var(--primary-color);
    font-family: var(--primary-fonts);
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.coures-deatils .left-side #Curriculum img {
    width: 20px;
    object-fit: contain;
}

.coures-deatils .left-side .Curriculum-box {
    margin: 20px 0px;
    border: 1px solid #80808021;
}

.coures-deatils .left-side .Curriculum-box .box-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.coures-deatils .left-side .Curriculum-box .box-1 p {
    font-family: var(--primary-fonts);
    font-weight: 500;
    color: var(--dark-alt);
}

.coures-deatils .left-side .Curriculum-box .box-2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.coures-deatils .right-side .Category {
    text-align: center;
}

.coures-deatils .right-side .Category h3 {
    font-size: 22px;
    font-family: var(--primary-fonts);
    font-weight: 600;
    color: var(--primary-color);
}

.coures-deatils .right-side .Category p {
    color: var(--dark-alt);
    font-size: 16px;
    font-family: var(--primary-fonts);
    font-weight: 500;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* ============= course-details-page-end ============= */


/* ============== blog single page start  ============== */
.blog .categories {

    text-align: center;
}

.blog .categories p {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 22px;
}

.blog .categories span {
    color: var(--dark-alt);
    font-family: var(--primary-fonts);
    font-weight: 500;
    font-size: 16px;
}

/* ============== blog single page start  ============== */


/* ============== checkout page start   ==============  */
.checkout {
    padding: 100px 0px;
}

.checkout .form label {
    font-family: var(--primary-fonts);
    font-weight: 600;
    color: var(--primary-color);
    font-size: 17px;
}

.checkout .form button {
    margin: 50px 0px 0px 0px;
    padding: 1rem 5rem;
    border: transparent;
    background-color: var(--primary-color);
    font-weight: 500;
    color: var(--light-color);
    font-family: var(--primary-fonts);
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.checkout .form button:hover {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.checkout .main-card {
    border-radius: 0px;
    border: 0px;
}

.checkout .main-card .row {
    justify-content: center;
    align-items: center;
}

.checkout .main-card .course-card {
    border-radius: 4px;
    margin: 10px 0px;
}

.checkout .main-card .course-card img {
    width: 100%;
    /* height: 100px; */
    object-fit: cover;
    border-radius: 0px;
}

.checkout .main-card .course-card .card-title {
    font-family: var(--primary-fonts);
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    color: var(--primary-color);
    text-transform: capitalize;
}

.checkout .main-card .course-card .card-text {
    font-family: var(--primary-fonts);
    color: var(--dark-alt);
    font-size: 15px;
    margin: 2px 0px;
    text-transform: capitalize;
}

.checkout .main-card .course-card .price {
    color: var(--black-color);
    font-weight: 500;
    font-size: 20px;
}

.checkout .main-card .subtotal-section ul {
    margin: 30px 0px 15px 0px;
}

.checkout .main-card .subtotal-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0px;
}

.checkout .main-card .subtotal-section ul li span {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.checkout .main-card .subtotal-section ul li p {
    font-weight: 600;
    color: var(--black-color);
}

.checkout .main-card .subtotal-section button {
    padding: 1rem 3rem;
    width: 100%;
    border: transparent;
    border-radius: 0px;
    font-family: var(--primary-fonts);
    color: var(--light-color);
    font-weight: 500;
    background: linear-gradient(131deg,#82d8df 15%,#1eb3bf 94%);
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.checkout .main-card .subtotal-section button:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.checkout .coupon-code .accordion .accordion-button {
    font-family: var(--primary-fonts);
    font-weight: 600;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    border: 1px solid var(--primary-color);
}

.checkout .coupon-code .accordion .accordion-body {
    padding: 0px;
    margin: 20px 0px;
}

.checkout .coupon-code .accordion .accordion-button:focus {
    z-index: 3;
    border: 1px solid var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.checkout .coupon-code .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: transparent;
    box-shadow: none;
}

.checkout .coupon-code .accordion .form {
    display: flex;
    gap: 20px;
    align-items: center;
}

.checkout .coupon-code .accordion .coupon-btn {
    padding: 0.4rem 1.5rem;
    margin: 0px;
}

.checkout .coupon-code .accordion .form .form-control {
    padding: 0.4rem 1rem;
}

/* ============== checkout page end   ==============  */


/*  ==============  contact-us-page start  ==============   */
.contact-us {
    padding: 10px 0px;
}

.contact-us button {
    padding: 0.7rem 3rem;
    border: transparent;
    background-color: var(--primary-color);
    color: var(--light-color);
    font-family: var(--primary-fonts);
    font-weight: 500;
    margin: 20px 0px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.contact-us button:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.contact-us .contact-details .card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contact-us .contact-details .card img {
    width: 30px;
}

.contact-us .contact-details .card .card-title {
    font-weight: 600;
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-size: 20px;
    margin: 10px 0px;
}

.contact-us .contact-details .card .card-text {
    color: var(--dark-alt);
    font-weight: 500;
    margin: 5px 0px;
}

/*  ==============  contact-us-page end  ==============   */


.course-badge {
    padding: 5px;
    font-size: 14px;
}

.icon {
    width: 20px;
    height: 20px;
}

.title-2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.title-2line:hover {
    color: #66c4d1;
}

.blog-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.bg-white {
    background: white;
}


/* blog details page design  start */

/* .blog-img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
} */



.blog-single-page {
    padding: 10px 0px;
}

.blog-single-page h5 {
    font-family: var(--primary-fonts);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 28px;
    margin: 10px 0px;
}

.blog-single-page .date-time {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
    margin: 20px 0px;
}

/* .blog-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
} */

.blog-single-page .para {
    letter-spacing: 0.4px;
    font-size: 16px;
    word-spacing: 1px;
    margin: 20px 0px;
    color: var(--dark-alt);
}

.blog-single-page h4 {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 21px;
}

.blog-single-page .share {
    justify-content: center;
    align-items: center;
}

.blog-single-page .share .card {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background-color: #f7f9fb;
    border: 0px;
    margin: 10px 0px;
}

.blog-single-page .share .card span {
    font-weight: 600;
    font-size: 17px;
}

.blog-single-page .list ul {
    border-radius: 0px;
    border: none;
}

.blog-single-page .list ul li {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: capitalize;
    font-family: var(--primary-fonts);
    border: 1px solid rgba(0, 0, 0, .3);
}

.blog-single-page .list ul li:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border: transparent;
    background-color: var(--primary-color);
    color: var(--light-color);
}

.blog-single-page .list h4 {
    margin: 20px 0px;
}

@media screen and (max-width:956px) {
    .blog-single-page img {
        height: auto;
        object-fit: fill;
    }
}

@media screen and (max-width:700px) {
    .blog-single-page br {
        display: none;
    }
}

@media screen and (max-width:400px) {
    .blog-single-page h5 {
        font-size: 19px;
    }

}

.category-icon {

    height: 20px;

}

/* blogs details style end  */


.Awesome-Feature .card .enroll-now {
    color: var(--primary-color);
    font-weight: 600;
    margin: 20px 0px 10px 0px;
    font-size: 15px;
}

.what-course-offers {
    /* background-color: transparent; */
    /* background: #F2F5F8; */
    padding: 100px 0px;
    background: #ecedef2e;
}

.what-course-offers .card {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    padding: 30px 20px;
}

.what-course-offers .card .card-title {
    font-size: 18px;
}

.bg-1 {
    background: linear-gradient(to right, rgb(215 215 215 / 38%), rgb(208 208 208 / 29%)), url(../img/shape-7.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-2 {
    background: linear-gradient(to right, rgb(215 215 215 / 0%), rgb(208 208 208 / 10%)), url(../img/shape-43.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-3 {
    background: linear-gradient(to right, rgb(215 215 215 / 79%), rgb(208 208 208 / 77%)), url(../img/net.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-recomdation {
    padding: 3rem 0;
    background: linear-gradient(to right, rgb(215 215 215 / 78%), rgb(208 208 208 / 58%)), url(../img/shape-7.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

/* .bg-map{
    background: linear-gradient(to right, rgb(215 215 215 / 0%), rgb(208 208 208 / 10%)), url(../img/map.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */
.radius-10 {
    border-radius: 15px !important;
}



/* faq  start  */
.faq {
    padding: 50px 0px;
}

.faq .heading {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 10px 0px 10px 0px;
}

.faq .tab-content ul li {
    margin: 15px 0px;
}

.faq .tab-content ul li p {
    font-size: 17px;
    font-weight: 500;
}

.faq .tab-content ul li p i {
    font-size: 8px;
    color: var(--primary-color);
    margin-right: 10px;
}

.faq .nav-pills {
    margin: 20px 0px;
}

.faq .nav-pills button {
    border-radius: 0px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin: 20px 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--primary-fonts);
    padding: 10px 30px;
}

.faq .nav-pills button.active {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.faq .tab-content .tab-pane {
    padding: 0px 5px;
}

.faq .sub-heading {
    margin: 10px 0px;
    font-weight: 400;
    color: var(--dark-alt);
    font-size: 17px;
}

.faq .accordion-item {
    margin: 10px 0px 0px;
}

.faq .accordion-item .accordion-header button {
    font-weight: 600;
    font-size: 17px;
    /* color: var(--primary-color); */
    padding: 25px 20px;
}

.faq .accordion-button:focus {
    box-shadow: none;
    border: transparent;
}

.faq .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--light-color) !important;
}



.cart-count {
    margin-left: -15px;
    background: #e10000;
    padding: 4px 7px;
    font-size: 10px;
    color: white;
    /* width: 50px; */
    margin-right: 15px;
    /* height: 20px; */
    border-radius: 40px;
}


.faq-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://crackeverytest.com/wp-content/uploads/2021/03/2-1.jpg') no-repeat center;
    background-size: cover;
    padding: 150px 0px;
}

.faq-banner .text-content {

    color: var(--light-color);
}

.faq-banner .text-content h4 {
    font-size: 35px;
    font-weight: 800;
    margin: 30px 0px;
    text-transform: capitalize;
}

.faq-banner .text-content p {
    font-size: 22px;
    font-weight: 700;
}

/* faq end  */

.form-label {
    text-align: left !important;
}

/* blog page */
.blog_category {
    margin-top: 5px;
    font-size: 12px;
    background: #3f51b55c;
    color: black;
    width: max-content;
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 3px;
}

.blog_date {
    color: rgb(80, 79, 79)
}

.login-with-google-btn {
    transition: background-color .3s, box-shadow .3s;

    padding: 1rem 1.25rem;
    width: 100%;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

    color: #000;
    font-size: 1rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 20px 20px;

    &:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    }

    &:active {
        background-color: #eeeeee;
    }

    &:focus {
        outline: none;
        box-shadow:
            0 -1px 0 rgba(0, 0, 0, .04),
            0 2px 4px rgba(0, 0, 0, .25),
            0 0 0 3px #c8dafc;
    }

    &:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
        cursor: not-allowed;
    }
}

.owl-carousel .owl-item img {
    display: block;
    /* width: 50%; */
    /* margin: 5px; */
    border-radius: 10px;
}

.course-img {
    width: 100%;
    /* height: 220px; */
    padding: 5px;
    border: 1px solid ghostwhite;
    border-radius: 10px;

}

.category-img {
    width: 80%;
    height: 60px;
    border-radius: 10px;
}

.category-card {
    /* display: inline-block; */
    background: #fff;
    border-radius: 10px;
    margin: 15px 15px;
    box-shadow: 0px 1.7642276287078857px 17.642274856567383px -1.7642276287078857px #0000001C;
    /* width: 240px; */
    text-align: left;
}


.blog-card {
    /* display: inline-block; */
    background: #fff;
    border-radius: 10px;
    padding-bottom: 10px;
    margin: 15px 15px;
    box-shadow: 0px 1.7642276287078857px 17.642274856567383px -1.7642276287078857px #0000001C;
    /* width: 240px; */
    text-align: left;
}

.blog-img {
    width: 100% !important;
    height: 250px;
    padding: 10px;
    border-radius: 20px !important;


}

.blog-title {
    height: 45px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.about-us-edit-img {

    width: 60px !important;
    height: 60px !important;
}

.what-the-course-offer-card {
    /* display: inline-block; */
    background: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
    /* margin: 15px 15px; */
    box-shadow: 0px 1.7642276287078857px 17.642274856567383px -1.7642276287078857px #0000001C;
    /* width: 240px; */
    text-align: left;
    height: 250px;
}

.carousel-item {
    width: 100%;
    /* height: 400px; */
}

.carousel-item img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;
}


@media screen and (max-width:1024px) {
    .carousel-item {
        width: 100%;
        /* height: 250px; */
    }
}


@media screen and (max-width:540px) {
    .carousel-item {
        width: 100%;
        /* height: 200px; */
    }
}

@media screen and (max-width:390px) {
    .carousel-item {
        width: 100%;
        /* height: 150px; */
        /* object-fit: fill; */
    }
}

.playstore-img {
    width: 80%;
    /* height: 80px; */
}

.ios-playstore-img {
    width: 100%;
    height: 70px;
}

.fw-semi-bold {
    font-weight: 550;
}



.What-Will-You-Get {
    padding: 100px 0px;
    /* background-color: #fafafa; */
}

.What-Will-You-Get img {
    width: 100%;
    height: auto;
}

.What-Will-You-Get .text .heading {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.What-Will-You-Get .text .heading span {
    color: var(--primary-color);
}

.What-Will-You-Get .text .sub-heading {
    color: var(--black-color);
    margin-top: 15px;
    font-size: 17px;
    font-family: var(--primary-fonts);
}

.What-Will-You-Get .text .card {
    /* box-shadow: 0 -0.2rem 12.8rem rgba(175, 149, 253, 0.278); */
    box-shadow: 0 -0.2rem 12.8rem rgba(214, 209, 225, 0.252);
    border-radius: 10px;
    margin-top: 15px;
    /* background-color: var(--light-color); */
    border: none;
    padding: 8px 12px;
}

.What-Will-You-Get .text .card-section {
    margin-top: 25px;
}

.What-Will-You-Get .text .card .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--secondary-fonts);
    letter-spacing: 0.5px;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: .2px;
    font-weight: 600;
}

.What-Will-You-Get .text .card .card-body i {
    color: var(--primary-color);
    font-size: 18px;
    padding: 14px 15px;
    border-radius: 100px;
    border: 1px solid var(--dark-alt);
    transition: all 0.3s ease-in-out;
}

.What-Will-You-Get .text .card:hover i {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.connect-us {
    background: #F2F5F8;
    padding: 50px 0px;
}

/* .connect-us:hover{
   background: #a7cfe8;
   color: var(--primary-color);
} */


@media screen and (max-width:540px) {
    .connect-us {
        background: #F2F5F8;
        padding: 10px 0px;
    }
}

.btn-grad {
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
    margin: 10px;
    padding: 15px 60px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.border-none {
    border: none !important;
    /* border-radius: 10px !important; */
}

.explore-course {
    background: #F2F5F8;
    padding: 20px 0px;
}

.btn-type-2 {
    width: 150px;
    padding-top: 3px;
    padding-bottom: 2px;
    line-height: 30px;
    margin-top: -2px;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 14px;
    /* background: #193b5b; */
    border: 1px solid #fff;
    color: white !important;
    margin-top: 0px;
    border-radius: 6px;
    margin: 10px;
    text-align: center;
}

.btn-type-2:hover {
    width: 150px;
    padding-top: 3px;
    padding-bottom: 2px;
    line-height: 30px;
    margin-top: -2px;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 14px;
    background: #193b5b;
    color: #f1d15f !important;
    margin-top: 0px;
    border-radius: 6px;
    margin: 10px;
    text-align: center;
}

.explore-course-1 {
    /* background: #f2f2f3; */
    padding: 50px 0px;
}

.helpcourse {
    padding: 0 1.5rem !important;
}

.btn-grad-1 {
    background-image: linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
    margin: 10px;
    padding: 10px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad-1:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}




.category {
    /* padding: 50px 0px; */
    /* background-image: url('../img/bg-3.png'); */
    padding-top: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.category .text .card {
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    border-radius: 6px;
    font-family: var(--secondary-fonts);
    border: none;
}

.ptb-50 {
    padding: 50px 0px;

}

.category .text .card img {
    width: 70px;
    padding: 10px;
    border-radius: 6px;
    background-color: #23366814;
}

.category .text .card .card-title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

.category .text .card .card-text {
    font-size: 15px;
    color: #6c6c6c;
    margin: 5px 0px;
}

.category .text .card a {
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 10px;
}

.category .text h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: var(--secondary-fonts);
}

.category .text h3 a {
    color: var(--primary-color);
}

.category .text h5 {
    color: var(--black-color);
    margin: 15px 0px 30px 0px;
    font-size: 17px;
    font-family: var(--primary-fonts);
}

.category .pattern {
    position: absolute;
    left: -10px;
    top: 30%;
}

@media screen and (max-width:956px) {
    .category .pattern {
        display: none;
    }

    .category .text h3 {
        font-size: 23px;
    }
}

.bg-5 {
    background: linear-gradient(to right, rgb(255 255 255 / 19%), rgb(208 208 208 / 98%)), url(../img/bg-9.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-pink {
    color: var(--primary-color);
}

.title-1line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.title-2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.what-will-we-get-card {

    display: inline-block;
    background: #fff;
    border-radius: 10px;
    margin: 35px 15px;
    box-shadow: 0px 1.7642276287078857px 17.642274856567383px -1.7642276287078857px #0000001C;
    width: 100%;
    text-align: left;
    padding: 50px 0px;

}

.fs-20 {
    font-size: 20px;
}

.btn-primary {
    /* padding: 3px; */
    /* padding-bottom: 2px; */
    line-height: 30px;
    margin-top: -2px;
    font-weight: 400;
    padding-left: 14px;
    /* padding-right: 14px; */
    background-image: linear-gradient(131deg,#82d8df 15%,#1eb3bf 94%);
    color: white !important;
    border-color: transparent;
    margin-top: 0px;
    border-radius: 6px;
}
.btn-primary  img {
    filter: invert(1);
}
.btn-primary:hover {
    padding-top: 3px;
    padding-bottom: 2px;
    line-height: 30px;
    margin-top: -2px;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 14px;
    background: #193b5b;
    color: #f1d15f !important;
    /* font-weight: 550; */
    margin-top: 0px;
    border-radius: 6px;
}

.p-100 {
    padding: 100px 0px;
}

.pt-50 {
    padding-top: 50px;
}


.testimonial {
    padding: 20px 0px;
    font-family: var(--secondary-fonts);
    background-color: #f7f9fb;
}

.testimonial .text span {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.testimonial .text h2 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial .text p {
    color: var(--black-color);
    margin-bottom: 20px;
    font-size: 17px;
    font-family: var(--primary-fonts);
}

.testimonial .text a {
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    font-family: var(--secondary-fonts);
    display: inline-block;
    color: var(--light-color);
    background: var(--primary-color);
    /* padding: 14px 30px; */
}

.testimonial .text .pattern {
    width: 150px;
    height: auto;
    margin: 15px 0px;
}

.testimonial .testimonial-slider .card {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, .1);
    border-radius: 2px;
    padding: 60px 30px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--light-color);
    border: none;
}

.testimonial .testimonial-slider .card .pattern {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    padding: 10px 10px 0px 0px;
    width: 110px;
}

.testimonial .testimonial-slider .img-container {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial .testimonial-slider .card .img-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-slider .card .img-container i {
    position: absolute;
    bottom: -10px;
    color: var(--primary-color);
    font-size: 20px;
}

.testimonial .testimonial-slider .card .card-text {
    font-size: 16px;
    font-family: var(--secondary-fonts);
    color: #808080;
    font-weight: 500;
    margin-bottom: 15px;
    height: 150px;
    overflow: auto;
}

.testimonial .testimonial-slider .card .rating-star {
    margin: 10px 0px;
}

.testimonial .testimonial-slider .card .rating-star i {
    color: #f8b81f;
    font-size: 15px;
}

.testimonial .testimonial-slider .card .card-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: var(--primary-color);
}

/* .testimonial .testimonial-slider .mySwiper {
    padding: 50px 0px;
} */

.subtitle {
    /* height: 70px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}


.course-deatils-page-new {
    padding: 20px 0px 0px 0px;
}

.course-deatils-page-new nav ol li:last-child {
    color: var(--primary-color);
    font-family: var(--secondary-fonts);
    font-weight: bold;
}

.course-deatils-page-new nav ol li a {
    color: #d4d6d7;
    font-family: var(--secondary-fonts);
}

.course-deatils-page-new .img-container {
    width: 100%;
    height: 400px;
}
.course-deatils-page-new .img-container img {
    width: 100%;
    /* height: 100%; */
    /* object-position: top left; */
    object-fit: contain;
    /* object-position: center; */
    border-radius: 10px;
}

/* .course-deatils-page-new .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
} */

.course-deatils-page-new .text .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
}

.course-deatils-page-new .text h4 {
    font-weight: 600;
    font-size: 26px;
    font-family: var(--secondary-fonts);
    color: var(--primary-color);
}

.course-deatils-page-new .text .upper .icons {
    gap: 15px;
    display: flex;
}

.course-deatils-page-new .text .upper img {
    width: 26px;
}

.course-deatils-page-new .text .pricng {
    padding: 15px 8px;
}

.course-deatils-page-new .text .pricng h4 {
    font-family: var(--secondary-fonts);
    font-weight: bold;
    margin: 3px 0px;
}

.course-deatils-page-new .text .pricng span {
    font-size: 18px;
    color: var(--dark-alt);
    font-weight: 500;
}

.course-deatils-page-new .text .para p {
    font-size: 15px;
    color: var(--dark-color);
    margin: 10px 0px;
    font-family: var(--secondary-fonts);
    line-height: 28px;
    letter-spacing: 0.2px;
    color: var(--dark-alt);
}

.course-deatils-page-new .buttons {
    padding: 15px 5px;
}

.course-deatils-page-new .buttons .enroll {
    padding: 8px 30px;
    border: transparent;
    margin-right: 4px;
    background-color: var(--primary-color);
    color: var(--light-color) !important;
    font-weight: 600;
    font-size: 17px;
    font-family: var(--secondary-fonts);
    border-radius: 5px;
}

.course-deatils-page-new .text-tabs .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 0px 0px;
    border: none;
}

.course-deatils-page-new .text-tabs ul li {
    padding: 8px 15px;
}

.course-deatils-page-new .text-tabs ul li button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #d4d6d7;
}

.course-deatils-page-new .text-tabs ul li button.active {
    border-bottom: 3px solid var(--primary-color);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: var(--primary-color);
}

.course-deatils-page-new .text-tabs ul li button:hover {
    border: none;
    border-bottom: 3px solid var(--primary-color);
}

.course-deatils-page-new .text-tabs .overview .row {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--black-color);
}

.course-deatils-page-new .text-tabs .tab-pane {
    padding: 30px 0px;
}

.course-deatils-page-new .text-tabs .ask-us button {
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

/* 
#askus .modal-body {
    position: relative;
    border-radius: 0
}

#askus .form {
    padding: 20px
}

#askus .btn-close {
    position: absolute;
    right: -27px;
    border-radius: 0;
    top: 0;
    padding: 10px;
    background-color: var(--light-color);
    font-size: 16px;
    opacity: 1
}

#askus .btn-close:focus {
    box-shadow: none
}

#askus .modal-content {
    border-radius: 0
}

#askus .heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary-color)
}

#askus .submit-btn {
    padding: 10px 30px;
    border: 0;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-weight: 500;
    color: var(--light-color)
}

#askus .btnbox {
    text-align: center
} */


#askus .modal-body {
    position: relative;
    border-radius: 0;
    padding: 0px;
    padding-right: 20px;
}

#askus .img img {
    width: 100%;
    height: 558px;
    object-fit: cover;
    object-position: center;
}

#askus .form {
    padding: 20px
}

#askus .btn-close {
    position: absolute;
    right: -27px;
    border-radius: 0;
    top: 0;
    padding: 10px;
    background-color: var(--light-color);
    font-size: 16px;
    opacity: 1
}

#askus .btn-close:focus {
    box-shadow: none
}

#askus .modal-content {
    border-radius: 0
}

#askus .heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary-color)
}

#askus .submit-btn {
    padding: 10px 30px;
    border: 0;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-weight: 500;
    color: var(--light-color)
}

#askus .btnbox {
    text-align: center
}

@media screen and (max-width:996px) {
    #askus .btn-close {
        right: 0px;
    }

    #askus .modal-body {
        padding: 20px;
    }
}

@media screen and (max-width:400px) {
    #askus .modal-body {
        padding: 10px;
    }

}

.course-deatils-page-new .text-tabs .program .card {
    padding: 0px;
}

.course-deatils-page-new .text-tabs .program .card-header {
    padding: 20px;
    color: var(--light-color);
    background-color: var(--primary-color);
}

.course-deatils-page-new .text-tabs .program ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 15px;
    border: none;
    border-bottom: 1px solid #d4d6d7;
    border-radius: 0px;
    font-weight: 500;
    font-family: var(--secondary-fonts);
    font-size: 16px;
}

.course-deatils-page-new .text-tabs .program ul {
    height: 400px;
    overflow: auto;
    padding: 10px;
}

@media screen and (max-width:700px) {
    #askus .btn-close {
        right: 0px;
    }

    #askus .modal-body {
        padding: 20px;
    }
}

@media screen and (max-width:500px) {
    .course-deatils-page-new .img-container {
        height: 160px;
    }

    .course-deatils-page-new .text h4 {
        font-size: 22px;
    }

    .course-deatils-page-new .text h4 br {
        display: none;
    }
}

.features {
    overflow: auto;
    /* height: 201px; */
}

/* .breadcrumb{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb a{
    color: #d4d6d7 !important;
}
.breadcrumb li {
    color: var(--primary-color) !important;
    font-weight: 600;
} */


.breadcrumb-main a {
    color: #d4d6d7;
    font-weight: 500;
}

.breadcrumb-main li {
    color: var(--primary-color) !important;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "»";
    font-size: 18px;
}

.c-primary {
    color: var(--primary-color) !important;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 15px !important;
}

/* ====== edited by kuldeep======== */
.home-contact-section {
    padding: 100px 0px;
    background-image: url('https://dreamslms.dreamguystech.com/html/assets/img/user-love.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-contact-section h4 {
    color: var(--light-color);
    font-size: 40px;
    font-weight: 900;
    font-family: var(--primary-fonts);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 20px 0px;
}

.home-contact-section a {
    padding: 10px 30px;
    background-color: var(--light-color);
    border: transparent;
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 4px;
}


/* founder-section  */
.founder-section .container-fluid {
    padding-right: 0px;
}

.founder-section .container-fluid {
    padding-left: 70px;
}

.founder-section .img {
    padding-right: 0px;
}

.founder-section .card {
    padding: 20px 30px;
    border: transparent;
    border-radius: 5px;
}

.founder-section .card img {
    width: 70px;
}

.founder-section .card-title {
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0px;
}


/* .contact-us-home */
.contact-us-home  {
    padding: 50px 30px;
    border-radius: 0px;
    background-image: url('../img/page-background.jpg');
    background-size: cover;
    background-position: 20% 30%;
    background-repeat: no-repeat;
}

.contact-us-home .main-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-us-home .main-column p{
    font-weight: 500;
    font-size: 23px;
    margin: 10px 0px;
}
.contact-us-home .main-column h4{
    font-weight: 800;
    font-size: 30px;
    margin: 10px 0px;
    text-transform: capitalize;
    color: var(--primary-color);
}
.contact-us-home .main-column a{
    padding: 10px 30px;
    background-color: var(--primary-color);
    color: var(--light-color) !important;
    border-radius: 5px;
    border: transparent;
    
}

.testimonial{
    background-image: url('https://dreamslms.dreamguystech.com/html/assets/img/bg/home-main.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.custome-menu{
    /* display: none; */
    opacity: 0;
}

.blog-title-2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

/* .fs-12{
    font-size: 12px;
} */

/* media query  */
@media screen and (max-width:1050px) {
    .What-Will-You-Get{
        padding: 50px 0px;
    }
    .courses{
        padding: 50px 0px;
    }
    .breadcrumb-main li {
        color: var(--primary-color) !important;
        font-weight: 600;
        font-size: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width:996px) {
    .What-Will-You-Get .img{
        display: none;
    }
    .category{
        padding-bottom: 0px;
    }
    .category img{
        display: none;
    }

    .founder-section .container-fluid{
        padding-right: 50px;
    }
    .founder-section .img{
        display: none;
    }
    .custome-menu{
        /* display: none; */
        opacity: 1;
    }
    .blog-title-2line {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
    }
    .breadcrumb-main li {
        color: var(--primary-color) !important;
        font-weight: 600;
        font-size: 16px;
        margin-top: 20px;
    }
}
.menu {
    width: 50% !important;
}

@media screen and (max-width: 996px){
    .category {
        padding-bottom: 34px;
    }
    .bg-5 {
        background: linear-gradient(to right, rgb(255 255 255 / 19%), rgb(208 208 208 / 98%)), url(../img/bg-9.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .category {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    
    .advance-features img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:540px) {
    .What-Will-You-Get .img{
        display: block;
    }
    .What-Will-You-Get .text .heading ,.sub-heading{
        text-align: center;
    }
    .category img{
        display: block;
    }
    .contact-us-home .main-column{
        flex-direction: column;
        text-align: center;
    }
    .contact-us-home .main-column a{
        margin-top: 10px;
    }
    .contact-us-home .main-column h4 {
        font-size: 26px;
    }
    .testimonial .text h2 {
        font-size: 30px;
    }
    .founder-section .container-fluid{
        padding: 0px 20px;
    }
    .founder-section .img{
        display: block;
        padding-right: 10px !important;
    }
    .home-contact-section{
        padding: 80px 0px;
    }
    .home-contact-section h4{
        font-size: 30px;
    }
    .home-contact-section a{
        font-size: 16px;
    }
    .course-img {
        width: 100%;
        /* height: 100px; */
        padding: 5px;
        border: 1px solid ghostwhite;
        /* object-fit: cover;
        object-position: center; */
    }
    .title-2line {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px;
        height: 40px;
    }
    .fs-12{
        font-size: 12px;
    }
    .subtitle {
        /* height: 40px; */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        margin-top: 5px;
    }
    .fs-16{
        font-size: 16px;
    }
    .flex-reverse{
        flex-direction: column-reverse;
    }
    .menu {
        width: 80% !important;
    }
    .blog-card {
        /* display: inline-block; */
        background: #fff;
        border-radius: 10px;
        padding-bottom: 10px;
        margin: 10px 5px;
        box-shadow: 0px 1.7642276287078857px 17.642274856567383px -1.7642276287078857px #0000001C;
        /* width: 240px; */
        text-align: left;
    }
    .courses{
        padding: 30px 0px;
    }
    .course-deatils-page-new .text-tabs .tab-pane {
        padding: 20px 0px;
    }
    .blog {
        padding: 30px 0px;
        background-color: #f7f9fb;
    }
    .What-Will-You-Get {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .what-course-offers {
        padding: 30px 0px;
        background: #ecedef2e;
    }
    .category {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .advance-features img {
        width: 100%;
        height: auto;
    }
    .course-deatils-page-new .img-container img {
        width: 100%;
        height: 100%;
        /* object-position: top left; */
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }
}
   



.floatw {
    position: fixed;
    width: 50px;
    height: 50px;
    /* padding-left: 17px; */
    /* padding-right: 17px; */
    padding-bottom: 0px !important;
    bottom: 50px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.floatw .my-floatw {
    color: #fff;
}
.img-cover{
    object-fit: cover;
    object-position: center;
}

.custom-menu {
    width: 300px;
    background-image: url('./img/page-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-menu .logo {
    width: 200px;
}

.offcanvas-logo{
    width: 75%;
}




.menu .btn-close:focus {
    box-shadow: none;
    border: none;
}

.menu .btn-close {
    position: absolute;
    top: 0px;
    border-radius: 0px;
    ;
    padding: 10px;
    opacity: 1;
    right: 0px;
}

.menu .logo {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.menu .offcanvas-body {
    padding: 30px;
    background-color: #f7f9fb;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2)), url('../img/page-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu .offcanvas-body ul li a {
    margin: 5px 0px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* contact-us-page-new */
.contact-us-page #form {
    background-image: url('https://templates.hibootstrap.com/medsev/default/assets/img/contact/2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 50px;
}

.contact-us-page #form h2 {
    font-weight: bold;
    font-size: 35px;
    margin: 25px 0px;
    font-family: var(--primary-fonts);
}

.contact-us-page #form input {
    box-shadow: 0 0 15px 0 #dddddda3;
}

.contact-us-page #form ::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    font-family: var(--primary-fonts);
}

.contact-us-page #form button {
    padding: 12px 50px;
    background-color: var(--primary-color);
    color: var(--light-color);
    font-weight: 500;
    border-radius: 10px;
    border: none;
}

.contact-us-page .img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center;
}

.contact-us-page .img {
    position: relative;
}

.contact-us-page .img .call-us {
    position: absolute;
    bottom: 50px;
    left: -70px;
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 16px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--light-color) !important;
    gap: 30px;
}

.contact-us-page .img .call-us .icons-container {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
}

.contact-us-page .img .call-us .icons-container i {
    margin: 12px;
    color: var(--primary-color);
}

.contact-us-page .img .call-us .text h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0px;
}

.contact-us-page .img .call-us .text p {
    font-size: 18px;
}

.social-media-icons .card {
    box-shadow: 0 0 10px 0 #ddd;
    padding: 50px 100px;
    margin-top: -125px;
    position: relative;
    background-color: #fff;
    border: transparent;
    text-align: center;
}

.social-media-icons .card i {
    background-color: var(--primary-color);
    color: var(--light-color);
    font-size: 20px;
    padding: 15px;
    margin: 10px 0px;
}

.social-media-icons .location h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: var(--primary-fonts);
}

.social-media-icons .location p {
    margin: 5px 0px;
}

.social-media-icons .location p a {
    color: var(--dark-alt) !important;
    font-size: 18px;
    font-family: var(--primary-fonts);
}
@media screen and (max-width:1024px) {
    .contact-us-page #form{
        padding: 50px 20px;
    }
    .contact-us-page .img {
        display: none;
    }
    .social-media-icons .card{
        padding: 50px ;
    }

}

.title-3line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 50px;
}
pre{
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    /* overflow: auto; */
    font-size: .875em;
    text-wrap: inherit !important;
    padding: 5px 20px;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: -3px;
    top: 30%;
    font-size: 2em;
    /* margin: 0; */
    cursor: pointer;
   
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -3px;
    top: 30%;
    font-size: 2em;
    /* margin: 0; */
    cursor: pointer;
}




.test-score .main-card {
    border: 15px solid var(--primary-color);
    position: relative;
}
.test-score .card .div{
    border: 5px solid #fbec56;
}
.test-score .main-card .upper-card .card{
    position: absolute;
    top: -25px;
    left: 42%;
    background-color: var(--primary-color);
    color: #fff;
    border: transparent;
    border-radius: 0px;
    padding: 8px 20px;
}
@media screen and (max-width:756px) {
    .test-score .main-card .upper-card .card{
        left: 35%;
    }
}

.test-score .card .column-1 h4 {
    background-color: #eeeeee;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 10px 20px 10px;
    margin: 0px 0px 10px 0px;
}

.test-score .card .column-2 h4 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
    padding: 10px;
}

.test-score .card .column-3 .card {
    background-color: var(--primary-color);
    color: #fff;
}

.test-score .card .column-3 .card p {
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0px;
}

.test-score .card .column-3 .card h5 {
    font-size: 22px;
    border-bottom: 3px solid #fff;
    padding-bottom: 8px;
}
.test-score .card .column-4 a{
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    padding: 10px 20px;

}

.floatw1 {
    position: fixed;
    padding-bottom: 0px !important;
    bottom: 50px;
    right: 40px;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    z-index: 100;
}

.fa-whatsapp{
    background: #25d366;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.w-50px{
    width: 50px;
}
.chat-button{
    background: white !important;
    color: black !important;
    border: none;
}


