@import url(font-awesome/css/font-awesome.min.css);


/*@import url(font-awesome/css/face.css);*/



@font-face {
   font-family: stc;
   src: url(../STC-Bold.ttf) format("truetype")
}
@font-face {font-family: "NeoSansArabic-Medium";
    src: url("//db.onlinewebfonts.com/t/7668f634eb4865a48f04d52ea3fb9b27.eot");
    src: url("//db.onlinewebfonts.com/t/7668f634eb4865a48f04d52ea3fb9b27.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/7668f634eb4865a48f04d52ea3fb9b27.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/7668f634eb4865a48f04d52ea3fb9b27.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/7668f634eb4865a48f04d52ea3fb9b27.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/7668f634eb4865a48f04d52ea3fb9b27.svg#NeoSansArabic-Medium") format("svg");
}






body {
    font-family: stc;
    padding: 0;
    overflow-x: hidden;
}
.adxBody img { max-width: 100%; }



nav {
    background: #0473c0;
    border-radius: 4px;
    justify-content: baseline;
    align-items: baseline;
    margin: 2px;
    height: 59px;
    line-height: 46px;
    margin-top: 66px;
    padding-right: 100px
}

nav img {
    height: 40px;
    margin-top: 5px;
    position: relative;
    top: 6px
}

nav .container {
    width: 90%;
    padding-right: 0
}



nav ul {
    list-style: none;
    position: relative;
    top: 5px;
    text-align: center;
}


nav li{    margin-right: 100px;
display: inline-block;
}

.fixed-nav li {
    margin-right: 48px;

}



nav li a {
    color: #b9daf1!important;
    font-size: 19px;
    flex-grow: 2;
    flex-direction: row;
    position: relative;
    top: 3px;
    justify-content: space-around;
}

nav{position:relative;}

.back-btn {
    position: absolute;
    left: 12px;
    display: none;
    color: #0473c0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    top: 10px;
    z-index: 99;
    font-size: 23px;
    border-radius: 50%;
}

.back-btn:after {
    content: "";
    width: 33px;
    height: 23px;
    background: #0473c0;
    position: absolute;
    left: 30px;
    top: 9px;
    border-radius: 50%;
    display:none;
}

.back-btn i{
    position: relative;
    right: -1px;
}
.back-btn i:before{
    content: '\f104';
}

.body .md-padd_n .part_i select {
    width: 100%;
    margin: 1%;
    padding: 1%;
    font-family: tahoma;
    font-size: 15.9px;
    background-color: #fff;
    border: 2px solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    color: #454444;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.body .md-padd_n .part_i button {
    color: #3c8b3c;
    background-color: #f2f2f2;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin: 1%;
    padding: 1%;
    font-family: tahoma;
    font-size: 16px;
    border: 2px solid #ccc;
}

.md-padd_n .part_i {
    margin: 5px 0px;
    clear: both;
}

.md-padd_n .part_i .cars img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
}




.md-padd_n .part_i .marka i {
    width: auto;
    border-bottom: 3px solid transparent;
    /*height: 54px;*/
    /*margin: 5px;*/
    font-size: 49px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}






.md-padd_n .part_i .links a {
    color: #919191;
    background: #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: inline-block;
}


.md-padd_n .part_i .links ul {
    list-style: none;
    margin-top: 45px;

    padding-right: 1px
}

.md-padd_n .relatedTags {
    margin-top: 45px
}


.md-padd_n .relatedTags li {
    color: #919191;
}


.md-padd_n .relatedTags a {
    color: #919191;
    margin-bottom: 5px;
    display: inline-block;
}




.body .col-md-9 form {
    width: 50%;
    position: relative;
    top: 8px;
    right: 7px
}

.body .col-md-9 form input {
    width: 85%;
    margin-top: 23px;
    /*height: 40px;*/
    background-color: #fff;
    border: 2px solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    color: #454444;
    height: 40px;
    font-size: 16px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.body .col-md-9 form button {
    width: 35px;
    color: #3c8b3c;
    background-color: #f2f2f2;
    padding: 4px;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    border: 2px solid #ccc;
    position: relative;
    top: -3px;
}

.body .col-md-9 {
    padding-top: 15px;
}


.body .col-md-9 .add-btn {
    padding: 9px 11px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #3c8b3c;
    background-color: #f2f2f2;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
}


.body .col-md-9 .singleContent {
    margin-top: 25px;
    margin-bottom: 25px;
}


.body .col-md-9 .links {
    margin-top: 48px;
    height: 49px;
    overflow: hidden;
}

.body .col-md-9 .links2 ul {
    overflow: visible!important;
}




.body .col-md-9 .links ul {
    padding: 0;
    overflow-x: scroll;
    height: 62px
}

.body .col-md-9 .links li {
    display: inline;
    margin: 0px 3px
}

.body .col-md-9 .links a {
    color: #919191;
    background: #eee;
    font-size: 16px;
    padding: 7px;
    line-height: 27px;
}

.body .col-md-9 center {
    margin-top: -8px
}

.body .col-md-9 center select {
    width: 120px;
    height: 40px;
    color: #000;
    margin-bottom: 4px;
    background-color: #fff;
    font-size: 16px;
    border: 2px solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    color: #454444;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    right: 23px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.body .col-md-9 .adv-1 {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 0px 15px;
}

.body .col-md-9 .adv-1 .text {
    width: 70%;
    margin-top: 10px
}

.body .col-md-9 .adv-1 .text .pull-right {
    position: relative;
    top: 4px
}

.body .col-md-9 .adv-1 .text .pull-left {
    position: relative;
    top: 3px;
}

.body .col-md-9 .adv-1 a {
    color: #919191
}

.body .col-md-9 .adv-1 h3 {
    margin: 0px;
}

.body .col-md-9 .adv-1 h3 a {
    color: #009933;
    font-size: 17px;
    font-weight: 500;
    font-family: "NeoSansArabic-Medium";
}

.body .col-md-9 .adv-1 a img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto
}

.body .col-md-9 .adv-1 .fa-star {
    color: #ebc300;
    font-size: 17px
}


footer {
    background: #f8f7f7 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    /* margin: 3%; */
    padding: 19px 0px;
}


.singleContent {
    padding-right: 5%;
    padding-left: 5%;
}

.singleContent li {
    margin-bottom: 10px;
    font-size: 16px
}

.login form {
    padding-right: 100px
}

.login h3 {
    color: grey;
    font-size: 24px;
    font-weight: bold
}

.login input,
.login select {
    background-color: #fff;
    border: 0.1rem solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    color: #454444;
    height: 42px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 32%;
    border: 2px solid #ccc;
    margin-bottom: 24px;
}

.login button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border: 2px solid #dedede;
    border-radius: 6px;
    height: 45px;
    color: #3c8b3c;
    background-color: #f2f2f2;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
}


.login .forget {
    font-size: 18px
}

.login a.button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #0473c0;
    background-color: #fff;
    border-color: #0473c0;
    border: 2px solid #0473c0;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
}

.message_after {
    font-size: 17px;
    color: #919191
}

.message_after .title_top {
    color: grey;
    font-weight: 600
}

.message_after th {
    color: grey;
    font-weight: 600;
    text-align: right!important;
}

input.btn-danger,
button.btn-danger,
.btn-danger {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
}

footer .text-right {
    color: #919191;
    margin-bottom: 30px
}




.message_after table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fffef7;
    width: 90%;
    border: 1px solid #eee;
    display: table;
}

.message_after table tr:nth-child(even) {
    background-color: #f7fbfa;
}

.more input {
    width: 545px;
    height: 40px;
    padding-right: 10px;
    border: 2px solid #dedede;
    border-radius: 5px;
}

.more {
    font-size: 18px
}

.more li {
    padding: 5px 0px;
    color: #919191
}

.more li ul {
    padding-bottom: 15px
}


.more h3 {
    color: #919191;
    margin: 30px 0px;
    font-weight: 600
}


.more button {
    height: 40px;
    width: 40px;
    border: 2px solid #dedede;
    border-radius: 5px;
}

input.btn-success,
button.btn-success,
.btn-success {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;

    /*box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);*/
}

h3 {
    font-weight: 600;
    font-size: 20px
}

