@charset "UTF-8";

@font-face {
    font-family: 'GESSTwoBold-Bold';
    src: url('../fonts/GESSTwoBold-Bold.eot');
    src: url('../fonts/GESSTwoBold-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GESSTwoBold-Bold.svg#GESSTwoBold-Bold') format('svg'), url('../fonts/GESSTwoBold-Bold.ttf') format('truetype'), url('../fonts/GESSTwoBold-Bold.woff') format('woff'), url('../fonts/GESSTwoBold-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GESSTwoMedium-Medium';
    src: url('../fonts/GESSTwoMedium-Medium.eot');
    src: url('../fonts/GESSTwoMedium-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GESSTwoMedium-Medium.svg#GESSTwoMedium-Medium') format('svg'), url('../fonts/GESSTwoMedium-Medium.ttf') format('truetype'), url('../fonts/GESSTwoMedium-Medium.woff') format('woff'), url('../fonts/GESSTwoMedium-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/subset-GESSTwoMedium-Medium.woff2') format('woff2'),
        url('../fonts/subset-GESSTwoMedium-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');

 h1, h2, h3, h4, h5, h6{
     font-family: 'GE SS Two', sans-serif !important;
}

body, input, textarea, li, a, label, form, button.action.tocart.primary span, button, address, button span,b{
  font-family: 'GE SS Two', sans-serif !important;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


    h1, h2, h3, h4, h5, h6{
        font-family: 'Tajawal', sans-serif !important;
   }

   body, input, textarea, li, a, label, form, button.action.tocart.primary span, button, address, button span,b{
    font-family: 'Tajawal', sans-serif !important;
   }

}



input[type="email"] {
    font-family: auto;
}

.unread {
    background: #efefef;
}

.close2 {
    position: relative;
    top: -240px !important;
    right: 15px;
    font-size: 22px;
    color: #398417;
    cursor: pointer;
}

.close-s {
    position: relative;
    top: -240px !important;
    right: 15px;
    font-size: 22px;
    color: #398417;
    cursor: pointer;
}

.age-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.age-box label {
    font-family: 'GESSTwoMedium-Medium', sans-serif;
    padding-left: 15px;
}


/*.unread a{*/


/*    color: #dedede;*/


/*}*/


/*.unread input{*/


/*    background: #fdfdfd;*/


/*    color: #dedede;*/


/*    border: solid 1px #d2d2d2 !important;*/


/*}*/


/*.unread .fa-exclamation-triangle {*/


/*    color: #a9a9a9;*/


/*    font-size: 15px;*/


/*}*/


/*.unread .box-area {*/


/*    border: 1px solid #dededf;*/


/*}*/

.corner-ribbon.bottom-right {
    background: #48a61d;
    color: #fff;
    top: auto;
    right: -47px;
    bottom: 10px;
    left: auto;
    transform: rotate(-45deg);
    text-align: center;
    width: 137px;
    position: absolute;
    font-size: 12px;
    -webkit-transform: rotate(-45deg);
}

.bg-home2 {
    width: 100%;
    overflow: hidden;
    height: auto;
    background-image: url(../images/bg-home.jpg) !important;
    background-size: contain;
    text-align: right;
}

a.btn-replay {
    cursor: pointer;
    color: #fff !important;
}

@media only screen and (min-width: 767px) {
    .img-banner {
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
    }
    .img-banner2 {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .min_date {
        min-width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .img-banner,
    .img-banner2 {
        display: none;
    }
}

.img-banner img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    padding: 0 !important;
    border: none!important;
}

.img-banner2 img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    padding: 0 !important;
    border: none!important;
}


/*montda*/

.green-m {
    background-color: #398417;
    border-top: 1px solid #fff;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.green-m h3 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin: 5px 0;
}

.gray-m {
    background-color: #f8f8f8;
    padding: 20px 30px 20px 20px;
    border-bottom: 1px solid #fff;
    height: 100%;
    overflow-wrap: break-word;

}

.btn-green {
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border: 3px solid #398417;
    background-color: #398417;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.montada-table thead th {
    vertical-align: bottom;
    border-left: solid 1px #fff;
    background-color: #398417;
    color: #fff;
}

.montada input,
.montada select,
.montada textarea {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    font-weight: 600;
}

.montada-table td {
    width: auto;
    vertical-align: middle;
    background: #f8f8f8;
    text-align: center;
}

.montada-table a {
    color: #000;
    text-decoration: none;
    text-align: right;
    display: block;
}

.montada-table a:hover {
    color: #398417;
}

.montada-table td,
.montada-table th {
    border: 1px solid #ffffff;
}


/*end montda*/

footer {
    font-family: auto !important;
    font-size: 15px !important;
}

.textauto-sud {
    font-family: auto !important;
}

.dc-box {
    position: relative;
    margin: 15px 0;
}

.dc-box .thumb {
    position: relative;
    height: 100px;
    width: 100%;
    background: #adadad;
}

.dc-box .title {
    position: relative;
}

.car-model .model-sud {
    font-family: auto;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.form-sud {
    font-family: auto;
    font-weight: 500;
    color: #000;
    font-size: 20px;
}

.caption-shape .price-sudf {
    font-family: auto !important;
    font-weight: 600;
    color: #000;
}

input[type="number"] {
    font-family: auto;
}

input[name="jant_size"] {
    font-family: auto !important;
}

.btn {
    font-weight: 500 !important;
}

button,
input,
optgroup,
select,
textarea {
    padding: 5px;
}

.change-hov:hover .btn {
    background-color: #484848;
    border-color: #484848;
    color: #fff;
    width: 105% !important;
    font-weight: 600;
}

.more {
    margin-right: auto !important;
}

.btn-search.text-center {
    margin: 20px auto;
}

.scroll-box {
    width: 100% !important;
}

#imgshow {
    height: 300px;
    width: 100%;
    background-color: #09c;
    display: block;
}

.bg-ads .hint {
    color: #C91414;
}

.pagi2 .disabled span {
    text-align: center;
    padding: 10px;
    font-weight: 500;
    margin: 0 auto;
}

.pagi2 a {
    color: #000;
    font-size: 20px;
}

.pagi2:hover a {
    color: #000;
    font-size: 20px;
}

img {
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Content-site {
    width: 100%;
    overflow: hidden;
    height: auto;
    background-color: #ffff !important;
    text-align: right;
    /* padding-bottom: 15px; */
}

.pagi {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-align-last: center;
}

ul.pagination li {
    display: block;
    margin: 4px auto;
}

.pagi i {
    padding: 10px 5px;
}

.pagi a {
    color: #000000;
    text-decoration: none;
}

.pagi li:hover a {
    color: #000000;
    text-decoration: none;
}

.pagi .disabled {
    margin-top: 5px;
}

.pagi span {
    padding: 0px 10px;
    background-color: #398417;
    border: 1px solid #398417;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: auto;
}

body {

    direction: rtl;
    background-color: #ffff !important;
}

.col-md-2.col-sm-6.col-xs-6 {
    width: 50%;
}

.col-xl-6 {
    width: 80%;
}

.nav-color>li {
    position: relative;
}

.border1:after {
    content: "";
    background: #8bd867;
    position: absolute;
    top: 0;
    right: 0;
    width: 104%;
    height: 7px;
}

.border2:after {
    content: "";
    background: #66bb40;
    position: absolute;
    top: 0;
    right: 0;
    width: 104%;
    height: 7px;
}

.border3:after {
    content: "";
    background: #4ca026;
    position: absolute;
    top: 0;
    right: 0;
    width: 104%;
    height: 7px;
}

.border4:after {
    content: "";
    background: #398417;
    position: absolute;
    top: 0;
    right: 0;
    width: 102%;
    height: 7px;
}


/*ads-page*/

.shape-ads {
    margin-bottom: 20px;
}

.close-edit {
    text-align: left;
}

.close-edit i {
    cursor: pointer;
    color: #398417 !important;
    font-size: 20px;
    margin: 20px 0;
}


/*Home--Page*/

#home {
    width: 100%;
    overflow: hidden;
    height: auto;
    background-color: #398417 !important;
    text-align: right;
}

header {
    direction: rtl;
    text-align: right;
}

footer>.container {
    background-color: #f4f4f4!important;
    border-top: solid 6px #55407d;
}

.AQd img {
    padding: 20px 0;
    height: 150px;
    width: 100%;
}

.linear {
    width: 340px;
    height: 10px;
    background-image: linear-gradient(to right, #398417, #4ca026, #66bb40, #8bd867);
}

.header-ul {
    margin: 0 !important;
}

.header-ul li a {
    color: #000000;
    text-decoration: none;
}

.header-ul li:hover a {
    color: #000000;
    text-decoration: none;
}

.manage {
    height: 100%;
    display: flex;
}

.manage ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 40px 20px 15px;
    font-weight: 500;
    border-right: 2px solid #e4e4e4;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
}

.agencies {
    overflow: hidden;
}

.agencies img {
    max-width: 100%;
    width: 520px;
    height: 100px;
}

.manage li:hover a {
    color: #398417;
    /* font-weight: 500; */
}

.account,
.logo {
    margin: 0 !important;
    padding-top: 15px;
}

.login:hover i {
    color: black;
}

.login:hover p {
    color: #398417;
}

.login2:hover i {
    color: black;
}

.login2:hover p {
    color: #398417;
}

.agencies:hover img {
    transform: scale(1.1);
    transition-duration: 2s;
}

.agencies:hover h4 {
    color: #398417;
    font-weight: 800;
}

.b-Add:hover a {
    background-color: #398417;
    color: #ffffff !important;
}

.b-Add:hover i {
    color: #ffffff !important;
}

.more-details {
    margin: 5px 5px !important;
}

.more-details:hover .btn {
    color: black;
    background-color: #ffffff !important;
}

.social a:hover i {
    color: #398417;
    background-color: #fff;
}

.account {
    padding-top: 30px !important;
}

.login i {
    display: inline-block;
    color: #55407d;
    font-size: 20px;
    margin-left: 8px;
}

.login p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}

.login2 i {
    display: inline-block;
    color: #55407d;
    font-size: 20px;
    margin-left: 8px;
}

.login2 p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}

