@media(max-width: 1366px) {
    .about-content h2 {
        font-size: 30px !important;
    }

    .content-heading h2 {
        font-size: 30px !important;
    }

    .google-title h2 {
        font-size: 30px !important;
    }
    .content-list ul li {
        font-size: 15px !important;
    }
}

@media(max-width: 1200px) {
    .about-content h2 {
        font-size: 28px !important;
    }

    .content-heading h2 {
        font-size: 28px !important;
    }

    .google-title h2 {
        font-size: 28px !important;
    }

    .heading-title h2 {
        font-size: 30px !important;
    }

    .heading-title p {
        font-size: 16px;
    }
    
}

@media(max-width: 992px) {
    .review-box {
        margin-bottom: 30px;
    }

    .about-img img {
        width: 100%;
        margin-bottom: 30px;
    }

    .form-left-img img {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media(max-width: 768px) {
    .banner-content p {
        /* width: 80% !important; */
    }

    .footer-logo h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .service-bullet ul li {
        font-size: 14px;
        font-weight: 500;
    }
    button.owl-prev span, button.owl-next span{
        display: none;
    }
    .banner {
        background: url(../img/Frame.jpg) no-repeat center;
        background-size: cover;
        min-height: 550px;
        margin-top: 0px;
    }

}

@media(max-width: 500px) {
    .navbar-brand h3 {
        font-size: 20px;
    }
}

@media(max-width: 528px) {
    .form-design {
        padding: 24px !important;
    }

    .footer-menu {
        justify-content: center !important;
        display: flex !important;
    }

    .review {
        margin-top: -46px;
    }

    .service-bullet ul li {
        font-size: 14px;
        font-weight: 500;
    }
    .bg-details{
        padding: 0;
    }
    .footer-logo h4{
        text-align: center;
    }
    .banner-content h1{
        font-size: 28px !important;
    }
    .footer-menu {
        text-align: center;
        display: flex !important;
    }
    
}

@media(max-width: 426px) {
    .banner {
        background-position: right;
    }

    .about-content h2 {
        font-size: 24px !important;
        line-height: 40px;
    }

    .content-heading h2 {
        font-size: 24px !important;
        line-height: 40px;
    }

    .heading-title h2 {
        font-size: 24px !important;
    }

    .card-header h4 {
        font-size: 20px;
    }

    .google-title h2 {
        font-size: 24px !important;
    }

    .accordion-question {
        font-size: 16px;
    }

    .disclaimer p {
        font-size: 14px;
    }

    .copyright-content p {
        font-size: 14px;
    }

    .review-box {
        padding: 20px !important;
    }

    .review-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 24px !important;
    }

    .review-heading h4 {
        font-size: 21px !important;
    }

    .review span {
        font-size: 16px !important;
    }

    .banner-content p {
        width: 100% !important;


    }

    .banner-content h1 {
        font-size: 22px !important;
    }

    .navbar-brand h3 {
        font-size: 18px;
    }

    .service-bullet ul li {
        font-size: 14px;
        font-weight: 500;
    }
    .footer-menu{
        justify-content: none;
        display: none;
    }
    .service-bullet ul{
        padding-left: 0;
    }
    .banner-content p{
        font-size: 14px !important;
    }
    .content-list ul li {
        font-size: 12px;
    }
    .form-design h4 {
        font-weight: 700;
        font-size: 24px;
    }
    .bg-reviwes {
        background-color: #2B485A;
        padding: 0px;
        margin-top: -40px;
    }
    .footer-menu {
       text-align: center;
    }
    .banner {
        background: url(../img/Frame.jpg) no-repeat center;
        background-size: cover;
        min-height: 500px;
        margin-top: 0px;
    }
    .logo h4 {
        color: #024F7A;
        font-weight: 700;
        font-size: 14px;
    }
}