/* Generated by less 2.5.1 */
/*, compress: true, strictMath: true */
.main-content.news {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.main-add {
  width: 70%;
  margin: 0px auto 20px auto;
  display: block;
}
.no-padding {
  padding: 0;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.breadcrumb {
  background: #eeeeee;
  padding: 12px 15px;
  border-bottom: solid 4px #d03b37;
  border-radius: 7px 7px 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
.breadcrumb ul {
  width: 65%;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 1.1em;
}
.breadcrumb ul li::after {
  content: '>';
  display: inline-block;
  margin: 0 10px;
  color: #afafaf;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: #afafaf;
  text-decoration: none;
}
.breadcrumb ul li a.current {
  color: #d03b37;
  font-weight: bold;
}
.breadcrumb .srch {
  width: 35%;
}
.breadcrumb .srch .srch-box {
  width: 100%;
}
.breadcrumb .srch .srch-box input[type="submit"] {
  width: auto;
  padding: 0 20px;
}
.news-page div[class^="col-"] {
  float: right;
}
.news-page .img-responsive {
  width: 100%;
}
.paddingFive {
  padding: 0px 5px !important;
}
.news-top-section .first-news {
  position: relative;
}
.news-top-section .first-news .first-news-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.news-top-section .first-news .first-news-content h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.news-top-section .first-news .first-news-content h2 a {
  color: #fff;
  text-decoration: none;
}
.news-top-section .news-most-read {
  background-color: #000;
  display: inline-block;
}
.news-top-section .news-most-read h3 {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  position: relative;
  margin: 35px 0px 35px 0px;
}
.news-top-section .news-most-read h3 span {
  position: absolute;
  background-color: #d03b37;
  height: 2px;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  display: inline-block;
  bottom: -5px;
}
.news-top-section .news-most-read div {
     padding: 6px !important;
    margin: 0px 7px 15px 0px;
    border: 1px solid #878787;
    width: 97%;
}
.news-top-section .news-most-read div a {
  display: inline-block;
  font-size: .9em;
  color: #FFF;
  text-decoration: none;
  padding: 6px;

}
.news-top-section .news-content {
  background-color: #000;
  padding: 0px 5px 5px 5px;
}
.news-top-section .news-content h3 {
  font-size: .9em;
  color: #fff;
  line-height: 17px;
}
.news-top-section .news-content .date {
  font-size: .8em;
  color: #878787;
  width: 57%;
  display: inline-block;
}
.news-top-section .news-content .btn-more {
  font-size: .8em;
  color: #d03b37;
  width: 40%;
  text-align: left;
  display: inline-block;
}
.news-item .news-content {
  padding: 0px 5px 5px 5px;
  border: 2px solid #f5f5f5;
  border-top: 0px;
  margin-bottom: 20px;
}
.news-item .news-content h3 {
  font-size: 1em;
  color: #272727;
  line-height: 18px;
  font-weight: bold;
}
.news-item .news-content .date {
  font-size: .8em;
  color: #878787;
  width: 57%;
  display: inline-block;
}
.news-item .news-content .btn-more {
  font-size: .8em;
  color: #d03b37;
  width: 40%;
  text-align: left;
  display: inline-block;
}
.tags {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  background: #d03b37;
  padding: 6px 20px;
}
.title-container {
  background: #eeeeee;
  padding: 15px 20px;
  border-bottom: solid 4px #d03b37;
  border-radius: 7px 7px 0 0;
  margin: 20px 0;
  color: #d03b37;
}
.title-container h2 {
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.news-pagination {
  margin: 50px 0;
  text-align: center;
}
.news-pagination ul {
  display: inline-block;
  margin: 0;
}
.news-pagination ul li {
  display: inline-block;
  margin: 0 1px;
}
.news-pagination a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #000;
  border: solid 1px #000;
  border-radius: 5px;
  vertical-align: middle;
}
.news-pagination a:hover {
  color: #d03b37;
  border-color: #d03b37;
}
.news-pagination a.active {
  color: #fff;
  background: #d03b37;
  border-color: #d03b37;
}
.news-pagination a.btn-prev,
.news-pagination a.btn-next {
  font-size: 2em;
  padding: 0;
  color: #fff;
  background: #d03b37;
  border-color: #d03b37;
}
.news-pagination a.btn-prev {
  margin-left: 25px;
}
.news-pagination a.btn-next {
  margin-right: 25px;
}
.red-container {
  border: solid 8px #d03b37;
  padding: 0;
}
.red-container .red-title-container {
  background: #d03b37;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.red-container .red-title-container h2 {
  margin: 0;
}
.red-container .articles-container {
  padding: 10px;
}
.red-container .articles-container div[class^="col-"] {
  padding: 0;
}
.red-container .articles-container .article-item {
  display: flex;
  margin-bottom: 15px;
direction:rtl;
}
.red-container .articles-container .article-item:last-child {
  margin-bottom: 0;
}
.red-container .articles-container .article-item .img {
  padding-left: 10px;
}
.red-container .articles-container .article-item .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.red-container .articles-container .article-item h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.4em;
}
.red-container .articles-container .article-item p {
  font-size: 0.8em;
  margin: 0 0 0.4em;
}
.red-container .articles-container .date {
  background: url(../images/clock2.png) right center no-repeat;
  padding-right: 20px;
  font-size: 0.8em;
  font-weight: bold;
  color: #585858;
  vertical-align: middle;
}
.red-container .articles-container .btn-more {
  float: left;
  color: #d03b37;
  font-size: 0.75em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news-top-section .news-most-read {
    margin-bottom: 20px;
  }
  .news-top-section .news-most-read h3 {
    font-size: 20px;
    margin: 15px 0px 15px 0px;
  }
  .news-top-section .news-most-read h3 span {
    position: absolute;
    background-color: #d03b37;
    height: 2px;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    display: inline-block;
    bottom: -5px;
  }
  .news-top-section .news-most-read div {
    padding: 6px !important;
    margin: 0px 0px 10px 0px;
  }
  .news-top-section .news-most-read div a {
    display: inline-block;
    font-size: 12px;
  }
  .news-top-section .news-content {
    background-color: #000;
    padding: 0px 5px 5px 5px;
  }
  .news-top-section .news-content h3 {
    font-size: .9em;
    color: #fff;
    line-height: 17px;
  }
  .news-top-section .news-content .date {
    font-size: .8em;
    color: #878787;
    width: 57%;
    display: inline-block;
  }
  .news-top-section .news-content .btn-more {
    font-size: .8em;
    color: #d03b37;
    width: 40%;
    text-align: left;
    display: inline-block;
  }
  .title-container h2 {
    font-size: 20px;
  }
  .news-pagination {
    margin: 30px auto;
    width: 280px;
    text-align: center;
  }
  .news-pagination a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .news-pagination a.btn-prev,
  .news-pagination a.btn-next {
    font-size: 14px;
    padding: 5px;
  }
  .news-pagination a.btn-prev {
    margin-left: 5px;
  }
  .news-pagination a.btn-next {
    margin-right: 5px;
  }
  .news-page div[class^="col-"] {
    float: none;
  }
}
/****amends****/
.news-top-section {
  display: flex;
  justify-content: space-between;
}
.news-top-first {
  width: 65%;
  background-color: #000;
}
.news-top-second {
  width: 33%;
}
@media (max-width: 767px) {
  .news-top-section {
    flex-direction: column;
  }
  .news-top-first {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-top-second {
    width: 100%;
  }
}
.full-width {
  width: 100% !important;
}
.marg-ryt-only {
  margin: 0px 12px 0px 0px;
}
.flex {
  display: flex;
  margin-bottom: 20px;
}
.news-inner {
  width: 98%;
  margin: 0 auto;
}
.news-inner .red-title {
  color: #d03b37;
  font-size: 2vw;
  line-height: 2vw;
  margin: 20px auto;
}
.news-inner .red-title span {
  display: block;
}
.news-inner .drk-title {
  font-size: 1.8vw;
  line-height: 2.3vw;
  margin: 15px auto;
  color: #454545;
}
.news-inner .date-athr {
  display: flex;
  padding-top:20px;
}
.news-inner .date-athr .date {
  background: url(../images/clock2.png) right top no-repeat;
  padding-right: 20px;
  font-size: 12px;
  margin-left: 20px;
}
.news-inner .date-athr .athr {
  background: url(../images/athr.png) right top no-repeat;
  padding-right: 20px;
  font-size: 12px;
}
.news-inner p {
  text-align: right;
  color: #454545;
  font-size: 16px;
}
.news-inner .higlighted {
  margin: 20px 0px 30px 0px;
  display: inline-block;
}
.news-inner .higlighted img {
  width: 10%;
  float: right;
}
.news-inner .higlighted p {
  width: 88%;
  font-weight: bold;
  float: left;
}
.news-inner .video {
  background-color: #232323;
  padding: 10px;
  margin: 30px -15px;
}
.news-inner .video h3 {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  position: relative;
  font-size: 20px;
  margin: 0px 0px 15px 0px;
}
.news-inner .video h3 span {
  display: inline-block;
  height: 2px;
  width: 20%;
  background-color: #d03b37;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.news-inner .video iframe {
  width: 100%;
  min-height: 350px;
  margin-bottom: 30px;
}
.news-inner .n-related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-inner .n-related .item {
  width: 32%;
  background: #fff;
  margin-bottom: 20px;
}
.news-inner .n-related .item img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.news-inner .n-related .item h4 {
  color: #232323;
  font-size: 14px;
  padding: 0px 5px;
  margin: 10px 0px 5px 0px;
}
.news-inner .n-related .item a {
  font-size: 10px;
  color: #868686;
  padding: 0px 5px;
  margin: 5px 0px;
  display: inline-block;
/*  font-family: "myriad pro";*/
}
.news-inner p.share-it {
  background: url(../images/share.png) no-repeat left 11%;
  padding-left: 20px;
/*  font-family: 'Myriad pro';*/
  font-size: 14px;
  display: inline-block;
  float: left;
}
.news-inner .comment img {
  width: 90%;
  margin: 0px auto 20px auto;
  display: block;
  padding-top: 15px;
}
.news-inner .comment .title-sel {
  display: flex;
  justify-content: space-between;
}
.news-inner .comment .title-sel h3 {
  width: 100%;
  color: #d03b37;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 10px;
  position: relative;
  font-size: 20px;
  margin: 0px 0px 15px 0px;
}
.news-inner .comment .title-sel h3 span {
  display: inline-block;
  height: 2px;
  width: 20%;
  background-color: #d03b37;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.news-inner .comment .title-sel select {
  width: 20%;
  color: #a6a6a6;
  background: transparent;
  border: 0px;
  border-right: 1px dashed #a6a6a6;
  margin: 0;
  padding-right: 10px;
  height: 33px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/news-inner/sel.png) no-repeat left center;
  background-size: contain !important;
  outline: red;
}
.news-inner .comment .title-sel select option {
  background: #232323;
}
.news-inner .comment .title-sel select option:hover {
  background: #d03b37;
  color: #fff;
}
.news-inner .comment .leave-comment {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.news-inner .comment .leave-comment img {
  width: 50px;
  height: 50px;
  margin: 0 !important;
  padding: 0;
}
.news-inner .comment .leave-comment textarea {
  width: 90%;
  background: transparent;
  border: 1px solid #b4b4b4;
  padding: 5px;
}
.at-share-tbx-element .at-share-btn {
  float: left !important;
  direction: ltr !important;
  width: 107px !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .flex .red-title {
    font-size: 18px;
    line-height: unset;
  }
  .flex .drk-title {
    font-size: 16px;
    line-height: unset;
  }
  .marg-ryt-only {
    margin: 0px;
  }
  .breadcrumb ul li {
    font-size: 14px;
  }
  .at-share-btn-elements {
    width: 225px !important;
    margin: 0 auto !important;
  }
  .news-inner .n-related {
    flex-direction: column;
  }
  .news-inner .n-related .item {
    width: 100%;
  }
  .news-inner .comment .title-sel h3 {
    width: 50%;
  }
  .news-inner .comment .title-sel select {
    width: 50%;
  }
  .news-inner .comment .leave-comment textarea {
    width: 80%;
  }
}
.breadcrumb.inner {
  margin-bottom: 0 !important;
  border-bottom: 2px solid #cecece !important;
}
.test-drive-videos .main-video-content {
  margin-bottom: 20px;
  position: relative;
}
.test-drive-videos .main-video-content div {
  position: absolute;
  width: 90%;
  bottom: 20px;
  right: 5%;
  z-index: 1;
}
.test-drive-videos .main-video-content div h2 {
  font-size: 1.5vw;
  margin-bottom: 10px;
}
.test-drive-videos .main-video-content div h2 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.test-drive-videos .main-video-content div p {
  font-size: 1.2vw;
  color: #fff;
}
.test-drive-videos .sub-video-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.test-drive-videos .sub-video-items .v-item {
  position: relative;
  flex-basis: 32%;
}
.test-drive-videos .sub-video-items .v-item h3 {
  color: #fff;
  background-color: #272727;
  padding: 3%;
  font-size: 1.2vw;
  margin: 0px 0px 5px 0px;
}
.test-drive-videos .sub-video-items .v-item p {
  color: #272727;
  font-size: .9vw;
}
.test-drive-videos .sub-video-items .v-item p.date {
  background: url(../images/clock2.png) right center no-repeat;
  padding-right: 20px;
  font-size: .9vw;
  font-weight: bold;
  color: #272727;
  vertical-align: middle;
}
.test-drive-videos .sub-video-items .v-item img:last-of-type {
  position: absolute;
  top: 10px;
  left: 10px;
}
.video-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10001;
}
.video-popup iframe {
  position: fixed;
  width: 70%;
  height: 80%;
  left: 50%;
  top: 52%;
  margin-left: -35%;
  transform: translateY(-50%);
  z-index: 10002;
}
@media (max-width: 767px) {
  .test-drive-videos .main-video-content div {
    position: relative;
    width: 100%;
    padding: 3% 5%;
    right: unset;
    background: #272727;
  }
  .test-drive-videos .main-video-content div h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .test-drive-videos .main-video-content div p {
    font-size: 12px;
  }
  .test-drive-videos .sub-video-items {
    flex-direction: column;
  }
  .test-drive-videos .sub-video-items .v-item {
    flex-basis: 100%;
  }
  .test-drive-videos .sub-video-items .v-item h3 {
    font-size: 16px;
  }
  .test-drive-videos .sub-video-items .v-item p,
  .test-drive-videos .sub-video-items .v-item p.date {
    font-size: 12px;
  }
  .video-popup iframe {
    position: fixed;
    width: 98%;
    height: 80%;
    left: 50%;
    top: 52%;
    margin-left: -49%;
    transform: translateY(-50%);
    z-index: 10002;
  }
}
.mrgn-btm-zero {
  margin-bottom: 0 !important;
}
#tabs.cars {
  position: unset;
}
#tabs.cars ul.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
    z-index: 99999;
}
#tabs.cars ul.inner li {
  background: #eeeeee;
  padding: 14px 14px 15px 14px;
}
#tabs.cars ul.inner li.ui-tabs-active.ui-state-active {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#tabs.cars ul.inner li a {
  color: #404040;
}
.cars-filters {
  background: #eeeeee;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
}
.cars-filters div {
  display: flex;
  justify-content: space-between;
  width: 25%;
  margin-bottom: 10px;
}
.cars-filters div:first-of-type {
  width: 45%;
}
.cars-filters div.submit {
  width: 100%;
  justify-content: flex-end;
}
.cars-filters div select,
.cars-filters div input {
  width: 48%;
  border: 1px solid #c7c7c7;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  color: #afafaf;
}
.cars-filters div select::placeholder,
.cars-filters div input::placeholder {
  color: #afafaf;
}
.cars-filters div select {
  background: #ffffff url(../images/car-sel-bg.png) no-repeat 4% center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cars-filters input[type="submit"] {
  width: 100px;
  padding: 5px 0px;
  float: left;
  color: #fff;
  font-size: 14px;
  background-color: #d03b37;
  border: 0px;
  margin-bottom: 10px;
}
.cars-models {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.cars-models .item {
  flex-basis: 18.5%;
  border: 1px solid #d5d5d5;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin: 15px 0px 15px 1.8%;
}
.cars-models .item img {
  width: 80px;
  height: 80px;
}
.cars-models .item:nth-of-type(5n) {
  margin: 15px 0%;
}
@media (max-width: 767px) {
  #tabs.cars {
    position: relative;
  }
  #tabs.cars ul.inner {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    margin-bottom: 0;
  }
  #tabs.cars ul.inner li {
    background: #eeeeee;
    padding: 10px;
  }
  #tabs.cars ul.inner li.ui-tabs-active.ui-state-active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  #tabs.cars ul.inner li a {
    color: #404040;
  }
  .cars-filters {
    flex-direction: column;
  }
  .cars-filters div {
    width: 100% !important;
    margin: 10px 0px;
  }
}
.cars-filters.showr div {
  width: 49.5%;
}
.cars-filters.showr div select {
  width: 49%;
}
.cars-filters.showr div .submit {
  margin: 0;
}
.cars-filters.showr div .submit input[type="submit"] {
  margin: 0;
  width: 100%;
}
.accordion-container {
  background-color: #eeeeee;
  padding: 15px;
  margin-top: 30px;
  border-radius: 2px;
}
.accordion-container #accordion h3 {
  background: #888888 url(../images/in-active.png) no-repeat 2% center;
  color: #fff;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 30px;
}
.accordion-container #accordion h3.ui-accordion-header-active.ui-state-active {
  background: #d03b37 url(../images/active.png) no-repeat 2% center;
}
.accordion-container #accordion .ui-accordion-content > div:first-of-type {
  display: flex;
  justify-content: space-between;
}
.accordion-container #accordion .ui-accordion-content > div:first-of-type img {
  width: 20%;
}
.accordion-container #accordion .ui-accordion-content > div:first-of-type > div {
  background: #fff;
  width: 79%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-container #accordion .ui-accordion-content > div:first-of-type > div > p {
  margin: 0;
  color: #272727;
  font-size: 20px;
  font-weight: bold;
}
.accordion-container #accordion .ui-accordion-content > div:first-of-type > div div p {
  margin: 0;
  text-align: left;
  color: #d03b37;
  font-size: 14px;
  font-weight: bold;
}
.accordion-container #accordion .ui-accordion-content > div:first-of-type > div div p span {
  color: #272727;
