:root {
    --blue-color: #0048aa;
    --black-color: #212529;
    --text-color: #595959;
    --grey-color: rgb(249, 249, 249);
    --yellow-color: #ffc700;
    --white-color: #ffffff;
}

@font-face {
    font-family: iranyekan;
    src: url("/Content/font/woff/fonts/iranyekanwebregularfanum.woff");
    src: url("/Content/font/eot/iranyekanwebregularfanum");
    src: url("/Content/font/eot/iranyekanwebregularfanum.eot?#iefix") format("embedded-opentype"), url("/Content/font/woff/iranyekanwebregularfanum.woff") format("woff"), url("/Content/font/ttf/iranyekanwebregularfanum.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: iranyekanextrablack;
    font-style: normal;
    font-weight: 950;
    src: url("/Content/font/eot/iranyekanwebextrablackfanum");
    src: url("/Content/font/eot/iranyekanwebextrablackfanum.eot?#iefix") format("embedded-opentype"), url("/Content/font/woff/iranyekanwebextrablackfanum.woff") format("woff"), url("/Content/font/ttf/iranyekanwebextrablackfanum.ttf") format("truetype");
    font-display: swap;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

:focus-visible,
button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3 {
    font-weight: 900;
    font-family: "iranyekanextrablack";
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 25px;
}

body {
    font-family: iranyekanfa;
    text-align: right;
    color: var(--black-color);
    direction: rtl;
}

.d-none {
    display: none;
}

.yellow-title {
    color: var(--yellow-color);
}

.inline-link {
    font-weight: 700;
}

    .inline-link,
    .inline-link:hover {
        color: inherit;
    }

.span-border {
    border-bottom: 5px solid var(--yellow-color);
}

.select2-container {
    width: 100% !important;
    padding: 0;
    margin-bottom: 1rem !important;
}

span.select2-selection.select2-selection--single {
    padding: 15px 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 12px;
    background-color: #f8f8f8;
    border: none;
    color: var(--text-color);
    background-image: url("/Content/images/Repairs/arrow-dropdown.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 15px 25px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: var(--text-color) !important;
}

.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
}

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    display: none;
}

#Free-Delivery-Box,
#Delivery-with-Cost-Box {
    border-radius: 12px;
    display: inline-block;
    padding: 12px;
}

#Free-Delivery-Box {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#Delivery-with-Cost-Box {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.read-more-blog {
    display: none;
}

