@media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .banner-title {
        font-size: 38px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-title {
        font-size: 38px;
    }
    .banner-subtitle{
        font-size: 18px;
    }
    .services-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .Service-icon {
        max-width: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo-text {
        font-size: 24px;
    }
    .banner-content-box{
        width: 60%;
    }
    .banner-title {
        font-size: 38px;
    }
    .banner-subtitle{
        font-size: 18px;
    }
    .services-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .Service-icon {
        max-width: 50px;
    }
    .home-title-top{
        font-size: 28px;
    }
    .home-p{
        font-size: 18px;
    }
    .home-title{
        font-size: 28px;
    }
    .about-img{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px){
    .header-area .container{
        justify-content: center !important;
        gap: 10px;
    }
    .logo-text {
        font-size: 20px;
    }
    .top-text{
        gap: 10px;
    }
    .top-text a{
        font-size: 16px;
    }
    .banner-content-box{
        width: 80%;
    }
    .banner-title {
        font-size: 38px;
    }
    .banner-subtitle{
        font-size: 18px;
    }
    .services-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .Service-icon {
        max-width: 50px;
    }
    .home-title-top{
        font-size: 28px;
    }
    .home-p{
        font-size: 18px;
    }
    .home-title{
        font-size: 28px;
    }
    .about-img{
        margin-top: 30px;
    }
}
@media screen and (max-width: 479px) {
    .banner-content-box{
        width: 90%;
    }
    .home-title-top{
        font-size: 24px;
    }
    .home-title{
        font-size: 24px;
    }
    .help-title {
        font-size: 20px;
    }
    .icon-box {
        max-width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 22px;
    }
    .help-content-box{
        padding: 15px;
        gap: 15px;
    }
}
@media screen and (max-width: 375px) {
    .banner-title {
        font-size: 30px;
    }
}
