*{ 
    font-family:'Poppins';
}
.text-center img {
    display: inline-block;
}
.header-top {
    padding: 20px 0px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
}
header {
    padding: 0px;
}
header .mainmenu {
    float: right;
    padding-top: 30px;
}
header .mainmenu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
header .mainmenu ul li {
    padding: 0px 17px;
}
header .mainmenu ul li:last-child {
    padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
    width: 20%;
    float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
    margin: 0px;
    padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
    background: none;
}
.hidden
{
    display: none;
}
.dropdown {
    display: inline-block;
    position: relative;
    top: 1px;
}
.dropdown button {
    border: 1px solid #5cb4de !important;
    background: transparent;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-top: -3px;
    width: 50px;
    font-family:'Poppins';
}
.dropdown-content {
    display: none;
    position: absolute;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
    width: 50px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
    display: block;
    color: #212d86;
    text-decoration: none;
    padding: 0px !important;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family:'Poppins';
}
.dropdown-content:hover {
  color: #FFFFFF;
  background-color: none;
}
header .header-bottom {
    position: relative;
}
header .header-bottom .banner-contents {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    width: 100%;
}
.head h2 {
    font-size: 70px;
    font-family: 'EthnocentricRg-Regular';
    text-transform: uppercase;
    color: #fff;
}
.du-head {
    color: #a7c94c;
    font-family: 'EthnocentricRg-Regular';
}
.gain-head {
    color: #5cb4de;
    font-family: 'EthnocentricRg-Regular';
}
.head a {
    color: #fff;
    background: transparent;
    border: 1px solid #5cb4de;
    border-radius: 25px;
    padding: 7px 15px;
    font-size: 18px;
}
.head-form {
    padding: 50px 0px;
}
.head-form input {
    border-radius: 20px;
}

.head-form .form-control::-webkit-input-placeholder {
  color: #2b2b2b;
  opacity: 1;
font-size: 13px;
}

.head-form .form-control::-moz-placeholder {
  color: #2b2b2b;
  opacity: 1;
font-size: 13px;
}

.head-form .form-control::-ms-input-placeholder {
  color: #2b2b2b;
  opacity: 1;
font-size: 13px;
}

.head-form .form-control::placeholder {
  color: #2b2b2b;
  opacity: 1;
font-size: 13px;
}

.search-btn a {
    background-image: url(img/others/search.png);
    background-repeat: no-repeat;
    background-position: 90%;
    padding-right: 40px;
    display: block;
    text-decoration: none;
    margin-top: 15px;
}


/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("img/icons/banner-left-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 0;
    margin:0px !important;
    display: inline-block;
    height: 64px;
    left: 5%;
    position: absolute;
    text-indent: -99999px;
    top: 45%;
    width: 33px;
    outline: none !important;
    opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom .owl-next {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("img/icons/banner-right-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 0;
    margin:0px !important;
    display: inline-block;
    height: 64px;
    right: 5%;
    position: absolute;
    text-indent: -99999px;
    top: 45%;
    width: 33px;
    outline: none !important;
    opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
    opacity: 1;
    left: 2%;
}
header .header-bottom:hover .owl-next {
    opacity: 1;
    right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
    bottom: 5%;
    left: 0;
    position: absolute;
    right: 0;
    max-width: 1140px;
    margin: auto;
    text-align: end;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    position: relative;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    background-color: #fff;
    top: 4px;
    left: 100%;
}
header .header-bottom .owl-theme .owl-dots .owl-dot:last-child span::after {
    display: none;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #a7c94c;
}
.banner-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.about-section {
    padding: 70px 0px;
    position: relative;
}
.about-img {
    position: absolute;
    right: 0;
    top: 10%;
}
.brand-wrap-section {
    padding-bottom: 70px;
}
.head p {
    font-size: 18px;
    padding: 20px 0px;
    color: #323232;
}
.brand-wrap {
    padding-bottom: 40px;
    position: relative;
}
.abt-arab {
    padding-top: 70px;
}
.list-wrap.head.list {
    width: 70%;
    margin: auto;
    padding-bottom: 10px;
}
.start a {
    color: #000;
    background: transparent !important;
    border: 1px solid #5cb4de;
    border-radius: 25px;
    padding: 7px 15px;
    font-size: 18px;
    text-decoration: none !important;
}
.car-list {
    background: #000;
    padding: 70px 0px;
    position: relative;
}
.car-list .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: block !important;
}
.car-list  .owl-dots {
    bottom: -35%;
    left: 0;
    position: absolute;
    right: 0;
}
.car-list  .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    position: relative;
}
.car-list  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #b3b3b3;
}
.head h3 {
    font-family: 'EthnocentricRg-Regular';
    color: #5cb4de;
    padding-bottom: 30px;
    font-size: 45px;
}
.list-wrap .item h4 {
    color: #fff;
    font-size: 25px;
    font-family: 'EthnocentricRg-Regular';
    padding: 20px 0px 0px !important;
}
.list-wrap .item h5 {
    color: #5cb4de;
    font-size: 20px;
    font-family: 'EthnocentricRg-Regular';
    padding: 0px 0px 20px;
}
.list-wrap .item a {
    color: #fff;
    font-family: 'EthnocentricRg-Regular';
    background: transparent;
    border: 1px solid #5cb4de;
    border-radius: 25px;
    padding: 7px 15px;
    display: block;
    /*width: max-content;*/
    margin: auto;
    text-decoration: none;
}
.list-btn {
    padding: 40px 0px;
    color: #fff;
}
.spec-btn {
    padding-top: 80px;
    color: #fff;
}
.spec-btn a{
    color: #000 !important;
    text-decoration: none;
}
.car-special {
    padding: 70px 0px;
    position: relative;
}
.special-wrap {
    width: 90%;
    margin: auto;
}
.spec-list {
    padding: 30px 20px;
    min-height: 420px;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to top, #5aaecc, #94c532);
}
.spec-list h4 {
    color: #000;
    font-size: 25px;
    font-family: 'EthnocentricRg-Regular';
    padding: 20px 0px 0px !important;
}
.car-special .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: block !important;
}
.car-special  .owl-dots {
    bottom: -40%;
    left: 0;
    position: absolute;
    right: 0;
}
.car-special  .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    position: relative;
}
.car-special  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #b3b3b3;
}
.list-btn a {
    color: #fff !important;
    text-decoration: none;
}
.contact-section {
    padding: 360px 0px;
    background-image: url(img/others/cont-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    position: relative;
    border-top: 1px solid #5cb4de;
}
.cont-img {
    position: absolute;
    right: 0;
    top: 270px;
}
.contact-form .form-control {
    border-radius: 25px;
    background: transparent;
    padding: 10px 20px;
}
.cont-img {
    padding-top: 70px;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}

.contact-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}

