@media only screen and (max-width:575px){
    .home h1{
        font-size: 26px;
    }
    br{
        display: none;
    }
    .links li a{
        animation: none;
    }
    .home-btn{
        width: 100%;
    }
    .title{
        font-size: 25px;
    }
    .title::before{
        width: 200px;

    }
    .title::after{
        width: 50px;
        

        transform: translateX(-20px) translateY(-20px);
    }
    .testimonial-content img ~p{
        font-size: 10px;
    }
    .testimonial-content{
        padding: 20px 16px;
        width: 100%;
    }
    .testimonial-content p{
        font-size: 13px;
    }
    .social p{
        font-size: 25px;
    }
    .social-icon a{
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .social-icon a i{
        font-size: 18px;
       
    }
    .footer-container{
        padding-left: 40px;
    } 
    .subscribe{
        width: 50% !important;
    }

}
@media only screen and (min-width:576px) and (max-width:991px){
    .home h1{
        font-size: 28px;
    }
    br{
        display: none;
    }
    /* .home-btn{
        width: 100%;
    } */
    .title{
        font-size: 25px;
    }
    .title::after{
        
        /* transform: translateX(-30px); */
        transform:translateX(-50px) translateY(-20px);
    }

}
@media only screen and (min-width:1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 70%;
    }
    .home p{
        font-size: 20px;
    }
    .home-btn{
        font-size: 18px;
        padding: 15px 35px;
    }    
    .services img{
        margin-top: 20px;
    }
    .services h4{
        font-size: 32px;
        margin-top: 20px;
    }
    .services p{
        font-size: 20px;
        margin-top: 10px;
    }
    .title{
        font-size: 52px;
    }
    .title::before{
        /* transform: translateY(120px); */
        transform: translate(-50% ,135px);
    }
    /* --------about----------- */
    .about p{
        font-size: 20px;
    }
    .about .about-why{
        font-size: 39px;
    }
    .about img{
        width: 60%;
    }
    .about ul i{
        color: #a517ba;
        margin-right: 10px;
        font-size: 21px;
}
    .about ul li{
        font-size: 19px;
    }
    .testimonial-content p{
        font-size: 20px;
    }
    .testimonial-content img ~p{
        font-size: 17px;
    }
    .testimonial i{
        font-size: 60px;
    }

}