
/* Styles for mobile devices */
@media  (max-width: 767px) {
    .navbar .logo {
        width: 68%;
    }
    img.footer-logo {
        width: 35%;
        padding: 0.5em 0.2em;
    }
    #mdp-readabler-trigger-button {
        top: 83px;
    }
    .start-now-btn {
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
        padding-right: 1rem !important;
        background: var(--primary);
        padding-left: 1rem !important;
        color: white;
    }
    .learn-more-btn {
        margin-left: 0;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .counter-section .counter-item {
        margin-bottom: 1.5em;
        text-align: center;
        display: block;
        justify-content: center;
    }
    .counter-section .counter-text-column {
        padding-top: 0.6em;
    }
    .btn-box {
        padding: 0.2em 1em;
    }
    /* login page start */
    .login-title {
        background-image: url(../img/login-page-icon.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 13%;
    }
    /* login page end */
    /* navbar  start*/
    .navbar-light .navbar-brand, .navbar-light a.btn {
        width: 71%;
        padding-left: 0 !important;
    }
    .navbar-toggler{
        margin-right: 0.5rem !important;
    }
    a.nav-item.btn-login {
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link.active::after {
        all: unset;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
    /* navbar end */
    .lang-switcher {
        margin: 0px;
        width: 100%;
        margin-top: 5px;
        outline: none;
        text-align: center;
    }


    /* Contact page starts */
    .contact-content-innerWraapper {
        padding: 15px !important;
        width: 100%;
    }
    .contact-subtitle {
        font-size: 15px !important;
    }
    .contact-title {
        font-size: 25px !important;
    }
    .contact-contact-Content {
        justify-content: space-between !important;
    }
    .contact-icon-text {
        font-size: 13px !important;
    }
    .contact-banner {
        height: 255px !important;
    }
    .contact-banner-title {
        font-size: 30px !important;
    }
    .contact-content-wraapper {
        margin-top: -60px;
        padding: 0;
    }
    .contact-content-wraapper .container{
        padding: 0;
    }


    .contact-icon-box:nth-child(1) img{
        width: 38%;
    }
    .contact-icon-box:nth-child(2) img{
        width: 39%;
    }
    .contact-icon-box:nth-child(3) img{
        width: 29%;
    }
    .gradient-button {
        padding: 9px 32px;
    }
    .gradient-button .circle {
        width: 23px;
        height: 18px;
    }
    /* Contact page Ends */
    /* about page start */
    .testimonial-theme .testimonial-item {
        padding: 2em 1.5em;
    }
    .about-testimonial-title{
        width: 70% !important;
    }
    .about-testimonial-text-btn{
        width: 30% !important;
    }
    /* about page end*/

    /* jobs start */

    .job-section .btn-primary{
        font-size: 13px;
    }
    .filter-jobs .global-btn {
        font-size: 13px;
    }
    .filter-jobs .btn-checkbox label {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search-box button {
        font-size: 18px;
        padding: 10px 11px;
        width: 67px;
    }
    .job-search-area.active {
        position: fixed;
        top: 0;
        z-index: 9999;
        left: 0;
        right: 0;
        background: #efefef;
        bottom: 0;
        padding: 23px !important;
        overflow: scroll;
        margin-bottom: 0 !important;
    }
    .job-search-area.active .mobile-job-close-btn{
        display: block;
    }
    .mobile-job-close-btn{
        background: 0 0;
        border: solid thin;
        padding: 4px;
        position: absolute;
        right: 21px;
        z-index: 999;
        width: 38px;
        height: 38px;
        color: #0aa2dd;
    }
    .job-search-area.active .search-box{
        margin-top: 45px;
    }
    .job-search-area.active body{
        overflow: hidden !important;
    }
    /* jobs end */
    /* register start */
    .register-page-section {
        padding: 20px 13px !important;
    }
    /* register end */
    .back-to-top {
        right: 24px;
        bottom: 32px;
    }
    .footer-about{
        padding-left: 0 !important;
    }

    .pattern-img-01 {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 99%;
        /* height: 552px; */
        z-index: -1;
    }
    .testimony-container .stars{
        display: none;
    }

}
/* Styles for tablet devices */
@media (min-width: 768px) and (max-width: 1023px) {
}

/* Styles for desktop devices */
@media (min-width: 1024px) {
}
/* Styles for tablet devices */
@media (min-width: 993px) and (max-width: 1200px) {
    .navbar .logo {
        width: 80%;
    }
    .navbar-light .navbar-brand, .navbar-light a.btn {
        height: 75px;
        padding-left: 0 !important;
        padding: 0 !important;
        width: 20%;
    }
}
@media (min-width: 993px) and (max-width: 1400px) {
    .navbar .logo {
        width: 58%;
    }
    .navbar-light .navbar-brand, .navbar-light a.btn {
        height: 75px;
        padding-left: 0 !important;
        padding: 0 !important;
        width: 20%;
    }
    .course-details-grid-item h6 {
        padding: 0.5em 0.2em;
        /* color: var(--theme-color-white); */
        height: 49px;
        vertical-align: middle;
    }

    @media (min-width: 992px) and (max-width: 1199px){

        .add-cart-btn {
            border: 1px solid var(--theme-color-yellow);
            background-color: var(--theme-color-yellow);
            padding: 8px 3px;
            border-radius: 4px;
            font-size: 13px !important;
            float: left;
            width: 82px;
        }
        .enrol-btn {
            border: 1px solid var(--primary-dark);
            background-color: var(--primary-dark);
            padding: 8px 3px;
            border-radius: 4px;
            font-size: 13px !important;
            width: 85px;
            font-weight: 600;
            color: #fff !important;
            float: right;
        }
    }
}
@media (min-width: 769px) and (max-width: 992px){
    /* pattern-img-01 */
    .pattern-img-01{
      position: absolute;
        bottom: -15%;
        right: 13%;
        width: 72%;
        /* height: initial; */
        z-index: -1;
    }
       .testimony-container .stars{
        display: none;
    }

}
