/*------------------------------------------------------------------
[CocoTemplates]

Project:    Acropos - Car Dealer HTML Template
Version:    1.1
Last change:    25/Jan/2019
Primary use:    Car Dealer 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

01. Main & Elements
    02. Header 
    03. Content 
        03.01. Slider (Banner)
        03.02. Car Items
        03.03. Blog Items
        03.04. Contact
        03.05. Features
        03.06. Sidebar & Widgets
        03.07. Testimonials & About Us
    04. Footer /
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Sintony:wght@400;700&display=swap');



html {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Roboto", sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif */
  font-family: "Sintony", sans-serif;

}

body.home {
  /* background-color: #000; */
  /* background: url(../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; */
}
/* 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
  margin:0.5rem 0;
} */
video {
  width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none !important;
}

.text-primary {
  color: #122429 !important;
}

p {
  font-size: 14px;
  line-height: 22px;
  color: #122429;
}

section {
  padding: 80px 0px 0px 0px;
}

.primary-button a {
  display: inline-block;
  background: #ffffff; 
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  color: #00163d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.primary-button a i {
  font-size: 13px;
  margin-left: 3px;
}

.primary-button a:hover {
  color: #1e1e1e;
  background-color: #607d8b;
}

#search button {
  display: inline-block;
  background: #00163d !important;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  color: #00163d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
}

#search button i {
  font-size: 13px;
  margin-left: 3px;
}

#search button:hover {
  color: #1e1e1e;
  background-color: #607d8b !important;
}

.secondary-button a {
  display: inline-block;
  background: #9BB2A4;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  color: #00163d !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
}

.secondary-button a i {
  font-size: 13px;
  margin-left: 3px;
}

.secondary-button a:hover {
  color: #1e1e1e !important;
  background: #ffffff;
}

footer .secondary-button a {
  background: #fff;
  color: #1e1e1e !important;
}

footer .secondary-button a:hover {
  color: #00163d !important;
  background: #ffffff;
}

.text-button a {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.text-button a i {
  font-size: 13px;
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.text-button a:hover {
  color: #00163d;
}

.text-button a:hover i {
  margin-left: 5px;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.98);
  z-index: 9999999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #00163d;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .primary-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  border-color: transparent;
  background-color: transparent;
}

#search .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search button.close {
  outline: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #1e1e1e;
  background-color: #607d8b;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.preloader {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  text-align: center;
}

.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #ffffff;
}

.preloader-bounce > span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #1e1e1e;
}

.preloader-bounce > span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #607d8b;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

.pods-pagination-paginate {
  text-align: center;
}

.pods-pagination-paginate a {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 700;
  min-width: 40px;
  width: auto;
  height: 40px;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  background-color: #607d8b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 15px 0;
}

.pods-pagination-paginate a:hover {
  color: #00163d;
  background: #ffffff;
}

.pods-pagination-paginate i {
  font-size: 14px;
}

.pods-pagination-paginate .current {
  color: #00163d;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1.1);
}

.page-heading {
  background-image: url(../images/banner/4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 40px 0px 10px 0px;
  position: relative;
  margin-bottom:20px;
}

@media (max-width: 991px) {
  .page-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content {
    text-align: center;
  }
}
.page-heading .heading-content-bg .heading-content {
  text-align: left;
}
.page-heading .heading-content-bg .heading-content h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 42px;
  letter-spacing: 2.5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.page-heading .heading-content-bg .heading-content h2 em {
  font-style: normal;
  color: #fff;
}

.page-heading .heading-content-bg .heading-content p {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  color: #607d8b;
}

.page-heading .heading-content-bg .heading-content p a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-heading .heading-content-bg .heading-content p a:hover {
  color: #607d8b;
}

.page-heading .heading-content-bg .heading-content p em {
  color: #fff;
  font-style: normal;
}

.section-heading {
  margin-bottom: 40px;
  text-align: center;
}

.section-heading .icon i {
  color: #1e1e1e;
  background-color: #607d8b;
  border-radius: 50%;
  font-size: 18px;
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.section-heading .icon i:after {
  width: 44px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  content: "";
}

.section-heading .text-content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
}

.section-heading .text-content span {
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.sep-section-heading {
  margin-top: 30px;
  margin-bottom: 40px;
}

.sep-section-heading h2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
}

.sep-section-heading h2 em {
  font-style: normal;
  color: #607d8b;
}

.sep-section-heading h2:after {
  width: 30px;
  height: 3px;
  background-color: #1e1e1e;
  left: 0;
  top: 35px;
  position: absolute;
  content: "";
}

/* 01. Main & Elements Ends */

/* 02. Header Starts */

.scrolled-header {
  position: fixed !important;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.98) !important;
  border-bottom: none !important;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.scrolled-header .logo {
  /* background-image: url(../images/logo_black.png) !important; */
}
.scrolled-header .logo img {
  width: 100%;
}

.scrolled-header #cssmenu > ul > li > a {
  color: #1e1e1e !important;
}

.scrolled-header #cssmenu > ul > li:hover > a {
  color: #00163d !important;
}

.scrolled-header #cssmenu > ul > li.has-sub > a:after {
  background: #1e1e1e !important;
}

.scrolled-header #cssmenu > ul > li.has-sub > a:before {
  background: #1e1e1e !important;
}

.scrolled-header #cssmenu ul ul li:hover > a,
.scrolled-header #cssmenu ul ul li a:hover {
  color: #00163d !important;
}

.site-header {
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 3px solid rgba(0, 22, 61, 0.1);
  -webkit-transition: background 0.5s ease-in-out, height 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, height 0.5s ease-in-out;
}

.site-header .logo {
  float: left;
  margin-top: 15px;
  /* background-image: url(../images/logo_white.png); 
  background-repeat: no-repeat;*/
  max-width: 250px;
  /* height: 100px; */
  background-size: contain;
  padding:0 0 10px;
}

.site-header .logo img {
  width: 100%;
}

.site-header #cssmenu {
  float: right;
  z-index: 99999;
  /*top: 30px;*/
}

.site-header #cssmenu,
.site-header #cssmenu #menu-button,
.site-header #cssmenu ul,
.site-header #cssmenu ul li,
.site-header #cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-header #cssmenu:after,
.site-header #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.site-header #cssmenu #menu-button {
  display: none;
}

.site-header #cssmenu > ul > li {
  float: left;
}

.site-header #cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

.site-header #cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

.site-header #cssmenu.align-center ul ul {
  text-align: left;
}

.site-header #cssmenu.align-right > ul > li {
  float: right;
}

.site-header #cssmenu > ul > li > a {
  padding: 50px 17px 0;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header #cssmenu > ul > li:hover > a {
  color: #607d8b;
}

.site-header #cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

.site-header #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 54px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #1e1e1e;
  content: "";
}

.site-header #cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 51px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #1e1e1e;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-header #cssmenu > ul > li.has-sub:hover > a:before {
  top: 35px;
  height: 0;
}

.site-header #cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

.site-header #cssmenu.align-right ul ul {
  text-align: right;
}

.site-header #cssmenu ul ul li {
  /* height: 0; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-header #cssmenu li:hover > ul {
  left: auto;
}

.site-header #cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

.site-header #cssmenu li:hover > ul > li {
  height: 35px;
}

.site-header #cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

.site-header #cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

.site-header #cssmenu ul ul li:first-child a {
  /* padding: 11px 15px; */
}

.site-header #cssmenu ul ul li a {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  width: 220px;
  font-size: 13px;
  text-decoration: none;
  color: #4a4a4a;
  font-weight: 400;
  background: #f7f7f7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header #cssmenu ul ul li.last-item > a,
.site-header #cssmenu ul ul li:last-child > a {
  border-bottom: 0;
}

.site-header #cssmenu ul ul li:hover > a,
.site-header #cssmenu ul ul li a:hover {
  color: #607d8b;
}

.site-header #cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #4a4a4a;
  content: "";
}

.site-header #cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

.site-header #cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #4a4a4a;
  content: "";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-header #cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

.site-header #cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media (max-width: 767px) {
  .site-header {
    /* background-color: #607d8b; */
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .site-header #cssmenu > ul > li > a {
    padding: 16px 15px;
    color: #1e1e1e;
  }
}

@media (max-width: 767px) {
  .site-header #cssmenu > ul > li:hover > a {
    color: #1e1e1e;
  }
}

