@media only screen and (max-width:1440px){

    .about-section {
        margin-top: -170px;
    }
}
@media only screen and (max-width:1024px){
    .hero-slider{
        min-height: 550px;
    }
    .slider-data {
        position: relative;
        min-height: 550px;
    }
}
@media only screen and (max-width:768px){
    .manu-content h4{
        font-size: 18px;
    }
    .slider-data {
        position: relative;
        min-height: 420px;
    }
    .hero-slider {
        min-height: 170px;
    }
    .slider-data h4{
        line-height: 30px;
        font-size: 17px;
    }
    .slider-data h4 span{
        font-size: 17px !important;
    }

}
@media only screen and (max-width:430px){
    p{
        font-size: 14px;
    }
    .navbar{
        background-image: linear-gradient(120deg, #404040eb, #27282aed);
    }
    .hero-section{
        min-height: 510px;
        background-position-x: 70%;
    }
    .slider-data h1{
        line-height: 35px;
    }
    .slick-dots{
        bottom: -45px;
    }
    .reverce{
        flex-wrap: wrap-reverse;
    }
    .slider-data h4{
        line-height: 30px;
        font-size: 13px;
    }
    .slider-data h4 span{
        font-size: 13px !important;
    }
    .hero-slider {
        min-height: 480px;
    }
    .slider-data {
        position: relative;
        min-height: 330px;
    }
    .slide-img{
        min-height: 330px;
    }
    .about-section {
        margin-top: -200px;
    }    
    .content-slide{
        top: 35%;
    }
}