/* Medium Layout: 1280px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-area h1 {
        font-size: 52px;
    }

    .hero-img img.path-1-img {
        width: 353px;
        left: 38px;
    }

    .hero-img img.path-2-img {
        left: -50%;
    }

    .hero-img img.path-3-img {
        right: -60%;
        left: auto;
    }

    .features-icon {
        margin-right: 13%;
    }

    img.mask {
        left: -20%;
    }

    .c-border-bg {
        margin-top: 0;
    }
}

/* Tablet Layout: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none;
    }

    .hero-area {
        text-align: center;
    }

    .single-features-item {
        width: 48%;
        float: left;
        margin-right: 2%;
    }

    .features-image,
    .footer-area,
    .footer-btn,
    .copyright-section {
        text-align: center;
    }

    .features-image {
        margin-bottom: 40px;
    }

    .features-image:after {
        right: 29%;
    }

    .hero-img {
        margin: 0 auto;
    }

    .hero-img:after {
        right: 75px;
    }

    .hero-img img.path-1-img.path-2-img {
        left: -128px;
    }

    .hero-img img.path-1-img.path-3-img {
        right: -130px;
    }

    .hero-img img.path-1-img {
        right: 166px;
    }

    .waves-block {
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .hero-area .col-lg-5.text-right.col-md-12 {
        text-align: center !important;
    }

    .hero-area .col-lg-7 {
        padding: 50px 0;
    }

    .tc {
        margin-bottom: 30px;
    }

    .copyright {
        padding-top: 0;
    }

    img.shape-img {
        display: none;
    }
}

/* Mobile Layout: 320px */
@media only screen and (max-width: 767px) {
    h1 { font-size: 36px; }
    h2 { font-size: 23px; }
    h3 { font-size: 17px; }
    h4 { font-size: 16px; }
    h5 { font-size: 15px; }
    h6 { font-size: 14px; }
    body { font-size: 14px; }

    .mainmenu,
    .hero-img img.path-1-img,
    img.mask,
    img.shape-img {
        display: none;
    }

    .hero-area .col-lg-7 {
        padding: 0;
    }

    .hero-img {
        margin-top: 40px;
        text-align: center;
    }

    .hero-area {
        text-align: center;
    }

    .hero-area h1 {
        line-height: 1.2;
    }

    .single-features-item.dfx.aic {
        display: inline-block;
        text-align: center;
    }

    .single-features-item.dfx.aic .features-icon {
        width: 100%;
        margin-bottom: 25px;
    }

    .single-features-item.dfx.aic .features-content {
        width: 100%;
    }

    .pd-80,
    .features-area {
        padding: 50px 0;
    }

    .pd-100 {
        padding: 70px 0;
    }

    .boxed-btn {
        margin-bottom: 25px;
    }

    .boxed-btn.right-btn {
        margin-left: 0;
    }

    .tc,
    .footer-btn,
    .copyright-section {
        text-align: center;
    }

    .copyright {
        padding-top: 0;
    }

    .waves-block,
    .features-image:after {
        display: none;
    }

    .features-image {
        margin-bottom: 40px;
    }

    .c-border-bg:after {
        display: none;
    }
}

/* Wide Mobile Layout: 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-img:after {
        width: 400px;
        height: 400px;
        right: 20px;
        top: 22%;
    }

    .single-features-item.dfx.aic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }

    .single-features-item.dfx.aic .features-icon {
        width: 20%;
    }

    .single-features-item.dfx.aic .features-content {
        width: 80%;
    }

    a.boxed-btn {
        width: 48%;
        margin-bottom: 0;
    }

    .boxed-btn.right-btn {
        margin-left: 2%;
    }

    .copyright-section {
        text-align: center;
        margin-top: 0;
    }
}