.login2,
.login {
    padding: 0 5px 5px;
}


/*nav*/

button.navbar-toggler.collapsed {
    background: #b5b5b5 !important;
}

.main-nav {
    width: 100%;
    background: #55407d;
    margin: 0;
}

.main-nav a.nav-link {
    font-size: 15px;
    font-weight: 500;
}

.main-nav li {
    border-left: 1px solid #acaeaf;
    padding: 0 5px;
    background-color: #55407d;
}

.main-nav li:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.nav-link:hover {
    background-color: #ffff !important;
    color: #000000 !important;
}

.main-nav li.nav-item.active {
    background: #adc867;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0 !important;
}

.nav-link {
    color: #ffff !important;
    font-weight: bold;
}

li.nav-item.nav-br {
    border-left: 0;
}

.active a {
    background-color: #adc867 !important;
    color: #000000 !important;
}


/* perfect agencies */

.title .h2 {
    background-image: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 20px;
}

.agencies a {
    text-decoration: none;
    color: #000000;
}

.agencies:hover a {
    text-decoration: none;
    color: #000000;
}

.agencies h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.b-Add a {
    color: #000000;
    text-decoration: none;
    padding: 3px 20px;
    border: 1px solid #398417;
    font-size: 18px;
}

.b-Add:hover a {
    color: #000000;
    text-decoration: none;
    padding: 3px 20px;
}

.b-Add .fas {
    color: #398417;
    padding: 0px 3px;
}


/* Fixed agencies*/

.car-details {
    float: right;
    max-width: 50%;
}

.car-details a {
    text-decoration: none;
    color: #000000;
}

.car-details:hover a {
    text-decoration: none;
    color: #000000;
}

.caption {
    position: relative;
    top: -15px;
    margin: 0 auto;
    width: 100px;
    background-color: #f2bd1a;
}

.caption p {
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    vertical-align: middle;
    margin: 0 auto;
}

.car-model {
    padding: 0 10px;
    max-width: 50%;
    float: right;
}

.car-model p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}

.car-model span {
    color: #398417;
}

.more-details a {
    background: #398417 !important;
    border-radius: 3px;
    /* color: #fff; */
    /* padding: 8px 15px; */
    /* border-color:  #398417 !important; */
    font-weight: 500;
    text-decoration: none;
}

.more-details:hover a {
    /* background-color: #398417 !important; */
    border-radius: 3px;
    color: rgb(160, 26, 26);
    /* padding: 8px 15px; */
    /* border-color:  #398417 !important; */
    font-weight: 500;
    text-decoration: none;
}

.border-m {
    border: 1px solid #d5d5d5;
    padding: 20px 20px;
    min-height: 240px;
}

.border-m2 {
    border: 1px solid #d5d5d5;
    padding: 20px 20px;
    height: 350px;
}

.more-details2 {
    margin: -60px auto !important;
}

.more-details2 .btn {
    background-color: #398417 !important;
    border: 1px solid #398417 !important;
    border-radius: 10px;
    padding: 8px 15px;
}

.more-details2:hover .btn {
    color: black;
    background-color: #ffffff !important;
    border: 1px solid #398417 !important;
    border-radius: 10px;
    padding: 8px 15px;
}

.more-details2:active .btn {
    color: black;
    background-color: #ffffff !important;
    border: 1px solid #398417 !important;
    border-radius: 10px;
    padding: 8px 15px;
}

.car-details img {
    width: 100%;
}


/*Ads*/

.car-img img {
    width: 100%;
}

.car-img a {
    text-decoration: none;
}

.car-img:hover a {
    text-decoration: none;
    color: #000000;
}

.caption-img {
    position: relative;
    top: -12px;
    margin: 0 auto;
    width: 100px;
    background-color: #f2bd1a;
    padding: 5px;
}

.caption-img p {
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
}

.car-Ads {
    height: 180px;
}

.car-Ads p {
    font-size: 14px;
    font-weight: 500;
    line-height: .8;
}


/*footer*/

.linear2 {
    background-color: #398417 !important;
    height: 10px;
    width: 100%;
    max-width: 100%;
}

.social ul {
    list-style-type: none;
}

.social li {
    display: inline-block;
}

.social i {
    color: #f4f4f4;
    background-color: #999999;
    padding: 0 5px;
    border-radius: 6px;
    font-size: 14px;
    margin: 0 5px;
    width: 28px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

.social a {
    text-decoration: none;
    color: #f4f4f4;
}

.social:hover a {
    text-decoration: none;
    color: #f4f4f4;
}

.img-footer img {
    flex-direction: row;
    text-align-last: left;
}

.caption-footer ul li {
    list-style-type: none;
    display: inline-block;
}

.caption-footer li {
    font-weight: 600;
    color: #b3b3b3;
    padding-left: 12px;
}

.caption-footer a {
    text-decoration: none;
    color: #b3b3b3;
    font-weight: 600;
}

.caption-footer:hover a {
    text-decoration: none;
    color: #b3b3b3;
    font-weight: 600;
}

.phone p {
    font-weight: 500;
    font-size: 13px;
    color: #b3b3b3;
}

.phone i {
    color: #398417 !important;
    ;
    font-size: 14px;
}

.last-caption p {
    flex-direction: row;
    color: #b3b3b3;
    font-weight: 600;
    text-align-last: left;
}


/*Changed*/

.car-model p span {
    margin-left: 10px !important;
    width: 45px !important;
    float: right !important;
    max-width: 100% !important;
}


/*Moto-Bike*/

#MotorBike {
    width: 100%;
    overflow: hidden;
    height: auto;
    background-color: #398417 !important;
}

#header {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#header:after {
    content: '';
    width: 100%;
    border-bottom: solid 3px #398417;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

#header h1 {
    background-color: #ffffff;
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    color: black;
    position: relative;
    font-size: 26px;
    margin: 10px 0;
    /*font-family: 'GEDinarOne-Medium', sans-serif !important;*/
}

.pagitaion ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0 5px;
}

.pagitaion {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.pagitaion p {
    padding: 5px 10px;
    background-color: #398417;
    border: 1px solid #398417;
    color: #ffffff;
}

.pagitaion a {
    color: #000000;
    text-decoration: none;
}

.pagitaion li:hover a {
    color: #000000;
    text-decoration: none;
}


/*world-forum*/

.wrapper {
    background-color: #ffffff !important;
    padding-bottom: 15px;
    box-shadow: 0px 0px 10px 0px #464646;
}


/*Sayarty-SearchResults*/


/*Sayarty-Search*/

select#exampleFormControlSelect1 {
    margin: 10px auto !important;
}

.form-control {
    display: block !important;
    width: 100%;
    color: #000 !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    background-color: #fafafa !important;
    border: 2px solid #d2d2d2 !important;
    background-clip: padding-box !important;
}

.form-control:focus {
    outline: none !important;
}

.form1:focus {
    outline: none !important;
}

.border-around {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.border-search {
    border: 2px solid #d2d2d2;
    padding: 35px;
}

.form1 .form-group2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.form1 label {
    font-size: 18px;
    font-weight: 500;
}

.form1 select {
    width: 100%;
    font-weight: 500;
    background-color: #fafafa;
    margin-top: 17px;
}

.inline-item {
    display: inline-block;
    float: right;
}

.inline-item p {
    font-size: 10px;
    font-weight: 500;
}

.form-control {
    border: 0px solid #ced4da !important;
}

.form-group {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.btn-search .btn {
    color: #fff !important;
    background-color: #adc867 !important;
    border-color: #adc867 !important;
    padding: 5px 50px;
}

.btn-search a {
    color: #fff;
    font-weight: 400;
    border: 5px solid #398417;
    text-decoration: none;
    border-color: #398417 !important;
}

.btn-search:hover a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background: #34631f!important;
    border-color: #34631f !important;
}

.migifier img {
    display: block;
    margin: auto;
    position: relative;
    top: 50px;
    left: 0px;
}


/*blog-sayrety*/

.width-blog {
    width: 80%;
    margin: auto;
}

.border-blog {
    border: 2px solid #d2d2d2;
    padding: 30px;
}

.margin-blog {
    padding: 30px 10px;
}

.green {
    background-color: #398417;
    border-top: 1px solid #fff;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.green h3 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
}

.gray {
    background-color: #f8f8f8;
    padding: 20px 30px 20px 20px;
    border-bottom: 1px solid #fff;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.gray li {
    color: #398416;
}

.gray p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    color: #212529;
}

.green2 h3 {
    color: #ffffff;
    background-color: gold;
    text-align: center;
}

.no-padding .col-md-3 {
    padding: 0 !important;
}

.no-padding .col-md-9 {
    padding: 0 !important;
}

.button {
    text-align-last: left;
}

.button a {
    color: #fff;
    background-color: #398417;
    text-decoration: none;
    padding: 2px 20px;
    border: 3px solid #398417;
    border-radius: 3px;
}

.button:hover a {
    text-decoration: none;
    color: #fff;
}


/*Sayarty-Rent-Search */

.border-around {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}

.border-search {
    border: 2px solid #d2d2d2;
    padding: 35px;
}


/*Sayarty-Email*/

.margin-blog {
    padding: 30px 10px;
}

.width-email {
    width: 80%;
    margin: auto;
}

.import,
.export {
    background-color: #398417;
    height: 400px;
}

.import h3,
.export h3 {
    color: #ffffff;
    font-size: 20px;
    padding: 40px 30px;
    text-align: center;
}

.message,
.from-meesage {
    background-color: #f8f8f8;
    height: auto;
    padding: 26px;
}

.to,
.from {
    border-bottom: 2px solid #bdbdbd;
}

.to span {
    background-color: #398417;
    padding: 0 5px;
    margin-left: 3px;
    color: #ffffff;
    font-weight: 500;
}

