@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    body{
        font-family: 'Jost', sans-serif !important;
    }    
    @media (max-width: 1199px){

    }
    @media (max-width: 991px){
    }
    @media (max-width: 767px){
        .swiper-button-next, .swiper-button-prev{
            display: none;
        }
        #card-padding{
            padding: 10px !important;
            text-align: justify;
        }
        #desktop{
            display:none;
        }
        #mobile-view{
            display:block;
        }
    }
    @media only screen and (min-width: 240px) and (max-width: 386px) {
        #desktop{
            display:none;
        }
        #mobile-view{
            display:block !important;
        }
        .mobile-view{
            width: 100%;
            height: 50vh;
        }
    }
    @media only screen and (min-width: 360px) and (max-width: 720px) {
        #desktop{
            display:none;
        }
        #mobile-view{
            display:block !important;
        }
    }
    @media only screen and (min-width: 720px) and (max-width: 1399px) {
        #desktop{
            display:block;
            max-height: 390px;
        }
        #mobile-view{
            display:none;
        }
    }
    #mobile-view{
        display:none;
    }
    a{
        text-decoration: none !important;
    }
    a:hover{
        text-decoration: none !important;
    }
    .fa-light {
        color:#4D5765 ;
        font-size: 12px !important;
    }
    .nav-tabs .nav-link{
        background-color: transparent;
    }
    #CourseImageHover{
        border-radius: 10px;
        transition: 0.4s ease-in-out;
    }
    #CourseImageHover:hover{
        /* -webkit-transform: scale(1.1); */
        transform: scale(1.05);
        transition: 0.4s ease-in-out;
    }
    /*  */
    #course-box{
        border-radius: 10px;
        border: 1px solid #ECF1F9;
        box-shadow: 0px 9px 14px #fbfbfb;
    }
    .card-title{
        color:#4D5765;
    }
    .card-footer{
        padding: 0px !important;
    }

    #course-meta {
        padding-top: 10px;
        padding-bottom: 60px;
        font-size: 16px;
        text-align: center;
        border-top: 1px dashed #D0D7E3;
    }

    #course-meta span{
        /* border: 2px solid green; */
        padding: 0px 6px !important;
        font-size: 12px !important;
    }
    .course-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .course-meta a, .course-meta span {
        font-size: 12px;
    }
    .course-meta a i, .course-meta span i {
        margin-right: 5px;
    }
    
    .course-box {
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: var(--box-space-x, 30px) var(--box-space-x, 30px) 0 var(--box-space-x, 30px);
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);margin:15px;
    }
    .course-box .course-img {
    margin-bottom: 20px;
    }
    .course-box .course-title {
    margin-bottom: 21px;
    }
    .course-box .course-meta {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #D0D7E3;
    }
    .course-box .author-name {
    margin-right: auto;
    margin-left: 10px;
    }
    .course-box:hover:hover {
    -webkit-box-shadow: 0px 3px 0px #DFEAF4;
            box-shadow: 0px 3px 0px #DFEAF4;
    }
    .course-box:hover .course-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    }
    .course-box.style4 {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border: 1px solid #ECF1F9;
    -webkit-box-shadow: 0px 9px 14px #FBFBFB;
            box-shadow: 0px 9px 14px #FBFBFB;
    }
    .course-box.style4 .author-name {
    margin-left: 5px;
    }
    
    @media (max-width: 1299px) {
    .course-title {
        font-size: 22px;
    }
    }
    /* Large devices */
    @media (max-width: 1199px) {
    .course-author .author-name {
        font-size: 16px;
    }
    .course-box {
        --box-space-x: 20px;
    }
    .course-box .course-meta {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .course-box .course-title {
        margin-bottom: 15px;
    }
    .course-box.style2 .course-author {
        margin-bottom: 25px;
    }
    }
    /* Small devices */
    @media (max-width: 767px) {
    .course-box {
        --box-space-x: 30px;
    }
    .course-box .course-meta {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    }
    /* Extra small devices */
    @media (max-width: 375px) {
    .course-box {
        --box-space-x: 20px;
    }
    .course-box .course-meta {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    }
    /*  */
    .fal{
        padding: 3px;
    }
    .h4, h4 {
        font-size:1.5rem !important;
        font-weight: 500 !important;
    }
    .h3, h3 {
        font-size: 1.75rem !important;
        font-weight: 500 !important;
    }
    #CourseImageHover img{
        border-radius: 25px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 4.0% !important;
        height: 50px;
        top: 45% !important;
        border-radius: 50%;
        margin: 0 15px;
        opacity: 0.9 !important;
        border: 2px solid #39A38F;
        background-color: #39A38F;
    }
    ul li{
        text-decoration: none;
    }
    #swiper-box{
        border-radius: 15px;
        padding: 30px;
    }
    #swiper-shadow{
        border-radius: 15px;
        /* box-shadow: rgba(17, 17, 26, 0.3) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px !important; */
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
        /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
        /* box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;        */
    }

    /*  slider  */

    .sliderbanner {
        position: relative;
        height: 100%;
        }

        .swiper {
        width: 100%;
        /* height: 50vh; */
        }

        .swiper-slide {
        /* text-align: center; */
        font-size: 18px;
        background: #fff;
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        /* height: 30vh; */
        }

        .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        }

        .swiper {
        margin-left: auto;
        margin-right: auto;
        }
        .swiper-button-next:after, .swiper-button-prev:after{
            font-size: 24px;
        }
        .card-text{
            color: #0f2239;
        }
            /*  */
        .sample-slider .swiper-wrapper{
            transition-timing-function: linear;
        }


        /* <!-- Counter --> */


        .text-primary, .text-abhi {
            color: #0053B3; 
        }
        .outer-div-count {
            background-color: #0053B3;
            color: #fff;
            font-family: 'Roboto Mono', sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            margin: 0;
        }
        .counter-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            margin: 30px 50px;
        }
        .counter {
            font-size: 46px;
            margin-top: 10px;
        }
        @media (max-width: 580px) {
            .outer-div-count {
                flex-direction: column;
            }
        }

        #btn-know-more, .btn-know-more{
            display: inline-block;
            /* margin: 0.75rem; */
            padding: 8px 24px;
            border: none;
            border-radius: 3px;
            outline: none;
            background-color: #0053B3;
            color: white;
            font-family: inherit;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
            transition: all 150ms ease-out;
        }
        #btn-know-more:focus, .btn-know-more:hover {
            background-color: #0053B3;
            color: #fff;
            box-shadow: 0 0 0 0.1875rem white, 0 0 0 0.375rem #0053B3;
        }
