﻿.step-estekhdam {
    --color_orginal: blue
}

.socail-media {
    position: absolute;
    top: 310px;
    left: 0;
    background: red;
}

.contact-box {
    position: absolute;
    top: -465px;
    left: -10px;
    z-index: 10;
    /* transform: rotate(270deg); */
}

    .contact-box.item02 {
        top: -515px;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle::after {
    border: none !important;
}

.dropdown-toggle::after {
    content: "";
    position: absolute;
    background: url(../images/menu-dd.png) no-repeat top center;
    width: 100%;
    height: 1.25em;
    top: 73%;
    left: 0;
    opacity: 0;
    transition: .4s
}

.dropdown-toggle:hover::after {
    opacity: 1
}

.dropbtn {
    background-color: var(--color_orginal);
    color: white;
    padding: 7px 0px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    /* transform: rotate(270deg); */
    z-index: 2;
    position: relative;
    width: 50px;
    height: 50px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 40px;
    border-radius: 5px;
    top: 3px;
}

    .dropdown-content h6 {
        padding: 14px 15px;
        color: var(--color_orginal)
    }

    .dropdown-content a {
        color: black;
        padding: 14px 15px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

    .dropdown-content .last-child-menu {
        border-bottom: none
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.submenu {
    display: none;
    padding: 10px;
    background-color: #f9f9f9;
}

.dropdown-content a:hover + .submenu {
    display: block;
}

.submenu:hover {
    display: block;
}

.social-media-slider {
    position: relative;
}

/* options */
.products {
    padding-bottom: 90px;
}

.image-options img {
    width: 65px;
}

.image-options {
    margin: 0 auto 5px;
    background: #f4f4f4;
    border: 19px solid #f4f4f4;
    width: fit-content;
    border-radius: 100%;
}

.box-options {
    text-align: center;
}

.content-options .text-ontions {
    font-size: 13px;
    margin-bottom: 3px;
}

.option {
    padding: 100px 0 30px 0;
}

.box-options,
.box-obtions-two {
    border-left: 1px solid #ddd;
    margin-bottom: 60px;
}

.box-option-last {
    border-left: none
}

.number-options {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.sub-text-ontions {
    margin-bottom: 0;
}

.state {
    position: relative;
    padding-left: 5px;
    color: #585353;
}

    .state::after {
        position: absolute;
        content: '/';
    }

.box-all-job {
    border: 1px solid #ddd;
    padding: 35px;
    transition: .4s;
    margin-bottom: 30px;
}

    .box-all-job:hover {
        box-shadow: 0px 2px 10px 3px #eee;
    }

.title-all-job {
    font-size: 19px;
    font-weight: 800;
    padding-bottom: 10px;
}

.city {
    color: #585353;
}

.read-more-job {
    position: relative;
    color: #888 !important;
}

    .read-more-job::after {
        position: absolute;
        content: '';
        background-image: url(../images/left.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: 8px;
        width: 20px;
        height: 5px;
        right: 59px;
    }

.estekhdam .image-options img {
    width: 45px;
}

.step-estekhdam .number-step {
    background: var(--color_orginal);
    border-radius: 100%;
    margin-left: 10px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 2.3;
}

.step-estekhdam .nav-tabs {
    background: #eee;
    padding: 50px 0;
    justify-content: center;
}

    .step-estekhdam .nav-tabs .nav-link {
        background: #fff !important;
        margin-left: 30px;
        border-radius: 30px;
        border: 1px solid #d4d4d4;
    }

        .step-estekhdam .nav-tabs .nav-link.active {
            background: var(--color_orginal) !important;
            color: #fff;
        }

            .step-estekhdam .nav-tabs .nav-link.active .number-step {
                background: #eee;
                color: var(--color_orginal)
            }

.title-step {
    padding: 20px 0;
    border-top: 1px solid #d4d4d4;
}

.sub-title-step {
    padding-bottom: 15px;
}

    .sub-title-step span {
        font-weight: 900;
    }

.option-step li {
    line-height: 2.2;
}

.content-steps {
    border-top: 1px solid #cfcece;
    border-bottom: 1px solid #cfcece;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.col-step {
    background: #eee;
    padding: 20px 30px;
    border-radius: 20px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #d4d4d4; */
}

.btn-step {
    border: 1px solid #b6afaf;
    padding: 10px 20px;
    border-radius: 30px;
    transition: .4s;
}

    .btn-step:hover {
        background: var(--color_orginal) !important;
        color: #fff
    }

        .btn-step:hover span {
            color: #fff
        }

    .btn-step span {
        color: #aaa2a2;
        padding-right: 20px;
        font-family: 'FontAwesome';
    }

.name-step {
    padding-top: 10px;
}

.col-step {
    position: relative;
}

    .col-step::after {
        position: absolute;
        content: '';
        background: #b6afaf;
        top: 45px;
        right: 160px;
        left: 0;
        bottom: 0;
        width: 70%;
        height: 1px;
    }

.title-step-one {
    border-top: none
}

.city-step-content {
    padding-bottom: 10px;
}

.col-step-two {
    background: #eee;
    padding: 20px 30px 0 30px;
    border-radius: 25px;
    margin: 20px 0;
    border: 1px solid #b6afaf;
    margin-top: 60px;
}

.col-uploads {
    display: flex;
    justify-content: space-between;
}

.col-step-two .btn-step {
    background: var(--color_orginal);
    color: #fff;
}

    .col-step-two .btn-step span {
        color: #fff
    }

    .col-step-two .btn-step:hover {
        background: #eee;
        color: #000
    }

        .col-step-two .btn-step:hover span {
            color: #000
        }

.name-box-estekhdam {
    border-bottom: 1px solid #b6afaf;
    font-size: 25px;
    font-weight: 900;
    padding: 15px 0;
    margin: 0 40px;
}

.box-info-estekhdam {
    border: 1px solid #b6afaf;
    padding: 20px 0px 0;
    border-radius: 25px;
    margin-bottom: 45px;
}

    .box-info-estekhdam input {
        border-right: none;
        border-top: 0;
        border-left: 0;
        border-radius: 0;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .box-info-estekhdam .form-control {
        color: #000 !important;
    }

    .box-info-estekhdam select, .box-info-estekhdam textarea {
        background: #eee;
    }

    .box-info-estekhdam textarea {
        border-radius: 0;
        margin: 40px 0
    }

.footer-box-estekhdam {
    background: #eee;
    padding: 20px 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top: 1px solid #b6afaf;
    margin-top: 25px;
}

.form-group {
    margin-bottom: 0;
    padding: 0 40px;
}

.status-estekhdam {
    font-size: 14px;
    color: var(--color_orginal);
    padding-right: 20px;
}

.footer-box-estekhdam .btn-step {
    margin-left: 20px;
    background: #fff;
}

.form-check input {
    margin-top: 5px;
    margin-left: 10px;
}

.step-estekhdam legend {
    padding-top: 20px !important;
}

.box-info-estekhdam .form-check {
    display: inline-block;
    padding-top: 20px;
}

.box-final {
    background: #eee;
    text-align: center;
    padding: 50px 30px;
    line-height: 4;
    margin: 50px 0;
}

.link-return {
    border: 1px solid #d4d4d4;
    padding: 15px;
    border-radius: 30px;
    transition: .4s;
}

    .link-return:hover {
        background: var(--color_orginal);
        color: #fff
    }

.modal-login-estekhdam input, .modal-apply-code-estekhdam input {
    background: #eee;
    border-radius: 0;
    border: none;
}

.modal-apply-code-estekhdam input {
    width: 40px;
    height: 40px;
}

.link-modal-login {
    background: var(--color_orginal);
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    transition: .4s;
    width: 185px;
    display: inline-block;
}

    .link-modal-login:hover {
        background: #eee
    }

.modal-login-estekhdam .modal-content, .modal-apply-code-estekhdam .modal-content {
    border-radius: 0;
}

.modal-login-estekhdam .modal-header .close {
    margin-left: 0
}

.modal-login-estekhdam .modal-header, .modal-apply-code-estekhdam .modal-header {
    border-bottom: none;
    padding-top: 40px
}

.modal-login-estekhdam .modal-footer, .modal-apply-code-estekhdam .modal-footer {
    border-top: none;
    justify-content: center;
}

.col-text-register {
    position: relative;
}

    .col-text-register::before {
        position: absolute;
        content: '';
        width: 100%;
        border: 1px solid #d4d4d4;
        right: 0;
        top: 10px;
    }

p.text-register {
    background: #fff;
    z-index: 9999;
    position: relative;
    display: inline;
    padding: 0 10px;
}

.list-modal-code li {
    display: inline-block;
    margin-left: 15px;
}

.list-modal-code {
    text-align: center;
}

.link-return-code {
    color: red;
}

.form-check-label {
    margin-right: 20px;
}

.step-estekhdam select {
    margin-top: 20px;
}

.estekhdam {
    padding-bottom: 40px;
}

    .estekhdam .content-options .text-ontions {
        transition: .4s
    }

    .estekhdam .box-options:hover .text-ontions {
        text-decoration: underline
    }

/* footer */
#footer {
    background: #f8f8f8;
    color: #222;
    padding: 10px 0 0px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* margin-top: 50px; */
}

.phone-footer {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
}

.copyright {
    margin-top: 30px;
    padding: 30px 15px;
    background: #F3F3F3;
    color: #717171;
    border-radius: 40px;
}

    .copyright .text-right p {
        font-size: 12px
    }

.list-footer {
    color: #717171;
    font-size: 14px;
}

    .list-footer li {
        display: inline-block;
        padding-left: 10px;
    }

    .list-footer i {
        color: var(--color_orginal)
    }

footer .list-social-header {
    text-align: right;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

    footer .list-social-header img {
        width: 25px;
        height: 25px;
    }

footer a {
    transition: .4s;
}

    footer a:hover {
        color: var(--color_orginal)
    }

ul.list-footers li a {
    color: #222;
}

ul.list-footers li {
    padding-top: 5px;
    font-size: 14px;
}

ul.list-footers {
    /* padding-top: 15px; */
    margin-bottom: 10px;
}

.row-email {
    border-bottom: 1px solid #373737;
    padding-bottom: 20px
}

.title-footer {
    font-size: 14px;
}

.copy-right {
    /* background: #fff; */
    padding: 0px 0 15px;
}

    .copy-right p {
        margin-bottom: 0;
        font-size: 12px;
        color: #888;
    }

.link-footer {
    background: var(--color_orginal);
    color: #fff !important;
    padding: 2px 20px;
    transition: .4s;
}

    .link-footer:hover {
        opacity: 0.8;
    }