@media (max-width: 785px),
  only screen and (-o-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px) {
  .site-header #cssmenu {
    width: 100%;
  }
  .site-header #cssmenu ul {
    width: 100%;
    display: none;
  }
  .site-header .logo {
    float: left;
    padding: 15px 0px 44px 0px;
    display: inline-block;
    /* background-image: url(../images/logo_responsive_black.png); */
    width: 100%;
  }
  .site-header #cssmenu.align-center > ul {
    text-align: left;
  }
  .site-header #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  .site-header #cssmenu li:hover > ul > li,
  .site-header #cssmenu ul ul li {
    height: auto;
  }
  .site-header #cssmenu ul li a,
  .site-header #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  .site-header #cssmenu > ul > li {
    float: none;
  }
  .site-header #cssmenu ul ul li a {
    padding-left: 25px;
  }
  .site-header #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  .site-header #cssmenu ul ul li a {
    color: #4a4a4a;
    background: none;
  }
  .site-header #cssmenu ul ul li.active > a,
  .site-header #cssmenu ul ul li:hover > a {
    color: #00163d;
  }
  .site-header #cssmenu.align-right ul ul,
  .site-header #cssmenu ul ul,
  .site-header #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .site-header #cssmenu > ul > li.has-sub > a:after,
  .site-header #cssmenu > ul > li.has-sub > a:before,
  .site-header #cssmenu ul ul > li.has-sub > a:after,
  .site-header #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  .site-header #cssmenu #menu-button {
    display: block;
    color: transparent;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
  }
  .site-header #cssmenu #menu-button:after {
    font-size: 16px;
    content: "\f0c9";
    font-family: "FontAwesome";
    float: right;
    color: #1e1e1e;
    background-color: #607d8b;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
  }
  .site-header #cssmenu #menu-button.menu-opened:after {
    content: "\f00d";
    font-family: "FontAwesome";
  }
  .site-header #cssmenu .submenu-button {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .site-header #cssmenu .submenu-button.submenu-opened {
    background: #ffffff;
  }
  .site-header #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  .site-header #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #4a4a4a;
    content: "";
  }
  .site-header #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  .site-header #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  .site-header #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #4a4a4a;
    content: "";
  }
  .site-header #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  .site-header #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* 02. Header Ends */

/* 03. Content Starts */

/* 03.01. Banner Starts */

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  /* min-height: 100%;
        min-width: 100%; */
  position: relative;
  display: inline-block;
  max-width: none;
  width: 100%;
  height: 80vh;
}
@media (max-width: 991px) {
  .img-fill img {
    height: auto;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
  height: auto;
  background: #000;
}
@media (max-width: 991px) {
  .Modern-Slider .item .img-fill {
    height: auto;
  }
}

.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  line-height: 75vh;
  text-align: center;
}

.Modern-Slider .item .info > div {
  display: inline-block !important;
  vertical-align: middle;
}

.Modern-Slider .NextArrow {
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #00163d;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Modern-Slider .NextArrow:hover {
  background: #607d8b;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #00163d;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Modern-Slider .PrevArrow:hover {
  background: #607d8b;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

.Modern-Slider .slick-dots {
  position: absolute;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.Modern-Slider .slick-dots li button {
  display: none;
}

.Modern-Slider .slick-dots li {
  float: left;
  width: 0px;
  height: 5px;
  background: #607d8b;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
  width: 100%;
  -webkit-animation: ProgressDots 11s both;
  animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
  text-transform: uppercase;
  color: #00163d;
  -webkit-animation: fadeOutRight 1s both;
  animation: fadeOutRight 1s both;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 36px;
  padding: 0;
  font-weight: 700;
}

.Modern-Slider .item h3 em {
  color: #607d8b;
  font-style: normal;
}

.Modern-Slider .item h5 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #00163d;
  max-width: 600px;
  overflow: hidden;
  -webkit-animation: fadeOutLeft 1s both;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item .secondary-button {
  -webkit-animation: bounceOut 1s both;
  animation: bounceOut 1s both;
}

.Modern-Slider .item.slick-active h3 {
  -webkit-animation: fadeInDown 1s both 1s;
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
  -webkit-animation: fadeInLeft 1s both 1.5s;
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active .secondary-button {
  -webkit-animation: bounceIn 1s both 2s;
  animation: bounceIn 1s both 2s;
}

.Modern-Slider .item img {
  -webkit-animation: Slick-SlideOut 1s both;
  animation: Slick-SlideOut 1s both;
}

.Modern-Slider .item.slick-active img {
  -webkit-animation: Slick-SlideIn 1s both;
  animation: Slick-SlideIn 1s both;
}

@-webkit-keyframes Slick-SlideIn {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
    transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
    transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
  }
}

@keyframes Slick-SlideIn {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
    transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
    transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
  }
}

@-webkit-keyframes Slick-SlideOut {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
    transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
    transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
  }
}

@keyframes Slick-SlideOut {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
    transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
    transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  0% {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  0% {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /* z-index: -1; */
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: -1;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .Modern-Slider .item .img-fill .info {
    line-height: 100vh;
  }
}

/* 03.01. Banner Ends */

/* 03.02. Car Items Starts */

section.top-slider-features .slider-top-features {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 45px;
}

section.top-slider-features .slider-top-features .car-item {
  margin: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}

section.top-slider-features .slider-top-features .car-item:hover {
  border-bottom: 3px solid #00163d;
}

section.top-slider-features .slider-top-features .car-item .thumb-content {
  position: relative;
}

section.top-slider-features
  .slider-top-features
  .car-item
  .thumb-content
  .thumb-inner
  img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: center center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

section.top-slider-features .slider-top-features .car-item .down-content {
  padding: 15px 20px;
  text-align: left;
}

section.top-slider-features .slider-top-features .car-item .down-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
}

section.top-slider-features .slider-top-features .car-item .down-content span {
  font-size: 14px;
  font-weight: 700;
  color: #00163d;
  margin-bottom: 0px;
}

section.top-slider-features .slider-top-features .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
}

section.top-slider-features .slider-top-features .owl-nav .owl-next {
  position: absolute;
  right: -55px;
  top: -20px;
  outline: none;
  font-size: 20px;
}

