﻿@font-face {
    font-family: 'Vazir-FD';
    src: url('../fonts/iranyekanwebregular.eot');
    src: url('../fonts/iranyekanwebregular.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazir-Bold';
    src: url('../fonts/iranyekanwebbold.eot');
    src: url('../fonts/iranyekanwebbold.woff2') format('woff2');
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    
}

body {
    background-color: #f2f2f2;
    font-family: 'Vazir-FD';
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
}


a {
    text-decoration: none;
}

:root {
    --color-one: #2a4359;
    --color-two: #fbab18;
    --border-radius-one: 1em;
    --font-size-one: 1.3em;
    --font-size-two: 1.2em;
    --font-size-three: 0.9em;
}

.alert .close {
    display: none;
}

.whz {
    overflow: hidden;
    width: 0;
    height: 0;
}
.loading {
    background: url(/images/ajaxloader.gif) no-repeat center rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    display: none;
}
ul li {
    list-style: none !important;
}
.darkblue {
    color: #192735;
}

.bg-theme {
    background: var(--color-one);
}

.text-orange {
    color: #fbab18 !important;
}

.titleIndex {
    color: #192735;
    font-size: var(--font-size-one);
    text-align: center;
    font-weight: 600;
    margin: 2em auto;
    position: relative;
}

    .titleIndex::after {
        content: '';
        position: absolute;
        width: 80px;
        height: 4px;
        background-color: var(--color-two);
        margin-top: 1.7em;
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
    }

.text-justify {
    text-align: justify;
}

.card {
    border: none;
    text-align: center;
}

.level {
    /*padding: 0 3.7em 0 3.6em;*/
}

.btn-color {
    color: #223144;
    border: none;
    border-radius: 0.5em;
    padding: 0.375em 0.75em;
    min-height: 40px;
    height: auto;
    background-color: var(--color-two);
}

.form-control {
    height: 50px !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px !important;
}

#exampleFormControlTextarea1 {
    height: auto !important;
}

.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c0c0c0;
}

.form-check-input:checked {
    background-color: var(--color-two);
    border-color: var(--color-two);
}

/* ******************end global css***************************** */
/* ******************start to top******************************* */
#myBtn {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    align-content: center;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #223144;
    -webkit-box-shadow: 0 0 3px rgba(241, 241, 241, 0.2);
    box-shadow: 0 0 3px rgba(241, 241, 241, 0.2);
    color: var(--color-two);
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

    #myBtn:hover {
        background-color: #223144;
    }

/* *********************back to top***************************** */
/* *******************start header top************************** */
.header-top {
    height: 50px;
    color: #ffffff;
    background-color: var(--color-one);
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.r-border-bottom {
    border-bottom: 1px solid #d5a13d6e;
}

.icon-right-headertop {
    color: var(--color-two);
}

.text-right-headertop {
    margin-right: 0.5em;
}

.social-header-top {
    margin-top: 1.1em;
    margin-left: -2em;
}

    .social-header-top li {
        margin-right: 1em;
        list-style: none !important;
    }

    .social-header-top a {
        color: #ffffff;
    }

/*.social-header-top a:hover {
            color: var(--color-two);
        }*/

/* *******************end header top**************************** */


.menu-overlay {
    display: none;
    position: fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47, 47, 47, 50%);
    z-index: 99;
}

    .menu-overlay.active {
        display: block;
    }
/* ********************start menu desktop*********************** */
.RenderBody {
    /*margin-top:70px;*/
}

.bg-menudesktop {
    background-color: var(--color-one);
    color: #ffffff;
    height: 70px !important;
    width: 100% !important;
    position: fixed;
    left: 0;
    z-index: 9999;
    /*transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;*/
}

    .bg-menudesktop.stiky {
        position: fixed !important;
        z-index: 999 !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        height: 70px !important;
    }

.navbar {
    z-index: 4 !important;
}

.navbar-level {
    /*padding: 0 2.1em;*/
}

.nav-menu {
    background-color: var(--color-one);
    /*padding-left: 0.5em;*/
    height: 70px;
    width: 100%;
}

    .nav-menu .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.logo {
    max-width: 150px;
    height: auto;
    max-height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: -0.8em;
    /*margin-top: -5px;*/
}

.nav-menu ul {
    display: none;
    margin-left: 1%;
}

.nav-menu li {
    margin-left: 0.5em;
}

    .nav-menu li a {
        color: #ffffff;
    }

        .nav-menu li a:hover {
            color: var(--color-two);
        }

.navbar-nav .nav-link.active {
    color: var(--color-two);
}

.nav-menu .thubmenu {
    position: relative;
    z-index: 4;
}

    .nav-menu .thubmenu .dropdown1,
    .nav-menu .thubmenu .dropdown2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: var(--color-one);
        -webkit-box-shadow: 0 8px 16px 0 #000000;
        box-shadow: 0 8px 16px 0 #000000;
        min-width: 200px;
        text-align: right;
        position: absolute;
        padding: 0.8em 1em;
        border-bottom: 5px solid var(--color-two);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .nav-menu .thubmenu .dropdown1 {
        top: 9px;
        right: -10px;
    }

    .nav-menu .thubmenu .dropdown2 {
        top: -30px;
        right: 144px;
    }

.nav-menu .nav-item:hover .dropdown1 {
    opacity: 1;
    visibility: visible;
}

.nav-menu .thubmenu .dropdown1 li:hover .dropdown2 {
    opacity: 1;
    visibility: visible;
}

.nav-menu .thubmenu ul li {
    width: 100%;
    margin: 0.4em 0;
}

.nav-menu .nav-link:focus {
    color: #ffffff !important;
}

.nav-menu .thubmenu ul li a {
    color: #ffffff;
    display: block;
    width: 100%;
}

.nav-menu .thubmenu ul li .active-thubmenu {
    color: var(--color-two);
}

.nav-menu .thubmenu ul li a:hover {
    color: var(--color-two);
}
/*//========login Partial======*/
.h-account {
    margin-left: 60px !important;
    margin-top: -2px;
}

.nav-menu .h-account .ha-img {
    color: #fff !important;
    font-size: 20px !important;
    padding-right: 20px;
}

.nav-menu .h-account .ha-title {
    color: #fff;
    font-size: 13px;
}


.nav-menu .h-account .account-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 180px;
    left: 0px;
    padding: 12px;
    border-radius: 15px;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
}

.nav-menu .h-account:hover .account-box {
    opacity: 1;
    visibility: visible;
    top: 45px;
}

.nav-menu .h-account .account-box ul {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

    .nav-menu .h-account .account-box ul li {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }

        .nav-menu .h-account .account-box ul li a {
            width: 100%;
            font-size: 14px;
            color: #192735;
        }

        .nav-menu .h-account .account-box ul li:hover a {
            padding-right: 3px;
            color: #1b334b;
        }

        .nav-menu .h-account .account-box ul li .btn-out {
            width: 100%;
            text-align: center;
            padding: 10px;
            font-size: 12px;
            border-radius: 10px;
            color: #ffffff;
            background: #082044;
        }

/*//=======cart inhed=======*/

.nav-menu .h-cart {
    position: relative;
    margin-top: -2px;
}

    .nav-menu .h-cart .hl-btn {
        color: #fff !important;
        font-size: 20px !important;
        padding-right: 20px;
    }


    .nav-menu .h-cart .cart-number {
        position: absolute;
        width: 23px;
        height: 23px;
        top: -5px;
        right: 7px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        font-size: 12px;
        text-align: center;
        line-height: 23px;
        color: #082044;
        background: #fbab18;
    }

    .nav-menu .h-cart .cart-box {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 225px;
        top: 30px;
        left: -125px;
        padding: 12px;
        border-radius: 15px;
        background: #ffffff;
        z-index: 999;
        -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
        -o-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
        box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    }

    .nav-menu .h-cart:hover .cart-box {
        opacity: 1;
        visibility: visible;
    }

    .nav-menu .h-cart .cart-box ul {
        display: block;
        margin: 0 !important;
        padding: 10px 0 !important;
    }

    .nav-menu .h-cart .cart-box .product-item {
        display: inline-flex;
        width: 100%;
        margin: 0;
    }

        .nav-menu .h-cart .cart-box .product-item .right {
            position: relative;
            margin-left: 10px;
        }

            .nav-menu .h-cart .cart-box .product-item .right img {
                border-radius: 10px;
                height: 60px;
                width: 60px;
                object-fit: cover;
                border-radius: 5px;
            }

            .nav-menu .h-cart .cart-box .product-item .right .Remove {
                position: absolute;
                right: -6px;
                top: -6px;
                font-size: 10px;
                background: #e8e8e8;
                padding: 4px 6px 3px 5px;
                border-radius: 50%;
                border: solid 2px #ffffff;
            }

                .nav-menu .h-cart .cart-box .product-item .right .Remove:hover {
                    color: #d51a53;
                }

        .nav-menu .h-cart .cart-box .product-item .left a {
            font-size: 14px;
            color: #082044 !important;
        }

            .nav-menu .h-cart .cart-box .product-item .left a:hover {
                color: #d51a53;
            }

        .nav-menu .h-cart .cart-box .product-item .left .number {
            font-size: 13px;
            color: #223144;
        }

        .nav-menu .h-cart .cart-box .product-item .left .price {
            font-size: 13px;
            color: #a4a4a4;
        }


    .nav-menu .h-cart .cart-box .pb-total p {
        font-size: 14px;
        font-weight: 600;
        color: #28c46a;
        text-align: center;
        border-top: 1px dotted #c0c0c0;
        padding-top: 10px;
    }

        .nav-menu .h-cart .cart-box .pb-total p span {
            font-size: 13px;
            color: #223144 !important;
        }



    .nav-menu .h-cart .cart-box .pb-total .btn-buy {
        text-align: center;
        width: 100%;
        background: #082044;
        padding: 10px;
        font-size: 12px;
        border-radius: 10px;
        color: #ffffff;
        display: block !important;
    }





.form-nav-desk {
    display: none;
}

.input-navbar {
    border-radius: 2em !important;
    background-color: var(--color-one);
    color: white !important;
    border-color: #3b5f7c !important;
    height: 35px !important;
    padding-top: 0 !important;
    margin-top: 5px;
    font-size: 14px;
}

    .input-navbar::placeholder {
        color: #ffffff !important;
    }

    .input-navbar:focus {
        background-color: #154c79;
    }

.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.icon-input {
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.link-user {
    margin-top: -0.9em;
}

.user {
    color: #ffffff;
    margin-right: 1em;
    font-size: var(--font-size-two);
    display: none;
}

/* *********************end menu desktop************************ */
/* ***********************start menu response******************* */
.nav-response {
    margin-top: 0.7em;
    margin-left: 2.5em;
    margin-bottom: -2.5em;
}

    .nav-response li {
        margin-top: 0.5em;
        border-top: 1px solid #c0c0c0;
    }

    .nav-response a {
        color: #000000;
    }

        .nav-response a:hover {
            color: var(--color-two);
        }

.navbar-toggler {
    border: transparent;
    margin-top: -115px;
    margin-left: -45px;
}

    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.offcanvas.offcanvas-end {
    width: 270px;
}

.offcanvas-body li a {
    color: #686868;
    font-size: var(--font-size-three);
}

.btn-close {
    color: #000000;
    margin-right: 87% !important;
    font-size: 0.8em;
}

    .btn-close:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.nav-response .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 1em;
}

.dropdown-menu {
    text-align: right;
    border: none;
}

    .dropdown-menu li a {
        margin-top: 0.5em;
    }

.nav-response .nav-link:focus {
    color: #686868 !important;
}

.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-toggle::after {
    display: none;
}

/* ***********************end menu response********************* */
/* *********************start carousel section****************** */

.carousel-head {
    margin-top: -50px;
}

    .carousel-head img {
        height: 450px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.carousel-caption {
    position: absolute;
    z-index: 2;
    top: 18%;
}

    .carousel-caption h5 {
        font-family: 'Vazir-Bold';
        font-size: 35px !important;
        color: var(--color-two);
    }

    .carousel-caption p {
        width: 100%;
        font-size: 19px !important;
        margin: 2em auto;
        padding: 0 0.4em;
        line-height: 37px;
    }

.curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #041c3f98;
}

.carousel-control-next,
.carousel-control-prev {
    top: 40%;
    width: 50px;
    height: 50px;
}

.carousel-control-prev {
    margin-left: 1.1em;
}

.carousel-control-next {
    margin-right: 1.1em;
}

/* *********************end carousel section******************** */
/* *********************start services-top section************** */
.services-top {
    margin-top: -3em;
    margin-bottom: 6em;
    position: relative;
    z-index: 2;
}

    .services-top .col {
        margin-top: 1em;
    }

    .services-top .card {
        background-color: var(--color-one);
        color: #ffffff;
        border-radius: var(--border-radius-one);
        padding: 2em 1em;
    }
    .services-top .card:hover {
        opacity:0.9;
    }

.services-borderbottom {
    border-bottom: 10px solid var(--color-two);
}

.services-top .card-title {
    font-weight: bold;
    font-size: var(--font-size-one);
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.services-top .services-center {
    background-color: var(--color-two);
}

    .services-top .services-center .icon-services {
        color: var(--color-one);
    }
/*//===================*/


.extra-content {
    transition: all 0.3s ease;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(7, 6, 36, 0.50);
    width: 40px;
    height: 60px;
    margin-top: -30px;
    border-radius: 4px;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 24px;
    }

    /*//========================*/

.ProjectPlan label {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
}

.ProjectPlan input::placeholder, .ProjectPlan textarea::placeholder, .ProjectPlan input[type=number]::placeholder {
    font-size: 10px !important;
    color: #d5d5d5;
}

.ProjectPlan .form-group {
    margin-bottom: 30px;
}

.ProjectPlan .readonly {
    background: #e6e6e6 !important;
}

.ProjectPlan .desc {
    padding: 20px;
    background-color: #eee;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ProjectPlan .imgDesc {
    max-width: 100%;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
}

.ProjectPlan .desc h3 {
    color: darkblue;
    font-weight: bold;
    font-size: 16px;
}

    .ProjectPlan .desc p {
        font-size: 14px;
    }

.ProjectPlan textarea {
    min-height: 120px;
}


.ProjectPlan .image-upload-box {
    border: 2px dashed #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.3s;
}

    .ProjectPlan .image-upload-box img {
        object-fit: cover;
        cursor: pointer;
        width: 100px;
        height: 100px;
    }

    .ProjectPlan .image-upload-box:hover {
        border-color: #007bff;
    }

.ProjectPlan .mainMapDiv {
    position: relative;
  
    height: 500px;
    margin: 40px auto;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 20px;
}
.ProjectPlan #map {
    position: absolute;
    border-radius: 20px;
    z-index: 1;
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%;
}


    .ProjectPlan #map .mapDivIn {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 200px;
        height: 200px;
        overflow: hidden
    }





