/**
* Template Name: Mentor - v4.7.0
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{
    direction:rtl;
}
body {
      font-family: 'Cairo', sans-serif;
  color: #444444;
  font-size:15px;
  direction:rtl;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #EA2426;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
        font-family: 'Cairo', sans-serif;
    font-weight: 600;
    margin: 0px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5fcf80;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #7ed899;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5fcf80;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #5fcf80;
}
#header .logo img {
  max-height: 70px;
}

/**
* Get Startet Button 
*/
.get-started-btn {
  margin-left: 22px;
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.get-started-btn:hover {
  background: #3ac162;
  color: #fff;
}
@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li a, .navbar li a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 0px;
  font-size: 15px;
  color: #37423b;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar li a i, .navbar li a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar li a:hover, .navbar li .active, .navbar li .active:focus, .navbar li:hover > a {
  color:#EA2426;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #5fcf80;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #37423b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
    .mobilenone{
        display:none !important;
    }
    .mobilenable{
        display:block !important;
    }
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
.langbutton{
    display:block !important;
}
    
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37423b;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5fcf80;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5fcf80;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../../images/banner-image-1.jpg") top center;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  padding-top: 72px;
}
@media (max-width: 992px) {
  #hero .container {
    padding-top: 62px;
  }
  .disnone{
      display:none;
  }
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hero .btn-get-started {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
background: #ea2426;
border: 2px solid #ea2426;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 400px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #37423b;
}

.breadcrumbs {
  margin-top: 73px;
  text-align: center;
  background: #5fcf80;
  padding: 30px 0;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}
.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}
.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5fcf80;
}
.about .content .learn-more-btn {
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.about .content .learn-more-btn:hover {
  background: #3ac162;
  color: #fff;
}
@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0;
}
.counts .counters span {
  font-size: 48px;
  display: block;
  color: #5fcf80;
  font-weight: 700;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #5fcf80;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #5fcf80;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border: 1px solid #eef0ef;
}
.why-us .icon-boxes .icon-box i {
  font-size: 32px;
  padding: 18px;
  color: #5fcf80;
  margin-bottom: 30px;
  background: #ecf9f0;
  border-radius: 50px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0px;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}
.features .icon-box:hover {
  border-color: #5fcf80;
}
.features .icon-box:hover h3 a {
  color: #5fcf80;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
}
.courses .course-content {
  padding: 15px;
}
.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}
.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}
.courses .course-content h3 a:hover {
  color: #5fcf80;
}
.courses .course-content p {
  font-size: 14px;
  color: #777777;
}
.courses .course-content h4 {
  font-size: 14px;
  background: #5fcf80;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}
.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}
.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}
.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}
.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}
.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}

/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/
.trainers .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eef0ef;
}
.trainers .member img {
  margin: -1px -1px 30px -1px;
}
.trainers .member .member-content {
  padding: 0 20px 30px 20px;
}
.trainers .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.trainers .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.trainers .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.trainers .member .social {
  margin-top: 15px;
}
.trainers .member .social a {
  color: #7e9486;
  transition: 0.3s;
}
.trainers .member .social a:hover {
  color: #5fcf80;
}
.trainers .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider, .spareparts-catagories {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c1ecce;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5fcf80;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5fcf80;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}
.course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #5fcf80;
  bottom: 0;
  left: 0;
}
.course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.course-details .course-info p {
  margin: 0;
  font-weight: 600;
}
.course-details .course-info a {
  color: #657a6d;
}

/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
.cource-details-tabs {
  overflow: hidden;
  padding-top: 0;
}
.cource-details-tabs .nav-tabs {
  border: 0;
}
.cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 600;
  font-size: 15px;
}
.cource-details-tabs .nav-link:hover {
  color: #5fcf80;
}
.cource-details-tabs .nav-link.active {
  color: #5fcf80;
  border-color: #5fcf80;
}
.cource-details-tabs .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #37423b;
}
.cource-details-tabs .details p {
  color: #777777;
}
.cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cource-details-tabs .nav-link {
    border: 0;
    padding: 15px;
  }
  .cource-details-tabs .nav-link.active {
    color: #fff;
    background: #5fcf80;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}
.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}
.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}
.events .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.events .card-title a {
  color: #37423b;
  transition: 0.3s;
}
.events .card-text {
  color: #5e5e5e;
}
.events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}
.events .read-more a:hover {
  color: #5fcf80;
}
.events .card:hover img {
  transform: scale(1.1);
}
.events .card:hover .card-body {
  border-color: #5fcf80;
}
.events .card:hover .card-body .card-title a {
  color: #5fcf80;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #eef0ef;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #5fcf80;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #5fcf80;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #5fcf80;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #3ac162;
}
.pricing .featured h3 {
  color: #fff;
  background: #5fcf80;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5fcf80;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 5px;
}
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color:#EA2426;
  float: left;
  width: 44px;
  height: 44px;
  background:#f9ebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37423b;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #5fcf80;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5fcf80;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #5fcf80;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #3ac162;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #37423b;
  font-size: 14px;
  background: #eef0ef;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f9faf9;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5fcf80;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5fcf80;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #5fcf80;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #3ac162;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