section.top-slider-features .slider-top-features .owl-nav .owl-next span {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #00163d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

section.top-slider-features .slider-top-features .owl-nav .owl-next span:hover {
  background-color: #607d8b;
  color: #1e1e1e;
}

section.top-slider-features .slider-top-features .owl-nav .owl-prev {
  position: absolute;
  left: -55px;
  top: -20px;
  outline: none;
  font-size: 20px;
}

section.top-slider-features .slider-top-features .owl-nav .owl-prev span {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #00163d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

section.top-slider-features .slider-top-features .owl-nav .owl-prev span:hover {
  background-color: #607d8b;
  color: #1e1e1e;
}

section.top-slider-features .slider-top-features .owl-dots {
  display: none;
}

.on-grids .car-item,
.recent-cars .car-item {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.on-grids .car-item:hover,
.recent-cars .car-item:hover {
  border-bottom: 3px solid #00163d;
}

.on-grids .car-item .thumb-content,
.recent-cars .car-item .thumb-content {
  position: relative;
}

.on-grids .car-item .thumb-content .car-banner,
.recent-cars .car-item .thumb-content .car-banner {
  position: absolute;
  margin-top: 0px;
  left: 20px;
  bottom: -18px;
  margin-right: 26px;
}

.on-grids .car-item .thumb-content .car-banner a,
.recent-cars .car-item .thumb-content .car-banner a {
  background-color: #607d8b;
  border-radius: 3px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}

.on-grids .car-item .thumb-content .thumb-inner img,
.recent-cars .car-item .thumb-content .thumb-inner img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: center center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.on-grids .car-item .down-content,
.recent-cars .car-item .down-content {
  padding: 20px;
  text-align: left;
}

.on-grids .car-item .down-content h4,
.recent-cars .car-item .down-content h4 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
}

.on-grids .car-item .down-content span,
.recent-cars .car-item .down-content span {
  font-size: 15px;
  font-weight: 900;
  color: #00163d;
  margin-bottom: 0px;
}

.on-grids .car-item .down-content p,
.recent-cars .car-item .down-content p {
  margin: 10px 0px 20px 0px;
}

.on-grids .car-item .down-content ul,
.recent-cars .car-item .down-content ul {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.on-grids .car-item .down-content ul li,
.recent-cars .car-item .down-content ul li {
  display: inline-block;
  width: 23.5%;
  text-align: center;
  border-right: 3px solid #fff;
}

@media (max-width: 991px) {
  .on-grids .car-item .down-content ul li,
  .recent-cars .car-item .down-content ul li {
    width: 23%;
  }
}

.on-grids .car-item .down-content ul li:last-child,
.recent-cars .car-item .down-content ul li:last-child {
  border-right: none;
}

.on-grids .car-item .down-content ul li .item,
.recent-cars .car-item .down-content ul li .item {
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 10px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.on-grids .car-item .down-content ul li .item:hover,
.recent-cars .car-item .down-content ul li .item:hover {
  background-color: #607d8b;
}

.on-grids .car-item .down-content ul li .item:hover i,
.recent-cars .car-item .down-content ul li .item:hover i {
  color: #1e1e1e;
}

.on-grids .car-item .down-content ul li .item:hover p,
.recent-cars .car-item .down-content ul li .item:hover p {
  color: #1e1e1e;
}

.on-grids .car-item .down-content ul li .item i,
.recent-cars .car-item .down-content ul li .item i {
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 5px;
  float: left;
}

.on-grids .car-item .down-content ul li .item p,
.recent-cars .car-item .down-content ul li .item p {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}

.on-listing .car-item {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.on-listing .car-item .thumb-content {
  position: relative;
}

.on-listing .car-item .thumb-content .car-banner {
  position: absolute;
  margin-top: 0px;
  left: 20px;
  top: 20px;
  bottom: -18px;
  margin-right: 26px;
}

.on-listing .car-item .thumb-content .car-banner a {
  
  border-radius: 3px;
  color: #00163d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
.car-banner.Available a {background: #4CAF50 }
.car-banner.Hold a {background: #FF9800 }
.car-banner.Sold a {background: #9E9E9E }

.on-listing .car-item .thumb-content .thumb-inner img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: center center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
}

@media (max-width: 991px) {
  .on-listing .car-item .thumb-content .thumb-inner img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
}

.on-listing .car-item .down-content {
  text-align: left;
  padding: 30px 30px 30px 0px;
}

@media (max-width: 991px) {
  .on-listing .car-item .down-content {
    padding: 30px;
  }
}

.on-listing .car-item .down-content h4 {
  margin-top: 0px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
}

.on-listing .car-item .down-content span {
  font-size: 20px;
  font-weight: 900;
  color: #00163d;
  margin-bottom: 0;
}

.on-listing .car-item .down-content p {
  margin: 10px 0px 20px 0px;
}

.on-listing .car-item .down-content ul {
  padding: 0;
  margin: 15px 0 0 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.on-listing .car-item .down-content ul li {
  display: inline-block;
  width: 23%;
  text-align: center;
  border-right: 3px solid #fff;
}

@media (max-width: 991px) {
  .on-listing .car-item .down-content ul li {
    width: 23%;
  }
}

.on-listing .car-item .down-content ul li:last-child {
  border-right: none;
}

.on-listing .car-item .down-content ul li .item {
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 10px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.on-listing .car-item .down-content ul li .item:hover {
  background-color: #607d8b;
}

.on-listing .car-item .down-content ul li .item:hover i {
  color: #00163d;
}

.on-listing .car-item .down-content ul li .item:hover p {
  color: #00163d;
}

.on-listing .car-item .down-content ul li .item i {
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 5px;
  float: left;
}

.on-listing .car-item .down-content ul li .item p {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}

.single-car .recent-car-content {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.single-car #single-car .sp-fade-full-screen {
  display: none;
}

.single-car .car-details {
  text-align: left;
  padding: 0 50px;
}

.single-car .car-details h4 {
  color: #1e1e1e;
  margin: 40px 0;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .single-car .car-details h4 {
    margin-top: 30px;
  }
}

.single-car .car-details span {
  font-size: 20px;
  font-weight: 700;
  color: #00163d;
}

.single-car .car-details p {
  margin-top: 20px;
}

.single-car .car-details ul.car-info {
  padding: 10px 0px 20px 0px;
  width: 50%;
  margin: 0;
  list-style: none;
}

.single-car .car-details ul.car-info li {
  border-bottom: 1px solid #eee;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}

.single-car .car-details ul.car-info li i {
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background-color: #607d8b;
  color: #00163d;
}

.single-car .car-details ul.car-info li i.fa {
  font-size: 20px;
}

.single-car .car-details ul.car-info li p {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  color: #1e1e1e;
}
.single-car .car-details ul.car-info li p span {
  font-size: 16px;
  color: #1e1e1e;
}

.single-car .car-details ul.car-info li:first-child {
  border-top: 1px solid #eee;
}

.more-details .sep-section-heading {
  margin-top: 0px;
}

.more-details .item .info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.more-details .item .info-list ul li {
  display: inline-block;
  margin: 0px 20px 18px 0px;
}

.more-details .item .info-list ul li i {
  margin-right: 5px;
  color: #00163d;
}

.more-details .item .info-list ul li span {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}

@media (max-width: 991px) {
  .more-details .item .contact-info {
    margin-top: 20px;
  }
}
.more-details .item .contact-info h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
.more-details .item .contact-info .phone {
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .more-details .item .contact-info .phone {
    margin-bottom: 20px;
  }
}

.more-details .item .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #607d8b;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  color: #00163d;
  margin-right: 15px;
}

.more-details .item .contact-info span {
  font-size: 14px;
  font-weight: bold;
  color: #1e1e1e;
}

.more-details .item .contact-info span a {
  color: #1e1e1e;
}
.more-details .item .contact-info span a:hover {
  color: #607d8b;
}

@media (max-width: 991px) {
  .more-details .item .contact-info span {
    text-align: center;
  }
}

#owl-similar .car-item {
  border: 0px solid #eee;
  padding: 0px;
  margin: 10px;
}

#owl-similar .car-item .thumb-content .car-banner-sale {
  margin: 0;
}

#owl-similar .car-item .thumb-content .car-banner-rent {
  margin: 0;
}

#owl-similar .owl-dots {
  margin-top: 15px;
  padding-bottom: 0px;
}

.owl-carousel .owl-item img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.similar-car .car-item {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.similar-car .car-item:hover {
  border-bottom: 3px solid #00163d;
}

.similar-car .car-item .thumb-content {
  position: relative;
}

.similar-car .car-item .thumb-content .car-banner {
  position: absolute;
  margin-top: 0px;
  left: 20px;
  bottom: -18px;
  margin-right: 26px;
}

.similar-car .car-item .thumb-content .car-banner a {
  background-color: #607d8b;
  border-radius: 3px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}

.similar-car .car-item .thumb-content .thumb-inner img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: center center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.similar-car .car-item .down-content {
  padding: 20px;
  text-align: left;
}

.similar-car .car-item .down-content h4 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
}

.similar-car .car-item .down-content span {
  font-size: 15px;
  font-weight: 900;
  color: #00163d;
  margin-bottom: 0px;
}

.similar-car .car-item .down-content p {
  margin: 10px 0px 20px 0px;
}

.similar-car .car-item .down-content ul {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.similar-car .car-item .down-content ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
  border-right: 3px solid #fff;
}

.similar-car .car-item .down-content ul li:last-child {
  border-right: none;
}

.similar-car .car-item .down-content ul li .item {
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 10px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.similar-car .car-item .down-content ul li .item:hover {
  background-color: #607d8b;
}

.similar-car .car-item .down-content ul li .item:hover i {
  color: #1e1e1e;
}

.similar-car .car-item .down-content ul li .item:hover p {
  color: #1e1e1e;
}

.similar-car .car-item .down-content ul li .item i {
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 5px;
  float: left;
}

.similar-car .car-item .down-content ul li .item p {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}

/* 03.02. Car Items Ends */

/* 03.02. Blog Items Starts */

.latest-news {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .latest-news {
    margin-bottom: 0px;
  }
}

.latest-news .item {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
}

@media (max-width: 991px) {
  .latest-news .item {
    margin-bottom: 30px;
  }
}

.latest-news .item .thumb-content {
  position: relative;
}

.latest-news .item .thumb-content .date-post {
  position: absolute;
  z-index: 4;
  margin-top: 0px;
  left: 20px;
  bottom: -18px;
}

.latest-news .item .thumb-content .date-post a {
  background-color: #607d8b;
  border-radius: 3px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}

.latest-news .item .thumb-content .thumb-inner img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: center center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.latest-news .item .down-content {
  background: #ffffff;
  text-align: left;
  padding: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.latest-news .item .down-content h4 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
}

.latest-news .item .down-content span {
  font-size: 12px;
  color: #aaa;
}

.latest-news .item .down-content span em {
  font-style: normal;
  font-weight: 600;
  color: #00163d;
}

.latest-news .item .down-content p {
  margin-top: 15px;
  padding-bottom: 0px;
}

.blog-page .blog-grid-post .item {
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.blog-page .blog-grid-post .item .thumb-content {
  position: relative;
}

.blog-page .blog-grid-post .item .thumb-content .date-post {
  position: absolute;
  z-index: 4;
  margin-top: 0px;
  left: 20px;
  bottom: -18px;
}

.blog-page .blog-grid-post .item .thumb-content .date-post a {
  background-color: #607d8b;
  border-radius: 3px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}

.blog-page .blog-grid-post .item .thumb-content .thumb-inner img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: center center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.blog-page .blog-grid-post .item .down-content {
  background: #ffffff;
  text-align: left;
  padding: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.blog-page .blog-grid-post .item .down-content h4 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
}

.blog-page .blog-grid-post .item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-page .blog-grid-post .item .down-content ul li {
  display: inline;
  margin-right: 15px;
}

.blog-page .blog-grid-post .item .down-content ul li span {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
}

.blog-page .blog-grid-post .item .down-content ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}

.blog-page .blog-grid-post .item .down-content ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}

.blog-page .blog-grid-post .item .down-content ul li a:hover {
  color: #00163d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-page .blog-grid-post .item .down-content p {
  margin-top: 15px;
  padding-bottom: 0px;
}

.blog-page .blog-classic-post .item {
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.blog-page .blog-classic-post .item .thumb-content {
  position: relative;
}

.blog-page .blog-classic-post .item .thumb-content .date-post {
  position: absolute;
  z-index: 4;
  margin-top: 0px;
  left: 20px;
  bottom: -18px;
}

.blog-page .blog-classic-post .item .thumb-content .date-post a {
  background-color: #607d8b;
  border-radius: 3px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}

.blog-page .blog-classic-post .item .thumb-content .thumb-inner img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: center center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.blog-page .blog-classic-post .item .down-content {
  background: #ffffff;
  text-align: left;
  padding: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.blog-page .blog-classic-post .item .down-content h4 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
}

.blog-page .blog-classic-post .item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-page .blog-classic-post .item .down-content ul li {
  display: inline;
  margin-right: 15px;
}

.blog-page .blog-classic-post .item .down-content ul li span {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
}

.blog-page .blog-classic-post .item .down-content ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}

.blog-page .blog-classic-post .item .down-content ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}

.blog-page .blog-classic-post .item .down-content ul li a:hover {
  color: #00163d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-page .blog-classic-post .item .down-content p {
  margin-top: 15px;
  padding-bottom: 0px;
}

.blog-page .single-post .item {
  border-bottom: 3px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.blog-page .single-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.blog-page .single-post .item .down-content h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.blog-page .single-post .item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-page .single-post .item .down-content ul li {
  display: inline;
  margin-right: 15px;
}

.blog-page .single-post .item .down-content ul li span {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
}

.blog-page .single-post .item .down-content ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}

.blog-page .single-post .item .down-content ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}

.blog-page .single-post .item .down-content ul li a:hover {
  color: #00163d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-page .single-post .item .down-content p {
  margin-top: 15px;
}

.blog-page .single-post .item .down-content p em {
  background-color: #f7f7f7;
  display: inline-block;
  padding: 15px 30px;
  margin: 0px 20px;
  font-size: 15px;
  color: #00163d;
  
  line-height: 26px;
  border-left: 3px solid #607d8b;
}

.blog-page .single-post .comments {
  margin-bottom: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 40px;
}

.blog-page .single-post .comments .comments-content {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.blog-page .single-post .comments .comments-content img {
  float: left;
  width: 70px;
  border-radius: 50%;
}

.blog-page .single-post .comments .comments-content h6 {
  margin-top: 0px;
  margin-left: 95px;
  margin-bottom: 3px;
}

.blog-page .single-post .comments .comments-content span {
  font-size: 11px;
  font-weight: 400;
  color: #aaa;
  margin-left: 25px;
}

.blog-page .single-post .comments .comments-content p {
  margin-left: 95px;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 20px;
}

.blog-page .single-post .comments .comments-content .continue-button {
  float: right;
  top: 0;
}

.blog-page .single-post .comments .comments-content .continue-button a {
  font-weight: 600;
  font-size: 11px;
  color: #1e1e1e;
}

.blog-page .single-post .comments .comments-content .continue-button a i {
  margin-left: 5px;
  font-size: 9px;
}

.blog-page .single-post .comments .comments-content .continue-button a:hover {
  color: #607d8b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-page .single-post .comments .comments-content .replied-button {
  float: right;
  margin-right: 15px;
  top: 0;
}

.blog-page .single-post .comments .comments-content .replied-button span {
  font-size: 11px;
  color: #aaa;
}

.blog-page .single-post .comments .comments-content .replied-button span i {
  margin-left: 5px;
  font-size: 9px;
}

.blog-page .single-post .comments .second-comment {
  margin-left: 115px;
  margin-top: 20px;
}

.blog-page .single-post .comments .third-comment {
  border-bottom: none;
  padding-bottom: 0px;
  margin-top: 20px;
}

.blog-page .single-post .leave-comment input {
  margin-bottom: 30px;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
  line-height: 38px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #eee;
  background-color: transparent;
}

.blog-page .single-post .leave-comment input:focus {
  border-color: #607d8b;
}

.blog-page .single-post .leave-comment textarea {
  margin-bottom: 20px;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
  line-height: 38px;
  width: 100%;
  max-width: 100%;
  height: 160px;
  min-height: 120px;
  max-height: 240px;
  padding-left: 15px;
  border: 1px solid #eee;
  background-color: transparent;
}

.blog-page .single-post .leave-comment textarea:focus {
  border-color: #607d8b;
}

/* 03.02. Blog Items Ends */

/* 03.04. Contact Starts */

#map {
  width: 100%;
  height: 500px;
  margin-top: -100px;
}

.contact-content p {
  margin-top: -5px;
}

.contact-content .sep-section-heading {
  margin-top: 0px;
  margin-bottom: 30px;
}

.contact-content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.contact-content h2:after {
  width: 30px;
  height: 3px;
  background: #ffffff;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
}

.contact-content .contact-info .info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-content .contact-info .info-list ul li {
  margin-top: 20px;
}

.contact-content .contact-info .info-list i {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #607d8b;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #1e1e1e;
  margin-right: 15px;
}

.contact-content .contact-info .info-list span {
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
}

@media (max-width: 991px) {
  .contact-content .send-message {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #ccc;
  }
}

.contact-content .send-message input {
  outline: none;
  font-size: 13px;
  color: #aaa;
  font-weight: 400;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding: 15px;
  border: 1px solid #ccc;
}
.contact-content .send-message input[type="file"] {
  height: auto;
}
.contact-content .send-message input[type="submit"] {
  display: inline-block;
  background: #607d8b;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  color: #1e1e1e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
}

@media (max-width: 991px) {
  .contact-content .send-message input {
    margin-bottom: 30px;
  }
}

.contact-content .send-message input:focus {
  border-color: #607d8b;
}

.contact-content .send-message textarea {
  outline: none;
  font-size: 13px;
  color: #aaa;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding: 15px;
  border: 1px solid #ccc;
}

.contact-content .send-message textarea:focus {
  border-color: #607d8b;
}

@media (max-width: 991px) {
  .contact-content .send-message textarea {
    margin-top: 0px;
  }
}

.contact-content .send-message .primary-button {
  display: inline-block;
  background: #ffffff;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  color: #00163d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  cursor: pointer;
}
.contact-content .send-message .primary-button:hover {
  color: #1e1e1e;
  background-color: #607d8b;
}

/* 03.04. Contact Ends */

/* 03.05. Features Starts */

.call-to-action {
  margin-top: -30px;
}

.call-to-action .call-to-action-content {
  background-color: #607d8b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 40px;
}

@media (max-width: 991px) {
  .call-to-action .call-to-action-content {
    text-align: center;
  }
}

.call-to-action .call-to-action-content p {
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #00163d;
}

@media (max-width: 991px) {
  .call-to-action .call-to-action-content p {
    padding-bottom: 20px;
  }
}

.call-to-action .call-to-action-content p em {
  font-style: normal;
  color: #00163d;
  font-weight: 600;
  font-size: 1.5em;
}

.call-to-action .call-to-action-content .secondary-button {
  float: right;
}

@media (max-width: 991px) {
  .call-to-action .call-to-action-content .secondary-button {
    float: none;
  }
}

.service-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 30px 30px 12px 30px;
  border-radius: 5px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #00163d;
}

.service-item:hover {
  border-bottom: 3px solid #607d8b;
}

.service-item:hover i {
  background: #ffffff;
  color: #00163d;
}

@media (max-width: 991px) {
  .service-item {
    margin-bottom: 30px;
  }
}

.service-item i {
  font-size: 24px;
  color: #00163d;
  width: 50px;
  height: 50px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item .text-content h6 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-services .service-item {
  margin-bottom: 30px;
}

section.top-slider-features {
  padding-top: 0px;
  margin-top: -310px;
}

@media (max-width: 991px) {
  section.top-slider-features {
    display: none;
  }
}

@media (max-width: 991px) {
  .features-search-section {
    margin-top: 30px;
  }
}

/* 03.05. Features Ends */

/* 03.06. Sidebar & Widgets Starts */

.sidebar-widgets {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .sidebar-widgets {
    margin-left: 0px;
    margin-top: 40px;
    border-top: 3px solid #eee;
    padding-top: 40px;
  }
}

.sidebar-widgets .sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-widgets .sidebar-widget .sidebar-heading h4 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 17px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-widgets .sidebar-widget .sidebar-heading h4 em {
  font-style: normal;
  color: #607d8b;
}

.sidebar-widgets .sidebar-widget .sidebar-heading h4:after {
  width: 30px;
  height: 3px;
  background-color: #1e1e1e;
  left: 0;
  top: 30px;
  position: absolute;
  content: "";
}

.sidebar-widgets .sidebar-widget .search-content {
  background-color: #607d8b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 0px 30px 30px 30px;
  width: 100%;
  border-top: 3px solid #607d8b;
}

@media (max-width: 991px) {
  .sidebar-widgets .sidebar-widget .search-content {
    margin-top: 30px;
  }
}

.sidebar-widgets .sidebar-widget .search-content .search-heading {
  text-align: center;
}

.sidebar-widgets .sidebar-widget .search-content .search-heading .icon {
  margin-top: -22px;
}

.sidebar-widgets .sidebar-widget .search-content .search-heading .icon i {
  color: #00163d;
  background-color: #607d8b;
  border-radius: 50%;
  font-size: 18px;
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.sidebar-widgets .sidebar-widget .search-content .search-heading .icon i:after {
  width: 44px;
  height: 3px;
  background-color: #607d8b;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  content: "";
}

.sidebar-widgets
  .sidebar-widget
  .search-content
  .search-heading
  .text-content
  h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #00163d;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-widgets
  .sidebar-widget
  .search-content
  .search-heading
  .text-content
  span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #00163d;
}

.sidebar-widgets .sidebar-widget .search-content .search-form {
  margin-top: 30px;
}

.sidebar-widgets .sidebar-widget .search-content .search-form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border: 1px solid #eee;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  margin: 5px 0;
}

.sidebar-widgets .sidebar-widget .search-content .search-form input:focus {
  border-color: #607d8b;
}

.sidebar-widgets .sidebar-widget .search-content .search-form select {
  margin: 5px 0;
  cursor: pointer;
  outline: none;
  font-size: 13px;
  /* color: #00163d; */
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  /* background-color: transparent; */
}

.sidebar-widgets .sidebar-widget .search-content .search-form select option {
  color: #1e1e1e;
}

.sidebar-widgets .sidebar-widget .search-content .search-form select:focus {
  border-color: #607d8b;
}

.sidebar-widgets
  .sidebar-widget
  .search-content
  .search-form
  .secondary-button
  a {
  width: 100%;
}

.sidebar-widgets .sidebar-widget .search-widget input {
  cursor: pointer;
  outline: none;
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
  line-height: 38px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #eee;
  background-color: transparent;
}

.sidebar-widgets .sidebar-widget .search-widget input:focus {
  border-color: #607d8b;
}

.sidebar-widgets .sidebar-widget .text-widget ul {
  padding: 0;
}

.sidebar-widgets .sidebar-widget .text-widget ul li {
  display: inline-block;
  border-bottom: none;
}

.sidebar-widgets .sidebar-widget .text-widget ul li a {
  width: 38px;
  height: 38px;
  background-color: #607d8b;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 38px;
  color: #1e1e1e;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-widgets .sidebar-widget .text-widget ul li a:hover {
  color: #00163d;
  background: #ffffff;
}

.sidebar-widgets .sidebar-widget .recent-posts ul {
  padding: 0;
  margin: 0;
}

.sidebar-widgets .sidebar-widget .recent-posts ul li {
  display: inline-block;
  list-style: none;
  margin-top: 20px;
}

.sidebar-widgets .sidebar-widget .recent-posts ul li img {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  display: inline;
}

.sidebar-widgets .sidebar-widget .recent-posts ul li h6 {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  display: inline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-widgets .sidebar-widget .recent-posts ul li span {
  font-size: 12px;
  color: #aaa;
  display: block;
  margin-top: 5px;
}

.sidebar-widgets .sidebar-widget .recent-posts ul li:first-child {
  margin-top: 10px;
}

.sidebar-widgets .sidebar-widget .recent-posts ul li:hover h6 {
  color: #607d8b;
}

.sidebar-widgets .sidebar-widget .archives ul,
.sidebar-widgets .sidebar-widget .categories ul {
  padding: 0;
  margin: 0;
}

.sidebar-widgets .sidebar-widget .archives ul li,
.sidebar-widgets .sidebar-widget .categories ul li {
  display: block;
  list-style: none;
  margin-bottom: 7px;
}

.sidebar-widgets .sidebar-widget .archives ul li a,
.sidebar-widgets .sidebar-widget .categories ul li a {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-widgets .sidebar-widget .archives ul li a:hover,
.sidebar-widgets .sidebar-widget .categories ul li a:hover {
  padding-left: 5px;
  color: #00163d;
}

.sidebar-widgets .sidebar-widget .archives ul li a:before,
.sidebar-widgets .sidebar-widget .categories ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 6px;
}

.sidebar-widgets .sidebar-widget .archives ul li:last-child,
.sidebar-widgets .sidebar-widget .categories ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-widgets .sidebar-widget .tags ul {
  padding: 0;
  margin: 0;
}

.sidebar-widgets .sidebar-widget .tags ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 5px 0px 0px;
}

.sidebar-widgets .sidebar-widget .tags ul li a {
  display: inline-block;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 10px;
  border: 1px solid #eee;
}

.sidebar-widgets .sidebar-widget .tags ul li a:hover {
  background-color: #607d8b;
  border-color: #607d8b;
}

/* 03.06. Sidebar & Widgets Ends */

/* 03.07. Testimonials & About Us Starts */

.more-about-us {
  margin-top: -30px;
}

.more-about-us img {
  border-radius: 5px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.more-about-us .right-content {
  margin-top: 20px;
  background: #ffffff;
  padding: 30px 30px 15px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.more-about-us .right-content span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #607d8b;
}

.more-about-us .right-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0px;
}

.more-about-us .right-content p {
  margin-top: 25px;
}

.our-clients {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.our-clients .sep-section-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.our-clients .item {
  padding: 7px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin: 0px 10px 30px 10px;
  text-align: center;
}

.our-clients .owl-dots {
  padding-bottom: 0px;
}

/* Testimonials Section Styles */
.testimonials .text-center {
 
}

.testimonials .text-center h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.testimonials .text-center p {
  font-size: 1rem;
  color: #122429;
}

/* Individual Testimonial Card */
.testimonial-card {
  background-color: #FEFEFC;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
  margin: 1.5rem; /* Add margin for spacing between cards */
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-icon {
  font-size: 3rem;
  color: #00163d;
  opacity: 0.1;
  margin-bottom: -1rem;
}

.testimonial-text p {
  font-style: italic;
  color: #495057;
  line-height: 1.6;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; /* Pushes footer to the bottom */
}

.testimonial-footer .cta-button {
  padding:5px 10px; 
}
.author-info {
  display: flex;
  align-items: center;
}

.author-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover; /* Ensures images are not stretched */
  border: 3px solid #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.author-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  margin: 0;
}

.read-more-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #00163d;
  text-decoration: none;
  transition: color 0.3s;
}

.read-more-link:hover {
  color: #003366;
}


.owl-nav {
  display: none;
}

.owl-dots {
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 0px !important;
  margin-top: 12px !important;
  border-radius: 50% !important;
  border: 3px solid #aaa !important;
  outline: none;
  margin: 0px 3px;
}

.owl-theme .owl-dots.clickable .owl-dot:hover,
.owl-theme .owl-dots .owl-dot.active {
  border: 3px solid #00163d !important;
  background-color: #00163d !important;
  outline: none;
}

/* 03.07. Testimonials & About Us Ends */

/* 04. Footer Starts */

footer {
  margin-top: 80px;
  background-color: #282C35;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px 0px 15px;
}

@media (max-width: 991px) {
  footer {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  footer .footer-item {
    margin-bottom: 60px;
  }
}

footer .footer-item h2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

footer .footer-item h2 em {
  font-style: normal;
  color: #fff;
}

footer .footer-item h2:after {
  width: 30px;
  height: 3px;
  background-color: #607d8b;
  left: 0;
  top: 30px;
  position: absolute;
  content: "";
}

footer .footer-item p {
  color: #fff;
  font-weight: 300;
}

footer .footer-item ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer .footer-item ul li {
  display: block;
}

footer .footer-item ul li a {
  font-size: 13px;
  color: #fff;
}

footer .footer-item ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer .footer-item .need-help ul li {
  margin-bottom: 10px;
}

footer .footer-item .need-help ul li:last-child {
  border-bottom: none;
}

footer .footer-item .need-help ul li a {
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer .footer-item .need-help ul li a:hover {
  padding-left: 23px;
}

footer .footer-item .what-offer ul li {
  margin-bottom: 10px;
}

footer .footer-item .what-offer ul li:last-child {
  border-bottom: none;
}

footer .footer-item .what-offer ul li a {
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer .footer-item .what-offer ul li a:hover {
  padding-left: 23px;
}

footer .footer-item .about-us ul {
  margin-top: 25px;
}

footer .footer-item .about-us ul li {
  display: inline-block;
  border-bottom: none;
}

footer .footer-item .about-us ul li a {
  width: 38px;
  height: 38px;
  background-color: rgba(250, 250, 250, 0.1);
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 38px;
  color: #00163d;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer .footer-item .about-us ul li a:hover {
  color: #fff;
  background-color: #607d8b;
}

footer .footer-item .our-gallery ul li {
  border-bottom: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}

footer .footer-item .our-gallery ul li img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer-item .our-gallery ul li img:hover {
  opacity: 0.75;
}

footer .footer-item .quick-search input {
  width: 100%;
  height: 40px;
  border: none;
  background-color: rgba(250, 250, 250, 0.1);
  border: 1px solid transparent;
  outline: none;
  color: #fff;
  font-size: 13px;
  padding-left: 15px;
}

footer .footer-item .quick-search input:focus {
  outline: none;
  border: 1px solid #607d8b;
}

footer .sub-footer {
  margin-top: 50px;
  border-top: 1px solid rgba(250, 250, 250, 0.1);
  height: 100px;
  text-align: center;
}

footer .sub-footer p {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
}

footer .sub-footer p a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer .sub-footer p a:hover {
  color: #00163d;
}

footer .fa , footer .fab{ color:#fff}
@media (max-width: 991px) {
  footer .sub-footer {
    margin-top: 0px;
  }
}

/* 04. Footer Ends */

/* Custom */

@media (min-width: 1200px) {
  .container {
    max-width: 1800px !important;
  }
}

#EventMessage {
  font-weight: bold;
  text-align: center;
  background: #fff;
  z-index: 999;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  display: none;
}

.eventClose {
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 2px 5px;
}

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

::-webkit-input-placeholder {
  /* Edge */
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
}

::placeholder {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
}

/* form */


.more-details ul {
  margin: 0 0 15px 0;
  padding: 10px 0px 20px 0px;
  width: 100%;
  list-style: none;
}
.more-details ul li {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #1e1e1e;
}
.MoreDescription ul li:before {
  content: "✓ ";
  color: #607d8b;
  font-size: 20px;
}

.contactInforamtion ul li:before {
  content: "✆ ";
  color: #607d8b;
  font-size: 20px;
}

ul.socailMedia {
  list-style: none;
}
ul.socailMedia li {
  border-bottom: none;
  width: auto;
  display: inline-block;
  padding: auto;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
ul.socailMedia li:before {
  content: none;
}
ul.socailMedia li a {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #00163d;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

ul.socailMedia li a:hover {
  color: #1e1e1e;
  background-color: #607d8b;
}

.sticky {
  /* position: -webkit-sticky; /* Safari */
  position: sticky; */
  top: 20px;
}
.sort {
  cursor: pointer;
}
.wpcf7-form {
  font-weight: bold;
}
.notFoundImage {
  display: none;
}
.notFoundImage img {
  width: 100%;
}

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 45, 98, 0.3);
  background-color: rgba(0, 45, 98, 0.1);
  padding: 10px;
  margin: 0 30px;
}

html::-webkit-scrollbar {
  background-color: rgba(0, 45, 98, 0.1);
  width: 10px;
  height: 18px;
}

html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 45, 98, 0.8);
  border: 2px solid rgba(0, 45, 98, 0.1);
  height: 6px;
}

html::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
html::-webkit-scrollbar-corner {
  background-color: transparent;
}

.wpforms-form {
  background: #eee;
  padding: 25px 30px;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-form .wpforms-submit {
  display: inline-block !important;
  /* background: #00163d !important; */
  padding: 10px 20px !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  color: #00163d !important;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border: 0 !important;
  cursor: pointer !important;
}

#loanCalc .rangeS {
  margin: 15px 0;
}
#loanCalc .rangeS > span {
  float: right;
}

#loanCalc h2 i {
  font-size: 60px;
}

#calcDisplay {
  padding-left: 50px;
}
#calcDisplay .car-info strong {
  color: #1e1e1e;
}
#calcDisplay .car-info span {
  color: #00163d;
}

