.vh-100 {
    height: 100vh !important;
}

.btn-singin {
    background: #ffaf02;
    color: #fff !important;
    padding: 10px 30px;
    width: 100%;
    margin-left: 30px;
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, 0.17);
    font-size: 14px;
    border-radius: 4px;
    font-family: rubik, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-singin:hover, .btn-singin:active, .btn-singin:focus {
    color: #fff !important;
    box-shadow: 0 0 0 0 rgba(96, 94, 94, 0.17);
}

.how-works {
    background-color: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 300px;
    position: relative;
    z-index: 5;
}

.section-title h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding-bottom: 20px;
}

.section-title h2:before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -2px;
    height: 4px;
    width: 50px;
    border-radius: 5px;
    background: #ffaf02;
    content: "";
}

.section-title p {
    font-size: 16px;
    line-height: 26px;
}

.how-works .single-work {
    text-align: center;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    min-height: 350px;
}

.how-works .single-work .serial {
    height: 80px;
    width: 80px;
    line-height: 68px;
    background-color: #ffaf02;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #feda8b;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.how-works .single-work h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.how-works .single-work p {
    font-size: 16px;
    line-height: 24px;
}

.how-works .single-work:hover .serial {
    color: #ffaf02;
    background-color: transparent;
    border-color: #ffaf02;
}

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fun-facts {
    padding: 0;
    background-image: url("../img/bg-img/bg-5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fun-facts.overlay::before {
    opacity: 0.9;
    background: #000;
}

.fun-facts .fun-inner {
    padding: 70px 0 100px;
}

.fun-facts .single-fun {
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 30px;
    text-align: center;
    box-shadow: none;
    z-index: 3;
    padding: 0 30px;
}

.fun-facts .single-fun .head {
    overflow: hidden;
}

.fun-facts .single-fun .icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 80px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.5);
}