.call-center {
    background-color: #0048aa;
    padding: 6px 5px 6px 30px;
    position: fixed;
    top: 75%;
    right: 10%;
    border-radius: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09), 2px -1px 8px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09), 2px -1px 8px rgba(0, 0, 0, 0.09);
}

    .call-center .icon-call-center {
        background-color: var(--yellow-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 52px;
        height: 52px;
        border-radius: 50%;
    }

    .call-center .text-call-center {
        color: var(--white-color);
        margin-right: 15px;
    }

.header-repair {
    height: 280px;
    background-image: url("/Content/images/Repairs/header-background-image.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
}

    .header-repair p {
        color: var(--white-color);
        font-weight: 900;
        font-size: 35px !important;
        font-family: "iranyekanextrablack" !important;
        text-align: center;
    }

.cordless-phones-header {
    background-image: url("/Content/images/Repairs/cordless-phones-wallpaper-header.jpg");
}

.corded-phones-header {
    background-image: url("/Content/images/Repairs/corded-phones-wallpaper-header.jpg");
}

.pbx-header {
    background-image: url("/Content/images/Repairs/pbx-wallpaper-header.jpg");
}

.pbx-phone-header {
    background-image: url("/Content/images/Repairs/pbx-phone-wallpaper-header.jpg");
}

.fax-header {
    background-image: url("/Content/images/Repairs/fax-wallpaper-header.jpg");
}

.video-projector-header {
    background-image: url("/Content/images/Repairs/video-projector-wallpaper-header.jpg");
}

.cctv-header {
    background-image: url("/Content/images/Repairs/cctv-wallpaper-header.jpg");
}

.request-repair-box {
    margin-top: -155px;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 85px;
}

    .request-repair-box .wrapper-devices {
        background: #fff;
        border-radius: 12px;
        -webkit-box-shadow: 0px 4px 20px rgba(142, 154, 170, 0.32);
        box-shadow: 0px 4px 20px rgba(142, 154, 170, 0.32);
    }

    .request-repair-box .item-devices {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        padding: 30px 80px 15px;
        border-bottom: 1px solid #d2d2d2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .request-repair-box .item-devices li {
            text-align: center;
            position: relative;
            margin: 0 5px;
        }

            .request-repair-box .item-devices li p {
                margin-bottom: 0;
                padding: 8px 0;
                color: var(--black-color);
                font-size: 15px;
            }

            .request-repair-box .item-devices li a {
                height: 100%;
            }

        .request-repair-box .item-devices .active-device p {
            color: #0048aa;
        }

        .request-repair-box .item-devices .active-device {
            border-bottom: 5px solid #0048aa;
            padding-bottom: 72px;
        }

    .request-repair-box form {
        padding: 30px 80px;
    }

        .request-repair-box form .breakdown-input span,
        .request-repair-box form .model-device-input span {
            color: red;
            margin-left: 5px;
        }

        .request-repair-box form .wrapper-input-repairs {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .request-repair-box form .wrapper-input-repairs p {
                margin-bottom: 12px;
            }

        .request-repair-box form select,
        .request-repair-box form input,
        .request-repair-box form button {
            background-color: #f8f8f8;
            border: none;
            border-radius: 12px;
            padding: 12px 8px;
        }

        .request-repair-box form .serial-device-input input,
        .request-repair-box form .model-device-input input {
            padding: 15px 8px;
        }

        .request-repair-box form input,
        .request-repair-box form select {
            width: 100%;
            color: #595959;
        }

        .request-repair-box form select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url("/Content/images/Repairs/arrow-dropdown.svg") 5%/15% no-repeat #f8f8f8;
            background-size: 11px;
            outline: none;
            border: none;
            padding: 15px 8px;
        }

        .request-repair-box form button {
            cursor: pointer;
            background-color: var(--blue-color);
            color: var(--white-color);
            padding: 15px;
        }

        .request-repair-box form .breakdown-input,
        .request-repair-box form .serial-device-input,
        .request-repair-box form .model-device-input {
            width: 28%;
            margin-left: 5px;
        }

        .request-repair-box form.multi-step .modal-content {
            padding: 12px;
            border-radius: 12px;
        }

        .request-repair-box form.multi-step .modal-header {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .request-repair-box form.multi-step .modal-header button.close-modal {
                background-color: transparent;
                padding: 0;
                margin: 0;
            }

            .request-repair-box form.multi-step .modal-header .title-steps {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .request-repair-box form.multi-step .modal-header .title-steps .back-button-steps button {
                    background-color: transparent;
                    padding: 0;
                    margin-left: 5px;
                }

        .request-repair-box form.multi-step .modal-body .phone-number-modal p {
            margin-bottom: 16px;
        }

        .request-repair-box form.multi-step .mb-s2 p {
            margin-bottom: 16px;
        }

        .request-repair-box form.multi-step .mb-s2 .send-code-again {
            margin-top: 16px;
            font-size: 12px;
        }

        .request-repair-box form.multi-step .mb-s2 .codepin {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

            .request-repair-box form.multi-step .mb-s2 .codepin .codepin-num {
                margin: 0 5px;
                text-align: center;
            }

.why-idehal {
    margin-bottom: 85px;
}

    .why-idehal .content-why-idehal span {
        color: var(--blue-color);
    }

    .why-idehal .content-why-idehal h2 {
        margin-bottom: 25px;
    }

    .why-idehal .content-why-idehal p {
        color: var(--text-color);
        text-align: justify;
        line-height: 2;
        width: 90%;
    }

    .why-idehal .feature-box {
        background-color: var(--white-color);
        -webkit-box-shadow: 0px 24px 100px -8px rgba(222, 222, 222, 0.57);
        box-shadow: 0px 24px 100px -8px rgba(222, 222, 222, 0.57);
        border-radius: 20px;
        width: 215px;
        height: 215px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
    }

        .why-idehal .feature-box p {
            margin-top: 12px;
            color: var(--black-color);
            font-size: 16px;
            font-weight: 700;
        }

    .why-idehal .active-feature-box {
        background-color: var(--blue-color);
        -webkit-box-shadow: 0px 24px 108px -8px rgba(113, 130, 153, 0.58);
        box-shadow: 0px 24px 108px -8px rgba(113, 130, 153, 0.58);
    }

        .why-idehal .active-feature-box p {
            color: var(--white-color);
        }

    .why-idehal .feature-box:not(:last-child) {
        margin-bottom: 38px;
    }

.about-idehal {
    margin-bottom: 85px;
    background-color: var(--blue-color);
    border-radius: 20px;
    padding: 22px;
    color: var(--white-color);
}

    .about-idehal .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-idehal .content-about span {
        color: var(--white-color);
    }

    .about-idehal .content-about p {
        margin-top: 15px;
        line-height: 2;
        text-align: justify;
    }

.service-idehal {
    margin-bottom: 85px;
}

    .service-idehal .title-service {
        text-align: center;
    }

        .service-idehal .title-service span {
            color: var(--blue-color);
        }

        .service-idehal .title-service p {
            margin-top: 25px;
            line-height: 2;
        }

.slider-services {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
}

    .slider-services .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 16px;
    }

        .slider-services .swiper .swiper-wrapper {
            -webkit-box-orient: unset !important;
            -webkit-box-direction: unset !important;
            -ms-flex-direction: unset !important;
            flex-direction: unset !important;
            padding: 25px 8px;
        }

        .slider-services .swiper .swiper-slide {
            text-align: justify;
            font-size: 14px;
            background: var(--white-color);
            height: 255px !important;
            margin-top: 0 !important;
            margin-bottom: 16px;
            -webkit-box-shadow: 0px 4px 10px rgba(140, 156, 177, 0.17);
            box-shadow: 0px 4px 10px rgba(140, 156, 177, 0.17);
            border-radius: 20px;
            padding: 55px 30px;
        }

            .slider-services .swiper .swiper-slide h3 {
                font-size: 18px;
                margin-bottom: 12px;
                color: var(--blue-color);
            }

            .slider-services .swiper .swiper-slide p {
                line-height: 1.8;
            }

        .slider-services .swiper .active-slider-service {
            background-color: var(--blue-color);
            color: var(--white-color);
        }

            .slider-services .swiper .active-slider-service h3 {
                color: var(--yellow-color);
            }

        .slider-services .swiper .slider-service-pag {
            bottom: -5px;
        }

        .slider-services .swiper .swiper-pagination-bullet {
            background-color: rgba(179, 202, 233, 0.6);
            width: 32px;
            height: 8px;
            border-radius: 45px;
        }

        .slider-services .swiper .swiper-pagination-bullet-active {
            background-color: var(--blue-color);
        }

.timeline-service {
    margin: 0 auto 70px;
    position: relative;
}

    .timeline-service:after {
        content: "";
        background-color: var(--blue-color);
        position: absolute;
        width: 8px;
        height: 100%;
        top: 0;
        left: 49.8%;
        border-radius: 50px;
    }

    .timeline-service .row-timeline .content-timeline {
        background-color: #fff;
        padding: 20px 30px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 4px 68px rgba(140, 156, 177, 0.17);
        box-shadow: 0px 4px 68px rgba(140, 156, 177, 0.17);
        margin-bottom: 70px;
        text-align: justify;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .timeline-service .row-timeline .content-timeline span {
            color: var(--blue-color);
            margin-right: 8px;
        }

        .timeline-service .row-timeline .content-timeline .inline-link {
            color: var(--black-color);
        }

        .timeline-service .row-timeline .content-timeline .cta-request {
            background: var(--yellow-color);
            padding: 15px 30px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-radius: 15px;
            margin-top: 15px;
            color: var(--black-color);
            font-weight: bold;
        }

        .timeline-service .row-timeline .content-timeline .fill-svg-color {
            fill: var(--white-color);
        }

        .timeline-service .row-timeline .content-timeline .stroke-svg-color {
            stroke: var(--white-color);
        }

        .timeline-service .row-timeline .content-timeline .fill-svg-bg {
            fill: var(--blue-color);
        }

        .timeline-service .row-timeline .content-timeline:not(.title-timeline):hover {
            background-color: var(--blue-color);
            color: var(--white-color);
        }

            .timeline-service .row-timeline .content-timeline:not(.title-timeline):hover span,
            .timeline-service .row-timeline .content-timeline:not(.title-timeline):hover .inline-link {
                color: var(--white-color);
            }

            .timeline-service .row-timeline .content-timeline:not(.title-timeline):hover .fill-svg-bg {
                fill: var(--white-color);
            }

            .timeline-service .row-timeline .content-timeline:not(.title-timeline):hover .fill-svg-color {
                fill: var(--blue-color);
            }

            .timeline-service .row-timeline .content-timeline:not(.title-timeline):hover .stroke-svg-color {
                stroke: var(--blue-color);
            }

    .timeline-service .row-timeline .title-timeline {
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: right;
        margin: 45px 0;
    }

.after-sale {
    margin-bottom: 85px;
}

    .after-sale .content-after-sale span {
        color: var(--blue-color);
    }

    .after-sale .content-after-sale p {
        margin: 26px 0;
        line-height: 2;
    }

    .after-sale .content-after-sale ul {
        padding-right: 18px;
    }

        .after-sale .content-after-sale ul li {
            margin-bottom: 12px;
            color: var(--blue-color);
            position: relative;
            list-style: none;
        }

            .after-sale .content-after-sale ul li::before {
                content: "";
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: var(--yellow-color);
                position: absolute;
                right: -20px;
                top: 6px;
            }

.price-service {
    line-height: 2;
    margin-bottom: 85px;
}

.faq-section {
    padding-bottom: 75px;
}

    .faq-section h2 {
        display: inline-block;
    }

    .faq-section .faq-title {
        color: var(--blue-color);
        text-align: center;
        margin-bottom: 45px;
    }

    .faq-section #faqAccordion .accordion > input[name="collapse"] {
        display: none;
    }

    .faq-section #faqAccordion .accordion .content {
        background: #fff;
        overflow: hidden;
        height: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .faq-section #faqAccordion .accordion .content p {
            font-weight: 400;
        }

        .faq-section #faqAccordion .accordion .content a {
            color: inherit;
        }

    .faq-section #faqAccordion .accordion > input[name="collapse"]:checked ~ .content {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
        padding: 25px 22px;
    }

    .faq-section #faqAccordion .accordion label {
        display: block;
    }

    .faq-section #faqAccordion .accordion {
        margin-bottom: 1em;
    }

        .faq-section #faqAccordion .accordion > input[name="collapse"]:checked ~ .content {
            border-top: 0;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .faq-section #faqAccordion .accordion .handle {
            margin: 0;
            font-size: 16px;
            display: block;
            font-family: "iranyekan";
            font-size: 14px;
        }

        .faq-section #faqAccordion .accordion label {
            color: var(--black-color);
            cursor: pointer;
            font-weight: normal;
            padding: 25px 22px;
            background: #fff;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-box-shadow: 0px 4px 27px rgba(108, 125, 148, 0.12);
            box-shadow: 0px 4px 27px rgba(108, 125, 148, 0.12);
            border-radius: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .faq-section #faqAccordion .accordion label:hover,
            .faq-section #faqAccordion .accordion label:focus {
                background: #0048aa;
                color: #fff;
            }

                .faq-section #faqAccordion .accordion label:hover .arrow-faq,
                .faq-section #faqAccordion .accordion label:focus .arrow-faq {
                    fill: #fff;
                }

        .faq-section #faqAccordion .accordion > input[name="collapse"]:checked ~ .handle label .arrow-faq {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .faq-section #faqAccordion .accordion > input[name="collapse"]:checked ~ .handle label {
            background: #0048aa;
            color: #fff;
        }

            .faq-section #faqAccordion .accordion > input[name="collapse"]:checked ~ .handle label .arrow-faq {
                fill: var(--yellow-color);
            }

        .faq-section #faqAccordion .accordion p:last-child {
            margin-bottom: 0;
        }

    .faq-section .contact-form-wrapper .input-form-repair {
        margin-bottom: 18px;
    }

        .faq-section .contact-form-wrapper .input-form-repair input,
        .faq-section .contact-form-wrapper .input-form-repair textarea {
            width: 100%;
            background: #f8f8f8;
            border-radius: 12px;
            border: none;
            padding: 16px;
        }

            .faq-section .contact-form-wrapper .input-form-repair input::-webkit-input-placeholder,
            .faq-section .contact-form-wrapper .input-form-repair textarea::-webkit-input-placeholder {
                color: var(--black-color);
            }

            .faq-section .contact-form-wrapper .input-form-repair input:-ms-input-placeholder,
            .faq-section .contact-form-wrapper .input-form-repair textarea:-ms-input-placeholder {
                color: var(--black-color);
            }

            .faq-section .contact-form-wrapper .input-form-repair input::-ms-input-placeholder,
            .faq-section .contact-form-wrapper .input-form-repair textarea::-ms-input-placeholder {
                color: var(--black-color);
            }

            .faq-section .contact-form-wrapper .input-form-repair input::placeholder,
            .faq-section .contact-form-wrapper .input-form-repair textarea::placeholder {
                color: var(--black-color);
            }

        .faq-section .contact-form-wrapper .input-form-repair button[type="submit"] {
            border-radius: 12px;
            padding: 15px 35px;
            border: none;
            background-color: var(--blue-color);
            color: var(--white-color);
            width: 45%;
        }

    .faq-section .banner-faq-side {
        padding-top: 63px;
    }

