/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/*@import url(swiper.min.css);*/
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
@font-face {
    font-family: "anjoman";
    src: url("../font/anjoman/Base/AnjomanMaxFN-Thin.ttf");
    src: url("../font/anjoman/Base/AnjomanMaxFN-Thin.ttf") format("embedded-opentype"),
    url("../font/anjoman/Woff/AnjomanMaxFN-Thin.woff") format("woff"),
    url("../font/anjoman/Woff2/AnjomanMaxFN-Thin.woff2") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "anjoman";
    src: url("../font/anjoman/Base/AnjomanMaxFN-Medium.ttf");
    src: url("../font/anjoman/Base/AnjomanMaxFN-Medium.ttf") format("embedded-opentype"),
    url("../font/anjoman/Woff/AnjomanMaxFN-Medium.woff") format("woff"),
    url("../font/anjoman/Woff2/AnjomanMaxFN-Medium.woff2") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "anjoman";
    src: url("../font/anjoman/Base/AnjomanMaxFN-Bold.ttf");
    src: url("../font/anjoman/Base/AnjomanMaxFN-Bold.ttf") format("embedded-opentype"),
    url("../font/anjoman/Woff/AnjomanMaxFN-Bold.woff") format("woff"),
    url("../font/anjoman/Woff2/AnjomanMaxFN-Bold.woff2") format("truetype");
    font-weight: 500;
    font-style: normal;
}



html {
    scroll-behavior: smooth;
}

:root{
    --bs-primary: #6fbe44;
    --bs-secondary: #00aeef;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: "anjoman", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    direction: rtl;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}


@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    text-indent: -999em;
    border-color: currentColor transparent currentColor currentColor;
    border-radius: 50%;
    animation-name: spinner-border;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border: 0.2em solid currentColor;
    border-top: 0.2em solid transparent;

}



ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 70px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* header section start */

.header_section {
    width: 100%;
    padding: 20px 0px;
}

.toggle_icon {
    font-size: 33px;
    cursor: pointer;
    color: #ffffff;
}

.contact_menu {
    width: 100%;
    padding-top: 20px;
}

.contact_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.contact_menu li {
    float: left;
    font-size: 15px;
    color: #060606;
    padding: 0px 10px;
}

.contact_menu li a {
    color: #060606;
}

.contact_menu li a:hover {
    color: var(--bs-primary);
}

img.padding_right_10 {
    padding-left: 20px;
}

.costum_header {
    width: 100%;
    display: flex;
}

.logo {
    width: 15%;
    float: right;
    text-align: right;
}

.menu_text {
    width: 10%;
    float: left;
    text-align: left;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
}

.menu_text li {
    float: left;
    padding-right: 60px;
    font-size: 18px;
    color: #ffffff;
}

.menu_text li a {
    color: #ffffff;
}

.menu_text li a:hover {
    color: #ffffff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: var(--bs-secondary);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay .item-menu{
    margin: 20px 0;
}
.overlay a {
    margin: 20px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 20%;
    min-width: 250px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-color: #fafafa;
    height: auto;
}

.banner_img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-weight: bold;
    line-height: 1.5;
    font-size: 65px;
    color: #060606;
    text-align: right;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 1.8;
    color: #060606;
    margin: 0px;
    text-align: justify;
}

.btn_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.quote_bt {
    width: 180px;
    float: left;
}

.box-img-slider {
    margin-top: 50px;
}

.quote_bt a {
    width: 100%;
    float: left;
    background-color: #252525;
    padding: 8px 10px;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
}

.quote_bt a:hover {
    color: #fafafa;
    background-color: var(--bs-primary);
}

.quote_bt.active a {
    color: #fafafa;
    background-color: var(--bs-primary);
}

.quote_bt.active a:hover {
    color: #fafafa;
    background-color: #5b943d;
}

.contact_bt {
    width: 180px;
    float: left;
    margin-right: 15px;
}

.contact_bt a {
    width: 100%;
    float: left;
    background-color: #00aeef;
    padding: 8px 10px;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
}

