.hightlight {
    position: relative;
    padding-bottom: 100px;
    background-size: contain;
    background-position: bottom center;
    background-image: url('../images/bg1.png'), linear-gradient(360deg,#b73f84 0%,#f66848 100%)!important;
    background-repeat: no-repeat;

}
.hightlight .wrapper {
    padding: 100px 40px;
}
.hl-info {
    float: left;
    width: 600px;
    color: #fff;
    padding: 30px 0 0;
    text-align: center;
    margin-left: 130px;
    position: relative;
}

.hl-info:after {
    width: 600px;
    height: 400px;
    content: ' ';
    position: absolute;
    top: 20px;
    left: -520px;
    background: transparent url(../images/icon_banner.png) no-repeat top center;
    background-size: 100%;
}

.hl-title {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.25;
    color: #e83c3c;
    text-align: center;
    text-shadow: 3px -2px 0 #ffffff,
    -4px -1px 0 #ffffff, -4px 0px 0 #ffffff,
    -4px 1px 0 #ffffff, -4px 2px 0 #ffffff,
    -3px -3px 0 #ffffff, -3px -2px 0 #ffffff,
    -3px -1px 0 #ffffff, -3px 0px 0 #ffffff,
    -3px 1px 0 #ffffff, -3px 2px 0 #ffffff,
    -3px 3px 0 #ffffff, -2px -4px 0 #ffffff,
    -2px -3px 0 #ffffff, -2px -2px 0 #ffffff,
    -2px -1px 0 #ffffff, -2px 0px 0 #ffffff,
    -2px 1px 0 #ffffff, -2px 2px 0 #ffffff,
    -2px 3px 0 #ffffff, -2px 4px 0 #ffffff,
    -1px -4px 0 #ffffff, -1px -3px 0 #ffffff,
    -1px -2px 0 #ffffff, -1px -1px 0 #ffffff,
    -1px 0px 0 #ffffff, -1px 1px 0 #ffffff,
    -1px 2px 0 #ffffff, -1px 3px 0 #ffffff,
    -1px 4px 0 #ffffff, 0px -4px 0 #ffffff,
    0px -3px 0 #ffffff, 0px -2px 0 #ffffff,
    0px -1px 0 #ffffff, 0px 0px 0 #ffffff,
    0px 1px 0 #ffffff, 0px 2px 0 #ffffff,
    0px 3px 0 #ffffff, 0px 4px 0 #ffffff,
    1px -4px 0 #ffffff, 1px -3px 0 #ffffff,
    1px -2px 0 #ffffff, 1px -1px 0 #ffffff,
    1px 0px 0 #ffffff, 1px 1px 0 #ffffff,
    1px 2px 0 #ffffff, 1px 3px 0 #ffffff,
    1px 4px 0 #ffffff, 2px -4px 0 #ffffff,
    2px -3px 0 #ffffff, 2px -2px 0 #ffffff,
    2px -1px 0 #ffffff, 2px 0px 0 #ffffff,
    2px 1px 0 #ffffff, 2px 2px 0 #ffffff,
    2px 3px 0 #ffffff, 2px 4px 0 #ffffff,
    3px -3px 0 #ffffff, 3px -2px 0 #ffffff,
    3px -1px 0 #ffffff, 3px 0px 0 #ffffff,
    3px 1px 0 #ffffff, 3px 2px 0 #ffffff,
    3px 3px 0 #ffffff, 4px -2px 0 #ffffff,
    4px -1px 0 #ffffff, 4px 0px 0 #ffffff,
    4px 1px 0 #ffffff, 4px 2px 0 #ffffff;
}
.hl-desc {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.text-desc {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.line3-header {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    border: 2px dashed #00f3ff;
    padding: 20px 48px;
    display: inline-block;
    position: relative;
    line-height: 1.5;
    font-weight: bold;
    margin-left: 10px;
    text-align: left;
}

.line3-header::before {
    background: transparent url('../images/hot.png') no-repeat 0 0;
    display: block;
    content: "";
    position: absolute;
    top: -15px;
    left: -25px;
    width: 71px;
    height: 45px;
    background-size: 100%;
}

.hl-form {
    background: transparent url("../images/l1/fbg.png") no-repeat bottom center;
    float: right;
    padding: 0 30px 15px;
    margin: -10px -30px auto auto;
}
/* --------- Form --------- */
.register-form-wr {
    background: #58478e url("../images/form-bg.png") repeat;
    width: 410px;
    padding: 50px 52px 30px;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
.register-form-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.reg-form-group label {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.reg-form-group {
    position: relative;
    padding: 0 0 25px;
}
.reg-form-input {
    display: block;
    width: 100%;
    border: 1px solid #14163c;
    background: #fff;
    border-radius: 30px;
    height: 42px;
    padding: 5px 20px;
}
.reg-form-group .error-message {
    position: absolute;
    font-size: 11px;
    margin: 0;
    color: #ff7900;
    font-weight: 600;
}
select.reg-form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("../images/l1/select-arrow.png") no-repeat 93% center;
    background-size: 3%;
}
.reg-form-cta-wr {
    padding: 20px 0 0;
}
.cta.btn-register {
    padding: 6px 30px 8px;
}

.bg_cloud {
    background: url(../images/bg_cloud.png) no-repeat center bottom -20px;
    background-size: cover;
    width: 100%;
    height: calc(100vw * .145);
    position: absolute;
    bottom: 0;
    z-index: auto;
}
@media only screen and (max-width : 1300px) {

}
@media only screen and (max-width : 1024px) {
    .hl-form, .fee-form-wr {
        float: left;
        position: relative;
        left: 25%;
    }

    .packages-wr {
        position: relative;
        left: 7%;
    }
}
@media only screen and (max-width : 991px) {

}
@media only screen and (max-width : 768px) {
    .hl-info {
        margin-left: 0;
    }

    .hl-form {
        left: 10%;
    }

    .fee-form-wr {
        left: 15%;
    }

    .packages-wr {
        left: -5%;
    }
}
@media only screen and (max-width : 639px) {
    .hl-info {
        left: -100px;
    }

    .hl-form {
        left: -35px;
    }

    .hl-title {
        font-size: 30px;
    }

    .hl-desc {
        font-size: 26px;
    }

    .fee-form-wr {
        left: 15px;
    }
}
@media only screen and (max-width : 480px) {
    .hightlight {
        padding-bottom: 40px;
    }
    .hightlight .wrapper {
        padding: 50px 0;
    }
    .logo-wr {
        text-align: center;
    }
    .hl-info {
        float: none;
        width: 100%;
        padding: 35px 0 0;
        text-align: center;
        margin-left: auto;
        left: 0;
    }
    .hl-title {
        font-size: 36px;
    }
    .hl-desc {
        font-size: 18px;
    }
    .text-desc {
        font-size: 14px;
    }
    .hl-form {
        background: transparent;
        padding: 0;
        margin: 0;
        left: 0;
    }
    .register-form-wr {
        padding: 20px 15px;
        width: 100%;
        border-radius: 10px;
    }
    .register-form-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .reg-form-group label {
        font-size: 14px;
    }
    .reg-form-input {
        height: 42px;
        font-size: 14px;
        padding: 2px 10px;
    }
    .reg-form-group {
        padding: 0 0 20px;
    }
    select.reg-form-input {
        background: #fff url("../images/l1/select-arrow-m.png") no-repeat 93% center;
        background-size: 3%;
    }
    .btn-register {
        font-size: 17px;
    }

    .line3-header {
        font-size: 13px;
        padding: 15px 30px;
    }

    .packages-wr {
        left: 0%;
    }
}

@media only screen and (max-width : 320px) {
    .wrapper {
        width: 310px;
    }
}
