.landing-image {
    max-width: 833px;
    width: 100%;
    margin: 0 auto 50px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;

}

.activec-signup {
    background: #f9f9f9 !important;
}

.banner-text-inner .content-glass-bg .site-button a {
    font-size: 16px !important;
    background-image: none;
    padding-right: 0 !important;
}

.res-footer-inner ul li .search_bar img {
    top: -1px;
}

@media screen and (max-width : 1600px) and (min-width : 767px) {
    .banner-heading {
        font-size: 36px !important;
    }
}

@media screen and (max-width : 767px) {
    .site-button a {
        width: 200px;
    }
}

@media screen and (max-width : 480px) {
    .banner-heading {
        font-size: 16px;
    }

    .content-glass-bg {
        padding: 13px 10px 7px;
    }

    .content-glass-bg p {
        font-size: 13px;
        line-height: 17px;
    }

    .site-button a {
        width: 234px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width : 1600px) {
    .abtdroneu-content-main {
        width: 100%;

    }
}