* {
    font-family: "Tajawal", sans-serif;
}

.btn-primary {
    background: #59e0ac 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    border: 1px solid #59e0ac;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
    box-shadow: none !important;
}

.btn-primary:hover {
    background: transparent;
    border-radius: 24px;
    opacity: 1;
    border: 1px solid #59e0ac;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #59e0ac;
}

.form-container.active .next {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    gap: 25px;
}

a.btn.btn-primary:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: 1px solid #59e0ac;
    color: #59e0ac;
}

header nav {
    padding: 34px 0 !important;
}

header .nav-item {
    margin-left: 30px;
}

header .nav-link {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    position: relative;
    transition: 0.5s;
}
header .nav-link:hover {
    color: #59e0ac;
}

header .nav-link.active:after,
header .nav-link:hover:after {
    content: "";
    background-image: url("../assets/admin/img/dots.png");
    position: absolute;
    top: 100%;
    width: 100%;
    height: 8px;
    right: 0;
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.content {
    margin-top: 140px;
    padding: 25px 0;
    background: #fafefd;
    margin-bottom:35px;
}

.breadcrumb li {
    font-weight: 300;
    font-size: 20px;
    line-height: 60px;
}

.breadcrumb li a {
    color: black;
    text-decoration: none;
}

.easy {
    padding-top: 30px;
    padding-bottom: 60px;
}
.easy .feature h2 {
    padding-top: 13px;
}

.easy .feature p {
    padding-top: 20px;
}

.easy .images {
    padding-top: 30px;
}

.easy .images img {
    object-fit: cover;
}

.easy .images .star-1 {
    position: absolute;
    top: 26px;
    right: 315px;
}

.easy .images .small {
    position: absolute;
    right: 223px;
    bottom: -40px;
}
.easy .images .star-2 {
    position: absolute;
    bottom: -7px;
    right: 68px;
}

.easy .images .star-3 {
    position: absolute;
    top: 26px;
    right: 84px;
}

.easy .images .star-4 {
    position: absolute;
    bottom: -7px;
    right: 318px;
}

.features h2,
.easy h2 {
    font-size: 45px;
    line-height: 71px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}

.features h2:after,
.easy h2:after {
    content: "";
    background-image: url("../assets/admin/img/after-header.svg");
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
}

/* .features:after {
    content: "";
    background-image: url("../assets//admin/img/Path.png");
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: -38%;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    z-index: -1;
} */

.easy {
    /* position: relative; */
    /* padding: 0 0 0; */
}
/*
.first:after {
    content: "";
    background-image: url("../assets/admin/img/dash-bg.svg");
    position: absolute;
    top: 94%;
    width: 14%;
    height: 626px;
    left: 0;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    z-index: -1;
} */

/* .easy .feature {
    margin-top: 33px;
} */

.last {
    padding: 47px;
}

.last {
    position: relative;
}

.last .logo {
    text-align: center;
    margin-top: 100px;
}

.last .nav {
    text-align: center;
    margin-top: 32px;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
}

.last .social {
    margin: 0 10px;
    background: #f2f2f2;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 9px;
    padding: 2px;
}

.last .social i {
    font-size: 11px;
}

.last .apps {
    text-align: center;
    margin-top: 33px;
}

.last:after {
    content: "";
    background-image: url("../assets/admin/img/Path.png");
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: -38%;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    z-index: -1;
    background-position-y: 100%;
}

footer {
    text-align: center;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
}

footer img {
    background-color: #fff;
    padding: 30px;
    margin-top: -60px;
}

.images {
    position: relative;
    max-height: 500px;
}

.images .big {
    width: 420px;
    border-radius: 50%;
    height: 420px;
}

.images .small {
    width: 190px;
    border-radius: 50%;
    border: 5px solid #fff;
    height: 190px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.goals {
    margin-top: 133px;
    padding-top: 66px;
    background-color: #59e0ac;
}

.goals h2 {
    text-align: center;
    color: #ffffff;
    font-size: 43px;
    line-height: 62px;
    font-weight: bold;
    margin-bottom: 35px;
}

.goal {
    background: #fff;
    padding: 70px 35px;
    border-radius: 18px 18px 0 0;
}

.easy ul,
.goal ul {
    padding: 0;
}

.easy li,
.goal li {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    position: relative;
    text-align: justify;
    margin: 20px 0 15px;
    list-style: none;
}

.easy li i,
.goal li i {
    color: #59e0ac;
}

@media screen and (max-width: 1199px) {
    .navbar-brand img {
        max-width: 170px;
    }
}

@media screen and (max-width: 991px) {
    .about-section {
        margin: 100px 0;
    }

    .about-section .content {
        margin-bottom: 30px;
    }

    .about-section .row {
        flex-direction: column-reverse;
    }

    .goals {
        margin-top: 30px;
    }

    .easy_second .row {
        flex-direction: column-reverse;
    }
    .breadcrumb {
        margin-bottom: 3px;
    }
    .easy .feature {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .easy .center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .nav-link.active:after,
    header .nav-link:hover:after {
        content: none;
    }

    .last::after,
    .features::after {
        right: -50%;
    }
}

@media screen and (max-width: 767px) {
    .about-section .content h3 {
        font-size: 25px;
    }

    .breadcrumb h2 {
        font-size: 26px;
    }

    .breadcrumb h4 {
        font-size: 16px;
    }

    .last::after,
    .features::after {
        content: none;
    }
}

@media screen and (max-width: 575px) {
    .images .big {
        width: 265px;
        height: 265px;
        object-fit: cover;
    }

    .easy .images .star-3 {
        position: absolute;
        top: 19px;
        right: 65px;
    }

    .easy .images .star-1 {
        right: 205px;
    }
    .easy .images .star-4 {
        right: 197px;
    }

    .easy .images .small {
        position: absolute;
        right: 124px;
        width: 140px;
        height: 140px;
        bottom: -40px;
    }

    .banner {
        padding: 15px 10px 15px;
    }

    .banner h5,
    .banner p {
        font-size: 18px;
        line-height: 24px;
    }

    .features .feature,
    .easy .feature {
        margin-top: 33px;
        max-width: 100%;
        text-align: center;
    }

    .features h2,
    .easy h2 {
        font-size: 34px;
        line-height: 50px;
    }

    .goals h2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 25px;
    }

    .last .apps a img {
        margin-bottom: 10px;
    }
}

.darkHeader {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

section {
    overflow: hidden;
}
.intro {
    position: relative;
    margin-top: 115px;
}

.intro .sc {
    position: absolute;
    bottom: 44px;
    left: 50%;
    width: 58px;
    height: 123px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 29px;
    color: #000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
}

.intro .container {
    padding: 60px;
    background-image: url("../assets/admin/img/intro-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.intro .images {
    width: 400px;
    text-align: center;
    position: relative;
}
.intro .images .obj-1 {
    position: absolute;
    right: -115px;
    bottom: 35px;
}
.intro .images .obj-2 {
    position: absolute;
    left: -60px;
    top: 100px;
}
.intro h1 {
    font-size: 39px;
    font-weight: bold;
    line-height: 66px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    position: relative;
    width: 415px;
    padding-bottom: 39px;
}

.intro ul {
    padding: 20px 0 !important;
    list-style: none;
}
.intro li {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    position: relative;
    text-align: justify;
    width: 500px;
    margin: 20px 0 15px;
}
.intro h1::after {
    content: "";
    background-color: #59e0ac;
    height: 7px;
    right: 0;
    width: 63px;
    position: absolute;
    bottom: -10px;
}
.intro .apps {
    margin-top: 40px;
}
.timeline {
    background-image: url("../assets/admin/img/timeline.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 700px;
    position: relative;
}
.timeline .obj-1 {
    position: absolute;
    left: 20px;
    top: 100px;
}
.timeline .obj-2 {
    position: absolute;
    left: 445px;
    top: 120px;
}
.timeline .obj-3 {
    position: absolute;
    right: 50px;
    bottom: 212px;
}
.timeline .obj-4 {
    position: absolute;
    left: 250px;
    bottom: 170px;
}
.timeline .obj-5 {
    position: absolute;
    right: 360px;
    bottom: 265px;
}
.features {
    background-image: url("../assets/admin/img/features-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.features h2 {
    font-size: 45px;
    line-height: 71px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}
.features h2:after {
    content: "";
    background-image: url("../assets/admin/img/after-header.svg");
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
}
.features:after {
    content: "";
    background-image: url("../assets/admin/img/Path.png");
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: -38%;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    z-index: -1;
}
.features .feature {
    margin-top: 33px;
    max-width: 55%;
}
.features .feature .img {
    width: 77px;
    height: 77px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    padding: 15px;
    margin: 0 15px;
}
.features .feature h3 {
    font-size: 29px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
}
.features .feature h3 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
}
.plans h2 {
    font-size: 45px;
    line-height: 71px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.plans h2:after {
    content: "";
    background-image: url("../assets/admin/img/after-header.svg");
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-position-x: 50%;
}
.plans .plan-container {
    background-color: #fafefd;
    margin-top: 35px;
    padding:60px 0;
}
.plan-container .plan-item h3
{
    font-weight: bold;
}
.plans .plan {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 11px #00000029;
    border-radius: 27px;
    padding: 38px 20px 26px;
    margin: 0 8px;
    max-width: 31%;
    margin-bottom: 40px;
}
.plans .plan h4 {
    font-size: 24px;
    line-height: 39px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
}
.plans .plan h4 span {
    font-size: 24px;
    line-height: 39px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.plans .plan h5 {
    font-size: 24px;
    line-height: 39px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.plans .plan p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.plans .plan ul {
    padding: 0;
}
.plans .plan li {
    font-size: 16px;
    line-height: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
    list-style: none;
    margin-bottom: 20px;
}
.plans .plan li i {
    color: #188a4e;
    font-size: 10px;
    margin-left: 22px;
}
.plans .plan .btn-outline {
    border: 1px solid #59e0ac;
    border-radius: 29px;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0px;
    color: #3a3a3a;
    display: block;
    padding: 15px;
}
.plans .plan .btn-outline:hover {
    background: #59e0ac;
    color: #ffffff;
}
.plans .plan .btn-outline i {
    float: left;
}
.last {
    padding: 47px;
}
.banner {
    background-image: url("../assets/admin/img/banner.png");
    padding: 50px 75px 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner h5 {
    font-size: 38px;
    font-weight: bold;
    line-height: 60px;
    color: #ffffff;
}
.banner p {
    font-size: 38px;
    font-weight: 300;
    line-height: 60px;
    color: #ffffff;
}
.banner .btn-white {
    background: #ffffff;
    border-radius: 23px;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    color: #59e0ac;
    padding: 10px 25px;
}
.last {
    position: relative;
}
.last .logo {
    text-align: center;
    margin-top: 100px;
}
.last .nav {
    text-align: center;
    margin-top: 32px;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
}
.last .nav a {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    transition: 0.5s;
}
.last .nav a:hover {
    color: #59e0ac;
}
.last .social {
    margin: 0 10px;
    background: #f2f2f2;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 9px;
    padding: 2px;
    transition: 0.5s;
}

li.nav-item.social:hover {
    background: #59e0ac;
}
li.nav-item.social:hover a {
    color: #fff;
}

.last .apps {
    text-align: center;
    margin-top: 33px;
}

.last .apps a img {
    width: 143px;
    height: 51px;
}

.last:after {
    content: "";
    background-image: url("../assets/admin/img/Path.png");
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: -38%;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    z-index: -1;
    background-position-y: 100%;
}
footer {
    text-align: center;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
}
footer img {
    background-color: #fff;
    padding: 30px;
    margin-top: -60px;
    width: 170px;
}

.messages_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 50px 0 0px 0;
}

.messages_cont .cont_email {
    align-items: center;
    gap: 10px;
}

.messages_cont .cont_email span {
    color: #272727;
}

.messages_cont .cont_email i {
    color: #59e0ac;
}

.about-section {
    /* margin-top: 90px; */
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.about-section .images-about {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    position: relative;
}

.about-section .images-about .back_bg_about {
    position: absolute;
    width: 600px;
    right: -205px;
    top: -100px;
    z-index: -1;
}

.about-section .images-about .content {
}
.about-section .content h3 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-section .content img {
    display: block;
    margin-bottom: 20px;
}
.about-section .content .apps {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-section .content .apps img {
    width: 150px;
    height: 53px;
}

@media screen and (max-width: 1199px) {
    .navbar-brand img {
        max-width: 170px;
    }
    .banner img {
        max-width: 130px;
    }
    .banner h5 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner p {
        font-size: 30px;
        line-height: 35px;
    }
    .timeline .obj-3 {
        position: absolute;
        right: 50px;
        bottom: 200px;
        width: 180px;
    }
    .timeline .obj-5 {
        position: absolute;
        right: 270px;
        bottom: 190px;
        width: 140px;
    }
    .timeline .obj-2 {
        position: absolute;
        left: 500px;
        top: 120px;
        width: 230px;
    }
    .timeline {
        height: 550px;
    }
    .timeline .obj-1 {
        position: absolute;
        left: 20px;
        top: 75px;
        width: 180px;
    }
    .timeline .obj-4 {
        position: absolute;
        left: 250px;
        bottom: 110px;
    }
    .intro h1 {
        width: auto;
        text-align: center;
    }
    .intro li {
        width: auto;
        text-align: center;
    }
    .intro .col-12 {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }
    .intro h1::after {
        right: 45%;
        width: 10%;
    }
    .intro .container {
        padding: 25px;
    }
}
@media screen and (max-width: 991px) {
    header .nav-link.active:after,
    header .nav-link:hover:after {
        content: none;
    }
    .last::after,
    .features::after {
        right: -50%;
    }
    .plans .plan-container {
        margin-top: 35px;
        padding: 15px 0;
    }
    .plans .plan {
        margin-top: 15px;
        width: 352px;
        max-width: 90%;
    }
    .features {
        background-image: none;
    }
    .features .feature {
        margin-top: 33px;
        max-width: 85%;
    }
    .timeline .obj-4,
    .timeline .obj-5 {
        display: none;
    }
    .timeline .obj-2 {
        position: absolute;
        left: 40%;
        top: 120px;
        width: 230px;
    }
}
@media screen and (max-width: 767px) {
    .last::after,
    .features::after {
        content: none;
    }
    .banner {
        text-align: center;
    }
    .banner img {
        display: none;
    }
    .banner h5,
    .banner p {
        font-size: 24px;
        line-height: 24px;
    }

    .timeline {
        background-image: none;
        height: 300px;
        margin-bottom: 30px;
    }
    .timeline .obj-1 {
        position: absolute;
        left: 20px;
        top: 30%;
        width: 180px;
    }
    .timeline .obj-2 {
        position: absolute;
        left: 35%;
        top: 0;
        width: 230px;
    }
    .timeline .obj-3 {
        position: absolute;
        right: 20px;
        top: 35%;
        width: 180px;
    }

    .form-container.active {
        padding: 20px 30px;
    }
}
@media screen and (max-width: 575px) {
    .banner {
        padding: 15px 10px 15px;
    }
    .banner h5,
    .banner p {
        font-size: 18px;
        line-height: 24px;
    }
    .features .feature {
        margin-top: 33px;
        max-width: 100%;
        text-align: center;
    }
    .features h2 {
        font-size: 34px;
        line-height: 50px;
    }
    .timeline {
        display: none;
    }
    .intro h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
.darkHeader {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.easy {
    overflow: hidden;
}

.send-message form {
    padding-top: 20px;
}

.send-message form label {
    margin-bottom: 17px;
}

.form {
    width: 845px;
    max-width: 100%;
    box-shadow: 0px 2px 9px #00000029;
    border-radius: 56px;
    padding: 58px 135px 52px;
    margin: 15px 0;
}
.form h2 {
    font-size: 43px;
    line-height: 71px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.form h2::after {
    content: "";
    background-image: url("https://efatorh.com/public/assets/admin/img/after-header.svg");
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.form .form-control {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border-radius: 23px;
    border-color: #f8f8f8;
    color: #bebebe;
}
.form .form-control:focus {
    box-shadow: none;
    border-color: #59e0ac;
}

.form textarea {
    resize: none;
    height: 153px;
}

.form .btn {
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: auto;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .form {
        padding: 30px 30px 16px;
    }
}
@media screen and (max-width: 575px) {
    .form h2 {
        font-size: 34px;
        line-height: 50px;
    }
}
.form .file-box {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
}
.form .inputfile {
    display: none;
}

.form-wizard {
    position: relative;
    display: block;
    margin: 0 auto;
}

.steps {
    margin: 0;
    overflow: hidden;
}
.steps ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    position: relative;
    height: 140px;
}
.steps ul li p.text {
    background: #f2f2f2;
    bottom: -10px;
    padding: 10px 30px;
    border-radius: 28px;
    color: #a4a4a4;
    width: 150px;
    margin: 30px -45px 0 0;
    box-shadow: inset 0px 2px 2px #00000012;
}

.steps ul li.active p.text {
    background: #59e0ac;
    color: #fff;
}

.steps ul li {
    float: right;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    width: 77px;
    height: 77px;
    padding: 13px;
    box-shadow: inset 0px 1px 6px #00000029;
    border-radius: 50%;
    background: #fff;
}

.steps ul li:hover span,
.steps ul li.active span {
    background: #59e0ac;
    color: #fff;
}
.steps ul li:hover::before,
.steps ul li.active::before {
    background: #59e0ac;
    width: 100%;
}
.steps ul li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    right: 0%;
    top: 40px;
    width: 50%;
    /* height: 3px; */
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
    height: 11px;
    box-shadow: inset 0px 1px 6px #00000029;
    z-index: -1;
}

.steps ul li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 40px;
    width: 50%;
    height: 3px;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
    height: 11px;
    box-shadow: inset 0px 1px 6px #00000029;
    z-index: -1;
}

/* ul li.active::before {
    background: red !important;
} */
/* .steps ul li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    left: 17%;
    top: 40px;
    width: 33%;
    height: 3px;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
    height: 28px;
    box-shadow: inset 0px 1px 6px #00000029;
    z-index: -1;
} */
.steps ul li::after {
    width: 0;
}
.steps ul li span {
    display: block;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: transparent;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -oborder-radius: 2px;
    border-radius: 2px;
    border-radius: 50%;
    font-size: 20px;
}
.steps ul li i {
    display: none;
    font-size: 30px;
    color: #fff;
    background: #59e0ac;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 10px;
}
.steps ul li.active span {
    display: none;
}
.steps ul li.active::before {
    background: #59e0ac;
}
/* .steps ul li:nth-of-type(3).active::after {
    background: #59e0ac;
} */
.steps ul li.active i {
    display: block;
}
.steps ul li:first-child::before,
.steps ul li:first-child::after {
    /* display: none; */
}
/* .form-container {
    clear: both;
    display: none;
} */
.form-container {
    /* display: block; */
    background: #fafefd;
    padding: 35px 63px;
    border-radius: 56px;
}
.wizard h3 {
    text-align: right;
    font-size: 30px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.wizard h3 i {
    color: #59e0ac;
    font-size: 19px;
    margin-left: 28px;
}
.wizard p {
    text-align: right;
    font: normal normal 300 16px/28px Tajawal;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.wizard .plan {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 11px #00000029;
    border-radius: 27px;
    padding: 38px 20px 26px;
    margin: 32px 8px 0;
    max-width: 31%;
    position: relative;
}
.wizard .plan h4 {
    font-size: 24px;
    line-height: 39px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
}
.wizard .plan h4 span {
    font-size: 24px;
    line-height: 39px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.wizard .plan h5 {
    font-size: 24px;
    line-height: 39px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.wizard .plan p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.wizard .plan ul {
    padding: 0;
}
.wizard .plan li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
    list-style: none;
    margin-bottom: 20px;
}
.wizard .plan li i {
    color: #188a4e;
    font-size: 10px;
    margin-left: 10px;
    border: 1px solid #188a4e;
    padding: 4px;
    border-radius: 50px;
    width: 20px;
}
.wizard .plan .btn-outline {
    border: 1px solid #59e0ac;
    border-radius: 29px;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0px;
    color: #3a3a3a;
    display: block;
    padding: 15px;
}
.wizard .plan .btn-outline:hover {
    background: #59e0ac;
    color: #ffffff;
}
.wizard .plan .btn-outline i {
    float: left;
}
.wizard .plan > i {
    position: absolute;
    background: #59e0ac;
    color: #fff;
    padding: 26px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    top: -19px;
    left: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wizard .form {
    width: 845px;
    max-width: 100%;
    box-shadow: 0px 2px 9px #00000029;
    border-radius: 56px;
    padding: 58px 135px 52px;
}
.wizard .form h2 {
    font-size: 45px;
    line-height: 71px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.wizard .form h2::after {
    content: "";
    background-image: url("https://efatorh.com/public/assets/admin/img/after-header.svg");
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.wizard .form .form-control {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border-radius: 23px;
    border-color: #f8f8f8;
    color: #bebebe;
}
.wizard .form .form-control:focus {
    box-shadow: none;
    border-color: #59e0ac;
}
.wizard .form .btn {
    margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
    .wizard .form {
        padding: 30px 30px 16px;
    }
}
@media screen and (max-width: 575px) {
    .wizard .form h2 {
        font-size: 34px;
        line-height: 50px;
    }
}
.wizard .form .file-box {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
}
.wizard .form .inputfile {
    display: none;
}

/* new */

.Error_pay_page {
    margin: 150px 0;
}

.Error_pay_page .all_info {
    padding: 147px 155px 100px;
    background: #fafefd 0% 0% no-repeat padding-box;
    border-radius: 56px;
}

.Error_pay_page .all_info img {
    width: 284px;
    height: 281px;
    object-fit: contain;
    margin-bottom: 55px;
}

.Error_pay_page .all_info .head {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    /* flex-direction: row-reverse; */
}

.Error_pay_page .all_info .head span {
    max-width: 15px;
    height: 15px;
    background: #eb0521;
    display: block;
    width: 15px;
    border-radius: 50px;
}

.Error_pay_page .all_info .head span.green {
    background: #59e0ac !important;
}

.Error_pay_page .all_info .head h2 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 23px;
}

.Error_pay_page .all_info p {
    font-size: 20px;
    color: #000000;
}

.Error_pay_page .all_info .back_btn {
    margin-top: 23px;
    margin: auto;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 219px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    background: #59e0ac 0% 0% no-repeat padding-box;
    border-radius: 24px;
    outline: none;
    border: 1px solid transparent;
    transition: 0.5s;
    cursor: pointer;
}

.Error_pay_page .all_info .back_btn:hover {
    background-color: #fff;
    border: 1px solid #59e0ac;
    color: #59e0ac;
}

@media (max-width: 767px) {
    .Error_pay_page .all_info {
        padding: 50px 20px;
    }

    .Error_pay_page .all_info .head span {
        height: 10px;
        width: 10px;
    }

    .Error_pay_page .all_info .head h2 {
        font-size: 19px;
    }
    .Error_pay_page {
        margin: 100px 0;
    }
    .Error_pay_page .all_info p {
        font-size: 16px;
    }

    .Error_pay_page .all_info img {
        width: 250px !important;
        height: 250px !important;
    }
}

.btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 47px 0 27px;
}

.btns button {
    width: 138px;
    height: 43px;
    background-color: #fff;
    color: #000;
    border: 1px solid #59e0ac;
    border-radius: 9px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    outline: none;
    /* border: 1px solid transparent; */
}

button.active_tab {
    color: #fff;
    background: #59e0ac 0% 0% no-repeat padding-box;
}

.box_content {
    display: none;
}

.box_content.activeTab {
    display: block;
    animation: fadeInUp 1s ease-in-out;
    -webkit-animation: fadeInUp 1s ease-in-out;
}

p.text {
    position: relative;
}

p.text::after {
    content: "";
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #f2f2f2;
    top: -30px;
    right: 38%;
}

.steps ul li.active p.text::after {
    border-bottom: 15px solid #59e0ac;
}

/* new */
.form {
    width: 845px;
    max-width: 100%;
    box-shadow: 0px 2px 9px #00000029;
    border-radius: 56px;
    padding: 58px 135px 52px;
    margin: 15px 0;
}
.form h2 {
    font-size: 43px;
    line-height: 71px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.form h2::after {
    content: "";
    background-image: url("https://efatorh.com/public/assets/admin/img/after-header.svg");
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.form .form-control {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border-radius: 23px;
    border-color: #f8f8f8;
    color: #bebebe;
}
.form .form-control:focus {
    box-shadow: none;
    border-color: #59e0ac;
}

.form textarea {
    resize: none;
    height: 153px;
}

.form .btn {
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: auto;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .form {
        padding: 30px 30px 16px;
    }
}
@media screen and (max-width: 575px) {
    .form h2 {
        font-size: 34px;
        line-height: 50px;
    }
}
.form .file-box {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
}
.form .inputfile {
    display: none;
}

.form-wizard h3 {
    text-align: right;
    font-size: 30px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.form-wizard h3 i {
    color: #59e0ac;
    font-size: 19px;
    margin-left: 28px;
}
.form-wizard p {
    text-align: right;
    font: normal normal 300 16px/28px Tajawal;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.form-wizard .plan {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 11px #00000029;
    border-radius: 27px;
    padding: 38px 20px 26px;
    margin: 32px 8px 0;
    max-width: 31%;
    position: relative;
}
.form-wizard .plan h4 {
    font-size: 24px;
    line-height: 39px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
}
.form-wizard .plan h4 span {
    font-size: 24px;
    line-height: 39px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.form-wizard .plan h5 {
    font-size: 24px;
    line-height: 39px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.form-wizard .plan p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}
.form-wizard .plan ul {
    padding: 0;
}
.form-wizard .plan li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
    list-style: none;
    margin-bottom: 20px;
}
.form-wizard .plan li i {
    color: #188a4e;
    font-size: 10px;
    margin-left: 10px;
    border: 1px solid #188a4e;
    padding: 4px;
    border-radius: 50px;
    width: 20px;
}
.form-wizard .plan .btn-outline {
    border: 1px solid #59e0ac;
    border-radius: 29px;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0px;
    color: #3a3a3a;
    display: block;
    padding: 15px;
}
.form-wizard .plan .btn-outline:hover {
    background: #59e0ac;
    color: #ffffff;
}
.form-wizard .plan .btn-outline i {
    float: left;
}
.form-wizard .plan > i {
    position: absolute;
    background: #59e0ac;
    color: #fff;
    padding: 26px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    top: -19px;
    left: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-wizard .form {
    width: 845px;
    max-width: 100%;
    box-shadow: 0px 2px 9px #00000029;
    border-radius: 56px;
    padding: 58px 135px 52px;
}
.form-wizard .form h2 {
    font-size: 45px;
    line-height: 71px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.form-wizard .form h2::after {
    content: "";
    background-image: url("https://efatorh.com/public/assets/admin/img/after-header.svg");
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.form-wizard .form .form-control {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border-radius: 23px;
    border-color: #f8f8f8;
    color: #bebebe;
}
.form-wizard .form .form-control:focus {
    box-shadow: none;
    border-color: #59e0ac;
}
.form-wizard .form .btn {
    margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
    .form-wizard .form {
        padding: 30px 30px 16px;
    }
}
@media screen and (max-width: 575px) {
    .form-wizard .form h2 {
        font-size: 34px;
        line-height: 50px;
    }
}
.form-wizard .form .file-box {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0;
    box-sizing: border-box;
}
.form-wizard .form .inputfile {
    display: none;
}

.btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 47px 0 27px;
}

.btns button {
    width: 138px;
    height: 43px;
    background-color: #fff;
    color: #000;
    border: 1px solid #59e0ac;
    border-radius: 9px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    outline: none;
    /* border: 1px solid transparent; */
}

button.active_tab {
    color: #fff;
    background: #59e0ac 0% 0% no-repeat padding-box;
}

.box_content {
    display: none;
}

.box_content.activeTab {
    display: block;
    animation: fadeInUp 1s ease-in-out;
    -webkit-animation: fadeInUp 1s ease-in-out;
}

.btn-primary {
    background: #59e0ac 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    border: 1px solid #59e0ac;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
    box-shadow: none !important;
}

.btn-primary:hover {
    background: transparent;
    border-radius: 24px;
    opacity: 1;
    border: 1px solid #59e0ac;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #59e0ac;
}

.form .btn {
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: auto;
    font-weight: bold;
}
body {
    margin: 0;
    padding: 0;
}
.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}
.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.form-wizard {
    color: #888888;
    padding: 30px;
}
.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #59e0ac;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
}
.form-wizard .form-wizard-header {
    text-align: center;
}
.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #59e0ac;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}
.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.form-wizard .form-wizard-previous-btn {
    background-color: #fb1647;
}
/* .form-wizard .form-control {
        font-weight: 300;
        height: auto !important;
        padding: 15px;
        color: #888888;
        background-color: #f1f1f1;
        border: none;
      } */
.form-wizard .form-control:focus {
    box-shadow: none;
}
.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
    color: #59e0ac;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}
.form-wizard .form-wizard-steps {
    margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
    width: 50%;
    float: left;
    position: relative;
}
.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 100%;
}
.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #59e0ac;
    color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #59e0ac;
    left: 0%;
    width: 100%;
    border-color: #59e0ac;
}
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #59e0ac;
}
.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}

/* new login */

.register {
    margin: 50px 0;
}

.register .register_info {
    box-shadow: 0px 2px 9px #00000029;
    border-radius: 56px;
    padding: 58px 134px;
}

.register .head {
    text-align: center;
}
.register .head h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 43px;
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 18px;
}
.register .head h3:after {
    content: "";
    background-image: url(https://efatorh.com/public/assets/admin/img/after-header.svg);
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-position-x: 50%;
}
.register .register_info form {
}
.register .register_info form label {
    margin-bottom: 17px;
}
.register .register_info form input {
    height: 46px;
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border-radius: 23px;
    padding: 10px 16px;
    margin-bottom: 15px;
}
.register .register_info form i {
    font-size: 12px;
    color: #a4a4a4;
}

.register .register_info form .field-icon {
    position: absolute;
    top: 56px;
    left: 15px;
}
.register .register_info form input::placeholder {
    color: #bebebe;
}
.register .register_info form input:focus {
    border: 1px solid #59e0ac;
}
.register .register_info form .btns {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.register .register_info form .btns button {
    width: 236px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    transition: 0.5s;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}
.register .register_info form .btns button.first {
    background: #59e0ac;
    color: #fff;
}
.register .register_info form .btns button.first:hover {
    color: #59e0ac;
    border: 1px solid #59e0ac;
    background: #fff;
}
.register .register_info form .btns button.second {
    color: #59e0ac;
    border: 1px solid #59e0ac;
    background: #fff;
}
.register .register_info form .btns button.second:hover {
    background: #59e0ac;
    color: #fff;
}

.register .register_info form .flex_bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.register .register_info form .forget_pass {
    color: #32a1be;
    text-decoration: none;
}
.register .register_info form .remember_me {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-direction: row-reverse;
    gap: 10px;
}
.register .register_info form .remember_me input[type="checkbox"] {
    accent-color: teal;
    cursor: pointer;
    margin: 0 !important;
    height: auto !important;
}

.useful-section {
    margin: 70px 0;
    text-align: center;
}

.useful-section .info h4 {
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 20px;
}
.useful-section .info img {
    display: block;
    margin: 36px auto;
}

.useful-section .info span {
    color: #2e616f;
    font-size: 29px;
    font-weight: bold;
}
.useful-section .info p {
    color: #2e616f;
    font-size: 29px;
    padding-top: 14px;
    padding-bottom: 82px;
}

.useful-section .images-useful {
    box-shadow: 0px 5px 11px #00000029;
    border-radius: 27px;
    margin-bottom: 50px;
    padding: 55px 70px 55px 17px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    min-height: 180px;
}
.useful-section .images-useful.two {
    padding: 55px 17px 55px 70px;
}

.useful-section .images-useful:hover {
    background-color: #59e0ac;
    color: #fff !important;
}

.useful-section .images-useful:hover .image,
.useful-section .images-useful:hover .image img {
    background-color: #fff;
    filter: none;
}
.useful-section .images-useful:hover p {
    color: #fff !important;
}

.useful-section .images-useful .image {
    position: absolute;
    top: 13%;
    right: -20px;
    width: 102px;
    height: 102px;
    background: #59e0ac;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.useful-section .images-useful.two .image {
    position: absolute;
    top: 13%;
    left: -20px;
    right: auto;
}

.useful-section .images-useful img {
    /* mix-blend-mode: lighten; */
    filter: brightness(0) invert(1);
}
.useful-section .images-useful p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding-inline-start: 20px;
}

.all_row {
    position: relative;
}

.all_row .back {
    /* content: ""; */
    /* position: absolute;
    height: 3px;
    background-color: red;
    width: 4000px;
    right: -125px;
    z-index: -3;
    top: 35%;
    display: inline-block; */
}

@media (max-width: 775px) {
    .register .register_info {
        padding: 30px 26px;
    }
}
@media (max-width: 575px) {
    .images-useful {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px !important;
    }

    .useful-section .images-useful .image {
        position: unset !important;
    }

    .useful-section .info h4 {
        font-size: 24px;
    }

    .useful-section .info span {
        font-size: 20px;
    }
    .useful-section .info p {
        font-size: 18px;
        padding-bottom: 30px;
    }

    .register .head h3 {
        font-size: 25px;
    }
    .register .register_info {
        padding: 30px 10px;
    }
}
