


section.block.step-for {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
section.block.step-for {
    padding-top: 20px;
    padding-bottom: 20px;
}
    section.block h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.5em;
        margin: 0;
    }
.step-for .h2-border {
    width: 50px;
    height: 5px;
    background-color: #9fcc27;
    display: inline-block;
    border-radius: 2.5px;
    margin-bottom: 5px;
}
.step-for.step_section .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 15px;
}
.step-for.step_section .step {
    border: 1px solid #0095ca;
    border-radius: 15px;
    padding: 10%;
    transition: .2s ease-out;
}
.step-for.step_section h3 {
    font-size: 24px;
    font-weight: 500;
}
section.block.step-for h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0;
}
section.block.step-for .lh-high {
    line-height: 1.67 !important;
}
.step-for.step_section p {
    color: #666;
    font-weight: 500;
}
.step-for.step_section .step:hover {
    background-color: #0095ca;
    border-color: #9fcc27;
    opacity: 1;
}
    .step-for.step_section .step:hover h3, .step-for.step_section .step:hover p {
        color: #fff;
    }
.bg-shaded.step-for {
    background-color: #fffcf6;
}
.step-for .layout.horizontal, .step-for .layout.horizontal-reverse, .step-for .layout.vertical, .step-for .layout.vertical-reverse {
    display: flex;
}
.step-for .layout.horizontal {
    flex-direction: row;
}
.step-for .layout.wrap {
    flex-wrap: wrap;
}
.step-for .layout.center, .step-for .layout.center-center {
    align-items: center;
}
.step-for .layout.around-justified {
    justify-content: space-around;
}
.step-for .layout.vertical {
    flex-direction: column;
}
.step-for.icon-list .iconsbox > div {
    padding: 20px;
    max-width: 280px;
}
.step-for .bold {
    font-weight: 700;
}
.step-for .txt-center {
    text-align: center;
}
.step-for .pure-g {
    text-rendering: optimizespeed;
    font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.step-for .l-box {
    padding: 1em;
}
.step-for .pure-g [class*=pure-u] {
    font-family: sans-serif;
}
    @media (min-width: 576px) {
        section.block.step-for {
            padding-left: 10%;
            padding-right: 10%;
        }
        section.block.step-for {
            padding-top: 3%;
            padding-bottom: 3%;
        }
}
@media (min-width: 700px) {
    section.block.step-for h2 {
        font-size: 38px;
    }
}
@media (min-width: 1300px) {
   section.block.step-for {
        padding-left: calc((100% - 1300px)/ 2);
        padding-right: calc((100% - 1300px)/ 2);
    }
}

@media screen and (min-width: 48em) {
    .step-for .pure-u-md-1-2 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }
    .step-for .pure-u-md-1-2, .step-for .pure-u-md-12-24 {
        width: 50%;
    }
}
@media (min-width: 700px) {
    .l-box {
        padding: 2em;
    }
}
@media (max-width: 700px) {
    .step-for .pure-u-1, .step-for .pure-u-1-1, .step-for .pure-u-24-24, .step-for .pure-u-5-5 {
        width: 100%;
    }
}


.highly_quality_section.step-for .highly_quality_head {
    display: block;
    text-align: center;
    padding: 45px 0;
}
    .highly_quality_section.step-for .highly_quality_head.space {
        padding-bottom: 0;
    }
    .highly_quality_section.step-for .highly_quality_head h2 {
        font-size: 29px;
        color: #131516;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .highly_quality_section.step-for .highly_quality_head p {
        font-size: 17px;
        color: #6d6e71;
        text-align: left;
        padding: 3px 0;
        line-height: 27px;
    }
        .highly_quality_section.step-for .highly_quality_head p a {
            color: #0075cc;
            transition: all .2s ease-in-out 0s;
            cursor: pointer;
            text-decoration: none;
        }
.highly_quality_section.step-for .highly_quality_content {
    display: block;
    text-align: center;
    margin: 20px 0 25px;
}
    .highly_quality_section.step-for .highly_quality_content div a {
        cursor: inherit;
    }
    .highly_quality_section.step-for .highly_quality_content img {
        margin-top: 15px;
        transition: all .4s ease;
        cursor: pointer;
    }


.u-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    /* width: 23.4375rem; */
    height: 100%;
    background-color: #fff;
    box-shadow: -13px 0 20px rgb(119 131 143 / 8%);
}

    .u-sidebar[aria-labelledby] {
        opacity: 0;
    }

.u-unfold--css-animation.u-unfold--hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.u-sidebar__container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.u-header-sidebar__footer-offset {
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 10.625rem;
}

.u-sidebar[aria-labelledby].u-unfold--css-animation, .u-sidebar[aria-labelledby].u-unfold--jquery-slide {
    opacity: 1;
}



.login-4 .bg-color-4 {
    /* min-height: 100vh; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    /* background-image: linear-gradient(to bottom, #ff0000, #ff8100); */
}