#wpadminbar {
  display: none;
}

.contactLocationItem {
  display: none;
}

@media (min-width: 1000px) {
  #video_player video,
  #video_player figcaption {
    width: 1030px;
    height: 580px;
  }
}
#video_player {
  display: table;
  line-height: 0;
  font-size: 0;
  background: #000;
}
#video_player video,
#video_player figcaption {
  display: table-cell;
  vertical-align: top;
}
#video_player figcaption {
  width: 22%;
}
#video_player figcaption a {
  display: block;
  opacity: 0.5;
  transition: 1s opacity;
}
#video_player figcaption a img,
figure video {
  width: 100%;
  height: auto;
}
#video_player figcaption a:hover {
  opacity: 1;
}

@media (max-width: 700px) {
  #video_player video,
  #video_player figcaption {
    display: table-row;
  }
  #video_player figcaption a {
    display: inline-block;
    width: 33.33%;
  }
  #calcDisplay {
    padding: 0;
  }
  .single-car .car-details ul.car-info {
    width: 100% !important;
  }
  #loanCalc .rangeS > span {
    float: none;
    display: block;
  }
  #loanCalc h2,
  .page-heading .heading-content-bg .heading-content h2,
  #loanCalc h2 i {
    font-size: 25px;
  }
  .single-car .car-details {
    padding: 0 15px;
  }
  .contact-content .send-message {
    overflow: hidden;
  }
}