.contact_bt a:hover {
    color: #fafafa;
    background-color: #0d7da8;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 1137px;
    top: 50%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -95px;
    top: 27%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #00aeef;
    opacity: 1;
    font-size: 20px;
    border-radius: 10px;
    transform: rotate(45deg);
}

#main_slider .carousel-control-prev i,
#main_slider .carousel-control-next i{
    transform: rotate(-45deg);
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: var(--bs-primary);
    color: #ffffff;
}

/* banner section end */
/* services section start */

.services_section {
    width: 100%;
    float: left;
    background-image: url(../images/about-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.services_taital {
    width: 100%;
    font-size: 30px;
    color: #252525;
    text-align: center;
    font-weight: bold;
}

.services_text {
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0px;
    padding-top: 30px;
}

.services_box {
    width: 100%;
}

.express_text {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #252525;
    text-align: center;
    padding-top: 43px;
}

.lorem_text {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    color: #252525;
    text-align: justify;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding-top: 20px;
}

.seemore_bt a:hover {
    color: var(--bs-primary);
}

.image_1 {
    width: 100%;
    float: left;
}

.padding_right_0 {
    padding-right: 0px;
}

.padding_left_0 {
    padding-left: 0px;
}

/* services section end */

/* providing section end */

.providing_section {
    width: 100%;
    float: left;
}

.providing_section_2 {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: auto;
    background-repeat: no-repeat;
    padding: 90px 0px;
    margin-top: 90px;
}

.clean_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    line-height: 2;
    margin: 0px;
}

.quote_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.quote_bt_1 a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #0b0b0b;
    background-color: #ffffff;
    padding: 8px 15px;
    border-radius: 50px;
}

.quote_bt_1 a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #0b0b0b;
    background-color: #ffffff;
    padding: 8px 15px;
    margin-top: 50px;
}

.quote_bt_1 a:hover {
    color: #ffffff;
    background-color: #252525;
}

/* providing section end */

/* choose section start */

.choose_section_2 {
    width: 100%;
    float: left;
}

.choose_section {
    width: 100%;
    float: left;
}

.choose_box {
    width: 100%;
    padding: 40px 20px;
    text-align: right;
}

.choose_box:hover {
    background-color: var(--bs-primary);
}

.choose_box:hover .number_text {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.choose_box:hover .trusted_text {
    color: #ffffff;
}

.choose_box:hover .dummy_text {
    color: #ffffff;
}

.number_1 {
    width: 100%;
    display: flex;
}

.number_text {
    width: 40px;
    height: 35px;
    font-size: 16px;
    color: var(--bs-primary);
    border-radius: 100%;
    border: 1px solid var(--bs-primary);
    text-align: center;
    padding: 5px 0px;
    font-weight: 600;
}

.trusted_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--bs-primary);
    padding-right: 10px;
    padding-top: 5px;
    font-weight: 600;
}

.dummy_text {
    width: 100%;
    font-size: 14px;
    color: #000;
    margin: 0px;
}

/* choose section end */
/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.testimonial_taital {
    width: 100%;
    font-size: 30px;
    color: #111111;
    text-align: center;
    font-weight: bold;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.testimonial_box {
    width: 72%;
    margin: 0 auto;
}

.tectimonial_mail {
    width: 100%;
}

.client_image_section {
    width: 15%;
    float: left;
}

.client_text_section {
    width: 85%;
    float: left;
}

.client_img {
}

.testimonial_text {
    width: 100%;
    font-size: 16px;
    color: #0c0c0c;
    margin: 0px;
    padding-left: 20px;
    padding-top: 30px;
}

.joech_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #0c0c0c;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 20px;
    text-transform: uppercase;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: var(--bs-primary);
    margin: 0px;
    padding-left: 20px;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 40px;
    top: 33%;
    transform: rotate(45deg);
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 40px;
    top: 33%;
    background: var(--bs-primary);
    color: #ffffff;
    transform: rotate(45deg);
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #00aeef;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
    border-radius: 10px;
}
#my_slider .carousel-control-prev i,
#my_slider .carousel-control-next i {
    transform: rotate(-45deg);
}
#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: var(--bs-primary);
    color: #ffffff;
}