/*  font-family: myriad pro;*/
}
.accordion-container #accordion .ui-accordion-content .show-dets {
  background: #fff;
  margin: 5px 0px;
  padding: 10px 0px;
}
.accordion-container #accordion .ui-accordion-content .show-dets h2 {
  font-size: 16px;
  color: #272727;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  padding: 0px 15px 10px 0px;
  margin: 0 10px 0px 0px;
}
.accordion-container #accordion .ui-accordion-content .show-dets p {
  margin-right: 20px;
  color: #d03b37;
  font-size: 14px;
}
.accordion-container #accordion .ui-accordion-content .show-dets p span {
  color: #888888;
}
.map-dets {
  margin-top: 20px;
  position: relative;
}
.map-dets .block {
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px;
}
.map-dets h1.title {
  background-color: #272727;
  padding: 20px 10px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin: 5px 0px;
  position: absolute;
  width: 95%;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  z-index: 2;
}
.map-dets .slimScrollDiv {
  position: absolute !important;
  background: #fff;
  width: 278px !important;
  z-index: 9999;
  height: 400px;
  top: 75px;
  right: 20px;
}
.map-dets .slimScrollDiv h2 {
  color: #000;
  font-size: 18px;
}
.map-dets .slimScrollDiv p {
  font-size: 14px;
  color: #d1413d;
  padding-bottom: 5px;
  margin: 5px 0px;
  border-bottom: 1px solid #f9f9f9;
}
.map-dets .slimScrollDiv p span {
  color: #bcbcbc;
}
.map-dets .slimScrollBar {
  opacity: 1 !important;
  margin-top: 10px !important;
  display: block !important;
}
.map-dets #inner-content-div {
  padding: 10px 20px 10px 10px;
  display: inline-block;
  clear: both;
  border-radius: 2px;
}
/**showrooms-two**/
@media (max-width: 767px) {
  .cars-filters.showr div {
    width: 100%;
    flex-direction: column;
    margin: 0;
  }
  .cars-filters.showr div select {
    width: 100%;
    margin-bottom: 10px;
  }
  .cars-filters.showr div .submit {
    margin: 0;
  }
  .cars-filters.showr div .submit input[type="submit"] {
    margin: 0;
    width: 100%;
  }
  .accordion-container #accordion h3 {
    background: #888888 url(../images/in-active.png) no-repeat 4% center;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 20px;
  }
  .accordion-container #accordion h3.ui-accordion-header-active.ui-state-active {
    background: #d03b37 url(../images/active.png) no-repeat 4% center;
  }
  .accordion-container #accordion .ui-accordion-content > div:first-of-type {
    flex-direction: column;
  }
  .accordion-container #accordion .ui-accordion-content > div:first-of-type img {
    width: 120px;
    margin-bottom: 10px;
  }
  .accordion-container #accordion .ui-accordion-content > div:first-of-type > div {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .accordion-container #accordion .ui-accordion-content > div:first-of-type > div > p {
    margin-bottom: 10px;
  }
  .accordion-container #accordion .ui-accordion-content > div:first-of-type > div div p {
    text-align: right;
    margin-bottom: 10px;
  }
  #ui-id-4 {
    height: auto;
  }
  .map-dets h1.title {
    position: relative;
    width: 100%;
  }
  .map-dets .slimScrollDiv {
    position: relative !important;
    margin: 10px auto;
    width: auto !important;
    top: 0;
    right: 0;
  }
  .map-dets #inner-content-div {
    width: 100% !important;
  }
}
.ins-lns h1 {
  font-size: 25px;
  font-weight: bold;
}
.ins-lns p {
  font-size: 18px;
}
.ins-lns ul li {
  font-size: 14;
  background: url(../images/list-bg.png) no-repeat right 8%;
  padding-right: 20px;
  margin-bottom: 10px;
}
.ins-lns .firms,
.ins-lns .banks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ins-lns .firms .item,
.ins-lns .banks .item {
  width: 19%;
  margin-bottom: 10px;
}
/****Internal****/
.ins-lns-int .info {
  display: flex;
  justify-content: space-between;
}
.ins-lns-int .info div {
  border: 1px solid #dbdbdb;
  padding: 10px;
  width: 79%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ins-lns-int .info div h2 {
  color: #272727;
  font-size: 22px;
  margin: 5px 0px;
  font-weight: bold;
}
.ins-lns-int .info div p {
  margin: 5px 0px;
  color: #272727;
  font-weight: bold;
  font-size: 16px;
}
.ins-lns-int .info div p span:first-of-type {
  color: #d03b37;
}
.ins-lns-int table {
  width: 100%;
  margin: 20px 0px;
}
.ins-lns-int table tr td {
  border: 1px solid #dbdbdb;
  padding: 10px;
  color: #272727;
  font-size: 14px;
  width: 50%;
}
.ins-lns-int table tr td:first-of-type {
  font-weight: bold;
}
.ins-lns-int table tr td.en {
/*  font-family: myriad pro;*/
}
.ins-lns-int table tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .ins-lns .firms,
  .ins-lns .banks {
    justify-content: flex-start;
  }
  .ins-lns .firms .item,
  .ins-lns .banks .item {
    width: 25%;
    margin-bottom: 10px;
  }
  /****Internal****/
  .ins-lns-int .info {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .ins-lns-int .info div {
    width: 100%;
  }
  .ins-lns-int .info img {
    width: 147px;
    margin-bottom: 10px;
  }
}
@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700');
/*
@font-face {
  font-family: 'Cairo', sans-serif;
  src: url('../fonts/GESSTwoLight-Light.eot');
  src: url('../fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/GESSTwoLight-Light.woff') format('woff'), url('../fonts/GESSTwoLight-Light.woff') format('woff'), url('../fonts/GESSTwoLight-Light.ttf') format('truetype'), url('../fonts/GESSTwoLight-Light.svg#GESSTwoLight-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot');
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
body {
  font-family: 'Cairo', sans-serif;
  font-family: 'Cairo', sans-serif;
    font-weight:400;
}
body.rtl .main-page-container {
  direction: rtl;
}
.eng {
/*  font-family: 'SegoeUI' !important;*/
}
.clearfix {
  clear: both;
  overflow: hidden;
  content: "";
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.noPadding {
  padding: 0 !important;
}
.href {
  cursor: pointer;
}
.navbar {
  margin-bottom: 15px !important;
  position: fixed;
  z-index: 10000;
  width: 100%;
}
.navbar-default {
  background-image: none !important;
  background-color: #f2f2f2;
  border: 0px;
  box-shadow: 0px 7px 8px #dddddd;
}
.navbar-header {
  padding: 20px 0px 10px 0px;
  float: right;
  width: 120px;
}
.navbar-nav {
  margin: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row-reverse;
  width: 79%;
  justify-content: space-between;
}
.navbar-nav,
.navbar-nav > li {
  float: right;
}
.navbar-nav > li > a {
  color: #4c4c4c !important;
  font-size: 15px;
  padding: 30px 10px 20px 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-bottom: 8px solid #d03a37;
  font-weight: bold;
}
.search {
  margin-top: 38px;
  border-right: 2px dashed #b9b9b9;
  float: right;
  height: 48px;
}
.search img {
  margin: 11px 22px 0px 0px;
  cursor: pointer;
}
.search-box {
  position: absolute;
  width: 357px;
  height: 60px;
  background: #f2f2f2;
  margin: 42px 0px 0px -15px;
  float: left;
  display: none;
  border: 0px;
  padding: 25px 20px;
  text-align: right;
  z-index: 1000;
}
.sub::before {
  content: url(../images/sub-arrow.png);
}
.search-shrink {
  margin-top: 11px;
}
.navbar-nav > li > a.shrink {
  padding: 20px 10px 20px 10px;
}
.navbar-header.shrink {
  padding: 11px 0px 0px 0px;
}
.navbar-header > img.shrink {
  max-width: 85%;
}
.search.shrink {
  margin-top: 11px;
}
.shrink {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.shrink.scils {
  padding: 20px 0px 0px 0px;
}
@media (min-width: 1280px) and (max-width: 1345px) {
  .navbar-nav > li > a {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .navbar-nav > li > a {
    font-size: 15px;
  }
  .navbar-nav {
    margin: 0px 7px 0px 8px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    margin-left: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .main-menu {
    width: 100%;
  }
  .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  /*body {display: none;}*/
  .navbar-nav > li {
    float: none;
    margin: 0px;
    width: 100%;
    padding: 0;
    text-align: right;
  }
  .navbar-nav {
    float: none;
  }
  .nav.navbar-nav {
    clear: both;
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    display: none;
  }
  .navbar-default .container-fluid {
    padding: 0;
  }
  .navbar-nav > li > a {
    padding: 20px 10px 20px 10px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 4px solid #d03a37;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin: 0;
  }
  .search {
    position: absolute;
    left: 20px;
  }
  /*.navbar-header img{
         float: right;
         margin-right: 10px;
     }*/
  .search-box {
    width: 350px;
    margin: 21px 0px 40px 0px;
    border: 2px solid #dddddd;
  }
  .search {
    border: 0px;
  }
  .navbar-toggle {
    display: block;
    clear: both;
  }
}
@media (max-width: 992px) {
  .navbar-header {
    float: left !important;
    padding: 30px 20px 0px !important;
    margin: 0 !important;
  }
  .navbar-toggle {
    margin-top: -40px !important;
  }
  .search {
    position: relative !important;
    position: relative;
    margin: 20px 0px;
    float: left;
    left: 20px;
    height: auto;
  }
  .search img {
    display: none;
  }
  .search-box {
    display: block;
    margin: 0 !important;
    position: relative;
    background: url(../images/search.png) no-repeat 3% center;
  }
}
@media (max-width: 600px) {
  .search {
    float: none;
    width: 96%;
    margin: 15px 2%;
    left: auto;
    display: inline-block;
  }
  .search-box {
    width: 100%;
    margin: 0 auto !important;
    height: 50px;
  }
  .navbar-header {
    width: auto;
  }
}
@media (max-width: 500px) {
  .navbar-header {
    width: 50%;
    padding: 30px 10px 0px !important;
  }
  .search-box {
    /* width:230px;*/
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .search img {
    margin: 11px 9px 0px 0px;
  }
}
/************SUB-MENU***************/
.sub-menu {
  position: absolute;
  top: 90%;
  width: 100%;
  background: #f2f2f2;
  box-shadow: 0px 0px 10px #dddddd;
  display: none;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  width: 100%;
  text-align: center;
  padding: 3px 0px;
}
.sub-menu li a,
.sub-menu li a:hover,
.sub-menu li a:focus {
  color: #4c4c4c !important;
  font-size: 15px;
  text-decoration: none;
}
.sub-menu li a:hover,
.sub-menu li a:focus {
  color: #cd3936 !important;
  font-size: 15px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .sub-menu {
    position: relative;
    top: auto;
    box-shadow: none;
    width: 100%;
  }
  .sub-menu li {
    padding: 6px 25px;
    text-align: right;
  }
}
footer {
  background: #232323;
  color: #bbbbbb;
  box-shadow: 0px 7px 8px #1c1c1c;
  position: relative;
  z-index: 999999;
}
.main-div {
  margin: 45px auto 40px auto;
  float: none;
  display: inline-block;
}
footer > div .innerDiv {
  float: right;
}
footer > div .innerDiv > img {
  float: right;
  display: block;
  margin-bottom: 15px;
}
footer ul {
  clear: both;
}
footer ul li {
  color: #bbbbbb;
  text-align: right;
  direction: rtl;
  margin-top: 10px;
  font-size: 15px;
}
.innerDiv h2 {
  font-size: 23px;
  text-align: right;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: 330px;
  float: right;
}
ul.address li:nth-child(1) {
  background: url(../images/address.png) right top no-repeat;
  padding-right: 30px;
}
ul.address li:nth-child(2) {
  background: url(../images/email.png) right center no-repeat;
  padding-right: 30px;
}
.innerDiv.second {
  margin-left: 8%;
}
.news-letter {
  background: transparent url(../images/news-letter.png) right center no-repeat;
  width: 70%;
  height: 42px;
  border: 2px solid #4e4e4e;
  border-right: 0px;
  text-align: right;
  padding-right: 60px;
  margin-top: 10px;
  float: right;
}
a.subscribe,
a.subscribe:hover,
a.subscribe:focus {
  background: #c7c7c7;
  color: #000;
  font-size: 18px;
  padding: 8.5px 45px;
  float: right;
  margin-top: 10px;
  font-weight: bold;
  text-decoration: none;
}
.social a:nth-child(1),
.social a:nth-child(1):hover .social a:nth-child(1):focus {
  font-size: 24px;
  color: #bbbbbb;
  text-decoration: none;
  margin-left: 20px;
}
.social {
  margin-top: 20px;
}
.social a {
  float: right;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}
.row-two {
  padding-top: 30px;
}
ul.links li a,
ul.links li a:hover ul.links li a:focus {
  color: #bbbbbb;
  font-size: 1.3vw;
  float: right;
  margin-left: 30px;
  text-decoration: none;
}
@media (max-width: 400px) {
  .innerDiv h2 {
    width: 250px;
  }
  .social a:first-child {
    width: 100%;
    display: block;
    text-align: right;
  }
  .news-letter {
    width: 95%;
  }
}
.gutters {
  /* width:100%;
    position: fixed;
    top:17%;
    min-height: 1000px;*/
  width: 100%;
  position: relative;
  background-attachment: fixed;
  background-size: 100% 89%;
}
.gutters-two {
  width: 100%;
  position: relative;
  background: url(../images/gutter-img.png) bottom center repeat;
  background-size: contain !important;
}
.gutter-img {
  position: fixed;
  top: 12%;
}
.main-content {
  /*height: 6000px;*/
  padding-top: 8%;
z-index: 8;
}
.content {
  width: 98%;
  margin: 0 auto;
}
.carousel-inner .item img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 992px) {
  .gutters,
  .gutters-two {
    background: #fff !important;
    background-attachment: scroll;
  }
  .navbar {
    position: relative;
  }
  .main-content {
    padding-top: 0px;
  }
}
/*section-one*/
.section#one {
  margin-top: 13px;
  display: flex;
  flex-direction: row-reverse;
}
.tawkeel {
  padding: 0px 12px 0px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carousel-control {
  opacity: 1 !important;
  background: transparent !important;
  top: auto!important;
  bottom: 3%;
  width: 6% !important;
  display: none;
}
.carousel-control .item img {
  /*height: 100%;*/
}
.carousel-indicators {
  left: 3% !important;
  width: auto !important;
  margin-left: auto !important;
  bottom: 3% !important;
}
.carousel-indicators li {
  border: 1px solid #dad4d4;
}
.carousel-indicators li.active {
  background-color: #dad4d4;
}
.text-block {
  width: 90%;
  /* height: 30%;*/
  position: absolute;
  bottom: 0%;
  float: right;
  right: 0;
  color: #ffffff;
  text-align: right;
  padding-right: 3%;
  margin-bottom: 1%;
  direction: rtl;
}
.text-block a {
  background: #ae3634;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  width: 120px;
  padding: 10px 0px;
}
.text-block h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
    background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.5));
    padding: 15px 10px;
}
.text-block p {
  font-size: 14px;
  width: 70%;
}
.text-block ul li {
  font-size: 12px;
  list-style: none;
  float: right;
  margin-left: 40px;
  padding-right: 25px;
  padding-top: 3px;
}
.text-block ul li:nth-child(1) {
  background: url(../images/clock.png) center right no-repeat;
}
.text-block ul li:nth-child(2) {
  background: url(../images/eye.png) center right no-repeat;
}
.text-block ul li:nth-child(3) {
  background: url(../images/views.png) center right no-repeat;
}
.tawkeel-on {
  background: #000;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.tawkeel-on h1 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: right;
  color: #fff;
}
.tawkeel-on .hr {
  width: 95%;
  background: #fff;
  height: 3px;
  float: right;
  position: relative;
}
.tawkeel-on .hr span {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  height: 100%;
  width: 35%;
  background: #d03a37;
}
.sub-item {
  margin-top: 10px;
  text-align: right;
}
.sub-item img {
  float: right;
  margin-left: 10px;
}
.sub-item p {
  font-size: 14px;
  font-weight: bold;
/*  font-family: 'myriad pro';*/
  padding-right: 10px;
  color: #fff;
  margin: 0;
}
#owl-example {
  margin: 15px auto 20px auto;
  width: 95%;
}
.owl-controls.clickable {
  /* position: absolute;
    width: 100%;
    top: 0px;*/
}
.owl-item .item img {
  display: block;
  margin: 0 auto;
}
.owl-prev {
  background: url(../images/lft-arr-red.png) no-repeat;
  width: 23px;
  height: 23px;
  opacity: 1 !important;
  border-radius: 0px !important;
  padding: 0px !important;
  margin: 0 !important;
}
.owl-next {
  background: url(../images/ryt-arr-red.png) no-repeat;
  width: 23px;
  height: 23px;
  opacity: 1 !important;
  border-radius: 0px !important;
  margin: 0  !important;
}
#owl-example .owl-buttons {
  width: 55px;
  display: flex;
  position: absolute;
  top: -50px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .carousel-inner .item img {
    /*width:100%;
    max-width: 100%;*/
    height: 100%;
  }
}
@media (max-width: 600px) {
  .carousel-control img {
    /* width: 22%;*/
  }
  .text-block {
    position: relative;
    width: 100%;
    background: #4c4c4c;
    padding: 20px 10px;
  }
  .main-content {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-control {
    top: 32% !important;
  }
}
@media (max-width: 992px) {
  .main-content {
    height: auto;
  }
  .tawkeel {
    padding: 0;
    margin-top: 10px;
  }
  .carousel-inner .item img {
    width: 100%;
    max-width: 100%;
  }
  /* #owl-example .owl-prev,{
        margin: -9% -6.5% !important;
    }*/
  #owl-example .owl-next {
    margin: -53px -15px 0px 0px !important;
  }
  #owl-example .owl-prev {
    margin: -53px 0px 0px -15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .text-block h1 {
    font-size: 18px;
  }
  .text-block p {
    font-size: 12px;
  }
  .text-block ul li {
    font-size: 10px;
  }
}
.read-more-red {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #cd3936;
  font-size: 14px;
}
#tabs,
#tabs-two,
#tabs-three,
#tabs-five {
  position: relative;
}
@media (max-width: 767px) {
  .gutter-img {
    display: none;
  }
}
#swiffycontainer {
  height: 90px;
  width: 728px;
  margin: 0 auto;
}
#swiffycontainer2 {
  width: 100%;
  margin: 7px 0px 0px 0px;
  height: 250px;
  position: relative;
  /*padding-right: 15px;*/
}
#swiffycontainer3 {
  width: 100%;
  height: 600px;
  position: relative;
}
#swiffycontainer4 {
  width: 100%;
  height: 90px;
  position: relative;
}
#swiffycontainer4 {
  width: 100%;
  height: 90px;
  position: relative;
}
#swiffycontainer5 {
  width: 100%;
  height: 250px;
  position: relative;
}
#swiffycontainer6 {
  width: 100%;
  height: 90px;
  position: relative;
  margin: 13px auto 0px auto;
}
.swf-four {
  margin: 13px auto;
}
#swiffycontainer2 canvas {
  width: 100% !important;
}
@media (min-width: 550px) and (max-width: 768px) {
  #swiffycontainer {
    width: 500px;
  }
}
@media (max-width: 600px) {
  #swiffycontainer {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #swiffycontainer2 {
    padding-right: 0px;
  }
  #swiffycontainer1,
  #swiffycontainer2,
  #swiffycontainer3,
  #swiffycontainer4,
  #swiffycontainer5,
  #swiffycontainer6 {
    height: 90px;
  }
  .swf-six,
  #swiffycontainer6,
  .swf-four {
    width: 100%;
  }
}
.section {
  display: inline-block;
  width: 100%;
  margin: 7.5px 0px;
}
.section#two {
  background: #f2f2f2;
  padding: 15px;
  /*margin: 15px 0px;*/
}
.section.three#two {
  background: #232323;
}
.section#two div p {
  color: #d03a37;
  font-size: 2vw;
  text-align: right;
  border-right: 2px solid;
  padding-right: 15px;
}
.section#two div a.read-more:hover,
.section#two div a.read-more:focus,
.section#two div a.read-more {
  color: #d03a37;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
  background: url(../images/rd-mr-arr.png) no-repeat 0% 60%;
  padding-left: 20px;
  margin-top: 5px;
  display: inline-block;
}
/*.section#two div a:before {
    content: url(../images/rd-mr-arr.png);
}*/
.hr-two {
  width: 100%;
  height: 2px;
  background: #cfcfcf;
  position: relative;
}
.hr-two span {
  position: absolute;
  right: 0;
  float: right;
  top: 0px;
  width: 10%;
  height: 100%;
  background: #d03a37;
}
/*div .car:nth-child(1) img{
    margin: 0 0 15px 0;
    float: right;
}
div .car:nth-child(3) img{
    margin: 0 0 15px 0;
    float: left;
}*/
div .car img {
  width: 98%;
  margin: 0 auto 15px auto;
  display: block;
  float: right;
}
.section#two .news p.frst,
.section#two .sub-news p.frst {
  text-align: right;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}