#EventMessage { display: none}

#menu-main li:nth-last-child(2) {
  /* background:orange;
  
  -webkit-transform: rotate(-0deg);
          transform: rotate(-0deg);
  -webkit-animation: beat 1s ease infinite alternate;
          animation: beat 1s ease infinite alternate; */
}
#menu-main li:nth-last-child(2) a {
	color:#fff;
}
#menu-main li:nth-last-child(2):before, #menu-main li:nth-last-child(2):after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#menu-main li:nth-last-child(2):after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@-webkit-keyframes beat {
  from {
    -webkit-transform: rotate(-0deg) scale(1);
            transform: rotate(-0deg) scale(1);
  }
  to {
    -webkit-transform: rotate(-0deg) scale(1.1);
            transform: rotate(-0deg) scale(1.1);
  }
}

@keyframes beat {
  from {
    -webkit-transform: rotate(-0deg) scale(1);
            transform: rotate(-0deg) scale(1);
  }
  to {
    -webkit-transform: rotate(-0deg) scale(1.1);
            transform: rotate(-0deg) scale(1.1);
  }
}

.site-header #cssmenu > ul > li > a{
	padding:46px 17px
}
#offers img { width:100%; height:auto; margin: 0 0 30px 0}



/* Enhanced CSS for better UI */
/* General container for the entire filter section */
.filter-accordion {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden; /* Ensures smooth borders with rounded corners */
}