.login-4 .form-section {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.login-4 .logo {
    text-align: center;
    margin-bottom: 15px;
}

.login-4 .form-section a {
    text-decoration: none;
}

.login-4 .logo img {
    height: 50px;
}

.login-4 h3 {
    text-align: center;
    margin: 0 0 35px;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.login-4 .heading-text {
    margin-bottom: 20px;
}

    .login-4 .heading-text h3 {
        margin-bottom: 0px
    }

    .login-4 .heading-text p {
        margin-top: 0px !important;
        text-align: center;
        color: #77838f !important;
        font-size: 16px !important;
    }

.login-inner-form {
    width: 100%;
}

.login-4 .login-inner-form {
    color: #000000;
    position: relative;
}

    .login-4 .login-inner-form label {
        font-size: 18px;
        font-weight: 500;
    }

    .login-4 .login-inner-form .form-group {
        margin-bottom: 15px;
    }

label {
    display: inline-block;
}

.form-label {
    margin-bottom: 0.5rem;
}

.login-4 .login-inner-form .form-control {
    font-size: 15px;
    outline: none;
    color: #535353;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    border-radius: 100px;
    height: 55px;
}

.login-4 .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 13px 15px 13px 65px;
}
/*.login-4 .login-inner-form .form-box .form-control:focus {
        box-shadow: 0 0 10px rgb(0 149 202 / 7%);
        border-color: rgb(0 149 202 / 47%);
    }*/

.login-4 .login-inner-form .form-box i {
    position: absolute;
    left: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #0095ca00;
    font-size: 20px;
    color: #4a5b6d;
    border-radius: 100px;
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    border-radius: 0%;
    border-right: 1px solid #d5dae2;
}
/*.login-4 .login-inner-form .form-box:hover i {
    transform: rotate(360deg);
    border-radius: 3px;
}*/
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.login-4 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 15px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.float-start {
    float: left !important;
}

.login-4 .login-inner-form .form-check {
    margin-bottom: 0;
}

.login-4 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    position: absolute;
    border: 1px solid #fbf1f1;
    border-radius: 100%;
    background-color: #fbf1f1;
    margin-left: -22px;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.login-4 .login-inner-form .form-check-label {
    padding-left: 2px;
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
}

.login-4 .form-check-input:checked {
    background-color: #0095ca !important;
    border-color: #0095ca !important;
}

.float-end {
    float: right !important;
}

.login-4 .form-section a {
    text-decoration: none;
}

.login-4 .login-inner-form .checkbox a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px dashed #000000;
}

.login-4 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.login-4 .btn {
    box-shadow: none !important;
}

.login-4 .btn-lg {
    padding: 0 50px;
    line-height: 55px;
    border-radius: 4px;
}

.login-4 .btn-primary {
    background: #d93d00;
}

.login-4 .login-inner-form .extra-login {
    float: left;
    width: 100%;
    margin: 35px 0;
    text-align: center;
    position: relative;
}

    .login-4 .login-inner-form .extra-login::before {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #0000009e;
        content: "";
    }

    .login-4 .login-inner-form .extra-login > span {
        width: auto;
        float: none;
        display: inline-block;
        background: #ffffff;
        padding: 1px 20px;
        z-index: 1;
        position: relative;
        font-size: 15px;
        color: #000;
        text-transform: capitalize;
    }

.login-4 .login-inner-form .social-list {
    padding: 0;
    text-align: center;
}

.login-4 .social-list .buttons {
    display: flex;
    max-width: 230px;
    margin: 0 auto;
}

.login-4 .form-section a {
    text-decoration: none;
}

.login-4 .social-list a {
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    border-radius: 50%;
}

.login-4 .social-list a {
    text-decoration: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 4px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    background: #c6edfb;
}

    .login-4 .social-list a.facebook-bg {
        color: #4867aa;
    }

    .login-4 .social-list a.twitter-bg {
        color: #33CCFF;
    }

    .login-4 .social-list a.google-bg {
        color: #db4437;
    }

    .login-4 .social-list a.dribbble-bg {
        color: #2392e0;
    }

    .login-4 .social-list a i {
        transition: transform 0.4s linear 0s;
    }

    .login-4 .social-list a i {
        position: relative;
        z-index: 3;
    }

    .login-4 .social-list a:hover {
        transform: rotate(360deg);
        border-radius: 3px;
    }

.login-4 .form-section p {
    margin: 28px 0 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.login-4 .form-section a {
    text-decoration: none;
}

.login-4 .form-section p a {
    color: #000;
}

.pl-7, .px-7 {
    padding-left: 3rem !important;
}

.pr-7, .px-7 {
    padding-right: 3rem !important;
}

.login-4 .close {
    float: right;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #4A5B6D;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    box-shadow: none;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 50px 50px 50px 50px;
}

    .login-4 .close:hover, .login-4 .close:focus {
        background-color: transparent;
        box-shadow: none;
        color: #4A5B6D;
    }

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.mb-7, .my-7 {
    margin-bottom: 3rem !important;
}

.login-4 .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.login-4 .nav {
    display: inherit !important;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


@media (max-width: 576px) {
    .u-sidebar {
        width: 100% !important;
    }
}

.login-4 .btn-primary {
  /*  background: #d93d00;*/
    color: #fff !important;
}

.login-4 .btn-lg {
    padding: 0 50px;
    line-height: 26px;
    border-radius: 4px;
}

.login-4 .btn {
    box-shadow: none !important;
}

.login-4 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.otp-box {
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 10px;
}

.otp-row.GATag.verification-code {
    display: flex;
    justify-content: space-between;
}
.elementor-kit-10 button, .elementor-kit-10 input[type="button"], .elementor-kit-10 input[type="submit"], .elementor-kit-10 .elementor-button {
    color: var( --e-global-color-a291686 );
    background-color: #ff7700;
    box-shadow: inherit;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 50px 50px 50px 50px;
    position: relative;
    width: 35px;
    height: 35px;
}

    .elementor-kit-10 button:hover, .elementor-kit-10 button:focus, .elementor-kit-10 input[type="button"]:hover, .elementor-kit-10 input[type="button"]:focus, .elementor-kit-10 input[type="submit"]:hover, .elementor-kit-10 input[type="submit"]:focus, .elementor-kit-10 .elementor-button:hover, .elementor-kit-10 .elementor-button:focus {
       
        
        border-style: solid;
        border-width: 0px 0px 0px 0px;
    }