.comment-section {
    background-color: #f9f9f9;
    margin-bottom: 80px;
    padding: 60px 0;
}

    .comment-section h2 {
        text-align: center;
        margin-bottom: 45px;
    }

    .comment-section .comment-wrapper {
        padding: 0 100px;
        margin-bottom: 65px;
    }

        .comment-section .comment-wrapper .form-comment .input-part {
            margin-bottom: 30px;
        }

            .comment-section .comment-wrapper .form-comment .input-part input,
            .comment-section .comment-wrapper .form-comment .input-part textarea {
                width: 100%;
                padding: 22px;
                border: none;
                border-radius: 20px;
            }

                .comment-section .comment-wrapper .form-comment .input-part input::-webkit-input-placeholder,
                .comment-section .comment-wrapper .form-comment .input-part textarea::-webkit-input-placeholder {
                    color: var(--black-color);
                }

                .comment-section .comment-wrapper .form-comment .input-part input:-ms-input-placeholder,
                .comment-section .comment-wrapper .form-comment .input-part textarea:-ms-input-placeholder {
                    color: var(--black-color);
                }

                .comment-section .comment-wrapper .form-comment .input-part input::-ms-input-placeholder,
                .comment-section .comment-wrapper .form-comment .input-part textarea::-ms-input-placeholder {
                    color: var(--black-color);
                }

                .comment-section .comment-wrapper .form-comment .input-part input::placeholder,
                .comment-section .comment-wrapper .form-comment .input-part textarea::placeholder {
                    color: var(--black-color);
                }

        .comment-section .comment-wrapper .form-comment .submit-part {
            text-align: left;
        }

            .comment-section .comment-wrapper .form-comment .submit-part input[type="submit"] {
                border: none;
                padding: 16px 100px;
                border-radius: 16px;
                background: var(--blue-color);
                color: var(--white-color);
                cursor: pointer;
            }

    .comment-section .comment-display {
        padding: 0 100px;
    }

        .comment-section .comment-display .user-list-comment {
            margin-bottom: 25px;
        }

            .comment-section .comment-display .user-list-comment .item-user-comment {
                display: none;
            }

                .comment-section .comment-display .user-list-comment .item-user-comment:not(:last-child) {
                    margin-bottom: 35px;
                }

                .comment-section .comment-display .user-list-comment .item-user-comment .detail-comment,
                .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .comment-section .comment-display .user-list-comment .item-user-comment .detail-comment .avatar-name-user,
                    .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin .avatar-name-user {
                        background: #fff;
                        padding: 45px;
                        border-radius: 50%;
                        width: 45px;
                        height: 45px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        margin-left: 24px;
                        font-size: 24px;
                    }

                    .comment-section .comment-display .user-list-comment .item-user-comment .detail-comment .content-comment,
                    .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin .content-comment {
                        background: #fff;
                        border-radius: 20px;
                        width: 100%;
                        padding: 12px 35px;
                    }

                        .comment-section .comment-display .user-list-comment .item-user-comment .detail-comment .content-comment p,
                        .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin .content-comment p {
                            margin-top: 12px;
                        }

                .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin {
                    margin: 8px 50px 0 0;
                }

                    .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin .bg-avatar-name-admin {
                        background-color: rgba(0, 72, 170, 0.06);
                    }

        .comment-section .comment-display .active-load-more-co {
            color: var(--blue-color);
            border-bottom: 3px solid #ffc700;
            padding-bottom: 5px;
            font-size: 20px;
        }

.deactive-load-more-co {
    cursor: context-menu;
    color: #666;
}

.branch-idehal {
    margin-bottom: 85px;
}

    .branch-idehal .title-branch {
        margin-bottom: 32px;
    }

        .branch-idehal .title-branch h2 {
            margin-bottom: 18px;
        }

    .branch-idehal .content-address .add-detail {
        margin-bottom: 18px;
    }

        .branch-idehal .content-address .add-detail strong {
            font-weight: 800;
        }

    .branch-idehal .content-address .location-link {
        border-radius: 12px;
        background-color: #f8f8f8;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 35px;
        font-size: 14px;
        border: 2px solid var(--blue-color);
        color: var(--blue-color);
    }

        .branch-idehal .content-address .location-link img {
            width: 40px;
        }

        .branch-idehal .content-address .location-link span {
            text-align: center;
            margin-right: 8px;
        }

    .branch-idehal .content-address .google-location {
        background-color: var(--blue-color);
        color: var(--white-color);
    }

    .branch-idehal .google-map {
        height: 300px;
        border-radius: 12px;
        overflow: hidden;
    }

        .branch-idehal .google-map iframe {
            height: 100%;
            width: 100%;
        }

/* ----------------------
    upload page style
   ---------------------- */
.modal-upload .modal-content {
    padding: 15px;
    border-radius: 12px;
}

    .modal-upload .modal-content .modal-header {
        padding: 0 0 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .modal-upload .modal-content .modal-header .title-upload {
            color: var(--black-color);
            font-size: 18px;
            font-weight: normal;
        }

        .modal-upload .modal-content .modal-header button.close {
            margin: 0;
            border: 1px solid var(--text-color);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            opacity: 1;
        }

            .modal-upload .modal-content .modal-header button.close span {
                color: var(--blue-color);
            }

.wrapper-upload .error-file-size {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 12px;
    padding: 8px;
    border-radius: 8px;
}

.wrapper-upload .wrapper-more-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .wrapper-upload .wrapper-more-info .upload-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-left: 16px;
        width: 180px;
        height: 180px;
    }

        .wrapper-upload .wrapper-more-info .upload-image .delUploadImage {
            font-size: 22px;
            cursor: pointer;
            left: 5px;
            top: 2px;
            z-index: 1;
            color: #f63a3a;
        }

        .wrapper-upload .wrapper-more-info .upload-image .inputfile {
            width: 0.1px;
            height: 0.1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            z-index: -1;
        }

            .wrapper-upload .wrapper-more-info .upload-image .inputfile + label {
                white-space: nowrap;
                cursor: pointer;
                overflow: hidden;
                padding: 10px;
                background-color: #f8f8f8;
                border: 2px dashed #0048aa;
                border-radius: 12px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 0;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                min-height: 180px;
                min-width: 180px;
            }

                .wrapper-upload .wrapper-more-info .upload-image .inputfile + label svg {
                    margin-bottom: 13px;
                }

                .wrapper-upload .wrapper-more-info .upload-image .inputfile + label .text-image {
                    font-weight: 700;
                    font-size: 14px;
                    color: var(--blue-color);
                    margin-bottom: 8px;
                }

                .wrapper-upload .wrapper-more-info .upload-image .inputfile + label .text-drag-image {
                    color: var(--blue-color);
                    font-size: 11px;
                }

                .wrapper-upload .wrapper-more-info .upload-image .inputfile + label .inputfile:focus + label {
                    outline: none;
                }

        .wrapper-upload .wrapper-more-info .upload-image #display_image {
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }

    .wrapper-upload .wrapper-more-info .extra-info {
        min-width: 50%;
    }

        .wrapper-upload .wrapper-more-info .extra-info textarea {
            background-color: #f8f8f8;
            border-radius: 12px;
            border: none;
            padding: 15px 20px;
            width: 100%;
            height: 85%;
            resize: none;
        }

            .wrapper-upload .wrapper-more-info .extra-info textarea::-webkit-input-placeholder {
                color: var(--black-color);
                font-size: 13px;
                line-height: 2;
            }

            .wrapper-upload .wrapper-more-info .extra-info textarea:-ms-input-placeholder {
                color: var(--black-color);
                font-size: 13px;
                line-height: 2;
            }

            .wrapper-upload .wrapper-more-info .extra-info textarea::-ms-input-placeholder {
                color: var(--black-color);
                font-size: 13px;
                line-height: 2;
            }

            .wrapper-upload .wrapper-more-info .extra-info textarea::placeholder {
                color: var(--black-color);
                font-size: 13px;
                line-height: 2;
            }