#footer .credits a {
  color: #3ac162;
  transition: 0.3s;
}
#footer .credits a:hover {
  color: #5fcf80;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5fcf80;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #3ac162;
  color: #fff;
  text-decoration: none;
}
/* custom */
li{
	list-style:none;
}
ul{
	margin:0px;
	padding:0px;
}
.pre-header{
    background: #780206;
    background: -moz-linear-gradient(to left, #780206, #061161);
    background: -webkit-linear-gradient(to left, #780206, #061161);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#780206), to(#061161));
    background: -o-linear-gradient(to left, #780206, #061161);
    background: linear-gradient(to left, #780206, #061161);
}
#hoverDiv_ore {
	width:123px;
	float:right;
	position:relative;
}
#hoverDiv_ore:hover {
}
#hoverDiv_ore:hover .showme_ore {
	display:inline;
}
.showme_ore {
	background:#fff;
	border:none;
	display:none;
	right:0;
	margin:0 auto;
	position:absolute;
	top:41px;
	width:400px;
	z-index:10;
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.5);
	padding:3px;
	z-index:200000;
}
.headerleft a{
	color:#fff;
}
.headerright a{
	color:#fff;
	margin:0px 10px 0px 0px;
	display:inline-block;
	padding:7px 0px;
}
.sellcarbtn {
    padding: 10px 20px;
    display: inline-block;
    background: #EA2426;
	text-transform:uppercase;
}
.afterlogin {
    display: inline-block;
    position: relative;
    padding: 5px 0px;
}
.customerlogin {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    background: #fff;
    color: #dedede;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 200px;
    border: 1px solid rgba(0, 0, 0, .15);
    z-index: 5;
	cursor:pointer;
}
.afterlogin:hover .customerlogin{
	display:inline-block;
}
.profile_name {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.profile_name img {
  width: 25px;
  height: 24px;
}
.customerlogin ul li{
	border-bottom:1px solid #dedede;
}

.customerlogin ul li a {
    color: #333;
    text-align: right;
    margin: 0px;
    padding: 10px 17px;
    display: block;
    text-transform: uppercase;
}
.customerlogin ul{
	text-align:left;
}
.healeftm li{
	margin-right:15px;
}
.healeftm img {
    width: 25px;
    margin-right: 10px;
}
.langoptions {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    color: #dedede;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 200px;
    border: 1px solid rgba(0, 0, 0, .15);
    z-index: 5;
    cursor: pointer;
    border-top: 2px solid #EA2426;
}
.langmain:hover .langoptions{
	display:inline-block;
}
.langoptions li a{
	color: #333;
    text-align: left;
    margin: 0px;
    padding: 10px 17px;
    display: block;
    text-transform: uppercase;
}
li.langmain {
    position: relative;
    color: #fff;
    padding: 10px 0px;
}
.headerleft, .headerright{
	font-size:13px;
}
.headerright i{
	padding-right :8px;
	 -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}
.shopcart .fa-shopping-cart {
    color: #EA2426;
    font-size: 23px;
    padding-right: 10px;
}
span.shopcart {
    display: flex;
}
.carttop {
    margin-left: 24px;
}
.searchsection {
    background-color: #f6f6f6;
    padding: 25px 0px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
	margin-bottom:0px;
}
.searchtabs {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 6px 10px;
    border-radius: 32px;
    color: #333;
}
.searchtabs li {
    margin: 0px 10px 0px 0px;
}
.searchtabs li{
    margin: 0px 10px 0px 0px;
}
.searchtabs li:last-child {
    margin: 0px 0px 0px;
}
.searchtabs li button{
	color: #333;
}
.searchtabs .nav-link.active{
	background:#EA2426;
	border-radius: 32px;
}
.selectsearch select {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    min-height: 38px;
	border:1px solid #dedede;
}
.selectsearch input {
    width: 100%;
    padding: 0px 10px;
    border-radius: 0px;
    min-height: 38px;
	border:1px solid #dedede;
}
.selectsearch input{
	min-height: 38px;
	border-radius:0px;
}
.comred {
  background: #EA2426;
  color: #fff !important;
  border-radius: 0px;
}
.btn{
	font-size:14px;
}
.gray {
    background-color: #f6f6f6;
}
.about-us .title {
    margin-bottom: 10px;
}
.about-us .title h3 {
    color: #222;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
.about-us .content p.service-summary {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-us .content p{
    font-size: 17px;
}
.about-us .title h3 span {
   color:#EA2426;
}
.services-grid {
    background-color: #fff;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    position: relative;
}
.services-grid img{
	width:80px;
}
.services-grid .icons i {
    background: #fbfbfb none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: block;
    font-size: 42px;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
    width: 90px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.services-grid h4 {
    color: #323232;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
.services-grid p:last-child {
    margin-bottom: 0;
}

.brandphoto {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dedede;
}
.brandphoto img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.brandcatagories h3 {
    font-size: 18px;
    margin: 10px 0px 0px;
}
.brandcatagories .swiper-slide{
	text-align:center;
}
.brandcatagories .swiper-slide a {
    display: flex;
    background: #fff;
    width: 100%;
    padding: 25px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.sell-box {
    background: -moz-linear-gradient(to right, #f6f6f6 0%, #f6f6f6 50%, #f0f2f5 50%, #f0f2f5 100%);
    background: -webkit-linear-gradient(to right, #f6f6f6 0%, #f6f6f6 50%, #f0f2f5 50%, #f0f2f5 100%);
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#f6f6f6), color-stop(0.5, #f6f6f6), color-stop(0.5, #f0f2f5), to(#f0f2f5));
    background: -o-linear-gradient(to right, #f6f6f6 0%, #f6f6f6 50%, #f0f2f5 50%, #f0f2f5 100%);
    background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 50%, #f0f2f5 50%, #f0f2f5 100%);
}
.sell-box-grid {
    position: relative;
}
.sell-box-grid .short-info {
    padding-bottom: 30px;
    padding-left: 80px;
}
.text-center {
    text-align: center;
}

.sell-box-grid .short-info h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px;
    font-weight: 400;
}
.sell-box-grid a {
    color: #323232;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.white.category-grid-box-1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border:1px solid  #e9e6e0;

    box-shadow: none;
    width: 100%;
    overflow: hidden;
    position: relative;
	direction:rtl;
}
.category-grid-box-1 .image {
    overflow: hidden;
    position: relative;
}
.white.category-grid-box-1 img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.car-info {
    padding: 20px;
     text-align: center;
}
.car-info h3 {
  font-size: 18px;
  margin: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.car-info h4 {
  color: #EA2426;
  font-size: 20px;
}
.car-info .location {
    padding: 6px 0px;
    display: block;
	opacity:0.8;
}
.ad-info-1 {
    background: #fff none repeat scroll 0 0;
    padding:8px 4px 10px;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}
.ad-info-1 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ad-info-1 ul li {
    color: #888888;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 7px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ad-info-1 ul li i {
    color: #a0a0a0;
    font-size: 22px;
    margin-right: 5px;
}
.white.category-grid-box-1 .ad-info-1 {
    border-top: 1px solid #e9e6e0;
    background: #fcfbf9 none repeat scroll 0 0;
}

.category-grid-box-1 .image {
    width: 100%;
    height: 225px;
    display: flex;
}
.category-grid-box-1 .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.ad-info-1 img {
  width: 20px !important;
  margin-left: 0px;
}
.rnf {
    width: 100%;
    text-align: center;
    display: block;
    padding: 25px 0px;
}

.section-padding {
    padding: 90px 0;
}
.car-inspection h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}
.car-inspection h2 {
    color: #323232;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.car-inspection p {
    margin-top: 20px;
}
.car-inspection ul {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.car-inspection ul i { 
	color:red;
	padding-left:5px;
}
.car-inspection .col-sm-4{ 
	margin-bottom:10px;
}
footer.footer-bg {
	padding-top: 75px;
    padding-bottom: 110px;
    position: relative;
    border-top: 1px dashed #ddd;
    background: rgba(0, 0, 0, 0) url(../../images/footer-banner.png) repeat-x scroll center bottom;
}
.footer-top .widget.socail-icons ul li {
    display: block;
    margin-right: 3px;
    margin-bottom: 10px;
}

.footer-top .widget.socail-icons ul li a {
    border-radius: 100%;
    display: flex;
    padding: 0;
    text-align: center;

    line-height: 28px;
}
.footer-top .widget.socail-icons ul li a i {
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
}
.footer-top .widget.socail-icons li i.fa-facebook-f {
    background-color: #2b4a8b;
}
.footer-top .widget.socail-icons li i.fa-twitter {
    background-color: #1f94d9;
}
.footer-top .widget.socail-icons li i.fa-instagram {
    background-color: #CA466C;
}
.footer-top .widget.my-quicklinks ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 3px;
}
.footer-top .widget.my-quicklinks ul li a {
    color: #777;
}
.widget-newsletter .fieldset P {
    line-height: 27.8px;
    margin-bottom: 20px;
}
.widget-newsletter .fieldset form {
    position: relative;
}
.footer-top .widget-newsletter .fieldset form input[type="text"] {
    background-color: #f5f5f5;
    border: medium none;
    color: #999;
    font-size: 12px;
    height: 48px;
    padding: 0 15px;
    width: 100%;
}
.widget-newsletter .fieldset form .submit-btn {
    border: medium none;
    color: #fff;
    display: block;
    height: 48px;
    padding: 0 18px;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    top: 0;
}
.search_div.clearfix {
    
}
.catagories1{
	background: #fff;
    padding: 15px 20px;
	margin-bottom:25px;
	border:1px solid #EEEEEE;
}
.catagories1 h5 {
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 7px;
}
.commonli li{
	margin:10px 0px;
}
.commonli li:last-child{
	margin-bottom:0px;
}
.commonli li img {
    width: 28px;
    margin-left: 7px;
}
.commonli li a {
    display: flex;
    align-items: center;
}
.search_other {
    background: #fff;
    padding:15px 3px;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE;
    display: flex;
}
.search_other .searchbox{
	width:100%;	
}
.searchbox .input-group-text{
	border-left:0px;
	background:none;
}

.search_other .searchbox .input-group{
	width:100%;	
}
.search_other select{
	width:100%;	
	padding:8px 15px;
}
.search_other input {
  border-radius: 0px;
  border-right: 0px;
  min-height: 38px;
}
select {
    border: 1px solid #dedede;
    border-radius: 0px;
	
}
.comapre_div{
	display:flex;
}
.comapre_div li{
	margin-left:15px;
}
.year_asces{
	margin-right:15px;
}

/* gallery slider */
.gallery {
    width: 100%;
    padding: 20px;
    background: #fff;
	margin-bottom:20px;
}
.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    overflow: hidden;
    position: relative;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}
.gallery-slider .swiper-slide img {
            display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
  display: flex;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.cardatein span{
	margin-left:10px;
}
h3.carname {
    margin:9px 0px 10px;
}
.pricepage {
    display: inline-block;
    padding: 16px 0px;
	position:relative;
	color: #EA2426;
}
.pricepage:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 39px solid transparent;
    border-bottom:26px solid transparent;
    border-right: 32px solid #EA2426;
    position: absolute;
    left: -32px;
    top: 0;
	display:none;
}
.pricepage span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.carsoffers li {
    margin-bottom: 4px;
    display: flex;
    cursor: pointer;
}
.carsoffers li a{
	width:100%;
}
.category-list-icon {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.category-list-icon i {
    color: #fff;
    float: left;
    font-size: 30px;
    text-align: center;
    margin-left: 15px;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-list-icon i.green {
    background-color: #5cb85c;
}
.category-list-icon i.purple {
    background-color: #785edd;
}
.category-list-icon i.orange {
    background-color:#FF9B30;
}
.category-list-icon i.dorange {
    background-color:#9d9184;
}
.mapform {
    padding: 10px;
    width: 100%;
    background: #fff;
}
.mapform iframe{
	width:100%;
	height:350px;
}
.bordercom{
	border:1px solid #EEEEEE;
}
.caroption {
    background: #fff;
    margin-bottom: 15px;
}
.caroption ul{
	display:flex;
}
.caroption ul li {
    display: flex;
    width: 14.287%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #dedede;
    padding: 10px;
}
.caroption ul li span{
	display:block;
}
.caroption ul li:last-child {
    border-left:0px;
}
.caroption ul li img {
    width: 50px;
	margin:0px 0px 10px 0px;
}
.cardetails{
	background: #fff;
    margin-bottom: 15px;
	padding:10px;
}
.carfeature{
	background: #fff;
    margin-bottom: 15px;
	padding:20px 10px 10px;
}
.cardetails table {
  width: 100%;
  border: 1px solid #dedede;
  background: #fbfbfbed;
}
.cardetails table tr td {
  padding: 10px;
  border: 1px solid #dedede;
  width: 25%;
}
.cardetails table tr{
    display: flex;
width: 100%;
flex-wrap: wrap;
}
.category-list-icon i.red {
    background-color: #ea2426;
}
.carfeature .col-md-6{
	
margin-bottom:15px;
}
.carfeature span {
  opacity: 0.4;
  border: 1px solid #dedede;
  width: 100%;
  display: block;
  padding: 6px 14px;
  border-radius: 5px;
  color:#333 !important;
}
.carfeature .col-md-6 span.text-success{
    opacity:1;
}
.carfeature i{
    margin-left:5px;
}
.form-control{
	border-radius:0px;
}
.card{
	border-radius:0px;
}
.checaddress input {
  margin-right: 5px;
  display: block;
}
.success {
  text-align: center;
  padding:25px 0px;
}
.success img{
	width:50px;
}
.success h3{
	padding:5px 0px;
}
.newcustomer a {
  color: #EA2426;
  padding: 0px 10px;
  display: inline-block;
}
.forgotlogin a {
    color: #EA2426;
    text-decoration: underline;
}
.form-check-input:checked {
    background-color: #EA2426;
    border-color: #EA2426;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(234 36 38 / 25%);
}
.form-check-input:focus {
    border-color: #EA2426;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(234 36 38 / 25%);
}
.profileinfo h3 {
    display: block;
    font-size: 21px;
}
.profileinfo span{
	display:block;
}
span.nameletter {
    width: 125px;
    height: 125px;
    display: block;
    background: #EA2426;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    line-height: 125px;
    text-align: center;
    font-size: 27px;
    margin-left: 14px;
    color: #fff;
}
.optionsfil {
  background: #dedede;
  padding: 14px;
  text-align: center;
}
.dashboard-menu-container {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
  position: relative;
}
.dashboard-menu-container ul {
  margin-bottom: 0;
}
.dashboard-menu-container ul li {
  border-left: 1px solid #f1f1f1;
  display: inline-block;
  text-align: center;
  width: 20%;
  padding:0px;
}
.dashboard-menu-container ul li:last-child {
	border:0px;
}
.dashboard-menu-container ul li a {
  padding: 13px 16px;
  display: block;
}
.bordertable{
	border:1px solid #dedede;
}
.bordertable tr td{
	border:1px solid #dedede;
}
.bordertable tr th {
  background: #dedede;
  font-weight: 500;
  font-size: 16px;
}
.tabsnew .nav-link.active {
  background: #dedede;
  color:#EA2426;
}
.tabsnew .nav-link {
  border-radius: 0px;
  padding: 12px 0px;
  display: block;
  color: #999;
  font-size: 16px;
}
.nav.nav-pills.nav-fill.tabsnew {
  border-bottom: 2px solid #EA2426;
}

.ad-info-2 {
    background: #fff none repeat scroll 0 0;
    padding:0px 4px;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}
.ad-info-2 ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.ad-info-2 ul li {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 7px;
  text-align: left;
  display: flex;
  align-items: center;
  border-left: 1px solid #dedede;
  width: 33.333%;
  text-align: center;
  justify-content: center;
}
.ad-info-2 ul li a{
	display:inline-block;
	font-size: 13px;
}
.ad-info-2 ul li:last-child{
	border-left: 0px;
}
.ad-info-2 ul li i {
    color: #a0a0a0;
    font-size: 15px;
    margin-left: 5px;
}
.white.category-grid-box-1 .ad-info-2 {
    border-top: 1px solid #e9e6e0;
    background: #fcfbf9 none repeat scroll 0 0;
}
.muti_selec {
  width: 100%;
  height: 200px;
  overflow: auto;
  border: 1px solid #dedede;
  padding: 10px;
}
.caredit {
  width: 50%;
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
  color: red;
  float: left;
}
.caredit img{
	width:100%;
	margin-bottom:5px;
}
.caredit a{
	color:red;
}
.success a {
  color: red;
  text-decoration: underline;
}
.dealerphot {
    width: 125px;
    height: 125px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    position: relative;
}

.nocarsnew {
  padding: 100px 0px;
  text-align: center;
  background: #dede;
}
.nocarsnew a{
	color:red;
}
.compare {
  position: absolute;
  right: 25px;
  top: 10px;
  background: rgba(221, 238, 221, 0.5);
  padding: 3px 10px;
  opacity: 1;
}
.modal-header {
  padding: 10px 1rem;
  background: #3e3d3d;
  color: #fff;
  border-radius: 0px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
}
.modal-content{
    border-radius:0px;
}
.newcust a {
  color: #EA2426;
  margin-left: 5px;
}
.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem auto -.5rem -.5rem;
  color: #fff;
  background: none;
}
.btn-close{
    color:#fff;
    opacity:1;
}
.btn-close i{
    color:#fff;
    opacity:1;
}
.refrescaptcha{
    min-width: 124px;
text-align: center;
padding: 5px 0px 0px;
color: red;
}
.borlef {
  border-left-width: 0px !important;
}
.borri {
  border-right-width: 0px !important;
}
.map-main iframe {
    width: 100%;
    height: 450px;
    display: block;
}
.captchacode img{
    width:88px;
}

.imgup1 {
    width: 100%;
    margin: 25px 0px;
    border: 1px solid #dedede;
    background: #f5f5f5;
    padding: 10px;
}
.imgup2 {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgup2 img {
    max-width: 100%;
    max-height: 100%;
}

.dealerphot img{
    max-width: 100%;
    max-height: 100%;
    
}


.contact .infocontact {
  width: 100%;
  background: #fff;
}
.contact .infocontact i {
  font-size: 20px;
  color:#EA2426;
  float: left;
  width: 44px;
  height: 44px;
  background:#f9ebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .infocontact h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37423b;
}
.contact .infocontact p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}
.contact .infocontact .email, .contact .infocontact .phone {
  margin-top: 40px;
}
.contact .infocontact .email:hover i, .contact .infocontact .address:hover i, .contact .infocontact .phone:hover i {
  background:#EA2426;
  color: #fff;
}
.recordsnothome {
  display: flex;
  min-height: 428px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.owl-carousel {
  direction: ltr;
}
.CountryStock, .FilterChildon {
    position:relative;
    padding-right: 13px;
}
.CountryStock:after,
.FilterChildon:after
{
        position: absolute;
        right: 0;
        content: "\f0d9";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        top: 0;
    }
.CountryStock.ArroActive:after,
.FilterChildon.ArroActive:after
{
    content: "\f0d7" !important;
}

.form-control{
	direction:rtl;
}
.multibox{
	float:right !important;
}
.picture_delete {
  left: 0px !important;
}
.owl-carousel .owl-stage {
  margin: 0 auto;
}
.w_nw{
    white-space:nowrap;
}
    .cursor-pointer{
        cursor:pointer;
    }
    .FilterActive{
       color: #EA2426;
text-decoration: none; 
    }
    .FilterRow{
        height:250px;
        overflow:auto;
    }
@media (max-width: 768px) {
		.abotnone{
			display:none !important;
		}
		.sellcarbtn {
  padding: 10px 9px;
  display: inline-block;
  background: #EA2426;
  text-transform: uppercase;
  font-size: 12px;
}
.headerright a {
    color: #fff;
    margin: 0px 0px 0px 10px;
    display: inline-block;
}

.pricepage{
    width:100% !important;
    text-align:right !important;
    padding-bottom:0px !important;
}
.caroption ul {
  display: flex;
  flex-flow: wrap;
}
.caroption li{
    width:50% !important;
}
.caroption ul li:last-child {
  border-left: 1px solid #dedede !important;
}
	}
	
	
	.error {
  color: #ff0000 !important;
}
@media only screen and (max-width:979px){
    .cardetails table tr td{
	        width:50%;
	    }
  .car_filter_aside {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  background: #fff !important;
  max-width: 350px !important;
  width: 100% !important;
  height: 100% !important;
  overflow: auto !important;
  display: none !important;
  box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
}
  .car_filter_aside.car_filter_aside_active{
      display:block !important;
      padding: 15px;
  }
  .filter_head{
      background: #EA2426;
      color:#ffffff;
      padding:5px;
      position:relative;
  }
  .close_filter {
  position: absolute;
  left: 8px;
  top: 4px;
  cursor: pointer;
  font-size: 16px;
}
}
.CompareActive {
  background: red;
  display: inline-block;
  padding: 5px;
  color: #fff;
}
.CompareActive:hover{
   color: #fff; 
}
.possticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
#filterBtn {
  background: #333;
  color: #fff;
  border: 1px solid #333;
  padding: 8px 0px;
}
.catagory1_left a {
  width: 100%;
  height: 250px;
  background: #fff;
  margin-bottom: 12px;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
}
.catagory1_left a img{
	width:100%;
}
.catagory1_right h3 a {
    font-size: 20px;
    text-transform: capitalize;
}
.newpagination {
    display: flex;
}
ul.pagi_ul {
    display: flex;
}
.newpagination p {
    margin: 4px 0px 0px 0px;
    text-transform: capitalize;
}
.newpagination li a {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #dedede;
    text-align: center;
    line-height: 27px;
}
.newpagination li {
	margin-right:15px;
}
.newpagination li.active_pagein a {
	background:#EA2426;
	color:#fff;
}
.newpagination li a:hover {
    width: 30px;
    height: 30px;
	background:#EA2426;
	color:#fff;
}
.catagory1_right li a::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 11px;
  width: 10px;
  height: 1px;
  background: #999;
}
.catagory1_right li a {
	padding-left:15px;
}
.catagory1_right li{
	position:relative;
}
.bdsidebar {
  background: #f7f7f7;
  padding: 15px;
}
.sec-search h5 {
  padding-bottom: 5px;
  border-bottom: 1px solid #999;margin-bottom: 15px;
}
.sec-search {
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
}
.acendirorder{
	padding:5px;
}
.span_no_produc {
  padding: 125px;
  text-align: center;
  display: block;
}
.comomcolor{
	color:#EA2426;
}

.productspec {
		border-top: 1px solid #dedede;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #dedede;
}

.productspec li label {
  display: inline-block;
  padding-right: 12px;
  color: #666;
}
.productspec li span {
  display: inline-block;
  padding-right: 12px;
  color: #666;
  font-weight: 600;
}
.productspec li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
.productspec li:last-child {
	margin-bottom:0px;
}
.productspec li::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 7px;
  height: 7px;
  background: #999;
  border-radius: 50%;
}

.productname{
	font-size:35px;
}
.pborder{

}
.brandlist a, .brandlist{
	color:#999;
}
.brandlist{
	margin-bottom:5px;
}
.value_prices {
  width: 100%;
  text-align: center;
  padding: 8px;
  border: 1px solid #dedede;
  border-radius: 0px;
}
.w-50.btnadd {
  background: #333;
  border: 0px;
  color: #fff;
}
.sectionin{
	background:#f6f6f6;
}
.nav-link:focus, .nav-link:hover {
  color: #333;
}
.empty_mes {
  text-align: center;
  padding: 25px 0px;
}
.empty_mes h3 {
  font-size: 23px;
}
.empty_mes i {
  font-size: 25px;
  color: #EA2426;
}
.jusstart {
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.img125{
	width:100px;
}
.sho_p_nam {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 20px;
}
.sho_p_qa {
  margin-bottom: 5px;
  margin-top: 4px;
}
.remove_box_list {
  border: 0px !important;
  background: none !important;
  width: auto !important;
  text-align: right;
  width: 25px !important;
}
.remove_box_list:hover i{
	color: #EA2426;
}
.subborder {
  padding: 0px 0px 14px;
  border-top: 0px;
  margin-top: 0px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 18px;
}
.checkoutbtn {
  background: #EA2426;
  width: 100%;
  border: 0px;
  color: #fff;
  padding: 10px;
}
.tablecheckout tr th {
  padding: 20px;
  font-size: 17px;
  font-weight: 600;
  background: #ecebeb;
}
.tablecheckout tr td{
	padding:15px;
}
.width50{
	width:100px;
	text-align:center;
	padding:10px 10px;
}
.subtable {
  border: 1px solid #dedede;
  width: 353px;
}
.subtable tr td, .subtable tr th {
  padding: 9px 15px;
  border: 1px solid #dedede;
}
.btn-primary {
  color: #fff;
  background-color: #EA2426;
  border-color: #EA2426;
}
.btn-secondary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #EA2426;
  border-color: #EA2426;
}
.confirm_clien {
  padding: 25px;
  background:#f0f0f0;
}
.confirm_clien h3{
}
.confirm_clien h6{
}
.companyname {
  color: #EA2426;
  font-weight: 600;
  font-size: 20px;
}
.confirm_clien p {
  line-height: 25px;
  margin: 0px;
}
.tablepayout tr th {
  padding: 9px;
  font-size: 17px;
  font-weight: 600;
  background: #ecebeb;
}
.tablepayout tr td{
	padding:15px;
}
.tablepayout h4{
	font-size:16px;
}
.checkboxterms a {
  color: #EA2426 !important;
  cursor: pointer;
}
.padypal.ms-2 {
  width: 130px;
  margin: 15px 0px;
    margin-left: 0px;
}
.paytable{
	display: flex;
align-items: center;
justify-content: end;
font-size: 21px;
color: #EA2426;
}
.custom-accordtion .accordion-button{
    padding:10px 0px;
    background:none;
}
.custom-accordtion .accordion-button .badge{
    background:red;
    
}

.custom-accordtion .accordion-item{
    background:none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\F64D";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  font-family: bootstrap-icons;
  background: none;
}
.accordion-button:not(.collapsed)::after {
  content: "\F2EA";
  background: none;
}
.bg-ti {
  background: #dedede;
  padding: 10px 16px 14px;
  margin-bottom: 15px;
}
.edit-icons {
  position: absolute;
  background:#EA2426;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
  right: 6px;
  top: 6px;
  cursor: pointer;
  color:#fff;
}
.carsphoto {
  width: 50px;
  height: 45px;
  background: #eee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position:relative;
}

.carsphoto img{
    max-width: 100%;
    max-height: 100%;
}
.crname{
	color:#EA2426;
}
.dealerbt {
  background: #EA2426;
  border: 0px;
  padding:5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}
/*
.minheightsc {
  height: 350px;
  overflow: auto;
  min-height: 200px;
}*/
.table > :not(:first-child) {
  border-top:0px solid currentColor;
}
.tableshow thead tr th {
  text-align: center;
  border: 0px !important;
  box-shadow: none;
  background:#FBE6E6;
  font-weight: 400;
  padding: 12px 12px;
}
.tableshow thead tr {
  border: 0px !important;
}
.tableshow tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tableshow tr.unread{
	background:#fff;
 }

 .tableshow tr.read{
	background:#f4f4f4;
 }
 .tableshow tr.read td {
  opacity: 0.6;
}
.dealerphoto {
  width: 100px;
  height: 100px;
  background: #eee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 0px 12px;
}

.dealerphoto img{
    max-width: 100%;
    max-height: 100%;
}
.primarycolor{
	color:#EA2426;
}
.primarycolor a{
	color:#EA2426;
}
.leftal {
  text-align: left !important;
}
.rightal {
  text-align: left !important;
}
.tablecol {
  width: 350px;
}

.btnstatus {
  font-size: 14px !important;
  padding: 1px 4px 3px !important;
  min-width: 102px;
}
.w200{
	width:200px;
}
.optionsfil span {
  display: block;
  line-height: 18px;
  margin-top: 4px;
}
.car_filter_aside {
  margin-bottom: 30px;
}
.viewmessage{
	text-decoration:underline;
}
.tablecommon thead tr th {
  text-align: center;
  border: 0px !important;
  box-shadow: none;
  background:#FBE6E6;
  font-weight: 400;
  padding: 12px 12px;
}
.tablecommon thead tr {
  border: 0px !important;
}
.tablecommon tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tablecommon tr{
	background:#f4f4f4;
 }
 .form-check-label{
	cursor:pointer;
 }
 .dealer-details-content .details-content {
	margin: 30px 0px;
  }
  .dealer-details-content .details-title {
    border-bottom: 1px solid rgba(41, 57, 87, 0.15);
    padding-bottom: 8px;
  }
  .dealer-details-content .details-title .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  .all-pagination .pagination li {
    margin: 0px 10px 10px 0px;
  }
  .all-pagination .pagination li a {
    background-color: #edeff1;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
  }
  .all-pagination .pagination li a.previous, .all-pagination .pagination li a.next {
    width: auto;
    padding: 0 20px;
  }
  .dealer-details-title-social .dealer-title .title {
    font-size: 36px;
    font-weight: 700;
    color:#EA2426;
    margin-bottom: 10px;
  }
  .sidebar-trusted .single-logo img {
    width: 100px;
    padding: 0 5px;
  }
  
  .sidebar-dealer-info {

  }
  .sidebar-dealer-info .dealer-title {
    padding: 20px 25px;
    background-color: #f5f6f6;
    border: 1px solid #d7dce6;
  }
  .sidebar .sidebar-title {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #293957;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-dealer-info .dealer-title {
      padding: 15px;
    }
  }
  .sidebar-dealer-info .dealer-map {
    margin-top: -1px;
  }
  .sidebar-dealer-info .dealer-map #contact-map {
    width: 100%;
    height: 200px;
    border: 1px solid #d7dce6;
  }
  .sidebar-dealer-info .dealer-info {
    padding: 25px;
    background-color: #f5f6f6;
    border: 1px solid #d7dce6;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-dealer-info .dealer-info {
      padding: 15px;
    }
  }
  .sidebar-dealer-info .dealer-info .dealer-profile {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sidebar-dealer-info .dealer-info .dealer-profile .profile-image img {
    border-radius: 50%;
  }
  .sidebar-dealer-info .dealer-info .dealer-profile .profile-content {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    padding-right: 20px;
  }
  .sidebar-dealer-info .dealer-info .dealer-profile .profile-content .name a {
    font-size: 25px;
    color:#EA2426;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .sidebar-dealer-info .dealer-info .dealer-profile .profile-content .profile-rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
  }
  .sidebar-dealer-info .dealer-info .dealer-profile .profile-content .profile-rating .star {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
  }
  .sidebar-dealer-info .dealer-info .dealer-profile .profile-content .profile-rating .star li {
    font-size: 16px;
    color: #fa9900;
  }
  .sidebar-dealer-info .dealer-info .dealer-profile .profile-content .profile-rating span {
    font-size: 14px;
    color: #737f96;
    font-weight: 700;
    white-space: nowrap;
  }
  .sidebar-dealer-info .dealer-info .info-items {
    margin-top: 15px;
  }
  .sidebar-dealer-info .dealer-info .info-items li {
    font-size: 16px;
    font-weight: 400;
    color: #293957;
    padding-right: 35px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sidebar-dealer-info .dealer-info .info-items li a{
    color: #293957;
  }
  .sidebar-dealer-info .dealer-info .info-items li + li {
    border-top: 1px solid rgba(41, 57, 87, 0.15);
  }
  .sidebar-dealer-info .dealer-info .info-items li i {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .sidebar-dealer-info .dealer-info .info-items li a {
    color: #293957;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .sidebar-dealer-info .dealer-info .info-items li a:hover {
    color: #ce8339;
  }
  .sidebar-dealer-info .dealer-info .info-items li .call {

    color: #ed3921;
  }
  .sidebar-dealer-info .dealer-info .info-items li .site {
    color: #0084c8;
    text-decoration: underline;
  }
  .sidebar-dealer-info .dealer-info .social {
    margin-top: 15px;
  }
  .sidebar-dealer-info .dealer-info .social li {
    display: inline-block;
  }
  .sidebar-dealer-info .dealer-info .social li + li {
    margin-left: 15px;
  }
  .sidebar-dealer-info .dealer-info .social li a {
    font-size: 16px;
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    display: block;
  }
  .sidebar-dealer-info .dealer-info .social li a.facebook {
    background-color: #2b53b8;
  }
  .sidebar-dealer-info .dealer-info .social li a.twitter {
    background-color: #0096ff;
  }
  .sidebar-dealer-info .dealer-info .social li a.googleplus {
    background-color: #bf2828;
  }
  .sidebar-dealer-info .dealer-info .social li a.tumblr {
    background-color: #2b4873;
  }
  .sidebar-dealer-info .dealer-info .social li a.rss {
    background-color: #f37214;
  }
  .sidebar-dealer-info .dealer-info .social li a.instagram  {
    background-color: #FE097A;
  }
  
  .sidebar-dealer-contact {
    padding: 25px;
    background-color: #f5f6f6;
    border: 1px solid #d7dce6;
    margin-top: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-dealer-contact {
      padding: 15px;
    }
  }
  .sidebar-dealer-contact .dealer-contact-form {
    padding-top: 15px;
  }
  .sidebar-dealer-contact .dealer-contact-form .single-input {
    margin-top: 10px;
    position: relative;
  }
  .sidebar-dealer-contact .dealer-contact-form .single-input i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #737f96;
    font-size: 16px;
  }
  .sidebar-dealer-contact .dealer-contact-form .single-input input, .sidebar-dealer-contact .dealer-contact-form .single-input textarea {
    width: 100%;
    padding: 0 15px;
    padding-right: 40px;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #d7dce6;
    bbackground-color: #fff;
    font-size: 16px;
    color: #293957;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .sidebar-dealer-contact .dealer-contact-form .single-input input:focus, .sidebar-dealer-contact .dealer-contact-form .single-input textarea:focus {
    border-color: #293957;
  }
  .sidebar-dealer-contact .dealer-contact-form .single-input textarea {
    height: 150px;
    padding-top: 10px;
    resize: none;
  }
  
  .sidebar-calculator {
    padding: 25px;
    background-color: #f5f6f6;
    border: 1px solid #d7dce6;
    margin-top: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-calculator {
      padding: 15px;
    }
  }
  .sidebar-calculator .calculator-form {
    padding-top: 15px;
  }
  .sidebar-calculator .calculator-form .calculator-input {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 8px 14px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 12px;
  }
  .sidebar-calculator .calculator-form .calculator-input .placeholder {
    white-space: nowrap;
    margin-right: 5px;
  }
  .sidebar-calculator .calculator-form .calculator-input .placeholder span {
    color: #ce8339;
  }
  .sidebar-calculator .calculator-form .calculator-input .input input {
    color: #293957;
    padding: 0;
    height: 100%;
    border: none;
    width: 100%;
    text-align: right;
  }
  .sidebar-calculator .calculator-form .calculator-form-result .single-result {
    margin-top: 25px;
  }
  .sidebar-calculator .calculator-form .calculator-form-result .single-result .title {
    color: #293957;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
  }
  .sidebar-calculator .calculator-form .calculator-form-result .single-result .main-result {
    color: #690;
    font-size: 18px;
    font-weight: 700;
  }
  .sidebar-calculator .calculator-form .calculator-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 20px;
  }
  .sidebar-calculator .calculator-form .calculator-btn .single-btn {
    width: 50%;
    padding: 10px 5px 0;
  }
  .sidebar-calculator .calculator-form .calculator-btn .single-btn .main-btn {
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
  }
 .bgbreadcrumb {
    background: #ebebeb;
}
.breadcrucss h3 {
  text-transform: capitalize;
  color: #444;
  margin-bottom: 13px;
  font-size: 23px;
}
.breadcrucss ul {
    padding: 0px 0px 0px 40px;
}
.breadcrucss li {
    margin-bottom: 13px;
    font-size: 17px;
    display: flex;
    flex-direction: row;
}
.breadcrucss li span {
    padding-right: 7px;
    font-weight: 400;
}

.termscon{
        display: flex;
    flex-direction: column;
}
.mailse {
    color: red;
    text-decoration: underline;
    margin-left: 9px;
}
.btnfacebook {
  border-radius: 50%;
  background: none;
  border: 2px solid #1877F2;
  width: 32px;
  height: 32px;
  font-size: 15px;
  color: #1877F2;
  line-height: 27px;
  margin: 0px 5px;
}

.btngoogle {
  border-radius: 50%;
  background: none;
  border: 2px solid #DA4F3E;
  width: 32px;
  height: 32px;
  font-size: 15px;
  color: #DA4F3E;
  line-height: 27px;
  margin: 0px 5px;
}

.page-link {
  padding: 3px 10px;
  font-size: 14px;
}
.dataTables_paginate .page-item.active a{
    background:#EA2426 !important;
    border-color:#EA2426 !important;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child::before, table.dataTable.dtr-inline.collapsed tbody th:first-child::before {
  top: 23px !important;
 
  background-color: #31b131;
}
.enablemobile{
    display:none;
}
 @media (max-width: 576px){
.container, .container-sm {
  max-width:100%;
}
}
 @media (max-width: 999px){
     .dashboard-menu-container ul li{
         width:auto !important;
     }
     .dashboard-menu-container ul {
  background: #f2f1f1;
}
.disablemobile{
  display:none !important;
}
.enablemobile{
    display:block !important;
}
}
.iconregi {
  position: absolute;
  right: 9px;
  top: 11px;
}

.iconregi i {
  color: #959393;
  font-size: 14px;
}
.iconregi img {
  width:17px;
}
.imginput .position-relative input{
    padding-right:30px !important;
}
.imginput .position-relative textarea{
    padding-right:30px !important;
}
.custome_namee {
  width: 80px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 8px;
}
.other_design {
    display: none;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}
.langbutton {
  padding: 1px 10px !important;
  border: 1px solid #ea2426;
  margin-left: 7px;
  display:none;
    background: #ea2426;
  color: #fff;
}
.langbutton:hover{
    color:#fff !important;
}
.ref_no {
  text-transform: uppercase;
  color: #999;
}
.dealer-profile2 {
  width: 100%;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.dealer-profile2 img {
  width: 100px;
}
.profile-image2 {
  margin-left: 7px;
}
.viebtn a {
  display: inline-block;
  background: #ea2426;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  border-radius: 5px;
}
.arabicss.lang_change.text-white {
  cursor: pointer;
  padding:7px 0px;
}
.deskara{
    display:inline-block;
}
.addcarsbt {
  text-decoration: underline;
}
.mobilenable{
        display:none;
    }
    .swiper-slide {
    display: flex;
}
.carflip img{
    transform: scaleX(-1);
}
ul.compariosn_ul.clearfix {
 width:100%
}
ul.compariosn_ul li {
 width:33.33%
}
.comparemain {
 border:1px solid #dedede
}
.comparemain {
 padding:20px
}
.comare1 {
 text-align:center;
 margin-bottom:15px
}
.comare1 h4 {
}
.comare1 h5 {
 color:red
}
.compareimg img {
 max-width:100%;
 max-height:100%;
 object-fit:cover
}
.compareimg {
 width:100%;
 height:150px;
 display:flex;
 justify-content:center;
 align-items:center;
 margin-bottom:10px;
 background:#f5f5f5
}
.comparison_tbl tr td {
 padding:10px 5px
}
.comparison_tbl tr th {
 font-weight:600;
 font-size:17px
}
table.comparison_tbl {
 width:100%
}
.comparison_tbl tr {
 border-bottom:1px solid #dedede
}
ul.options_compariosn {
 width:100%
}
.options_compariosn li {
 padding:3px 5px 10px
}
.comparison_tbl tr:last-child {
 border-bottom:0!important
}
.default_call, .hide_call, .hideca{
    direction:ltr;
}

.offcanvasmenu {
  background: #333333;
  color: #fff;
  width:300px;
}
.offcanvasmenu .offcanvas-body {
  flex-grow: 1;
  padding:0px;
  overflow-y: auto;
}
.mobilemen{

}
.mobilemen li{
    border-bottom:1px solid #5c5b5b;
}
.mobilemen li a {
  color: #fff;
  padding: 15px 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.mobilemen li a i {
  font-size: 21px;
  margin: 0px 0px 0px 10px;
}
.btnclosemen {
  background: none;
  border: 0px;
  position: fixed;
  left: 20px;
  top: 20px;
  font-size: 22px;
}
.dataTables_paginate .page-link:hover, .dataTables_paginate .page-link{
    color:#333;
}
.recnotf {
  width: 100%;
  text-align: center;
  min-height: 250px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.upload_photo {
  color: #ea2426;
}