@media only screen and (max-width: 1560px){
    .container {
        max-width: 100%;
        padding: 0 50px;
    }
    #about-us {
        background-size: 960px;
        padding: 90px 0 70px 0;
    }
    .about-bottom {
        margin: 100px 0 100px 0;
    }
    .about-us-section .about-left {
        max-width: 35%;
        padding: 0px 0px;
    }
    .footer-details a, .footer-details p {
        font-size: 22px;
    }

    header .logo img {
        max-width: 350px;
    }
    header .header-right {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1360px){
    #about-us {
        background-size: 800px;
    }
    .about-us-section .about-left {
        max-width: 45%;
    }
    .services-list h4 {
        font-size: 16px;
    }
    .footer-details a, .footer-details p {
        font-size: 18px;
    }

    #about-us {
        background-size: 650px;
    }
    .about-us-section .about-left p {
        font-size: 20px;
        line-height: 34px;
    }
    .custom-btn {
        font-size: 16px;
    }
    #about-us {
        padding: 60px 0 80px 0;
        background-position: right -20px top 50px;
        background-size: 600px;
    }
    .about-bottom {
        margin: 50px 0 70px 0;
    }
}

@media only screen and (max-width: 1199px){
    header .header-right a {
        font-size: 16px;
        margin-left: 16px;
    }
    header .header-right {
        margin-top: 16px;
    }
}


@media only screen and (max-width: 1024px){
    .footer-details {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
    .footer-details a, .footer-details p {
        margin-bottom: 20px;
    }
    #services-section h2, #footer-contact h2 {
        margin: 20px 0;
        font-size: 48px;
    }
    #services-section {
        padding-bottom: 20px;
    }
    .copy-right {
        margin-top: 40px;
        padding: 15px 0;
    }

    
    #testimonials .testimonial-box h3 {
        font-size: 42px;
    }

    #testimonials .testimonial-box {
        width: 900px;
    }
}

@media only screen and (max-width: 991px){
    .services-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    header .logo img {
        max-width: 260px;
    }
    header .header-right {
        margin-top: 13px;
    }
    header .header-right a {
        font-size: 14px;
        margin-left: 10px;
    }

    .bottom-comment {
        font-size: 20px;
        line-height: 32px;
    }
    .bottom-comment h5 {
        font-size: 18px;
    }
    #testimonials {
        padding: 40px 0 10px 0;
    }

    #testimonials .testimonial-box {
        padding: 30px;
        border-radius: 20px
    }
    #testimonials .testimonial-box h3 {
        font-size: 32px;
        text-align: left;
        margin-bottom: 15px;
    }
    #testimonials .testimonial-box {
        width: 100%;
    }

    .about-bottom {
        font-size: 20px;
        line-height: 30px;
    }

    .about-us-section .about-left {
        max-width: 100%;
    }
    #about-us {
        background: none;
        padding: 40px 0 10px 0;
        text-align: center;
    }
    .about-top {
        display: block;
        text-align: center;
    }
    .about-top img {
        width: 100%;
        max-width: 60%;
        margin: 0 auto;
    }
    .testimonial-box p {
        font-size: 15px;
        line-height: 26px;
    }
    .testimonial-box p strong {
        font-size: 20px;
    }
}


@media only screen and (max-width: 767px){
    .services-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .services-list h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    header .header-right{
        display: none;
    }
    .menu-icon {
        display: inline-block;
        position: absolute;
        top: 21px;
        right: 15px;
    }
    .bottom-comment {
        margin-top: 30px;
    }

    .about-bottom {
        font-size: 18px;
        line-height: 28px;
        margin-top: 30px;
    }

    .testimonial-box .sixth-comments, .testimonial-box .third-comments, .testimonial-box .sec-comments {
        margin: 0;
    }
    .testimonial-box p {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 545px){
    .services-list h4 {
        font-size: 14px;
    }
    .footer-details svg {
        width: 30px;
        height: 30px;
    }
    .footer-details a, .footer-details p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .footer-details span {
        margin-right: 5px;
    }
    a.custom-btn {
        font-size: 14px;
        padding: 10px 20px;
        border-width: 1px;
    }
    #services-section h2, #footer-contact h2 {
        font-size: 32px;
    }

    .testimonial-box p {
        text-align: left !important;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
        float: none !important;
    }
    .container {
        padding: 0 20px;
    }
    .bottom-comment,
    .about-us-section .about-left p {
        font-size: 14px;
        line-height: 22px;
    }
    .bottom-comment h5 {
        font-size: 14px;
    }

    .about-bottom {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    #testimonials .testimonial-box h3 {
        font-size: 26px;
    }
    #testimonials .testimonial-box {
        padding: 15px;
        border-radius: 15px;
    }

    .about-top img {
        max-width: 100%;
    }
    header .logo img {
        max-width: 200px;
    }
    .menu-icon{
        top: 16px;
    }
    .mobile-menu-links {
        top: 73px;
    }
}