@media (max-width:768px) {
    .page-content-caption {
        font-size: 1rem;
    }

    .hero-caption {
        font-size: 1.1rem;
        padding: 0 1rem;
    }

    .home-about-message {
        padding: 1rem 0;
    }

    .check-points-wrapper .check-points {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        border: 1px solid #e8e8e8;
        margin: 1rem 0;
        padding: 1rem .375rem;
    }

    .navbar-brand img {
        width: 8rem;
    }

    .hero-container .theme-hero-line h1,
    .hero-container .theme-hero-line h1 span {
        font-size: 3rem;
    }

    .hero-center .hero-container .row .hero-content {
        margin-top: 3rem;
        padding: 0rem;
    }

    .theme-btn {
        padding: 0.8rem 1rem;
    }

    .theme-light-bg-container {
        padding: 1.5rem;
    }

    .navbar-nav {
        margin-right: 0;
    }

    .navbar-collapse {
        background-color: var(--theme-white);
        text-align: center;
        padding: 1rem 0rem;
    }

    .service-element .col-lg-6 {
        flex-direction: column;
        text-align: center;

    }

    .service-element {
        padding: 0rem 0rem;
    }

    .cta-container .row {
        padding: 2rem;
    }

    .cta-container .row .col-lg-6:nth-child(2) {
        margin-top: 1rem;
    }

    /* header */
    .page-header {
        padding: 3rem 0;
    }

    footer {
        text-align: center;
    }

    .footer-copyright .container {
        flex-direction: column;
    }

    .footer-copyright .footer-social-widget {
        margin-top: .5rem;
    }

    .our-commitment .commit-content {
        padding: 2rem 1rem;
    }

    footer .footer-content .col-lg-3:not(:first-child) {
        padding-left: 0rem;
    }


    /* about-us */
    .our-mission .col-lg-6:nth-child(2) img,
    .our-vision .col-lg-6:nth-child(2) img {
        width: 325px;
    }

    .our-mission,
    .our-vision {
        text-align: center;
    }

    /* .services-benefits img */
    .services-benefits img {
        width: 265px;
        height: auto;
    }

    /* form */
    .contact-form .contact-wrapper {
        padding: 0rem 2rem;
    }

    .contact-form .contact-info {
        text-align: center;
        padding: 3rem 0;
    }

    .form-control {
        width: 100%;
    }

    .hero-center {
        background-size: 150% auto;
        background-position: top center;
    }

    .contact-form button {
        width: 100%;
        margin-bottom: 2rem;
    }

    .explore-our-categories .col-lg-3 {
        width: 94.2%;
        margin: 40px 12px;
    }
}

@media(max-width:520px){
    .thank-you-note .theme-caption{
        padding: 1rem 2rem;
    }
}

@media (max-width:1280px) {

    .footer-content p,
    .footer-content ul,
    .footer-copyright {
        font-size: 0.875rem;
    }
}