.more .container {
    width: 95%
}

.register .h_m {
    font-size: 16px;
    position: relative;
    top: 30px
}

.register form {
    position: relative;
    right: 30px
}

.register .text {
    width: 40%;
    color: #919191;
    font-size: 16px
}



.search_page .form_search {
    color: #919191;
}

.search_page .form_search select {
    display: block;
    height: 30px;
    padding-right: 3px; 
    margin-bottom: 10px;
    border: 2px solid #dedede;
    color: #212121
}



.search_page .form_search2 {
    color: #919191;
}

.search_page .form_search2 select {
    height: 30px;
    padding-right: 3px;
    margin-bottom: 10px;
    border: 2px solid #dedede;
    color: #212121
}

.form_search3 input {
    width: 200px
}

.body .ul-centered {
    text-align: center;
    font-size: 16px;
    padding: 0
}

.body .ul-centered li {
    text-align: center;
    border-top: 1px solid #dedede;
}

.body .ul-centered li a {
    text-align: center;
    padding: 8px 0px;
    display: inline-block;
}



.nestedLevel {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap;
    width: 100%;
    height: 2.1rem;
    position: relative;
    margin-top: 23px;
    direction: ltr;
    font-size: 0.8rem;
    unicode-bidi: embed;
}

.nestedLevel ul {
    margin: 0px;
    list-style: none;
    margin-left: 3%;
    margin-right: 3%;
    padding: 0px;
    direction: rtl;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 96%;
    background-color: #fff;
}

.nestedLevel li {
    margin-bottom: 10px;
}

.select_s select {
    width: 150px;
    height: 40px;
    color: #000;
    margin-bottom: 4px;
    background-color: #fff;
    font-size: 17px;
    border: 2px solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    color: #454444;
    height: 38px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.body .col-md-9 .adv-2 {
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    background-color: #fff;
    padding: 15px 15px;
}

.mazeed a {
    position: relative;
    float: right;
    padding: 10px 16px;
    line-height: 1.428571429;
    border-radius: 7px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #0473c0;
    margin-right: -1px;
}


.tags li {
    margin: 5px 0
}

.tags li a {
    color: #919191;
    font-size: 16px;
}


.pics img {
    width: 145px
}

.pics {
    margin-top: 15px
}



.tit_pics .tag {
    color: #919191;
    unicode-bidi: embed;
    background: #eee;
    direction: rtl;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 2;
    height: 20px;
    white-space: nowrap;
    border-radius: 4px 15px 15px 4px;
    font-size: 16px;
    margin-bottom: 30px;
}



.adxBody h3 {
    font-family: sans-serif;
    line-height: 40px;
    font-size: 26px
}

.pageContent {
    border: 1px solid #ebe7d1;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #ebe7d1;
    border-top: 1px solid #ebe7d1;
}

.pageContent h4 {
    color: #009933
}

.top_h {
    padding: 10px;
    border: 1px solid #ebe7d1;

    background-color: #f8f6e7;
}

.adxBody {
    padding: 10px;
    background: #fcfcfa;
}

.contact strong {
    font-size: 30px;
    font-family: sans-serif;
}

.input-icon-wrap a {
    width: 18%;
    float: right;
    color: #919191;
    padding: 10px;
    text-align: center;
}

.moveLeft {
    padding-right: 30px
}

.metaBody a {
    color: #919191;
    background: #eee;
    padding: 10px;
    margin: 10px
}

.admin {
    color: #919191;
    font-size: 16px;
    margin-top: 30px
}


.admin li {
    margin: 20px 0px;
    list-style: none;
}

.contact {
    font-size: 17px;
    color: #919191
}


.question .blue {
    color: #0473c0
}

tr:nth-child(odd) {
    background-color: #fffef7;
}

.contact table {
    display: table;
    padding: 30px;

    border: 1px solid #eee;
}

.contact table tr {
    padding: 20px;
    display: inline-block;
    width: 100%;
}



.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #fff;
}


input.btn-primary,
button.btn-primary,
.btn-primary {
    color: #0473c0;
    background-color: #fff;
    border-color: #0473c0;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
    border: 0.1rem solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.following_page {
    color: #919191;
}

.following_page .green {
    color: green;
}

.calc .green {
    color: green;
}

.calc {
    color: #7d7c7c;
    font-size: 16px;
    line-height: 30px
}

.calc .blue {
    color: #0473c0;
}





.following_page select {
    width: 165px;
    height: 40px;
    color: #000;
    margin-bottom: 4px;
    background-color: #fff;
    font-size: 14px;
    border: 2px solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    color: #454444;
    height: 38px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.add-1 {
    color: #919191;
    line-height: 36px!important
}


.add-1 a {
    display: inline-block;
    position: relative;
    right: 23px;
    top: -7px;
}


.add-2 {
    color: #919191
}

.add-2 .red {
    color: #d03333
}


.add-2 h3 {
    font-size: 20px;
}

.add-3 {
    color: #717171;
}

.add-3 h3 {
    font-size: 20px;
}


.add-3 input,
.add-3 select {
    height: 40px;
    border: 2px solid #ccc;
    padding-right: 10px;
    width: 80%;
    margin: 0.5rem;
    max-width: 600px;
    font-family: sans-serif;
}



.form_edit {
    border: 1px solid #ccc;
    background-color: #fffef7;
    padding: 30px 0px;
    padding-bottom: 0px
}

.form_edit .row {
    padding: 0px 30px;
}

.form_edit .row-2 {
    background-color: #f7fbfa;
    padding: 10px;
    display: inline-block;
    width: 100%
}

.form_edit .row-2 .col-md-2 {
    line-height: 130px
}



.form_edit input {
    border: 2px solid #ccc;
    height: 40px
}

.form_edit textarea {
    border: 2px solid #ccc;
    width: 100%;
    height: 140px
}

.alert {
    padding: 8px;
    margin: 8px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    font-size: 16px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.form_edit button {
    position: relative;
    top: 13px;
    color: #0473c0;
    border: 2px solid;
    padding: 6px 10px;
    background: #fff;
    border-radius: 5px
}



.marka a {
    width: 97px;
    height: 59px;
    display: inline-block;
    overflow: hidden;
    padding: 9px;
    border: 1px solid #dedede;
    position: relative;
    border-radius: 5px;
}

.cars a {
    width: 95px;
    height: 79px;
    display: inline-block;
    overflow: hidden;
    padding: 9px;
    border: 1px solid #dedede;
    position: relative;
}

.cars img {
    max-width: 100%!important
}



.footer_con {
    width: 96%
}


.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.calc button {
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
    padding-bottom: 1px;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #ccc;
}



.calc input {
    width: 20%;
    height: 42px;
    border: 2px solid #ccc;
    margin-top: 3px
}

.calc select {
    width: 50%;
    height: 42px;
    border: 2px solid #ccc;
    margin-top: 15px
}

.form_calc table {
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    margin-top: 30px
}

tr:nth-child(even) {
    background-color: #f7fbfa;
}

.form_calc table tbody {
    width: 100%;
    display: table;
}



.cc,
.vv {
    display: none;
}





.service_tags li {
    color: #919191;
    margin: 10px 0px
}

.service_tags li a {
    color: #919191
}



.well .btn-info {
    background-color: #fff;
    border: 2px solid;
    border-radius: 10px;
    color: #0473c0!important;
}

.button:hover {
    border: 2px solid #0473c0;
    background: none!important;
}

.notifications {
    margin-top: 30px
}

.notifications h3 {
    color: #a2a2a2
}

.notifications ul {
    padding: 0
}

.notifications ul li {
    color: #a2a2a2;
    margin: 20px 0px
}

.notifications .red {
    color: #d03333;
}

.notifications .green {
    color: #008000;
}


.notifications button {
    background: #fff;
    border: 2px solid #ccc;
    padding: 6px 16px;
    margin-top: 28px;
}







footer span a {
    color: #919191;
    font-size: 16px
}

footer span {
    color: #919191;
    font-size: 16px;
    padding: 0px 10px
}




/*.headLinks {
    font-size: 15px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    unicode-bidi: embed;
    padding: 15px 0px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 1;
    width: 100%;
}
*/

#header-wrap a {
    padding-right: 5%;
    color: #919191;
    font-size: 16px;
    position: relative;
    top: -3px
}



.fixed {
    position: fixed;
    top: 0;
}


#header {
    padding-left: 20px;
}

.fixed {
    position: fixed;
    top: 0;
}

#header-wrap {
    font-size: 15px;
    transition: all .7s ease-in-out;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    unicode-bidi: embed;
    padding: 22px 0px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 1;
    top: 0;
    height: 66px!important;
    width: 100%;
}