.contact-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.contact-form a {
/*     text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 7px 20px; */
}
.cont-btn {
    padding: 20px;
}
.contact-form textarea {
    border-radius: 40px !important;
}
.footer-section {
    padding: 50px 0px;
    background-color: #000;
}
.footer-logo {
    padding-bottom: 30px;
}
.footer-menu ul li {
    padding: 0px 40px;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.social-icons ul li {
    padding: 0px 20px;
}
.social-icons ul li i {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'FontAwesome';
}
.copyrights p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}
.copyrights {
    padding: 10px 0px;
    border-top: 1px solid #fff;
    margin-top: 20px;
}
.social-icons ul li a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}




select {
    /*display: none !important;*/
}
.profile-form .form-control {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 50px;
    border: solid 1px #eee;
    box-shadow: 0px 0px 0px 4px rgba(155, 155, 155, 0.1);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 20px;
}
select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 50px;
    border: solid 1px #eee;
    box-shadow: 0px 0px 0px 4px rgba(155, 155, 155, 0.1);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 150px;

}
.dropdown-select .dd-searchbox {
    height: auto !important;
    padding: 0px;
}
.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
}
.select-form input {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 50px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
    display: block;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4; 
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}
.dropdown-select.arabic::after {
    left: 15px !important;
}
.brand-section {
    padding: 70px 0px;
}
.car-brand {
    margin: 30px 0px;
    background: #d6d6d6;
    text-align: center;
    padding: 30px;
}
.brand-content h5 {
    font-family: 'EthnocentricRg-Regular';
    font-size: 25px;
    padding-bottom: 10px;
    color: #5cb4de;
}
.brand-content p {
    font-size: 16px;
}
.brand-content h6 {
    font-size: 20px;
    font-weight: 700;
}
.arabic h5 {
    text-align: right !important;
    font-size: 30px;
}
.arabic p {
    text-align: right !important;
}
.arabic h6 {
    text-align: right !important;
}
.post-car {
    padding: 50px 0px;
}
.car-model h4 {
    font-size: 20px;
    padding-top: 10px;
}
.car-model p {
    font-size: 12px;
    padding-top: 10px;
}
.car-model h6 {
    font-size: 14px;
}
.car-model a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
}
.car-model i {
    padding-right: 7px;
}
.list-head {
    padding-top: 30px;
}
.list-form {
    padding: 30px 0px;
}
.list-form input {
    border-radius: 25px;
}
.list-form a {
    display: block;
    width: max-content !important;
}
.li-arab i {
    padding-left: 7px;
}
.inner {
    padding-top: 120px;
}

