@media (max-width:575px){
    body .slide-content {
        position: relative;
        z-index: 10;
        max-width: 100%;
        min-width: 100%;
        text-align: left;
        min-height: auto;
        margin: 80px 0px 80px 20px;
    }
    body .slideshow-navigation-button {
        display: none;
    }
    body .slideshow-pagination {
        bottom: 1rem;
    }
    body .slide-buttons .btn {
        margin-right: 1rem;
        padding: 5px 10px;
        font-size: 14px;
        transition: 0.3s;
    }
    body .slide-title {
        font-size: 2rem;
        max-width: 100%;
    } 
    body .slide-desc {
        font-size: 14px;
        color: #fff;
        margin-top: 30px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    body section {
        padding: 20px 0 !important;
    }
    body .section-title {
        font-size: 22px;
    }
    .tour-section .section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .tour-section .section-description {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .tour-section .features-list li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    body .section-description {
        width: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .the-header .logo {        
        max-width: 120px;
    }
    body .the-header .header-actions {
        margin-top: 0px;
    }
    .the-header .top-social-share {
        display: none;
    }
    .the-header .top-bar {        
        padding: 5px 0;
    }
    .the-header .top-contact-info {
        justify-content: start;
        margin-bottom: 0px;
    }
    .the-header .top-auth-action {        
        gap: 10px;
    }
    .the-header .main-header {
        padding: 10px 0;
    }
    .mixitup-buttons button {
        padding: 5px 10px;
        font-weight: 400;
        font-size: 14px;
        width: 100px;
    }
    .course-card.card .card-title {
        font-size: 18px;
    }
    .course-card.card .card-description {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .course-card.card .card-meta {        
        margin-bottom: 0;
    }
    .course-card.card .card-meta > div{
        font-size: 14px;
    }
    .professionals-section {        
        padding: 10px;
    }
    body .professionals-section .team-grid {        
        gap: 0px;
    }
    body .professionals-section .professional-card {
        flex: 1 1 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-bottom: 10px;
    }
    .professionals-section .name {
        font-size: 18px;
    }
    .testimonial-section .quote {
        font-size: 14px;
    }
    .testimonial-section .designation {        
        margin-bottom: 1rem;
    }
    .testimonial-section .arrow-buttons {
        gap: 1rem;
        padding-top: 1rem;
    }
    .testimonial-section .image-container {
        width: 100%;
        height: 14rem;
        perspective: 800px;
    }
    body .brand-section {
        margin-top: 0px;
    }
    .course-card.card {
        margin-bottom: 10px;
    }
    .details-container .course-title {
        font-size: 20px;
        font-weight: 700;
        color: #222;
    }
    .details-container .course-price {
        font-size: 18px;
        font-weight: 600;
        color: var(--primary);
    }
    body .breadcrumb-course {
        padding: 10px;
    }
    .breadcrumb-course .container{
        padding: 0px;
    }
    .details-container .tab-title {
        font-size: 20px;
        margin-bottom: 20px;
        color: #222;
    }
    .course-tabs p{
        font-size: 14px;
    }
    .details-container .course-main {
        flex: 1;
        min-width: auto;
        width: 100%;
    }
    .checkout-container .coupon-input {
        display: flex;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .details-container .course-header {
        display: flex;
        justify-content: start;
        align-items: start;
        margin-bottom: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .details-container .tabs-nav a {
        font-size: 14px;
    }
    .details-container .tabs-nav li {
        margin-right: 15px;
    }
}
@media (min-width:576px) and (max-width:767px){}
@media (min-width:768px) and (max-width:991px){}
@media (min-width:992px) and (max-width:1199px){}
@media (min-width:1200px){}