.details p,
.details a:hover,
.details a:focus,
.details a {
  font-size: 12px !important;
  color: #4c4c4c !important;
  font-weight: 500 !important;
}
.section.three#two div p,
.section.three#two .news p.frst,
.section.three#two .details p,
.section.three#two .details a:hover,
.section.three#two .details a:focus,
.section.three#two .details a {
  color: #fff !important;
}
.section.three#two .details p {
  background: url(../images/clock.png) center right no-repeat;
}
.section.three#two .details a:hover,
.section.three#two .details a:focus,
.section.three#two .details a {
  background: url(../images/rd-mr-arr2.png) no-repeat 0% 60%;
  padding-left: 12px;
  padding-top: 2px;
  text-decoration: none;
}
.details p {
  width: 50%;
  float: right;
  background: url(../images/clock2.png) center right no-repeat;
  padding-right: 25px;
}
.sub-news .details p {
  width: 65%;
}
.sub-news .details a {
  width: 35%;
}
.sub-news img {
  float: right;
}
.details a {
  width: 45%;
  float: right;
  text-align: left;
  background: url(../images/lft-arr2.png) no-repeat 0% 60%;
  padding-left: 20px;
}
.margin15 {
  margin-bottom: 15px;
}
.sub-news {
  margin-top: 30px;
}
.sub-news div img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  div .car img {
    float: none !important;
    margin: 0 auto 15px auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sub-news .text-div {
    padding: 0px !important;
  }
  .sub-news .text-div > p {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .sub-news .details p {
    width: 100%;
  }
  .sub-news .details a {
    width: auto;
    text-align: right;
  }
}
.owl-item {
  float: left;
}
.section#two.five,
.section#two.six {
  background: #fff !important;
  padding: 0px;
}
#sync1 .item img {
  max-width: 100%;
}
#sync2 .owl-wrapper-outer {
  width: 100%;
  margin: 0 auto;
}
#sync2 owl-buttons {
  display: inline-block;
  width: 100%;
}
#sync2 .owl-controls.clickable {
  position: absolute;
  top: 0;
  width: 100%;
}
#sync2 .owl-prev {
  background: url(../images/lft-arr-wit.png);
  width: 12px;
  height: 18px;
  opacity: 1 !important;
  border-radius: 0px !important;
  padding: 0px !important;
  display: block !important;
  float: left;
  position: absolute;
  margin: 9px 0px 0px -2.5% !important;
}
#sync2 .owl-next {
  background: url(../images/ryt-arr-wit.png);
  width: 12px;
  height: 18px;
  opacity: 1 !important;
  border-radius: 0px !important;
  padding: 0px !important;
  display: block !important;
  margin: 9px -2.5% 0px 0px !important;
  float: right;
  /*  top: 50%;*/
  right: 0;
  position: absolute;
}
.bg-blk {
  background: #232323;
}
.main-cont {
  width: 94% !important;
}
#sync2 .owl-item .item img {
  max-width: 100%;
}
.sec-grey {
  background: #f2f2f2;
  padding-top: 15px;
  padding-bottom: 17px;
}
.sec-grey.two {
  padding-bottom: 0px;
}
.used img {
  width: 98%;
  margin: 0 auto 12px auto;
  display: block;
  float: right;
}
.section#two.six .used p.title {
  color: #d03a37;
  font-size: 18px;
  text-align: right;