.ProjectPlan .section-title {
    color: #2c3e50;
    font-weight: 600;
    margin-top: 100px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
    font-size: 20px;
}

.ProjectPlan .cost-table {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
}

    .ProjectPlan .cost-table table {
        width: 100%;
        border-collapse: collapse;
        margin: 0;
    }

    .ProjectPlan .cost-table th {
        background-color: #3498db;
        color: white;
        font-weight: 600;
        padding: 15px 12px;
        text-align: center;
        border: none;
    }

    .ProjectPlan .cost-table td {
        padding: 15px 12px;
        border-bottom: 1px solid #eaeaea;
        vertical-align: middle;
    }

    .ProjectPlan .cost-table tbody tr:last-child td {
        border-bottom: none;
    }

    .ProjectPlan .cost-table tbody tr:hover {
        background-color: #f8f9fa;
    }

.ProjectPlan .row-header {
    background-color: #f1f8ff;
    font-weight: 600;
    color: #2c3e50;
}

.ProjectPlan .form-control {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    transition: all 0.3s;
}

    .ProjectPlan .form-control:focus {
        border-color: #3498db;
        box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
    }

.ProjectPlan .text-danger {
    font-size: 0.85rem;
}

.ProjectPlan label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
}


.ProjectPlan .descTilte {
    font-size: 15px;
    background: #f3f3f3;
    text-align: right;
    padding: 20px 20px;
    border-radius: 10px;
    color: darkred;
    margin-bottom: 40px;
}

/* *********************end services-top section****************** */
/* **********************start projects section******************* */

.projects .col {
    padding: 1em;
}

.projects a:hover::after {
    width: 90%;
}

.projects .card {
    overflow: hidden;
    border-radius: 1em;
    box-shadow: 0 0 10px #a1a1a1;
}

    .projects .card::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent 5%, #20425f);
        border-radius: var(--border-radius-one);
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
    }

    .projects .card:hover::after {
        background-color: #2a4359ad;
    }

.projects img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius-one);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.projects .card:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    border-radius: 1em;
}

.projects .card-body {
    position: absolute;
    top: 40%;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    z-index: 1;
}