.from span {
    background-color: #444444;
    padding: 0 5px;
    margin-left: 3px;
    color: #ffffff;
    font-weight: 500;
}

.from,
.to p {
    font-weight: bold;
}

.padding {
    margin: 15px 0;
    line-height: 1.2;
}

.export,
.from-meesage {
    border-top: 2px solid #f7f7f7;
}


/*Sayarty-Motocycle-Show*/

.shape {
    margin: auto;
    display: block;
    text-align: center;
    width: 350px;
    padding: 0;
}

.shape i {
    padding-left: 5px;
    color: #fff;
    font-size: 16px;
}

.search-motor {
    background-color: #398417;
    border-color: #398417;
    border-radius: 3px;
    min-width: 155px;
    float: right;
    padding: 10px 25px;
}

.search-motor:hover {
    cursor: pointer;
}

.plus-motor:hover {
    cursor: pointer;
}

.search-motor a {
    color: #fff;
    text-decoration: none;
}

.plus-motor {
    background-color: #484848;
    border-color: #484848;
    border-radius: 3px;
    min-width: 155px;
    float: left;
    padding: 10px 25px;
}

.plus-motor a {
    color: #fff;
    text-decoration: none;
}

.plus-motor:hover a {
    color: #fff;
    text-decoration: none;
}

.search-motor:hover a {
    color: #fff;
    text-decoration: none;
}


/*Sayarty-Showrooms*/

.margin-room {
    padding: 30px 10px;
}

.room .col-md-6 {
    padding-top: 10px;
    padding-bottom: 10px;
}


/*Sayarty-Showrooms-All*/

.margin-room {
    padding: 30px 10px;
}

.room .col-md-6 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.back-room {
    background-color: #f4f4f4;
    position: relative;
}

.back-room p {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
}

.back-room::after {
    content: "";
    width: 20px;
    height: 50px;
    background-color: #398417;
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.room-all {
    padding: 20px 0;
}


/*Sayarty-Showrooms-Inside*/


/*Sayarty-Signs3*/

.border-shape {
    padding: 15px;
    border: 2px solid #d5d5d5;
}

.img-shape img {
    width: 150px;
    height: 100px;
}

.img-shape {
    float: right;
}

.caption-shape {
    float: right;
    width: 155px;
}

.caption-shape p {
    padding-right: 10px;
    font-weight: 500;
}

.caption-shape span {
    color: #398417;
}

.padding-shape .col-md-4 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.img-shape img {
    cursor: pointer;
}

.logo-office img {
    margin: auto;
    display: block;
}

.logo-office p {
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
}


/*rentSearchResults*/

.office-car img {
    margin: auto;
    display: block;
}

.office-price {
    position: relative;
    top: -12px;
    margin: 0 auto;
    width: 100px;
    background-color: #f2bd1a;
    padding: 5px;
}

.office-price p {
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto;
}

.office-Ad p {
    font-size: 16px;
    font-weight: 500;
    line-height: .6;
}


/*Sayerty-add-Ads*/

.copyright {
    display: block;
    margin-top: 100px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.copyright a {
    text-decoration: none;
    color: #EE4E44;
}


/****** CODE ******/

.file-upload {
    display: block;
    text-align: center;
    font-family: 'GEDinarOne-Medium', sans-serif !important;
    font-size: 16px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #737373;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #737373;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #737373;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #737373;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.bg-diff h3 {
    background-color: #adc867;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.form-group {
    padding: 0 0 0 15px !important;
}

.around-border {
    border: 2px solid #e4e4e4;
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.around-border3 .col-md-10 {
    border: 2px solid #e4e4e4;
}

.bg-ads {
    padding: 0;
    margin: 0;
    margin: 10px auto;
}

.bg-ads h3 {
    background-color: #398417;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.bg-ads-img h3 {
    background-color: #577590;
    padding: 0 20px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.bg-ads-img {
    background-color: #398417;
    padding: 30px 5px;
}

.select-ads,
.select-ads-details {
    margin: 10px auto;
}

.select-ads select {
    width: 100%;
    padding: 5px;
}

.select-ads input {
    width: 100%;
    padding: 5px;
    background-color: #fafafa;
    font-weight: 600;
}

.form-ads1 select {
    font-weight: 500;
    background-color: #fafafa;
}

.link-add {
    margin: 10px;
}

.link-add a {
    color: #398417;
    text-decoration: none;
    font-weight: 500;
    padding: 10px;
}

.link-add:hover a {
    color: #398417;
    text-decoration: none;
    font-weight: 500;
    padding: 10px;
}

.diff input {
    padding-bottom: 20px;
}


/*add-ads-motor*/

.btn-office h3 {
    height: 200px;
    padding-top: 30px;
}

.btn-office2 h3 {
    height: 100px;
}

.around-border2 {
    border: 2px solid #e4e4e4;
    margin: 0;
    padding-right: 2px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: -10px;
}


/*add-details*/

.num-add h5 {
    font-weight: 500;
    float: right;
}

.num-add spanf {
    background-color: #398417;
    padding: 0 10px;
    color: #fff;
/*    clear: right;*/
    float: none !important;
    font-weight: 500;
    margin: 0 5px;
}

.pagination .bg-hide span {
    background-color: transparent !important;
    color: #000;
    border: none;
    font-weight: 400;
}

.select-ads-details p {
    background-color: #f8f8f8;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    padding: 3px 20px;
    ;
}

.bg-diff2 h3 {
    background-color: #dddddd;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}

.text-area p {
    font-weight: 500;
}

.bg-area {
    padding: 10px 20px;
    background-color: #f8f8f8;
}

.bg-area2 {
    padding: 10px 20px;
    background-color: #f8f8f8;
}

.bg-area i {
    float: right;
}

.bg-area-gray input {
    border: 2px solid #f8f8f8;
    padding: 30px 50px;
}

.add-details {
    margin-top: 10px;
}

.add-details a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: aqua;
    padding: 5px 40px;
}

.add-details:hover a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: aqua;
    padding: 5px 40px;
}

.add-details-call {
    /* border: 3px solid #398417; */
    /* background-color: #398417; */
    /* padding: 10px 20px; */
    /* text-align: center; */
    /* border-radius: 5px; */
}

.add-details-call a {
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: block;
    border: 3px solid #adc867;
    background-color: #adc867;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.add-details-call:hover a {
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.add-details-edit {
    background-color: #398417 !important;
    border-radius: 0;
    border-color: #398417 !important;
    font-weight: 500;
    padding: 5px;
    text-align: center;
}

.add-details-edit a {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.add-details-edit:hover a {
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.add-details-edit:hover {
    background-color: transparent;
}

.pargh p {
    font-size: 20px;
    font-weight: 600;
}

.block-name {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 30px;
}

.block-name span {
    color: #C91414;
    font-weight: 500;
}

.ads-name2 span {
    color: #C91414;
    font-weight: 500;
}

.block-name2 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 30px;
}

.ads-name2,
label {
    font-weight: 500;
    margin: 20px 0;
}

.ads-name2 input {
    border-color: #e5e5e5;
    border-radius: 5px;
    width: 50%;
    margin: 20px 0;
}

label {
    font-weight: 500;
    margin: 0 0;
}

.ads-name input {
    border-color: #e5e5e5;
    border-radius: 5px;
    width: 100%;
    margin: 20px 0;
}

.ads-name select {
    border-color: #e5e5e5;
    border-radius: 5px;
    width: 100%;
    margin: 20px 0;
}

.descrept {
    padding: 10px 30px;
}

.descrept label {
    font-weight: 500;
    margin: 20px 0;
}

.descrept textarea {
    border-color: #e5e5e5;
    border-radius: 5px;
    width: 100%;
    margin: 20px 0;
}

.img-ads label {
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.img-ads .file-select {
    margin: 20px 20px;
}

.edit-close {
    margin: 20px;
    padding: 20px;
}

.edit-close .share-ads a {
    color: #fff;
    background-color: #398417;
    padding: 10px;
    border-radius: 5px;
}

.edit-close:hover .share-ads a {
    color: #fff;
    background-color: #398417;
    padding: 10px;
    border-radius: 5px;
}

.edit-close a {
    color: #398417;
    text-decoration: none;
    font-size: 20px;
}

.edit-close:hover a {
    color: #398417;
    text-decoration: none;
    font-size: 20px;
}

.select-ads2 {
    width: 100%;
    height: 100px;
    background-color: #fafafa;
    margin: 0px 15px;
}

.select-ads2 img {
    padding: 20px;
    width: 150px;
}

.bg-shape h3 {
    background-color: #398417;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    height: 100px;
}

.select-ads3 {
    width: 100%;
    height: 100px;
    background-color: #fafafa;
    margin: 0;
}

.select-ads3 p {
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
}

#info {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}

a {
    color: #074E8C;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 3000px;
}

#wrapper {
    text-align: center;
    width: 75px;
    margin: auto;
}


/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #398417;
}


/*Profile-Page*/


/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/


/* Profile container */

.profile {
    margin: 20px 0;
}


/* Profile sidebar */

.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
    border: solid 1px #cacaca;
    border-top: solid 7px #398417;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-name .price-sudf {
    font-family: auto !important;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li:last-child a {
    border-bottom: 0;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 3px;
    border-bottom: solid 1px #cacaca;
}

.profile-usermenu ul li:last-child a {
    border-bottom: 0;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-right: 2px solid #398417;
    margin-left: 0;
}

.profile-usermenu .mw-100 {
    width: 100%;
}


/* Profile Content */

.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}


/*Login-page*/

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: transparent !important;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover {
    color: white;
    cursor: pointer;
}

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #adc867;
    color: #fff;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: black;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.login_btn {
    color: #ffffff !important;
    background-color: #adc867 !important;
    min-width: 120px;
}

.login_btn:hover {
    color: black;
    background-color: #acaeaf;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color:#ac46a1 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.form-control {
    border: 1px solid #ced4da !important;
}

.row align-items-center remember input {
    color: #495057;
    margin: 10px;
}

.align-items-center {
    color: #495057;
}


/*advertising-details*/

.back-seller {
    display: block;
    margin: 10px 0;
}

.back-seller a {
    text-decoration: none;
    color: #fff;
}

.back-seller:hover a {
    text-decoration: none;
    color: #fff;
}

.back-seller i {
    color: #fff;
    border-radius: 50%;
    background-color: #398417;
    padding: 10px;
    border: 1px solid #398417;
    margin-left: 10px;
    cursor: pointer;
}

.back-seller p {
    font-weight: 500;
}

.more {
    cursor: pointer;
}

.more p {
    padding: 5px;
    background-color: #ff006c;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.phone-seller {
    display: block;
}

#envelope {
    display: block;
}

.light-box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    padding-top: 50px;
    display: none;
    z-index: 65487684787;
}