.show-centers h3 {
    font-family: 'EthnocentricRg-Regular';
    color: #5cb4de;
    padding-bottom: 30px;
    font-size: 30px;
}
.center-phone i {
    padding-right: 7px;
}
.center-phone p {
    font-size: 18px;
}
.center-phone h6 {
    font-size: 18px;
    font-weight: 600;
}
.contents {
    border: 1px solid #d6d6d6;
    padding: 0px;
}
.contents h5 {
    font-size: 18px !important;
}
.contents p {
    font-size: 14px !important;
}
.contents h6 {
    font-size: 15px;
}
.show-bar {
    padding: 60px 0px;
}
.center-wrap {
    padding: 50px 0px;
}
.show-centers {
    padding-top: 50px;
}
.center-map {
    padding-top: 50px;
}
.sold-cars {
    padding: 30px 0px;
}
.post h4 {
    font-weight: 700;
    font-size: 20px;
}
.sold-cars.post h5 {
    font-weight: 700;
    font-size: 20px;
}
.tab {
      float: left;
      background-color: #f1f1f1;
      width: 20%;
      height: 400px;
    min-height: 420px;
    border: 3px solid;
    border-image-slice: 1;
border-image-source: linear-gradient(to top, #5aaecc, #94c532);
}
.show-bar h3 {
    font-size: 30px;
    font-family: 'EthnocentricRg-Regular';
    padding-bottom: 30px;
    color: #5cb4de;
}

.tab button {
    display: block;
    color: black;
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    font-size: 17px;
}

.tab button:hover {
  background-color: #94c532;
  color: #fff;
}

.tab button.active {
  background-color: #94c532;
  color: #fff;
  border-radius: none !important;
}
.tabcontent {
    float: left;
    background-color: #f1f1f1;
    width: 80%;
    height: 400px;
    min-height: 420px;
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #5aaecc, #94c532);
    padding: 20px;
}
.sold-cars h3 {
    font-size: 30px;
    font-family: 'EthnocentricRg-Regular';
    padding-bottom: 30px;
    color: #5cb4de;
}
.profile-info {
    padding: 50px 0px;
}
.user-detail {
    padding: 10px 0px;
}
.user-detail h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #a9cc4a;
    font-weight: 700;
}
.photos-section {
    padding: 0px 0px 50px;
}
.photos-section h3 {
    font-size: 30px;
    font-family: 'EthnocentricRg-Regular';
    padding-bottom: 30px;
    color: #5cb4de;
}
.photos-btn {
    padding: 30px 0px;
    text-align: center;
}
.slider {
    position: absolute;
    top: 36%;
    left: 40%;
    transform: translate(-40%,-50%);
    width: 350px;
    height: 40px;
    padding: 0px 22px;
    background: #fcfcfc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 15px 40px #7E6D5766;
}
.slider label {
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    padding-right: 6px;
    text-transform: uppercase;
    padding-top: 9px;
}
.slider input[type="range"] {
    width: 200px;
    height: 2px;
    background: black;
    border: none;
    outline: none;
    text-align: right;
} 
.categ {
    padding: 60px 0px 470px;
}
.spec-list {
    padding: 30px 20px;
    min-height: 420px;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to top, #5aaecc, #94c532);
}
.category-arab button {
    text-align: right;
}
.profile-details h5 {
    text-transform: uppercase;
    color: #abcd4b;
    font-weight: 700;
}
.user-icons i {
    color: #fff;
    background: #5dbae8;
    padding: 10px 14px;
    border-radius: 25px;
}
.tab-profile {
    display: flex;
    padding: 60px 0px;
}
.user-icons ul li i {
    width: 40px;
    height: 40px;
    padding: 10px;
}