#content {
    display: block;
    padding: 50px 22.5%;
}

#emptyset {
    background-color: #e7e7e7;
}



.scroll-fixed {
    top: -100px!important;
    transition: all 1.4s;
}



.car_cont {
    width: 75px;
    height: 75px;
    margin: 1px;
}

a.gallerypic:hover {
    text-decoration: none;
}



a.gallerypic span.pic-icon {

    position: absolute;
    left: 5%;
    bottom: 5%;
}

a.gallerypic:hover span.pic-icon {
    visibility: visible;
}

.car_cont {
    background-image: url('../images/all_v4.png');
}

.sprite-GMC {
    background-position: 0 0;
}

.sprite-audi {
    background-position: 0 -125px;
}

.sprite-benz {
    background-position: 0 -250px;
}

.sprite-bmw {
    background-position: 0 -375px;
}

.sprite-cadillac {
    background-position: 0 -500px;
}

.sprite-chevrolet {
    background-position: 0 -625px;
}

.sprite-dodge {
    background-position: 0 -750px;
}

.sprite-ford {
    background-position: 0 -875px;
}

.sprite-honda {
    background-position: 0 -1000px;
}

.sprite-hyundai {
    background-position: 0 -1125px;
}

.sprite-jeep {
    background-position: 0 -1250px;
}

.sprite-kia {
    background-position: 0 -1375px;
}

.sprite-landrover {
    background-position: 0 -1500px;
}

.sprite-lexus {
    background-position: 0 -1625px;
}

.sprite-mazda {
    background-position: 0 -1750px;
}

.sprite-mini {
    background-position: 0 -1875px;
}

.sprite-mitsubishi {
    background-position: -125px 0;
}

.sprite-nissan {
    background-position: -125px -125px;
}

.sprite-opel {
    background-position: -125px -250px;
}

.sprite-renault {
    background-position: -125px -375px;
}

.sprite-toyota {
    background-position: -125px -500px;
}

.sprite-volkswagen {
    background-position: -125px -625px;
}

.sprite-daihatsu {
    background-position: -125px -750px;
}

.sprite-infiniti {
    background-position: -125px -875px;
}

.sprite-suzuki {
    background-position: -125px -1000px;
}

.sprite-parts {
    background-position: -125px -1125px;
}

.sprite-porsche {
    background-position: -125px -1250px;
}

.sprite-chrysler {
    background-position: -125px -1375px;
}

.sprite-trucks {
    background-position: -125px -1500px;
}

.sprite-bikes {
    background-position: -125px -1625px;
}

.sprite-classic {
    background-position: -125px -1750px;
}

.sprite-damaged {
    background-position: -125px -1875px;
}

.sprite-tanazul {
    background-position: 0px -2000px;
}



.md-padd_n {
    padding-left: 0;
    padding-right: 5px;
}


.trademarks {
    text-align: center;
}




.trademarks {
    margin-top: 24px;
}

.form_top {
    padding-bottom: 10px
}

.form_top hr {
    margin-bottom: -11px;
    width: 87%;
}


.adv-1 a {
    font-size: 13px;
}

.adv-3 {
    background-color: #f7fbfa!important
}


input:focus {
    border-color: #0473c0!important;
    outline: none
}

input:hover {
    border-color: #0473c0!important;
    outline: none
}

button:hover {
    border-color: #0473c0!important;
    outline: none;
    transition: all .3s ease-in-out
}


.body .col-md-9 .add-btn:hover {
    color: #606c76
}

footer a:hover {
    color: #606c76
}



.md-padd_n .part_i .marka i:hover {
    border-bottom: 3px solid #606c76;
    color: #606c76
}




/*.collapse_1 .nestedLevel{display: none;
        }*/

.heighted {
    height: 150px!important;
    overflow: visible!important;
}



.images_clk {
    position: relative;
    top: 0;
}

.vv,
.cc {
    display: none;
}

.ss_show {
    margin-top: 10px!important
}

label.radio a:hover {
    color: #606c76
}

.add-1 a:hover {
    color: #606c76
}

.silvered {
    background: #F8F7F7;
    border: 1px solid #DDDDDD;
    padding: 5px;
    padding: b;
    border-radius: 4px;
    word-wrap: break-word;
    padding-top: 1rem;
}

.silvered hr {
    margin: 10px
}

.right_el {
    margin-top: 20px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: table;
    padding: 8px 20px;
}

.add input:not([type='radio']),
.add select {
    width: 80%;
    margin: 0.5rem;
    max-width: 600px;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.comment {
    border: 1px solid #EBE6CF;
    background-color: #EDEAEA;
    border: 1px solid #fcf8e3;
    border-radius: 10px 10px 0px 0px;
    display: inline-block;
    width: 100%
}

.moveLeft {
    padding-right: 30px;
}


.commentBody {
    background-color: #f5f4f4;
    padding: 31px;
    font-size: 24px;
}


.comment {
    padding: 4px 15px
}


.usernames {
    margin-top: 2px;
    border-radius: 0px 0px 10px 10px;
    display: inline-block;
    font-size: 20px;
}



.comment .pull-left {
    margin-top: -30px;
}




.s2s {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    border-top: none;
}

.s2s a {
    width: 25%
}



.ssds {
    margin-top: 0px
}


.overed {
    height: auto!important
}

.overed ul {
    height: auto!important
}

.favad {
    color: #cc162c;
    font-weight: bolder;
}

.delPostImg {
    border: 2px solid #ff6c6c;
    padding: 0px 11px;
    border-radius: 4px;
    font-size: 24px;
    position: absolute;
    left: 15px;
    color: #fff;
    background: rgba(132, 0, 0, 0.67);
}

.img-responsive.img-block {
    height: 213px !important;
}

.pagination .active #load-more {
    position: relative;
    float: right;
    padding: 10px 16px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #0473c0;
    margin-right: -1px;
    border-radius: 6px;
    margin-top: 15px;
    list-style: none;
    color: #428bca;
    cursor: pointer;
}

.badge-info {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #777;
    padding: 4px 14px;
}

.button {
    background-color: #fff;
    border: 0.1rem solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    color: #454444;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
    padding-bottom: 1px;
    padding-top: 1px;
}

.blue {
    color: #0473c0;
}



/* ============= messages ================= */

.msgConv {
    margin: 10px;
    font-size: 13px;
    border: 1px solid #EBE6CF;
    border-radius: 4px;
    word-wrap: break-word;
    word-break: break-word;
    padding: 1px 1px;
}

.to_pm {
    margin-right: 10%;
}

.msgs {
    margin - right: 5 %;
}

.msgs {
    max-width: 700px;
}

.msg {
    color: #919191;
    display: flex;
    flex-flow: row nowrap;
    font-size: 14px;

    justify-content: space-around;
    border: 1px solid #DDDDDD;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.msg:last-child {

    border: 1px solid #ddd;
    border-left: 0px;
    border-right: 0px;
}

.msgInfo {
    flex-grow: 2;
    width: 60%;
    padding: 10px;
}

.msgMeta {
    flex-grow: 1;
    padding: 10px;
}

.msgTitleActive {
    font-size: 20px
}

.msgTitleDisabled {
    font-size: 18px;
    color: #919191;
}

.msgMeta>i {
    font-size: 20px
}

.msgHeader {
    background: #EDEAEA;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #EBE6CF;
}



.msgBody {
    background: #FFFFFF;
    background: #F5F5F5;
    color: #454444;
    padding: 10px;
    font-size: 22px;
    font-family: "Times New Roman", Times, serif;
}

.msgFooter {
    padding: 10px 5px;
    /* background: #F5F5F5;*/
    background: #FFFFFF;
    background: #F5F5F5;
    border-bottom: 1px solid #EBE6CF;
}

