
@media (min-width: 991px) and (max-width: 1199px){
    header .logo-menu-card .menu-list ul li {
    margin-left: 15px;
}

header .logo-menu-card .menu-list ul li a {
    font-weight: 600;
    font-size: 14px;
}

.banner-section {
    padding: 100px 0;
}
.banner-img {
       width: 320px;
    margin: 0 auto;
}
.banner-section .banner-text {
    margin: 0;
}

.banner-section .banner-text p {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
}

.banner-section .banner-text h1 {
       font-size: 43px;
    line-height: 50px;
}

.banner-section .banner-text .btn-beer {
    width: 310px;
    line-height: 50px;
    font-size: 14px;
}
/*.banner-section {
    height: 100%;
}*/
}
@media (min-width: 768px) and (max-width: 991px){
    header .logo-menu-card .menu-list ul li {
    margin-left: 15px;
}

header .logo-menu-card .menu-list ul li a {
    font-weight: 600;
    font-size: 14px;
}

.banner-section {
    padding: 100px 0;
}

.banner-section .banner-text {
    margin: 0;
}

.banner-section .banner-text p {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
}

.banner-section .banner-text h1 {
    font-size: 23px;
    line-height: 30px;
}

.banner-section .banner-text .btn-beer {
    width: 310px;
    line-height: 50px;
    font-size: 14px;
}
.banner-section {
    height: 100%;
}
.banner-img {
    width: 320px;
}
.forms-section .form-card {
    width: 100%;
    padding: 15px;
}

.forms-section .form-card h2 {font-size: 17px;line-height: normal;}
header .logo-menu-card .menu-list ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    background: #fff;
    width: 100%;
    padding: 15px;
    z-index: 999;
}

header .logo-menu-card .menu-list a.mobile-menu {
    display: block;
    font-size: 28px;
    color: #5c0e9d;
}

header .logo-menu-card .menu-list ul li {
    display: block;
    padding: 11px 10px;
    border-bottom: solid 1px #f1f1f1;
}

header .logo-menu-card .menu-list ul li:last-child {
    border: none;
}

header .logo-menu-card .menu-list.open-menu ul {
    display: block;
}
.login-section .logo-sign-up .btn-Sign{
    width:100%;
    height:auto;
}
.signup-form{
    display: block;
}
.register-form .register-body {
    height: calc(100vh - 192px);
}
}

@media (max-width: 767px){
    .login-section .logo{
        height: auto;
    }
    .logo-sign-up {
        width: 100% !important;
    }
.register-form {
    height: auto;
}
    .register-form .ragister-header {
        padding: 20px 0px;
    }

    .register-form .register-body {
        padding: 0 0 15px;
        height: auto;
        overflow: inherit;
        width: 100%;
    }

    .login-section .logo-sign-up .btn-Sign {width: 100%;}

    .login-section .logo .logo-box {margin: 0 0 15px;}

    .register-form .ragister-header h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .register-form .ragister-header .form-group h6 {
        font-size: 18px;
    }

    .register-form .ragister-header .form-group label {
        font-size: 16px;
    }

    .register-form .register-body .register-card h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    header .logo-menu-card .menu-list a.mobile-menu {
    display: block;
    color: #5c0e9d;
    font-size: 38px;
}

header .logo-menu-card .menu-list ul {
    display: none;
}

.banner-section .banner-text .btn-beer {
        width: 32%;
    padding: 15px 10px;
    height: auto;
    line-height: normal;
    font-size: 11px;
}

.banner-section {
    padding: 20px 0;
}

.banner-section .banner-text {
    margin: 0;
}

.banner-section .banner-text h1 {font-size: 26px;line-height: normal;margin: 0;}

.banner-section .banner-text p {
    margin: 15px 0;
    font-size: 14px;
    line-height: normal;
}
.forms-section .form-card {
    width: 100%;
    padding: 15px;
}

.forms-section .form-card h2 {font-size: 17px;line-height: normal;}

.forms-section .form-card button.btn-submit {
    width: 88%;
}
header .logo-menu-card .menu-list.open-menu ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 12;
    background: #fff;
    width: 100%;
    padding: 15px;
    border: solid 1px #ddd;
}

header .logo-menu-card .menu-list.open-menu ul li {
    display: block;
    margin: 0;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
}

header .logo-menu-card .menu-list.open-menu ul li:last-child {
    border: none;
}
.banner-section{
    height: 100%;
}
.signup-form {
    display: block;
}
.forms-section{
    height:auto;
}
.forms-card-body table td a.badge-light-danger{
    left:45px;
}
.modal-medale .modal-dialog.modal-lg.modal-dialog-centered{
    width: 90%;
    margin: 30px auto
}
}

@media (max-width:575px){
    .banner-section .banner-text .btn-beer {
        width: 100%;
    padding: 15px 10px;
    height: auto;
    line-height: normal;
    font-size: 14px;
}
}