* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Acumin Pro';
    color: #fff;
    background-color: #343240 !important;
    font-size: 14px;
    min-height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0px;
    color: #29265b;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: 'Acumin Pro';
}

input:focus,
select:focus {
    outline: none;
}

.accountWrap {
    width: 100%;
    max-width: 380px;
    margin: auto;
}

input,
button,
img {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

textarea:focus {
    outline: none;
}

a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    color: #29265b;
}

a:hover {
    color: #4095ff;
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

:before,
:after {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

div,
i {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.headerLogo img {
    width: 250px;
}

.language {
    text-align: right;
    position: absolute;
    right: 25px;
    top: 25px;
}

.language .dropdown {
    display: inline-block;
}

.language .dropdown button {
    width: 43px;
    padding: 6px 9px;
    margin: 0;
    background: #fff;
    border: none;
    text-align: left;
    position: relative;
    border-radius: 30px;
}

.language .dropdown button i {
    font-size: 33px;
}

div.dropdown-menu a:first-child {
    margin-bottom: 6px;
}

div.dropdown-menu a i {
    font-size: 33px;
}

.language .dropdown button i.fa-angle-down {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
    font-size: 23px;
    font-weight: 500;
}

.language .dropdown button img {
    width: 25px;
}

.language .dropdown .dropdown-menu {
    width: 100%;
    padding: 5px;
    min-width: unset;
    text-align: center;
    top: 100% !important;
    overflow: hidden;
    transform: none !important;
}

.language .dropdown .dropdown-menu a {
    display: block;
    margin-bottom: 10px;
}

.language .dropdown .dropdown-menu a img {
    max-width: 24px;
    width: 30px;
}

/* account area start */
.signInSignUpArea {
    padding: 167px 0px;
    height: 100%;
    position: relative;
}

.logo {
    text-align: center;
}

.logo img {
    width: 250px;
}

.user {
    text-align: center;
    margin: 25px 0px 35px;
}

.user img {
    width: 100px;
}

.formWrap {
    margin-bottom: 20px;
}

.formWrap label {
    font-size: 14px;
    color: #f5f5f5;
    display: block;
    text-transform: uppercase;
}

.formWrap input,
.formWrap select {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.input-item-condition {
    display: flex;
}
.input-item-condition input{
    margin-top: 6px;
    margin-right: 10px;
}
.input-item-condition label a{
    color:#475b98;
}
.input-item-condition label a:hover{
    color:#ffa600;
}
.form-note{
    text-align: center;
}
.form-note a{
    color:#475b98;
}

.form-note a:hover{
    color:#ffa600;
}
.formWrap select option {
    color: #484848;
}

.formWrap input:focus {
    border-bottom: 1px solid #7986cb;
}

.formWrap input::placeholder {
    color: #7986cb;
    opacity: .7;
    font-size: 16px;
}

.forgetPassword {
    text-align: center;
    margin-bottom: 0;
}
.forgetPassword a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border-radius: 20px;
    margin-left: -20px;
    border: 1px solid #ffa600;
}

.forgetPassword a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.button {
    text-align: center;
}

.button button,
.button a {
    width: 140px;
    height: 50px;
    background: #303f9f;
    margin: 0 auto;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 30px #00000010;
    display: inline-block;
}

.button a {
    background: transparent;
    line-height: 50px;
}

.button a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* account area end */
.accountText h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 25px 0;
}

.accountText p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 15px;
}

.accountText p a {
    color: #ffcc00;
}

.rc-anchor-normal,
.g-recaptcha>div,
.g-recaptcha iframe {
    width: 100% !important;
}

.hullabaloo.alert {
    text-transform: capitalize !important;
    padding: 10px !important;
    font-size: 13px !important;
    width: 290px !important;
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.alert-dismissible {
    padding-right: 50px !important;
}

.alert-dismissible .close {
    position: absolute !important;
    height: 100% !important;
    width: 35px !important;
    padding: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px none inset;
    transition: background-color 5000s ease-in-out 0s;
}

.landing-page-btn a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

.landing-page-btn a:hover {
    color: #ffcc00;
}

/*For banner*/

/* color variable */

:root {
    --banner-text-color: #fff;
    --banner-bg-color: #f53434;
    --banner-close-bg-color: #f7f7f7;
    --banner-close-line-left: translate(-50%, -50%)rotate(-45deg);
    --banner-close-line-right: translate(-50%, -50%)rotate(45deg);
}

/* banner close */

.banner-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 15px;
    width: 15px;
    border-radius: 0 0 0 3px;
    background: var(--banner-close-bg-color);
    cursor: pointer;
}

.banner-close:before,
.banner-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 10px;
    background: var(--banner-bg-color);
    -webkit-transform: var(--banner-close-line-left);
    transform: var(--banner-close-line-left);
}