/* testimonial section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-image: linear-gradient(to right,var(--bs-secondary),var(--bs-primary));
    height: auto;
}

.useful_text {
    width: 100%;
    text-align: right;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    padding-top: 5px;
    font-size: 16px;
    color: #b1b6c2;
    text-align: right;
}

.footer_menu li a {
    color: #f5f5f5;
}

.footer_menu li a:hover {
    color: #ffffff;
}

.footer_menu li.active a {
    color: #fff;
}

.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #162448;
    background-color: #ffffff;
    padding: 8px 10px;
    margin-top: 10px;
    border: 0px;
    text-align: center;
}

input.Enter_text::placeholder {
    color: #162448;
}

.subscribe_bt {
    width: 190px;
    float: right;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: var(--bs-primary);
    text-align: center;
    padding: 8px 0px;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #162448;
    background-color: #ffffff;
}

.footer_text {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #b1b6c2;
    margin: 0px;
    padding-top: 10px;
    text-align: right;
}

.location_text {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #f5f5f5;
    text-align: right;
}

.location_text a {
    color: #f5f5f5;
}

.location_text a:hover {
    color: #ffffff;
}

.padding_right_15 {
    padding-right: 15px;
}

.social_icon {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.social_icon_main {
    width: 100%;
    float: left;
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
#social {
    padding: 50px 0px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ffffff;
}

.smGlobalBtn {
    /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #0e2246;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    margin: 0 7px;
}

/* facebook button class*/

.facebookBtn {
    background: #ffffff;
}

.facebookBtn:before {
    /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a";
    /* add facebook icon */
}

.facebookBtn:hover {
    color: #ffffff;
    background: var(--bs-primary);
}

/* twitter button class*/

.twitterBtn {
    background: #ffffff;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
    /* add twitter icon */
}

.twitterBtn:hover {
    color: #ffffff;
    background: var(--bs-primary);
}

/* instagram button class*/

.instagramBtn {
    background: #ffffff;
}

.instagramBtn:before {
    font-family: "FontAwesome";
    content: "\f0d5";
    /* add instagrm icon */
}

.instagramBtn:hover {
    color: #ffffff;
    background: var(--bs-primary);
}

/* linkedin button class*/

.linkedinBtn {
    background: #ffffff;
}

.linkedinBtn:before {
    font-family: "FontAwesome";
    content: "\f0e1";
    /* add linkedin icon */
}

.linkedinBtn:hover {
    color: #ffffff;
    background: var(--bs-primary);
}

/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #fffcf4;
}

.copyright_text a:hover {
    color: var(--bs-primary);
}

.margin_top_90 {
    margin-top: 90px;
}


/*login*/

.box-login{
    margin: 50px 0;
}
.ftco-section {
    text-align: right;
    display: block;
    min-height: 600px;
}

.ftco-section .img,
.login-wrap {
    width: 50%;
}

.ftco-section .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-section .login-wrap {
    position: relative;
    background: #fff h3;
    background-font-weight: 300;
}

.ftco-section .img,
.ftco-section .login-wrap {
    width: 50%;
}

.ftco-section .wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

@media (max-width: 991.98px) {
    .ftco-section .img,
    .ftco-section .login-wrap {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .ftco-section .wrap .img {
        height: 250px;
    }

    .ftco-section .p-md-5 {
        padding: 3rem !important;
    }
}

.ftco-section .w-100 {
    width: 100% !important;
}

.btn-login {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}

.br-circle {
    border-radius: 50px !important;
}

/* profile */
.profile .user-card-full {
    overflow: hidden;
}

.profile .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
}

.profile .m-r-0 {
    margin-right: 0px;
}

.profile .m-l-0 {
    margin-left: 0px;
}

.profile .bg-c-lite-green {
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--bs-primary)),
            to(#00aeef)
    );
    background: linear-gradient(to right, #00aeef, var(--bs-primary));
}

.profile .user-profile {
    padding: 20px 0;
}

.profile .card-block {
    padding: 1.25rem;
}

.profile .m-b-25 {
    margin-bottom: 25px;
}

