.header-width-full-hovadigital {
    width: 100%!important;
}

.navbar-brand-hovadigital {
    width: 280px;
    height: 40px;
    background-image: url(../images/logo-hovadigital.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.color-white-hovadigital {
    color: #fff!important;
}

.header-padding-hovadigital {
    padding: 8px 15px;
}

.navbar-hovadigital {
    background: #101622;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #101622;
    padding: 0.5rem 0.5rem;
    z-index: 1000;
    min-height: 50px;
    position: fixed;
    width: calc(100% - 220px);
    display: flex;
}

.hovadigital-main-bg-hovadigital {
    background-color: #242a38;
    min-height: calc(100vh - 50px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.signup-bg-hovadigital {
    position: fixed;
    left: 0;
    width: 100%;
    top: 8%;
    max-width: unset;
    z-index: 0;
    height: calc(100vh - 62px) !important;
}

.content-wrapper-hovadigital {
    width: 100%;
    z-index: 1;
    height: auto;
}

.login-img-hovadigital {
    width: 60%;
    position: absolute;
    background-image: url('../images/price-hovadigital.png');
    background-size: contain;
    height: 100%;
    background-position: left 50%;
    background-repeat: no-repeat;
}

.signup-img-logo-hovadigital {
    position: absolute;
    left: 5%;
    top: 29%;
}

.hovadigital-content-bg-hovadigital {
    width: 100%;
    background-color: #242a38;
    min-height: 490px;
    margin-top: 80px;
    /* box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
}

.hovadigital-content-padding-hovadigital {
    padding-left: 50px;
    padding-right: 50px;
}

.wizard-wrapper-hovadigital {
    display: flex;
    justify-content: center;
    flex: 1;
    height: 130px;
    align-items: center;
}

.border-bottom-grey-hovadigital {
    border-bottom: 1px solid #101622!important;
}

.stepwizard-hovadigital {
    display: table;
    width: 80%;
    position: relative;
}

.stepwizard-row-hovadigital {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stepwizard-step-hovadigital {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.stepwizard-step-hovadigital button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row-hovadigital:before {
    top: 17px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 98%;
    height: 2px;
    background-color: #fff;
    border-radius: 0.50rem;
    border: 1px solid #e1e1e1;
    -moz-box-shadow: inset 0 0 10px #efe7e3;
    -webkit-box-shadow: inset 0 0 10px #efe7e3;
    box-shadow: inset 0 0 10px #efe7e3;
    z-index: 0;
    left: 0px;
}

.active-wizard-hovadigital {
    background-color: #016490 !important;
    border: 1px solid #016490 !important;
    color: white !important;
    box-shadow: none !important;
}

.non-active-wizard-hovadigital {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: inset 0 0 10px #e1e1e1;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}

 .stepwizard-step-hovadigital a:hover {
    color: #000 !important;
}

.wizard-text-hovadigital {
    font-family: 'Futura PT';
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #016490;
    position: absolute;
    top: 30px;
}

.content-text-hovadigital {
    font-size: 18px;
    color: #fff;
}

.hovadigital-page-heading-hovadigital {
    color: #016490;
    font-size: 30px;
}

.stikkum-label-hovadigital {
    margin-bottom: 0.25rem;
    font-size: 14px;
    color: #fff;
}

.stikkum-form-control-hovadigital {
    /* display: block; */
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0rem;
    line-height: 1.5;
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent!important;
    border-radius: 0rem;
    font-family: 'Futura PT';
    letter-spacing: 0.5px;
    font-size: 14px;
}

.custom-checkbox-hovadigital {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    /* color: #fff; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-hovadigital input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-promocode-bg-hovadigital{
    border: 1px solid #016490;
    width: 100%;
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 0px;
}

.checkmark-hovadigital {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #e4e4e4;
    border-radius: 3px;
}

.custom-checkbox-hovadigital:hover input~.checkmark-hovadigital {
    background-color: #ccc;
}

.custom-checkbox-hovadigital input:checked~.checkmark-hovadigital {
    background-color: #016490;
    border: 1px solid #016490;
}

.checkmark-hovadigital:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-hovadigital input:checked~.checkmark-hovadigital:after {
    display: block;
}

.custom-checkbox-hovadigital .checkmark-hovadigital:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.place-holder-hovadigital {
    color: #a8adb3!important;
}

.btn-orange-hovadigital {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(45deg, #016490, #55c2ab);
    color: #fff!important;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn-orange-hovadigital:hover {
     background-image: linear-gradient(45deg, #016490, #016490);
}

.button-shadow-hovadigital {
    box-shadow: 0px 3px 10px 0px #101622;
}

.btn-login-hovadigital {
    width: 49%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(45deg, #016490, #55c2ab);
    color: #fff;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn-login-hovadigital:hover {
    color: #fff;
     background-image: linear-gradient(45deg, #016490, #016490);
}

.btn-signup-hovadigital {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #016490;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    cursor: pointer;
    border: solid 1px #016490;
    -webkit-appearance: none;
}

.btn-signup-hovadigital:hover {
    color: #016490;
    background-color: #f0fbff;
}
.forgot-text-hovadigital:hover {
    color: #016490;
}
.footer-border-hovadigital {
    background: #ffff;
    border-top: 1px solid #016490;
    position: relative;
    z-index: 1;
}
.plan-lo-hovadigital {
    border-bottom: 1px solid #016490;
    background-color: #ffff;
}
.slider-hovadigital{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 0 0 5px #efe7e3;
    border: 1px solid #dadada;
}

.slider-hovadigital:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color:#016490;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-hovadigital {
    background-color: #fff;
}
input:checked+.slider-hovadigital:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider-hovadigital.round {
    border-radius: 34px;
}

.slider-hovadigital.round:before {
    border-radius: 50%;
}
.select-plan-btn-hovadigital {
    width: 170px !important;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #016490;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #016490;
    -webkit-appearance: none;
}

.select-plan-btn-hovadigital:hover{
    color: #016490;
    background-color: #d3dffb;
}
.select-plan-btn-hovadigital.active {
    background-color: #016490;
    color: #fff !important;
}
.footer-hg-hovadigital {
    min-height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-padding-hovadigital {
    padding: 8px 15px;
}

.sidenav-footer-text-hovadigital {
    font-size: 12px;
    letter-spacing: 0px;
    color: #fff;
}

.payment-preview-bg-hovadigital {
    background-color: transparent;
    border: 1px solid #016490;
    min-height: 150px;
    width: 100%;
    border-radius: 0.25rem 0.25rem 0 0;
}

.color-orange-light-hovadigital {
    color: #016490!important;
}

.font-24-hovadigital {
    font-size: 24px!important;
}

.payment-dot-hovadigital {
    font-size: 6px;
    margin-right: 7px;
    color: #16c3ac;
}

.payment-info-text-hovadigital {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0.1rem;
}

.color-blue-hovadigital {
    color: #016490!important;
}

.submit-loader-hovadigital .btn-orange-hovadigital {
    background-color: #016490 !important;
    cursor: not-allowed !important;
}

.payment-dot-hovadigital {
    font-size: 6px;
    margin-right: 7px;
    color: #016490;
}

.submit-loader-hovadigital .loader {
    border: 2px solid #105b75;
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 1200ms linear infinite;
    margin-right: 10px;
}

.select-button-hovadigital {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #e4e4e4!important;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    position: relative;
}

.select-button-hovadigital:hover {
    background: transparent;
    color: #016490!important;
    border: 1px solid #016490!important;
}

.select-button-active-hovadigital {
    background-color: transparent!important;
    color: #016490!important;
    border: 1px solid #016490!important;
}

.select-button-active-hovadigital .select-checkmark-hovadigital {
    display: flex;
}

.select-button-active-hovadigital:hover {
    color: #016490!important;
}

.select-checkmark-hovadigital {
    background-color: #016490;
    border: 1px solid #016490;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.select-checkmark-hovadigital {
    display: none;
}

.custom-select-hovadigital {
    background: #fff url('../images/dropdown-hovadigital.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: auto 17%;
}

.custom-select-hovadigital:focus {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    box-shadow: none!important;
}

.upload-area-hovadigital {
    width: 100%;
    min-height: 100px;
    border: 1px dashed #016490;
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
    overflow: auto;
    padding: 20px;
}

.upload-area-hovadigital:hover {
    cursor: pointer;
}

.completed-upload-card-hovadigital {
    background-color: #f7fff7;
    border-left: 5px solid #016490;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    min-height: 50px;
}

.completed-cancel-bg-hovadigital {
    border: 1px solid #ff0000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.checkmark-wrapper-hovadigital {
    width: 30px;
    display: flex;
    justify-content: center;
}

.hovadigital-copmplete-text-hovadigital {
    color:#016490;
    font-size: 32px;
    font-family: 'Futura PT';
    letter-spacing: 2px;
}

.width-250-hovadigital {
    width: 250px;
}

.modal-shadow-hovadigital {
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.3)
}

.modal-header-cust-hovadigital {
    padding: 0.578em;
    color: #016490 !important;
    background-color: #f0fbff;
    border-bottom: 1px solid #016490;
    align-items: center;
    justify-content: space-between;
}

.modal-header-cust-hovadigital h3 {
    margin-bottom: 0;
    color: #016490;
    font-size: 18px;
    font-family: 'Futura PT';
    letter-spacing: 2px;
}

.modal-header-heading-hovadigital {
    font-family: 'Futura PT';
    color: #016490;
    font-size: 18px;
}
.modal-header-cust-hovadigital .close {
    color: #016490 !important;
  }

.cancel-button-hovadigital {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #a8adb3!important;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    position: relative;
    -webkit-appearance: none;
}

.cancel-button-hovadigital:hover {
    background: #f6f6f6;
    color: #373e48!important;
    cursor: pointer;
}

.logo-width-hovadigital {
    width: 114px;
}

.Apply-btn-hovadigital {
    width: 115px;
    height: 30px;
}

.linkdin-icon-hovadigital {
    width: 30px;
    height: 30px;
    background-image: url('../images/linkedin-hovadigital.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.twitter-icon-hovadigital {
    width: 30px;
    height: 30px;
    background-image: url('../images/twitter-hovadigital.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.facebook-icon-hovadigital {
    width: 30px;
    height: 30px;
    background-image: url('../images/facebook-hovadigital.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.uploadfile-icon-hovadigital {
    width: 90px;
    height: 90px;
    background-image: url('../images/upload_icon-hovadigital.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hovadigital-page-heading-hovadigital {
        font-size: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .content-text-hovadigital {
        font-size: 16px;
    }
    .hovadigital-page-heading-hovadigital {
        font-size: 16px;
    }
    .stikkum-form-control-hovadigital {
        font-size: 14px;
    }
    .custom-checkbox {
        font-size: 14px;
    }
    .payment-info-text-hovadigital {
        font-size: 12px;
    }
    .hovadigital-copmplete-text-hovadigital {
        font-size: 20px;
    }
    .select-button-hovadigital {
        width: 100%;
    }
    .Apply-btn-hovadigital {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hovadigital-content-padding-hovadigital {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .active-wizard-hovadigital {
        background-color: #016490!important;
        border: 1px solid #016490!important;
        color: white !important;
        box-shadow: none !important;
    }
    .active-wizard-hovadigital .wizard-text-hovadigital {
        display: block;
        position: absolute !important;
        left: 5px;
        top: 40px;
    }
    .wizard-text-hovadigital {
        font-size: 14px;
        display: none;
    }
    .stepwizard-hovadigital {
        width: 100%;
    }
    .stepwizard-row-hovadigital:before {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1400px) {
    .signup-img-logo-hovadigital {
        display: none;
    }
}