                                                                        @font-face {
                                                                            font-family: 'DaciaSpirit';
                                                                            font-style: normal;
                                                                            font-weight: normal;
                                                                            src: url("../font/DaciaSpirit-Regular.woff") format('woff');
                                                                        }
                                                                        
                                                                        @font-face {
                                                                            font-family: 'DaciaSpirit';
                                                                            font-style: normal;
                                                                            font-weight: bold;
                                                                            src: url("../font/DaciaSpirit-Bold.woff") format('woff');
                                                                        }
                                                                        
                                                                        html,
                                                                        body {
                                                                            direction: rtl;
                                                                            font-family: 'DaciaSpirit';
                                                                        }
                                                                        
                                                                        .section1 {
                                                                            margin-bottom: 20px;
                                                                        }
                                                                        
                                                                        .div-logo {
                                                                            /* float: left; */
                                                                            width: 160px;
                                                                            display: inline-block;
                                                                        }
                                                                        
                                                                        .div-logo .logo {
                                                                            width: 40%;
                                                                        }
                                                                        
                                                                        .div-logo .title {
                                                                            width: 80%;
                                                                            position: absolute;
                                                                            left: 58%;
                                                                            top: 30px;
                                                                        }
                                                                        
                                                                        .div-slogen {
                                                                            width: 20%;
                                                                            height: 165px;
                                                                            display: inline-block;
                                                                            /* float: left; */
                                                                            /* display: flex;
justify-content: center;
flex-direction: column; */
                                                                        }
                                                                        
                                                                        .div-model-2019 {
                                                                            text-align: center;
                                                                            /* display: flex;
justify-content: center;
flex-direction: column; */
                                                                            display: inline-block;
                                                                            width: 70%;
                                                                        }
                                                                        
                                                                        .slogen-1 {
                                                                            width: 90%;
                                                                            margin: 0 auto;
                                                                            background-color: #ebebeb;
                                                                            display: flex;
                                                                            padding: 3%;
                                                                            border-radius: 100px;
                                                                            height: 60px;
                                                                            line-height: 35px;
                                                                            box-shadow: 10px 10px 7px -3px rgba(200, 200, 200, 1);
                                                                            margin-bottom: -2%
                                                                        }
                                                                        
                                                                        .slogen-1 p {
                                                                            flex: 1;
                                                                            text-align: center;
                                                                            font-size: 2vw;
                                                                            font-weight: bold;
                                                                        }
                                                                        
                                                                        .slogen-1 p:nth-child(1) {
                                                                            color: #189aca;
                                                                        }
                                                                        
                                                                        .slogen-1 p:nth-child(2) {
                                                                            color: #f16f30;
                                                                        }
                                                                        
                                                                        .slogen-1 p:nth-child(3) {
                                                                            color: #0d4774;
                                                                        }
                                                                        
                                                                        .slogen-2 {
                                                                            width: 40%;
                                                                            text-align: center;
                                                                            margin: 0 auto;
                                                                            background-color: #008ed0;
                                                                            border-radius: 100px;
                                                                            box-shadow: 10px 10px 7px -4px rgba(200, 200, 200, 1);
                                                                            font-size: 1.5vw;
                                                                            color: white;
                                                                        }
                                                                        
                                                                        .div-model-2019 p:nth-child(1) {
                                                                            margin-top: 10px;
                                                                            font-size: 3vw;
                                                                            font-weight: bold;
                                                                            color: #2d5478;
                                                                            line-height: 3vw;
                                                                            margin-bottom: 0;
                                                                        }
                                                                        
                                                                        .div-model-2019 p:nth-child(2) {
                                                                            font-size: 4.8vw;
                                                                            font-weight: bold;
                                                                            color: #f16f30;
                                                                            line-height: 4vw;
                                                                            margin-bottom: 0;
                                                                        }
                                                                        
                                                                        .box-all-car {
                                                                            width: 28%;
                                                                            float: right;
                                                                            margin: 0 2%;
                                                                        }
                                                                        
                                                                        .border-car {
                                                                            width: 100%;
                                                                            border: solid 2px #008ed0;
                                                                            border-radius: 0px 0px 100px 0px;
                                                                            margin-bottom: -0%
                                                                        }
                                                                        
                                                                        .border-car img {
                                                                            width: 100%;
                                                                            margin-top: 10%;
                                                                            margin-bottom: 10%;
                                                                        }
                                                                        
                                                                        .box-all-car h1 {
                                                                            width: 100%;
                                                                            text-align: center;
                                                                            color: #008ed0;
                                                                            font-weight: bold;
                                                                            font-size: 2.1vw;
                                                                            margin-bottom: 0;
                                                                            /* float: left; */
                                                                            /* padding-left: 5%; */
                                                                        }
                                                                        
                                                                        .box-all-car p {
                                                                            width: 100%;
                                                                            text-align: center;
                                                                            color: #2d5478;
                                                                            font-weight: bold;
                                                                            font-size: 1.7vw;
                                                                            float: left;
                                                                            line-height: 100%;
                                                                            /* margin-left: 5%; */
                                                                        }
                                                                        
                                                                        .price {
                                                                            width: 64%;
                                                                            margin-left: 18%;
                                                                            float: left;
                                                                            text-align: center;
                                                                            color: white;
                                                                            background-color: #2d5478;
                                                                            font-weight: bold;
                                                                            font-size: 2vw;
                                                                            border-radius: 10px;
                                                                        }
                                                                        
                                                                        .all-form {
                                                                            background-color: #ebebeb;
                                                                            border-radius: 0px 80px 80px 0px;
                                                                            box-shadow: 10px 10px 7px -4px rgba(200, 200, 200, 1);
                                                                            display: flex;
                                                                            justify-content: center;
                                                                            flex-direction: column;
                                                                        }
                                                                        
                                                                        .all-form h1 {
                                                                            font-size: 30px;
                                                                            text-align: center;
                                                                            margin: 0 auto;
                                                                            font-weight: bold;
                                                                            color: #008ed0;
                                                                            padding-top: 15px;
                                                                        }
                                                                        
                                                                        .all-form p {
                                                                            width: 100%;
                                                                            text-align: center;
                                                                            color: #0d4774;
                                                                            font-size: 1.2vw;
                                                                        }
                                                                        
                                                                        .form-group input::placeholder {
                                                                            font-weight: bold;
                                                                            color: #008ed0;
                                                                        }
                                                                        
                                                                        .form-group input {
                                                                            width: 70%;
                                                                            margin: 0 auto;
                                                                            font-size: 1.1vw;
                                                                            color: #008ed0;
                                                                            border: none;
                                                                            border-radius: 100px;
                                                                            padding: 5%
                                                                        }
                                                                        
                                                                        .form-group {
                                                                            text-align: center;
                                                                        }
                                                                        
                                                                        form button {
                                                                            width: 70%;
                                                                            margin: 0 auto;
                                                                            font-size: 1.5vw;
                                                                            color: white;
                                                                            background-color: #f16f30;
                                                                            font-weight: bold;
                                                                            border: none;
                                                                            border-radius: 100px;
                                                                            padding: 2%
                                                                        }
                                                                        
                                                                        .checkbox {
                                                                            width: 100%;
                                                                            text-align: right;
                                                                            padding: 0 2vw;
                                                                        }
                                                                        
                                                                        .checkbox span {
                                                                            font-size: 0.9vw;
                                                                            display: block;
                                                                            width: 90%;
                                                                            float: left;
                                                                        }
                                                                        
                                                                        .checkbox p {
                                                                            font-size: 1vw;
                                                                            text-align: right;
                                                                            padding: 12px 7px 20px 7px;
                                                                        }
                                                                        
                                                                        .checkbox input {
                                                                            width: 21px;
                                                                            height: 17px;
                                                                            margin-top: 3px;
                                                                        }
                                                                        
                                                                        .checkbox h1 {
                                                                            width: 50%;
                                                                            color: #0d4774;
                                                                            text-align: center;
                                                                            font-size: 1vw;
                                                                            float: right;
                                                                        }
                                                                        
                                                                        .div-line {
                                                                            width: 33.33%;
                                                                            border-top: solid 1px #008ed0;
                                                                            border-bottom: solid 1px #008ed0;
                                                                            height: 10%;
                                                                            float: right
                                                                        }
                                                                        
                                                                        .foot {
                                                                            display: flex;
                                                                            align-items: center;
                                                                            justify-content: center;
                                                                            padding: 15px;
                                                                        }
                                                                        
                                                                        .foot img {
                                                                            width: 33.33%;
                                                                            float: right
                                                                        }
                                                                        
                                                                        .simple {
                                                                            margin: 0 auto;
                                                                            font-size: 9.5vw;
                                                                            font-weight: bold;
                                                                            color: #008ed0;
                                                                        }
                                                                        /* .coments {
                                                                margin-top: 1%
                                                            } */
                                                                        
                                                                        .coments span {
                                                                            width: 10%;
                                                                            font-weight: bold;
                                                                            display: inline-block;
                                                                            float: right;
                                                                            padding-left: 15px;
                                                                            font-size: 1.4vw;
                                                                        }
                                                                        
                                                                        .coments span a {
                                                                            text-decoration: underline;
                                                                            color: #000
                                                                        }
                                                                        
                                                                        .coments p {
                                                                            width: 90%;
                                                                            font-size: 1.4vw;
                                                                            text-align: right;
                                                                            display: inline-block;
                                                                            float: right;
                                                                        }
                                                                        
                                                                        footer {
                                                                            text-align: center;
                                                                            font-size: 17px;
                                                                            font-weight: bold;
                                                                        }
                                                                        
                                                                        footer span {
                                                                            padding: 0 2px;
                                                                            margin: 0 2px;
                                                                        }
                                                                        
                                                                        footer .n4 {
                                                                            background-color: #00904d;
                                                                        }
                                                                        
                                                                        footer .n5 {
                                                                            background-color: #00a857;
                                                                        }
                                                                        
                                                                        footer .n6 {
                                                                            background-color: #50b955;
                                                                        }
                                                                        
                                                                        footer .n8 {
                                                                            background-color: #fff218;
                                                                        }
                                                                        
                                                                        footer .n13 {
                                                                            background-color: #f04d2e;
                                                                        }
                                                                        
                                                                        footer .b0 {
                                                                            background-color: #bf2026;
                                                                            padding: 0 4px;
                                                                            color: #fff;
                                                                        }
                                                                        
                                                                        footer .b4 {
                                                                            background-color: #3189a0;
                                                                            padding: 0 4px;
                                                                            color: #fff;
                                                                        }
                                                                        
                                                                        footer .b5 {
                                                                            background-color: #218ccc;
                                                                            padding: 0 4px;
                                                                            color: #fff;
                                                                        }
                                                                        
                                                                        .slider {
                                                                            direction: ltr;
                                                                            width: 86%;
                                                                            margin: 0 auto;
                                                                        }
                                                                        
                                                                        #Thanks {
                                                                            height: 350px;
                                                                            justify-content: center;
                                                                            flex-direction: column;
                                                                            text-align: center;
                                                                            display: none
                                                                        }
                                                                        
                                                                        .zihom-pdf {
                                                                            display: none;
                                                                            position: absolute;
                                                                            top: 0;
                                                                            right: calc(50% - 500px);
                                                                        }
                                                                        
                                                                        footer .more a {
                                                                            color: #000;
                                                                        }
                                                                        
                                                                        .mobile {
                                                                            display: none;
                                                                        }
                                                                        
                                                                        @media screen and (max-width:1199px) {
                                                                            .checkbox {
                                                                                padding: 0 4px;
                                                                            }
                                                                            .checkbox span {
                                                                                padding-right: 4px;
                                                                            }
                                                                        }
                                                                        
                                                                        @media screen and (max-width:991px) {}
                                                                        
                                                                        @media screen and (max-width:767px) {
                                                                            .mobile {
                                                                                display: block;
                                                                            }
                                                                            .desktop {
                                                                                display: none;
                                                                            }
                                                                            .row {
                                                                                margin-right: 0;
                                                                                margin-left: 0;
                                                                            }
                                                                            [class*='col-'] {
                                                                                padding-right: 0;
                                                                                padding-left: 0;
                                                                            }
                                                                            .container-fluid {
                                                                                padding-right: 0;
                                                                                padding-left: 0;
                                                                            }
                                                                            .img_top {
                                                                                width: 100%;
                                                                            }
                                                                            .slick-prev,
                                                                            .slick-next {
                                                                                width: 20px;
                                                                                height: 37px;
                                                                                top: 28%;
                                                                            }
                                                                            .slick-arrow {
                                                                                /* display: none !important; */
                                                                                background-color: black;
                                                                            }
                                                                            .slick-next {
                                                                                background-image: url("../img/arrow.png");
                                                                                background-size: contain;
                                                                                background-color: transparent;
                                                                                content: none;
                                                                            }
                                                                            .slick-prev {
                                                                                background-image: url("../img/arrow.png");
                                                                                background-size: contain;
                                                                                transform: rotate(180deg);
                                                                                background-color: transparent;
                                                                                content: none;
                                                                                margin-top: -18.5px;
                                                                            }
                                                                            .slick-next {
                                                                                right: -22px;
                                                                            }
                                                                            .slick-prev {
                                                                                left: -22px;
                                                                            }
                                                                            .slick-prev:before,
                                                                            .slick-next:before {
                                                                                display: none;
                                                                            }
                                                                            .slick-prev:hover,
                                                                            .slick-prev:focus,
                                                                            .slick-next:hover,
                                                                            .slick-next:focus {
                                                                                background-image: url(../img/arrow.png);
                                                                                background-size: contain;
                                                                            }
                                                                            .chat {
                                                                                width: 25%;
                                                                                height: 89px;
                                                                                float: right;
                                                                                display: flex;
                                                                                justify-content: center;
                                                                                flex-direction: column;
                                                                            }
                                                                            .chat img {
                                                                                width: 100%;
                                                                            }
                                                                            .chat-tel {
                                                                                width: 24%;
                                                                                height: 16vw;
                                                                                position: absolute;
                                                                                margin-top: 6vw;
                                                                            }
                                                                            .div-logo {
                                                                                float: left;
                                                                                width: 25%;
                                                                            }
                                                                            .div-logo .logo {
                                                                                width: 100%;
                                                                            }
                                                                            .div-slogen {
                                                                                width: 50%;
                                                                                padding: 0 10px;
                                                                                height: 100px;
                                                                                float: left;
                                                                                display: flex;
                                                                                justify-content: center;
                                                                                flex-direction: column;
                                                                            }
                                                                            .slogen-1 {
                                                                                width: 95%;
                                                                                margin: 0 auto;
                                                                                background-color: #ebebeb;
                                                                                display: flex;
                                                                                padding: 3%;
                                                                                border-radius: 100px;
                                                                                height: 30px;
                                                                                line-height: 14px;
                                                                                box-shadow: 8px 6px 7px -3px rgba(200, 200, 200, 1);
                                                                                margin-bottom: -2%
                                                                            }
                                                                            .slogen-1 p {
                                                                                flex: 1;
                                                                                text-align: center;
                                                                                font-size: 5vw;
                                                                                font-weight: bold;
                                                                            }
                                                                            .slogen-1 p:nth-child(1) {
                                                                                color: #189aca;
                                                                            }
                                                                            .slogen-1 p:nth-child(2) {
                                                                                color: #f16f30;
                                                                            }
                                                                            .slogen-1 p:nth-child(3) {
                                                                                color: #0d4774;
                                                                            }
                                                                            .conect {
                                                                                width: 25%;
                                                                                margin: 0 auto;
                                                                                background-color: #008ed0;
                                                                                padding: 3%;
                                                                                border-radius: 100px 0px 0px 100px;
                                                                                height: 30px;
                                                                                margin-top: 8.5%;
                                                                                line-height: 23px;
                                                                                box-shadow: 6px 6px 7px -3px rgba(200, 200, 200, 1);
                                                                                margin-bottom: -2%;
                                                                                float: left;
                                                                                display: flex;
                                                                                align-items: center;
                                                                                justify-content: center;
                                                                            }
                                                                            .conect p {
                                                                                flex: 1;
                                                                                font-size: 3vw;
                                                                                color: white;
                                                                                line-height: 90%;
                                                                                text-align: right;
                                                                                margin-top: 25%
                                                                            }
                                                                            .push-img {
                                                                                flex: 1
                                                                            }
                                                                            .conect img {
                                                                                width: 100%;
                                                                            }
                                                                            .slogen-2 {
                                                                                width: 50%;
                                                                                text-align: center;
                                                                                margin: 0 auto;
                                                                                background-color: #008ed0;
                                                                                border-radius: 100px;
                                                                                box-shadow: 3px 3px 9px 0px rgba(200, 200, 200, 1);
                                                                                font-size: 4vw;
                                                                                color: white;
                                                                            }
                                                                            .div-model-2019 {
                                                                                width: 100%;
                                                                                text-align: center;
                                                                                display: flex;
                                                                                justify-content: center;
                                                                                flex-direction: column;
                                                                                margin-bottom: 15px;
                                                                            }
                                                                            .div-model-2019 p:nth-child(1) {
                                                                                margin-top: 23px;
                                                                                font-size: 5.7vw;
                                                                                font-weight: bold;
                                                                                color: #2d5478;
                                                                                margin-bottom: 0;
                                                                                line-height: 5.7vw;
                                                                                ;
                                                                            }
                                                                            .div-model-2019 p:nth-child(2) {
                                                                                font-size: 9.1vw;
                                                                                font-weight: bold;
                                                                                color: #f16f30;
                                                                                line-height: 8vw;
                                                                                margin-bottom: 0;
                                                                            }
                                                                            .box-all-car p {
                                                                                font-size: 4.2vw;
                                                                                margin-left: auto;
                                                                                width: 100%;
                                                                                margin-bottom: 4px;
                                                                            }
                                                                            .box-all-car h1 {
                                                                                font-size: 4.1vw;
                                                                                margin-left: auto;
                                                                                width: 100%;
                                                                            }
                                                                            .price {
                                                                                font-size: 4vw;
                                                                                border-radius: 6px;
                                                                                width: 70%;
                                                                                margin-left: 15%;
                                                                                direction: rtl;
                                                                                padding-bottom: 3px;
                                                                            }
                                                                            .border-car {
                                                                                border-radius: 0px 0px 40px 0px;
                                                                            }
                                                                            .box-all-car {
                                                                                padding: 0 7px;
                                                                                float: none;
                                                                            }
                                                                            .all-form {
                                                                                border-radius: 50px;
                                                                                width: 90%;
                                                                                margin: 16px auto;
                                                                            }
                                                                            .all-form p {
                                                                                font-size: 6.2vw;
                                                                            }
                                                                            .form-group input {
                                                                                width: 80%;
                                                                                padding: 8% 5%;
                                                                                font-size: 5.1vw;
                                                                            }
                                                                            form button {
                                                                                width: 80%;
                                                                                font-size: 6.5vw;
                                                                            }
                                                                            .checkbox {
                                                                                padding: 0 9vw;
                                                                            }
                                                                            .checkbox span {
                                                                                font-size: 3.5vw;
                                                                            }
                                                                            .checkbox p {
                                                                                font-size: 3.5vw;
                                                                                padding: 22px 29px 0px 0px;
                                                                            }
                                                                            .div-line {
                                                                                display: none;
                                                                            }
                                                                            .foot img {
                                                                                width: 100%;
                                                                                padding: 0 20px;
                                                                            }
                                                                            .foot {
                                                                                padding: 5px 0;
                                                                            }
                                                                            .coments {
                                                                                margin-top: 3%;
                                                                                border-top: 1px solid rgba(0, 0, 0, 0.2);
                                                                                padding-top: 15px;
                                                                            }
                                                                            .coments p {
                                                                                width: 100%;
                                                                                font-size: 3.2vw;
                                                                                text-align: justify;
                                                                                display: block;
                                                                                float: none;
                                                                                padding: 0 20px;
                                                                            }
                                                                            .coments span {
                                                                                width: auto;
                                                                                display: block;
                                                                                padding-left: 8px;
                                                                                font-size: 3.2vw;
                                                                                padding-right: 20px;
                                                                            }
                                                                            footer {
                                                                                font-size: 3.4vw;
                                                                            }
                                                                            footer p {
                                                                                line-height: 2;
                                                                                font-size: 3.1vw;
                                                                            }
                                                                            footer .more {
                                                                                font-size: 5vw;
                                                                            }
                                                                            .title-mob .logo {
                                                                                width: 25%;
                                                                            }
                                                                            .title-mob .title {
                                                                                width: 50%;
                                                                                margin-top: 7px;
                                                                            }
                                                                            .title-mob .chat-img {
                                                                                width: 23%;
                                                                            }
                                                                            .border-car img {
                                                                                margin-top: 12%;
                                                                                margin-bottom: 12%;
                                                                            }
                                                                        }
                                                                        
                                                                        @media screen and (max-width:320px) {
                                                                            .title-mob .logo {
                                                                                width: 24%;
                                                                            }
                                                                        }