/* Extra small devices (phones, 375px and down) */
@media only screen and (max-width: 375px) {
    /* Hero Area */
    .hero-area{
        width: 100%;
        margin: 50px 0px;
    }
    
    /* Slider CSS */
    .slider-area {
        position: relative;
        width: 100%;
        max-width: 100%;
        float: left;
        margin: auto;
        overflow: hidden;
        height: 200px;
        border: 10px solid #bd074526;
        border-radius: 10px;
        
    }
    .slider {
        display: flex;
        width: 100% !important;
        height: 100%;
        transition: transform 0.5s ease;
        
    }
    
    .slider img {
        width: 100%;
        height: 100%;
    }
    
    .prev, .next {
        position: absolute;
        top: 50%;
        background-color: var(--bg-color-2);
        color: white;
        border: none;
        cursor: pointer;
        padding: 10px;
        font-size: 18px;
    }
    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        transition: transform 0.5s ease;
    }
    
    .prev {
        left: 0;
    }
    
    .next {
        right: 0;
    }
    
    /* Course Area */
    .course-area{
        width: 100%;
        max-width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
        background: var(--bg-color-4);
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-title{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-body{
        width: 100%;
        overflow: hidden;
    }
    .sidebar-body ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .sidebar-body ul li{
        width: auto;
        padding: 4px 20px;
        border-bottom: 1px solid #6f6f6f;
    }
    
    .sidebar-body ul li:hover a{
        text-decoration: none;
        font-size: 14px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .sidebar-body ul li a{
        text-decoration: none;
        font-size: 14px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .cour-see-all{
        text-align: center;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 20px;
    }
    .cour-see-all a{
        border-radius: 5px;
        background-color: var(--bg-color-5);
        border-color: var(--bg-color-6);
        color: var(--font-1);
        padding: 10px 20px;
        font-size: 15px;
        text-decoration: none;
    }
    .cour-see-all a:hover{
        background-color: var(--bg-color-6);
        border-color: var(--bg-color-6);
        color: var(--font-1);
    }
    /* Hero Area End */
    
    /* About Area */
    .h-about{
        width: 100%;
        margin-bottom: 40px;
    }
    .about-area{
        width: 100%;
        max-width: 100%;
        float: left;
    }
    .sidebar{
        width: 100%;
        max-width: 100%;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
    }
    /* About section */
    .inner-about{
        width: 100%;
        border: 1px solid var(--bg-color-2);
        border-radius: 5px;
        height: fit-content;
    }
    .about-head{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 5px 5px 0px 0;
        text-align: center;
        font-weight: 600;
    }
    .about-details{
        width: 100%;
        padding: 25px 10px 10px 10px;
        text-align: justify;
    }
    .advantage{
        width: 100%;
        padding: 0px 10px 10px 10px;
    }
    .advantage-head{
        color: #000000;
        font-size: 18px;
        width: fit-content;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid black;
        margin-left: auto;
        margin-right: auto;
        border-bottom: #0a0a0a;
        border-bottom-width: 1px;
        border-block: solid;
        margin-bottom: 15px;
    }
    .advan-details{
        width: 100%;
        display: inline-block;
    }
    
    .apply-area{
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        height: auto;
        background-color: var(--bg-color-2);
        color: var(--font-1);
    }
    .app{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 100%;
        padding: 20px 0px 20px 0px;
    }
    .app2 a {
        color: var(--font-3);
        background-color: var(--bg-color-3);
        border-radius: 5px;
        padding: 10px 25px 10px 25px;
        text-decoration: none;
        font-weight: 500;
    }
    
    
    /* Advantage */
    
    /* Advantage box */
    .side-body{
        width: 100%;
        max-width: 100%;
        height: 300px;
        background-color: var(--bg-color-1);
        padding: 10px;
    }
    .side-card{
        margin-bottom: 20px;
    }
    .side-body marquee{
        height: 100%;
    }
    .marquee-sidebar .date{
        width: 60px;
        max-width: 60px;
        height: 60px;
        background-color: var(--bg-color-5);
        padding: 5px;
        color: var(--bold-1);
        text-align: center;
        float: left;
    }
    .marquee-sidebar p{
        width: calc(100% - 60px);
        float: left;
        padding-left: 10px;
        text-align: justify;
    }
    .checkmark-list {
        list-style-type: none;
    }
    
    .checkmark-list li::before {
        content: "\2714";
        margin-right: 5px;
    }
    
    /* Sidebar Area */
    .marquee-sidebar {
        font-size: 12px;
        color:var(--font-1);
        display: inline-block;
        margin-bottom: 10px;
        
    }
    .sidebar-body iframe{
        margin-left: auto;
        margin-right: auto;
        width: 300px !important;
    }
    marquee a {
        width: 100% !important;
        display: inline-block;
    }
}

/* Small devices (portrait tablets and large phones, 375px and up) */
@media only screen and (min-width: 375px) {
    /* Hero Area */
    .hero-area{
        width: 100%;
        margin: 50px 0px;
    }
    
    /* Slider CSS */
    .slider-area {
        position: relative;
        width: 100%;
        max-width: 100%;
        float: left;
        margin: auto;
        overflow: hidden;
        height: 200px;
        border: 10px solid #bd074526;
        border-radius: 10px;
        
    }
    .slider {
        display: flex;
        width: 100% !important;
        height: 100%;
        transition: transform 0.5s ease;
        
    }
    
    .slider img {
        width: 100%;
        height: 100%;
    }
    
    .prev, .next {
        position: absolute;
        top: 50%;
        background-color: var(--bg-color-2);
        color: white;
        border: none;
        cursor: pointer;
        padding: 10px;
        font-size: 18px;
    }
    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        transition: transform 0.5s ease;
    }
    
    .prev {
        left: 0;
    }
    
    .next {
        right: 0;
    }
    
    /* Course Area */
    .course-area{
        width: 100%;
        max-width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
        background: var(--bg-color-4);
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-title{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-body{
        width: 100%;
        overflow: hidden;
    }
    .sidebar-body ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .sidebar-body ul li{
        width: auto;
        padding: 4px 20px;
        border-bottom: 1px solid #6f6f6f;
    }
    
    .sidebar-body ul li:hover a{
        text-decoration: none;
        font-size: 14px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .sidebar-body ul li a{
        text-decoration: none;
        font-size: 14px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .cour-see-all{
        text-align: center;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 20px;
    }
    .cour-see-all a{
        border-radius: 5px;
        background-color: var(--bg-color-5);
        border-color: var(--bg-color-6);
        color: var(--font-1);
        padding: 10px 20px;
        font-size: 15px;
        text-decoration: none;
    }
    .cour-see-all a:hover{
        background-color: var(--bg-color-6);
        border-color: var(--bg-color-6);
        color: var(--font-1);
    }
    /* Hero Area End */
    
    /* About Area */
    .h-about{
        width: 100%;
        margin-bottom: 40px;
    }
    .about-area{
        width: 100%;
        max-width: 100%;
        float: left;
    }
    .sidebar{
        width: 100%;
        max-width: 100%;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
    }
    /* About section */
    .inner-about{
        width: 100%;
        border: 1px solid var(--bg-color-2);
        border-radius: 5px;
        height: fit-content;
    }
    .about-head{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 5px 5px 0px 0;
        text-align: center;
        font-weight: 600;
    }
    .about-details{
        width: 100%;
        padding: 25px 10px 10px 10px;
        text-align: justify;
    }
    .advantage{
        width: 100%;
        padding: 0px 10px 10px 10px;
    }
    .advantage-head{
        color: #000000;
        font-size: 18px;
        width: fit-content;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid black;
        margin-left: auto;
        margin-right: auto;
        border-bottom: #0a0a0a;
        border-bottom-width: 1px;
        border-block: solid;
        margin-bottom: 15px;
    }
    .advan-details{
        width: 100%;
        display: inline-block;
    }
    
    .apply-area{
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        height: auto;
        background-color: var(--bg-color-2);
        color: var(--font-1);
    }
    .app{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 100%;
        padding: 20px 0px 20px 0px;
    }
    .app2 a {
        color: var(--font-3);
        background-color: var(--bg-color-3);
        border-radius: 5px;
        padding: 10px 25px 10px 25px;
        text-decoration: none;
        font-weight: 500;
    }
    
    
    /* Advantage */
    /* Advantage box */
    .side-body{
        width: 100%;
        max-width: 100%;
        height: 300px;
        background-color: var(--bg-color-1);
        padding: 10px;
    }
    .side-card{
        margin-bottom: 20px;
    }
    .side-body marquee{
        height: 100%;
    }
    .marquee-sidebar .date{
        width: 60px;
        max-width: 60px;
        height: 60px;
        background-color: var(--bg-color-5);
        padding: 5px;
        color: var(--bold-1);
        text-align: center;
        float: left;
    }
    .marquee-sidebar p{
        width: calc(100% - 60px);
        float: left;
        padding-left: 10px;
        text-align: justify;
    }
    .checkmark-list {
        list-style-type: none;
    }
    
    .checkmark-list li::before {
        content: "\2714";
        margin-right: 5px;
    }
    
    /* Sidebar Area */
    .marquee-sidebar {
        font-size: 12px;
        color:var(--font-1);
        display: inline-block;
        margin-bottom: 10px;
        
    }
    .sidebar-body iframe{
        margin-left: auto;
        margin-right: auto;
        width: 300px !important;
    }
    marquee a {
        width: 100% !important;
        display: inline-block;
    }
}

/* Small devices (portrait tablets and large phones, 425px and up) */
@media only screen and (min-width: 425px) {
    /* Hero Area */
    .hero-area{
        width: 100%;
        margin: 50px 0px;
    }
    
    /* Slider CSS */
    .slider-area {
        position: relative;
        width: 100%;
        max-width: 100%;
        float: left;
        margin: auto;
        overflow: hidden;
        height: 200px;
        border: 10px solid #bd074526;
        border-radius: 10px;
        
    }
    .slider {
        display: flex;
        width: 100% !important;
        height: 100%;
        transition: transform 0.5s ease;
        
    }
    
    .slider img {
        width: 100%;
        height: 100%;
    }
    
    .prev, .next {
        position: absolute;
        top: 50%;
        background-color: var(--bg-color-2);
        color: white;
        border: none;
        cursor: pointer;
        padding: 10px;
        font-size: 18px;
    }
    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        transition: transform 0.5s ease;
    }
    
    .prev {
        left: 0;
    }
    
    .next {
        right: 0;
    }
    
    /* Course Area */
    .course-area{
        width: 100%;
        max-width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
        background: var(--bg-color-4);
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-title{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-body{
        width: 100%;
        overflow: hidden;
    }
    .sidebar-body ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .sidebar-body ul li{
        width: auto;
        padding: 4px 20px;
        border-bottom: 1px solid #6f6f6f;
    }
    
    .sidebar-body ul li:hover a{
        text-decoration: none;
        font-size: 14px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .sidebar-body ul li a{
        text-decoration: none;
        font-size: 14px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .cour-see-all{
        text-align: center;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 20px;
    }
    .cour-see-all a{
        border-radius: 5px;
        background-color: var(--bg-color-5);
        border-color: var(--bg-color-6);
        color: var(--font-1);
        padding: 10px 20px;
        font-size: 15px;
        text-decoration: none;
    }
    .cour-see-all a:hover{
        background-color: var(--bg-color-6);
        border-color: var(--bg-color-6);
        color: var(--font-1);
    }
    /* Hero Area End */
    
    /* About Area */
    .h-about{
        width: 100%;
        margin-bottom: 40px;
    }
    .about-area{
        width: 100%;
        max-width: 100%;
        float: left;
    }
    .sidebar{
        width: 100%;
        max-width: 100%;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
    }
    /* About section */
    .inner-about{
        width: 100%;
        border: 1px solid var(--bg-color-2);
        border-radius: 5px;
        height: fit-content;
    }
    .about-head{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 5px 5px 0px 0;
        text-align: center;
        font-weight: 600;
    }
    .about-details{
        width: 100%;
        padding: 25px 10px 10px 10px;
        text-align: justify;
    }
    .advantage{
        width: 100%;
        padding: 0px 10px 10px 10px;
    }
    .advantage-head{
        color: #000000;
        font-size: 18px;
        width: fit-content;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid black;
        margin-left: auto;
        margin-right: auto;
        border-bottom: #0a0a0a;
        border-bottom-width: 1px;
        border-block: solid;
        margin-bottom: 15px;
    }
    .advan-details{
        width: 100%;
        display: inline-block;
    }
    
    .apply-area{
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        height: auto;
        background-color: var(--bg-color-2);
        color: var(--font-1);
    }
    .app{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 100%;
        padding: 20px 0px 20px 0px;
    }

    .app2 a {
        color: var(--font-3);
        background-color: var(--bg-color-3);
        border-radius: 5px;
        padding: 10px 25px 10px 25px;
        text-decoration: none;
        font-weight: 500;
    }
    
    
    /* Advantage */
    
    /* Advantage box */
    .side-body{
        width: 100%;
        max-width: 100%;
        height: 300px;
        background-color: var(--bg-color-1);
        padding: 10px;
    }
    .side-card{
        margin-bottom: 20px;
    }
    .side-body marquee{
        height: 100%;
    }
    .marquee-sidebar .date{
        width: 60px;
        max-width: 60px;
        height: 60px;
        background-color: var(--bg-color-5);
        padding: 5px;
        color: var(--bold-1);
        text-align: center;
        float: left;
    }
    .marquee-sidebar p{
        width: calc(100% - 60px);
        float: left;
        padding-left: 10px;
        text-align: justify;
    }
    .checkmark-list {
        list-style-type: none;
    }
    
    .checkmark-list li::before {
        content: "\2714";
        margin-right: 5px;
    }
    
    /* Sidebar Area */
    .marquee-sidebar {
        font-size: 12px;
        color:var(--font-1);
        display: inline-block;
        margin-bottom: 10px;
        
    }
    .sidebar-body iframe{
        margin-left: auto;
        margin-right: auto;
        width: 300px !important;
    }
    marquee a {
        width: 100% !important;
        display: inline-block;
    }
}

/* Medium devices (landscape tablets, 600px and up) */
@media only screen and (min-width: 600px) {
    /* Hero Area */
    .hero-area{
        width: 100%;
        margin: 50px 0px;
    }
    
    /* Slider CSS */
    .slider-area {
        position: relative;
        width: 100%;
        max-width: 100%;
        float: left;
        margin: auto;
        overflow: hidden;
        height: 200px;
        border: 10px solid #bd074526;
        border-radius: 10px;
        
    }
    .slider {
        display: flex;
        width: 100% !important;
        height: 100%;
        transition: transform 0.5s ease;
        
    }
    
    .slider img {
        width: 100%;
        height: 100%;
    }
    
    .prev, .next {
        position: absolute;
        top: 50%;
        background-color: var(--bg-color-2);
        color: white;
        border: none;
        cursor: pointer;
        padding: 10px;
        font-size: 18px;
    }
    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        transition: transform 0.5s ease;
    }
    
    .prev {
        left: 0;
    }
    
    .next {
        right: 0;
    }
    
    /* Course Area */
    .course-area{
        width: 100%;
        max-width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
        background: var(--bg-color-4);
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-title{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-body{
        width: 100%;
        overflow: hidden;
    }
    .sidebar-body ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .sidebar-body ul li{
        width: auto;
        padding: 4px 20px;
        border-bottom: 1px solid #6f6f6f;
    }
    
    .sidebar-body ul li:hover a{
        text-decoration: none;
        font-size: 14px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .sidebar-body ul li a{
        text-decoration: none;
        font-size: 14px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .cour-see-all{
        text-align: center;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 20px;
    }
    .cour-see-all a{
        border-radius: 5px;
        background-color: var(--bg-color-5);
        border-color: var(--bg-color-6);
        color: var(--font-1);
        padding: 10px 20px;
        font-size: 15px;
        text-decoration: none;
    }
    .cour-see-all a:hover{
        background-color: var(--bg-color-6);
        border-color: var(--bg-color-6);
        color: var(--font-1);
    }
    /* Hero Area End */
    
    /* About Area */
    .h-about{
        width: 100%;
        margin-bottom: 40px;
    }
    .about-area{
        width: 100%;
        max-width: 100%;
        float: left;
    }
    .sidebar{
        width: 100%;
        max-width: 100%;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
    }
    /* About section */
    .inner-about{
        width: 100%;
        border: 1px solid var(--bg-color-2);
        border-radius: 5px;
        height: fit-content;
    }
    .about-head{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 5px 5px 0px 0;
        text-align: center;
        font-weight: 600;
    }
    .about-details{
        width: 100%;
        padding: 25px 10px 10px 10px;
        text-align: justify;
    }
    .advantage{
        width: 100%;
        padding: 0px 10px 10px 10px;
    }
    .advantage-head{
        color: #000000;
        font-size: 18px;
        width: fit-content;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid black;
        margin-left: auto;
        margin-right: auto;
        border-bottom: #0a0a0a;
        border-bottom-width: 1px;
        border-block: solid;
        margin-bottom: 15px;
    }
    .advan-details{
        width: 100%;
        display: inline-block;
    }
    
    .apply-area{
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        height: auto;
        background-color: var(--bg-color-2);
        color: var(--font-1);
    }
    .app{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 100%;
        padding: 20px 0px 20px 0px;
    }
    /* .app1,.app2{
        width: 100%;
    } */
    .app2 a {
        color: var(--font-3);
        background-color: var(--bg-color-3);
        border-radius: 5px;
        padding: 10px 25px 10px 25px;
        text-decoration: none;
        font-weight: 500;
    }
    
    
    /* Advantage */
    
    /* Advantage box */
    .side-body{
        width: 100%;
        max-width: 100%;
        height: 300px;
        background-color: var(--bg-color-1);
        padding: 10px;
    }
    .side-card{
        margin-bottom: 20px;
    }
    .side-body marquee{
        height: 100%;
    }
    .marquee-sidebar .date{
        width: 60px;
        max-width: 60px;
        height: 60px;
        background-color: var(--bg-color-5);
        padding: 5px;
        color: var(--bold-1);
        text-align: center;
        float: left;
    }
    .marquee-sidebar p{
        width: calc(100% - 60px);
        float: left;
        padding-left: 10px;
        text-align: justify;
    }
    .checkmark-list {
        list-style-type: none;
    }
    
    .checkmark-list li::before {
        content: "\2714";
        margin-right: 5px;
    }
    
    /* Sidebar Area */
    .marquee-sidebar {
        font-size: 12px;
        color:var(--font-1);
        display: inline-block;
        margin-bottom: 10px;
        
    }
    .sidebar-body iframe{
        margin-left: auto;
        margin-right: auto;
        width: 300px !important;
    }
    marquee a {
        width: 100% !important;
        display: inline-block;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    /* Hero Area */
    .hero-area{
        width: 100%;
        margin: 50px 0px;
    }
    
    /* Slider CSS */
    .slider-area {
        position: relative;
        width: 60%;
        max-width: 60%;
        float: left;
        margin: auto;
        overflow: hidden;
        height: 380px;
        border: 18px solid #bd074526;
        border-radius: 10px;
        
    }
    .slider {
        display: flex;
        width: 100% !important;
        height: 100%;
        transition: transform 0.5s ease;
        
    }
    
    .slider img {
        width: 100%;
        height: 100%;
    }
    
    .prev, .next {
        position: absolute;
        top: 50%;
        background-color: var(--bg-color-2);
        color: white;
        border: none;
        cursor: pointer;
        padding: 10px;
        font-size: 18px;
    }
    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        transition: transform 0.5s ease;
    }
    
    .prev {
        left: 0;
    }
    
    .next {
        right: 0;
    }
    
    /* Course Area */
    .course-area{
        width: 37%;
        max-width: 37%;
        height: 380px;
        float: left;
        margin-left: 20px;
        margin-top: 0px;
        background: var(--bg-color-4);
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-title{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-body{
        width: 100%;
    }
    .sidebar-body ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .sidebar-body ul li{
        width: auto;
        padding: 4px 20px;
        border-bottom: 1px solid #6f6f6f;
    }
    
    .sidebar-body ul li:hover a{
        text-decoration: none;
        font-size: 14px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .sidebar-body ul li a{
        text-decoration: none;
        font-size: 14px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .cour-see-all{
        text-align: center;
        margin: auto;
        margin-top: 10px;
    }
    .cour-see-all a{
        border-radius: 5px;
        background-color: var(--bg-color-5);
        border-color: var(--bg-color-6);
        color: var(--font-1);
        padding: 10px 20px;
        font-size: 15px;
        text-decoration: none;
    }
    .cour-see-all a:hover{
        background-color: var(--bg-color-6);
        border-color: var(--bg-color-6);
        color: var(--font-1);
    }
    /* Hero Area End */
    
    /* About Area */
    .h-about{
        width: 100%;
        margin-bottom: 40px;
    }
    .about-area{
        width: 70%;
        max-width: 70%;
        float: left;
    }
    .sidebar{
        width: 100%;
        max-width: 27%;
        float: left;
        margin-left: 20px;
        margin-top: 0px;
    }
    /* About section */
    .inner-about{
        width: 100%;
        border: 1px solid var(--bg-color-2);
        border-radius: 5px;
        height: fit-content;
    }
    .about-head{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 5px 5px 0px 0;
        text-align: center;
        font-weight: 600;
    }
    .about-details{
        width: 100%;
        padding: 25px 10px 10px 10px;
        text-align: justify;
    }
    .advantage{
        width: 100%;
        padding: 0px 10px 10px 10px;
    }
    .advantage-head{
        color: #000000;
        font-size: 18px;
        width: fit-content;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid black;
        margin-left: auto;
        margin-right: auto;
        border-bottom: #0a0a0a;
        border-bottom-width: 1px;
        border-block: solid;
        margin-bottom: 15px;
    }
    .advan-details{
        width: 100%;
        display: flex;
    }
    
    .apply-area{
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        height: 100px;
        background-color: var(--bg-color-2);
        color: var(--font-1);
    }
    .app{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .app2 a {
        color: var(--font-3);
        background-color: var(--bg-color-3);
        border-radius: 5px;
        padding: 10px 25px 10px 25px;
        text-decoration: none;
        font-weight: 500;
    }
    
    
    /* Advantage */
    
    /* Advantage box */
    .side-body{
        width: 100%;
        max-width: 100%;
        height: 300px;
        background-color: var(--bg-color-1);
        padding: 10px;
    }
    .side-card{
        margin-bottom: 20px;
    }
    .side-body marquee{
        height: 100%;
    }
    .marquee-sidebar .date{
        width: 60px;
        max-width: 60px;
        height: 60px;
        overflow: hidden;
        background-color: var(--bg-color-5);
        padding: 5px;
        color: var(--bold-1);
        text-align: center;
        float: left;
    }
    .marquee-sidebar p{
        overflow: hidden;
        width: calc(100% - 60px);
        float: left;
        padding-left: 10px;
        text-align: justify;
    }
    .checkmark-list {
        list-style-type: none;
    }
    
    .checkmark-list li::before {
        content: "\2714";
        margin-right: 5px;
    }
    
    /* Sidebar Area */
    .marquee-sidebar {
        font-size: 15px;
        color:var(--font-1);
        display: inline-block;
        margin-bottom: 10px;
        
    }
    .sidebar-body iframe{
        margin-left: auto;
        margin-right: auto;
        width: 300px !important;
    }
    marquee a {
        width: 100% !important;
        display: inline-block;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* Hero Area */
    .hero-area{
        width: 100%;
        margin: 50px 0px;
    }
    
    /* Slider CSS */
    .slider-area {
        position: relative;
        width: 60%;
        max-width: 60%;
        float: left;
        margin: auto;
        overflow: hidden;
        height: 380px;
        border: 18px solid #bd074526;
        border-radius: 10px;
        
    }
    .slider {
        display: flex;
        width: 100% !important;
        height: 100%;
        transition: transform 0.5s ease;
        
    }
    
    .slider img {
        width: 100%;
        height: 100%;
    }
    
    .prev, .next {
        position: absolute;
        top: 50%;
        background-color: var(--bg-color-2);
        color: white;
        border: none;
        cursor: pointer;
        padding: 10px;
        font-size: 18px;
    }
    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        transition: transform 0.5s ease;
    }
    
    .prev {
        left: 0;
    }
    
    .next {
        right: 0;
    }
    
    /* Course Area */
    .course-area{
        width: 38%;
        max-width: 38%;
        height: 380px;
        float: left;
        margin-left: 20px;
        background: var(--bg-color-4);
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-title{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 4px 4px 0px 0;
    }
    .sidebar-body{
        width: 100%;
    }
    .sidebar-body ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .sidebar-body ul li{
        width: auto;
        padding: 4px 20px;
        border-bottom: 1px solid #6f6f6f;
    }
    
    .sidebar-body ul li:hover a{
        text-decoration: none;
        font-size: 14px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .sidebar-body ul li a{
        text-decoration: none;
        font-size: 14px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .cour-see-all{
        text-align: center;
        margin: auto;
        margin-top: 25px;
    }
    .cour-see-all a{
        border-radius: 5px;
        background-color: var(--bg-color-5);
        border-color: var(--bg-color-6);
        color: var(--font-1);
        padding: 10px 20px;
        font-size: 15px;
        text-decoration: none;
    }
    .cour-see-all a:hover{
        background-color: var(--bg-color-6);
        border-color: var(--bg-color-6);
        color: var(--font-1);
    }
    /* Hero Area End */
    
    /* About Area */
    .h-about{
        width: 100%;
        margin-bottom: 40px;
    }
    .about-area{
        width: 70%;
        max-width: 70%;
        float: left;
    }
    .sidebar{
        width: 100%;
        max-width: 28%;
        float: left;
        margin-left: 20px;
    }
    /* About section */
    .inner-about{
        width: 100%;
        border: 1px solid var(--bg-color-2);
        border-radius: 5px;
        height: fit-content;
    }
    .about-head{
        background: var(--bg-color-2);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 5px 5px 0px 0;
        text-align: center;
        font-weight: 600;
    }
    .about-details{
        width: 100%;
        padding: 25px 10px 10px 10px;
        text-align: justify;
    }
    .advantage{
        width: 100%;
        padding: 0px 10px 10px 10px;
    }
    .advantage-head{
        color: #000000;
        font-size: 18px;
        width: fit-content;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid black;
        margin-left: auto;
        margin-right: auto;
        border-bottom: #0a0a0a;
        border-bottom-width: 1px;
        border-block: solid;
        margin-bottom: 15px;
    }
    .advan-details{
        width: 100%;
        display: flex;
    }
    
    .apply-area{
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        height: 100px;
        background-color: var(--bg-color-2);
        color: var(--font-1);
    }
    .app{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .app2 a {
        color: var(--font-3);
        background-color: var(--bg-color-3);
        border-radius: 5px;
        padding: 10px 25px 10px 25px;
        text-decoration: none;
        font-weight: 500;
    }
    
    
    /* Advantage */
    
    /* Advantage box */
    .side-body{
        width: 100%;
        max-width: 100%;
        height: 300px;
        background-color: var(--bg-color-1);
        padding: 10px;
    }
    .side-card{
        margin-bottom: 20px;
    }
    
    .side-body marquee{
        width: 100% !important;
        height: 100%;
        overflow: hidden;
    }
    marquee a {
        width: 100% !important;
        display: inline-block;
    }
    .marquee-sidebar{
        width: 100% !important;
        overflow: hidden;
    }
    .marquee-sidebar .date{
        width: 60px;
        max-width: 60px;
        height: 60px;
        overflow: hidden;
        background-color: var(--bg-color-5);
        padding: 5px;
        color: var(--bold-1);
        text-align: center;
        float: left;
    }
    .marquee-sidebar p{
        width: calc(100% - 60px);
        overflow: hidden;
        float: left;
        padding-left: 10px;
        text-align: justify;
    }
    .checkmark-list {
        list-style-type: none;
    }
    
    .checkmark-list li::before {
        content: "\2714";
        margin-right: 5px;
    }
    
    /* Sidebar Area */
    .marquee-sidebar {
        font-size: 15px;
        color:var(--font-1);
        display: inline-block;
        margin-bottom: 10px;
        
    }
    .sidebar-body iframe{
        margin-left: auto;
        margin-right: auto;
        width: 300px !important;
    }
}