.msgFooter a {
    color: #919191;
}

div.msgConv.to_pm div.msgHeader {
    background: #f8f6e7;
}

.badge-danger {
    background-color: #d03333;
}

.newMsg {
    background-color: #fff6f6!important;
}



/*========== ads pics =============*/

.adsxPic {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}

#tagPicPage .adxImg,
#indexPicPage .adxImg {
    flex-grow: 1;
    overflow: hidden;
    color: #919191;
    background-color: #f7fbfa;
    margin: 5px;
    width: 159px;
    max-width: 160px;
    height: 180px;
}

.adxImg {
    flex-grow: 1;
    overflow: hidden;
}

.adsxPic .adxImg a img {
    width: 150px;
    height: 150px;
    border-radius: 3px;
}

.adsxPic .adxImg a img {
    width: 100%;
    height: 88%;
    border-radius: 3px;
}

.adxImg a img {
    width: 90px;
    height: 90px;
}

.star {
    color: #EBC300;
}

.green {
    color: #008000;
}

.red,
.favad {
    color: #d03333;
}

a.tag::before {
    content: "#";
}


a.tag {
    unicode-bidi: embed;
    direction: rtl;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 2;
    height: 20px;
    white-space: nowrap;
    border-radius: 4px 15px 15px 4px;
    font-size: 1rem;
}

a.tagTab,
.nestedTabs-scroll-left i,
.nestedTabs-scroll-right i {
    unicode-bidi: embed;
    direction: rtl;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
    border-radius: 4px;
}

a.tag:link,
a.tag:visited,
a.tagTab:link,
a.tagTab:visited {
    color: #919191;
    background: #eee;
}
.adv-1 h3 a:visited{
    color: #551A8B!important;;
}
a.tag.active,
a.tagTab.active {
    background: #e6f1f9;
    font-weight: bold;
}

a.tag.active:link,
a.tag.active:visited,
a.tagTab.active:link,
a.tagTab.active:visited {
    color: #0473c0;
}

.tagMenuMain a {
    margin-right: 1rem;
}


.tagMenus {

    white-space: nowrap;
    width: 100%;
    height: 2rem;
    position: relative;
}

.tagMenuMain {
    direction: rtl;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}


.nestedLevel {
    font-size: 13px;
    unicode-bidi: embed;
    direction: rtl;
}

.nestedTabs li {
    display: inline;
    line-height: 3;
}

.nestedTabs ul {

    /*padding-left: 10px;
    padding-right: 10px;*/
}

.nestedLevel {
    white-space: nowrap;
    width: 100%;
    height: 60px;
    position: relative;
    margin-top: -10px;
    direction: ltr;
}

.nestedLevel ul {
    margin: 0px;
    margin-left: 2%;
    margin-right: 3%;
    margin-right: 3%;
    direction: rtl;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 96%;
    background-color: #fff;
}
.darkgreen {
    color: #014216!important;
}
.contentBox {
    display: flex;
    width: 100%;
    padding-top: 5px;
}
.box1 {
    width: 30%;
}
.box2 {
    flex-grow: 2;
    width: 70%;
}
/* RADIOS & CHECKBOXES STYLES */
/* SOURCE: https://gist.github.com/dciccale/1367918 */
/* No more blue blur border */
/*input {*/
/*  outline: none;*/
/*}*/

/* base styles */
/*input[type="radio"],*/
/*input[type="checkbox"] {*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    vertical-align: middle;*/
/*    margin: 0 0.4em 0.4em 0;*/
/*    background: rgba(255, 255, 255, 1);*/
/*    border: 1px solid #AAAAAA;*/
/*    -webkit-appearance: none;*/
/*}*/

/* border radius for radio*/
/*input[type="radio"] {*/
/*    border-radius: 100%;*/
/*}*/

/* border radius for checkbox */
/*input[type="checkbox"] {*/
/*    border-radius: 2px;*/
/*}*/

/* hover state */
/*input[type="radio"]:not(:disabled):hover,*/
/*input[type="checkbox"]:not(:disabled):hover {*/
/*    border: 1px solid rgba(58, 197, 201, 1);*/
/*}*/

/* active state */
/*input[type="radio"]:active:not(:disabled),*/
/*input[type="checkbox"]:active:not(:disabled) {*/
/*    border: 1px solid rgba(58, 197, 201, 1);*/
/*}*/

/* input checked border color */
/*input[type="radio"]:checked,*/
/*input[type="checkbox"]:checked {*/
/*    border: 1px solid rgba(58, 197, 201, 1);*/
/*}*/

/*input[type="checkbox"]:checked:not(:disabled) {*/
/*    background: rgba(58, 197, 201, 1);*/
/*}*/

/* radio checked */
/*input[type="radio"]:checked:before {*/
/*    display: block;*/
/*    height: 14px;*/
/*    width: 14px;*/
/*    position: relative;*/
/*    left: 2px;*/
/*    top: 2px;*/
/*    background: rgba(58, 197, 201, 1);*/
/*    border-radius: 100%;*/
/*    content: '';*/
/*}*/

/* checkbox checked */
/*input[type="checkbox"]:checked:before {*/
/*    font-weight: bold;*/
/*    color: white;*/
/*    content: '\2713';*/
/*    margin-left: 2px;*/
/*    font-size: 14px;*/
/*}*/

/* disabled input */
/*input:disabled {*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*}*/
/*input:disabled:checked {*/
/*        border: 1px solid rgba(0, 0, 0, 0.3);*/
/*    }*/


/*input[type="radio"]:disabled:checked:before {*/
/*    display: block;*/
/*    height: 14px;*/
/*    width: 14px;*/
/*    position: relative;*/
/*    left: 2px;*/
/*    top: 2px;*/
/*    background: rgba(255, 255, 255, 1);*/
/*    border-radius: 100%;*/
/*    content: '';*/
/*}*/

/* SWITCH STYLES */
/* SOURCE: https://proto.io/freebies/onoff/ */
/*.onoffswitch {*/
/*    position: relative;*/
/*    direction: ltr;*/
/*    width: 150px;*/
/*    overflow: hidden;*/
/*    border: 1px solid #0473c0;*/
/*    height: 45px;*/
/*    border-radius: 4px;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*}*/
/*.onoffswitch input[type="checkbox"] {*/
/*    display: none;*/
/*}*/
/*.onoposition{*/
/*    relative; width: 56px;*/
/*    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;*/
/*}*/
/*.onoffswitch-label {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    cursor: pointer;*/
/*    border-radius: 10px !important;*/
/*    height: 50px;*/
/*}*/
/*.onoffswitch-inner {*/
/*    display: block; width: 200%; margin-left: -100%;*/
/*    transition: margin 0.3s ease-in 0s;*/
/*}*/
/*.onoffswitch-inner:before, .onoffswitch-inner:after {*/
/*    display: block;*/
/*    float: left;*/
/*    width: 50%;*/
/*    height: 50px;*/
/*    padding: 0;*/
/*    line-height: 22px;*/
/*    font-size: 12px;*/
/*    color: black;*/
/*    font-family: Trebuchet, Arial, sans-serif;*/
/*    font-weight: bold;*/
/*    box-sizing: border-box;*/
/*    border-radius: 0 !important;*/
/*}*/
/*.onoffswitch-inner:before {*/
/*    content: "";*/
/*    padding-left: 6px;*/
/*    background-color: #fff; color: #0473c0;*/
/*}*/
/*.onoffswitch-inner:after {*/
/*    content: "";*/
/*    padding-right: 6px;*/
/*    background-color: #E85764; color: #FFFFFF;*/
/*    text-align: right;*/
/*}*/
/*.onoffswitch-switch {*/
/*    display: block; width: 12px; margin: 5px;*/
/*    background: #FFFFFF;*/
/*    position: absolute; top: 0; bottom: 0;*/
/*    right: 30px;*/
/*    border: 2px solid #FFFFFF; border-radius: 20px;*/
/*    transition: all 0.3s ease-in 0s; */
/*}*/
/*.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {*/
/*    margin-left: 0;*/
/*}*/
/*.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {*/
/*    right: 0px; */
/*}*/
/*.RegBtn{*/
/*    padding: 10px;*/
/*    font-size: 18px;*/
/*    border: #0473c0 solid 1.5px!important;*/
/*    color: #0473c0;*/
/*}*/
/*.ratingbox {*/
/*    background: #FFFEF7;*/
/*    border-radius: 4px;*/
/*    padding: 8px;*/
/*    word-wrap: break-word;*/
/*    border: 1px solid #DDDDDD;*/
/*}*/
/*.adxBody img{*/
/*    max-width: 100%;*/
/*}*/
/*.adxBody h3{*/
/*    white-space: pre-line;*/
/*}*/
/*.cityMap{*/
/*    margin-right: 23px !important;*/
/*    font-size: 16px !important;*/
/*}*/
/*.title-table-header div{*/
/*    background: #eee;*/
/*    border-radius: 4px 4px 0 0;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    font-size: 17px;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.plus-img,*/
/*.min-img {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 10%;*/
/*    font-size: 23px;*/
/*    color: #fff;*/
/*    padding: 0px;*/
/*    text-align: center;*/
/*    background-color: #32c5d2;*/
/*    border: 1px solid #32c5d2;*/
/*    border-radius: 4px;*/
/*}*/
/*.onoffswitch-inner {*/
/*    display: block;*/
/*    height: 50px;*/
/*    width: 200%;*/
/*    margin-left: -100%;*/
/*    transition: margin 0.3s ease-in 0s;*/
/*}*/
/*.onoffswitch-switch {*/
/*    display: block;*/
/*    color: #fff;*/
/*    width: 50%;*/
/*    margin: 0;*/
/*    background: #0473c0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    font-size: 12px;*/
/*    text-align: center;*/
/*    right: 200px;*/
/*    border: 1px solid #0473c0;*/
/*    padding: 10px 2px;*/
/*    border-radius: 4px;*/
/*    transition: all 0.3s ease-in 0s;*/
/*}*/


.switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 45px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
    border: 1px #de0000 solid;
  -webkit-transition: .4s;
  transition: .4s;
      border-radius: 50px;
    overflow: hidden;
}

.slider:before {
    position: absolute;
    content: "غير موافق";
    height: 26px;
    width: 80px;
    top: 0;
    height: 100%;
    bottom: 0;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    right: 68px;
    text-align: center;
    background-color: #de0000;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ffffff;
    border: 1px #2196f3 solid;
}
input:checked + .slider:before {
    content: "موافق";
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(68px);
  -ms-transform: translateX(68px);
  transform: translateX(68px);
  background: #428bca;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.red-up-img{
    background: #ff5757;
    border: 1px solid #e44545;
}
.green-up-img{
    background: #5fca3d;
    border: 1px solid #40a720;
}
.adsx{
    margin-top:20px;
}
#addPostNotes .singleContent h1 {
    font-size: 20px;
}
#addPostNotes .singleContent h2 {
    font-size: 20px;
    margin: 15px 0;
}
p.Qraan {
    font-size: 18px;
}
p.Qraan span {
    color: #60ad32;
}
p.Qraan span.sora {
    color: #919191;
}
.contact-mm p {
    font-size: 17px;
    line-height: 30px;
}
.onoffswitch {
    margin: 20px 0;
}
.contact-mm p.red {
    font-size: 15px;
}
select#child {
    width: 82%;
    margin-right: -10px;
    margin-top: 10px;
}
@media (max-width:1200px){
    .car_cont {
    width: 74px;
}

nav{padding-right: 0px!important; }



}

@media (max-width:1010px){

nav ul {

    padding-right: 10px!important;
}

}
@media (max-width:991px){


    .adsx .adv-1:first-child .adv-pic {
    position: relative;
    left: -14px;
}


.adv-tit {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 83px;
    padding: 10px;
    width: 75%!important;
    float: right;
        padding: 0!important;
            padding-right: 3px;
}
 .adv-pic{width: 20%!important;}


    .adv-pic {
    flex-grow: 1;
    overflow: hidden;
}



    nav li a {

    font-size: 16px!important;}

    nav li {
    margin-right: 27px!important;

}


    .search_page{    position: relative;
    overflow: hidden;}


.contentBox {
    display: inline-block!important;
    width: 100%;}

.pageContent {

    position: relative;
    overflow: hidden;
}

    .md-padd_n {
    padding-left: 17px!important;
    padding-right: 17px!important;
}


.adv-tex{    float: left!important;
    width: 60%!important;}



.body .col-md-9 .adv-1 .text .pull-left {
    width: 50%;
}

.body .col-md-9 .adv-1 .text .pull-right {
    width: 50%;
}



.body .col-md-9 .adv-1 a img {
    width: 90px;
    height: 90px;
    float: left;
}

    .body{position:relative;     overflow: hidden;}


    .body .md-padd_n .part_i select{    padding: 0!important; margin-right:0px!important;}


    nav {
    padding-right: 80px;
}
.body .col-md-9 .singleContent {
    margin-top: 15px;
    margin-bottom: 10px;
}

.images_clk {
    top: -40px;
}
.body .col-md-9 .adv-1 .text{
    width:100%;
}
.body .col-md-9 .adv-1{
    padding-bottom:10px;
}
.adsx {
    margin-top: -10px;
}

}

@media (max-width:768px){

    .back-btn{display:inline-block!important;}


/*.fixed-nav {*/
/*    position: fixed!important;*/
/*    bottom: 0!important;*/
/*    background: #0473c0!important;*/
/*    z-index: 99!important;*/
/*    width: 100%!important;*/
/*}*/

/*.fixed-nav li a i {*/
/*    float: right;*/
/*    top: 15px;*/
/*    margin-left: 8px;*/
/*    position: absolute;*/
/*    right: 4px;*/
/*}*/

/*.fixed-nav li a {*/
/*    font-size: 16px!important;*/
/*    width: 20px;*/
/*    overflow: hidden;*/
/*    display: inline-block;*/
/*    height: 31px;*/
/*    padding-right: 30px;*/
/*}*/

/*.fixed-nav li {*/
/*    margin-right: 0!important;*/
/*    width: 15%;*/
/*}*/

    .navv{display:none!important;}

    nav {
    padding-right: 40px;
}
.body .col-md-9 form {
    width: 60%;
}
.body .md-padd_n .part_i select{
    padding-left:0;
}
.car_cont {
    width: 72px;
}
/*.fixed-nav li a.add-ads {*/
/*background-color: #3195d1;*/
/*    color: #fff !important;*/
/*    border-radius: 100%;*/
/*    width: 70px;*/
/*    text-align: center;*/
/*    height: 70px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    top: -25px;*/
/*    box-shadow: 0 0 0 5px #fff;*/
/*    padding: 0;*/
/*    line-height: 69px;*/
/*}*/
/*.fixed-nav li a.add-ads i {*/
/*    float: none;*/
/*    position: relative;*/
/*    right: auto;*/
/*    left: auto;*/
/*    top: auto;*/
/*    margin: 0;*/
/*    font-size: 18px;*/
/*}*/
}

@media (max-width:640px){


    .more input {
    width: 100%!important;}

.more button {
    position: absolute!important;
    top: 0!important;
    left: 10px!important;
    height: 35px!important;
    width: 40px!important;
    border: 2px solid #dedede!important;
    border-radius: 5px!important;
    box-shadow: none!important;
    border: none!important;
    background: #0473c0!important;
}

.search_page .form_search select,
.search_page .form_search2 select {
    padding-right: 0px!important;
    width: 100%!important;
    height: 42px!important;
    margin: 18px 0px!important;
}



    .more .container {
    position: relative;
    overflow: hidden;
}


    .col-md-9.pull-left{
        width:100%;
    }
    .md-padd_n {
    padding-left: 15px;
    padding-right: 5px;
    width: 100%;
}
.body .col-md-9 form {
    width: 100%;
}
.body .col-md-9 center {
    margin-top: -20px;
    float: left;
    margin-left: -17px;
}
.images_clk {
    top: -25px;
}
nav {
    padding-right: 10px;
}
/*.body .col-md-9 form button{*/
/*    display:none;*/
/*}*/


.body .col-md-9 form button {
    width: 40px!important;
    box-shadow: none!important;
    position: absolute!important;
    top: 0px!important;
    left: 0;
    height: 39px!important;
}


.body .col-md-9 form input{
    width:100%;
}
}