.projects .card p {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.projects .card:hover p {
    margin-top: -0.8em;
}

/* **********************end projects section********************* */
/* **********************start banner section********************* */
.banner {
    background-image: url('/images/h-19.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    margin: 4em 0;
    color: #ffffff;
    position: relative;
    margin-top: 7em;
}

    .banner::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #2a4359da;
    }

.p-banner {
    padding: 4em 0em 7em 0em;
}

.banner h2 {
    color: var(--color-two);
    font-weight: bold;
}

.banner span {
    color: var(--color-two);
}

.banner .card {
    background-color: rgba(1, 18, 33, 0.20) !important;
}

.banner .card-body span {
    font-size: 1.7em;
}

.banner .card-title {
    padding: 0 0.5em;
    font-size: 1.5em;
    color: #ffffff;
    font-weight: 900;
}

.banner .card-text {
    font-weight: bold;
}

/* **********************end banner section*********************** */
/* ********************start services section********************* */
.parent-services {
    position: relative;
    z-index: 2;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0 7px #c0c0c0;
    box-shadow: 0 0 7px #c0c0c0;
    margin-top: -7em;
    margin-bottom: 7em;
    border-radius: var(--border-radius-one);
    padding: 3em 2em 1em 2em;
}

    .parent-services h4 {
        font-size: 19px !important;
        font-weight: bold;
        padding: 10px 10px 10px 100px;
        text-align: right !important;
        vertical-align:central;
        align-content:center;
        width: 100%;
        float: right;
        border-right: 8px solid #fbab18;
        border-radius: 10px;
        margin-bottom: 10px;
        background: #ebe9e9;
        min-height:80px;
    }

    .parent-services .minBlog{
        margin-top:40px !important;
        padding-top:60px;
    }
    .parent-services .minBlog i {
        color: #fbab18;
        font-size: 25px;
    }

    .parent-services .minBlog p {
        color: #000;
        font-size: 15px;
        line-height: 25px;
        text-align: right;
        padding:0 10px;

    }

        .parent-services .minBlog p.firstP {
            line-height: 35px !important;
            text-align: justify !important;
        }




.parent-card-services {
    margin-bottom: 6em;
    position: relative;
    z-index: 2;
}

.services {
    text-align: center;
}

    .services .card {
        padding-top: 20px;
        -webkit-box-shadow: 0 0 5px #c0c0c0;
        box-shadow: 0 0 5px #c0c0c0;
        border-radius: var(--border-radius-one);
    }

        .services .card:hover {
            color: white;
            background-color: #fbab18;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

    .services .card-title {
        color: var(--color-one);
        font-size: 15px;
        font-weight: bold;
        margin: 10px 0;
    }

    .services img {
        max-width: 80px !important;
    }

    .services .card:hover .card-title {
        color: white;
    }

    .services p {
        font-size: var(--font-size-three);
        color: #979797;
    }

.icon-services {
    font-size: 2.5em;
    color: var(--color-two);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.services .card:hover .icon-services {
    color: #ffffff;
    -webkit-animation-name: fadeIcon;
    animation-name: fadeIcon;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIcon {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIcon {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ********************end services section********************** */
/* *****************start Counseling section********************* */

.Counseling {
    background-color: var(--color-two);
    color: #192735;
    padding: 1.8em 2em;
    border-radius: var(--border-radius-one);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Counseling-title {
    font-weight: bold;
    font-size: 1.2em;
}

.Counseling .icon-email {
    background-color: #192735;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    text-align: center !important;
    align-content: center;
}

.Counseling .call-us {
    border-radius: 1.5em;
    background-color: #192735;
    color: #ffffff;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    margin-top: 2.5em;
}

/* *****************end Counseling section*********************** */
/* ******************start team section************************** */
.shopInDef {
    margin: 7em 0 7em 0.2em;
}

    .shopInDef .card {
        background-color: var(--color-one);
        -webkit-box-shadow: 0 0 10px #c0c0c0;
        box-shadow: 0 0 10px #c0c0c0;
        border-radius: 1em;
        margin-top: 1em;
        overflow: hidden;
    }

        .shopInDef .card .typeFile {
            position: absolute;
            left: 20px;
            top: 20px;
            color: #fff;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 20px;
        }

            .shopInDef .card .typeFile.orange {
                background: #fbab18;
                border: 1px solid #cf8806;
            }

            .shopInDef .card .typeFile.green {
                background: #28c46a;
                border: 1px solid #1bb65c;
            }

        .shopInDef .card figure {
            overflow: hidden;
            border-top-right-radius: 0.5em;
            border-top-left-radius: 0.5em;
            position: relative;
            margin-bottom: 0 !important;
        }

            .shopInDef .card figure::after {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                height: 100%;
                width: 100%;
                background: -o-linear-gradient(transparent, #2a4359);
                background: linear-gradient(transparent, #2a4359);
                -webkit-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
            }

        .shopInDef .card img {
            width: 100%;
            max-width: 100%;
            height: 300px;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            object-fit: cover;
        }

        .shopInDef .card:hover figure::after {
            top: 0;
        }

        .shopInDef .card:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
        }

    .shopInDef .card-body {
        padding-top: 0 !important;
    }

    .shopInDef .card-title {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        height: 55px;
        line-height: 25px;
    }

        .shopInDef .card-title a {
            font-weight: bold;
            color: #ffffff;
        }

    .shopInDef .pric {
        display: grid;
    }

        .shopInDef .pric del {
            color: #c0c0c0 !important;
            font-size: 13px;
            min-height: 20px;
        }

        .shopInDef .pric ins {
            color: #fbab18 !important;
            text-decoration: none !important;
            font-weight: bold;
            font-size: 18px;
        }

    .shopInDef .social-team {
        position: absolute;
        width: 75%;
        top: 30%;
        left: 60%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0.7em 1.2em 0.5em 2em;
        opacity: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        .shopInDef .social-team li {
            color: #ffffff;
            background-color: var(--color-two);
            border-radius: 50%;
            margin: 0.2em;
            width: 60px;
            height: 60px;
            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-transition: 0.6s;
            -o-transition: 0.6s;
            transition: 0.6s;
            font-size: 26px;
        }

            .shopInDef .social-team li:hover {
                background-color: #082044;
            }

    .shopInDef .card:hover .social-team {
        opacity: 1;
    }

    .shopInDef .social-team li button {
        background-color: transparent !important;
        border: 0;
        color: #fff;
    }
/* ******************end team section*************************** */
/* ***************start Customers section*********************** */

.Customers {
    margin-top: 4em;
    padding: 6em 3.7em 6em 3.6em;  
    /*background-image: url(/images/h-19.jpg);*/
    background:#223144;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position:relative;
}
    /*.Customers::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #2a4359da;
    }*/

.title2 {
    font-size: var(--font-size-two);
    font-weight: bold;
    text-align: justify;
    color: #192735;
    margin-bottom: 3em;
    position: relative;
    padding: 0 0.5em;
    margin-left: 3em;
}

/*.title2::after {
        content: '';
        position: absolute;
        top: -3px;
        right: 0;
        width: 3px;
        height: 40px;
        background-color: var(--color-two);
    }*/

.title2-left {
    margin-top: 5em;
    color: #ffffff;
}

.Customers-logo figure {
    width: 100%;
}

.Customers-logo img {
    max-width: 120px;
    height: 80px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.Customers-carousel {
    -webkit-box-shadow: 0 0 5px #c0c0c0;
    box-shadow: 0 0 5px #c0c0c0;
    padding: 3em 2em;
    border-radius: var(--border-radius-one);
    min-height: 290px !important;
}

    .Customers-carousel img {
        max-width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-left: 1em;
    }

.Customers-carousel-name {
    font-weight: bold;
    color: #ffffff;
}

.Customers-carousel p:nth-of-type(2) {
    color: #a5aeb8;
}

.Customers-carousel p:nth-of-type(3) {
    margin-top: 2em;
    color: #ffffff;
    text-align: justify;
}

.Customers-carousel .bg-black {
    background-color: var(--color-two) !important;
}

/* ****************end Customers section************************* */
/* *****************start blog section*************************** */
.blog {
    margin-top: 6em;
}

.homepage-01 {
    margin: 0 !important;
    padding: 0 !important;
}

    .homepage-01 .swiper {
        margin-top: 1em;
    }

.blog .content-swiper-slider {
    -webkit-box-shadow: 0 0 5px #c0c0c0;
    box-shadow: 0 0 5px #c0c0c0;
    border-radius: var(--border-radius-one);
    background-color: #f2f2f2;
    border-bottom: 7px solid var(--color-one);
}

.blog .swiper-wrapper {
    height: auto;
    margin-bottom: 3em;
}

.date-blog {
    font-size: 12px;
    font-weight: bold;
    margin: 1em;
    color: var(--color-one);
}

.title-blog {
    font-size: var(--font-size-three);
    font-weight: bold;
    color: var(--color-two);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    min-height: 45px !important;
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.caption-blog {
    color: #3b3b3b;
    font-size: 13px !important;
}

.caption-blog {
    font-size: 0.9em;
}

.figure-blog {
    overflow: hidden;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    position: relative;
}

    .figure-blog::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2a435959;
    }

.img-blog {
    width: 100%;
    max-width: 100%;
    height: 300px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    object-fit: cover;
}

.blog .swiper-slide:hover .img-blog {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.more-blog span:nth-of-type(1) {
    -webkit-transform: translateY(0.3em);
    -ms-transform: translateY(0.3em);
    transform: translateY(0.3em);
    color: var(--color-two);
    padding-right: 0.1em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.more-blog a:hover span:nth-of-type(1) {
    padding-right: 0.4em;
    margin-right: 0.5em;
}

.blog p:nth-of-type(2) {
    font-size: var(--font-size-three);
    margin-top: 1em;
    color: #696969;
}

.more-blog a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9em;
}

.more-blog span:nth-of-type(2) {
    color: #ffffff;
    background-color: var(--color-two);
    margin-right: 0.3em;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    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-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.more-blog a:hover span:nth-of-type(2) {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* ****************end blog section***************************** */
/*  **************start footer section****************************/
footer {
    background-color: #223b52;
}

.homepage-01 .footer {
    margin-top: 0 !important;
}

.footer {
    background-color: #223b52;
    padding: 20px 0 10px 0;
    color: #919191;
    font-size: 1em;
    margin-top: 4em;
    width: 100%;
}
    .footer .zaminPayam {
        display: flex;
        border-bottom: 1px dotted #082044;
        margin-bottom:10px;
    }
        .footer .zaminPayam img {
            width: 84px;
            height: 77px;
            margin-top: 20px;
            margin-left: 20px;
        }

    .footer .caption-footer {
        text-align: center;
        
        color: #fff !important;
        font-size: 14px !important;
        margin-top: 10px;
        line-height: 30px;
    }
    .footer .enamad img {
        max-width:100px;
        margin-right: 0px;
    }
    /*.footer .social-footer {
        margin-right: -2.7em;
    }

    .footer .list-footer-right {
        margin-right: -2.3em;
    }

    .footer .list-footer-left {
        margin-right: -2.3em;
    }

        .footer .list-footer-right ul,
        .footer .list-footer-left ul {
            width: 80%;
        }

            .footer .list-footer-right ul li,
            .footer .list-footer-left ul li {
                width: 80%;
                list-style: none !important;
            }

            .footer .list-footer-right ul a,
            .footer .list-footer-left ul a {
                color: #fff;
                font-size: 15px;
            }

    .footer .social-footer li {
        margin: 0 0.3em;
        width: 35px;
        height: 40px;
        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;
        color: #ffffff;
        background-color: var(--color-two);
        border-radius: 50%;
        list-style: none !important;
    }


        .footer .social-footer li:hover {
            color: #1b334b;
        }

    .footer .title-footer {
        color: var(--color-two);
        font-weight: bold;
        margin-top: 10px;
    }

    .footer .mr {
        margin-right: 2.3em;
    }

    .footer a li {
        color: #ffffff;
        margin-top: 0.5em;
        display: block;
        width: auto;
    }

        .footer a li:hover {
            color: var(--color-two);
        }*/
    .bg-theme2 {
        background-color: #1b334b;
    }

.copyright {
    background-color: #1b334b;
    width: 100%;
    padding: 10px 0;
    color: #ffffff;
    text-align: left;
    font-size: var(--font-size-three);
    font-size:11px !important;
}
    .copyright a{
        color:#fff;
    }
    /*  **************end footer section*******************************/
    /***************start banner-top section************************ */
    .banner-top {
        background-image: url('/images/h-19.jpg') !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 100%;
        height: 250px;
        position: relative;
    }

    .banner-top::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(4, 28, 63, 0.8);
    }


    .banner-top .bannertop-content p:nth-of-type(1) {
        font-family: 'Vazir-Bold';
        text-align: content;
        font-weight: bold;
        font-size: 1.7em;
        margin-top: 1.5em;
    }

    .banner-top a {
        color: #ffffff;
    }

    .banner-top .bannertop-icon {
        padding: 0 0.3em;
    }

    .banner-top .bannertop-index {
        color: var(--color-two);
    }

    .banner-top .box-address {
        display: inline-flex;
    }

        .banner-top .box-address li {
            padding-left: 5px;
            list-style: none !important;
        }

            .banner-top .box-address li i {
                font-size: 10px !important;
                padding-top: 10px;
            }

/* *****************end banner-top section*********************** */
/* *****************start project-details page******************* */
.project-details {
    margin-top: 5em;
}

    .project-details img {
        width: 100%;
        border-radius: var(--border-radius-one);
        -o-object-fit: cover;
        object-fit: cover;
    }

    .project-details .img-big,
    .project-details .img-small {
        height: auto;
        max-width: 100%;
    }

.bold-text {
    font-family: 'Vazir-Bold';
    font-size: 1.2em;
}

/* ******************end project-details page******************* */
/* ******************start services pages ********************** */
.all-services {
    margin-top: 6em;
}

    .all-services .parent-card-services {
        margin-top: 5em;
    }

/* ******************************* */
.banner-service {
    background-color: var(--color-one);
    color: #ffffff;
}

    .banner-service .p-banner {
        padding: 7em 2.5em 7em 2em;
    }

    .banner-service P:nth-of-type(2) {
        font-family: 'Vazir-Bold';
        font-size: var(--font-size-one);
        color: var(--color-two);
        margin: 0.7em 0;
    }

    .banner-service P:nth-of-type(3) {
        width: 100%;
        margin: 0 auto;
    }

/* ********************************* */
.services-caption {
    margin-top: 6em;
    margin-bottom: 6.5em;
}

    .services-caption .title-Customers {
        margin-left: 0;
        font-size: 1.1em;
    }

    .services-caption p:nth-of-type(1) {
        font-weight: bold;
        color: #192735;
    }

    .services-caption p:nth-of-type(2) {
        text-align: justify;
    }

    .services-caption figure {
        display: none;
    }

        .services-caption figure::after {
            left: -25px;
        }

    .services-caption img {
        height: auto;
        max-width: 100%;
        border-radius: var(--border-radius-one);
    }

/* ************************************** */

.bg-services {
    background-image: url('../images/h-06.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 4.5em 2.3em;
    margin: 5em 0 6em 0;
    position: relative;
}

    .bg-services::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2a4359;
    }

    .bg-services .title {
        margin-top: -0.3em;
    }

/* ******************end services pages ************************* */
/* *****************start login rejister pages******************* */
.rejister {
    background-image: url('/images/h-27.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 700px;
    position: relative;
    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;
}

    .rejister::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(42, 67, 89, 0.62);
        width: 100%;
        height: 100%;
    }

.rejister-content {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 2.5em;
    border-radius: var(--border-radius-one);
    -webkit-box-shadow: 0 0 10px #c0c0c0;
    box-shadow: 0 0 10px #c0c0c0;
    max-width: 380px;
    width: 90%;
}

    .rejister-content img {
        width: 150px;
        margin-bottom: -2em;
    }

    .rejister-content p {
        font-size: 18px !important;
        padding: 25px 0 15px 0;
    }

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c0c0c0;
}

.form-check-label {
    color: #212529bf;
}

.rejister a {
    color: #335574;
}

.link-forget {
    color: rgba(33, 37, 41, 0.75);
    font-size: var(--font-size-three);
}

.font-size {
    font-size: var(--font-size-three);
}

/* ****************end login rejister pages********************* */
/* ****************start questions page************************* */
.questions-accordion {
    margin-top: 6em;
    margin-bottom: 6em;
}

    .questions-accordion figure {
        width: 100%;
        position: relative;
        margin-right: 1.5em;
    }

        /*.questions-accordion figure::after {
            content: '';
            position: absolute;
            top: 35px;
            right: -50px;
            width: 90%;
            height: 100%;
            border-radius: var(--border-radius-one);
            background: #fff;
            border: 5px solid #c9e4f1;
            z-index: -1;
        }*/

    .questions-accordion img {
        max-width: 90%;
        height: auto;
        border-radius: 1em;
        -o-object-fit: cover;
        object-fit: cover;
        
    }

    .questions-accordion .title-Customers {
        margin-left: 0;
    }

.accordion-1 {
    background-color: #ebe9e9;
    border: 8px solid #f2f2f2;
    border-right: 8px solid #fbab18;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    padding: 1.2em 1.6em;
    width: 100%;
    color: #082044;
    outline: none;
    font-size: 0.9em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: right;
    position: relative;
}

    .active-questions,
    .accordion-1:hover {
        background-color: #fbab18;
    }

    .accordion-1::after {
        content: '\002B';
        position: absolute;
        left: 10px;
        color: #fbab18;
        font-weight: bold;
        float: right;
        margin: 0 0.5em;
    }

.active-questions::after {
    content: '\2212';
}

.panel {
    padding: 0 1.2em;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #ece9e9;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.3s ease-out;
    -o-transition: max-height 1.3s ease-out;
    transition: max-height 1.3s ease-out;
}

    .panel p {
        padding: 1em 0;
        font-size: var(--font-size-three);
    }

/* ********************************* */
.form-select {
    height: 48px;
    color: #5e5e5e;
}

    .form-select:focus {
        border-color: #e2e2e2;
    }

/* *****************end questions page************************** */
/* *****************start coming soon page********************** */
.coming-soon {
    background-image: url('../images/h-27.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

    .coming-soon::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2a4359b2;
    }

.comingsoon-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .comingsoon-content .title-comingsoon {
        color: #ffffff;
        font-family: 'Vazir-Bold';
        font-size: 2.1em;
    }

    .comingsoon-content .text-comingsoon {
        color: #ffffff;
        font-size: var(--font-size-three);
        width: 80%;
        margin: 0.5em auto;
    }

    .comingsoon-content .timer {
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .comingsoon-content div {
        margin: 0.5em;
    }

    .comingsoon-content .timer p:nth-of-type(1) {
        font-size: 2em;
        font-weight: bold;
        width: 50px;
    }

.social a {
    color: var(--color-two);
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid var(--color-two);
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .social a:hover {
        color: white;
        background-color: var(--color-two);
    }

/* ******************end coming soon page********************* */
/* ********************start privacy************************** */
.privacy h3 {
    font-weight: bold;
    color: #192735;
    font-size: var(--font-size-one);
    margin-bottom: 1em;
    text-align: justify;
}

.privacy p {
    text-align: justify;
    color: #79717b;
    margin: 1em 0;
}

/* *********************end privacy*************************** */
/* ********************start error page*********************** */
.not-found {
    background-image: url('../images/service-details.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: -4em;
    z-index: 1;
}

    .not-found::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2a4359a9;
    }

.content-notfound {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

    .content-notfound span {
        font-size: 7em;
        font-weight: bold;
        font-family: 'Vazir-Bold';
    }

.not-found p:nth-of-type(1) {
    font-family: 'Vazir-Bold';
}

.not-found .btn-color {
    width: 150px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.not-found .btn:hover {
    background-color: var(--color-two);
    border-color: var(--color-two);
    color: #000000;
}

/* *******************end error page************************** */
/* *******************start blog page************************* */
.blog-grid {
    margin-top: 5em;
}

    .blog-grid .card {
        -webkit-box-shadow: 0 0 5px #c0c0c0;
        background-color: transparent;
        box-shadow: 0 0 5px #c0c0c0;
        border-bottom: 7px solid var(--color-one);
        border-radius: var(--border-radius-one);
        margin-top: 2em;
        text-align: right;
        font-size: 1em !important;
    }

        .blog-grid .card:hover .img-blog {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .blog-grid .title-blog {
        margin-top: -1em;
        min-height: 55px;
        line-height: 28px;
        overflow: hidden;
    }

    .blog-grid .title-blog,
    .blog-grid .caption-blog,
    .blog-grid .date-blog {
        font-size: 1em !important;
    }

.pagination {
    padding-left: 3em !important;
}

    .pagination li {
        margin: 0 0.2em;
        border-radius: 3px !important;
        -webkit-box-shadow: 0 0 5px #e2e0e0;
        box-shadow: 0 0 5px #e2e0e0;
    }

        .pagination li a {
            color: black;
            border-radius: 3px !important;
        }

            .pagination li a:hover {
                color: #ffffff;
                background-color: var(--color-one);
            }

.page-item.active a.page-link {
    background-color: var(--color-one);
    border-color: var(--color-one);
    color: #ffffff;
}

.page-link:focus {
    color: #ffffff !important;
    background-color: var(--color-one);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* *******************end blog page*************************** */
/* *******************start blog detaild********************** */
.sidebar {
    padding-left: 0;
}

.btn-search {
    border: none;
    color: white;
    border-radius: 5px;
    width: 40px;
    background-color: var(--color-one);
    position: absolute;
    top: 0;
    left: 0;
}

    .btn-search:hover {
        color: white;
        background-color: var(--color-one);
    }

.sidebar ul {
    /*-webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);*/
    padding: 10px !important;
}

    .sidebar ul li {
        list-style: none !important;
    }

.sidebar-head {
    background-color: var(--color-one);
    color: #ffffff;
    border-radius: 5px;
    padding: 1em 0.9em;
    margin-top: 2.5em;
}

.sidebar-category ul li {
    list-style: circle !important;
    list-style-position: inside !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

    .sidebar-category ul li ul li {
        list-style: disc !important;
        list-style-position: inside !important;
        padding-right: 30px !important;
        font-size: 14px !important;
        color: #333333 !important;
    }

.sidebar-category li a:hover {
    color: var(--color-two);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sidebar-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 0.3em;
    margin-left: 0.5em;
}

.sidebar-post ul li p {
    width: 100%;
    font-size: var(--font-size-three);
    margin-top: -0.1em;
    margin-bottom: 0.3em;
    font-weight: bold;
}

.sidebar-post span {
    color: dimgrey;
    font-size: 0.8em;
}

.sidebar-label li {
    margin-left: 1.2em;
    padding: 0.4em;
    border-radius: 5px;
    font-size: var(--font-size-three);
    background-color: #ebebeb;
}

    .sidebar-label li:hover {
        background-color: var(--color-two);
        color: #ffffff;
    }

.sidebar li {
    margin-top: 0.8em;
}

.sidebar a {
    color: rgb(0, 0, 0);
}
.blog-detail .mainDesc li{
    list-style:initial !important;

}
.blog-detail .mainDesc h1 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 62px !important;
}

.blog-detail .mainDesc h2 {
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 44px !important;
}

.blog-detail .mainDesc h3 {
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 38px !important;
}

.blog-detail .mainDesc h4 {
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 35px !important;
}

.blog-detail .mainDesc p {
    font-size: 15px !important;
    line-height: 28px !important;
}

.blog-detail .mainDesc blockquote {
    font-size: 15px !important;
    line-height: 28px !important;
}

.blog-detail .mainDesc li, .blog-detail .mainDesc li span {
    font-size: 15px !important;
    line-height: 35px !important;
}

.blog-detail img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5em;
}

.text-boxblog {
    background-color: #ececec;
    padding: 1.7em;
    margin: 1em 0;
    position: relative;
}

    .text-boxblog::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 5px;
        height: 100%;
        background-color: var(--color-two);
    }

.entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    margin-top: -1.5em;
    -webkit-transform: translateX(2.4em);
    -ms-transform: translateX(2.4em);
    transform: translateX(2.4em);
    list-style: none !important;
}

    .entry-meta li {
        margin-left: 1.5em;
        color: #7c7c7c;
        font-size: var(--font-size-three);
    }

    .entry-meta span {
        margin-right: 0.2em;
    }

hr {
    opacity: 0.15;
}

.reply-comment {
    margin-top: 2em;
}

    .reply-comment .box-comment {
        background-color: #e6e6e6;
        border-radius: 0.5em;
        padding: 1.7em;
        margin: 1em 0;
    }

    .reply-comment .comment {
        padding: 1.7em 0;
        text-align: justify;
    }

    .reply-comment .reply {
        cursor: pointer;
    }

.comment-form {
    margin-top: 3em;
    margin-bottom: 2em;
    padding: 0 0.5em;
}

    .comment-form p:nth-of-type(1) {
        font-family: 'Vazir-Bold';
        color: #000000;
        margin: 1.5em 0;
    }

/* **********************end blog detaild*********************** */
.col-fixed {
    min-width: 350px;
    width: 350px;
}

.col-dynamic {
    max-width: calc(100% - 350px);
    width: calc(100% - 350px);
}

.shop .shopInDef {
    margin-top: 0px !important;
}

.shop .shop-content .tabs-nav {
    display: flex;
}

    .shop .shop-content .tabs-nav .title {
        margin-left: 20px;
    }

        .shop .shop-content .tabs-nav .title span {
            float: right;
            margin-left: 5px;
            font-size: 22px;
        }

            .shop .shop-content .tabs-nav .title span i {
                font-weight: 100;
            }

        .shop .shop-content .tabs-nav .title p {
            float: right;
            font-size: 13px;
        }

    .shop .shop-content .tabs-nav li {
        margin-left: 5px;
    }

        .shop .shop-content .tabs-nav li a {
            font-size: 12px;
            line-height: 20px;
            color: #8d8d8d;
            background: #e6e4e4;
            padding: 4px 7px;
            border-radius: 5px;
            font-weight: bold
        }

            .shop .shop-content .tabs-nav li a:hover {
                color: #fbab18;
                background: #fff;
            }

            .shop .shop-content .tabs-nav li a.active {
                color: #fbab18;
                background: #fff;
            }


.shop .filter {
    position: sticky !important;
    top: 110px;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    height: 85vh;
    overflow-y: scroll !important;
}

    /* width */
    .shop .filter::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .shop .filter::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px #e1e1e1;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* Handle */
    .shop .filter::-webkit-scrollbar-thumb {
        background: #d9d9d9;
        border-radius: 5px;
    }

        /* Handle on hover */
        .shop .filter::-webkit-scrollbar-thumb:hover {
            background: #bebdbd;
        }

    .shop .filter .title h6 {
        padding-bottom: 15px;
        font-weight: 600;
        border-bottom: 1px solid #f1f1f1;
    }



    .shop .filter .toggle-item {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .shop .filter .available {
        padding: 20px;
        margin: 20px 0 10px 0;
        border-radius: 20px;
        background: #f2f2f2;
        clear: both;
    }

        .shop .filter .available .toggle-item {
            visibility: hidden;
            position: absolute;
        }

            .shop .filter .available .toggle-item .text {
                font-size: 12px !important;
            }

            .shop .filter .available .toggle-item + label {
                position: relative;
                display: flex;
                width: 40px;
                height: 20px;
                float: right;
                background: #d8d6d6;
                border-radius: 50px;
                cursor: pointer;
                margin-left: 5px;
            }

                .shop .filter .available .toggle-item + label:after {
                    position: absolute;
                    content: '';
                    width: 15px;
                    height: 15px;
                    top: 2px;
                    right: 2px;
                    border-radius: 50%;
                    background: #ffffff;
                    transition: 0.3s;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                }

            .shop .filter .available .toggle-item:checked + label {
                background: #fbab18;
            }

                .shop .filter .available .toggle-item:checked + label:after {
                    right: 22px;
                }



    .shop .filter .pric {
        margin: 40px 0 50px 0;
        border-radius: 20px;
        background: #ffffff;
    }


        .shop .filter .pric .price-input {
            display: flex;
            margin: 20px 0;
        }

            .shop .filter .pric .price-input .field {
                display: flex;
                width: 100%;
                align-items: center;
            }

        .shop .filter .pric .field input {
            width: 100%;
            font-size: 14px;
            margin-left: 5px;
            border-radius: 5px;
            text-align: center;
            border: 0 !important;
            padding: 8px 3px;
            background: #f2f2f2;
        }

        .shop .filter .pric .field span {
            font-size: 12px;
        }

        .shop .filter .pric input[type="number"]::-webkit-outer-spin-button,
        .shop .filter .pric input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .shop .filter .pric .price-input .separator {
            display: flex;
            width: 70px;
            font-size: 18px;
            align-items: center;
            justify-content: center;
        }

        .shop .filter .pric .slider {
            position: relative;
            height: 5px;
            border-radius: 5px;
            background: #f1f1f1;
        }

            .shop .filter .pric .slider .progress {
                position: absolute;
                height: 100%;
                left: 0%;
                right: 0%;
                border-radius: 5px;
                background: #fbab18;
            }

        .shop .filter .pric .range-input {
            position: relative;
        }

            .shop .filter .pric .range-input input {
                position: absolute;
                width: 100%;
                height: 5px;
                top: -5px;
                background: none;
                pointer-events: none;
                -webkit-appearance: none;
                -moz-appearance: none;
            }

        .shop .filter .pric input[type="range"]::-webkit-slider-thumb {
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background: #fbab18;
            pointer-events: auto;
            -webkit-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }

        .shop .filter .pric input[type="range"]::-moz-range-thumb {
            height: 12px;
            width: 12px;
            border: none;
            border-radius: 50%;
            background: #fbab18;
            pointer-events: auto;
            -moz-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }



.shop .button-filter {
    display: block;
}

    .shop .button-filter button {
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        color: #ffffff;
        background: #fbab18;
        width: 100%;
        border: 1px solid #fea708;
    }

        .shop .button-filter button:hover {
            background: #2f2f2f;
        }

.shop button.mob-filter-btn {
    max-width: 55% !important;
    width: auto !important;
    margin: 0 1%;
    font-size: 13px;
}

/* **********************start products page******************** */
.parent-products {
    margin-top: 5em;
}

    .parent-products .form-select {
        width: 200px;
    }

    .parent-products .products {
        padding-left: 0;
    }

.products .card {
    overflow: hidden;
    margin-top: 1em;
    border-radius: var(--border-radius-one);
    border-bottom: 7px solid var(--color-one);
    -webkit-box-shadow: 0 0 7px #c0c0c0;
    box-shadow: 0 0 7px #c0c0c0;
}

.products img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.products .card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.products .card .card-body {
    background-color: #f2f2f2;
}

.off-product {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0.1em 0.4em;
    color: #ffffff;
    font-weight: bold;
    background-color: var(--color-two);
}

.basket-btn {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    z-index: 2;
    border-radius: 0;
    color: #223144;
    background-color: var(--color-two);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.products .card:hover .basket-btn {
    bottom: 0;
}

.basket-btn:hover {
    color: #223144;
    background-color: var(--color-two);
}

.products .card-title {
    color: #223144;
    font-weight: bold;
}

.products .card-text span:nth-of-type(1) {
    color: var(--color-two);
    font-weight: bold;
    margin-left: 1em;
}

.products .card-text span:nth-of-type(2) {
    font-weight: bold;
    color: #7c7c7c;
    text-decoration: line-through;
}

.products li {
    color: var(--color-two);
    margin: 0 0.1em;
}

/* ********************end products page************************ */
/* *******************start product details page*************** */
#product-detail .swiper-wrapper {
    height: auto;
}

.product-detail {
    margin-top: 5em;
}

    .product-detail .carousel img {
        border-radius: 0.5em;
        margin-bottom: 1em;
    }

.product-details-desc {
    padding-right: 2em;
}

    .product-details-desc i {
        color: #223144 !important;
    }

    .product-details-desc span {
        padding-left: 8px;
        font-size: 12px;
        font-weight: bold;
    }

.product-name {
    font-family: 'Vazir-Bold';
    font-size: 1.2em;
}

.star-poduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(2.5em);
    -ms-transform: translateX(2.5em);
    transform: translateX(2.5em);
}

    .star-poduct li {
        color: var(--color-two);
        margin: 0 0.1em;
    }

.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    padding-top: 20px;
}

    .product-price del span {
        color: #838383;
        font-size: 14px !important;
    }

    .product-price span.price {
        color: #28c46a;
        font-size: 22px;
        font-weight: bold;
    }

/*.product-add .btn,
.product-add span {
    width: 40px;
    height: 40px;
    border: none;
}

.product-add .btn {
    background-color: #e9e9e9;
}

.product-add span {
    color: #223144;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}*/

.box-middle {
    display: inline-flex !important;
    padding: 0 !important;
}


    .box-middle .rating strong {
        font-size: 14px;
    }

    .box-middle .rating i, .box-middle .rating svg {
        font-size: 14px;
        color: #082044 !important;
    }

    .box-middle .comment a:hover {
        color: #d51a53 !important;
    }

    .box-middle .comment a {
        color: #082044 !important;
        font-weight: 100;
        font-size: 13px !important;
        margin-right: 20px;
        font-weight: bold;
    }

    .box-middle .question a:hover {
        color: #d51a53 !important;
    }


    .box-middle .question a {
        color: #082044 !important;
        font-weight: 100;
        font-size: 13px !important;
        margin-right: 20px;
        font-weight: bold;
    }


.TagDiv{
    line-height:30px;
}
.TagDiv span {
    font-size: 11px;
    padding: 3px 7px;
    background: #e2e2e2;
    color: #000;
    margin-left: 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.product-tab {
    margin-top: 4em;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 8px;
    background-color: #e6e6e6;
    color: #223144;
    margin: 0 0.2em;
    margin-top: 0.5em;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: var(--color-one);
        color: #ffffff;
        border-radius: 8px;
    }

.tab-content {
    padding: 2em 0;
}

.productdetail-page .tab-details {
    display: flex;
    justify-content: space-between;
    background-color: #e7e7e7ea;
    color: #707070;
    padding: 0 1.5em;
    border-radius: 0.5em;
    margin-top: 1em;
}

    .productdetail-page .tab-details p {
        margin-top: 12px;
    }

.bg-comment {
    background-color: var(--color-one);
    color: #ffffff;
}

.form-select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}

    .form-select option {
        font-size: var(--font-size-three);
    }

/* *****************end product details page******************** */
/* ******************start basket page************************** */
.basket {
    margin-top: 6em;
}

    .basket .table {
        --bs-table-bg: #f2f2f2 !important;
    }

    .basket table tr {
        vertical-align: middle;
        text-align: center;
    }

    .basket table td:nth-of-type(6) {
        padding-left: 3em;
    }

    .basket table .product-thumbnail img {
        width: 70px;
        height: auto;
        border-radius: 0.3em;
        -webkit-transform: translateY(0.5em);
        -ms-transform: translateY(0.5em);
        transform: translateY(0.5em);
    }

    .basket table .product-title a {
        font-weight: bold;
        color: #000000;
    }

    .basket table .product-price2,
    .basket table .product-quantity {
        color: #666666;
    }

    .basket table .product-delete {
        color: #808080;
        cursor: pointer;
    }

        .basket table .product-delete:hover {
            color: var(--color-two);
        }

    .basket .btn-color {
        height: 40px;
        margin-right: 0.5em;
    }

    .basket .update-basket {
        height: 100%;
        display: block;
    }

    .basket .form-control {
        height: 40px !important;
    }

/* ******************************************** */
.cart-total {
    margin: 5em 0;
    padding-right: 3em;
}

    .cart-total p {
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 1em;
    }

    .cart-total ul {
        padding-left: 0;
        -webkit-transform: translateX(2.5em);
        -ms-transform: translateX(2.5em);
        transform: translateX(2.5em);
    }

        .cart-total ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border: 1px solid #eaedff;
            padding: 11px 15px;
            vertical-align: middle;
        }

            .cart-total ul li span:nth-of-type(1) {
                color: black;
                margin-left: 1em;
                text-align: right;
            }

            .cart-total ul li span:nth-of-type(2) {
                color: #666666;
                text-align: left;
            }

    .cart-total .btn-color {
        margin: 1em 0;
    }

/* *******************end basket page************************ */
/* *******************start empty basket page**************** */
.empty-basket {
    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;
    padding: 3em 1em;
}

    .empty-basket span {
        color: #979797;
        font-size: 4em;
    }

    .empty-basket p {
        font-size: 2em;
        margin: 1.5em 0;
        color: #000000;
    }

/* ******************end empty basket page********************* */
/* ******************start bill page*************************** */
.bill {
    margin-top: 4em;
}

.user-action {
    border-top: 3px solid var(--color-two);
    padding: 1em 0;
    font-size: var(--font-size-three);
}

    .user-action span:nth-of-type(1) {
        color: var(--color-two);
    }

    .user-action span:nth-of-type(2) {
        margin: 0 0.1em;
        color: #686868;
    }

    .user-action a {
        color: var(--color-two);
        font-weight: bold;
    }

.bill .title-bill {
    font-weight: bold;
    font-size: 1.1em;
    margin: 1em 0;
}

.bill-details .form-check-label {
    margin-right: 2em;
}

.bill-details label,
option {
    color: #5c5c5c;
}

.bill .table {
    --bs-table-bg: #f2f2f2 !important;
}

.bill .table-bordered {
    border-color: #e6e8e9;
}

.bill table tr td {
    padding-right: 0.7em;
    font-size: var(--font-size-three);
}

.payment-box .form-check-label {
    color: #000000;
    margin-right: 2em;
    font-weight: bold;
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-two);
}

.payment-box p {
    background-color: #ececec;
    border-radius: 8px;
    color: #8e8d8d;
    text-align: justify;
    padding: 1.3em 1.5em;
    margin-top: 1em;
}

/* ********************end bill page**************************** */
/* ********************start my account page******************** */
.myaccount-tab {
    margin-top: 5em;
}

    .myaccount-tab .nav-pills {
        -webkit-box-shadow: 0 0 10px #c0c0c0;
        box-shadow: 0 0 10px #c0c0c0;
    }

    .myaccount-tab .nav-link {
        width: 100%;
        height: 50px;
        color: #4d4d4d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0;
        border-bottom: 1px solid #e2e2e2;
    }

        .myaccount-tab .nav-link span:nth-of-type(2) {
            margin-top: 0.5em;
            margin-right: 0.5em;
        }

.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: var(--color-one);
}

.myaccount-tab .nav-link:hover {
    color: #ffffff;
    background-color: var(--color-one);
}

.myaccount-tab .nav-pills .link-out {
    color: #4d4d4d;
    display: block;
}

    .myaccount-tab .nav-pills .link-out:hover {
        color: #ffffff;
    }

.myaccount-tab .tab-content {
    width: 100%;
    padding: 2em 1em;
    -webkit-box-shadow: 0 0 10px #c0c0c0;
    box-shadow: 0 0 10px #c0c0c0;
}

.myaccount-tab .tab-pane {
    width: 100%;
    padding: 2em 1.2em;
    margin-top: -2em;
}

.myaccount-tab .title-myaccount {
    font-size: var(--font-size-one);
    font-family: 'Vazir-Bold';
}

.myaccount-tab table thead th {
    background-color: #2a435934;
}

.myaccount-tab table th {
    padding: 1em 3.5em;
    text-align: center;
    vertical-align: middle;
}

.myaccount-tab table td {
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

.myaccount-tab table a {
    color: #6e6e6e;
}

.myaccount-tab .line {
    width: 100%;
    height: 3px;
    margin: 0.8em 0;
    background-color: var(--color-one);
}

.myaccount-tab .tabpane-address a:hover {
    color: var(--color-two) !important;
}

.myaccount-tab .edit-password {
    margin-top: 1.5em;
    font-size: 1.2em;
    font-family: 'Vazir-Bold';
}

.myaccount-tab .btn-color {
    width: 150px;
    margin-right: 1em;
    margin-top: 2em;
}

/* *****************end my account page********************* */
/* ***************start about us-1 page********************* */
.about-1 {
    padding: 1em 0 3.7em 0;
    margin-top: 2em;
    margin-bottom: -2em;
}

    .about-1 p:nth-of-type(2) {
        text-align: justify;
        color: #616161;
    }

    .about-1 figure {
        margin-right: 1.5em;
    }

        .about-1 figure::after {
            left: -25px;
        }

        .about-1 figure img {
            width: 100%;
            height: auto;
            border-radius: var(--border-radius-one);
            -o-object-fit: cover;
            object-fit: cover;
        }

/* ********************************************* */
.about-service .card {
    padding: 2em 1em;
    border-radius: var(--border-radius-one);
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0 8px #c0c0c09f;
    box-shadow: 0 0 8px #c0c0c09f;
}

.about-service span {
    color: var(--color-two);
    font-weight: bold;
    background-color: var(--color-one);
    font-size: 2em;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    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;
}

.features {
    margin-top: 7em;
    margin-bottom: 6em;
}

.about-service .card-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 1em;
    color: #192735;
}

.about-service .card-text {
    margin-top: 1em;
    color: #979797;
}

/* ***************end about us-1 page************************ */
/* ***************start about us-2 page********************** */
.about-2 {
    margin-top: 30px;
}

    .about-2 figure {
        padding: 0.7em;
    }

    .about-2 img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-box-shadow: 0 0 10px #c0c0c0;
        box-shadow: 0 0 10px #c0c0c0;
    }

    .about-2 h3 {
        font-size: 20px !important;
        font-weight: bold;
        margin-top: 30px;
    }

    .about-2 p {
        text-align: right;
    }

/* ***************************** */

.about-box {
    background-color: var(--color-one);
    margin: 7em 0 8em 0;
    padding: 0;
}

    .about-box .aboutbox-text {
        padding: 4em 0 4.7em 0;
        margin-top: 1em;
        color: #ffffff;
    }

        .about-box .aboutbox-text p.p1 {
            font-weight: bold;
            text-align: justify;
            font-size: var(--font-size-one);
        }

        .about-box .aboutbox-text p.p2 {
            text-align: justify;
            margin-top: 3em;
        }

        .about-box .aboutbox-text p.p-text {
            text-align: justify;
            font-size: 15px !important;
            padding-top: 10px;
            padding-right: 45px;
        }


    .about-box .list-text {
        color: #fbab18;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
        font-size: 18px;
        margin-top: 30px;
    }

/* ****************************** */
.about-caption {
    padding-top: 30px !important;
}

    .about-caption figure {
        margin-right: 1.5em;
        margin-bottom: 4em;
    }

        .about-caption figure::after {
            right: -25px;
        }

    .about-caption img {
        width: 100%;
        height: auto;
        border-radius: var(--border-radius-one);
        margin-top: 25px;
    }

    .about-caption h3 {
        font-size: 20px !important;
        font-weight: bold;
        margin-top: 30px;
    }
/*================Services=========================*/
.Services h1 {
    font-size: 25px !important;
    font-weight: bold !important;
}

.Services h2 {
    font-size: 20px !important;
    margin-top: 30px;
}
/* ****************end about us-2 page*********************** */
/* ****************start contact pages*********************** */
.callus-section {
    margin-top: 5em;
    margin-bottom: 5em;
}

    .callus-section .callus-caption {
        text-align: justify;
    }

    .callus-section ul {
        padding-right: 0;
    }

        .callus-section ul li {
            margin-top: 1.5em;
        }

.list-icon {
    color: #082044;
    background-color: var(--color-two);
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px;
    margin-left: 0.3em;
    text-align: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex !important;
}

.list-title {
    color: #082044;
    font-weight: bold;
    margin-top: 0.2em;
}

.list-subtitle {
    margin-top: 0.6em;
    margin-right: 2em;
    color: #636262;
}

/* ******************end contact pages*********************** */

#confirm-insertConsult .modal-header {
    text-align: center !important;
    border: 0 !important;
}

    #confirm-insertConsult .modal-header img {
        margin: 0 auto !important;
    }

#confirm-insertConsult .modal-body {
    text-align: center;
    color: #32236F;
    font-size: 16px;
    font-weight: bold;
}

#confirm-insertConsult button {
    text-transform: uppercase;
    color: #fff;
    background-color: #223b52;
    border-radius: 6px;
    position: relative;
    padding: 10px;
    border: 0;
    outline: 0;
}



#popup-insertConsult .modal-header {
    text-align: center !important;
    border: 0 !important;
}

    #popup-insertConsult .modal-header img {
        margin: 0 auto !important;
    }

#popup-insertConsult .modal-body {
    text-align: center;
    color: #32236F;
    font-size: 16px;
    font-weight: bold;
}

    #popup-insertConsult .modal-body h2 {
        font-size: 17px;
        font-weight: bold;
    }

    #popup-insertConsult .modal-body p {
        font-size: 15px;
        color: #9b9b9b;
        font-weight: normal !important;
        padding-top: 10px;
    }

    #popup-insertConsult .modal-body input[type=text],
    #popup-insertConsult .modal-body select {
        height: 45px;
        width: 90%;
        margin: 10px auto;
        border: 0;
        border-radius: 10px;
        background-color: #e8e8e8;
        padding: 5px;
        text-align: center;
        line-height: 40px;
        font-size: 14px !important;
        color: #082044 !important;
    }


        #popup-insertConsult .modal-body input[type=text]::placeholder,
        #popup-insertConsult .modal-body textarea::placeholder {
            font-size: 13px;
            color: #082044;
        }

    #popup-insertConsult .modal-body textarea {
        height: 90px;
        width: 90%;
        margin: 10px auto;
        border: 0;
        border-radius: 10px;
        background-color: #e8e8e8;
        padding: 5px;
        text-align: center;
        line-height: 40px;
    }

