@media (max-width: 480px) {
    .navbar-text {
        display: none;
    }
    .homeppage-banner .discount-ribbon {
        top: -56%;
    }
    .navbar-brand img {
        /*margin: 0 auto;*/
    }
    .navbar-brand {
        display: flex;
        width: 100%;
    }
    .footer-top .wrap {

        margin-bottom: 15px;
    }
    .newsletter-form .btn-primary {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px){
    .discount-ribbon {
        top: -127%;
    }
    .container {
        max-width: 100%;
    }

    .form-control {

        margin-bottom: 10px;
    }
	.paytype{margin-bottom:15px}
    .showcase .showcase-text {
      padding: 3rem 0px 20px;

  }
}


@media (max-width: 768px){
    .discount-ribbon {
        top: -95%;
    }
    .home .discount-ribbon {
        top: -88%;
    }


}
@media (max-width: 576px){
    .discount-ribbon {
        top: -105%;
    }

    .form-bottom {

        margin-top: 30px;
    }

}


@media only screen and (max-width: 1024px){
    .title-content h1 {
        font-size: 36px;
    }

    .form-top.stub-from-section {
        width: 100%;
    }
}
@media screen and (max-width: 1250px){
    form.stubForm {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }
    div#exportthis {

        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }
}

@media (max-width: 414px){
    .homeppage-banner .discount-ribbon {
       top: -44%;
    }
}
@media screen and (max-width: 1028px){
    .createstub-mobile-view {
        width: 1028px;

    }
}


.discount-ribbon.discount-ribbon-cross{
    top: -127px;
}

@media screen and (max-width: 480px){
    
}