﻿@media screen and (max-width: 1279px) {
    .call a {
        color: #fff;
        padding: 8px 6px;
        margin: 0 5px;
        width: 141px;
        font-size: 14px;
    }
    .banner-form {
        width: 30%;
    }
}
@media screen and (max-width: 991px) {
    .form-heading h2 {
        padding-top: 0px;
        font-size: 23px;
    }

    .banner-form {
        width: 40%;
        padding: 20px 15px 32px;
    }

        .banner-form .form-control, .form-select {
            font-size: 15px;
        }

        .banner-form .row > * {
            margin-top: 7px;
        }

    .why-module {
        padding: 0px 30px;
    }

    .why-choose {
        padding: 0px 0 81px;
    }

    .top-heading h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .why-content p {
        width: 100%;
    }

    .animation-img img {
        width: 100%;
    }

    .content-animation {
        padding: 30px 28px 13px 11px;
    }

    .animation-heading h3 {
        font-size: 35px;
        line-height: 45px;
        padding: 0 0 3px;
    }

    ul.star-lists li, .read-more ul li {
        width: 100%;
    }

    ul.star-lists, .read-more ul {
        display: block;
    }
    .read-more ul {
        padding-bottom: 1px;
    }
    .source-text p {
        padding-left: 0px;
    }
}
@media screen and (max-width:767px) {
    .banner-form {
        width: 65%;
        margin: 0 auto;
        position: unset;
    }

    .top-heading h2 {
        text-align: center;
        margin-top: 37px;
    }

    .why-content p {
        font-size: 19px;
        line-height: 1.3;
        margin: 0 auto;
        width: 315px;
    }

    .why-content {
        margin: 15px 0;
    }

    .choose-bottom p {
        font-size: 18px;
    }

    .why-choose {
        padding: 0px 0 40px;
    }

    .heading h3 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .why-module {
        padding: 0px 10px;
    }

    .animation-img {
        text-align: left;
    }

    .animation-img img {
        width: 63%;
    }
    .visual-effects .row{
        flex-direction:column-reverse;
    }
    .source-text p {
        text-align: center;
        line-height: 1.5;
    }
}
@media screen and (max-width:576px) {
    .banner-form {
        width: 100%;
    }

    .heading h3 {
        text-align: center;
        line-height: 1.1;
    }

    .animation-img, .animation-img.visual-img {
        text-align: center;
    }

        .animation-img img {
            width: 90%;
        }

    .animation-heading h3 {
        font-size: 30px;
    }

    .last-bottom {
        padding: 50px 20px 50px 20px;
    }

    .last-bottom-content h3 {
        font-size: 27px;
    }

    .moreless-button {
        display: block;
        margin: 0 auto;
    }

    p {
        font-size: 18px;
    }
}
@media screen and (max-width:479px) {
    .content-animation {
        padding: 30px 11px 13px 11px;
    }
    .animation-heading h3 {
        font-size: 28px;
        line-height: 1.2;
    }
}
@media screen and (max-width:413px) {
    .animation-img img {
        width: 100%;
    }
}
@media screen and (max-width:359px) {
    .fill-form a {
        padding: 6px 9px 7px 20px;
    }
    .fill-form img {
        margin-left: 23px;
    }
    .footer-bottom p{
        line-height:1.4;
    }
}