#popup-insertConsult button {
    text-transform: uppercase;
    color: #fff;
    background-color: #223b52;
    border-radius: 6px;
    position: relative;
    padding: 10px;
    border: 0;
    outline: 0;
}



.address-bar {
    margin-bottom: 20px;
    background: #588283;
    min-height: 40px;
}

    .address-bar ul {
        display: block;
    }

        .address-bar ul li a {
            font-size: 12px !important;
            color: #fff;
            line-height: 40px;
            padding-right: 5px;
        }

        .address-bar ul li span {
            color: #fff;
            line-height: 40px;
            font-size: 13px;
        }


        .address-bar ul li a i {
            font-size: 10px;
            color: #fff;
            margin-right: 2px;
        }

/*------------------------------------------------------------    About Us Start    ------------------------------------------------------------*/



/*//================shop-Cart=================*/

.shop-cart {
    padding-bottom: 50px;
}

    .shop-cart .checkout-steps {
        margin: 40px 0;
        padding-bottom: 40px;
    }

        .shop-cart .checkout-steps .steps {
            display: block;
        }

            .shop-cart .checkout-steps .steps .item {
                position: relative;
                display: block;
                width: 25%;
                float: right;
                text-align: center;
            }

                .shop-cart .checkout-steps .steps .item .circle {
                    position: absolute;
                    display: block;
                    width: 30px;
                    height: 30px;
                    top: 40px;
                    left: 50%;
                    border-radius: 50%;
                    border: 2px solid #d7d7d7;
                    background: #ffffff;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    z-index: 99;
                }

                    .shop-cart .checkout-steps .steps .item .circle:before {
                        content: '';
                        position: absolute;
                        width: 22px;
                        height: 22px;
                        left: 50%;
                        top: 2px;
                        border-radius: 50%;
                        background: #d7d7d7;
                        transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                    }

                .shop-cart .checkout-steps .steps .item:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 7px;
                    top: 55px;
                    left: 50%;
                    background: #d7d7d7;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                .shop-cart .checkout-steps .steps .item:first-child:before {
                    display: none;
                }

                .shop-cart .checkout-steps .steps .item.active .circle {
                    border-color: #063637;
                }

                    .shop-cart .checkout-steps .steps .item.active .circle:before {
                        background: #063637;
                    }

                .shop-cart .checkout-steps .steps .item.active:before {
                    background: #063637;
                }

    .shop-cart .cart .products-cart {
        padding: 40px 30px 20px 30px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }


        .shop-cart .cart .products-cart h5 {
            font-weight: 600;
            padding-bottom: 10px;
            border-bottom: 1px solid #d7d7d7;
            margin-bottom: 15px;
            font-size: 16px;
        }


        .shop-cart .cart .products-cart .product-box table {
            width: 100%;
            margin-bottom: 30px;
        }

            .shop-cart .cart .products-cart .product-box table tr {
                border-bottom: 1px dashed #e5e5e5;
            }

                .shop-cart .cart .products-cart .product-box table tr:last-child {
                    border-bottom: 0 !important;
                }

                .shop-cart .cart .products-cart .product-box table tr td {
                    padding: 20px 10px;
                }

            .shop-cart .cart .products-cart .product-box table img {
                width: 100px;
                border-radius: 10px;
            }

            .shop-cart .cart .products-cart .product-box table .typeFile {
                color: #fff;
                padding: 5px 10px;
                font-size: 12px;
                border-radius: 20px;
                margin-bottom: 10px;
            }

                .shop-cart .cart .products-cart .product-box table .typeFile.orange {
                    background: #fbab18;
                    border: 1px solid #cf8806;
                }

                .shop-cart .cart .products-cart .product-box table .typeFile.green {
                    background: #28c46a;
                    border: 1px solid #1bb65c;
                }

            .shop-cart .cart .products-cart .product-box table .name {
                display: block;
                font-size: 15px;
                margin-top: 15px;
                color: #000 !important;
            }

                .shop-cart .cart .products-cart .product-box table .name:hover {
                    color: #063637;
                }

            .shop-cart .cart .products-cart .product-box table .category {
                display: block;
                font-size: 12px;
                color: #a4a4a4;
            }

            .shop-cart .cart .products-cart .product-box table del {
                font-size: 15px;
                color: #063637;
                text-decoration: line-through;
            }

            .shop-cart .cart .products-cart .product-box table .price {
                display: block;
                font-size: 17px;
                font-weight: bold;
                color: #28c46a;
            }

            .shop-cart .cart .products-cart .product-box table .quantity {
                position: relative;
                float: right;
                font-size: 18px;
                background: #e8e8e8;
                padding: 3px 8px;
                border-radius: 5px !important;
            }


                .shop-cart .cart .products-cart .product-box table .quantity .qty {
                    width: 80px;
                    height: 40px;
                    padding: 5px 25px 5px 25px;
                    border-radius: 10px;
                    text-align: center;
                    background: #e8e8e8;
                    border: 0 !important;
                }

                .shop-cart .cart .products-cart .product-box table .quantity .qtyminus {
                    right: 0;
                }

                .shop-cart .cart .products-cart .product-box table .quantity .qtyplus {
                    left: 0;
                }


                .shop-cart .cart .products-cart .product-box table .quantity .button {
                    position: absolute;
                    top: 50%;
                    border-radius: 5px !important;
                    padding: 8px;
                    background: #e8e8e8 !important;
                    border: 0 !important;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    font-size: 20px !important;
                }

                    .shop-cart .cart .products-cart .product-box table .quantity .button:hover {
                        color: #063637;
                    }

            .shop-cart .cart .products-cart .product-box table .countInPack {
                clear: both;
                width: 100%;
                font-size: 13px;
                font-weight: bold;
                padding-top: 7px;
            }

            .shop-cart .cart .products-cart .product-box table .total-price {
                display: block;
                font-size: 18px;
            }

            .shop-cart .cart .products-cart .product-box table .Remove {
                width: 100%;
                padding: 10px;
                font-size: 14px;
                text-align: center;
                border-radius: 10px;
                color: #ffffff;
                background: #fbab18 !important;
                border: 1px solid #ea9b09;
            }

                .shop-cart .cart .products-cart .product-box table .Remove:hover {
                    background: #063637;
                }

        .shop-cart .cart .products-cart .product-box .button a {
            padding: 10px 30px;
            border-radius: 15px;
            color: #ffffff;
            background: #063637;
        }

            .shop-cart .cart .products-cart .product-box .button a:hover {
                background: #2f2f2f;
            }

        .shop-cart .cart .products-cart .product-box .button .back {
            float: right;
        }

        .shop-cart .cart .products-cart .product-box .button .update {
            float: left;
        }

    .shop-cart .cart .price-cart {
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }



        .shop-cart .cart .price-cart h6 {
            font-weight: 600;
            padding-bottom: 10px;
            border-bottom: 1px solid #d7d7d7;
            margin-bottom: 15px;
        }

        .shop-cart .cart .price-cart .info {
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #d7d7d7;
        }

            .shop-cart .cart .price-cart .info .price {
                margin-bottom: 40px;
            }

                .shop-cart .cart .price-cart .info .price .label {
                    float: right;
                    font-size: 14px;
                }

                .shop-cart .cart .price-cart .info .price .value {
                    float: left;
                    font-size: 14px;
                }

                .shop-cart .cart .price-cart .info .price .subtotal {
                    margin-bottom: 5px;
                }

                .shop-cart .cart .price-cart .info .price .Shipping {
                    margin-bottom: 15px;
                }

                .shop-cart .cart .price-cart .info .price .total .label {
                    font-weight: 600;
                }

                .shop-cart .cart .price-cart .info .price .total .value {
                    font-weight: 600;
                    color: #28c46a;
                    font-size: 15px;
                    font-weight: bold;
                }

            .shop-cart .cart .price-cart .info .payment-btn {
                margin-bottom: 20px;
            }

                .shop-cart .cart .price-cart .info .payment-btn a, .shop-cart .cart .price-cart .info .payment-btn button {
                    width: 100% !important;
                    display: block;
                    padding: 15px 20px;
                    text-align: center;
                    font-size: 14px;
                    border-radius: 15px;
                    color: #ffffff;
                    background: #2f2f2f;
                }

                    .shop-cart .cart .price-cart .info .payment-btn a:hover, .shop-cart .cart .price-cart .info .payment-btn button:hover {
                        background: #063637;
                    }

            .shop-cart .cart .price-cart .info .back {
                display: block;
                text-align: center;
            }

                .shop-cart .cart .price-cart .info .back a {
                    font-size: 10px;
                }

                    .shop-cart .cart .price-cart .info .back a:hover {
                        color: #063637;
                    }

        .shop-cart .cart .price-cart .services .services-box {
            display: block;
        }

            .shop-cart .cart .price-cart .services .services-box .item {
                display: block;
                margin-bottom: 5px;
                font-size: 12px;
                color: #a4a4a4;
            }

                .shop-cart .cart .price-cart .services .services-box .item i {
                    margin-left: 5px;
                    color: #063637;
                }

    .shop-cart .cart-empty {
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .shop-cart .cart-empty .empty {
            text-align: center;
        }

            .shop-cart .cart-empty .empty .pic {
                display: block;
                margin-bottom: 20px;
            }

                .shop-cart .cart-empty .empty .pic img {
                }

        .shop-cart .cart-empty h3 {
            margin-bottom: 20px !important;
            font-weight: 600;
            color: #a4a4a4;
        }

        .shop-cart .cart-empty .menu {
            display: block;
        }

            .shop-cart .cart-empty .menu .item {
                padding: 0 10px;
                border-left: 1px solid #d7d7d7;
            }

                .shop-cart .cart-empty .menu .item:last-child {
                    border: 0;
                }

                .shop-cart .cart-empty .menu .item a {
                    font-size: 14px;
                    color: #063637;
                }

/*//============Shipping===================*/

#Shipping .address-box, #Shipping .sendType-box {
    padding: 20px;
    border-radius: 20px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

    #Shipping .address-box.active, #Shipping .sendType-box.active {
        border: 1px solid #063637;
    }

