/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1596px) {
    .banner-area:before {
        display: none;
    }

    .banner-bottom-info {
        padding: 0px;
    }

    .banner-area:after {
        background-position: right;
    }

    .banner-area .container,
    .banner-area .row {
        height: auto;
    }

    .page-title.title-center {
        padding-top: 0;
    }

    .homeContent h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1460px) {
    .homeContent h4 {
        font-size: 20px;
        padding-left: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1120px) {
    .homeContent h4 {
        font-size: 18px;
        padding-left: 15px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area:before {
        display: none;
    }

    .banner-area:after {
        background-position: right;
    }

    .page-title.title-center {
        padding-top: 0;
    }

    .banner-area {
        min-height: auto;
        padding-bottom: 60px;
    }

    .banner-area .container,
    .banner-area .row {
        height: auto;
    }

    .single-form input {
        width: 100% !important;
        margin-left: 0;
    }

    .section-content.complimentary-content ul {
        padding-left: 0;
    }

    .section-content.complimentary-content p {
        padding-left: 0;
    }

    .section-content h4 {
        font-size: 15px;
        padding-left: 15px;
    }

    .container {
        max-width: 98%;
    }

    .section-content.sec2 h4 img {
        height: 60px;
    }

    .text-break p {
        line-height: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 852px) {
    .homeContent h4 {
        padding-left: 5px;
    }

    .container {
        max-width: 98%;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .banner-area:before {
        display: none;
    }

    .banner-area:after {
        background-position: right;
        width: 80%;
    }

    .banner-menu-list {
        padding: 15px;
    }

    .banner-menu-list li a b {
        font-size: 15px;
    }

    .banner-menu-list li a {
        font-size: 15px;
    }

    .banner-bottom-info {
        padding: 0;
        margin-bottom: 30px;
    }

    .banner-bottom-info p {
        font-size: 16px;
    }

    .grid2 {
        display: block;
    }

    .banner-bottom-info span:first-child {
        margin-bottom: 25px;
        display: inline-block;
    }

    .banner-area {
        min-height: auto;
        padding-bottom: 60px;
    }

    .banner-area .container,
    .banner-area .row {
        height: auto;
    }

    .banner-txt {
        text-align: right;
    }

    .section-content h4 img {
        height: 50px;
        margin: 0px 20px;
    }

    .section-content h4 {
        padding-left: 35px;
        text-align: center;
    }

    .section-content {
        height: auto;
        margin: 10px 0px 20px;
    }

    .section-blue-txt h4 {
        font-size: 26px;
    }

    .content-box {
        padding: 10px;
    }

    .contentBg {
        padding: 15px;
    }

    .single-list {
        margin: 15px 0px;
        height: auto;
    }

    .section-content h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .logo-grid {
        gap: 20px;
    }

    .contentBgGreen {
        padding: 15px;
    }

    .contentGrid {
        gap: 15px;
    }

    .contentBg.bg-white {
        padding: 0;
    }

    .section-content.sec2 h4 img {
        height: 52px;
        top: 2px;
        left: 0;
    }

    .section-content.sec2 {
        margin: 0;
        margin-top: 20px;
    }

    .section-blue-txt h5 {
        line-height: 1.5;
    }

    .page-title.orange h2 img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .page-title.title-center {
        padding-top: 20px;
    }

    .blue-bg-content.bgWhite {
        padding: 0;
    }

    .single-form input {
        width: 100% !important;
        margin-left: 0;
    }


    .section-content.complimentary-content ul {
        padding-left: 0;
    }

    .section-content.complimentary-content p {
        padding-left: 0;
    }

    .single-img-right {
        padding-left: 0;
    }

    .text-break p {
        line-height: inherit;
    }

    .section-text.violate {
        padding-right: 0;
        padding-left: 15px;
    }

    .contact-form-3 .single-form {
        display: block;
    }

    .contact-form-3 .single-form p {
        width: 100%;
        text-align: left;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .section-content h4 {
        font-size: 24px;
    }

    .section-content h4 img {
        left: 15px;
        height: 68px;
        float: left;
    margin-top: -6px;
    }

    .single-img-right {
        padding-left: 0;
    }

}

@media only screen and (max-width: 480px) {
    .section-content h4 {
        padding-left: 0px;
        text-align: center;
    }

    .section-content h4 {
        font-size: 14px !important;
        padding: 0;
    }

    

    .banner-menu-list li a {
        font-size: 14px;
    }

    .banner-menu-list li a span {
        padding: 14px 10px;
        margin-right: 3px;
    }

    .banner-menu-list li a i {
        font-size: 10px;
    }
}