.fun-facts .single-fun i {
    font-size: 30px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 100%;
    color: #fff;
    background: #3E54FF;
    top: 6px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.fun-facts .counter {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

.fun-facts .single-fun h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}   

.padding-top {
    padding-block-start: 120px;
}

.padding-top {
    padding-block-start: 80px;
}

.section-header--max50 {
    max-inline-size: 50ch;
    margin: 0 auto 48px auto;
    text-align: center;
}

.mt-minus-5 {
    margin-block-start: -5px;
}

.section-header h2 {
    text-transform: capitalize;
}

.section-header h2 span {
    color: #0A4FD5;
}

.section-header p {
    font-weight: 400;
}

.pricing__item-inner {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: var(--wh-color);
    border: 2px solid transparent;
    box-shadow: 0px 16px 40px 0px rgba(26, 64, 137, 0.06);
    border-radius: 16px;
}

.pricing__item-top {
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.pricing__item-top h6 {
    text-transform: uppercase;
}

.pricing__item-top h3 {
    color: #0A4FD5;
}

.pricing__item-top h3 span {
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    color: #B0B3BF;
}

.pricing__item-middle {
    padding-block: 40px;
}

.pricing__list, .social, ul, ol {
    padding-inline-start: 0;
}

.pricing__list-item:not(:last-child){
    margin-block-end: 15px;
}

.pricing__list-item {
    color: #0C263A;
}

.pricing__list-item span {
    margin-inline-end: 5px;
}

.trk-btn {
    font-size: 1rem;
    border: transparent;
    color: #0C263A;
    font-family: "Open Sans", sans-serif;
    padding: 0.75rem 1rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 8px;
}

.trk-btn--outline {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid #ffaf02;
    color: #0C263A;
}

.trk-btn:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.pricing__item-inner.active, .pricing__item-inner:hover {
    border: 2px solid #ffaf02;
    box-shadow: 0px 32px 80px 0px rgba(26, 64, 137, 0.12);
}

.trk-btn.active.trk-btn--outline, .trk-btn:hover.trk-btn--outline {
    background-color: #ffaf02;
    border-color: #ffaf02;
    color: #0C263A;
}

.pricing__item-inner, .partner {
    padding-block: 30px;
}

.pricing__item-inner {
    padding-inline: 25px;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.uk-section {
    display: flow-root;
    box-sizing: border-box;
}

/*######## POPUP MESSAGE ########*/
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup{
    width: 350px;
    height: 300px;
    padding: 30px 20px;
    background: #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
    opacity: 0;
    top: -200%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: opacity 300ms ease-in-out,
                top 1000ms ease-in-out,
                transform 1000ms ease-in-out;
}

.popup.active{
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 300ms cubic-bezier(0.18, 0.89, 0.43, 1.19);
}

.popup .icon{
    margin: 5px 0px;
    width: 50px;
    height: 50px;
    border: 2px solid #34f234;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
}

.popup .icon i.fa{
    font-size: 30px;
    color: #34f234;
}

.bad-icon{
	border: 2px solid red;
	margin: 5px 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
}

.bad-icon .fa-times{
	font-size: 30px;
	color: red;
}

.popup .title{
    margin: 5px 0px;
    font-size: 30px;
    font-weight: 600;
}

.popup .description{
    color: #222;
    font-size: 15px;
    padding: 5px;
}

.popup .dismiss-btn{
    margin-top: 15px;
}

.popup .dismiss-btn button{
    padding: 10px 20px;
    background: #111;
    color: #f5f5f5;
    border: 2px solid #111;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.popup .dismiss-btn button:hover{
    color: #111;
    background: #f5f5f5;
}

.popup > div{
    position: relative;
    top: 10px;
    opacity: 0;
}

.popup.active > div{
    top: 0px;
    opacity: 1;
}

.popup.active .icon{
    transition: all 300ms ease-in-out 250ms;
}

.popup.active .title{
    transition: all 300ms ease-in-out 300ms;
}

.popup.active .description{
    transition: all 300ms ease-in-out 350ms;
}

.popup.active .dismiss-btn{
    transition: all 300ms ease-in-out 400ms;
}

.section-psw, .section-chg{
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.account-login, .change-password {
    background-color: #F4F7FA;
}

.account-login .login-form {
    padding: 60px 70px;
    background-color: #fff;
    border: none;
}

.account-login .login-form {
    padding: 60px 70px;
    background-color: #fff;
    border: none;
}

.account-login .login-form .card-body {
    padding: 0;
}

.account-login .login-form .title {
    margin-bottom: 45px;
    text-align: center;
}

.account-login .login-form .title h3 {
    font-size: 25px;
    font-weight: 700;
    color: #081828;
    margin-bottom: 8px;
}

.account-login .form-group {
    margin-bottom: 20px;
    position: relative;
}

.account-login .form-group label {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.account-login .form-group .form-control {
    padding: 0 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    background-color: #F4F7FA;
    color: #505050;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
    border-radius: 30px !important;
    overflow: hidden;
    width: 100%;
    padding-left: 55px;
}

.account-login .button {
    margin-top: 20px;
    text-align: center;
}

.section-psw .button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 30px;
    background-color: #ffaf02;
    color: #fff;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
    width: 100%;
}

.account-login .create-account {
    font-weight: 500;
    color: #081828;
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    display: block;
}

.account-login .create-account a {
    color: #ffaf02;
}

.change-password .password-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.change-password .password-content h3 {
    font-size: 22px;
    font-weight: 700;
}

.change-password .password-content p {
    display: block;
    margin-top: 5px;
}

.change-password .password-content form {
    margin-top: 30px;
}

.change-password .password-content .form-group {
    margin-bottom: 15px;
}

.change-password .password-content form label {
    color: #081828;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.change-password .password-content form input {
    height: 50px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0px 20px;
    font-size: 14px;
}

.change-password .button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px;
    background-color: #ffaf02;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}
    
@media (min-width: 1025px) {
    /* .h-custom-2 {
        height: 100%;
    } */
}

@media only screen and (min-width: 1200px){
    .trk-btn {
        padding: 1rem 1.875rem !important   ;
    }
}

@media only screen and (min-width: 992px) {
    .padding-bottom {
        padding-block-end: 120px;
    }
    .padding-top {
        padding-block-start: 120px;
    }
    .section-header {
        margin-bottom: 48px;
    }
    .trk-btn {
        padding: 1rem 1.75rem;
    }
}

@media only screen and (min-width: 576px){
    .pricing__item-inner {
        padding-block: 32px;
        padding-inline: 25px;
    }
    .trk-btn {
        padding: 1rem 1.25rem;
    }
}

@media only screen and (max-width: 768px){
    .section-title {
        padding: 0;
    }
    .section-header--max50 {
        padding-inline: 10px;
    }
    .pricing__item-inner, .partner {
        margin-top: 10px;
    }
    .btn-singin{
        width: -webkit-fill-available !important;
        background: #ffaf02 !important;
        
    }
}