#Shipping .radio-group-body .radio {
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    font-size: 29px;
}

#Shipping .radio-group-body .fa-check {
    color: #fff;
}

#Shipping .radio-group-body .active .fa-check {
    color: #063637 !important;
}

#Shipping .info-pyment {
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    #Shipping .info-pyment .title {
        margin-bottom: 50px;
    }

        #Shipping .info-pyment .title h5 {
            font-weight: 600;
        }
/*//============Payment===================*/

#Payment .pyment {
    padding: 40px 0;
}

    #Payment .pyment .title {
        margin-bottom: 50px;
    }

        #Payment .pyment .title h5 {
            font-weight: 600;
        }

    #Payment .pyment .pyment-box .payment-method {
        margin-bottom: 20px;
    }

        #Payment .pyment .pyment-box .payment-method .item .active {
            border: 2px solid #063637 !important;
            background: #fff !important;
        }

        #Payment .pyment .pyment-box .payment-method .item div {
            display: block;
            padding: 20px;
            border-radius: 20px;
            background: #f1f1f1;
            text-align: center;
            border: 2px solid #f1f1f1;
        }

            #Payment .pyment .pyment-box .payment-method .item div:hover {
                background: #ffffff;
                -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
                box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
            }

            #Payment .pyment .pyment-box .payment-method .item div .icon {
                display: block;
                margin-bottom: 20px;
                font-size: 50px;
                color: #063637;
            }

            #Payment .pyment .pyment-box .payment-method .item div .text {
                display: block;
            }