@media (max-width:460px){
    nav {
    padding-right: 0px;
}
nav .col-xs-11{
        width: auto;
    float: left;
    margin-left: 20px;
}
.nestedTabs li {
    margin:0;
    margin-left: 5px;
    float: right;
}
.nestedLevel ul{
    position:relative;
}
.body .col-md-9 .adv-1 h3 a{
    font-size:20px;
}
.adv-1 a {
    font-size: 11px;
}

.body .col-md-9 .adv-1 .text {
    width: 90%;
}
.list-unstyled{
    padding-right:10px;
}
nav li {
    margin-right: 0;
}
}

.adv-pic{float:left;}

@media only screen and (max-width:520px) {


    nav li a{    position: relative;
    z-index: 99;}



.body .col-md-9 .adv-1 h3 a {
    display: block!important;
    width: 100%!important;
    line-height: 29px!important;
    margin-bottom: -14px;
    height: 35px;
    overflow: hidden;
        font-size: 16px!important;
}


.body .col-md-9 .adv-1 {
    padding-bottom: 14px!important;
}



}

@media (max-width:360px){
    nav img {
    height: 35px;
}
a.tagTab, .nestedTabs-scroll-left i, .nestedTabs-scroll-right i{
    font-size:14px;
}
}


/* ****************** AMIR 15-8-2018 ****************** */

.mob-menu{
position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 9999;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.12);
}

.mob-menu ul {
    padding: 0;
    margin: 0;
}
.mob-menu li{
    display:table-cell;
    float:none;
    width:1%;
}
.mob-menu li a{
    display:block;
    text-align:center;
    padding:10px;
    background-color:#fff;
    color:#333;
    border-left: 1px solid #dfdfdf;
}
.mob-menu li:last-child a{
    border-left:0;
}
.mob-menu li a i{
    display:block;
    margin:0 0 2px;
}
.mob-menu li a.active{
    color:#fff;
    background-color:#0372bf;
    border-left-color:#0372bf;
}

#header-wrap {
    overflow: hidden;
    overflow-x: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@media(max-width:768px){
    #header-wrap {
    overflow: hidden;
    overflow-x: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-top: 57px;
    position: relative;
}
    .trademarks,.other_marks,.am-edit {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 15px;
}
.am-edit li{display:inline-block;}
.am-edit{padding:0;}
.am-edit ul{
    margin: 0 !important;
    padding: 0 !important;

}
.md-padd_n .part_i.p-form {
    display: none;
}
.md-padd_n hr{display:none;}

.mob-menu{
    display:block;
}
.spec-links{display:none;}

.footer_con {
    padding-bottom: 40px;
}

.body .col-md-9 br {
    display: none;
}

.images_clk {
    top: -29px;
    right: 0;
    left: auto;
    float: none !important;
}
.adv-1 .row {
    margin: 0;
}

.adv-1 .adv-pic {
    width: 100% !important;
    margin-bottom: 20px;
}

.adv-1 .adv-pic img {
    width: 100% !important;
    float: none !important;
    height: 250px !important;
    background-color: #676767;
}

.adv-1 .adv-pic a {
    display: block;
}


.adv-1 {
      margin-bottom: 30px;
    background-color: #f3f3f3 !important;
    border-radius: 10px;
    border: 0 !important;
    padding: 0 !important;
    width: 48%;
    display: inline-block;
    overflow: hidden;
    float: right;
    min-height: 325px;
}
.adv-1 .adv-tit {
    display: block;
    flex: none;
    flex-direction: unset;
    width: 100% !important;
    padding: 0 15px !important;
    height: auto !important;
    justify-content: unset;
}
.adv-1 .adv-tit .text span {
    display: block !important;
    width: 100% !important;
    float: right !important;
}
.adv-1 .adv-tit .text {
    width: 100% !important;
}

.adv-1 .adv-tit .text span a {
    display: block;
    font-size: 12px;
    margin: 0px 0 7px;
}

.adsx .adv-1:first-child .adv-pic {
    position: relative;
    left: 0;
}

.adv-1:nth-of-type(even) {
    float: left;
}

.body .col-md-9 .adv-1 h3 a {
    display: block!important;
    width: auto !important;
    line-height: normal !important;
    margin-bottom: 0;
    height: auto !important;
    overflow: hidden;
    font-size: 14px!important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div#AJAXloaded {
    float: right;
    width: 100%;
}

#AJAXloaded ul.pagination {
    margin: 0;
    padding: 0;
}

/*.fixed-nav {*/
/*    position: fixed!important;*/
/*    bottom: 0!important;*/
/*    background: #fefefe!important;*/
/*    z-index: 99!important;*/
/*    width: 100%!important;*/
/*    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.12);*/
/*}*/

/*.fixed-nav ul {*/
/*    padding: 0 !important;*/
/*}*/
/*.fixed-nav li {*/
/*    margin: 0 !important;*/
/*    width: 1%;*/
/*    display: table-cell;*/
/*    text-align: center;*/
/*    float: none;*/
/*}*/

/*.fixed-nav li a {*/
/*    font-size: 18px!important;*/
/*    width: 27px;*/
/*    overflow: hidden;*/
/*    display: inline-block;*/
/*    height: 33px;*/
/*    padding-right: 27px;*/
/*    text-align: center;*/
/*    opacity: 1;*/
/*    color: #3296d2 !important;*/
/*}*/

nav {
    margin: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    /* background: #666666; */
    border-radius:0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

nav img {
    height: 40px;
    margin-top: 0;
    position: relative;
    top: 7px;
    right: -30px;
}
}

nav li a.dropdown-toggle {
    display: none;
}

