@media screen and (max-width:999px) {

    .navigationHome ul {
        display: none;
    }

    .textHeroSection h5 {
        font-size: 10px;
        font-weight: 800;
    }

    .textHeroSection h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .textHeroSection{
        padding: 150px 10px 50px;
    }

    .heroImage {
        width: 100%;
    }
    .middleThreeSection{
        margin: 20px 0px;
    }

    .footer{
        padding: 60px 20px 40px;
    }

    .innerFooterSection {
        margin-bottom: 40px;
    }

    .copyright p:first-child {
        width: 100%;
    }
    .termSection, .aboutHome {
        padding: 60px 15px;
    }
    .imgSecLean img{
        margin-bottom: 30px;
    }

    .navigationHome button{
        display: block !important;
    }

    .header{
        padding: 10px;
    }

}