@media screen and (max-width:1399px) {
    .choose-img img {
        width: 100%;

    }
    .testimonial {
        width: 100%;
    }
    ul.footer-icon li {
        margin:0 4px;
    }
}
@media screen and (max-width:1299px) {
    .about-img {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width:1199px) {
    .header-menu ul li {
        padding: 0 6px;
    }
    #banner-main {
        height: 530px;
    }
    .banner-text {
        transform: translateY(-44px);
    }
    .why {
        width: 100% !important;
    }
    ul.footer-icon li a {
        font-size: 18px;
    }
    ul.footer-icon li {
        width: 35px;
        height: 35px;
        margin: 0 2px;
    }
    .service {
        height: inherit;
    }
    .testimonial-text {
        padding: 60px 60px 60px 120px;
    }
    
   
}
@media screen and (min-width:992px) {
    button.menu-align , li.close i , li.welcome, .close {
        display: none !important;
    }
}
@media screen and (max-width:991px) {
    .header-menu ul {
            display: none;
        }
    .header-menu i.fa-solid.fa-bars {
        font-size: 30px;
        color: #fff;
    }
    #header-main.add button.menu-align i {
        color: #000;
    }
    button.menu-align {
        background: none;
        border: none;
    }
    .header-top {
        position: relative;
    }
    ul.menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: auto;
        overflow-y: auto;
        height: inherit;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        background-color: var(--black-color);
        padding: 0 50px 50px 50px;
    }
    .header-menu ul li  {
        padding: 10px 0;
    }
    #header-main.add .header-menu ul li a {
        color: var(--white-color);
    }
    .banner-text {
        transform: translateY(-44px);
        padding-top: 18px;
    }
    #banner-main {
        height: 400px;
    }
    .testimonial-text {
        width: 100%; 
        padding: 50px;
    }
    #header-main {
        border-bottom: 1px solid #5a5656;

    }
    #header-main.add#header-main {
        border-bottom: inherit;
    }
    .section-tittle {
        font-size:25px;
    }
    .blog-deatils-img img {
        height: 350px;
    }

}
@media screen and (max-width:767px) {
    .header-img img {
        width: 80px;
    }
    p.paragraph {
        font-size: 16px;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    #banner-main {
        height: 340px;
    }
    .section-tittle {
        font-size: 25px;
    }
    .btn i {
        width: 25px;
        height: 25px;
        font-size: 20px;
        margin-left: 7px;
    }
    .btn {
        padding: 10px;
        font-size: 14px;
    }
    .service {
        padding: 20px;
    }
    .footer-logo img {
        width: 80px;
    }
    #breadcrumb-main {
        height: 240px;
    }
    .blog-double-first img, .blog-double-second img {
        height: 200px;
    }
}
@media screen and (max-width:539px) {
    .banner-text h1 {
        font-size: 26px;
    }
    .banner-text {
        transform: translateY(-27px);
    }
    #banner-main {
        height: 350px;
    }
    .breadcrumb-text h1 {
        font-size: 20px;
    }
    .breadcrumb-text ul {
        padding: 5px 15px;
    }
    #breadcrumb-main {
        height: 230px;
    }
    .blog-deatils-img img {
        height: 250px;
    }
}
@media screen and (max-width:479px) {
    .banner-text h1 {
        font-size: 19px;
    }
    p.paragraph {
        font-size: 15px;
    }
    .header-menu {
        justify-content: center;
    }
    .section-tittle {
        font-size: 19px;
        line-height: 1.6;
    }
    .sub-taxt {
        font-size: 16px;
    }
    .small-text {
        font-size: 17px;
    }
    .about-icon {
        width: 70px;
    }
    .about-right-text {
        width: calc(100% - 70px);
    }
    .why-content ul li {
        font-size: 15px;
    }
    .testimonial-text {
        padding: 15px;
    }
    .portfolio-img img {
        height: 350px;
    }
    ul.footer-icon li {
        width: 25px;
        height: 25px;
        margin: 0 1px;
    }
    ul.footer-icon li a {
        font-size: 15px;
    }
    .footer ul li a {
        font-size: 14px;
    }
    .footer ul li i {
        padding-right: 7px;
    }
    .contact-icon i {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    .contact-icon {
        width: 80px;
    }
    .contact-text {
        width: calc(100% - 80px);
    }
    .contact-content , .contact-form {
        padding: 15px;
    }
    .breadcrumb-text ul {
        padding: 5px;
    }
    .our-team-img img {
        height:250px;
    }
    .breadcrumb-text ul li a {
        font-size: 16px;
    }
    .blog-double-first img, .blog-double-second img {
        height: 150px;
    }
}