/* Accordion Header */
.accordion-header .accordion-button {
  font-size: 1rem;
  font-weight: 600;
  color: #495057; /* Darker text for better contrast */
  padding: 0.5rem 1rem ;
  background-color: #f8f9fa; /* Light grey background */
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.3s ease;
  
  /* Active/hover states */
  &.collapsed {
      background-color: #fff;
      color: #122429;
      border-bottom: none;
  }
  
  &:not(.collapsed) {
      background-color: #e9ecef;
      color: #343a40;
  }
  
  &:focus {
      box-shadow: none;
  }
}

.accordion-header .accordion-button i {padding: 15px; color:#212121}

/* Chevron Icon Styling */
.accordion-button .fa-chevron-down {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .fa-chevron-down {
  transform: rotate(180deg);
}

/* Accordion Body and Contents */
.accordion-body {
  padding: 1.5rem;
  background-color: #fff;
}

/* Form Elements */
.form-select,
.form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-select:focus,
.form-control:focus {
  border-color: #80bdff; /* Standard blue focus color */
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}

/* Range Sliders (custom styles) */
.range-slider-container {
  padding: 1rem 0;
  position: relative;
}

.range-sliders {
  position: relative;
  height: 10px;
}

.range-track {
  position: absolute;
  width: 100%;
  height: 6px;
  background: #e9ecef;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.range-fill {
  position: absolute;
  height: 6px;
  background: #ccc; /* A modern blue */
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.range-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  background: transparent;
  pointer-events: none; /* Allows clicks to pass through */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  /* Slider thumb styling */
  &::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      background: #0d6efd;
      border: 2px solid #fff;
      border-radius: 50%;
      cursor: pointer;
      pointer-events: auto;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s ease;
      &:hover {
          transform: scale(1.1);
      }
  }
}

/* Range values display */
.range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #122429;
}

