@media screen and (max-width:991px) {

    /* ===mobile-screen-responsive=== */

    nav {
        text-align: left;
        padding: 25px 15px;
        display: none;
        height: auto;
         position: fixed;
         top: 125px;
        left: 0;
        width: 100%;
        background-color: var(--theme-color);
    }

    nav ul {
        flex-direction: column;
    }

    nav ul li a:hover {
        color: var(--white);
    }

    .moblie-bar button {
        display: unset;
        margin-left: 25px;
    }

    nav ul li a {
        padding: 10px 0;
        display: inline-block;
    }

    /* ===mobile-screen-responsive=== */
    .banner-col {
        width: 100%;
    }

    .banner-col.right {
        display: none;
    }

    .banner-text {
        text-align: center;
    }

    #header-main.sticky {
        position: static;
    }

    .about-img {
        display: none;
    }

    .about-col {
        width: 100%;
    }

    #about-main,
    #service-main,
    #contact-main {
        padding: 50px 0;
    }

    .box {
        padding: 30px 10px;
    }

    .box .content h4 {
        font-size: 20px;
        margin: 10px 0 0 0;
    }

    .contact-col,
    .contact-form-col {
        width: 100%;
    }

    iframe {
        width: 100%;
        height: 300px;
    }

    /*.contact-col {*/
    /*    order: 1;*/
    /*}*/

    /*.contact-form-col {*/
    /*    order: 1;*/
    /*}*/

    /*.contact-map {*/
    /*    padding-top: 30px;*/
    /*}*/

    .contact-form {
        padding: 40px 160px 50px 120px;
    }

    #testimonial-main {
        padding: 50px 0;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 35px;
        line-height: 35px;
    }
    
    .banner-text p {
        margin: 0 auto;
    }
    .about-col.right {
        width: 100%;
    }
    
    .about-text {
     max-width: initial; 
    }
    .service-box {
    flex-wrap: wrap;
    }
    .box {
    width: calc(50% - 30px);
    }
    .box .content p {
        min-height: 68px;
    }
}


@media screen and (max-width:767px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }


    #banner-main {
        padding: 180px 0 100px 0;
    }

    .service-box,
    .service-add-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box {
        padding: 50px 10px;
        width: 400px;
    }

    main .slider .buttons {
        top: 450px;
    }

    .footer-icon ul li a {
        padding: 7px 12px;
        font-size: 25px;
        width: 50px;
        height: 50px;
    }

    .footer-icon ul li:first-child a {
        padding: 7px 16px;
    }

    .footer-nav ul li a {
        color: var(--white);
        padding: 0 8px;
    }

    .footer-copy-right p {
        font-size: 14px;
    }

    .footer-icon ul li {
        padding: 0 12px;
    }
}

@media screen and (max-width:479px) {
    h1 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }


    #banner-main {
        padding: 150px 0 60px 0;
    }

    p {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0 25px 0;
    }

    .banner-text input {
        width: 150px;
        padding: 10px 10px;
        font-size: 14px;
    }

    .logo-slider {
        margin-top: 25px;
    }

    .banner-text .submit {
        width: 135px;
    }

    .btn.btn-1 {
        width: 80px;
        font-size: 16px;
        height: 38px;
        line-height: 38px;
    }

    .logo a img {
        width: 70px;
        height: auto;
        object-fit: cover;
    }

    .moblie-bar button {
        margin-left: 15px;
    }

    .contact-form {
        padding: 10px 30px 50px 7px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .footer-nav ul li a {
        color: var(--white);
        font-size: 16px;
        padding: 0 5px;
    }

    .footer-icon ul li {
        padding: 10px 15px 0 15px;
    }

    .footer-nav ul,
    .footer-icon ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-nav {
        padding-top: 20px;
    }

    #button {
        bottom: 110px;
        right: 10px;
    }
}

@media screen and (min-width: 600px) {
    main {
        max-width: 800px;
    }

    main .slider .buttons {
        top: 450px;
    }
}

@media screen and (min-width: 900px) {
    main {
        width: 100%;
        max-width: 1054px;
    }

    main .slider .buttons {
        right: 43%;
        top: 77%;
    }

    main .slider .slide {
        position: relative;
        text-align: left;
        display: flex;
        flex-direction: row;
    }

    main .slider .slide .testimonial {
        padding: 32px 0 0 0;
        background-size: 80px;
        background-position: 19% -7%;
        transform: translateX(100px);
    }

    main .slider .slide .testimonial blockquote {
        font-size: 24px;
        line-height: 30px;
    }

    main .slider .slide .testimonial .author span {
        display: contents;
    }

    main .slider .slide .slider-img {
        padding: 55px;
    }

    main .slider .slide .slider-img img {
        width: 400px;
    }

}