/*********** add new address and style  *************/
.container-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .container-address .wrapper-submit-address {
        margin-top: 32px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0px 4px 61px rgba(94, 107, 124, 0.11);
        box-shadow: 0px 4px 61px rgba(94, 107, 124, 0.11);
        border-radius: 20px;
        background-color: #fff;
        padding: 30px;
    }

        .container-address .wrapper-submit-address form {
            width: 100%;
        }

            .container-address .wrapper-submit-address form .default-address [type="radio"]:checked,
            .container-address .wrapper-submit-address form .default-address [type="radio"]:not(:checked) {
                position: absolute;
                right: -9999px;
            }

                .container-address .wrapper-submit-address form .default-address [type="radio"]:checked + label,
                .container-address .wrapper-submit-address form .default-address [type="radio"]:not(:checked) + label {
                    position: relative;
                    padding-right: 28px;
                    cursor: pointer;
                    line-height: 20px;
                    display: inline-block;
                    color: #666;
                }

                    .container-address .wrapper-submit-address form .default-address [type="radio"]:checked + label:before,
                    .container-address .wrapper-submit-address form .default-address [type="radio"]:not(:checked) + label:before {
                        content: "";
                        position: absolute;
                        right: 0;
                        top: 0;
                        width: 18px;
                        height: 18px;
                        border: 1px solid #ddd;
                        border-radius: 100%;
                        background: #f8f8f8;
                    }

                    .container-address .wrapper-submit-address form .default-address [type="radio"]:checked + label:after,
                    .container-address .wrapper-submit-address form .default-address [type="radio"]:not(:checked) + label:after {
                        content: "";
                        width: 12px;
                        height: 12px;
                        background: var(--blue-color);
                        position: absolute;
                        top: 3px;
                        right: 3px;
                        border-radius: 100%;
                        -webkit-transition: all 0.2s ease;
                        transition: all 0.2s ease;
                    }

                    .container-address .wrapper-submit-address form .default-address [type="radio"]:not(:checked) + label:after {
                        opacity: 0;
                        -webkit-transform: scale(0);
                        transform: scale(0);
                    }

                    .container-address .wrapper-submit-address form .default-address [type="radio"]:checked + label:after {
                        opacity: 1;
                        -webkit-transform: scale(1);
                        transform: scale(1);
                    }

            .container-address .wrapper-submit-address form .default-address p {
                margin-bottom: 15px;
            }

            .container-address .wrapper-submit-address form .default-address .add-new-address-button + label {
                background: #0048aa;
                color: #fff !important;
                padding: 15px 25px;
                border-radius: 8px;
            }

                .container-address .wrapper-submit-address form .default-address .add-new-address-button + label::before,
                .container-address .wrapper-submit-address form .default-address .add-new-address-button + label::after {
                    display: none;
                }

            .container-address .wrapper-submit-address form .wrapper-address-item {
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .container-address .wrapper-submit-address form .wrapper-address-item input,
                .container-address .wrapper-submit-address form .wrapper-address-item select,
                .container-address .wrapper-submit-address form .wrapper-address-item textarea {
                    border: none;
                    padding: 15px 8px;
                    border-radius: 12px;
                    background-color: #f8f8f8;
                    color: var(--text-color);
                    width: 48%;
                }

                .container-address .wrapper-submit-address form .wrapper-address-item select {
                    background: url(../images/arrow-dropdown.svg) 5%/15% no-repeat #f8f8f8;
                    background-size: 11px;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                }

                .container-address .wrapper-submit-address form .wrapper-address-item textarea {
                    width: 100%;
                }

            .container-address .wrapper-submit-address form .wrapper-address-location {
                border-radius: 12px;
                overflow: hidden;
                height: 100%;
                margin-bottom: 15px;
            }

            .container-address .wrapper-submit-address form .submit-address {
                text-align: left;
            }

                .container-address .wrapper-submit-address form .submit-address button {
                    position: relative;
                    background-color: var(--blue-color);
                    color: var(--white-color);
                    padding: 15px 50px;
                    border-radius: 12px;
                    border: none;
                    outline: none;
                    margin-top: 25px;
                }

                    .container-address .wrapper-submit-address form .submit-address button::after {
                        content: "";
                        position: absolute;
                        margin-right: 10px;
                        top: 50%;
                        margin-top: -10px;
                        width: 20px;
                        height: 20px;
                        border: 2px solid #fff;
                        border-left-color: transparent;
                        border-right-color: transparent;
                        border-radius: 50%;
                        opacity: 0;
                        -webkit-animation: 0.8s linear infinite rotate-loading;
                        animation: 0.8s linear infinite rotate-loading;
                    }

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container-address .wrapper-submit-address form .submit-address button.final-submit-repair {
    pointer-events: none;
    cursor: not-allowed;
}

    .container-address .wrapper-submit-address form .submit-address button.final-submit-repair::after {
        opacity: 1;
    }

/*********** add new address and style  *************/
.step-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
}

    .step-buttons button {
        padding: 12px 25px;
        border-radius: 15px;
        outline: none;
        border: none;
        cursor: pointer;
    }

        .step-buttons button.next-step-btn {
            margin-right: 14px;
            background-color: var(--blue-color);
            color: var(--white-color);
        }

        .step-buttons button.prev-step-btn {
            background-color: #f8f8f8;
            color: var(--blue-color);
            border: 1px solid var(--blue-color);
        }

.no-js .inputfile + label {
    display: none;
}

.swiper-logo .swiper-slide {
    text-align: center;
}

/* ----------------------
    cordless phones page style
   ---------------------- */
.hiro-cordless-phone {
    background-image: url("/Content/images/Repairs/hiro-banner-cordless-phone.jpg");
}

.cordless-box {
    margin-bottom: 85px;
    z-index: 0;
    position: relative;
}

    .cordless-box::after {
        content: "";
        width: 100%;
        height: 12px;
        background-color: var(--yellow-color);
        z-index: -1;
        position: absolute;
        top: 50%;
    }

    .cordless-box .content-cordless {
        background-color: var(--blue-color);
        color: var(--white-color);
        border-radius: 20px;
        padding: 40px 32px;
    }

        .cordless-box .content-cordless p {
            line-height: 2;
        }

.why-us {
    margin-bottom: 85px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 16px;
    padding: 40px 20px;
    position: relative;
}

    .why-us p {
        line-height: 2;
    }

    .why-us .title-why {
        margin: -70px auto 0;
    }

        .why-us .title-why h2,
        .why-us .title-why h1 {
            display: inline-block;
            background-color: var(--white-color);
            padding: 0 18px;
        }

