
@media only screen and (min-width: 992px) and (max-width: 1199px){

}
@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 991px){

}
@media only screen and (min-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 767px){

}

@media only screen and (min-width: 768px){

}
@media only screen and (max-width: 574px){

}
@media only screen and (max-width: 480px){

}
@media only screen and (max-width: 360px){

}
@media only screen and (max-width: 413px){
 
}
@media only screen and (min-width: 414px) and (max-width: 575px){

}

@media only screen and (max-width: 414px){
    .sk-event-section h3 {
        font-size: 75px;
    }
    
    .sk-explore-sec h2 {
        font-size: 17px;
        line-height: 16px;
        
    }
    .sk-eventSub-main {
        top: 29px;
        
    }
    .sk-explore-sec h3 {
        font-size: 75px;
       
    }
    .expSub-main {
    
        top: 27px;
        left: 5px;
    }
    .sk-eventSub-main {
        top:27px;
        left: 5px;
        text-align: left;
    }
    .sk-event-section {
        display: flex;
     justify-content: left;
    }
    .mt-50{
        margin-top: 0px;
    }
    .sk-footer-sec {
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-sk-dash {
      
        justify-content: center;
    }
    .footer-sk-dash img {
      
        width:100%;
    }
}




