@media only screen and (max-width: 767px){
    .large_heading {
        font-size: 30px;
        line-height: 40px;
    }
    .large_heading span {
        font-size: 36px;
        color: var(--primary-color);
    }
    .btnMenu {
        background:none;
        border:none;
        color:#000;
    }
    .mobileMenu {
        position: fixed;
        top: 0;
        background: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        left: -100%;
        width: 75%;
        height: 100%;
        overflow: auto;
        z-index: 999;
        padding: 20px;
        transition: all .5s;
    }
    .btnlook1 {
        padding: 16px 22px;
    }
    .img2{
        display:none
    }
    .img1 img{
        width:100%;
    }
    .stepbox {
        width: calc(100% / 1);
    }
    .nxtstep {
        display: flex;
        flex-wrap: wrap;
    }
    .steptext .sub_heading{
        margin-top:15px;
    }
    .banner:before {
        position: absolute;
        content: "";
        background: #0000008c;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        transform: skewX(0deg);
    }
    .banner {
        height: 100%;
    }
    .packagebox {
        margin-top: 25px;
    }
    .heading {
        font-size: 22px;
        font-weight: 900;
    }
    .sticky .leftLogo a h2 {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }
    .leftLogo {
        padding: 10px 0;
    }
    .btnmb {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .bannerform {
        height: 72vh;
    }
    .bannerform:before {
        height: 72vh;
        top: 0;
    }
    .stepbox {
        margin-right: 0;
    }
    .copyright {
        display: flex;
        justify-content: space-between;
        flex-flow: column;
        align-items: center;
    }
    .copyright ul{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .inlineHeader {
        justify-content: center;
    }
    .banner {
        background-size: auto;
        background-position: right;
        background-attachment: fixed;
    }



}
@media (min-width: 768px) and (max-width: 990px){
    .btnMenu {
        background:none;
        border:none;
        color:#fff;
    }
    .mobileMenu {
        position: fixed;
        top: 0;
        background: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        left: -100%;
        width: 75%;
        height: 100%;
        overflow: auto;
        z-index: 999;
        padding: 20px;
        transition: all .5s;
    }
    .stepbox {
        width: calc(100% / 1);
    }
    .nxtstep {
        display: flex;
        flex-wrap: wrap;
    }
    .banner {
        height: 100%;
    }
    .banner:before {
        position: absolute;
        content: "";
        background: #0000008c;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        transform: skewX(0);
    }
    .expbox ul{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
    }
    .expbox ul li{
        width: calc(95% / 2);
        margin-right:17px;
    }
    .packagebox {
        margin-top: 25px;
    }
    .stepbox {
        margin-top: 25px;
    }
    .banner-text {
        height: 71VH;
    }
    .bannerform {
        height: 72vh;
    }
    .bannerform:before {
        height: 72vh;
        top: 0;
    }
    .copyright {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}