.cordless-phone-center {
    margin-bottom: 85px;
}

    .cordless-phone-center a {
        color: var(--black-color) !important;
    }

    .cordless-phone-center h2 {
        margin-bottom: 30px;
    }

    .cordless-phone-center p {
        line-height: 2;
    }

    .cordless-phone-center .gallery-cordless-center img {
        width: 100%;
        border-radius: 15px;
    }

    .cordless-phone-center .gallery-cordless-center .thumb-gallery {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
    }

    .cordless-phone-center .content-cordless-center {
        margin-bottom: 20px;
    }

    .cordless-phone-center .icon-cordless-center {
        margin-bottom: 15px;
    }

        .cordless-phone-center .icon-cordless-center .original-device:nth-child(1) {
            margin-left: 24px;
        }

        .cordless-phone-center .icon-cordless-center .original-device .icon-od {
            background-color: var(--blue-color);
            border-radius: 20px;
            padding: 15px;
            margin-left: 8px;
        }

.gigaset-box {
    background-color: #f8f8f8;
    border: 1px dashed #e2e2e2;
    border-radius: 16px;
    padding: 50px 30px;
    margin-bottom: 85px;
}

    .gigaset-box a {
        color: var(--black-color);
    }

    .gigaset-box .gigaset-content p {
        line-height: 2;
        margin-bottom: 12px;
    }

    .gigaset-box .gigaset-image img {
        border-radius: 15px;
    }

.item-for-repair {
    margin-bottom: 85px;
}

    .item-for-repair .title-item-repair {
        margin-bottom: 60px;
    }

    .item-for-repair .wrapper-item-repair .item-repair-right,
    .item-for-repair .wrapper-item-repair .item-repair-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 75px;
        position: relative;
    }

        .item-for-repair .wrapper-item-repair .item-repair-right:not(:last-child):after,
        .item-for-repair .wrapper-item-repair .item-repair-left:not(:last-child):after {
            content: "";
            background: rgba(0, 0, 0, 0.09);
            width: 70%;
            height: 2px;
            position: absolute;
            margin: 0 auto;
            bottom: -35px;
            right: 15%;
        }

        .item-for-repair .wrapper-item-repair .item-repair-right p,
        .item-for-repair .wrapper-item-repair .item-repair-left p {
            line-height: 2;
        }

        .item-for-repair .wrapper-item-repair .item-repair-right .counter-item,
        .item-for-repair .wrapper-item-repair .item-repair-right .counter-item-sm,
        .item-for-repair .wrapper-item-repair .item-repair-left .counter-item,
        .item-for-repair .wrapper-item-repair .item-repair-left .counter-item-sm {
            width: 10%;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            background-color: var(--yellow-color);
            font-weight: 900;
            text-align: center;
            padding: 5px 60px;
            border-radius: 0 15px 15px 0;
            font-size: 36px;
            color: var(--white-color);
            -webkit-box-shadow: -4px 12px 0px -4px var(--blue-color);
            box-shadow: -4px 12px 0px -4px var(--blue-color);
        }

        .item-for-repair .wrapper-item-repair .item-repair-right .counter-item-sm,
        .item-for-repair .wrapper-item-repair .item-repair-left .counter-item-sm {
            display: none;
        }

        .item-for-repair .wrapper-item-repair .item-repair-right .border-box-item,
        .item-for-repair .wrapper-item-repair .item-repair-left .border-box-item {
            border: 1px solid var(--black-color);
            border-radius: 15px;
            width: 240px;
            height: 240px;
            position: relative;
            margin-bottom: 12px;
        }

            .item-for-repair .wrapper-item-repair .item-repair-right .border-box-item img,
            .item-for-repair .wrapper-item-repair .item-repair-left .border-box-item img {
                position: absolute;
                width: 100%;
                height: 100%;
                right: 8px;
                bottom: 8px;
                border-radius: 15px;
                -o-object-fit: cover;
                object-fit: cover;
            }

    .item-for-repair .wrapper-item-repair .content-item .text-for-devices {
        padding-right: 30px;
    }

    .item-for-repair .wrapper-item-repair .item-repair-left .counter-item {
        border-radius: 15px 0 0 15px;
        -webkit-box-shadow: 4px 12px 0px -4px var(--blue-color);
        box-shadow: 4px 12px 0px -4px var(--blue-color);
    }

.blog-section {
    margin-bottom: 50px;
}

    .blog-section h2 {
        text-align: center;
        margin-bottom: 35px;
    }

    .blog-section .blogSwiper {
        padding-bottom: 60px;
    }

        .blog-section .blogSwiper .swiper-pagination-total {
            display: none;
        }

        .blog-section .blogSwiper .swiper-slide {
            height: 365px;
        }

            .blog-section .blogSwiper .swiper-slide .card-blog {
                border: 1px solid rgba(0, 0, 0, 0.12);
                border-radius: 19px;
                overflow: hidden;
                height: 100%;
            }

                .blog-section .blogSwiper .swiper-slide .card-blog .image-blog {
                    height: 45%;
                    margin-bottom: 18px;
                }

                    .blog-section .blogSwiper .swiper-slide .card-blog .image-blog img {
                        width: 100%;
                        height: 100%;
                    }

            .blog-section .blogSwiper .swiper-slide .content-blog {
                padding: 0 20px 20px;
            }

                .blog-section .blogSwiper .swiper-slide .content-blog .title-blog {
                    font-weight: 600;
                    color: var(--black-color);
                    font-size: 14px;
                    display: inline-block;
                    margin-bottom: 8px;
                }

                .blog-section .blogSwiper .swiper-slide .content-blog .detail-blog {
                    color: #292d32;
                    font-size: 12px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                }

                    .blog-section .blogSwiper .swiper-slide .content-blog .detail-blog .name-author-blog,
                    .blog-section .blogSwiper .swiper-slide .content-blog .detail-blog .date-send-blog {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .blog-section .blogSwiper .swiper-slide .content-blog .detail-blog .name-author-blog span,
                        .blog-section .blogSwiper .swiper-slide .content-blog .detail-blog .date-send-blog span {
                            margin-right: 5px;
                        }

                .blog-section .blogSwiper .swiper-slide .content-blog .text-blog-post {
                    color: var(--text-color);
                    margin: 20px 0;
                    font-size: 12px;
                }

                    .blog-section .blogSwiper .swiper-slide .content-blog .text-blog-post h2 {
                        font: normal 12px "iranyekan";
                        margin-bottom: 0;
                        text-align: right;
                    }

        .blog-section .blogSwiper .sw-btn-blog {
            height: 41.5px;
            width: 41.5px;
            background-color: var(--yellow-color);
            color: var(--black-color);
            border-radius: 14px;
        }

            .blog-section .blogSwiper .sw-btn-blog::after {
                font-size: 12px;
            }

        .blog-section .blogSwiper .sw-pgn-blog {
            font-size: 18px;
            font-weight: 900;
        }

            .blog-section .blogSwiper .sw-pgn-blog::after, .blog-section .blogSwiper .sw-pgn-blog::before {
                position: absolute;
                content: "";
                width: 46%;
                height: 1px;
                background: rgba(0, 0, 0, 0.09);
                top: 50%;
            }

            .blog-section .blogSwiper .sw-pgn-blog::after {
                margin-right: 18px;
                left: 0;
            }

            .blog-section .blogSwiper .sw-pgn-blog::before {
                margin-left: 18px;
                right: 0;
            }

        .blog-section .blogSwiper .swiper-button-next.swiper-button-disabled,
        .blog-section .blogSwiper .swiper-button-prev.swiper-button-disabled {
            background-color: var(--white-color);
            border: 1px solid var(--black-color);
            opacity: 1;
            color: var(--black-color);
        }

/* ==========================
      corded page style 
 ========================== */
.content-corded {
    margin-bottom: 85px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 24px 100px -8px rgba(118, 117, 117, 0.25);
    box-shadow: 0px 24px 100px -8px rgba(118, 117, 117, 0.25);
    border-radius: 35px;
    padding: 30px 45px 0;
}

.full-container-corded {
    background-color: #f9f9f9;
    padding: 60px 0;
    margin-bottom: 85px;
}

.wrapper-item-timeline {
    margin-bottom: 85px;
}

    .wrapper-item-timeline .guide-corded {
        text-align: center;
    }

.service-corded {
    background: url("/Content/images/Repairs/service-corded-bg.png") no-repeat center center;
    border-radius: 25px;
    padding: 70px;
    margin-bottom: 85px;
    color: var(--white-color);
}

    .service-corded h2 {
        margin-bottom: 25px;
    }

.wrapper-item-repair {
    margin-top: 45px;
}

    .wrapper-item-repair .item-corded {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        border-radius: 16px;
        padding: 8px;
    }

        .wrapper-item-repair .item-corded:not(:last-child) {
            margin-bottom: 35px;
        }

        .wrapper-item-repair .item-corded .img-item {
            width: 23%;
        }

        .wrapper-item-repair .item-corded .content-item-corded {
            width: 77%;
            padding: 15px;
        }

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
    padding: 15px 0;
    overflow: hidden;
}

    .timeline::after {
        content: "";
        position: absolute;
        width: 2px;
        top: 0;
        bottom: 0;
        right: 50%;
        margin-left: -1px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E0E0E3FF' stroke-width='5' stroke-dasharray='15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    }