.profile .img-radius {
    border-radius: 5px;
}

.profile h6 {
    font-size: 14px;
}

.profile .card .card-block p {
    line-height: 25px;
}

@media only screen and (min-width: 1400px) {
    .profile p {
        font-size: 14px;
    }
}

.profile .card-block {
    padding: 1.25rem;
}

.profile .b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.profile .m-b-20 {
    margin-bottom: 20px;
}

.profile .p-b-5 {
    padding-bottom: 5px !important;
}

.profile .card .card-block p {
    line-height: 25px;
}

.profile .m-b-10 {
    margin-bottom: 10px;
}

.profile .text-muted {
    color: #919aa3 !important;
}

.profile .b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.profile .f-w-600 {
    font-weight: 600;
}

.profile .m-b-20 {
    margin-bottom: 20px;
}

.profile .m-t-40 {
    margin-top: 20px;
}

.profile .p-b-5 {
    padding-bottom: 5px !important;
}

.profile .m-b-10 {
    margin-bottom: 10px;
}

.profile .m-t-40 {
    margin-top: 20px;
}

.profile .user-card-full .social-link li {
    display: inline-block;
}

.profile .user-card-full .social-link li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-side-profile {
    color: #fff;
    padding: 10px 0;
    display: block;
}

.link-side-profile.active {
    color: #2f2f2f;
}

.profile_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-color: #fafafa;
    height: auto;
}

.profile_section p {
    margin: 0;
}

.btn-smart {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}

