.home .layout .row.row_1 {
    padding-bottom: 0px !important;
}

.none {
    display: none !important;
}
video {
     width:100%;
     height:480px;
}
.nav-li .register_nav {
    color: #fff !important;
    text-shadow: 0 0 black !important;
}
.nav-li .register_nav:hover {
    color: #fff !important;
    background-color: #a95363;
}
.active .nav-li .register_nav {
    color: #fff !important;
    background-color: #a95363;
}
.active .nav-li .register_nav:hover {
    color: #fff !important;
    background-color: #a95363;
}
form#regForm {
    display: none;
}
#register-frm{
    /*width: 366px !important;*/
    margin: 0;
    background: rgba(255, 255, 255, 0.59);
    text-align: center;
        padding: 30px 30px;
    box-shadow: 1px 1px 4px 4px #a95363;
    margin-top: 60px;
}
#register-frm:hover{
    box-shadow: 0px 4px 20px 8px #a95363;
}
h1.form_head {
    color: #fff;
    font-family: Gotham-Light;
    font-size: 33px;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
    text-shadow: 1px 1px 2px #a2965c;
}
.active .nav-li a {
    color: #000;
    text-shadow: 0px 0px 0px black;
}
header .active nav ul li a:hover {
    color: #a2965c;
}
.nav-li a {
    color: #fff;
    text-shadow: 1px 1px 2px black;
}
#register-frm input, #register-frm select{
    padding:10px 10px;
    border:none;
    margin-bottom: 20px;
    color: #2d2926;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    font-family: Gotham-Book;
}
#register-frm input:focus-visible, #register-frm select:focus-visible{
    outline: none;
}
#register-frm .form-input {
    display: block;
    gap: 20px;
    width: 300px;
}
.home .hero {
    height: auto!important;
}
.home .hero .top .wrapper .king_city{
    margin-top:60px;
}
.home .hero .top {
    padding-bottom: 30px;
}

.home .hero .top .wrapper{
    padding-top: 50px;
}
#register-frm h4 {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    margin-bottom: 15px;
}
#register-frm .infusion-submit button.infusion-recaptcha {
    background: #a95363;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding: 9px 23px;
    border: 2px solid #a2965c;
    color: #ffffff;
    font-family: Gotham-Book;
}
header li a.register_nav, header nav ul li a.register_nav.active {
    background-color: #a95363;
    color: #fff;
    font-family: Gotham-Book;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 50px;
    padding: 10px 23px;
}
header li a.register_nav, header nav ul li a.register_nav.active:hover {
    background-color: #a95363;
}
/*header nav ul li a.active, header nav ul li a:hover {
    color: #000;
    font-size: 1.25em;
    text-shadow: 0px 0px 0px black;
}*/
.home .register form .submit_row .submit {
    background: transparent;
    color: #fff;
    font-family: Gotham-Light;
    font-size: 15px;
}
.home .register form .dropdown select{
    width:100%;
}
.grecaptcha-badge {
    display: none !important;
}

@media(max-width:420px){
    #register-frm .form-input {
        display: grid;
        gap: 5px;
        margin-bottom: 5px;
    }
    #register-frm input, #register-frm select{
        margin-bottom:0px;
        padding: 8px 10px;
    }
    #register-frm{
        padding:20px 20px;
    }
    .nav_item register_nav {
    color: #000 !important;
    text-shadow: 0 0 black !important;
    background-color: #000 !important;
}
video {
     width:100%;
     height:180px;
}
}