/* Additional styling for icons and groups */
.filter-accordion .btn-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0;
}

.filter-group {
  margin-bottom: 1rem;
}

.filter-group label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
}

/* Remove default Bootstrap focus ring */
button:focus, select:focus, input:focus {
  outline: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.car-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.car-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.car-image {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}

.car-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-status {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white; /* Default text color for dark backgrounds */
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 10;
  text-transform: capitalize; /* Ensures the first letter of each word is capitalized */
}

/* Specific background colors for each status */
.car-status.available {
  background: #28a745; /* Green for available */
}

.car-status.reserved {
  background: #ffc107; /* Yellow/Orange for reserved */
  color: #333; /* Darker text for visibility on a light background */
}

.car-status.sold {
  background: #dc3545; /* Red for sold */
}

.car-status.hot-sale {
  background: #fd7e14; /* Orange for hot sale */
}

.car-status.limited-offer {
  background: #1B4B6E; /* Blue for limited offer */
}

.car-status.0km-brand-new {
  background: #6f42c1; /* Purple for brand new */
}

/* Optional: Additional style for the icon */
.car-status i {
  margin-right: 5px;
}

.car-details {
  padding: 20px;
  color: #333
}

.car-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #2E5C5C;
}

.car-price {
  margin-bottom: 15px;
}

.regular-price {
  /* font-size: 24px;
  font-weight: 700;
  color: #26303a; */
}

.sale-price {
  /* font-size: 24px;
  font-weight: 700;
  color: #28a745;
  margin-left: 10px; */
  display: inline-block
}

.original-price {
  text-decoration: line-through;
  color: #999;
  /* font-size: 18px; */
  display: inline-block
}

.car-specs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3px;
  margin: 5px 0;
  padding: 5px;
  background: #f8f9fa;
  border-radius: 8px;
}

.spec-item {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #666;
}



.emi-info {
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  text-align: center; */
}

.emi-amount span{
  font-size: 30px;
  font-weight: 700;
  margin: 5px 0;
}

.emi-details {
  font-size: 12px;
  opacity: 0.9;
}

.sorting-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.results-count {
  font-weight: 600;
  color: #333;
}

.sort-buttons {
  display: flex;
  gap: 10px;
}

.sort-btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sort-btn:hover, .sort-btn.active {
  background: #26303a;
  color: white;
  border-color: #26303a;
}