.btn-smart-gradient {
    color: #fff;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--bs-primary)),
            to(#00aeef)
    );
    background: linear-gradient(to right, #00aeef, var(--bs-primary));
}

.order_section {
    width: 100%;
    float: left;
    padding-bottom: 70px;
    background-color: #fafafa;
    height: auto;
}

.box-device {
    display: flex;
    margin: 10px 0px;
    background-color: #fff;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.1);
    border-radius: 7px;
    align-items: center;
}

.box-device:hover{
    background-color: var(--bs-primary);
    color: #fff !important;
}
.box-device h4 {
    text-align: center;
}

.box-device img {
    border-radius: 7px;
    width: 130px;
    margin: 10px;
}

.box-device .title{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.pr {
    padding-right: 0;
}

.pl {
    padding-left: 0;
}

.box-model-device {
    margin-bottom: 20px;
}

.br-0 {
    border: 0;
}

.color-first {
    color: #00aeef;
}

.color-second {
    color: var(--bs-primary);
}

.box-device-option {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}

@media (max-width: 768px) {
    .box-device-option {
        padding: 30px 5px;
    }
}

.box-plate{
    width: 55%;
    margin:  0 auto;
}
.box-car-plate-1 {
    border: 2px solid #2f2f2f;
    border-radius: 0px 5px 5px 0px;
    height: 75px;
    padding: 0px;
}

.box-car-plate-2 {
    border-top: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
    height: 75px;
}

.box-car-plate-3 {
    border-top: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
    height: 75px;
}

.height-auto {
    height: auto !important;
}

.box-car-plate-4 {
    border-left: 2px solid #2f2f2f;
    border-top: 2px solid #2f2f2f;
    height: 75px;
    border-bottom: 2px solid #2f2f2f;
    border-radius: 5px 0px 0px 5px;
}

.box-car-plate-left {
    background-color: #1875d9;
    height: 100%;
    padding: 0 2px;
}

.img-iran {
    width: 20px;
    margin: auto;
    text-align: center;
}

.box-motor-plate-1 {
    border-left: 2px solid #2f2f2f;
    border-top: 2px solid #2f2f2f;
    height: 75px;
    border-radius: 5px 5px 0px 5px;
    border-right: 2px solid #2f2f2f;
}

.box-motor-plate-2 {
    border: 2px solid #2f2f2f;
    height: 75px;
    border-radius: 0px 0px 5px 5px;
}

.box-order-detail {
    background-color: #fff;
    margin: 15px 0;
    padding: 30px 20px;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}

.hidden{
    display: none;
}

.box-cat{
    width: 35%;
    text-align: right;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.box-cat a {
    font-size: 18px;
}

.box-cat a:hover {
    color: var(--bs-primary);
}


.box-cat i {
    font-size: 18px;
    margin-right: 10px;
}

.b-radius-0{
    border-radius: 0;
}

.title-cat{
    font-size: 17px;
}

.txt-total-price{
    padding: 10px 30px;
    color: #28a745;
    border: 1px dashed #28a745;
}

input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    background-color: #fff;
    border: 2px solid green;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s;
}

input[type="checkbox"]:checked {
    background-color: green;
    border-color: green;
}

input[type="checkbox"]:checked::before {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media print {
    .header_section * {
        display: none;
    }

    .footer_section  * {
        display: none;
    }

    .user-card-full * {
        display: none;
    }

}

.content-w-h-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-w-h-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-txt{
    margin: 10px 0;
}

.box-txt p {
    margin: 0;
}
.box-category{
    margin-bottom: 15px;
}


/*step*/

.box-step{
    background-color: #fff;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.1);
    padding: 25px 0;
    margin-bottom: 30px;
    border-radius: 7px;
}
.step-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    direction: rtl;
}

.step {
    position: relative;
    text-align: center;
    flex: 1;
}

.step .step-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.step .step-title {
    margin-top: 10px;
}

.step::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

.step.done::before {
    background-color: var(--bs-primary);
}

.step:first-child::before {
    display: none;
}

.step.active .step-number {
    background-color: var(--bs-secondary);
}

.step.complete .step-number {
    background-color: var(--bs-primary);
}

.step.inactive .step-number {
    background-color: #ccc;
}


.box-cat-product{
    width: 100%;
}

.box-cat-product .item{
    margin: 10px 0;
}


.box-cat-product .item .box-img img{
    width: 260px;
    height: 260px;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 98%, 0 85%);
}

.box-cat-txt{
    margin: 10px 15px 20px 15px;
    color: #2f2f2f;
}



/*complete*/

.complete input[type="checkbox"] {
    position: relative;
    width: 30px;
    height: 30px;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s;
    border-radius: 7px;
}

.complete input[type="checkbox"]:checked {
    background-color: green;
    border-color: green;
}

.complete input[type="checkbox"]:checked::before {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
}

.complete input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-complete{
    text-align: right;padding: 80px 0; background: linear-gradient(135deg, #5dca00 50%, #42e6dd 50%);
}
.box-complete .header-name{
    background-color: #5dca00;margin: 0;padding: 10px 0px;
}
.box-complete .header-name h1 {
    font-size: 30px;color: #fff;
}

.box-complete .header-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}

.box-complete .header-order{
    background-color: #fff;
    padding: 10px 20px;
    height: 100%;
    border-radius: 20px 20px 20px 0px;
}

.box-complete .box-content{
    padding: 10px 0px;
    margin: 0;
}

.box-complete .box-content .order-title span{
    font-size: 17px;
    background-color: #000;
    padding: 5px 15px;
    color: #fff;
    border-radius: 8px;
}
.box-complete .box-content .order-detail{
    font-size: 17px;
    color: #343434;
    padding-right: 15px;
    margin-bottom: 15px;
}
.box-complete .box-content .total-price{
    background-color: #fff;
    height: 50px;
    padding: 10px;
    border-radius: 12px 12px 12px 0px;
}
.box-complete .box-content .box-detail-car{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0px 20px 0px 20px;padding: 30px;
}
.box-complete .box-content .box-detail-car .label{
    font-size: 18px;width: 150px;
    color: #000;
    margin-left: 20px;
}
.box-complete .box-content .box-detail-car .txt{
    padding: 10px;
    background-color: #fff;
    width: 100%;
    display: block;
    border-radius: 7px;
}
.box-com-timer span {
    color: #000;
}
.box-com-timer input {
    display: inline;
    width: 100px;
    border: 0;
    padding: 5px;
    border-radius: 7px;
}

.box-pro{
    border: 1px solid #ececec;
}

.img-pro{
    width: 100%;
    background-size: cover;
    padding: 0;
}