@media (max-width: 768px){
    nav li a.dropdown-toggle {
    display: inline-block;
}

 .body{
     padding-top:55px;
 }
    #header-wrap{background-color:#f1f1f1;top: 62px;display:none;}
.back-btn {
    display: inline-block!important;
}
.fixed-nav {position: relative !important;top: 0!important;background: #046ab1!important;z-index: 99!important;width: 100%!important;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);bottom:auto !important;right: 0;left: 0;width: 100%;margin-top: 20px;}
.fixed-nav ul {
    padding: 0 !important;
}
.fixed-nav li {
    margin: 0 !important;
    width: 1%;
    display: table-cell;
    text-align: center;
    float: none !important;
}
.fixed-nav li a {
    font-size: 13px!important;
    width: 27px;
    overflow: hidden;
    display: inline-block;
    height: 33px;
    padding-right: 27px;
    text-align: center;
    opacity: 1;
    color: #fff !important;
    text-align: center;
    padding: 0 3px !important;
    vertical-align: middle;
}
.fixed-nav li a i {
    float: right;
    top: 15px;
    margin-left: 8px;
    position: absolute;
    right: 4px;
}
/*.fixed-nav li a.add-ads {*/
/*    background-color: #760b0d;*/
/*    color: #fff !important;*/
/*    border-radius: 100%;*/
/*    width: 70px;*/
/*    text-align: center;*/
/*    height: 70px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    top: -25px;*/
/*    box-shadow: 0 0 0 5px #fff;*/
/*    padding: 0;*/
/*    line-height: 69px;*/
/*}*/

/*.fixed-nav li a.add-ads i {*/
/*    float: none;*/
/*    position: relative;*/
/*    right: auto;*/
/*    left: auto;*/
/*    top: auto;*/
/*    margin: 0;*/
/*    font-size: 18px;*/
/*}*/
.footer_con {
    padding-bottom: 70px;
}

.fixed-nav .set-more{
        margin-top: 5px;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fixed-nav .set-more li{
        display: block;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: right;
    max-width: 100%;
}

.fixed-nav .set-more li a{
        color: #313131 !important;
    height: auto;
    display: block;
    padding: 10px;
    flex-grow: unset;
    width: 100%;
    overflow: visible;
    top: 0;
    text-align: right;
    font-size: 15px !important;
}
.adv-1 .adv-pic img{height:150px !important;}

.fixed-nav li .back-btn {
    position: relative !important;
    background-color: transparent;
    left: 0 !important;
    top: 2px !important;
    line-height: normal !important;
    border-radius: 0;
}

.fixed-nav li .dropdown-menu i {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 5px;
    vertical-align: middle;
    float: none;
}

.adv-1{min-height:360px;}
.right_el{margin-top:75px;}


.search_page{padding-top:55px;}
}

/* ************** AMIR 4-12-2018 *************** */

.adv-pic {
    float: left;
    width: 90px;
    height: 90px;
    margin: 15px;
}

.content {
    max-width: calc(100% - 150px);
    float: right;
    width: 100%;    padding-right: 9px;
}

.content .adv-tit {
    overflow: hidden;
    padding: 10px 0;
}

.content .text {
    width: 100%;
    margin-top: 10px;
}


.content .img-circle {
    width: 130px;
    height: 130px;
    float: right;
    margin-left: 20px;
    position: relative;
    top: 5px;
    right: 6px;
}

.body .col-md-9 .adv-1 {
    padding: 0px 0px;
}



@media(max-width:425px){
    .adv-1{
        width:48% !important;
        float:right !important;
    }
    .adv-1:nth-of-type(even){
        float:left !important;
    }


}
/***************************/
.owl-carousel {
    direction: ltr;
}
.frame-outer{
}
.frame-outer .nav-tabs{
    padding: 0;
    margin: 0;
    border-bottom-color: #333;
}
.frame-outer .nav-tabs li{
    display: inline-block;
    list-style: none;
    float: none;
    margin: 0;
}
.frame-outer .nav-tabs li a{
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    border: 0 !important;
    color: #999;
    text-decoration: none;
    transition: all .3s;
}
.frame-outer .nav-tabs li.active a,
.frame-outer .nav-tabs li a:hover{
    background-color: #333;
    color: #fff;
    transition: all .3s;
}
.frame-outer .tab-content{
}
.frame-outer .tab-content .item{
    padding: 10px;
}
.frame-outer .tab-content .item a{
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
}
.frame-outer .tab-content .item img{
    height: 100%;
    width: 100%;
}
#mynav li {
    max-width: 100%;
}
.client-slider .owl-controls .owl-buttons div .slider-right,
.client-slider .owl-controls .owl-buttons div .slider-left {
    background-color: #760b0d;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    font-size: 20px;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 7px 14px;
    border-radius: 100%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 5px #fff;
}
.client-slider .owl-controls {
    margin: 0;
}
.client-slider .owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    margin: 0;
    display: block;
}
.client-slider .owl-controls .owl-buttons div .slider-left {
    left: -10px;
}
.client-slider .owl-controls .owl-buttons div .slider-right {
    right: -10px;
}

.services-up .btn{
  padding: 6px 10px;  
}

span.services-title {
    font-size: 19px;
    padding: 0 20px;
    color: #0473c0;
}



.inner-img {
    position:relative;
}
.inner-img p {
    position: absolute;
    bottom: -138px;
    left: 94%;
    transform: translate(-50%,-50%);
}




.adv-tit h5 strong{    opacity: .4;} 

.inner-adv{ display: inline-block;width: 100%}

/* ***************** 16-12-2018 *************** */

.col-md-9 .col-md-10 {
    padding: 0;
}

.col-md-9 .col-md-10 form.spec-links {
    top: auto;
    right: auto;
}

.body .col-md-9 .singleContent {
    padding: 0;
    margin: 15px 0;
    float: right;
    width: 100%;
}

.body .col-md-9 .add-btn {
    display: inline-block;
}

.col-md-10 div ul {
    padding: 0;
}

.col-md-9 .col-md-2 {
    text-align: center;
}

.body .col-md-9 .col-md-9 {
    padding: 0;
    width: 100%;
}

.body .col-md-9 .col-md-9 center {
    margin: 0;
    text-align: right;
}

.services-up .btn {
    padding: 6px 6px;
    font-size: 16px;
    margin-bottom: 5px;
}
span.services-title {
    font-size: 19px;
    padding: 0 10px;
    color: #0473c0;
}

.body .md-padd_n .part_i select {
    font-family: inherit;
    height: 45px;
    line-height: 45px;
}

.ryad-logo span {
    padding: 0 0 0 2px;
    font-size: 11px !important;
}

.ryad-logo p {
    font-size: 25px !important;
    line-height: 0.5 !important;
}

.add-1 a {
    font-family: tahoma;
    font-size: 16px;
    font-weight: normal;
}
footer .list-unstyled a {
    font-family: tahoma;
    font-size: 16px;
}

.singleContent li {
    margin-bottom: 19px;
    font-size: inherit;
}

footer span {
    color: #919191;
    padding: 0px 10px;
    font-family: tahoma;
    font-size: 16px;
}

.button {
    font-family: tahoma;
    height: 50px;
}

.col-md-10 div ul li {
    margin-left: 7px;
        margin-bottom: 12px;
}

.col-md-10 div ul {
    padding: 0;
    display: inline-block;
    float: right;
}
.body .col-md-9 .col-md-9 {
    padding: 0;
    width: auto;
}

.body .col-md-9 .btn {
    font-family: tahoma;
    font-size: 15px;
    color: green;
    font-weight: 600;
}

a#my-city {
    margin-right: 0 !important;
    font-family: tahoma;
    font-size: 15px;
    color: green;
    font-weight: bold;
    background: #fff;
    border: 1px #ccc solid;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    height: auto;
}

#addPostNotes .singleContent {
    font-family: tahoma;
}

#addPostNotes .singleContent input[type="radio"],#addPostNotes .singleContent input[type="checkbox"] {
    margin: 4px 0px 0 7px;
}

/* *********** AMIR *********** */

*{
    font-family:tahoma
}

.body .col-md-9 form button {
    padding: 0;
    height: 40px;
    top: -2px;
}

.body .col-md-9 .btn {
    background: #eee;
    color: #919191;
    font-weight: normal;
    border: 0;
}

.col-md-10 div ul li {
    margin: 8px 0 0 4px;
}

.col-md-10 div ul br {
    display: none;
}

.col-md-10 div ul h4 {
    text-align: inherit !important;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.col-md-10 div ul select {
    margin: 0;
    width: 85%;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    color: #454444;
    height: 40px;
    font-size: 16px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}

.body .col-md-9 .btn:hover {
    text-decoration: underline;
}

.trademarks a {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    padding: 5px;
    margin: 5px 2px 0 0;
}

.car_cont {
    width: 100%;
    height: 100%;
}

.body .col-md-9 .adv-1 h3 a {
    font-family: tahoma;
    font-weight: 700;
    font-size: 18px;
}

.body .col-md-9 .adv-1 h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}




.inner-adv {
    display: table;
}

.body .col-md-9 .adv-1 a {
    display: inline-block;
    margin-bottom: 5px;
}

.marka {
    padding: 0 10px;
}

.marka a {
    display: inline-block;
    margin: 5px 5px 0 0;
}

.marka a:hover {
    text-decoration: none !important;
}

.md-padd_n .part_i .marka i:hover {
    border-bottom-color: transparent;
}

.ryad-logo {
    position: absolute;
    left: 50px;
    bottom: 0;
}

footer {
    position: relative;
}

footer hr {
    display: none;
}

.ryad-logo a {
    height: 50px;
    display: inline-block;
    position: relative;
    top: -20px;
}

.singleContent hr {
    display: block;
}

.singleContent span {
    padding: 0;
}

@media(max-width:768px){
    .fixed-nav li a {width: auto;display: block;height: auto;padding: 0;font-size: 15px;}

.fixed-nav li a i {
    position: relative;
    top: auto;
    margin: 0 auto;
    right: auto;
    display: block;
    float: none;
    font-size: 18px !important;
}


.trademarks::-webkit-scrollbar,
.other_marks::-webkit-scrollbar,
.am-edit::-webkit-scrollbar {
    width: 10px;
    height:10px;
}

.trademarks::-webkit-scrollbar-track ,
.other_marks::-webkit-scrollbar-track,
.am-edit::-webkit-scrollbar-track {
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
       background-color: #edf2f0;
}

.trademarks::-webkit-scrollbar-thumb,
.other_marks::-webkit-scrollbar-thumb,
.am-edit::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background-color: #0572c0;
}