/*  font-family: 'myriad pro' !important;*/
  margin: 0;
}
.used a.rd-mr {
  font-size: 12px;
  background: url(../images/rd-mr-arr3.png) no-repeat 0% 60%;
  color: #4c4c4c;
  text-align: right;
  padding-left: 15px;
  float: right;
}
.section#two.six .used p.price,
.section#two.six p.price {
  font-size: 14px;
/*  font-family: 'myriad pro' !important;*/
  background: #d03a37;
  color: #fff !important;
  text-align: center;
  padding: 4px 40px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  /* position: relative; */
  /* right: 0; */
  float: right;
  /* margin: 0; */
  clear: both;
}
.tawkeel-on.essays {
  /*padding: 0px 15px;*/
}
.tawkeel-on.essays .essay {
  margin-top: 13px;
}
.section#two .essay p {
  font-weight: bold;
  font-size: 14px;
  color: #d0c9c9;
  width: 60%;
  float: right;
}
.essay img {
  float: right;
  margin-left: 10px;
}
.essay a,
.essays a {
  font-size: 12px;
  background: url(../images/rd-mr-arr4.png) no-repeat 0% 60%;
  color: #d0c9c9;
  text-align: right;
  padding-left: 15px;
  float: right;
}
.essays a {
  color: #fff;
/*  font-family: 'GESSTwoLight-Light' !important;*/
}
/*.section#two.five .bg-blk{
    margin-top: -60px;
}*/
.section#two.five .read-more,
.section#two.six .read-more,
.section#two.seven .read-moreÙˆ .section#two.eight .read-more {
  margin: 0px;
}
.red-title,
.red-title {
  margin: 0px;
}
.section#two.five .hr-two,
.section#two.seven .hr-two,
.section#two.eight .hr-two {
  margin: 8px 0px 9px 0px;
}
.Sdetails {
  position: absolute;
  bottom: 5%;
  height: 20%;
  text-align: right;
  width: 100%;
  padding-right: 20px;
  direction: rtl;
}
.section#two.five .Sdetails p {
  color: #fff;
  font-size: 22px;
}
.section#two.five .Sdetails a {
  display: block;
  float: right;
  text-align: left;
  background: url(../images/rd-mr-arr2.png) no-repeat 0% 60%;
  padding-left: 12px;
  padding-top: 3px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  #sync2 {
    display: none !important;
  }
  #sync1 .owl-item .item img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .Sdetails {
    position: relative;
    bottom: auto;
    height: auto;
    background: #000;
    padding: 10px 15px 25px 15px;
  }
}
.section#two.seven {
  background: #fff !important;
  padding: 0px;
  position: relative;
}
.video {
  position: relative;
}
.video div.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 10px;
}
.video .overlay div {
  top: 80%;
  position: relative;
}
.section#two.seven .tawkeel2 .video .overlay div,
.section#two.seven .tawkeel3 .video .overlay div {
  top: 70%;
}
.tawkeel2 {
  padding: 0px 7.5px 0px 0px;
}
.tawkeel3 {
  padding: 0px 0px 0px 7.5px;
}
.tawkeel4 {
  padding: 0px 0px 0px 15px;
}
.tawkeel2 .video:nth-child(1),
.tawkeel3 .video:nth-child(1) {
  margin-bottom: 15px;
}
.video > img {
  height: 100%;
  max-width: 100%;
}
.video div img {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -18.5px;
  margin-right: -18.5px;
}
.section#two.seven .video p {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.section#two.seven .tawkeel2 .video p,
.section#two.seven .tawkeel3 .video p {
  font-size: 11px;
  margin-bottom: 5px;
  height: 10px;
  overflow: hidden;
}
.section#two.seven .tawkeel2 .video ul li,
.section#two.seven .tawkeel3 .video ul li {
  font-size: 9px;
  margin-left: 8px;
  padding-right: 24px;
}
.video ul li {
  font-size: 12px;
  list-style: none;
  float: right;
  margin-left: 40px;
  padding-right: 25px;
  padding-top: 3px;
  color: #fff;
}
.video ul li:nth-child(1) {
  background: url(../images/clock.png) center right no-repeat;
}
.video ul li:nth-child(2) {
  background: url(../images/eye.png) center right no-repeat;
}
.popup {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1000;
  display: none;
}
.popup div {
  width: 50%;
  margin: 0 auto;
  height: 100%;
}
.popup div iframe {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .popup div {
    height: 50%;
    width: 100%;
    margin-top: 30%;
  }
  .video > img {
    width: 100%;
  }
  .tawkeel4 {
    padding: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .tawkeel2,
  .tawkeel3 {
    width: 100% !important;
    padding: 0;
  }
  .video {
    margin-bottom: 15px;
  }
}
/**************section-eight*****************/
#owl-example5 .owl-item .item img {
  /* max-width: 96%;*/
  float: right;
}
#owl-example5 .owl-item {
  padding: 0px 4px 0px 4px;
}
#owl-example5 .item img {
  /* width:100%;*/
  max-width: 100%;
  height: 208px;
}
#owl-example5 .owl-next {
  background: url(../images/lft-arr-lst.png);
  width: 39px;
  height: 49px;
  /* margin: 12% -2.5% !important;*/
  margin: -200px -15px 0px 0px !important;
  position: relative;
  z-index: 10;
}
#owl-example5 .owl-prev {
  background: url(../images/ryt-arr-lst.png);
  width: 39px;
  height: 49px;
  /*margin: 12% -2.5% !important;*/
  margin: -200px 0px 0px -15px !important;
  position: relative;
  z-index: 10;
}
.section#two #owl-example5 .item p {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}
#owl-example5 .item div {
  margin: 20px 0px;
}
.section#two #owl-example5 .item ul {
  margin-right: 10px;
}
.section#two #owl-example5 .item ul li {
  font-size: 11px;
  margin: 5px 0px 0px 0px;
  padding-right: 24px;
  color: #fff;
  text-align: right;
}
.section#two #owl-example5 .item ul li:nth-child(1) {
  background: url(../images/clock.png) center right no-repeat;
}
.section#two #owl-example5 .item ul li:nth-child(2) {
  background: url(../images/eye.png) center right no-repeat;
}
.tawkeel-on.quest {
  margin-top: 15px;
}
.tawkeel-on.quest .hr {
  width: 100%;
}
.tawkeel-on h1 {
  margin-top: 0px;
}
.section#two .tawkeel-on.quest .quest-div {
  margin: 15px 0px;
}
.section#two .tawkeel-on.quest .quest-div p {
  color: #fff;
  font-size: 17px;
}
/**********radio-btns**************/
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="radio"] + label:before {
  float: right;
  background-color: transparent;
  border: 2px solid #d03a37;
  border-radius: 12px;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 4px 6px 0 7px;
  vertical-align: middle;
  text-align: center;
  width: 14px;
}
input[type="radio"]:checked + label:before {
  background: #d03a37;
}
input[type="radio"]:checked + label {
  color: #d03a37;
}
.quest-div label {
  font-size: 15px;
  float: right;
  width: 100%;
  font-weight: 300 !important;
}
.quest-div a,
.quest-div a:hover,
.quest-div a:focus {
  padding: 7px 50px;
  background: #d03a37;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
  float: right;
  text-decoration: none;
}
@media (max-width: 495px) {
  /* #owl-example5 .owl-prev,
    #owl-example5 .owl-next
    {
    margin: 40% -2.5% !important;
}*/
  #owl-example5 .owl-item .item img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .section#two.seven,
  .sm-sc-padd,
  #owl-example5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-grey.two {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .tawkeel3,
  .tawkeel4,
  .tawkeel2 {
    padding: 0;
  }
  .section#two.seven .tawkeel4 p {
    font-size: 11px;
  }
  .section#two.seven .tawkeel4 .video ul li {
    font-size: 9px;
  }
  #owl-example5 .owl-item .item img {
    width: 100% !important;
    height: auto !important;
  }
}
.latest-news .news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.latest-news .add {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.latest-news .most-readable {
  border: 10px solid #d03a37;
  margin: 0px 12px 0px 0px;
  direction: rtl;
}
.latest-news .most-readable h2 {
  color: #fff;
  background: #cd3936;
  font-size: 2.2vw;
  text-align: center;
  margin: 0px;
  padding: 15px 0px 20px 0px;
}
.latest-news .most-readable .sub-items {
  padding: 20px;
  justify-content: center;
}
.latest-news .most-readable .sub-items div {
  flex-basis: 80%;
  margin: 10px 0px;
}
.latest-news .most-readable .sub-items div h3 {
  font-size: 1.2vw;
  font-weight: bold;
  color: #4c4c4c;
}
.latest-news .most-readable .sub-items div p,
.latest-news .most-readable .sub-items div a {
  color: #4c4c4c;
}
.sub-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-items div {
  flex-basis: 48%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-items div img {
  width: 100%;
  display: block;
}
.sub-items div h3 {
  font-size: 1.2vw;
  color: #4c4c4c;
}
.sub-items div div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}
.sub-items div div p {
  background: url(../images/red-clock.png) right center no-repeat;
  padding-right: 27px;
  color: #000;
  background-size: contain !important;
  margin: 0;
}
.sub-items div div a {
  text-decoration: none;
  color: #cd3936;
  font-size: 1.1vw;
}
.longest {
  display: flex;
  flex-direction: row-reverse;
}
.videos-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.videos-items div {
  flex-basis: 32%;
  position: relative;
  margin-top: 20px;
}
.videos-items div img {
  width: 100%;
  display: block;
}
.videos-items div h4 {
  font-weight: bold;
  color: #000;
  font-size: 1vw;
}
.videos-items div p {
  font-size: .9vw;
  color: #000;
  background: url(../images/clock2.png) right center no-repeat;
  background-size: contain !important;
  padding-right: 25px;
}
.videos-items div a {
  text-decoration: none;
}
.videos-items div img.play-video {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 32%;
  left: 50%;
  margin: -13px 0px 0px -13px;
}
.full-width {
  width: 100%;
  max-width: 100%;
}
img.full-width {
  margin: 20px 0px;
}
.ads {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0px 12px 0px 0px;
  direction: rtl;
}
#owl-example-2 {
  width: 93%;
  margin: 20px auto;
}
#owl-example-2 .owl-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  margin-top: -8px;
}
#owl-example-2 .owl-item .item {
  width: 95%;
  margin: 0 auto;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#owl-example-2 .owl-item .item p:first-of-type {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin: 10px 0px;
}
#owl-example-2 .owl-item .item div {
  display: flex;
  justify-content: space-between;
}
#owl-example-2 .owl-item .item div p:first-of-type,
#owl-example-2 .owl-item .item div a {
  font-size: 10px;
  margin: 0;
  color: #000;
  font-weight: normal;
}
#owl-example-2 .owl-item .item div p:first-of-type {
  background: url(../images/clock2.png) right center no-repeat;
  background-size: contain !important;
  padding-right: 20px;
}
#owl-example-2 .owl-buttons .owl-next {
  background: url(../images/n-arrow.png) no-repeat;
  width: 19px;
  height: 19px;
  opacity: 1 !important;
  border-radius: 0px !important;
  margin: 0 -4% 0 0 !important;
}
#owl-example-2 .owl-buttons .owl-prev {
  background: url(../images/n-arrow-prev.png) no-repeat;
  width: 19px;
  height: 19px;
  opacity: 1 !important;
  border-radius: 0px !important;
  margin: 0 0 0 -4% !important;
}
#owl-example-3.owl-theme {
  direction: ltr;
  text-align: right;
}
#owl-example-3.owl-theme h2 {
  font-size: 2vw;
  color: #d03a37;
  width: 90%;
  float: right;
}
#owl-example-3.owl-theme a {
  background: #d03a37;
  color: #fff;
  font-size: 14px;
  width: 150px;
  text-align: center;
  display: inline-block;
  padding: 10px;
}
#owl-example-3.owl-theme .owl-controls .owl-pagination {
  text-align: left;
  position: absolute;
  bottom: 0;
}
#owl-example-3.owl-theme .owl-controls.clickable .owl-pagination .owl-page span {
  border: 1px solid #d03a37;
  margin: 5px 2px;
}
#owl-example-3.owl-theme .owl-page.active span,
#owl-example-3.owl-theme .owl-page:hover span {
  border: 1px solid #d03a37;
  background: #d03a37;
}
#owl-example-3.owl-theme label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
}
.srch {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.srch p {
  font-size: 1vw;
  color: #000;
  background-size: contain !important;
  margin-bottom: 0;
}
.srch p:first-of-type {
  background: url(../images/location.png) right center no-repeat;
  padding-right: 20px;
}
.srch p:last-of-type {
  background: url(../images/red-clock.png) right center no-repeat;
  padding-right: 27px;
}
.srch .srch-box {
  width: 75%;
  display: flex;
}
.srch .srch-box input[type="text"] {
  width: 94%;
  direction: rtl;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #9a9a9a;
  border-left: 0px;
}
.srch .srch-box input[type="submit"] {
  width: 6%;
  background: #cd3936 url(../images/n-search.png) center center no-repeat;
  border: 0px;
}
#myCarousel .carousel-control.right {
  left: 10px;
  right: auto;
}
.srch-cars {
  border: 20px solid #cd3936;
  margin-bottom: 10px;
}
.srch-cars h1 {
  color: #fff;
  background: #cd3936;
  font-size: 1.5vw;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.srch-cars h2 {
  font-size: 1.2vw;
  color: #000;
  font-weight: bold;
  text-align: right;
  margin: 10px auto;
  width: 89%;
}
.srch-cars .srch-box {
  background: #cd3936;
  direction: rtl;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.srch-cars .srch-box select {
  width: 79%;
  border: 1px solid #e1d0d4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px;
  background: #ffffff url(../images/slct.png) 3% center no-repeat;
  color: #000;
}
.srch-cars .srch-box input {
  width: 20%;
  background: #000;
  color: #cd3936;
  border: 0px;
}
.srch-cars .cars {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e1d0d4;
}
.srch-cars .cars div {
  flex-basis: 33%;
  text-align: center;
  margin-bottom: 7px;
  margin: 10px 0px;
}
.srch-cars .cars p {
/*  font-family: 'arial';*/
  text-transform: uppercase;
  color: #8c8a8c;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px;
}
.centered {
  display: block;
  margin: 10px auto;
  width: 70%;
}
#tabs > ul + div.redirect {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 30%;
  padding: 15px 10px;
}
#tabs > ul + div.redirect a {
  color: #404040;
  font-size: 16px;
  text-decoration: none;
}
/***latest-news***/
.latest-news {
  display: flex;
  flex-direction: row-reverse;
}
#tabs,
#tabs-two,
#tabs-three,
#tabs-five {
  direction: rtl;
}
#tabs > ul,
#tabs-two > ul,
#tabs-three > ul,
#tabs-five > ul {
  display: flex;
  background: #eeeeee;
  border-bottom: 2px solid #d03a37;
}
#tabs > ul li,
#tabs-two > ul li,
#tabs-three > ul li,
#tabs-five > ul li {
  padding: 10px;
  outline: none;
}
#tabs > ul li a,
#tabs-two > ul li a,
#tabs-three > ul li a,
#tabs-five > ul li a {
  color: #404040;
  text-decoration: none;
  font-size: 14px;
  outline: none;
}
#tabs > ul li:nth-of-type(2),
#tabs-two > ul li:nth-of-type(2),
#tabs-three > ul li:nth-of-type(2),
#tabs-five > ul li:nth-of-type(2) {
  margin: 0px 10px;
}
#tabs > ul li.ui-tabs-active.ui-state-active,
#tabs-two > ul li.ui-tabs-active.ui-state-active,
#tabs-three > ul li.ui-tabs-active.ui-state-active,
#tabs-five > ul li.ui-tabs-active.ui-state-active {
  background: #d03a37;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#tabs > ul li.ui-tabs-active.ui-state-active a,
