/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {}

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .navbar-brand img {
        max-width: 90px;
    }

    header .nav-link,
    header.active .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .navbar-nav .dropdown-menu.show {
        display: inline-block;
    }

    .navbar-nav {
        text-align: center;
    }

    .banner {
        text-align: center;
        padding-top: 200px;
    }

    .banner-content h1 {
        font-size: 50px;
    }

    .banner-content p {
        font-size: 18px;
    }

    .banner-img {
        max-width: 400px;
        margin: 0 auto;
    }

    .banner-img img {
        max-width: 100%;
    }

    .why-us-item .content .text {
        line-height: 1.8;
        padding: 0px 20px;
    }

    .why-us-item .content h4 {
        font-size: 20px;
    }

    .feature-item {
        padding: 25px 20px;
    }

    .feature-item h4 {
        font-size: 18px;
    }

    .crm-industry-item-wrapper:nth-child(even) {
        transform: unset;
    }

    .crm-industry-item-wrapper:nth-child(3n+2) {
        transform: translateY(70px);
    }

    .c2a {
        padding: 120px 0px;
    }

    .testimonial .image-column {
        margin-bottom: 70px;
    }

    .testimonial .image-column .pattern-layer {
        left: 130px;
    }

    .testimonial-left-img {
        text-align: center;
    }

    .prefooter {
        padding: 70px 0;
    }

    .c2a-content h2,
    .prefooter-content h2 {
        line-height: 1em;
        font-size: 40px;
    }

    .contact-form {
        margin-bottom: 30px;
    }


}

/* Extra small Device. */
@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 80px;
    }

    header.active .navbar-brand img {
        max-width: 70px;
    }

    header .nav-link,
    header.active .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .navbar-nav .dropdown-menu.show {
        display: inline-block;
    }

    .hero {
        padding-bottom: 70px;
    }

    .hero__title {
        font-size: 40px;
    }

    .hero__content-body {
        width: 100%;
    }

    .hero__img {
        display: none;
    }

    .navbar-nav {
        text-align: center;
    }

    .banner {
        text-align: center;
        padding-top: 170px;
    }

    .banner-content h1 {
        font-size: 40px;
    }

    .banner-content p {
        font-size: 17px;
    }

    .banner-img {
        max-width: 260px;
        margin: 0 auto;
    }

    .banner-img img {
        max-width: 100%;
    }

    .btn-style-1 {
        padding: 12px 25px;
    }

    .why-us-item .content .text {
        line-height: 1.8;
        padding: 0px 10px;
    }

    .why-us-item .content .text::before {
        display: none;
    }

    .why-us-item .content h4 {
        font-size: 20px;
    }

    .crm-industry-item-wrapper:nth-child(even) {
        transform: unset;
    }

    .c2a-content h2,
    .prefooter-content h2 {
        line-height: 1.2em;
        font-size: 36px;
    }

    .c2a::before {
        background-repeat: repeat-x;
    }

    .c2a {
        padding: 90px 0px 100px;
    }

    .testimonial-contents h3 {
        font-size: 30px;
    }

    .testimonial .image-column {
        margin-bottom: 70px;
    }

    .testimonial .image-column .pattern-layer {
        left: 0px;
        top: 45px;
        width: 268px;
        height: 269px;
        background-size: cover;
    }

    .testimonial-left-img {
        text-align: center;
    }

    .testimonial-left-img img {
        max-width: 100%;
    }

    .prefooter {
        padding: 70px 0;
    }

    .c2a-content h2,
    .prefooter-content h2 {
        line-height: 1.2em;
        font-size: 30px;
    }

    .about-intro--content {
        margin-bottom: 30px;
    }

    .contact-form {
        margin-bottom: 30px;
    }

    .contact-info--block {
        flex-direction: column;
        text-align: center;
    }

    .contact-info--icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

}

/* SM Device :576px. */
@media (min-width: 576px) and (max-width: 767px) {
    .banner {
        height: 700px;
    }

    .banner-img {
        max-width: 330px;
    }

    .testimonial .image-column .pattern-layer {
        left: 81px;
        top: 42px;
        width: 378px;
        height: 343px;
    }



}