.images_clk {
    top: 10px;
    left: 0;
    right: 8%;
}

.col-md-9 {
    position: relative;
}

.part_i .col-md-9 {
    position: relative;
}

.part_i .col-md-9 br {
    display: none;
}

.spec-links {
    display: block;
}

.other_marks {
    margin: 20px 0;
}

.am-edit ul {
    display: block;
}

.am-edit a {
    display: inline-block;
}

.am-edit br {
    display: none;
}

.body .col-md-9 form {
    width: 100%;
}

.adv-1 .adv-pic {
    float:left;
    width: 90px !important;
    height: 90px !important;
    margin: 0 15px 0 0;
}

.adv-1 .adv-pic img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.inner-adv {
    display: block;
}

.adv-1 .content {overflow: hidden;max-width: none;width: auto;float: none;padding: 0;}

.adv-1 .content .inner-img {
    display: none;
}

.col-md-10 div ul select {
    width: 100%;
}

.col-md-10 div ul {
    width: 90%;
}

.adsx {
    margin-top: 10px;
}

.adv-1 .adv-pic a {
    display: block;
    height: 100%;
    margin: 0 !important;
}

.adv-1 {
    min-height: 0;
    width: 100%!important;
    padding: 15px !important;
    margin: 0;
    border-radius: 0;
}

.content .adv-tit {
    padding: 0;
}

.adv-1 .adv-tit .text span {
    display: inline-block !important;
    width: 50% !important;
}

.adv-1.adv-3 {
    background-color: #fbfbfb !important;
}

.adv-1 .inner-adv {
    background-color: transparent !important;
}

.ryad-logo {
    left: 10px;
}
.marka {
    padding: 0;
}

.marka a {
    margin: 5px 0 0 5px;
}
.images_clk {
    top: 0;
    left: 0;
    right: 0;
}

.adv-1 .adv-pic {
    width: 70px !important;
    height: 70px !important;
}

.adv-1 {
    padding: 10px 0 0 10px !important;
}

.adv-1 .adv-tit .text span a:last-of-type {
    margin: 0;
}

.adv-1 .adv-tit .text span {
    top: 0px !important;
}

.body .col-md-9 {
    padding: 0;
}
.body .col-md-9 .col-md-10,.body .col-md-9 .spec-links {
    padding: 0 15px;
}

.md-padd_n {
    padding: 0 15px !important;
}

.col-md-9 .col-md-10 form.spec-links {
    padding: 0;
    margin-top: 15px;
}

.body .col-md-9 .singleContent {
    padding: 0;
}

.images_clk {
    right: 16px;
    left: auto;
}
nav {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    position: relative;
    height: auto;
    float: right;
    overflow: hidden;
}

nav .col-xs-3 {
    width: auto;
}

nav .col-xs-3 a {
    display: inline-block;
}

nav img {
    right: auto;
}

.body {
    padding-top: 50px;
}
.singlePage {
    padding: 120px 0 0;
}

h2 {
    font-size: 20px;
}

.button {
    height: 40px;
    display: inline-block;
    line-height: 33px;
     padding: 0 15px !important;
}
.singleContent {
    padding: 30px 15px 0;
}

.contentBox {
    display: block !important;
}

.contentBox .col-md-2,.contentBox .col-md-5 {
    padding: 0;
}
.search_page {
    padding: 120px 0 0;
}

.search_page select {
    height: 40px;
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
    border: 2px solid #dedede;
}

.search_page hr {
    margin: 0;
}

.search_page br {
    display: none;
}

form.form-inline.form_search2 {
    margin-top: 15px;
}
.more {
    padding-top: 66px;
}
.more li h1 {
    margin: 0;
    line-height: 1.4;
    font-size: 20px;
}

.more li {
    margin-bottom: 10px;
}
.singleContent.calc {
    padding-top: 140px;
}
.singleContent.calc {
    padding-top: 140px;
}

.singleContent.calc p {
    text-align: initial !important;
}

.singleContent span {
    text-align: inherit;
}

.singleContent span.label {
    padding: 8px;
    margin: 0 2px;
    display: inline-block;
}
.singleContent span {
    text-align: initial !important;
    right: auto;
}

.singleContent strong {
    display: block;
    font-size: 19px;
}
.footer_con span {
    text-align: center !important;
}
}

@media(max-width:425px){
.col-md-10 div ul {
    width: 100%;
}

.ryad-logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.singleContent span {
    display: block;
    text-align: center;
}

.ryad-logo a {
    top: -18px;
}

.footer_con {
    padding: 0 5px;
}
#AJAXloaded ul.pagination {
    padding: 0 15px;
}
.footer_con .singleContent {
    padding: 0 5px;
}


}

span.ui-helper-hidden-accessible {
    position: absolute;
    right: 0;
    bottom: 0;
    direction: ltr;
        color: #adadad;
}

.col-md-9 .col-md-10 form.spec-links {
    padding-bottom: 21px;
}

.ui-autocomplete li a {
    transition: all .3s;
    color: #2b2b2b;
    padding: 11px 15px;
    display: block;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
    text-decoration: none;
}

.ui-autocomplete li:last-child a{
    border-bottom:0;
}

.ui-autocomplete li a:hover {
    background-color: #f4f4f4;
    color: #0571c0;
    transition: all .3s;
    border-bottom-color: #dfdfdf;
}

.ui-autocomplete::-webkit-scrollbar{
    width:8px;
}

.ui-autocomplete::-webkit-scrollbar-track{
    background-color:#e8e8e8;
    border-left:1px solid #d2d2d2
}

.ui-autocomplete::-webkit-scrollbar-thumb{
    background-color:#0572c0;
}

.ui-autocomplete {
    padding: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
    background: #fff !important;
}

@media(max-width:425px){
    .ui-autocomplete {
    width: 100% !important;
    left: 0 !important;
    right: 15px!important;
    max-width: calc(100% - 30px);
}
.col-md-9 .col-md-10 form.spec-links {
    padding-top: 41px;
    margin-top: 30px;
}

.body .col-md-9 form button {
    /* top: 43px !important; */
}

span.ui-helper-hidden-accessible {
    top: 0;
    bottom: auto;
}
}
.inner-adv {
display: block;
}


a.button.RegBtn {
    line-height: 44px;
    display: inline-block;
    margin: 0;
}

.contentBox .form-control {
    height: 50px;
    border: 2px solid #dfdfdf;
    font-size: 17px;
    margin-bottom: 10px;
}

.contentBox br {
    display: none;
}

.box2 .contentBox {
    display: inline-block !important;
    width: auto;
    margin-bottom: 0;
}

.contentBox .box2 .button {
    float: left;
}

.box2 {
    width: 100%;
    float: right;
}

.contentBox {
    float: right;
    width: 100%;
    margin-bottom: 15px;
}

.contentBox:first-of-type {
    margin: 0;
}
.contentBox .box1{
    display:none;
}

.body .col-md-9 .adv-1,.adsx {
    float: right;
    width: 100%;
}

.contentBox .form-group {
    width: 100%;
    float: right;
    padding: 0;
}

.singleContent hr {
    width: 100%;
}

.contentBox .box2 .button {
    margin-bottom: 20px;
}

input#followBrand {
    margin: 0;
    line-height: 32px;
    height: 34px;
    padding: 0;
    background: #0473c0;
    color: #fff;
    border-color: #0473c0;
}

form#followBrandForm {
    margin-top: 20px;
}

form#followBrandForm .col-xs-12.col-md-3:nth-child(2), form#followBrandForm .col-xs-12.col-md-2:nth-child(3) {
    padding-right: 0;
}


.tagFilters span.button {
    width: 50%;
    line-height: 50px;
    padding: 0 20px;
    margin: 0;
}

.tagFilters span.button:hover, .tagFilters span.button:focus {
    color: #333;
    border-width: 1px;
}

html {
    overflow-x: hidden;
}

@media (max-width: 767px){
.singleContent .col-xs-12 {
    padding: 0;
}

.singleContent .row {
    margin: 0;
}
  
.body .col-md-9 .spec-links {
    padding: 0;
    margin-right: -5px;
}

.body .col-md-9 .singleContent.spec-links {
    margin-right: 0;
}
}