.light-box .col-md-4 {
    margin: auto;
}

.light-box2 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    padding-top: 50px;
    display: none;
    z-index: 65487684787;
}

.light-box2 .col-md-4 {
    margin: auto;
}




.light-box3 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    padding-top: 50px;
    display: none;
    z-index: 65487684787;
}

.light-box3 .col-md-4 {
    margin: auto;
}





.content-complain {
    background-color: #fff;
}

.content-complain h4 {
    text-align: center;
    color: #398417;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.form-horizontal .control-label {
    margin: 0 10px 0 10px;
}

.content-complain .form-horizontal .col-md-3 {
    text-align-last: left;
}

.close-block {
    position: relative !important;
    top: -190px !important;
    right: 15px !important;
    font-size: 22px !important;
    color: #398417 !important;
    cursor: pointer !important;
}

.close-block .fa-window-close {
    text-align: right !important;
}

#close2 {
    position: relative;
    top: -200px;
    right: 15px;
    font-size: 22px;
    color: #398417;
    cursor: pointer;
}

.img-contanier {
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px auto;
    height: auto;
    width: 100%;
}

#right {
    cursor: pointer;
    color: aqua;
    padding: 0 10px;
    font-size: 25px;
}

#left {
    cursor: pointer;
    color: aqua;
    padding: 0 10px;
    font-size: 25px;
}

.number-phone {
    font-weight: 800;
    vertical-align: 2em;
}


/*Advertiser*/

.profile-sidebar {
    margin-top: 15px;
}

.profile-usertitle-name p {
    font-size: 14px;
}

.profile-usertitle-job p {
    font-size: 16px;
}

.advertiser-details p {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
}

.swiper-slide img {
    width: auto;
    height: auto;
}

.swiper-pagination-fraction {
    width: 10% !important;
    position: relative !important;
    left: 0px;
    right: 460px;
    top: -24px;
    font-family: auto;
    bottom: 5px !important;
    font-weight: 600 !important;
    font-size: 18px;
}

.swiper-button-next {
    position: relative !important;
    top: 30px !important;
    right: 265px !important;
    width: 27px !important;
    height: 40px;
    margin-top: -22px !important;
    z-index: 200 !important;
    cursor: pointer !important;
    color: #000 !important;
    background-size: 15px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.swiper-button-prev {
    position: relative !important;
    top: 9px !important;
    right: 370px !important;
    width: 27px !important;
    height: 40px;
    margin-top: -22px !important;
    z-index: 200 !important;
    cursor: pointer !important;
    color: #000 !important;
    background-size: 15px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/*My-Ads*/

.table td {
    width: auto;
    vertical-align: middle;
}

.table td,
.table th {
    vertical-align: middle;
}

.table .img-table img {
    max-width: 60%;
    max-height: 60%;
}

.table .box-area {
    border: 1px solid #398417;
    width: 80%;
    margin: 0 auto;
    text-align: right;
    padding: 10px;
    word-break: break-word;
}

.box-area {
    font-family: auto;
    font-weight: 600;
}

.table .ads-icon i {
    color: #398417;
    font-size: 20px;
    cursor: pointer;
}

.table .ads-icon a {
    text-decoration: none;
    color: #398417;
    float: right;
}

.table .ads-icon form button {
    background-color: transparent;
    border: 0;
    display: inline-block;
}

.table .ads-icon:hover a {
    text-decoration: none;
}

.table p {
    font-weight: 500;
    font-size: 16px;
}

.fa-check-circle {
    color: #398417;
    font-size: 15px;
}

.fa-exclamation-triangle {
    color: #C91414;
    font-size: 15px;
}

.test-width {
    width: 80%;
    display: inline-block;
}


/*

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content-collapse {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
*/

.active span {
    margin-top: 10px;
}


/*Mediea queries*/

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .img-banner {
        display: none;
    }
    .img-banner {
        display: none;
    }
    .pagination {
        width: 100% !important;
    }
    .num-add h5 {
        font-weight: 500;
        float: none !important;
    }
    #close2 {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important;
        font-size: 22px !important;
        color: #398417 !important;
        cursor: pointer !important;
    }
    .close-block {
        position: absolute !important;
        top: 20px!important;
        right: 20px !important;
        font-size: 22px !important;
        color: #398417 !important;
        cursor: pointer !important;
    }
    .caption-shape {
        font-size: 14px !important;
        line-height: .9 !important;
        margin: 10px 0px 0px 0px;
    }
    .more-details a {
        background-color: #398417 !important;
        border-radius: 3px;
        color: #fff;
        padding: 8px 15px;
        border-color: #398417 !important;
        font-weight: 500;
        text-decoration: none;
    }
    .border-m2 {
        border: 1px solid #d5d5d5;
        padding: 20px 20px;
        height: 350px;
    }
    .more-details2 {
        margin: -20px auto !important;
    }
    .more-details2 .btn {
        background-color: #398417 !important;
        border: 1px solid #398417 !important;
        border-radius: 10px;
        padding: 8px 15px;
    }
    .more-details2:hover .btn {
        color: black;
        background-color: #ffffff !important;
        border: 1px solid #398417 !important;
        border-radius: 10px;
        padding: 8px 15px;
    }
    .more-details2:active .btn {
        color: black;
        background-color: #ffffff !important;
        border: 1px solid #398417 !important;
        border-radius: 10px;
        padding: 8px 15px;
    }
    .test-width p {
        font-size: 14px;
    }
    .swiper-slide img {
        width: 100%;
        height: 200px;
    }
    .swiper-pagination-fraction {
        width: 100% !important;
        position: relative !important;
        left: 0px;
        right: -10px;
        bottom: 5px !important;
        font-weight: 600 !important;
    }
    .swiper-button-next {
        position: relative !important;
        top: 50px !important;
        right: 33px !important;
        width: 27px !important;
        height: 40px;
        margin-top: -22px !important;
        z-index: 200 !important;
        cursor: pointer !important;
        color: #000 !important;
        background-size: 15px 20px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .swiper-button-prev {
        position: relative !important;
        top: 27px !important;
        right: 85px !important;
        width: 27px !important;
        height: 40px;
        margin-top: -22px !important;
        z-index: 200 !important;
        cursor: pointer !important;
        color: #000 !important;
        background-size: 15px 20px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .more {
        text-align-last: center;
        display: flex;
        justify-content: flex-end;
        margin-right: auto;
    }
    .more p {
        padding: 5px;
        background-color: #398417;
        text-align: center;
        color: #fff;
        font-size: 10px;
        font-weight: 500;
    }
    .car-details {
        margin: 0 auto;
    }
    .car-img {
        margin: 0 auto;
    }
    .car-details img {
        width: 100%;
    }
    /*Ads*/
    .car-img img {
        width: 100%;
    }
    .select-ads2,
    .select-ads3 {
        height: auto;
        overflow: hidden;
    }
    .edit-close .text-left {
        text-align: center!important;
        margin: 20px;
    }
    .edit-close .text-center {
        text-align: center!important;
        margin: 20px;
    }
    .edit-close .text-right {
        text-align: center!important;
        margin: 20px;
    }
    .num-add span {
        background-color: #398417;
        padding: 0 10px;
        color: #fff;
        float: none;
        font-weight: 500;
    }
    .btn-office h3 {
        height: auto;
        padding-top: 0px;
    }
    .btn-office2 h3 {
        height: auto;
    }
    .btn-office h3 {
        height: auto;
    }
    .head-diff {
        width: 100%;
        height: 25px;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    /*home*/
    .bg-ads h3 {
        background-color: #398417;
        padding: 10px 5px;
        font-weight: 500;
        color: #fff;
        font-size: 14px;
    }
    .select-ads select {
        width: 100%;
        padding: 2px;
    }
    .select-ads input {
        width: 100%;
        padding: 2px;
        background-color: #fafafa;
        font-weight: 600;
    }
    .link-add a {
        color: #398417;
        text-decoration: none;
        font-weight: 500;
        padding: 2px;
    }
    ul.pagination li {
        display: block;
    }
    .pagi {
        text-align: center;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: 0px;
        font-weight: 500;
    }
    .pagi i {
        padding: 2px !important;
    }
    .social {
        text-align: center !important;
    }
    .img-footer img {
        text-align: center;
        margin: auto;
        display: block;
    }
    .caption-footer {
        text-align: center !important;
    }
    .phone {
        text-align: center !important;
    }
    .last-caption p {
        text-align: center !important;
        text-align-last: center !important;
    }
    .login {
        float: right !important;
    }
    .login2 {
        float: left !important;
    }
    nav ul li {
        border-left: 0 !important;
    }
    .manage {
        display: inline-block !important;
    }
    .car-model {
        padding: 0 5px;
        max-width: 100%;
        float: right;
    }
    .car-model p {
        font-size: 13px !important;
        font-weight: 500;
        margin: 0 auto;
    }
    .more-details {
        margin: -10px -5px !important;
    }
    .more-details .btn {
        background-color: #ff006c !important;
        border-radius: 0;
        border-color: #99144b !important;
        font-weight: 500;
        font-size: smaller;
    }
    .border-m {
        border: 1px solid #d5d5d5;
        padding: 20px 20px;
        height: 265px;
    }
    .car-details {
        float: none;
    }
    .logo img,
    .manage {
        margin: auto !important;
        display: block;
    }
    .manage ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        padding: 30px 13px !important;
        font-weight: 500;
        border-right: 2px solid #e4e4e4;
        text-align: center;
        margin-bottom: 0 !important;
    }
    .manage ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        padding: 30px 6px !important;
        font-weight: 500;
        border-right: 2px solid #e4e4e4;
        text-align: center;
        margin-bottom: 0 !important;
    }
    .login p {
        color: #000000;
        font-size: 14px !important;
        font-weight: 500;
        display: inline-block;
        margin: 0;
    }
    .login2 p {
        color: #000000;
        font-size: 14px !important;
        font-weight: 500;
        display: inline-block;
        margin: 0;
    }
    .title .h2 {
        background-image: url(../Images/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        font-size: 18px !important;
    }
    .caption-img {
        position: relative;
        top: -12px;
        margin: 0 auto;
        width: 70px !important;
        background-color: #f2bd1a;
        padding: 5px;
    }
    .caption-img p {
        text-align: center;
        font-weight: 500;
        color: #ffffff;
        font-size: 10px !important;
        margin: 0 auto;
    }
    /*search-motors*/
    .pagitaion {
        text-align: center;
        font-size: 12px !important;
        width: 150%;
        margin: 0 -40px;
        font-weight: 500;
    }
    #header h1 {
        background-color: #ffffff;
        width: auto;
        display: inline-block;
        z-index: 3;
        padding: -10px 30px 0px 30px !important;
        color: black;
        position: relative;
        font-size: 18px;
        margin: 10px 0;
        font-weight: 500;
        font-family: 'GEDinarOne-Medium', sans-serif !important;
    }
    #header {
        margin-bottom: 0;
    }
    /*search-syarty*/
    .btn-search .btn {
        color: #fff !important;
        background-color: #398417 !important;
        border-color: #398417 !important;
        padding: 5px 15px !important;
    }
    .migifier img {
        display: block;
        margin: auto;
        position: relative;
        top: 50px;
        left: 10px;
        width: 80px;
    }
    /*saraty-email*/
    #Sayarty-Email .message,
    .from-meesage {
        background-color: #f8f8f8;
        height: auto !important;
        padding: 26px;
    }
    /*search-motor*/
    .search-motor,
    .plus-motor {
        float: none;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    .shape {
        width: 250px;
    }
    /*sayrty-sign*/
    .img-shape {
        float: none;
    }
    .img-shape img {
        display: block;
        margin: auto;
    }
}


/*by ali*/



/*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.wrapper {
    /*overflow-x: hidden;*/
}