.dashboard-profile {
    padding: 50px 0;
}

    .dashboard-profile .right-box .profile-box {
        position: relative;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .dashboard-profile .right-box .profile-box .header-profile {
            display: flex;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f1f1f1;
        }

            .dashboard-profile .right-box .profile-box .header-profile .pic {
                position: relative;
                display: block;
            }

                .dashboard-profile .right-box .profile-box .header-profile .pic img {
                    width: 70px;
                    border-radius: 50%;
                }

                .dashboard-profile .right-box .profile-box .header-profile .pic .edit {
                    position: absolute;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    left: -5px;
                    top: -5px;
                    font-size: 15px;
                    text-align: center;
                    border-radius: 50%;
                    border: 2px solid #ffffff;
                    color: #ffffff;
                    background: #063637;
                }

                    .dashboard-profile .right-box .profile-box .header-profile .pic .edit i {
                        line-height: 20px;
                    }

            .dashboard-profile .right-box .profile-box .header-profile .name {
                display: block;
                margin-right: 10px;
                padding-top: 25px;
            }


    .dashboard-profile .right-box .profile-menu {
        position: relative;
        padding: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .dashboard-profile .right-box .profile-menu h6 {
            padding-bottom: 15px;
            font-weight: 600;
            border-bottom: 1px solid #f1f1f1;
        }

        .dashboard-profile .right-box .profile-menu ul {
            display: block;
            margin-top: 20px;
            margin-right: 0 !important;
            padding-right: 0 !important;
        }

            .dashboard-profile .right-box .profile-menu ul li {
                display: block;
            }

                .dashboard-profile .right-box .profile-menu ul li a {
                    display: block;
                    padding: 10px;
                    border-radius: 10px;
                    font-size: 15px;
                    color: #082044 !important;
                }

                .dashboard-profile .right-box .profile-menu ul li:hover a {
                    padding-right: 15px;
                    color: #063637;
                }

                .dashboard-profile .right-box .profile-menu ul li.active a {
                    color: #063637;
                    background: #f1f1f1;
                }

                .dashboard-profile .right-box .profile-menu ul li a i {
                    color: #063637 !important;
                    font-size: 15px;
                    padding-left: 5px;
                }

    .dashboard-profile .title h5 {
        font-weight: bold;
        font-size: 16px;
    }

.profile-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .profile-content .stats {
        margin-bottom: 20px;
    }

        .profile-content .stats .item {
            height: 180px;
            padding: 20px;
            border-radius: 20px;
            text-align: center;
            background: #f1f1f1;
        }

            .profile-content .stats .item.bg-color1 {
                background: #28c46a;
            }

            .profile-content .stats .item.bg-color2 {
                background: #f1ac37;
            }

            .profile-content .stats .item.bg-color3 {
                background: #3a70f0;
            }

            .profile-content .stats .item.bg-color4 {
                background: #810082;
            }

            .profile-content .stats .item .icon {
                display: block;
                margin-bottom: 20px;
                font-size: 50px;
                color: #ffffff;
            }

            .profile-content .stats .item h5 {
                margin-bottom: 8px !important;
                color: #ffffff;
                font-size: 15px !important;
            }

            .profile-content .stats .item p {
                font-size: 12px;
                color: #f1f1f1;
            }

    .profile-content .info {
        margin-bottom: 20px;
    }

        .profile-content .info .personal {
            height: auto;
            padding: 30px;
            border-radius: 20px;
            border: 1px dashed #d9d9d9;
        }

        .profile-content .info .title {
            margin-bottom: 40px;
        }

            .profile-content .info .title .status {
                font-size: 13px !important;
                padding-right: 10px;
                float: right;
            }


            .profile-content .info .title h5 {
                float: right;
                margin-bottom: 0 !important;
                padding-bottom: 0 !important;
            }

            .profile-content .info .title .button {
                float: left;
                margin-top: -20px !important;
            }

                .profile-content .info .title .button a {
                    font-size: 12px;
                    font-weight: bold;
                    color: #fbab18;
                }

                    .profile-content .info .title .button a:hover {
                        color: #063637;
                    }

        .profile-content .info .personal .personal-box .label {
            display: block;
            margin-bottom: 5px;
            font-size: 14px;
            color: #a4a4a4;
        }

        .profile-content .info .personal .personal-box .value {
            display: block;
            margin-bottom: 30px;
            font-size: 14px;
        }

.order-content .info .title {
    margin-bottom: 20px;
}

    .order-content .info .title h5 {
        float: right;
    }

    .order-content .info .title .button {
        float: left;
    }

        .order-content .info .title .button a {
            font-size: 12px;
            color: #063637;
        }

            .order-content .info .title .button a:hover {
                color: #063637;
            }

.profile-content .info .favorite {
    height: auto;
    padding: 30px;
    border-radius: 20px;
    border: 1px dashed #d9d9d9;
}

    .profile-content .info .favorite .favorite-box .box {
        display: block;
    }

    .profile-content .info .favorite .favorite-box .item {
        position: relative;
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid #d7d7d7;
    }

        .profile-content .info .favorite .favorite-box .item:first-child {
            padding-top: 0;
        }

        .profile-content .info .favorite .favorite-box .item:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

        .profile-content .info .favorite .favorite-box .item .pic {
            display: block;
            float: right;
        }

            .profile-content .info .favorite .favorite-box .item .pic img {
                width: 70px;
                border-radius: 10px;
            }

        .profile-content .info .favorite .favorite-box .item .name {
            display: block;
            float: right;
            margin-right: 10px;
            padding: 10px 0;
            font-size: 14px;
        }

            .profile-content .info .favorite .favorite-box .item .name a {
                display: block;
                margin-bottom: 5px;
            }

                .profile-content .info .favorite .favorite-box .item .name a:hover {
                    color: #063637;
                }

            .profile-content .info .favorite .favorite-box .item .name .price {
                display: block;
                color: #063637;
            }

        .profile-content .info .favorite .favorite-box .item .Remove {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

            .profile-content .info .favorite .favorite-box .item .Remove button {
                width: 40px;
                height: 40px;
                font-size: 18px;
                text-align: center;
                border-radius: 12px;
                color: #ffffff;
                background: #a4a4a4;
            }

                .profile-content .info .favorite .favorite-box .item .Remove button:hover {
                    background: #063637;
                }

                .profile-content .info .favorite .favorite-box .item .Remove button i {
                    line-height: 40px;
                }



.profile-content .orders {
    padding: 30px;
    border-radius: 20px;
}

    .profile-content .orders .title {
        margin-bottom: 20px;
    }

        .profile-content .orders .title h5 {
            float: right;
        }

        .profile-content .orders .title .button {
            float: left;
        }

            .profile-content .orders .title .button a {
                font-size: 12px;
                color: #063637;
            }

                .profile-content .orders .title .button a:hover {
                    color: #063637;
                }


.profile-content table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

    .profile-content table thead th {
        font-size: 14px;
        padding: 10px;
        background: #f1f1f1;
    }

        .profile-content table thead th:first-child {
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .profile-content table thead th:last-child {
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }


    .profile-content table .item {
        border-bottom: 1px dashed #d9d9d9;
    }

        .profile-content table .item:last-child {
            border-bottom: 0 !important;
        }

        .profile-content table .item td {
            padding: 10px;
            font-size: 13px;
            color: #565656;
        }

    .profile-content table tr td.img {
        padding: 10px;
    }

    .profile-content table tr td img {
        width: 55px;
        border-radius: 10px;
    }

    .profile-content table tr td a:hover {
        color: #063637;
    }

    .profile-content table tr td .button {
        display: inline-block;
        padding: 10px 20px;
        text-align: center;
        border-radius: 5px;
        color: #ffffff;
        background: #063637;
    }

        .profile-content table tr td .button:hover {
            background: #063637;
            color: #ffffff;
        }
/*//============================*/

.profile-content .order-details .forPrintBody h6 {
    background: #e9e9e9;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

.profile-content .order-details .forPrintBody .frm {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    margin: 0 !important;
    margin-top: 5px !important;
}

.profile-content .order-details .forPrintBody div {
    margin-bottom: 10px;
}

.profile-content .order-details table .typeFile {
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 20px;
    margin-top: 10px !important;
}

    .profile-content .order-details table .typeFile.orange {
        background: #fbab18;
        border: 1px solid #cf8806;
    }

    .profile-content .order-details table .typeFile.green {
        background: #28c46a;
        border: 1px solid #1bb65c;
    }

.profile-content .order-details table .downloadBtn {
    width: 50px;
    height: 50px;
    background: #082044 !important;
    border-radius: 30px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    align-content: center;
    border: 0 !important;
}

    .profile-content .order-details table .downloadBtn:hover {
        background: #28c46a !important;
    }
/*//---------------------------*/
.profile-content .addreses .title h5 {
    float: right;
}

.profile-content .addreses .title .button {
    float: left;
    margin-top: -20px;
}

    .profile-content .addreses .title .button a {
        font-size: 12px;
        color: #fbab18 !important;
        font-weight: bold;
    }

        .profile-content .addreses .title .button a:hover {
            color: #063637;
        }


.profile-content.new-address {
    border-radius: 20px;
}

    .profile-content.new-address label {
        font-size: 14px;
    }

    .profile-content.new-address select {
        padding-top: 5px !important;
        height: 40px !important;
        line-height: 40px;
        background-color: #f1f1f1 !important;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .profile-content.new-address input[type=number] {
        padding-top: 5px !important;
        height: 40px !important;
        line-height: 40px;
        background-color: #f1f1f1 !important;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .profile-content.new-address textarea {
        padding-top: 5px !important;
        height: 80px !important;
        line-height: 40px;
        background-color: #f1f1f1 !important;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        margin-bottom: 20px;
    }

/*--------------------    Dashboard Favorites     --------------------*/

/*--------------------    Dashboard Edit Info     --------------------*/

.edit-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .edit-content .title {
        margin-bottom: 10px;
    }

        .edit-content .title h5 {
            font-weight: 600;
        }


    .edit-content .edit-box .item {
        position: relative;
        margin-bottom: 20px;
    }

    .edit-content .edit-box label {
        font-size: 14px;
    }

    .edit-content .edit-box input[type=text] {
        padding-top: 5px !important;
        height: 40px !important;
        line-height: 40px;
        background-color: #f1f1f1 !important;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .edit-content .edit-box input:focus {
        border-color: #063637;
        box-shadow: none;
    }

    .edit-content .edit-box input[type=radio] {
        display: inline-block !important;
    }

    .edit-content .edit-box .newsletters {
        margin-bottom: 20px;
    }

        .edit-content .edit-box .newsletters label {
            padding-right: 0px;
            padding-top: 5px;
        }

        .edit-content .edit-box .newsletters input {
            /*position: absolute;
            right: 0;
            opacity: 0;
            cursor: pointer;*/
        }

    /*.edit-content .edit-box .newsletters .tick {
            position: absolute;
            height: 20px;
            width: 20px;
            top: 50%;
            right: 15px;
            text-align: center;
            background: #f1f1f1;
            border-radius: 5px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

            .edit-content .edit-box .newsletters .tick i {
                display: none;
                line-height: 20px;
                font-size: 12px;
                color: #ffffff;
            }

        .edit-content .edit-box .newsletters input:checked ~ .tick i {
            display: block;
        }

        .edit-content .edit-box .newsletters input:checked ~ .tick {
            background: #063637;
        }*/

    .edit-content .edit-box .p-rule {
        width: 100%;
        margin-bottom: 20px;
    }

        .edit-content .edit-box .p-rule p {
            color: #2f2f2f;
            font-size: 13px !important;
            padding-right: 15px;
        }

        .edit-content .edit-box .p-rule a {
            color: blue;
            border-bottom: 1px dotted blue;
        }

#Rule-Confrim .modal-dialog {
    max-width: 60% !important;
}

    #Rule-Confrim .modal-dialog h3 {
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        color: #000;
        margin: 10px 0;
        padding-top: 10px;
    }

    #Rule-Confrim .modal-dialog p {
        font-size: 14px;
        text-align: right;
        line-height: 30px;
        white-space: pre-line;
        padding-bottom: 20px;
    }

/*------------------------------------------------------------    Dashboard Pages End     ------------------------------------------------------------*/
.btn-balot {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn-balot:hover {
        box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
        /*transform: scale(1.05) rotate(-1deg);*/
    }

/*//============================*/


#Payed .cart {
    padding: 50px 5px 50px 5px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    text-align: center;
    margin-top: 50px;
}


    #Payed .cart .successful .icon i, #Payed .cart .successful .icon svg {
        font-size: 75px !important;
        color: #28c46a !important;
    }

    #Payed .cart .successful h5 {
        font-size: 19px;
        color: #000;
    }

        #Payed .cart .successful h5 a {
            color: #d51a53;
            font-weight: bold;
        }

    #Payed .cart .successful .date {
        color: #d51a53;
        font-weight: bold;
    }