.tab.user {
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
    min-height: auto;
    border: 3px solid;
    margin: auto;
    display: flex;
    float: inherit !important;
    border: transparent;
}
.tab-profile .tabcontent {
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
    min-height: auto;
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #5aaecc, #94c532);
    margin: 40px;
    padding: 20px;
}
.user button {
    padding: 10px 20px !important;
}
.user-form {
    background: None !important;
}
.user-form a {
    padding: 5px 30px;
    color: #000;
}
.border-user {
    border-right: 3px solid !important;
    border-image-slice: 1 !important;
    border-image-source: linear-gradient(to top, #5aaecc, #94c532) !important;
    border-left: 3px solid !important;
}
.user button {
    text-align: center;
}


.trend-section {
    padding: 50px 0px;
}
.trend-heading {
    padding-bottom: 10px;
}
.trend-wrap-cont{
    position: relative;
}
.trend-cont {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
}
.social-content ul {
    border-top: 2px solid #e2e2e2;
    padding-top: 8px;
    margin-top: 25px;
    margin-bottom: 0px;
    width: 100%;
}
.social-content ul li {
    width: 50%;
}
.trend-img img {
    border-radius: 4px;
}

.every-cont ul li:nth-child(1) a{
    color: #00b526;
}
.every-cont ul li:nth-child(2) select {
    font-size: 17px;
    font-weight: 600;
    color: #00b526;
    border: none;
    border-radius: 0px;
    appearance: none;
    -webkit- appearance: none;
    -moz- appearance: none;
    -ms- appearance: none;
    background-image: url(img/others/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    padding-right: 30px;
 }
.every-cont ul li a i {
    padding-left: 30px;
}
.trend-cont p{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 5px;
}
.trend-cont a{
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.every-section {
    padding: 10px;
}

.every-cont ul li a img {
    width: 20%;
}

.heading h3 {
    font-size: 26px;
    font-weight: 600;
    color: #3e3e3e;
}
.trend-cont h3{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.event-heading h3{
    color: #fff;
    background-image: url(img/others/com-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 15px 0px;
}
.event-heading1 h3{
    color: #fff;
    background-image: url(img/others/event-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 0px;
}
.social-cont-wrap1 {
    background-color: #fff;
    box-shadow: 10px 10px 10px #d6d6d6;
    -webkit-box-shadow: 0px 0px 5px #d6d6d6;
    -moz-box-shadow: 0px 0px 10px #d6d6d6;
    -ms-box-shadow: 0px 0px 10px #d6d6d6;
}

.social-cont-wrap {
    background-color: #fff;
    box-shadow: 10px 10px 10px #d6d6d6;
    -webkit-box-shadow: 0px 0px 4px #d6d6d6;
    -moz-box-shadow: 0px 0px 10px #d6d6d6;
    -ms-box-shadow: 0px 0px 10px #d6d6d6;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 5px;
}
.every-cont ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #636363;
    display: block;
}
.every-cont ul li:last-child {
    border-right: none;
    text-align: right;
} 
.every-cont ul li {
    border-right: 1px solid #c9c9c9;
    padding: 9px 5px;
    width: 100%;
    display: block;
    text-align: center;
}
.every-cont ul {
    border: 0px solid #c9c9c9;
    margin: 0px;
    width: 100%;
}

.social-icon {
    border: 2px solid #e3e4e4;
    border-radius: 5px;
    text-align: center;
    background-color: #f7f8f8;
}

.social-content h3 {
    font-size: 20px;
    color: #4c4c4c;
    font-weight: 600;
    text-align: left;
}
.social-content a {
    font-size: 15px;
    font-weight: 500;
    color: #00b526;
    text-decoration: none;
}
.social-content ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #919191;
}
.social-content {
    padding: 0px 20px;
    text-align: left;

}
.social-content ul li:nth-child(4) a {
    font-weight: 500;
    color: #5c5c5c;
    float: right;
    text-align: right;
}
.social-content ul li:nth-child(3) {
    border-right: 2px solid #9c9c9c;
}

.social-content ul li:first-child{
    padding-left: 0px;
}

.card {
    border-right: 1px solid #fff;;
    margin: 10px 5px;
}
.card {
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #fff;
    margin: 10px 5px;
}
.card-header button img {
    border-radius: 5px;
}
.card-header {
    padding: 0px;
    border-bottom: none;
}
.card-header button {
    font-size: 17px;
    color: #494949 !important;
    font-weight: 600;
    text-decoration: none !important;
    text-align: left;
    width: 100%;
    padding: 0px;
    background-color: #fff !important;
}
.card-body p {
    font-size: 18px;
    font-weight: 600;
    color: #494949;
    margin: 0px;
}
.card-header i {
    float: right;
}
.card-header [data-toggle="collapse"] .fa::after{
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(img/others/minus.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    right: 0;
    top: 5px;
    float: right;
}
.card-header [data-toggle="collapse"].collapsed .fa::after{
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(img/others/plus.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    right: 0;
    top: 5px;
    float: right;
}
.event-content {
    border: 1px solid #a9a9a9;
    margin-bottom: 20px;
}


.cmt-content span {
    float: right;
}
.cmt-content {
    padding-left: 10px;
    display: flex;
    height: 100%;
    align-items: center;
}
.form-chat input {
    margin-left: 10px;
    height: 45px;
    border: 1px solid #d6d6d6;
    padding: 10px;
    border-radius: 10px;
}
.cmt-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #494949;
}
.cmt-content p {
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e;
    margin: 0px;
}

.trending-content {
    padding: 10px 5px;
}
.cmt-content ul li i{
    color: #00b526;
}
.cmt-content ul li a{
    color: #282828;
    text-decoration:none;

}
.cmt-cont {
    padding: 5px 10px;
}
.cmt-content ul {
    margin: 0px;
}
.cmt-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
}

.cmt-content ul li {
    padding-right: 40px;
}

.trending-cont {
    padding: 10px 7px;

}
.trending-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center
    margin: auto;
}
.trending-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #494949;
}


.trend-btn a{
    font-size: 18px;
    padding: 0px 20px;
    text-decoration: none;
    border: 2px solid #00b526;
    background-color: #00b526; 
    font-weight: 600;
    color: #494949;
}
.trend-btn {
    padding: 4px 0px;
    text-align: right;
    }
.cont ul li a {
    font-size: 15px;
    color: #595959;
    text-decoration: none;
    font-weight: 500;
}
.side-section {
    margin-left: 20px;
}
.trend-btn a {
    color: #fff;
}
.event-content {
    background-color: #fff;
    padding-bottom: 20px;
}
.cont {
    padding: 10px;
}   
.loading-img {
    padding: 170px 0px 0px;
}
.profile-bottom a {
    color: #fff;
    background: #5cb4de !important;
    border: 1px solid #5cb4de;
    border-radius: 25px;
    padding: 7px 15px;
    font-size: 18px;
    text-decoration: none !important;
}
.profile-bottom a i {
    margin-left: 5px;
}
.social-icons.user-icons ul li {
    padding-left: 0px;
}
.social-icons.user-icons ul li:last-child {
    padding-right: 0px;
}
.social-icons.user-icons {
    margin-bottom: 30px;
    text-align: center;
}
.profile-bottom a {
    display: block;
    text-align: center;
    width: max-content;
    margin: auto;
}
.edit-profile.arabic h3 {
    text-align: right;
}
.edit-profile.arabic label {
    text-align: right;
    display: block;
}
.edit-profile.arabic .form-control {
    text-align: right !important;
}
.edit-profile.arabic .update-btn a {
    display: block;
    width: max-content;
    margin-left: auto;
}
.edit-profile.arabic .update-btn.head {
    width: 100%;
}
.post-list.arabic h3 {
    text-align: right;
}
.contact-form.arabic select {
    text-align: right !important;
    padding-right: 50px;
}
.contact-form.arabic input {
    text-align: right !important;
    padding-right: 50px;
}
.post-list.arabic .car-model {
    text-align: right;
} 
.action-post.arabic h4 {
    text-align: right;
}
.action-post.arabic .car-model {
    text-align: right;
} 
.post-sold.post.arabic h4 {
    text-align: right;
}
.post-message.arabic h4 {
    text-align: right;
}
.profile-content a {
    font-size: 18px;
    color: #000;
    text-decoration: none !important;
}
.profile-content h5 {
    margin-top: 15px;
    font-weight: 700;
}
.social-icons.user-icons ul {
    margin: 0px !important;
}
.user-tab .tabcontent {
    height: auto !important;
    width: 100% !important;
}
.req-btn a {
    color: #fff;
    border: none !important;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 18px;
}
.req-btn ul li:first-child {
    margin-right: 10px;
}
.req-btn ul li:first-child a {
    background-color: #ee0909 !important;
}
.req-btn ul li:last-child a {
    background-color: #a8cd48 !important;
}
.req-wrap {
    margin-bottom: 40px;
}
.req-profile h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}
.req-profile p {
    font-size: 16px;
    color: #000;
    text-align: center;
}
.form-sent a {
    color: #000;
    background: transparent !important;
    border: 1px solid #5cb4de;
    border-radius: 25px;
    padding: 7px 15px;
    font-size: 18px;
    text-decoration: none !important;
}
.msg-post h4 {
    font-weight: 700;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 0px;
}
.cont-btn.head button {
    color: #fff;
    background-color: #5aaecc;
}
.profile-body {
    padding: 50px 0px;
}
.req-profile ul img {
    width: 40%;
    margin: auto;
    display: block;
}
.profile-content img {
    width: 40%;
}
.form-sent a {
    display: block;
    text-align: center;
    margin: 0px 10px !important;
}
.cmt-cont {
    padding: 5px 10px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #d6d6d6;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px 0px;
    width: 50%;
}
.cmt-cont.text-right {
    margin-left: auto;
}
.cmt-cont.text-right .cmt-img {
    margin-left: auto;
}
.show-bar {
    padding: 60px 0px;
    height: 640px;
}
.show-centers i {
    margin-right: 10px;
}

.season_tabs {
    position: relative;
    min-height: 270px;
    clear: both;
    margin: 25px 0;
}
.season_tab {
    float: left;
    clear: both;
    width: 146px;
}
.season_tab label {
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    height: 68px;
    display: table-cell;
}
.season_tab [type=radio] {
  display: none;   
}
.season_content {
    position: absolute;
    top: 0;
    left: 20%;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
}
.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop; 
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 2px solid #8bc34a;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
.post {
    border: 0px !important;
}
.sold-img img {
    border-radius: 50%;
}
.post-sold img {
    border-radius: 50%;
}
.tab-post {
    position: relative;
    width: 100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: transparent;
}
.tab-post:hover img {
    opacity: 0.5;
}   
.tab-post:hover .overlay {
  opacity: 1;
}

.text {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text h6 {
    font-weight: 700;
    text-transform: uppercase;
}
.user-tab .tabcontent h3 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
.post-coupen .form-group button {
    position: relative;
    top: -28px;
    left: 77%;
    background: #5dbae8;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.check-btn a {
    color: #fff;
    text-decoration: none;
    background-color: #5cb4de;
}
.action-post {
    padding: 50px 0px;
}
.update-btn a {
    color: #fff;
    text-decoration: none;
    background-color: #5cb4de;
    margin-left: 20px;
}
.update-btn i {
    padding-right: 5px;
}
.update-btn {
    padding: 20px 15px;
}

.sub-btn{
    color: #fff !important;
    background: #5cb4de !important;
    border: 1px solid #5cb4de;
}
.post-coupen input, .post-coupen input:focus-visible {
  width: 100%;
  border: none;
  outline: none;
}
.tablinks.border-profile {
  border-right: 3px solid !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(to top, #5aaecc, #94c532) !important;
}
.season_tab label {
    border: none !important;
    margin: 10px 0px !important;
    display: block !important;
    height: auto !important;
    width: 87%;
    padding: 0px !important;
    border: 2px solid transparent !important;
    margin-top: 0px !important;
}
.add-phone p i {
    margin-right: 10px;
}
.season_tab:hover label {
  border: 2px solid !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(to top, #5aaecc, #94c532) !important;
}
.season_content h4 {
  font-size: 24px;
  font-weight: 500;
}
.season_content p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.add-phone h6 {
  font-size: 16px;
}

.form-details {
  padding: 20px 0px;
}
.track-content {
    padding: 70px 0px;
}
.req-num h4 {
    font-family: 'EthnocentricRg-Regular';
}
.form-details a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background-color: #5dbae6;
    border-radius: 6px;
    padding: 4px 20px;
    text-transform: capitalize;
}
.po-wrap {
    position: absolute;
    left: 107%;
    width: 200px;
    padding: 0px 10px;
}
.contact-form input {
    margin-bottom: 10px;
}
.contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    background-image: url(img/others/arrow.png);
    background-repeat: no-repeat;
    background-position: 96%;
}
.profile-content {
    text-align: center;
}
.contact-form.arabic label {
    text-align: right;
    display: block;
}
.post-message.arabic .season_content {
    text-align: right;
}
.req-num a {
    background-color: #aacd4c;
    text-decoration: none;
}
.req-list h6 {
    font-family: 'EthnocentricRg-Regular';
}
.price-milage h5 {
    font-family: 'EthnocentricRg-Regular';
}
.detail-car ul {
    width: 100%;
}
.req-list.arabic {
    text-align: right;
}
.req-list.arabic ul {
    text-align: right;
    margin-left: auto;
    width: auto;
}
.req-list.arabic a {
    text-align: right;
    margin-left: auto;
    width: max-content;
    display: block;
}
.req-num.arabic h4 {
    text-align: right;
}
.msg-post.new h4 {
    margin-left: 20px;
}
.req-num.arabic .price-milage a {
    width: max-content;
    display: block;
    margin-left: auto;
}
.post-coupen.arabic input {
    text-align: right;
}
.cont-btn.arabic {
    width: max-content;
    display: block;
    margin-left: auto;
    float: right;
}
.post-coupen.arabic .form-group button {
    position: relative;
    top: -28px;
    right: 0;
    left: auto;
    background: #5dbae8;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: right;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1680px) {
.contact-section {
    padding: 140px 0px;
}
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {
.cont-img {
    position: absolute;
    right: 0;
    top: 150px;
    width: 48%;
}
}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
header .header-bottom .owl-dots {
    max-width: 910px;
}   
.about-img {
    width: 50%;
}
.list-wrap .item h4 {
    font-size: 17px;
}
.spec-list h4 {
    font-size: 20px;
}
.contact-section {
    padding: 100px 0px;
}
header .mainmenu ul li a {
    font-size: 16px;
}
header .mainmenu ul li {
    padding: 0px 14px;
}
.car-model h4 {
    font-size: 18px;
}
.head-form {
    padding: 30px 0px;
}
.slider {
    top: 37%;
    left: 45%;
    width: 300px;
    height: 37px;
    padding: 0px 10px;
}

    .trend-cont p {
        font-size: 11px;
    }
    .trend-cont a {
        font-size: 9px;
    }
    .every-cont ul li a {
        text-decoration: none;
        font-size: 16px;
    }
    .card-body p {
        font-size: 15px;
    }
    .every-cont ul li {
        padding: 8px 15px;
    }
    .search-input {
    padding-top: 10px;
    }
    .menu-btn {
    padding-top: 8px;
    }
    .trend-section {
    padding: 30px 0px;
    }
    .every-cont ul li:last-child {
        border-right: none;
        text-align: right;
        padding-right: 44px;
    }
    .social-content h3 {
        font-size: 16px;
    }
    .heading h3 {
        font-size: 19px;
    }
    .cmt-content ul li {
        padding-right: 13px;
    }
    .cmt-content h4 {
        font-size: 13px;
    }
    .social-content h3 {
        font-size: 16px;
    }
    .trend-cont h3 {
        font-size: 14px;
    }
    .trending-content h5 {
        font-size: 13px;
        vertical-align: middle;
    }
    .social-content ul li {
        display: block;
        padding-right: 10px;
    }
    .social-content ul li a {
        font-size: 12px;
    }
    .social-content ul li:last-child {
        padding-right: 0px;
        float: right;
        padding-top: 3px;
    }
    .trending-img {
        width: 44px;
    }
    .trend-btn a {
        font-size: 14px;
        padding: 0px 10px;
    }
    .trending-cont {
        padding: 0px 7px;
    }
    .event-heading1 h3 {
        text-align: center;
    }
    .card-header button {
        font-size: 14px;
    }
    .every-cont ul li a img {
    width: 50%;
    }
    .every-cont ul li:nth-child(2) select {
        font-size: 16px;
        padding: 2px 29px 2px 0px;
        background-position: right 0px;
    }
    .every-cont ul li a img {
        width: 40%;
    }
    .social-content {
        padding: 10px 10px 0px;
        text-align: left;
    }
    .search-input {
    padding-top: 4px;
    }
    .menu-btn {
    padding-top: 6px;
    }

.po-wrap {
    position: relative;
    left: 0;
    width: auto;
    padding: 0px 10px;
}
.season_content {
    position: absolute;
    top: 0;
    left: 32%;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
}
.profile-bottom a {
    font-size: 15px;
}
}

@media screen and (max-width: 1023px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .contact-section {
    padding: 140px 0px;
    background-position: 70% 50%;
    background-size: cover;
}
    header .header-bottom .owl-dots {
    max-width: 640px  !important;
}
header .mainmenu ul li {
    padding: 0px 10px;
}
header .mainmenu ul li a {
    font-size: 13px;
}
.head-form {
    padding: 30px 0px;
}
.slider {
    left: 50%;
    width: 240px;
    height: 35px;
    padding: 0px 15px;
}
.slider label {
    font-size: 12px;
    padding-right: 10px;
    padding-top: 9px;
}
.slider input[type="range"] {
    width: 140px;
}
.dropdown-select {
    font-size: 12px;
    height: 40px;
    padding-left: 15px;
}
.dropdown-select .dd-searchbox {
    width: 100%;
    padding: 0px;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 5px;
    outline: none;
}
.dropdown-content a {
    font-size: 17px !important;
}
.search-btn a {
    padding-right: 80px;
}
.head h3 {
    padding-bottom: 20px;
}
.head p {
    font-size: 15px;
}
.head a {
    font-size: 14px;
}
.head h2 {
    font-size: 30px;
}
.head-form {
    padding: 40px 0px;
}
.head-form .form-control::-webkit-input-placeholder {
font-size: 11px;
}

.head-form .form-control::-moz-placeholder {
font-size: 11px;
}

.head-form .form-control::-ms-input-placeholder {
font-size: 11px;
}

.head-form .form-control::placeholder {
font-size: 11px;
}
.about-contents h3 {
    padding-bottom: 0px !important;
}
.head h3 {
    font-size: 30px;
}
.start a {
    display: block;
    margin: auto;
    text-align: center;
    width: max-content;
}
.car-list {
    padding: 40px 0px;
}
.car-list  .owl-dots {
    bottom: -35%;
}
.car-special  .owl-theme .owl-dots .owl-dot span {
    background-color: #000;
}
.car-special  .owl-dots {
    bottom: -27%;
}
.spec-btn {
    padding-top: 40px;
}
.list-btn {
    padding: 30px 0px;
}
.footer-menu ul li a {
    font-size: 12px;
}
.footer-menu ul li{
    padding: 0px 20px;
}
.brand-content h5 {
    font-size: 22px;
}
.brand-content p {
    font-size: 14px;
}
.brand-content h6 {
    font-size: 16px;
}
.brand-image {
    padding: 40px 0px;
}
.car-image {
    padding: 60px 0px;
}
.post-car {
    padding: 0px 0px;
}
.show-bar h3 {
    font-size: 25px;
    padding-bottom: 25px;
}
.tab button {
    padding: 10px 15px;
    width: 100%;
    font-size: 15px;
}
.car-model h4 {
    font-size: 17px;
    padding-top: 5px;
}
.car-model p {
    font-size: 10px;
    padding-top: 0px;
}
.car-model a {
    font-size: 14px;
}
.tab {
    height: 300px;
}
.tabcontent {
    height: 300px;
}
.photos-section {
    padding: 0px 0px 20px;
}
.profile-info {
    padding: 20px 0px;
}
.photos-section h3 {
    font-size: 25px;
    font-family: 'EthnocentricRg-Regular';
    padding-bottom: 20px;
    color: #5cb4de;
}
.categ {
    padding: 60px 0px 450px;
}
.label-form label {
    font-size: 14px;
}
.user-tab {
    padding-top: 40px;
}
}

@media screen and (max-width: 767px) {

    #car_brand_select,#car_model_select, #car_model_year_select{
        margin: auto;
        width: 100%;
    }

    body > div > div.head-form.d-block.d-md-none.d-lg-none.d-sm-block > div > div > div.search-btn{
        margin: auto;
        margin-top: 25px;
    }
    body > div > div.head-form.d-block.d-md-none.d-lg-none.d-sm-block > div > div > div.search-btn > a{
    background-image: url(img/others/search.png);
    background-repeat: no-repeat;
    background-position: 90%;
    padding-right: 40px;
    display: block;
    text-decoration: none;
    }
    .header-top {
    padding-top: 7px;
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
}
a.navbar-brand {
    width: 130px;
}
.dropdown-content a {
    color: #fff;
    font-size: 17px;
}
.dropdown button {
    font-size: 15px;
}

header .mainmenu ul li a {
    font-size: 12px;
}

    header .header-bottom .owl-dots {
    max-width: 100% !important;
}
    header .header-logo {
        text-align: center;
    }
    header .header-logo img {
        display: inline-block;
    }
    header .mainmenu .navbar {
      margin: 0;
      padding: 0;
    }
    .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
    }
    .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    button:focus {
        outline: none;
    }
    .navbar-toggler {
      background-color: transparent;
      background-image: none;
      border-radius: 0;
      padding: 9px 10px;
    }
    .navbar-dark .navbar-toggler {
      border: medium none;
    }
    header .header-top .mainmenu ul li {
      margin-bottom: 10px;
    }
    header .header-top .mainmenu ul li .sub-menu li {
      margin-bottom: 0px;
    }
    .mainmenu li:last-child:hover .sub-menu {
        right: auto;
    }
    header .mainmenu {
        float: none;
        padding-top: 0px;
    }
    header .header-bottom .banner-contents {
    top: 10%;
}
.head h2 {
    font-size: 25px;
    text-align: center;
    padding: 20px 0px;
}
.head a {
    font-size: 12px;
    display: block;
    margin: auto;
    width: max-content;
    text-decoration: none;
}
.head-form {
    padding: 0px 30px 60px;
    background: #000;
}
.slider {
    left: 41%;
    width: 605px;
    height: 35px;
    padding: 0px 15px;
    margin-top: 15px;
}
.head-form input {
    border-radius: 20px;
    width: 80%;
    margin: auto;
}
.slider {
    left: 43%;
    height: 35px;
    padding: 0px 15px;
    margin-top: 17px;
    width: 76%;
}
.slider input[type="range"] {
    width: 350px;
}
.about-contents h3 {
    padding-bottom: 0px !important;
    text-align: center;
    font-size: 25px;
}
.tab {
    width: 30%;
    min-height: 350px;
}
.tabcontent {
    width: 70%;
    min-height: 350px;
}
.about-contents p {
    text-align: center;
}
.car-list  .owl-dots {
    bottom: -35%;
}
.car-special  .owl-dots {
    bottom: -35%;
}
.about-img {
    width: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
}
.contact-section {
    padding:  70px 0px;
    background-position: left;
    background-size: cover;
}   
.cont-img {
    position: relative;
    right: 0;
    top: auto;
    width: auto;
}
.footer-menu ul li {
    padding: 0px 7px;
}
.footer-menu ul li a {
    font-size: 10px;
}
.social-icons ul li {
    padding: 0px 10px;
}
.copyrights p {
    font-size: 12px;
    text-align: center;
}
.inner {
    padding-top: 0px;
}
.brand-section {
    padding: 20px 0px;
}
.profile-details {
    text-align: center;
}
.photos-section h3 {
    font-size: 20px;
    text-align: center;
}
.show-bar {
    padding: 60px 0px;
    height: 550px;
}
.center-wrap {
    padding: 0px 0px 50px;
}

.tab.user {
  width: 100%;
  display: block;
}
.border-user, .tablinks.border-profile {
    border: none !important;
}
.season_tab [type="radio"]:checked ~ label {
  background: transparent;
}
.season_tab:hover label{
    border: none !important;
}
.season_tab:hover .tab-post{
border: 2px solid !important;
  border-image-slice: 100%;
  border-image-source: none;
border-image-slice: 1 !important;
border-image-source: linear-gradient(to top, #5aaecc, #94c532) !important;
}
.season_content {
  left: 35%;
}

.season_content p {
  font-size: 12px;
}
.add-phone h6 {
  font-size: 13px;
}
.req-list {
    padding-top: 40px;
}
.all {
    padding-top: 20px;
}
}
@media screen and (max-width: 480px) {
    .season_content h4 {
      font-size: 17px;
    }
.slider {
    left: 43%;
    width: 74%;
}
.slider input[type="range"] {
    width: 160px;
}
.tab-post {
    position: relative;
    width: 80%;
}
    
}
@media screen and (max-width: 414px) {
    .show-bar {
    padding: 40px 0px;
    height: 520px;
}
.categ {
    padding: 60px 0px 470px;
}
.tab {
    width: 35%;
}
.tabcontent {
    padding: 10px 15px;
    width: 65%;
}
.car-model {
    text-align: center;
}
.show-centers h3 {
    padding-bottom: 20px;
    font-size: 20px;
}
.show-centers {
    padding-top: 40px;
}
.show-centers i {
    padding-right: 10px;
}
}
@media screen and (max-width: 387px) {
    .car-special  .owl-dots {
    bottom: -27%;
}
.car-list  .owl-dots {
    bottom: -30%;
}
.slider input[type="range"] {
    width: 200px;
}

}
@media screen and (max-width: 375px) {
.slider input[type="range"] {
    width: 150px;
}

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}