#page-loader {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
    text-align: center;
}

.loader-img img {
    max-width: 150px;
    border-radius: 0;
}

.loader-img:after {
    position: absolute;
    top: 5%;
    left: 45%;
    display: block;
    width: 180px;
    height: 180px;
    border-top: 2px solid #398417;
    border-right: 2px solid #398417;
    border-radius: 50%;
    content: "";
    margin: -70px 0 0 -80px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.logo {
    -webkit-transition: all .2s ease 10ms;
    -moz-transition: all .2s ease 10ms;
    -o-transition: all .2s ease 10ms;
    transition: all .2s ease 10ms;
}

.animated {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.login-box .card-body {
    display: flex;
    align-items: center;
}

.border-blog .text-left {
    text-align: right!important;
}

.login-box form {
    width: 100%;
}


/*box ads*/

.border-m {
    border: 1px solid #d5d5d5;
    padding: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.car-details {
    float: none;
    max-width: 100%;
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b5b5b5;
    position: relative;
}

.caption2 {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100px;
    background-color: #f2bd1a;
}

.car-details a {
    text-decoration: none;
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
}

.car-details img {
    width: 100%;
    height: 100%;
}

.car-model {
    padding: 0 10px;
    max-width: 100%;
    float: right;
    width: 100%;
    column-count: 1;
    column-gap: 5px;
}

.car-model p {
    /* background: #e8e8e8; */
    margin: 0 0 5px;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

.more-details.text-left {
    /* text-align: center !important; */
}

.caption {
    position: absolute;
    top: auto;
    bottom: -11px;
    width: auto;
    min-width: 100px;
    padding: 0px 5px;
    line-height: 27px;
    max-width: 150px;
    right: 8%;
    left: 8%;
}

.car-model p span {
    margin-left: 5px !important;
    min-width: 40px !important;
    width: auto !important;
    float: right !important;
    max-width: 100% !important;
    text-align: right;
}

.form1 {
    margin-top: 50px;
}

@media only screen and (min-width: 767px) {
    .img-banner {
        display: block;
    }
    .border-m {
        height: 380px;
        height: auto;
    }
    .car-details {
        float: none;
        max-width: 100%;
        width: 100%;
        height: 140px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #b5b5b5;
    }
    .car-model {
        padding: 10px 10px;
        max-width: 100%;
        float: right;
        width: 100%;
        min-height: 166px;
        column-count: 1;
    }
}


/*fixed ads*/

.fixed-ads .border-m {
    border: 1px solid #d5d5d5;
    padding: 0 0px;
    min-height: 200px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.fixed-ads .caption {
    position: absolute;
    top: auto;
    bottom: -11px;
    width: auto;
    padding: 0px 5px;
    line-height: 27px;
    max-width: 150px;
    right: 8%;
    left: 8%;
}

.fixed-ads .more-details.text-left {
    text-align: left !important;
}

.fixed-ads .car-details {
    float: right;
    max-width: 50%;
    /* width: 100%; */
    height: 120px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b5b5b5;
    position: relative;
}

.fixed-ads .car-model p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 3px;
    display: block;
    text-align: right;
    /* background: transparent; */
}

.fixed-ads .car-model p span {
    margin-left: 5px !important;
    min-width: 40px !important;
    width: auto !important;
    float: none !important;
    max-width: 100% !important;
    text-align: right;
}

.fixed-ads .car-model {
    column-count: 1;
    column-gap: 0px;
    padding: 10px 10px;
    max-width: 50%;
    float: right;
    width: 100%;
    min-height: 130px;
}

.col-md-12.all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.colm-left {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .colm-left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 !important;
    }
}

.t-r {
    color: #ffffff;
    float: right;
    padding-top: 10px;
    position: absolute;
    top: 0;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    right: 0;
    left: auto;
    height: 30px;
    width:40px;
    border-radius: 3px;
    background: #55407d;
}

.t-r span {
    display: none;
}

footer {
    font-size: 12px;
}

.bottom-footer {
    padding: 5px 0;
}

.caption-footer li {
    padding-left: 10px;
}

.phone p {
    font-weight: 600;
    font-size: 14px;
    color: #b3b3b3;
    display: flex;
    justify-content: center;
}

.phone i {
    color: #398417 !important;
    font-size: 14px;
    vertical-align: middle;
    margin: 5px;
}


/*header*/

.account,
.logo {
    margin: 0 !important;
    padding-top: 15px;
    padding-bottom: 10px;
    min-height: 85px;
}

.col-md-12.col-lg-5.ml-auto {
    float: right;
    width: auto;
    flex: initial;
    max-width: initial;
    margin-left: auto!important;
    margin-right: initial!important;
}

.col-md-8.col-lg-4.mb-to-nav {
    float: right;
    max-width: inherit;
    float: right;
    flex: inherit;
    max-width: inherit;
    width: inherit;
}

.col-md-4.col-lg-3.mb-acount {
    -ms-flex: initial;
    flex: inherit !important;
    max-width: inherit !important;
    float: right;
    width: inherit;
}

.more-details a {
    background-color: #ff006c !important;
    border-radius: 3px;
    color: #fff;
    padding: 5px 15px;
    border-color: #55407d !important;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 1s;
    transition: all 0.5s;
    transition-property: auto;
}

.more-details:hover a {
    /* background-color: #398417 !important; */
    border-radius: 3px;
    color: #fff;
    padding: 5px 15px;
    border-color: #398417 !important;
    font-weight: 500;
    text-decoration: none;
}

.agencies img {
    transition-duration: 2s;
}


/*end header*/

.mr-auto {
    margin-right: auto!important;
    margin-left: initial!important;
}

p.number-phone {
    margin: 0;
    padding: 3px;
    font-size: 22px;
}

.form-ads1-ali {
    position: relative;
}

.form-ads1-ali [class^="col-"],
.form-ads1-ali [class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
}

.form-ads1-ali .select-ads2 {
    width: 100%;
    height: 100% !important;
    height: initial;
    background-color: #fafafa;
    margin: 0;
    padding: 15px;
}

.form-ads1-ali .bg-shape {
    height: 100%;
}

.form-ads1-ali .bg-shape h3 {
    height: 100%;
}

.form-ads1-ali .row {
    margin-top: 1px;
    margin-bottom: 1px;
}


/*ads form*/

.border-blog.planet-page {
    border: 2px solid #d2d2d2;
    padding: 30px;
    margin: 20px 0;
}

.border-blog {
    margin: 20px 0px;
}

.form-ads1 {
    height: 100%;

    flex-direction: column;
}

.form-ads1 .bg-ads h3 {
    background-color: transparent;
    padding: 10px 10px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.form-ads1 .row {
    margin-bottom: 1px;
    height: 100%;
}

.form-ads1 .select-ads,
.form-ads1 .select-ads-details {
    margin: 10px auto;
    padding: 0px 30px;
    padding-right: 0;
}

.form-ads2colm .select-ads,
.form-ads2colm .select-ads-details {
    margin: 10px auto;
    padding: 0px;
    padding-right: 0;
}

.col-md-10.m-auto {
    padding: 0;
}

.form-ads1 .bg-ads {
    padding: 0;
    margin: 0;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    background-color: #577590;
}

.form-ads1 .bg-ads-img {
    background-color: #398417;
    padding: 30px 5px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-search {
    margin: 0 !important;
}

.margin-blog {
    padding: 0 10px;
}

@media only screen and (max-width: 768px) {
    .form-ads1 .select-ads,
    .form-ads1 .select-ads-details {
        padding: 0 30px;
    }
}

span.price-sud,
a.price-sud {
    /* font-family: auto; */
    font-weight: 500;
    font-size: 16px !important;
}

.logo-office img {
    margin: auto;
    display: block;
    max-height: 150px;
    min-height: 150px;
}

.planets-box .img-shape {
    float: right;
    float: right;
    max-width: 50%;
    /* width: 100%; */
    height: 120px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b5b5b5;
    position: relative;
}

.border-shape {
    padding: 15px;
    border: 2px solid #d5d5d5;
    min-height: 150px;
    margin: 15px 0;
}

.caption-shape {
    font-size: 14px;
}

.input-box {
    width: 48%;
    text-align: center;
    float: left;
}

.hidden,
#uploadImg:not(.hidden)+label {
    display: none;
}

#file {
    display: none;
    margin: 0 auto;
}

#upload {
    display: block;
    padding: 10px 25px;
    border: 0;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #216e69;
    color: #fff;
    outline: none;
    transition: .3s ease-in-out;
    &:hover,
    &:focus {
        background: #1AA39A;
    }
    &:active {
        background: #13D4C8;
        transition: .1s ease-in-out;
    }
}

.file-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

a.btn-dc {
    margin: 0 5px;
}

.fixed-ads .car-model p {
    display: flex;
}

.fixed-ads .car-model p span {
    float: none !important;
}

element.style {}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-header .close {
    padding: 0;
    margin: -2rem auto -1rem -2rem;
    background: #5bc100;
    border-radius: 50px;
    opacity: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 26px;
    color: white;
    display: inline-block;
    justify-content: center;
    vertical-align: middle;
    align-items: self-end;
}

.close span {
    margin: -22px;
    display: block;
    vertical-align: top;
}


/*end by ali*/


/*responsive*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .img-banner {
        display: none;
    }
    .img-banner {
        display: none;
    }
    .login2 p,
    .login p {
        font-size: 16px;
    }
    .mb-to-nav {
        float: right;
        width: 65% !important;
    }
    .mb-acount {
        float: right;
        width: 30% !important;
        padding: 0 !important;
    }
    .manage ul li {
        list-style-type: none;
        display: inline-block;
        padding: 30px 10px;
    }
    .social {
        text-align: center !important;
    }
    .img-footer img {
        text-align: center;
        margin: auto;
        display: block;
    }
    .caption-footer {
        text-align: center !important;
    }
    .phone {
        text-align: center !important;
    }
    .last-caption p {
        text-align: center !important;
        text-align-last: center !important;
    }
    .login {
        float: right !important;
    }
    .login2 {
        float: right !important;
    }
    nav ul li {
        margin: 0 12px !important;
        border-bottom: solid 1px #b1b1b178;
        line-height: 2;
    }
    nav ul li {
        border-left: 0 !important;
    }
    .nav-item .border-0 {
        border-bottom: 0 !important;
    }
    .car-model p {
        font-size: 16px;
        font-weight: 500;
        margin: 0 auto;
    }
    .more-details .btn {
        background-color: #ff006c !important;
        border-radius: 0;
        border-color: #99144b !important;
        font-weight: 500;
        font-size: smaller;
        margin: 5px 0;
    }
    .border-m {
        padding: 20px 20px !important;
    }
    .car-details {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }
    .form-control {
        font-size: 12px;
    }
    .col.col-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .border-blog {

        padding: 0 30px;
    }
    .account {
        padding-top: 15px !important;
        padding-bottom: 0;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255, 255, 255);
        border-color: rgba(41, 41, 41, 0.1);
        background: #636363;
    }
    .pagitaion {
        text-align: center;
        font-size: 14px !important;
        width: 150%;
        margin: 0 -40px;
        font-weight: 500;
    }
    .border-search {
        padding: 15px;
    }
    .form-group {
        padding: 0 !important;
    }
    form.border-search .col-md-3 #exampleFormControlSelect1 {
        width: 100%!important;
    }
    .form-sud {
        font-size: 14px;
    }
}

@media only screen and (min-width: 412px) and (max-width: 690px) {
    .img-banner {
        display: none;
    }
    .img-banner {
        display: none;
    }
    .swiper-pagination-fraction {
        width: 100% !important;
        position: relative !important;
        left: 0px;
        right: 0px;
        bottom: 5px !important;
        font-weight: 600 !important;
    }
    .swiper-button-next {
        position: relative !important;
        top: 50px !important;
        right: 55px !important;
        width: 27px !important;
        height: 40px;
        margin-top: -22px !important;
        z-index: 200 !important;
        cursor: pointer !important;
        color: #000 !important;
        background-size: 15px 20px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .swiper-button-prev {
        position: relative !important;
        top: 27px !important;
        right: 110px !important;
        width: 27px !important;
        height: 40px;
        margin-top: -22px !important;
        z-index: 200 !important;
        cursor: pointer !important;
        color: #000 !important;
        background-size: 15px 20px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination {
        width: 200% !important;
    }
    .more-details2 .btn {
        background-color: #398417 !important;
        border: 1px solid #398417 !important;
        border-radius: 10px !important;
        padding: 4px 4px !important;
        margin-top: 40px !important;
    }
    .more-details2:hover .btn {
        background-color: #398417 !important;
        border: 1px solid #398417 !important;
        border-radius: 10px !important;
        padding: 4px 4px !important;
        margin-top: 40px !important;
    }
    .car-Ads p {
        font-size: 12px !important;
        max-height: 100px !important;
        line-height: 1.6 !important;
    }
    .import,
    .export {
        background-color: #adc867;
        height: 475px;
    }
    .green {
        background-color: #adc867;
        border-top: 1px solid #fff;
        height: 320px;
    }
    .bg-ads h3 {
        background-color: #adc867;
        padding: 10px 12px;
        font-weight: 500;
        color: #fff;
        font-size: 14px;
    }
    .num-add h5 {
        text-align: right;
        font-size: 14px;
        float: none;
    }
    .num-add span {
        text-align: center;
        font-size: 14px;
        float: none;
    }
    .more {
        text-align: center;
        font-size: 12px;
    }
    .add-details-call {
        border: 3px solid #398417;
        background-color: #398417;
        padding: 6px 12px;
        text-align: center;
        border-radius: 5px;
    }
    .swiper-pagination-fraction {
        width: 100% !important;
        position: relative !important;
        left: 0px;
        right: -10px;
        bottom: 5px !important;
        font-weight: 600 !important;
    }
    .swiper-button-next {
        position: relative !important;
        top: 50px !important;
        right: 120px !important;
        width: 27px !important;
        height: 40px;
        margin-top: -22px !important;
        z-index: 200 !important;
        cursor: pointer !important;
        color: #000 !important;
        background-size: 15px 20px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .swiper-button-prev {
        position: relative !important;
        top: 27px !important;
        right: 190px !important;
        width: 27px !important;
        height: 40px;
        margin-top: -22px !important;
        z-index: 200 !important;
        cursor: pointer !important;
        color: #000 !important;
        background-size: 15px 20px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .edit-close .share-ads a {
        color: #fff;
        background-color: #398417;
        padding: 10px;
        border-radius: 5px;
        font-size: 12px;
    }
    .pagi {
        text-align: center;
        font-size: 18px !important;
        width: 100%;
        margin: 0 -50px !important;
        font-weight: 500;
    }
    .pagi i {
        padding: 10px !important;
    }
    .logo {
        margin: 10px !important;
        padding-top: 15px;
        text-align: center;
    }
    .title .h2 {
        background-image: url(../images/bg-header.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        font-size: 14px;
        font-weight: 500;
    }
    .caption-img {
        position: relative;
        top: -8px;
        margin: 0 auto;
        width: 35px;
        background-color: #f2bd1a;
        padding: 5px;
    }
    .caption-img p {
        text-align: center;
        font-weight: 500;
        color: #ffffff;
        font-size: 8px;
        margin: 0 auto;
    }
    .more-details .btn {
        font-size: 10px !important;
        margin: 0 auto;
        margin-top: 30%;
    }
    .car-Ads p {
        font-size: 12px !important;
        max-height: 100px !important;
        line-height: .8;
    }
    .caption {
        position: relative;
        top: -20px;
        margin: 0 auto;
        width: 100px;
        background-color: #f2bd1a;
    }
    .btn-fixed .btn {
        font-size: 12px !important;
        margin-top: 10% !important;
    }
    .img-footer img,
    .last-caption p {
        margin: auto !important;
        display: block;
    }
    .text-right {
        text-align: center !important;
    }
    .social i {
        margin: 0 2px !important;
    }
    nav ul li {
        margin: 0 12px !important;
        border-bottom: solid 1px #b1b1b178;
        line-height: 2;
    }
    nav ul li {
        border-left: 0 !important;
    }
    .nav-item .border-0 {
        border-bottom: 0 !important;
    }
    .b-Add a {
        color: #000000;
        text-decoration: none;
        padding: 6px 25px !important;
        border: 1px solid #398417;
        font-size: 20px;
    }
    .car-model p {
        font-size: 15px !important;
        font-weight: 500 !important;
        margin: 0 auto;
    }
    .phone-0 {
        width: 100%;
    }
    .email {
        width: 67%;
        color: aqua;
    }
    .gray {
        background-color: #f8f8f8;
        padding: 20px 30px 20px 20px;
        border-bottom: 1px solid #fff;
        height: 320px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .car-Ads {
        min-height: 180px !important;
    }
    nav ul li {
        padding: 0 !important;
    }
    .manage ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        padding: 30px 13px !important;
        font-weight: 500;
        border-right: 2px solid #e4e4e4;
        text-align: center;
        margin-bottom: 0 !important;
    }
    .caption-img {
        position: relative;
        top: -12px;
        margin: 0 auto;
        width: 77px !important;
        background-color: #f2bd1a;
        padding: 5px;
    }
    .phone p {
        font-weight: 600 !important;
        font-size: 12px !important;
        color: #b3b3b3;
    }
}


/*table-query*/


/*
    Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
    */

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    /* table, thead, tbody, th, td, tr {
        display: block;
    } */
    .ui-datepicker table,  .ui-datepicker thead,  .ui-datepicker tbody,  .ui-datepicker th,  .ui-datepicker td,  .ui-datepicker tr {

        display: revert;
    }
    /* tbody th {
        background-color: #398417 !important;
        color: #fff;
    }
    tr {
        margin: 0 0 1rem 0;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        padding-left: 50%;
    }
    td:before {
        position: absolute;
        top: 30px;
        left: 0;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    } */
    /*
        Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
        */
    /* td:nth-of-type(1):before {
        content: "Ã˜Â¹Ã™â€ Ã™Ë†Ã˜Â§Ã™â€  Ã˜Â§Ã™â€žÃ˜Â¥Ã˜Â¹Ã™â€žÃ˜Â§Ã™â€ ";
    }
    td:nth-of-type(2):before {
        content: "Ã˜ÂªÃ˜Â§Ã˜Â±Ã™Å Ã˜Â® Ã˜Â§Ã™â€žÃ™â€ Ã˜Â´Ã˜Â±";
    }
    td:nth-of-type(3):before {
        content: "Ã˜Â§Ã™â€žÃ˜ÂµÃ™Ë†Ã˜Â±Ã˜Â©";
    }
    td:nth-of-type(4):before {
        content: "Ã˜Â¹Ã˜Â¯Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â¹Ã™â€žÃ™Å Ã™â€šÃ˜Â§Ã˜Âª";
    }
    td:nth-of-type(5):before {
        content: "Ã˜ÂªÃ˜Â¹Ã˜Â¯Ã™Å Ã™â€žÃ˜Å’Ã˜Â­Ã˜Â°Ã™Â";
    } */
    /*
        td:nth-of-type(6):before { content: "Secret Alias"; }
        td:nth-of-type(7):before { content: "Date of Birth"; }
        td:nth-of-type(8):before { content: "Dream Vacation City"; }
        td:nth-of-type(9):before { content: "GPA"; }
        td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}


/*by ali responsive*/

@media only screen and (min-width:768px) and (max-width: 991px) {
    .logo {
        margin: 0 !important;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255, 255, 255);
        border-color: #000;
        background: #f1f1f1;
        border-top: 4px solid #55407d;
        border-bottom: 4px solid #55407d;
        width: 100%;
    }
    .navbar-light .navbar-toggler:before {
        position: relative;
        content: "القائمة الرئيسية";
        color: #000;
        left: 0;
        top: 0;
        right: 0;
    }
    /*mobile*/
    .main-nav li {
        background-color: transparent;
    }
    header .navbar-nav {
        background: #f1f1f1;
    }
    .nav-link {
        color: #000000 !important;
    }
}

@media only screen and (max-width: 768px) {
    body .date-box {
        position: relative;
        bottom: 0 !important;
        margin-bottom: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 32px; */
    }
    body .date-box label:before {
        display: block;
        width: 20px;
        height: 20px;
        top: -2px !important;
    }
    label {
        margin: 0px 0;
    }
    .form1 select {
        margin-top: 10px;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255, 255, 255);
        border-color: rgb(57, 132, 23);
        background: #f1f1f1;
        border-top: 4px solid #55407d;
        border-bottom: 4px solid #55407d;
        width: 100%;
    }
    .navbar-light .navbar-toggler:before {
        position: relative;
        content: "القائمة الرئيسية";
        color: #000;
        left: 0;
        top: 5px;
        right: 0;
    }
    .more-details {
        margin: 5px !important;
    }
    .border-m {
        padding: 0 !important;
        height: initial;
    }
    .navbar-toggler-icon {
        float: right;
    }
    .col-md-12.col-lg-5.ml-auto {
        text-align: center;
        margin: auto !important;
        padding: 5px 0 15px;
    }
    .col-md-8.col-lg-4.mb-to-nav {
        padding: 0;
        width: 100%;
    }
    .manage {
        width: 100%;
    }
    .header-ul {
        margin: 0 !important;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: baseline;
    }
    .col-md-4.col-lg-3.mb-acount {
        margin: auto;
    }
    .account,
    .logo {
        min-height: 55px;
    }
    .manage ul li {
        border-bottom: 2px solid #e4e4e4;
    }
    .manage ul li {
        flex: 1;
    }
    /*mobile*/
    .main-nav li {
        background-color: transparent;
    }
    header .navbar-nav {
        background: #f1f1f1;
    }
    .nav-link {
        color: #000000 !important;
    }
}