#PayedError .cart {
    padding: 50px 5px 50px 5px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    text-align: center;
}

    #PayedError .cart .failed .icon i {
        font-size: 80px;
        color: #d51a53;
    }



    /*//==================================================================*/
/* **********************start products page******************** */
.parent-plan {
    margin-top: 20px;
}

    .parent-plan .form-select {
        width: 200px;
    }

    .parent-plan .products {
        padding-left: 0;
    }

.plan .shop-content .tabs-nav {
    display: flex;
}

    .plan .shop-content .tabs-nav .title {
        margin-left: 20px;
    }

        .plan .shop-content .tabs-nav .title span {
            float: right;
            margin-left: 5px;
            font-size: 22px;
        }

            .plan .shop-content .tabs-nav .title span i {
                font-weight: 100;
            }

        .plan .shop-content .tabs-nav .title p {
            float: right;
            font-size: 13px;
        }

    .plan .shop-content .tabs-nav li {
        margin-left: 5px;
    }

        .plan .shop-content .tabs-nav li a {
            font-size: 12px;
            line-height: 20px;
            color: #8d8d8d;
            background: #e6e4e4;
            padding: 4px 7px;
            border-radius: 5px;
            text-shadow:0 0 1px #fff;
        }

            .plan .shop-content .tabs-nav li a:hover {
                color: #fbab18;
                background: #fff;
            }

            .plan .shop-content .tabs-nav li a.active {
                color: #fbab18;
                background: #fff;
            }