.banner-close:after {
    -webkit-transform: var(--banner-close-line-right);
    transform: var(--banner-close-line-right);
}

/* banner content */

.banner-content {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #351578 0%, #d73146 100%);
}

.banner-content a {
    display: block;
    padding: 20px 0px;

}

.banner-content h2 {
    color: var(--banner-text-color);
    font-size: 18px;
    margin: 0;
    cursor: pointer;
}

.button a.signUp {
    background: #262625;
}
button.loginBtn {
    background: #ffa600;
    margin-right: 20px;
    width: 100%;
    margin-top: 15px;
    height: 45px;
    line-height: 40px;
}
.ut-buttons {
    display: flex;
}
.login-social-media {
    display: inline-block;
}
.login-social-media li {
    display: inline-block;
}
.ut-login-text {
    display: inline-block;
    margin-right: 5px;
}
.landing-page-btn a  {
    font-size: 22px;
    display: inline-block;
    text-decoration: none;;
}

.formStyle .reset-button button{
    font-size: 12px;
}
.login-social-media-social li a i {
    width: 40px;
    height: 40px;
    border: 1px solid #666;
    display: block;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 5px;
}
.login-social-media-social li a i:before{
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.login-social-media-social li a{
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}
.login-social-media-social li a i:hover{
    background: #ffa600;
    color:#fff;
    border: 1px solid transparent;
}
.input-item-condition label{
    position: relative;
    padding-left: 25px;
}
input[type=checkbox]+label:before {
    content: "\2714";
    border: none;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    line-height: 1.1em;
    text-align: center;
    background: #f2f4f7;
    margin-right: 5px;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    top: 3px;
}

input[type=checkbox]:checked+label:before {
    background-color: #ffa600;
    border-color: #ffa600;
    color: #fff;
}

 input[type=checkbox]+label:active:before {
    transform: scale(0);
}
.input-item-condition input{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.landing-page-btn{
    margin-top: 20px;
}
form .formWrap{
    position: relative;
}
form .formWrap span.error{
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    background: #ef5252;
    text-align: center;
    line-height: 23px;
    border-radius: 1px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 14px;
}
form .formWrap span.error::before{
    content: '';
    position: absolute;
    left: 5px;
    bottom: -5px;
    height: 8px;
    width: 8px;
    border-width: 6px 8px 8px 3px;
    border-right-color: transparent;
    border-bottom-color: #ef5252;
    border-left-color: transparent;
    border-top-color: transparent;
    border-style: solid;
    transform: rotate(53deg);
}


.datepicker-days{
    width: 300px;
}
.datepicker-days .table-condensed{
    width: 300px;
}



.input-phone .input-group input{
    padding-left: 100px;
}
.input-phone .input-group-btn {
    position: absolute;
    left: 0;
    top: 0;
}

.input-phone .input-group-btn button,
.input-phone .input-group-btn button:focus{
    background: transparent!important;
    border: none!important;
    color: #fff!important;
    box-shadow: none!important;
    outline: none!important;
}

.input-phone .input-group-btn button:after{
    display: none;
}
.input-phone .input-group-btn button .flag {
    margin-top: 2px;
}

.toast-top-center {
    top: 45%!important;
}

.toast-warning {
    background-color: #ffa600!important;
}


.toast{
    margin-bottom: 17px;
    padding: 8px;
    background-color: red !important;
    border-radius: 6px;
}
.toast