@media (max-width: 768px) {
  .card-grid {
      grid-template-columns: 1fr;
  }
  
  .car-specs {
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .sorting-controls {
      flex-direction: column;
      gap: 15px;
  }
}

.main-search-form {
  /* Use Flexbox to align the input and button */
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 0;
  margin:15px 0 30px; 
}

.search-input-wrapper {
  /* Use flexbox to contain the input and button within this wrapper */
  display: flex;
  width: 100%;
  max-width: 500px; /* Set a max-width for larger screens */
  border: 2px solid #ddd;
  border-radius: 50px; /* Create a pill shape */
  overflow: hidden; /* This is crucial to keep the border radius on the inner elements */
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.search-input-wrapper:focus-within {
  border-color: #26303a; /* Highlight on focus */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.searchs {
  /* Style the input field */
  flex-grow: 1; /* Allow the input to take up available space */
  border: none;
  background: transparent;
  padding: 12px 20px;
  font-size: 16px;
  outline: none; /* Remove the default focus outline */
}

/* Remove the "x" from the input on Webkit browsers (like Chrome and Safari) */
.searchs::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-input-wrapper button {
  /* Style the button */
  padding: 12px 20px;
  border: none;
  background-color: #26303a;
  color: white;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s ease-in-out;
}

.search-input-wrapper button:hover {
  background-color: #ccc;
}

/* Custom Styles for Automobile Details Page */
.automobile-details-page {
 
}

.description-content ul {
  list-style: none; /* Removes the default bullet points */
  padding: 0;
  margin: 0;
}

.description-content ul li {
  position: relative; /* Essential for positioning the tick icon */
  padding-left: 30px; /* Creates space for the icon */
  line-height: 1.6;
  margin-bottom: 10px; /* Spacing between list items */
  
  color: #333; /* Darker text for readability */
}

/* This is where the magic happens: creating the tick icon */
.description-content ul li::before {
  content: '\2713'; /* Unicode for a checkmark ✓ */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px; /* Adjust size as needed */
  color: #4CAF50; /* A nice green color for the tick */
  font-weight: bold;
}

.breadcrumb {
  margin: 10px 0;
  font-size: 14px;
  color: #122429;
  background: #e9ecef;
padding: 15px
}
.breadcrumb a, .breadcrumb em {
  margin: 0 5px
}
.breadcrumb a{
  color: #122429;
}
.breadcrumb em{
  color: #2E5C5C;
  margin: 0 5px
}

.gallery-container {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.gallery-container .slick-list {
  z-index: 1 !important;
}
.main-image {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.main-image img {
  width: 100%;
  height: auto;
}

.enquire-float {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.thumbnail-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.thumb-item {
  width: 80px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.thumb-item:hover, .thumb-item.active {
  opacity: 1;
  border-color: #1B4B6E;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.description-section {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.description-section h3 {
  margin-top: 0;
  color: #333;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.details-sidebar {
  position: sticky;
  top: 20px;
}

.vehicle-header {
  margin-bottom: 25px;
}

.vehicle-header h1 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #333;
}

.manufacturer {
  color: #1B4B6E;
  font-weight: normal;
}

.price-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #28a745;
}

.reg-number {
  font-size: 14px;
  color: #122429;
  background: #e9ecef;
  padding: 5px 10px;
  border-radius: 4px;
}

.specs-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}

.specs-box h3 {
  margin-top: 0;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.specs-grid {
  margin: 0 -10px;
}

.spec-item {
  display: flex;
  align-items: center;
 
  border-bottom: 1px solid #f1f1f1;
}

.spec-item:last-child {
  border-bottom: none;
}

.spec-item i {
  font-size: 16px;
  color: #212121;
  margin-right: 5px;
  width: 24px;
  text-align: center;
}

.spec-label {
  font-weight: 600;
  color: #555;
  margin-right: 5px;
}

.spec-value {
  color: #333;
  margin-left: auto;
}

.finance-calculator {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}

.finance-calculator h3 {
  margin-top: 0;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.calculator-controls {
  margin-bottom: 20px;
}

.calculator-controls .form-group {
  margin: 30px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #555;
}

.value-display {
  float: right;
  color: #1B4B6E;
  font-weight: normal;
}

.form-control-range {
  width: 100%;
}

.calculation-results {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}


.amount {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #28a745;
}

.period {
  color: #122429;
  font-size: 14px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.detail-row .label {
  color: #122429;
}

.detail-row .value {
  font-weight: 600;
  color: #333;
}

.quick-actions .btn {
  margin-bottom: 10px;
}

.btn-primary {
  background-color: #1B4B6E;
  border-color: #1B4B6E;
}

.btn-secondary {
  background-color: #122429;
  border-color: #122429;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #1B4B6E;
  color: #1B4B6E;
}

.contact-enquiry-section {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.contact-info-sidebar {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.location-info {
  margin-bottom: 20px;
}

.location-info h4 {
  margin-top: 0;
  color: #333;
}

.contact-detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-detail i {
  margin-right: 10px;
  color: #1B4B6E;
  width: 20px;
}

.social-media {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1B4B6E;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #122429;
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .details-sidebar {
      position: static;
      margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .price-tag {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .reg-number {
      margin-top: 10px;
  }
  
  .spec-item {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .spec-value {
      margin-left: 0;
      margin-top: 5px;
  }
}

.hover-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.cta-heading {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.5rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.cta-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  color:#fff
}

.cta-highlight {
  color: #9BB2A4;
  font-weight: 700;
  font-style: normal;
}

.cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(to right, #FEFEFC, #FEFEEE);
  color: #2c3e50;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px #9BB2A4;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px #2E5C5C;
  color: #2c3e50;
}

.cta-button:active {
  transform: translateY(1px);
}

.cta-button i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(5px);
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.wow {
  animation: fadeIn 0.75s forwards;
}

/* In your CSS file (e.g., style.css) */

.thumbnail-gallery {
  /* This ensures the thumbnails are arranged correctly */
  display: flex; 
  gap: 10px; /* Adjust spacing between thumbnails as needed */
  overflow-x: auto; /* Adds horizontal scrolling if needed */
}

.thumb-item {
  /* Set a fixed width for each thumbnail item */
  width: 100px; /* Adjust this to your desired thumbnail size */
  flex-shrink: 0; /* Prevents items from shrinking */
}

/* This is the key part for preventing the jerk */
.thumbnail-aspect-ratio-box {
  position: relative;
  width: 100%;
  padding-top: 75%; /* Sets a 4:3 aspect ratio. Adjust as needed. */
  overflow: hidden; /* Hides any overflow from the image */
}

.thumbnail-aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* This makes sure the image fills the box */
  display: block;
}
/* Make the sidebar sticky as the user scrolls */
.details-sidebar-modern {
  position: sticky;
  top: 20px; /* Adjust this value to control the space from the top of the viewport */
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  
  /* This ensures the sticky container does not overflow its parent */
  align-self: flex-start;
}

/* ---- Vehicle Header & Pricing ---- */
.vehicle-header-modern {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.vehicle-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2E5C5C;
  margin-top: 0;
  margin-bottom: 5px;
}

.vehicle-manufacturer {
  display: block;
  font-size: 1rem;
  color: #7f8c8d;
  font-weight: 400;
  margin-bottom: 15px;
}

.vehicle-price-section {
  display: flex;
  flex-direction: column; /* Stack price items vertically */
  gap: 15px;
  margin-bottom: 15px;
  background: #fffbfb
}

/* New Styles for the EMI section to make it big and bold */
.monthly-payment {
  display: flex;
  flex-direction: column;
 
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
  align-items: flex-end
}

.monthly-payment .amount {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2E5C5C; /* A prominent color for the EMI */
}

.monthly-payment .period {
  font-size: 1.1rem;
  color: #7f8c8d;
}

/* Existing Price Styles, now smaller to create a visual hierarchy */
.original-price, .sale-price, .main-price {
  font-size: 1.2rem;
  font-weight: 600;
}

.original-price {
  color: #95a5a6;
  text-decoration: line-through;
}

.sale-price, .main-price {
  /* color: #e74c3c; */
}

.emi-display {
  display: block !important;
}

.vehicle-reg-number {
  font-size: 0.9rem;
  color: #7f8c8d;
  display: block;
}

/* ---- Key Specifications ---- */
.specs-box-modern {
  margin-bottom: 20px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 15px;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 992px) {
  .specs-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

.spec-item-modern {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.spec-item-modern i {
  font-size: 22px;
  color: #2E5C5C;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}

.spec-label-modern {
  display: block;
  font-size: 0.9rem;
  color: #7f8c8d;
  font-weight: 400;
}

.spec-value-modern {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #34495e;
}

/* ---- Quick Actions (CTAs) ---- */
.quick-actions-modern {
  margin-bottom: 15px;
}

.btn-block {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.btn-primary {
  background-color: #2E5C5C;
  border-color: #2E5C5C;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 20px;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #3498db;
}

.btn-secondary {
  background-color: #ffffff;
  border: 1px solid #bdc3c7;
  color: #34495e;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 20px;
  transition: background-color 0.3s;
}

.btn-secondary:hover {
  background-color: #f5f5f5;
}

.back-to-inventory {
  text-align: center;
}

.btn-outline {
  background-color: transparent;
  border: none;
  color: #7f8c8d;
  font-weight: 400;
}

.btn-outline:hover {
  color: #34495e;
}

.vehicle-price-section {
  
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  /* max-width: 300px; */
}

/* Compact layout for the EMI and prices */
.emi-price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* EMI details styling */
.emi-start {
  margin-bottom: 5px;
}

.emi-start .label {
  font-size: 14px;
  color: #555;
  margin-right: 5px;
}

.emi-start .amount {
  font-size: 2.5rem;
  font-weight: bold;
  color: #122429; /* Or a color that stands out */
}

/* Price details styling */
.price-details {
  display: flex;
  align-items: baseline; /* Aligns prices nicely */
  gap: 10px; /* Space between the two prices */
  margin-top: 5px;
}

.original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through; /* This is the key for the strikethrough */
}

.sale-price {
  font-size: 20px;
  font-weight: bold;
  /* color: #FD8507; */
}

.main-price {
  font-size: 20px;
  font-weight: bold;
} 


.features-search-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.features-search-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);
  opacity: 0.5;
}

.search-content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}

.search-heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.search-heading .icon {
  background: linear-gradient(135deg, #2E5C5C 0%, #9BB2A4 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 5px 15px rgba(58, 123, 213, 0.3);
}

.search-heading .icon i {
  color: white;
  font-size: 28px;
}

.search-heading .text-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #2c3e50;
  letter-spacing: -0.5px;
}

.search-heading .text-content span {
  color: #122429;
  font-size: 16px;
  font-weight: 500;
}

.search-form {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.input-select {
  margin-bottom: 0;
  position: relative;
}

.input-select select,
.input-select input {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: white;
  font-size: 15px;
  color: #2d3748;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 50px;
}

.input-select select:focus,
.input-select input:focus {
  outline: none;
  border-color: #3a7bd5;
  box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.15);
}

.input-select select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
  padding-right: 45px;
}

.submit-button {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #2E5C5C 0%, #2E5C5C 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(58, 123, 213, 0.3);
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(58, 123, 213, 0.4);
  background: linear-gradient(135deg, #2E5C5C 0%, #9BB2A4 100%);
}

/* Animation */
@keyframes fadeIn {
  from { 
      opacity: 0; 
      transform: translateY(20px); 
  }
  to { 
      opacity: 1; 
      transform: translateY(0); 
  }
}

.wow {
  animation: fadeIn 0.75s forwards;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .search-heading {
      flex-direction: column;
      text-align: center;
  }
  
  .search-heading .icon {
      margin-right: 0;
      margin-bottom: 20px;
  }
  
  .search-form .col-md-3 {
      margin-bottom: 20px;
  }
  
  .search-content {
      padding: 25px;
  }
}

@media (max-width: 768px) {
  .features-search-section {
      padding: 50px 0;
  }
  
  .search-heading .icon {
      width: 60px;
      height: 60px;
  }
  
  .search-heading .icon i {
      font-size: 24px;
  }
  
  .search-heading .text-content h2 {
      font-size: 26px;
  }
}