.plan .filter {
    position: sticky !important;
    top: 110px;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    height: 85vh;
    overflow-y: scroll !important;
}

    /* width */
    .plan .filter::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .plan .filter::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px #e1e1e1;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* Handle */
    .plan .filter::-webkit-scrollbar-thumb {
        background: #d9d9d9;
        border-radius: 5px;
    }

        /* Handle on hover */
        .plan .filter::-webkit-scrollbar-thumb:hover {
            background: #bebdbd;
        }

    .plan .filter .title h6 {
        padding-bottom: 15px;
        font-weight: 600;
        border-bottom: 1px solid #f1f1f1;
    }



    .plan .filter .toggle-item {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .plan .filter .available {
        padding: 20px;
        margin: 20px 0 10px 0;
        border-radius: 20px;
        background: #f2f2f2;
        clear: both;
    }

        .plan .filter .available .toggle-item {
            visibility: hidden;
            position: absolute;
        }

            .plan .filter .available .toggle-item .text {
                font-size: 12px !important;
            }

            .plan .filter .available .toggle-item + label {
                position: relative;
                display: flex;
                width: 40px;
                height: 20px;
                float: right;
                background: #d8d6d6;
                border-radius: 50px;
                cursor: pointer;
                margin-left: 5px;
            }

                .plan .filter .available .toggle-item + label:after {
                    position: absolute;
                    content: '';
                    width: 15px;
                    height: 15px;
                    top: 2px;
                    right: 2px;
                    border-radius: 50%;
                    background: #ffffff;
                    transition: 0.3s;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                }

            .plan .filter .available .toggle-item:checked + label {
                background: #fbab18;
            }

                .plan .filter .available .toggle-item:checked + label:after {
                    right: 22px;
                }



    .plan .filter .pric {
        margin: 40px 0 50px 0;
        border-radius: 20px;
        background: #ffffff;
    }


        .plan .filter .pric .metrazh-input {
            display: flex;
            margin: 20px 0;
        }

            .plan .filter .pric .metrazh-input .field {
                display: flex;
                width: 100%;
                align-items: center;
            }

        .plan .filter input[type=text] {
            width: 100%;
            font-size: 14px;
            margin-left: 5px;
            border-radius: 5px;
            text-align: center;
            border: 0 !important;
            padding: 8px 3px;
            background: #f2f2f2;
        }
    .plan .filter select {
        width: 100%;
        font-size: 14px;
        margin-left: 5px;
        border-radius: 5px;
        text-align: center;
        border: 0 !important;
        padding: 8px 3px;
        background: #f2f2f2;
    }

        .plan .filter .pric .field input {
            width: 100%;
            font-size: 14px;
            margin-left: 5px;
            border-radius: 5px;
            text-align: center;
            border: 0 !important;
            padding: 8px 3px;
            background: #f2f2f2;
        }

        .plan .filter .pric .field span {
            font-size: 12px;
        }

        .plan .filter .pric input[type="number"]::-webkit-outer-spin-button,
        .plan .filter .pric input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .plan .filter .pric .price-input .separator {
            display: flex;
            width: 70px;
            font-size: 18px;
            align-items: center;
            justify-content: center;
        }

        .plan .filter .pric .slider {
            position: relative;
            height: 5px;
            border-radius: 5px;
            background: #f1f1f1;
        }

            .plan .filter .pric .slider .progress {
                position: absolute;
                height: 100%;
                left: 0%;
                right: 0%;
                border-radius: 5px;
                background: #fbab18;
            }

        .plan .filter .pric .range-input {
            position: relative;
        }

            .plan .filter .pric .range-input input {
                position: absolute;
                width: 100%;
                height: 5px;
                top: -5px;
                background: none;
                pointer-events: none;
                -webkit-appearance: none;
                -moz-appearance: none;
            }

        .plan .filter .pric input[type="range"]::-webkit-slider-thumb {
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background: #fbab18;
            pointer-events: auto;
            -webkit-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }

        .plan .filter .pric input[type="range"]::-moz-range-thumb {
            height: 12px;
            width: 12px;
            border: none;
            border-radius: 50%;
            background: #fbab18;
            pointer-events: auto;
            -moz-appearance: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }



.plan .button-filter {
    display: block;
}

    .plan .button-filter button {
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        color: #ffffff;
        background: #fbab18;
        width: 100%;
        border: 1px solid #fea708;
    }

        .plan .button-filter button:hover {
            background: #2f2f2f;
        }

.plan button.mob-filter-btn {
    max-width: 55% !important;
    width: auto !important;
    margin: 0 1%;
    font-size: 13px;
}


.planList .card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #c0c0c0;
    box-shadow: 0 0 10px #c0c0c0;
    border-radius: 1em;
    margin-top: 1em;
    overflow: hidden;
    position:relative;
}
.planList .card .code{
    position:absolute;
    background:#fbab18;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    top:30px;
    left:30px;
    z-index:999;
    padding:5px 10px;
    border-radius:10px;
}
    .planList .card figure {
        overflow: hidden;
        border-top-right-radius: 0.5em;
        border-top-left-radius: 0.5em;
        position: relative;
        margin-bottom: 0 !important;
    }
    .planList .card-title a {
        
        color: #082044;
        font-size:14px;
        padding-top:10px;
        
    }
    .planList .card img {
        width: 100%;
        max-width: 100%;
        height: 300px;
        transform: scale(1);
        object-fit: cover;
        transition: 0.8s;
    }
    .planList .card:hover img {
        transform: scale(1.1);
        transform-origin: center center;
    }


.ProjectPlanResult .orangeBox {
    width: 100%;
    height: auto;
    background: #fef2c2;
    border: 15px solid #f6c05c;
    border-radius: 20px;
    margin: 30px 0;
    padding: 15px;
}

.ProjectPlanResult .borderOrange {
    border: 3px solid #f1c437;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

    .ProjectPlanResult .borderOrange img {
        border: 1px solid #f1c437;
        border-radius: 10px;
        max-width: 100%;
        max-height: 240px;
        margin: 5px 0;
        width: 100% !important;
        height: 240px !important;
        object-fit: cover !important;
    }

    .ProjectPlanResult .borderOrange .divmap {
        border: 1px solid #f1c437;
        border-radius: 10px;
        max-width: 100%;
        max-height: 250px;
        margin: 5px 0;
        width: 100% !important;
        height: 217px !important;
        object-fit: cover !important;
    }


.ProjectPlanResult .lable {
    width: 100%;
    background-color: #f1c437;
    border-radius: 8px;
    border: 1px solid #f1c437;
    font-size: 13px;
    line-height: 26px;
    color: #000;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
}

.ProjectPlanResult .txt {
    height: 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #f1c437;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 5px;
    display: block;
}

.ProjectPlanResult .VerticalText {
    background: #f1c339;
    color: #fff;
    text-shadow: 0 0 1px #f1c339;
    font-size: 20px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    height: 600px;
}

.ProjectPlanResult .desc {
    font-size: 14px;
    color: #000;
    background: #f1c339;
    border-radius: 10px;
    padding:10px;
}
@media (max-width: 991px) {
    .cost-table table thead {
       display:none;
    }

    .cost-table table tbody tr:nth-child(1) {
        position: relative;
        height: 600px;
       
    }
    .cost-table table tbody tr:nth-child(2) {
        position: relative;
        height: 500px;
       
    }

    .cost-table table tbody tr:nth-child(3) {
        position: relative;
        height: 500px;
       
    }
    .cost-table table tbody tr:nth-child(4) {
        position: relative;
        height: 500px;
     
    }


    .ProjectPlan .cost-table td{
        border:0;
    }

    .cost-table table tbody tr:nth-child(1) td:nth-child(1) {
        display: none;
    }
    .cost-table table tbody tr:nth-child(1) td:nth-child(2) {
        position: absolute;
        right: 0;
        top: 0px;
        width:100%;
    }
        .cost-table table tbody tr:nth-child(1) td:nth-child(2):before {
            content: "  قیمت ساخت تجاری(هر متر مربع):  ";
            display: inline;
            
        }

    .cost-table table tbody tr:nth-child(1) td:nth-child(3) {
        position: absolute;
        right: 0;
        top: 100px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(1) td:nth-child(3):before {
            content: "  قیمت ساخت مسکونی(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(1) td:nth-child(4) {
        position: absolute;
        right: 0;
        top: 200px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(1) td:nth-child(4):before {
            content: "  قیمت ساخت اقامتی(هر متر مربع):  ";
            display: inline;
        }

    .cost-table table tbody tr:nth-child(1) td:nth-child(5) {
        position: absolute;
        right: 0;
        top: 300px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(1) td:nth-child(5):before {
            content: "  قیمت ساخت فرهنگی(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(1) td:nth-child(6) {
        position: absolute;
        right: 0;
        top: 400px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(1) td:nth-child(6):before {
            content: "  قیمت ساخت اداری(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(1) td:nth-child(7) {
        position: absolute;
        right: 0;
        top: 500px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(1) td:nth-child(7):before {
            content: "  قیمت ساخت پارکینگ(هر متر مربع):  ";
            display: inline;
        }

        /*//==================*/


    .cost-table table tbody tr:nth-child(2) td:nth-child(1) {
        display: none;
    }

    .cost-table table tbody tr:nth-child(2) td:nth-child(2) {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(2) td:nth-child(2):before {
            content: "  قیمت فروش تجاری(هر متر مربع):  ";
            display: inline;
        }

    .cost-table table tbody tr:nth-child(2) td:nth-child(3) {
        position: absolute;
        right: 0;
        top: 100px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(2) td:nth-child(3):before {
            content: "  قیمت فروش مسکونی(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(2) td:nth-child(4) {
        position: absolute;
        right: 0;
        top: 200px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(2) td:nth-child(4):before {
            content: "  قیمت فروش اقامتی(هر متر مربع):  ";
            display: inline;
        }

    .cost-table table tbody tr:nth-child(2) td:nth-child(5) {
        position: absolute;
        right: 0;
        top: 300px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(2) td:nth-child(5):before {
            content: "  قیمت فروش فرهنگی(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(2) td:nth-child(6) {
        position: absolute;
        right: 0;
        top: 400px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(2) td:nth-child(6):before {
            content: "  قیمت فروش اداری(هر متر مربع):  ";
            display: inline;
        }


        /*//========================*/

    .cost-table table tbody tr:nth-child(3) td:nth-child(1) {
        display: none;
    }

    .cost-table table tbody tr:nth-child(3) td:nth-child(2) {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(3) td:nth-child(2):before {
            content: "  درصد مشاعات تجاری(هر متر مربع):  ";
            display: inline;
        }

    .cost-table table tbody tr:nth-child(3) td:nth-child(3) {
        position: absolute;
        right: 0;
        top: 100px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(3) td:nth-child(3):before {
            content: "  درصد مشاعات مسکونی(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(3) td:nth-child(4) {
        position: absolute;
        right: 0;
        top: 200px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(3) td:nth-child(4):before {
            content: "  درصد مشاعات اقامتی(هر متر مربع):  ";
            display: inline;
        }

    .cost-table table tbody tr:nth-child(3) td:nth-child(5) {
        position: absolute;
        right: 0;
        top: 300px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(3) td:nth-child(5):before {
            content: "  درصد مشاعات فرهنگی(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(3) td:nth-child(6) {
        position: absolute;
        right: 0;
        top: 400px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(3) td:nth-child(6):before {
            content: "  درصد مشاعات اداری(هر متر مربع):  ";
            display: inline;
        }


    /*//========================*/

    .cost-table table tbody tr:nth-child(4) td:nth-child(1) {
        display: none;
    }

    .cost-table table tbody tr:nth-child(4) td:nth-child(2) {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(4) td:nth-child(2):before {
            content: "  مساحت هر واحد تجاری(هر متر مربع):  ";
            display: inline;
        }

    .cost-table table tbody tr:nth-child(4) td:nth-child(3) {
        position: absolute;
        right: 0;
        top: 100px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(4) td:nth-child(3):before {
            content: "  مساحت هر واحد مسکونی(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(4) td:nth-child(4) {
        position: absolute;
        right: 0;
        top: 200px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(4) td:nth-child(4):before {
            content: "  مساحت هر واحد اقامتی(هر متر مربع):  ";
            display: inline;
        }

    .cost-table table tbody tr:nth-child(4) td:nth-child(5) {
        position: absolute;
        right: 0;
        top: 300px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(4) td:nth-child(5):before {
            content: "  مساحت هر واحد فرهنگی(هر متر مربع):  ";
            display: inline;
        }


    .cost-table table tbody tr:nth-child(4) td:nth-child(6) {
        position: absolute;
        right: 0;
        top: 400px;
        width: 100%;
    }

        .cost-table table tbody tr:nth-child(4) td:nth-child(6):before {
            content: "  مساحت هر واحد اداری(هر متر مربع):  ";
            display: inline;
        }

  


}
    @media (max-width: 768px) {
        .contact-box {
            width: 96%;
            margin: 0 2%;
        }

        .ProjectPlan .mainMapDiv {
            width: 96%;
        }
    }

@media (max-width: 576px) {
    .ProjectPlanResult .lable {
       
        font-size: 12px;
       
    }
    .ProjectPlanResult .lable.small {
        font-size: 8px;
    }

    .ProjectPlanResult .txt{
        font-size:11px;
    }


    .borderOrange .col-6, .borderOrange .col-3, .borderOrange .col-4 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
   
}