.timeline-item {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

    .timeline-item.left {
        right: 0;
    }

    .timeline-item.right {
        right: 50%;
    }

    .timeline-item:nth-child(1)::after {
        border: 5px solid var(--blue-color);
    }

    .timeline-item::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        top: calc(50% - 12px);
        left: -13px;
        background: #ffffff;
        border: 5px solid #d0d0d0;
        border-radius: 50%;
        z-index: 1;
    }

    .timeline-item.right::after {
        right: -13px;
    }

    .timeline-item::before {
        content: "";
        position: absolute;
        width: 54%;
        height: 2px;
        top: calc(50% - 1px);
        left: -56%;
        z-index: 1;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E0E0E3FF' stroke-width='5' stroke-dasharray='15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    }

    .timeline-item.right::before {
        right: -55%;
    }

    .timeline-item .content {
        background: #f8f8f8;
        padding: 30px;
        position: relative;
        border-radius: 20px;
    }

        .timeline-item .content::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 55px solid #fff;
            border-left: 1000px solid transparent;
            position: absolute;
            top: 0;
        }

        .timeline-item .content::before {
            content: "";
            width: 0;
            height: 0;
            border-bottom: 55px solid #fff;
            position: absolute;
            bottom: 0;
        }

    .timeline-item .num-item-timeline {
        position: absolute;
        background-color: var(--yellow-color);
        width: 55px;
        height: 55px;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 30px;
        border-radius: 50% 0 50% 50%;
        color: var(--black-color);
        font-family: "iranyekanextrablack" !important;
        font-size: 24px;
    }

    .timeline-item.left .content {
        margin-left: 21px;
    }

        .timeline-item.left .content::before {
            border-right: 1000px solid transparent;
        }

        .timeline-item.left .content::after {
            border-right: 1000px solid transparent;
        }

    .timeline-item.left .num-item-timeline {
        left: -35px;
        border-radius: 0 50% 50% 50%;
    }

    .timeline-item.right .content {
        margin-right: 21px;
    }

        .timeline-item.right .content::before {
            border-left: 1000px solid transparent;
            left: 0;
        }

        .timeline-item.right .content::after {
            border-left: 1000px solid transparent;
            left: 0;
        }

        .timeline-item.right .content .num-item-timeline {
            right: -35px;
            border-radius: 50% 0 50% 50%;
        }

            .timeline-item.right .content .num-item-timeline.active {
                background-color: var(--blue-color);
                color: var(--white-color);
            }

/* ==========================
      pbx phone page style 
 ========================== */
.wrapper-service-pbx-phone {
    background-color: #f8f8f8;
    padding: 50px 0;
    margin-bottom: 65px;
}

    .wrapper-service-pbx-phone .row {
        border: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 12px;
    }

        .wrapper-service-pbx-phone .row .content-service-pbxphone {
            padding: 0 28px 0 12px;
        }

        .wrapper-service-pbx-phone .row .img-service-pbxphone {
            height: 112%;
        }

.wrapper-timeline-pbxphone {
    overflow: hidden;
}

    .wrapper-timeline-pbxphone .title-timeline-pbxphone {
        text-align: center;
    }

    .wrapper-timeline-pbxphone .timeline-item-pbxphone {
        margin: 25px auto 60px;
        position: relative;
    }

        .wrapper-timeline-pbxphone .timeline-item-pbxphone::after {
            content: "";
            border: 2px dashed rgba(33, 33, 53, 0.12);
            height: 100%;
            position: absolute;
            right: 49.8%;
            top: 0;
            z-index: -1;
        }

        .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li {
            position: relative;
            margin: 0 auto;
            width: 0;
            padding-bottom: 40px;
            list-style-type: none;
        }

            .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 41%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 20px;
                height: 20px;
                border-radius: 50%;
            }

            .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li .hidden {
                opacity: 0;
            }

            .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li .content {
                position: relative;
                top: 7px;
                width: 500px;
                border-radius: 14px;
            }

                .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li .content h3 {
                    padding: 22px 22px 0;
                }

                .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li .content p {
                    padding: 0 22px 22px;
                }

                .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li .content hr {
                    border-top: 1px solid #fff;
                }

                .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li .content:before {
                    content: "";
                    border: 2px dashed rgba(33, 33, 53, 0.12);
                    position: absolute;
                    top: 47%;
                    width: 45px;
                    height: 0;
                }

                .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li .content:after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: -1;
                    top: 15px;
                    right: 10px;
                    border-radius: 14px;
                    border: 1px solid #ffe589;
                }

            .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li:nth-child(odd)::before {
                border: 3px solid #ffefb5;
                background-color: #f4f4f4;
            }

            .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li:nth-child(even)::before {
                border: 3px solid #d9e9ff;
                background-color: var(--blue-color);
            }

            .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li:nth-child(odd) .content {
                right: 50px;
                background: #f4f4f4;
                margin-right: 25px;
            }

                .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li:nth-child(odd) .content:before {
                    right: -55px;
                }

            .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li:nth-child(even) .content:after {
                border: 1px solid #87baff;
                left: 10px;
                right: 0;
            }

            .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li:nth-child(even) .content {
                right: calc(-500px - 45px);
                background: var(--blue-color);
                margin-right: -25px;
                color: var(--white-color);
            }

                .wrapper-timeline-pbxphone .timeline-item-pbxphone ul li:nth-child(even) .content:before {
                    left: -55px;
                }

/* ================================
    responsive media queries
   =============================== */
