/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1620px) {
    .banner_img.wow.bounceIn {
        margin-top: 115px;
    }
    .banner_img form textarea {
        height: 210px;
    }
    .carousel-item.active img {
        height: 100vh;
    }
    .menuSection {
        padding: 32px 0;
    }
    .banner_text.wow.fadeInLeft h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner_text.wow.fadeInLeft h1 {
        font-size: 55px;
    }
    .banner_img form textarea {
        height: 150px;
    }
    .carousel-item.active img {
        height: 100vh;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .menuSec ul li a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header {
        position: unset;
    }
    .header-btn a {
        font-size: 25px;
        padding-left: 20px;
        color: #000;
    }
    .header-btn {
        text-align: end;
        position: relative;
    }
    .banner_text.wow.fadeInLeft p {
        font-size: 10px;
        line-height: 15px;
        padding-bottom: 13px;
    }
    .banner_text.wow.fadeInLeft h1 {
        font-size: 19px;
    }
    a.btn.btn_badam {
        width: 94px;
        font-weight: 500;
        height: 34px;
        border-radius: 8px;
        font-size: 8px;
    }
    .banner_img form input {
        width: 100%;
        height: 20px;
        border-radius: 4px;
        margin: 0;
    }
    .banner_img form textarea {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        margin-top: 5px;
    }
    .banner_img form label {
        padding-bottom: 0;
        font-size: 10px;
    }
    .banner_img form button {
        width: 71px;
        height: 29px;
        background: #000;
        color: #fff;
        border-radius: 10px;
        /* margin-top: 10px; */
        font-size: 11px;
    }
    .banner_img form h5 {
        padding-bottom: 0;
        font-size: 8px;
    }
    .banner_img form {
        background: #FFFFFFBA;
        padding: 10px 12px;
        border-radius: 8px;
    }
    .carousel-item.active img {
        width: 100%;
        height: 40vh;
    }
    .menuSection {
        padding: 0;
    }
    .header-logo a {
        font-size: 28px;
        color: #000;
    }
    .top-bar-left a {
        font-size: 12px;
        color: #000;
    }
    .top-bar-right a {
        font-size: 10px;
    }
    a.header-cart::before {
        left: 75px;
        top: -17px;
        color: #fff;
    }
    .aboutus_sec_text h1 {
        font-size: 35px;
    }
    .aboutus_sec_text p {
        font-size: 15px;
    }
    .aboutus_sec {
        padding: 18px 0 0;
    }
    .cart_icon a:before {
        left: 0;
        top: 0;
    }
    .about_text {
        padding-bottom: 50px;
    }
    .mark-text {
        padding-top: 50px;
    }
    .about_text h1 {
        font-size: 35px;
    }
    .mark-text h1 {
        padding-bottom: 34px;
        font-size: 32px;
    }
    .Aerospace_img {
        padding-top: 50px;
    }
    .High_img h3 {
        font-size: 30px;
    }
    .digital_img {
        padding-top: 30px;
    }
    .Snowflake a {
        font-size: 30px;
    }
    .svg_boxs {
        left: -3px;
    }
    .svg-box {
        padding: 31px;
    }
    .map {
        position: absolute;
        top: 148px;
        left: 8px;
    }
    .Location {
        left: 177px;
    }
    .What_Clients_Are_Saying_content h1 {
        color: #fff;
        font-size: 35px;
    }
    .testimional_slider .slick-list.draggable {
        margin-right: 0;
        padding-right: 0;
    }
    .copy-txt p {
        font-size: 13px;
    }
    .Featured_img h2 {
        font-size: 30px;
    }
    .banner_text.inner-banner h1 {
        font-size: 40px !important;
    }
    .property_text h1 {
        font-size: 37px;
    }
}


/*Media Query End*/