#tabs-two > ul li.ui-tabs-active.ui-state-active a,
#tabs-three > ul li.ui-tabs-active.ui-state-active a,
#tabs-five > ul li.ui-tabs-active.ui-state-active a {
  color: #fff;
  font-size: 16px;
}
#tabs > ul.inner,
#tabs-two > ul.inner,
#tabs-three > ul.inner,
#tabs-five > ul.inner {
  border-bottom: 0px;
}
#tabs > ul.inner li,
#tabs-two > ul.inner li,
#tabs-three > ul.inner li,
#tabs-five > ul.inner li {
  width: 50%;
  text-align: center;
  background: #272727;
}
#tabs > ul.inner li.ui-tabs-active.ui-state-active,
#tabs-two > ul.inner li.ui-tabs-active.ui-state-active,
#tabs-three > ul.inner li.ui-tabs-active.ui-state-active,
#tabs-five > ul.inner li.ui-tabs-active.ui-state-active {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#tabs > ul.inner li:nth-of-type(2),
#tabs-two > ul.inner li:nth-of-type(2),
#tabs-three > ul.inner li:nth-of-type(2),
#tabs-five > ul.inner li:nth-of-type(2) {
  margin: 0px ;
}
#tabs > ul.inner li a,
#tabs-two > ul.inner li a,
#tabs-three > ul.inner li a,
#tabs-five > ul.inner li a {
  color: #fff;
}
#tabs .text-block h1,
#tabs-two .text-block h1,
#tabs-three .text-block h1,
#tabs-five .text-block h1 {
  font-size: 16px;
  width: 70%;
  line-height: 22px;
}
.scils {
  display: flex;
  padding: 30px 0px 0px 0px;
}
.scils li {
  margin: 0px 5px;
}
.scils li a {
  color: #575757;
}
.scils li a .fa:before {
  font-size: 1.5vw;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important;
  }
}
.up {
  float: left;
  position: absolute;
  left: 9px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .section#one,
  .latest-news,
  .longest,
  .srch {
    flex-direction: column;
  }
  .srch p {
    font-size: 14px;
    padding: 0;
    margin: 5px 0px;
  }
  .srch-cars h1 {
    font-size: 18px;
  }
  .srch-cars h2 {
    font-size: 16px;
  }
  .srch-cars {
    border: 20px solid #cd3936;
    margin: 0px auto 20px auto;
    width: 95%;
    box-sizing: border-box;
  }
  .sub-items div h3 {
    font-size: 14px;
  }
  .sub-items div div a {
    font-size: 12px;
  }
  .sub-items div div p {
    font-size: 12px;
  }
  .latest-news .most-readable .sub-items div h3 {
    font-size: 14px;
  }
  .section#two div p {
    font-size: 20px;
  }
  #owl-example .owl-buttons {
    width: 25px;
    top: 0px;
  }
  .videos-items div h4 {
    font-size: 14px;
  }
  .videos-items div p {
    font-size: 12px;
  }
  .videos-items div a {
    font-size: 12px;
  }
  #tabs ul li a,
  #tabs-two ul li a,
  #tabs-three ul li a,
  #tabs-five ul li a,
  #tabs ul li.ui-tabs-active.ui-state-active a {
    font-size: 12px;
  }
  .latest-news .most-readable h2 {
    font-size: 18px;
  }
  .latest-news .add {
    margin: 20px auto;
  }
  #owl-example-3.owl-theme h2 {
    font-size: 18px;
  }
  #owl-example-3.owl-theme label {
    font-size: 16px;
  }
  #owl-example-3.owl-theme .owl-controls .owl-pagination {
    bottom: 12px;
    left: 10px;
  }
  #owl-example-2 .owl-item .item {
    width: 85%;
  }
  #owl-example-2 .owl-buttons {
    top: 35%;
  }
  #owl-example-2 .owl-buttons .owl-next {
    margin: 0 -2% 0 0 !important;
  }
  #owl-example-2 .owl-buttons .owl-prev {
    margin: 0 0 0 -2% !important;
  }
  .sub-items div {
    display: inline-block;
  }
  .srch .srch-box input[type="submit"] {
    width: 50px;
  }
  .scils {
    display: flex;
    padding: 0;
    float: left;
    margin-top: 12px;
    margin-left: 27px;
  }
  .scils li a .fa:before {
    font-size: 15px;
  }
  .container-fluid > .navbar-header img {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .videos-items {
    justify-content: center;
  }
  .videos-items div {
    flex-basis: 80%;
  }
  .sub-items {
    justify-content: center;
  }
  .sub-items div {
    flex-basis: 80%;
  }
  .latest-news .most-readable .sub-items div {
    flex-basis: 100%;
  }
  .srch-cars .cars div {
    flex-basis: 50%;
  }
}
/***FILTERS***/
.wrap {
  position: relative;
}
.filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #272727;
  padding: 0px 10px;
  flex-wrap: wrap;
  position: absolute;
  top: 20px;
  width: 98%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.filters div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0px;
}
.filters div p {
  margin: 0 0px 0 5px;
  color: #fff;
  font-size: .9vw;
}
.filters div select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url(../images/sel-down-arrow.jpg) left no-repeat;
  background-size: contain;
  width: 125px;
  font-size: 12px;
  text-align: center;
  color: #000;
  height: 40px;
  padding: 5px;
  border: 1px solid #959595;
}
#map,
#map2 {
  height: 500px;
}
.gm-style-iw {
  font-family: 'Cairo', sans-serif;
}
.gm-style-iw p {
  color: #bababa;
  font-size: 12px;
  border-bottom: 1px solid #f6f6f6;
  padding: 7px 0px;
  margin: 0;
}
.gm-style-iw p:last-of-type,
.gm-style-iw p:first-of-type {
  border-bottom: 0px;
}
.gm-style-iw p.title {
  color: #000;
  font-size: 16px;
}
.gm-style-iw p span {
  color: #d03b37;
}
.gm-style-iw {
  left: 0px !important;
}
.gm-style-iw a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 10px;
  background: #d03b37;
  text-align: center;
}
.gm-style-iw + div {
  left: 12px !important;
  right: unset !important;
}
.gm-style-iw + div + img {
  left: 0 !important;
  right: unset !important;
}
@media (max-width: 767px) {
  .filters {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    transform: translateX(0%);
    position: relative;
  }
  .filters div {
    margin: 5px auto;
    width: 250px;
  }
  .filters div p {
    font-size: 14px;
  }
  .longest .news .ui-tabs-nav {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .filters div p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1290px) {
  .filters {
    justify-content: center;
  }
  .filters div:nth-of-type(2) {
    margin: 5px 10px;
  }
  .filters div p {
    font-size: 14px;
  }
}
/***Clipping-Mask***/
.carousel-inner.clip .item img {
  clip-path: inset(0% 0px 0% 0px);
}
.carousel-inner.clip .item {
  margin: -15% 0px -11.6% 0px;
}
.carousel-inner.clip2 .item {
  margin: -10% 0px -4% 0px;
}
.carousel-inner.clip2 .item img {
  clip-path: inset(0% 0px -4% 0px);
}
.carousel-inner.clip2 .item .text-block {
  bottom: 8%;
}
@media (min-width: 992px) {
  .carousel-inner.clip .item {
    margin: -14% 0px 0% 0px;
    height: 395px;
  }
  .carousel-inner.clip2 .item {
    margin: -10% 0px -4% 0px;
    height: 395px;
  }
}
.video-popup a img {
  float: right;
  margin: 20px 0px;
  position: absolute;
  right: 15%;
}
.latest-news .news iframe {
  margin: 0px auto;
}
.latest-news .newsdiv a h3 {
  margin: 10px 0 0 0 ;
}
.latest-news .most-readable .sub-items div {
  margin-top: 40px;
}
.news-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.hNews-Details iframe {
  width: 90% !important;
  margin: 0 auto;
  height: 400px;
}
.hNews-Details img {
  margin: 0 auto;
  width: 90%;
  display: block;
  max-width: 90%;
}
.srch-box form {
  display: flex !important;
}
.news-top-second .col-sm-12:last-of-type {
  margin-bottom: 0px !important;
}
.news-top-second div img,
.news-container .news-item img {
  max-height: 136px;
}
#owl-example-3 {
  margin-bottom: 20px !important;
}
#owl-example-3 + img {
  margin-bottom: 20px;
}
.mfp-bg.mfp-ready,
.mfp-wrap {
  z-index: 99999999 !important;
}
.inner-therm span {
  font-size: 12px !important;
  line-height: 19px;
}
.progress-bars {
  display: none;
}
.progress-bars div.pbar {
  display: flex;
  justify-content: space-between;
}
.pbar p {
  font-weight: bold;
}
.outer-therm {
  margin: 0 !important;
}
.progress-bars h2 {
  font-size: 2vw;
  color: #d03a37;
  width: 90%;
}
.clip3 {
  clip-path: inset(13% 0 13% 0);
  margin: -11% 0 -10% 0;
}
.test-drive-videos .main-video-content div {
  bottom: 13% !important;
}
.cars-models .item img {
  width: unset !important;
  height: 70px !important;
}
@media (max-width: 767px) {
  .video-popup a img {
    right: 2%;
  }
  .carousel-inner.clip .item img {
    margin-bottom: -12% !important;
  }
  .latest-news .news iframe {
    width: 90%;
  }
  .hNews-Details iframe {
    width: 90% !important;
    height: 200px;
  }
  .progress-bars div.pbar {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .pbar p {
    width: 100%;
  }
  .outer-therm {
    width: 300px;
    margin: 0 auto;
  }
  .progress-bars h2 {
    font-size: 18px;
  }
}
/***sitemap***/
.sitemap {
  text-align: right;
}
.sitemap > li > ul {
  padding-right: 5%;
}
.sitemap > li > ul > li a {
  text-decoration: none;
}
.sitemap > li > ul > li > ul {
  padding-right: 5%;
}
.sitemap li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
/*desktop and mobile*/
.desk {
  display: block;
}
.mob {
  display: none;
}
@media (max-width: 767px) {
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
.mob img{
width:100%;
max-width:100%;
display-block;}
}
/**edit**/
.nt-flex{
    display: unset !important;
}
.overlay{
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     z-index: 9999999;
    display: none;
}
.down-broch{
   position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    transform: translateY(-50%);
    width: 400px;
    background: #fff;
    border-radius: 10px;
    z-index: 99999999;
    text-align: right;
    box-sizing: border-box;
    padding: 20px 0px;
    display: none;
}
.down-broch p:first-of-type{
    color: #d03b37;

    font-size:20px;
    padding: 10px;
    border-bottom:1px solid #9e9e9e;
}
.down-broch p:first-of-type i{
    color: #d03b37;
      margin-left: 10px;
}
.down-broch p:nth-of-type(2){
    color: #282828;
    font-size: 18px;
    padding: 10px;
}
.down-broch input[type="email"]{
    background: transparent;
    border: 1px solid #9e9e9e;
    height: 40px;
    padding: 10px;
    margin: 10px auto;
    width: 95%;
    color: #9e9e9e;
    text-align: right;
    display: block;
    font-size: 16px;
}
.down-broch input[type="button"]{
     background:  #d03b37;
     width: 100%;
    color: #fff;
    width: 95%;
    text-align: center;
    padding: 10px 0px;
    margin: 0 auto;
    border: 0px;
    display: block;
    font-size: 16px;
}
.down-broch .close{
    position: absolute;
    float: left;
    left: 4%;
    font-size: 30px;
    font-weight: 100;
    color: #6d6868;
    display: block;
    cursor: pointer;
    opacity: .8;
}
.navbar-nav > li:nth-of-type(6){
    display: none;
}
.carousel-control-next{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    z-index: 999999;
    top: 50%;
    right: 5%;
    margin-top: -20px;
}
.carousel-control-next i,.carousel-control-prev i{
    font-size: 42px;
    color: #fff;
}
.carousel-control-prev{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    z-index: 999999;
    top: 50%;
    left: 5%;
    margin-top: -20px;
}

.EnDate {
/*	font-family: 'tahoma' !important;*/
	    display: inline-block !important;
}

.carousel-indicators li {
    margin: 0 3px
}

@media(max-width: 767px){
    .main-content{
    width: 98% !important;
    max-width: 98% !important;
}
}
.comment .desk iframe{
  width: 100% !important;
}
.cars-models h2.h_100{
  width: 100%;
}