@media (min-width: 993px) and (max-width: 1199px) {
    .request-repair-box form button {
        width: 100%;
        margin-top: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1066px) {
    .item-for-repair .wrapper-item-repair .content-item .text-for-devices {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .back-button-steps button {
        margin-top: 0 !important;
    }

    .wrapp-image-about {
        text-align: center;
        margin-bottom: 50px;
    }

    .why-idehal .content-why-idehal p {
        width: 100%;
    }

    .about-idehal {
        padding: 30px;
    }

    .request-repair-box .item-devices {
        padding: 30px 20px 15px;
    }

    .request-repair-box form {
        padding: 30px 20px;
    }

    .wrapper-input-repairs {
        display: block !important;
    }

    .request-repair-box form .breakdown-input,
    .request-repair-box form .serial-device-input,
    .request-repair-box form .model-device-input {
        width: 100%;
    }

    .request-repair-box form button {
        margin-top: 15px;
    }

    .slider-services .swiper .swiper-slide {
        height: auto !important;
    }

    .wrapper-upload .wrapper-more-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .extra-info {
        width: 100%;
    }

    .wrapper-upload .wrapper-more-info .upload-image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .wrapper-upload .main-upload {
        padding: 30px;
    }

    .container-address .wrapper-submit-address form .wrapper-address-item input {
        width: 100%;
    }

    .wrapper-address-item input:first-child {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .container-address .wrapper-submit-address form .wrapper-address-location {
        margin-top: 15px;
    }

    .container {
        max-width: 700px;
    }

    .header-repair {
        display: block;
        text-align: center;
        padding-top: 50px;
        height: 300px;
    }

    .faq-section .faq-image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .request-repair-box .item-devices .active-device {
        padding-bottom: 55px;
    }

    .request-repair-box .item-devices {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

        .request-repair-box .item-devices .list-devices {
            padding: 8px;
            margin: 0;
        }

            .request-repair-box .item-devices .list-devices:nth-child(1), .request-repair-box .item-devices .list-devices:nth-child(2) {
                border-left: 1px solid rgba(0, 0, 0, 0.04);
                border-bottom: 1px solid rgba(0, 0, 0, 0.04);
            }

            .request-repair-box .item-devices .list-devices:nth-child(3), .request-repair-box .item-devices .list-devices:nth-child(6) {
                border-bottom: 1px solid rgba(0, 0, 0, 0.04);
            }

            .request-repair-box .item-devices .list-devices:nth-child(7), .request-repair-box .item-devices .list-devices:nth-child(4), .request-repair-box .item-devices .list-devices:nth-child(5) {
                border-left: 1px solid rgba(0, 0, 0, 0.04);
            }

    .tab-content {
        padding: 0 15px;
    }

    .tablist-product ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
    }

        .tablist-product ul li {
            margin-left: 18px;
        }

    .content-tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .repair-panasonic .tablist-product .content-tab img {
        width: 80%;
    }

    .repair-panasonic .tablist-product .content-tab p {
        width: 100%;
    }

    .call-center {
        top: unset;
        right: 10%;
        bottom: 15%;
    }

    .request-repair-box .wrapper-devices {
        margin: 0 15px;
        border-radius: 20px;
    }

    .breakdown-input,
    .model-device-input {
        margin-bottom: 18px;
    }

        .breakdown-input p,
        .model-device-input p,
        .serial-device-input p {
            margin-bottom: 8px;
        }

    .request-repair-box form button {
        width: 100%;
    }

    .multi-step .close-modal {
        width: unset;
    }

    .wrapp-image-about {
        padding: 0;
    }

        .wrapp-image-about img {
            width: 100%;
        }

    .timeline-service:after {
        content: none;
    }

    .row-timeline {
        display: block;
    }

        .row-timeline .right-timeline,
        .row-timeline .left-timeline {
            max-width: 100%;
        }

    .timeline-service .row-timeline .content-timeline {
        margin-bottom: 18px;
    }

    .price-service h2 {
        text-align: right;
    }

    .price-service img {
        width: 100%;
    }

    .faq-side {
        margin-bottom: 35px;
    }

    .faq-section .contact-form-wrapper .input-form-repair button[type="submit"] {
        width: 100%;
    }

    .items-address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .items-address .content-address {
            margin-top: 15px;
        }

    .branch-idehal .content-address .location-link {
        width: 100%;
        margin-bottom: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .branch-idehal .content-address .location-link span br {
            display: none;
        }

    .timeline-service .row-timeline .title-timeline h2 {
        text-align: right;
    }

    .content-corded {
        padding: 25px;
    }

        .content-corded .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

        .content-corded h1 {
            text-align: center;
            margin-bottom: 35px;
        }

    .wrapper-item-timeline .guide-corded {
        text-align: right;
    }

    .wrapper-item-timeline .timeline::after {
        right: 5%;
    }

    .wrapper-item-timeline .timeline .timeline-item {
        width: 85%;
    }

        .wrapper-item-timeline .timeline .timeline-item.right {
            right: 5%;
        }

        .wrapper-item-timeline .timeline .timeline-item.left {
            right: 5%;
        }

            .wrapper-item-timeline .timeline .timeline-item.left::before {
                left: 100%;
            }

            .wrapper-item-timeline .timeline .timeline-item.left::after {
                left: 98%;
            }

            .wrapper-item-timeline .timeline .timeline-item.left .content {
                margin: 0 21px 0 0;
            }

                .wrapper-item-timeline .timeline .timeline-item.left .content::before, .wrapper-item-timeline .timeline .timeline-item.left .content::after {
                    border-left: 1000px solid transparent;
                    left: 0;
                }

            .wrapper-item-timeline .timeline .timeline-item.left .num-item-timeline {
                right: -35px;
                left: 0;
                border-radius: 50% 0 50% 50%;
            }

    .service-corded {
        padding: 25px;
    }

        .service-corded h2 {
            text-align: center;
        }

    .wrapper-item-repair .item-corded:nth-child(2n) {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .wrapper-item-repair .item-corded .img-item,
    .wrapper-item-repair .item-corded .content-item-corded {
        width: 100%;
    }

    .wrapper-service-pbx-phone .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .wrapper-service-pbx-phone .row .img-service-pbxphone {
            margin-top: 15px;
            width: 100%;
        }

        .wrapper-service-pbx-phone .row .content-service-pbxphone {
            text-align: center;
        }

    .why-us {
        margin-bottom: 35px;
    }

    .timeline-main .title-timeline-pbxphone {
        text-align: right !important;
    }

    .comment-section .comment-wrapper,
    .comment-section .comment-display {
        padding: 0;
    }

        .comment-section .comment-wrapper .form-comment .submit-part input[type="submit"] {
            width: 100%;
        }
}

@media only screen and (max-width: 428px) {
    h1 {
        font-size: 2.2rem !important;
    }

    h2 {
        font-size: 2rem !important;
    }

    h3 {
        font-size: 1.8rem !important;
    }

    p,
    ::-webkit-input-placeholder,
    .faq-section label,
    .content-after-sale ul li,
    .input-form-repair button[type="submit"],
    select {
        font-size: 12px !important;
    }

    .call-center {
        top: unset;
        right: 3%;
        bottom: 12%;
        padding: 6px 6px 6px 10px;
    }

        .call-center .text-call-center {
            font-size: 12px;
            margin-right: 5px;
        }

        .call-center .icon-call-center {
            width: 40px;
            height: 40px;
        }

    .faq-section label svg {
        width: 12px;
        height: 12px;
    }

    .request-repair-box {
        margin-top: -180px;
        margin-bottom: 25px;
    }

    .why-idehal {
        margin-bottom: 2px;
    }

    .wrapper-devices,
    .request-repair-box .item-devices li p {
        font-size: 12px;
    }

    .request-repair-box .item-devices {
        padding: 8px 0;
    }

        .request-repair-box .item-devices li svg {
            width: 45px;
            height: 45px;
        }

    .wrapp-image-about {
        margin-bottom: 5px;
    }

    .about-idehal {
        padding: 16px;
        margin-bottom: 25px;
    }

    .timeline-service .row-timeline .content-timeline {
        padding: 10px;
    }

    .branch-idehal .title-branch h2 {
        line-height: 2;
    }

    .faq-section {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .price-service {
        margin-bottom: 25px;
    }

    .about-idehal .content-about p {
        margin-top: 25px;
    }

    .step-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .step-buttons button.next-step-btn {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .why-idehal .feature-box {
        width: 150px;
        height: 150px;
    }

        .why-idehal .feature-box svg {
            width: 65px;
            height: 65px;
        }

        .why-idehal .feature-box p {
            font-size: 12px;
        }

    .list-devices:nth-child(6) {
        display: none;
    }

    .why-idehal .content-why-idehal p {
        margin-bottom: 30px;
    }

    .cordless-box {
        margin-bottom: 15px;
    }

        .cordless-box .content-cordless {
            padding: 15px;
            border-radius: 0;
        }

    .why-us {
        border: none;
        padding: 15px;
        margin-bottom: 25px;
    }

        .why-us .title-why {
            margin: 0;
        }

    .cordless-phone-center {
        margin-bottom: 15px;
    }

        .cordless-phone-center .icon-cordless-center {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .cordless-phone-center .icon-cordless-center .original-device {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .cordless-phone-center .icon-cordless-center .original-device:nth-child(1) {
                    margin-left: 0;
                }

    .gigaset-box {
        padding: 25px;
        margin-bottom: 25px;
        border-radius: 0;
    }

        .gigaset-box .gigaset-image {
            text-align: center;
        }

    .timeline-guide-corded .timeline-item {
        width: 100% !important;
    }

    .img-item img {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .wrapper-item-timeline .timeline .timeline-item.left {
        right: 6%;
    }

    .item-for-repair .wrapper-item-repair .item-repair-right,
    .item-for-repair .wrapper-item-repair .item-repair-left {
        display: block;
    }

        .item-for-repair .wrapper-item-repair .item-repair-right .counter-item,
        .item-for-repair .wrapper-item-repair .item-repair-left .counter-item {
            display: none;
        }

        .item-for-repair .wrapper-item-repair .item-repair-right .counter-item-sm,
        .item-for-repair .wrapper-item-repair .item-repair-left .counter-item-sm {
            padding: 11px 80px;
            position: absolute;
            z-index: 1;
            display: block;
            bottom: 25px;
        }

            .item-for-repair .wrapper-item-repair .item-repair-right .counter-item-sm p,
            .item-for-repair .wrapper-item-repair .item-repair-left .counter-item-sm p {
                font-size: 18px !important;
            }

        .item-for-repair .wrapper-item-repair .item-repair-right::after,
        .item-for-repair .wrapper-item-repair .item-repair-left::after {
            content: none !important;
        }

        .item-for-repair .wrapper-item-repair .item-repair-right .content-item .border-box-item,
        .item-for-repair .wrapper-item-repair .item-repair-left .content-item .border-box-item {
            width: 100%;
            height: 300px;
        }

        .item-for-repair .wrapper-item-repair .item-repair-right .text-for-devices,
        .item-for-repair .wrapper-item-repair .item-repair-left .text-for-devices {
            padding-right: 8px;
        }

        .item-for-repair .wrapper-item-repair .item-repair-right .counter-item-sm {
            left: -8px;
        }

        .item-for-repair .wrapper-item-repair .item-repair-left .counter-item-sm {
            border-radius: 15px 0 0 15px;
            right: 8px;
            -webkit-box-shadow: 4px 12px 0px -4px var(--blue-color);
            box-shadow: 4px 12px 0px -4px var(--blue-color);
        }
}

@media only screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}

@media screen and (max-width: 1020px) {
    .timeline ul li .content {
        width: 41vw;
    }

    .timeline ul li:nth-child(even) .content {
        right: calc(-41vw - 45px);
    }
}

@media screen and (max-width: 700px) {
    .timeline ul li {
        margin-right: 20px;
    }

        .timeline ul li .content {
            width: calc(100vw - 100px);
        }

            .timeline ul li .content h2 {
                text-align: initial;
            }

        .timeline ul li:nth-child(even) .content {
            right: 45px;
        }

            .timeline ul li:nth-child(even) .content:before {
                right: -33px;
            }
}

/* ==========================================
==========================*/
.timeline-main {
    /* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
}

    .timeline-main .title-timeline-pbxphone {
        text-align: center;
    }

    .timeline-main .timeline {
        direction: ltr;
        padding: 0;
        margin-bottom: 35px;
    }

        .timeline-main .timeline::after {
            border: 2px dashed rgba(33, 33, 53, 0.12);
            z-index: -1;
        }

        .timeline-main .timeline ul li {
            position: relative;
            margin: 0 auto;
            width: 5px;
            padding-bottom: 40px;
            list-style-type: none;
        }

            .timeline-main .timeline ul li:not(:last-child) {
                margin-bottom: -145px;
            }

            .timeline-main .timeline ul li:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 43.5%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 3px solid #d9e9ff;
                background-color: var(--blue-color);
            }

            .timeline-main .timeline ul li:nth-child(even)::before {
                border: 3px solid #ffefb5;
                background-color: var(--yellow-color);
            }

            .timeline-main .timeline ul li .hidden {
                opacity: 0;
            }

            .timeline-main .timeline ul li .content {
                position: relative;
                top: 7px;
                width: 450px;
                border-radius: 14px;
                direction: rtl;
            }

                .timeline-main .timeline ul li .content::after {
                    content: "";
                    border: 1px solid #87baff;
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 10px;
                    left: 10px;
                    border-radius: 14px;
                    z-index: -1;
                }

                .timeline-main .timeline ul li .content hr {
                    border-top: 1px solid var(--white-color);
                }

                .timeline-main .timeline ul li .content h3 {
                    padding: 22px 22px 0;
                }

                .timeline-main .timeline ul li .content p {
                    padding: 0 22px 22px;
                }

                .timeline-main .timeline ul li .content:before {
                    content: "";
                    border: 2px dashed rgba(33, 33, 53, 0.12);
                    position: absolute;
                    top: 50%;
                    width: 38px;
                }

            .timeline-main .timeline ul li:nth-child(odd) .content {
                left: 50px;
                background-color: var(--blue-color);
                color: var(--white-color);
            }

                .timeline-main .timeline ul li:nth-child(odd) .content:before {
                    left: -38px;
                }

            .timeline-main .timeline ul li:nth-child(even) .content {
                left: calc(-450px - 45px);
                color: var(--black-color);
                background-color: var(--yellow-color);
            }

                .timeline-main .timeline ul li:nth-child(even) .content::after {
                    border: 1px solid #ffe589;
                    right: 10px;
                    left: unset;
                }

                .timeline-main .timeline ul li:nth-child(even) .content:before {
                    right: -38px;
                }

@media screen and (max-width: 1020px) {
    .timeline-main .timeline ul li .content {
        width: 41vw;
    }

    .timeline-main .timeline ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
    }
}

@media screen and (max-width: 700px) {
    .timeline-main .timeline ul li {
        margin-left: 20px;
        width: 100%;
        margin-bottom: 0 !important;
    }

        .timeline-main .timeline ul li .content {
            width: calc(100vw - 100px);
        }

            .timeline-main .timeline ul li .content h2 {
                text-align: initial;
            }

        .timeline-main .timeline ul li:nth-child(even) .content {
            left: 0;
        }

            .timeline-main .timeline ul li:nth-child(even) .content:before {
                left: 100%;
            }
}

@media screen and (max-width: 700px) {
    .timeline-main .timeline::after {
        right: 0 !important;
    }

    .timeline-main .timeline ul li:nth-child(odd) .content {
        left: 0;
    }

        .timeline-main .timeline ul li:nth-child(odd) .content:before {
            left: 100%;
        }

    .timeline-main .timeline ul li:before {
        right: 8px;
        top: 42.5%;
        left: unset;
    }

    .timeline-main .timeline ul li .content::after {
        right: 10px;
        left: unset;
    }
}

@media screen and (max-width: 600px) {
    .comment-section .comment-display .active-load-more-co {
        font-size: 16px;
    }

    .comment-section .comment-display .user-list-comment .item-user-comment {
        font-size: 13px;
    }

        .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin .avatar-name-user,
        .comment-section .comment-display .user-list-comment .item-user-comment .detail-comment .avatar-name-user {
            padding: 30px;
            margin-left: 5px;
            font-size: 18px;
        }

        .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin .content-comment,
        .comment-section .comment-display .user-list-comment .item-user-comment .detail-comment .content-comment {
            padding: 15px;
        }

            .comment-section .comment-display .user-list-comment .item-user-comment .reply-co-admin .content-comment p,
            .comment-section .comment-display .user-list-comment .item-user-comment .detail-comment .content-comment p {
                margin-top: 8px;
            }
}

/* new */
.request-repair-box form .serial-device-input input::-webkit-input-placeholder,
.request-repair-box form .model-device-input input::-webkit-input-placeholder {
    color: #9fa4ae !important;
}

.request-repair-box form .serial-device-input input:-ms-input-placeholder,
.request-repair-box form .model-device-input input:-ms-input-placeholder {
    color: #9fa4ae !important;
}

.request-repair-box form .serial-device-input input::-ms-input-placeholder,
.request-repair-box form .model-device-input input::-ms-input-placeholder {
    color: #9fa4ae !important;
}

.request-repair-box form .serial-device-input input::placeholder,
.request-repair-box form .model-device-input input::placeholder {
    color: #9fa4ae !important;
}

.request-repair-box form select {
    color: #9fa4ae !important;
    cursor: pointer;
}

    .request-repair-box form select option {
        color: var(--text-color);
    }
/*# sourceMappingURL=style.css.map */

.name-field, .tel-field {
    width: 100% !important;
}

.field-validation-error {
    color: red;
}


.btn-resend-code {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #0048aa !important;
    font-size: 12px !important;
    padding: 0 !important;
}

    .btn-resend-code.disabled {
        color: #595959 !important;
        cursor: default !important;
    }

.timer-box {
    font-size: 12px;
    color: red;
}