@media(min-width: 991px) {
    .col-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media(min-width: 491px) {
    #close2 {
        position: relative;
        top: -240px !important;
        right: 15px;
        font-size: 22px;
        color: #398417;
        cursor: pointer;
    }
    .close-block {
        position: relative !important;
        top: -240px !important;
        right: 15px !important;
        font-size: 22px !important;
        color: #398417 !important;
        cursor: pointer !important;
    }
    .swiper-pagination-fraction {
        width: 10% !important;
        position: relative !important;
        left: 0px;
        right: 130px;
        top: -24px;
        font-family: auto;
        bottom: 5px !important;
        font-weight: 600 !important;
        font-size: 18px;
        display: inline;
    }
    .swiper-button-next {
        position: relative !important;
        top: 30px !important;
        right: 80px !important;
        width: 27px !important;
        height: 40px;
        margin-top: -22px !important;
        z-index: 200 !important;
        cursor: pointer !important;
        color: #000 !important;
        background-size: 15px 20px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .swiper-button-prev {
        position: relative !important;
        top: 10px !important;
        right: 150px !important;
        width: 27px !important;
        height: 40px;
        margin-top: -22px !important;
        z-index: 200 !important;
        cursor: pointer !important;
        color: #000 !important;
        background-size: 15px 20px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}


/*swiper by ali */

.ui-datepicker .ui-datepicker-header {
    direction: rtl !important;
}

.en-number {
    font-family: auto;
}

.date-box {
    position: relative;
}
.date-box label {
    position: absolute;
    display: block;
    height: 32px;
    width: 20px;
    top: 0;
    right: 0;
    margin: 0;
}

.date-box label:before {
    content: "\f073";
    position: absolute;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    top: 40%;
    color: #000;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
}

.en-number .hasDatepicker {
    padding-right: 30px !important;
}

.slider-single-page {
    position: relative;
}

.swiper-button-next {
    position: relative !important;
    top: 30px !important;
    right: 40% !important;
    width: 27px !important;
    height: 40px;
    margin-top: -22px !important;
    z-index: 200 !important;
    cursor: pointer !important;
    color: #000 !important;
    background-size: 15px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.swiper-button-prev {
    position: relative !important;
    top: 10px !important;
    right: 55% !important;
    width: 27px !important;
    height: 40px;
    margin-top: -22px !important;
    z-index: 200 !important;
    cursor: pointer !important;
    color: #000 !important;
    background-size: 15px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.swiper-pagination-fraction {
    width: 10% !important;
    position: relative !important;
    left: 48% !important;
    right: 48%;
    top: -24px;
    font-family: auto;
    bottom: 5px !important;
    font-weight: 600 !important;
    font-size: 18px;
}

@media(max-width:480px) {
    .swiper-pagination-fraction {
        width: 98% !important;
        position: relative !important;
        left: 0 !important;
        right: 0;
        top: -24px;
        font-family: auto;
        bottom: 5px !important;
        font-weight: 600 !important;
        font-size: 18px;
    }
    .swiper-button-next {
        position: relative !important;
        top: 30px !important;
        right: 0% !important;
    }
    .swiper-button-prev {
        position: relative !important;
        top: 10px !important;
        right: 90% !important;
    }
}


/*new ads style by ali*/

.fav-box {
    position: relative;
    left: 0;
    top: 0;
}

.fav-box i {
    cursor: pointer;
}

.fav-box i.fas {
    color: #f2bd1a;
}

.fixed-ads .caption {
    position: relative;
    top: auto;
    bottom: 0;
    width: auto;
    padding: 0px 5px;
    line-height: 27px;
    max-width: 150px;
    float: left;
    right: 0;
    left: 0;
    margin: 0 15px;
}

.more-details {
    margin: 0 5px !important;
    float: right;
}

.fixed-ads .car-model {
    column-count: 1;
    column-gap: 0px;
    padding: 10px 10px;
    max-width: 50%;
    float: right;
    width: 100%;
    height: 145px;
    min-height: 133px;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50% !important;
}

.profile-userpic {
    display: flex;
}


/*replays*/

.replay-box {
    position: relative;
    padding: 5px;
    border: solid 1px #cacaca;
    border-radius: 15px;
}

.bg-area i {
    padding: 2px 10px;
}

.replay-inside {
    position: relative;
    padding: 5px;
    border: solid 1px #cacaca;
    border-radius: 15px;
    background: #e3efde;
}


/*new style*/

.replays-box li {
    color: #398416;
}

.replays-box li p {
    color: #000;
}

.activeLink {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, .5) !important;
    position: relative;
}

.activeLink:after {
    content: '\f0d7';
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #b5b5b5;
    padding: 8px;
    font-size: 40px;
    position: absolute;
    bottom: -20px;
    line-height: 0;
    left: 15%;
    right: auto;
}


/*by ali new arrange coulms*/

.box-c {
    position: relative;
}

.box-c .row.colm-full {
    display: inline-block;
    width: 100% !important;
}

.colm-full {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 !important;
}

.bg-ads h3 {
    background-color: #577590;
    padding: 10px 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

@media(min-width:768px) {
    .col-md-12.all {
        display: -ms-flexbox;
        display: block;
        -ms-flex-wrap: wrap;
        width: 100%;
        float: left;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        column-count: 2;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        -webkit-column-gap: .5em;
        -moz-column-gap: .5em;
    }
    .colm-left {
        -ms-flex: 0 0 50%;
        flex: 100%;
        max-width: 100%;
        margin: 0 !important;
        display: inline-block;
    }
    .colm-left .col-md-8,
    .colm-left .col-md-4 {
        float: right;
    }
}

@media(min-width:768px) {
    /*div.colm-left:nth-child(1) {  order:1;}*/
    /*div.colm-left:nth-child(2) {  order:3;}*/
    /*div.colm-left:nth-child(3) {  order:5;}*/
    /*div.colm-left:nth-child(4) {  order:7;}*/
    /*div.colm-left:nth-child(5) {  order:2;}*/
    /*div.colm-left:nth-child(6) {  order:4;}*/
    /*div.colm-left:nth-child(7) {  order:6;}*/
    /*div.colm-left:nth-child(8) {  order:7;}*/
    /*div.colm-left:nth-child(9) {  order:8;}*/
    /*div.colm-left:nth-child(10){  order:9;}*/
    /*div.colm-left:nth-child(11){  order:10;}*/
    /*div.colm-left:nth-child(12) {  order:11;}*/
    /*div.colm-left:nth-child(13){  order:12;}*/
    /*div.colm-left:nth-child(14){  order:13;}*/
}











 /* by ali new edits for spaces 15-6-2020 */

.bg-ads {
    padding: 0;
    margin: 0;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
}
 input, optgroup, select, textarea {
    padding: 5px;
    border: solid 1px #cacaca;
    height: 100%;
}

.bg-ads h3 {
    background-color: #577590;
    padding: 10px 10px;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    margin: 1px 0;
    width: 100%;
}
.form-control {
    font-size: 12px;
}
.select-ads, .select-ads-details {
    margin: 0;
}

.bg-ads-img {
    background-color: #577590;
    padding: 30px 5px;
    height: 100%;
}


/*16-6-2020*/

span.text.text-danger {
    float: left !important;
}

/*
.bg-ads-img {
    background-color: #398417;
    padding: 5px 10px 25px 10px !important;
    height: 0 !important;
}
*/

/*21-6-2020*/

.num-add span {
    background-color: #ff006c;
    padding: 0 10px;
    color: #fff;
    clear: right !important;
/*    float: none !important; */
    font-weight: 500;
    margin: 0 5px;
}

.top-d {
position: relative;
}
.top-d .num-add {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    margin: 0 auto 15px;
}
.top-d .num-add h5 {

    margin: 0;
}
.top-d .green-box {
    background-color: #ff006c;
    padding: 0 10px;
    color: #fff;
    clear: right !important;
    float: none !important;
    font-weight: 500;
    margin: 0 5px;
    width: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-d a {
    color: #ffffff;
    text-decoration: none;
}
.top-d a:hover {
    color: #ffffff;
    text-decoration: none;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px !important;

}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

    width: 12px !important;

}



/* form edit new  */
.rent-search .form-group {
    margin: 0;
}
.rent-search  select {
    margin-top: 0;
}
.rent-search p {
    margin: 0;
}

.rent-search .inline {
    height: 100%;
    display: flex;
    align-items: center;
}
.rent-search .bg-ads {
    padding: 0;
    margin: 0;
    margin: 0 auto;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
    font-size: 10px;
    background-color: #398417;
}
.rent-search .city-row .bg-ads h3 {
    background-color: transparent;
    padding: 10px 10px 0;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.rent-search .city-row .bg-ads p {
    margin: 0 10px;
}
.radio-inline {
    display: -ms-flexbox!important;
    align-items: center;
    display: flex!important;
    justify-content: space-between;
}
.rent-search  span.price-sud, a.price-sud {

    width: 100%;
}
.rent-search .inline-row .inline {
    margin-left: 5px;
}
/* form responisve  */


@media(max-width:768px) {
    .border-search {
        padding: 15px 0;
    }
    .plants-search .col-md-12 {
        padding: 0 10px;
    }

 .form1-mb {
        margin: 0;
    }
    .rent-search .city-row .bg-ads h3 {
        color: #000;

    }
    .h2, h2 {
        font-size: 18px;
    }

    .table .ads-icon a {
        text-decoration: none;
        color: #398417;
        float: left;
        padding: 5px;
    }

        .table-mb {
          border: 0;
        }

        .table-mb caption {
          font-size: 1.3em;
        }

        .table-mb thead {
          border: none;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
        }

        .table-mb tr {
            border: 1px solid #ddd;
            border-top: 0;
            border-radius: 15px;
            display: block;
            margin-bottom: 17px;
            /* background: #f9f9f9; */
            overflow: hidden;
        }

        .table-mb td {
          border-bottom: 1px solid #ddd;
          display: block;
          font-size: .8em;
          text-align: left;
        }

        .table-mb td::before {
          /*
          * aria-label has no advantage, it won't be read inside a .table-mb
          content: attr(aria-label);
          */
          content: attr(data-label);
          float: right;
          font-weight: bold;
          text-transform: uppercase;
        }

        .table-mb td:last-child {
          border-bottom: 0;
        }

        /* end tabls rsponsive  */
        .form-ads1 .bg-ads {
            background-color: transparent;
        }
    input, optgroup, select, textarea {
        padding: 5px;
        border: solid 1px #cacaca;
        height: 100%;
        width: 100%;
    }
    input, optgroup, select {
        height: 30px !important;
    }
    .form-ads1 .select-ads, .form-ads1 .select-ads-details {
        padding: 0;
    }
    .btn-search .btn {
        color: #fff !important;
        background-color: #398417 !important;
        border-color: #398417 !important;
        padding: 5px 15px !important;
        width: 100%;
    }
    .border-blog {
        border: 0;
        padding: 0;
    }
    .border-blog.planet-page {
        border: 0;
        padding: 0;
        margin: 0;
    }
    .around-border {
        border: 0;
    }
    .around-border3 .col-md-10 {
        border: 0;
    }
    .form-ads2colm-mb .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .form-ads2colm-mb .col-md-4 {
        width: 50%;
        padding: 0;
    }
    .form-ads2colm-mb .col-md-8 {
        width: 50%;
        padding: 0;
    }
    .form-ads2colm-mb .col-md-8 .col-md-6 {
        width: 100%;
        padding: 0;
    }
    .form-ads2colm-mb  .col-md-12 {
        padding: 0;
    }
    .form-ads2colm-mb .row.upload-row .col-md-4 {
        width: 100%;
    }
    .form-ads2colm-mb  .row.upload-row .col-md-8{
        width: 100%;
    }
    .form-ads2colm-mb  .col-md-6{
        width: 100%;
    }
    .form-ads2colm-mb .row.upload-row .bg-ads-img h3 {
        padding: 0 20px;
        margin: 0;
        font-size: 12px;
        
        padding: 10px 20px;
        font-weight: 500;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border: 0 !important;
    }

    .form-ads2colm-mb .bg-ads-img {
        padding: 5px;
        height: 100%;
    }
    .form-ads2colm-mb .bg-ads h3 {
        font-size: 12px;
    }
    .form-ads2colm-mb .bg-ads-img h3 {
        padding: 0 20px;
        margin: 0;
        font-size: 12px;
    }

    .form-ads2colm-mb .bg-ads h3 {
        background-color: transparent;
        padding: 10px 15px;
        font-weight: 500;
        color: #000;
        font-size: 14px;
        margin: 1px 0;
        width: 100%;
        padding: 5px 10px!important;
    }
    .form-ads2colm-mb .file-upload .file-select {
        margin-bottom: 5px;
    }
    .form-ads2colm-mb .file-upload {
        width: 100%;
     flex-wrap: wrap;
    }
    span.text.text-danger {
        float: left !important;
        /* float: none !important; */
        display: block;
        width: 100%;
    }
    .moto-mb .row {
        margin-bottom: 10px;
    }
    .row.terms .col-md-8.term-box {
        width: 100%;
    }
    .col-md-8.term-box .form-sud {
        display: flex;
    }

/********* form one colm  **************/
.form-ads1colm-mb .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.form-ads1colm-mb .col-md-4 {
    width: 100%;
    padding: 0;
}
.form-ads1colm-mb .col-md-8 {
    width: 100%;
    padding: 0;
}
.form-ads1colm-mb .col-md-8 .col-md-6 {
    width: 100%;
    padding: 0;
}
.form-ads1colm-mb  .col-md-12 {
    padding: 0;
}
.form-ads1colm-mb .row.upload-row .col-md-4 {
    width: 100%;
}
.form-ads1colm-mb  .row.upload-row .col-md-8 {
    width: 100%;
}
.form-ads1colm-mb .row.upload-row .bg-ads-img h3 {
    padding: 0 20px;
    margin: 0;
    font-size: 12px;
    background-color: #286110;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0 !important;
}

.form-ads1colm-mb .bg-ads-img {
    padding: 5px;
    height: 100%;
}
.form-ads1colm-mb .bg-ads h3 {
    font-size: 12px;
}
.form-ads1colm-mb .bg-ads-img h3 {
    padding: 0 20px;
    margin: 0;
    font-size: 12px;
}
.around-border {
    border: 0;
}
.form-ads1colm-mb .bg-ads h3 {
    background-color: transparent;
    padding: 10px 15px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    margin: 1px 0;
    width: 100%;
    padding: 5px 10px!important;
}
.form-ads1colm-mb .file-upload .file-select {
    margin-bottom: 5px;
}
.form-ads1colm-mb .file-upload {
    width: 100%;
 flex-wrap: wrap;
}
/* end forms  */
.fields-all .row {
    margin: 0;
}
.col-md-12.all {
    margin-left: 0;
    margin-right: 0;
}
.fields-all .col-md-12, .fields-all .col-md-4, .fields-all .col-md-8 {
    padding: 0;
}
.activeLink:after {
display: none;
}
}
