/*------------------------------------------------------------------
[Main Stylesheet]

Project:    Cmart
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    1. Top Header / .top-header
    2. Main Header / .main-header
    3. Home Page Banner (Main Home) / .banner
    4. Banner Search Box / .search-area
    5. Featured Car / .featured-car
    6. Single Page Banner / .sub-banner
    7. Car List View / .car-box-2
    8. Car Grid View / .car-box
    9. Single Car Details / .car-details-page
    10. Listing Page Sidebar /.sidebar
    11. Testimonials / s
    12. Pricing Table /.pricing-container
    13. Agent Contact Form /.agent-widget
    14. Car Comments /.car-comments
    15. Specifications /.specifications
    16. Application Counter / .counters
    17. Blog /.blog-body
    18. Contact Form /.contact-form
    19. Signup/Login Wrapper /.form-content-box
    20. Pagination /.pagination
    21. Main Footer / .main-footer
    22. Sub Footer / .sub-footer
-------------------------------------------------------------------*/
/** Global classes**/

html,
body {
  height: 100%;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "Kanit", sans-serif;
}

a {
  cursor: pointer;
  color: #2a2a2a;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
}

a:hover {
  color: #00bdff;
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #949494;
  font-family: "Kanit", sans-serif;
}

strong {
  color: #535353;
}

span {
  color: #535353;
}

h1 {
  font-size: 3rem;
  font-family: "Kanit", sans-serif !important;
}

h2 {
  font-size: 2.5rem;
  font-family: "Kanit", sans-serif !important;
}

h3 {
  font-size: 1.375rem !important;
  font-family: "Kanit", sans-serif !important;
}

h4 {
  font-size: 1rem !important;
  font-family: "Kanit", sans-serif !important;
}

h4 {
  font-size: 1rem !important;
  font-family: "Kanit", sans-serif !important;
}

p {
  font-size: 0.875rem !important;
  font-family: "Kanit", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #003368;
  /* font-size: 22px; */
  font-family: "Kanit", sans-serif !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #535353;
  font-family: "Kanit", sans-serif;
}

.services-list {
  list-style: circle;
  margin-left: 20px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  font-family: "Kanit", sans-serif;
}

/** Social media color **/
.facebook:hover {
  color: #3b589e !important;
}

.twitter:hover {
  color: #56d7fe !important;
}

.google:hover {
  color: #dc4e41 !important;
}

.rss:hover {
  color: #e78733 !important;
}

.linkedin:hover {
  color: #1c82ca !important;
}

/** Social media bg**/
.facebook-bg {
  background: #4867aa;
  color: #fff;
}

.twitter-bg {
  background: #33ccff;
  color: #fff;
}

.google-bg {
  background: #db4437;
  color: #fff;
}

.linkedin-bg {
  background: #0177b5;
  color: #fff;
}

.rss-bg {
  background: #e78733;
  color: #fff;
}

.pinterest-bg {
  background: #bd081c;
  color: #fff;
}

.facebook-bg:hover {
  background: #3b589e;
  color: #fff;
}

.twitter-bg:hover {
  background: #56d7fe;
  color: #fff;
}

.linkedin-bg:hover {
  background: #1c82ca;
  color: #fff;
}

.google-bg:hover {
  background: #dc4e41;
  color: #fff;
}

.rss-bg:hover {
  background: #e78701;
  color: #fff;
}

.pinterest-bg:hover {
  background: #a30618;
  color: #fff;
}

.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.delay-15s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.delay-17s {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}

.delay-20s {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

/** Btn **/
.btn-sm {
  cursor: pointer;
  padding: 7px 12px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 2px;
  border: none;
  color: #fff;
}

.btn-sm:hover {
  color: #fff;
  text-decoration: none;
}

button:focus {
  outline: 0 auto -webkit-focus-ring-color;
}

.btn-block i {
  color: #fff;
}

.pricing-btn {
  padding: 7px 30px 5px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bomd {
  padding: 13px 26px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 2px;
}

.btn {
  border-radius: 2px;
}

.btn-sm {
  padding: 7px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.btn-md {
  cursor: pointer;
  padding: 16px 30px 11px 30px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
}

.btn-md {
  cursor: pointer;
  padding: 14px 30px 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  height: 50px;
  border-radius: 3px;
}

.btn:focus,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none;
}

.btn-theme {
  color: #fff;
  text-transform: uppercase;
}

.btn-theme:hover {
  color: #fff;
}

.btn-white-lg-outline {
  color: #fff;
  background: transparent;
  border: solid 2px #fff;
  font-size: 14px;
  display: inline-block;
  padding: 11px 40px 9px;
  position: relative;
  z-index: 5;
  transition: 0.7s ease;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
  font-family: "Kanit", sans-serif;
}

.btn-white-lg-outline:hover {
  color: #fff;
}

.btn-round {
  border-radius: 30px;
}

.btns-black {
  background: #292929;
  color: #fff;
}

.btns-black:hover {
  color: #fff;
  background-color: #333;
}

.login-1 .btn-md {
  font-family: "Kanit", sans-serif;
}

/** BTN 5 **/
.btn-5 {
  font-size: 14px;
  border: 2px solid transparent;
  display: inline-block;
  padding: 13.5px 35px 11.5px;
  position: relative;
  z-index: 5;
  transition: 0.7s ease;
  background: transparent;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
  font-family: "Kanit", sans-serif;
}

.btn-5:hover {
  color: #fff;
}

.btn-5:before,
.btn-5:after {
  color: #fff;
}

.btn-5:before,
.btn-5:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.7s ease;
}

.btn-5:after,
.btn-5:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.7s ease;
}

.btn-5:hover:before,
.btn-5:hover:after {
  width: 50%;
}

/** Btn 6 **/
.btn-6 {
  color: #fff;
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  padding: 13.5px 35px 11.5px;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: "Kanit", sans-serif;
}

.btn-6:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  z-index: -1;
  border-radius: 3px;
}

.btn-6:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  z-index: -1;
}

.btn-6:hover {
  background: transparent;
}

.btn-6:hover:before {
  width: 0;
  opacity: 1;
  visibility: visible;
}

.btn-6:hover:after {
  width: 0;
  opacity: 1;
  visibility: visible;
}

/** BTN RADIUS 50 **/
.btn-radius-50 {
  border-radius: 50px !important;
  padding: 10.5px 30px 8.5px;
}

.btn-radius-50:hover:before,
.btn-radius-50:hover:after {
  width: 50%;
}

.btn-radius-50:hover:before {
  border-radius: 50px 0 0 50px;
}

.btn-radius-50:hover:after {
  border-radius: 0 50px 50px 0;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.bgburns .slides li:nth-of-type(even) .slide-background {
  animation: bgburnsWest 25s linear infinite alternate;
  -webkit-animation: bgburnsWest 25s linear infinite alternate;
}

@keyframes bgburnsEast {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}

@-webkit-keyframes bgburnsEast {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}

@keyframes bgburnsWest {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}

@-webkit-keyframes bgburnsWest {
  from {
    transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}

#page_scroller {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  cursor: pointer;
  color: #fff;
  padding: 10px 11px;
  font-size: 12px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 1000 !important;
}

.margin-t-10 {
  margin-top: 10px;
}

.checkbox {
  padding-left: 3px;
  margin-bottom: 5px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  color: #4e4d4d;
  font-size: 13px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 2px;
  margin-left: -22px;
  border: 2px solid #cccccc;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
  background-color: #fff;
}

.advanced-search .checkbox {
  padding-left: 5px;
  margin-bottom: 5px;
}

input[type="checkbox"]:checked + label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 16px;
  font-weight: 300;
}

.advanced-search ul {
  padding: 0;
  margin: 0;
}

.advanced-search ul li {
  list-style: none;
  padding: 5px 0;
  color: #535353;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px dotted #ddd;
  text-align: right;
}

.advanced-search ul li:last-child {
  border-bottom: transparent;
}

.advanced-search ul span {
  font-weight: 400;
  float: left;
  color: #161616;
}

/* Col pad **/
.col-pad {
  padding: 0;
}

/** Solid buttons colors **/
.button-default {
  color: #555;
  background: #ddd;
}

.button-default:hover {
  color: #333;
  background: #ddd;
}

.button-theme {
  color: #fff !important;
  outline: none;
}

.button-theme:hover {
  color: #fff;
}

.read-more {
  font-weight: 600;
  font-size: 15px;
}

.read-more:hover {
  color: #37404d;
}

.button-section .btn {
  margin-bottom: 5px;
}

.form-control:focus {
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

/** Border buttons colors **/
.border-btn-sm {
  cursor: pointer;
  padding: 5px 12px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  background: #ddd;
  transition: 0.5s;
  border-radius: 2px;
  border: none;
}

.border-button-default {
  color: #555;
  background: #ddd;
}

.border-button-default:hover {
  color: #333;
  background: #ddd;
}

.border-button-theme {
  background: transparent;
}

.border-button-theme:hover {
  color: #fff;
}

.panel-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/* Below tabs mode */
.tab-style-2-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}

.tab-style-2-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

.tab-style-2-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #b2b1b1;
}

.tab-style-2-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #b2b1b1;
}

.tab-style-2-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/** Megamenu **/
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.megamenu-area {
  padding: 30px 30px 5px;
  z-index: 2;
}

.megamenu-title {
  color: #535353;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.megamenu-section {
  margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
  padding: 0 !important;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}

.megamenu-section p {
  font-size: 13px;
  color: #777;
}

/** Banner**/
#banner {
  position: relative;
  z-index: 999;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}

.banner-bg {
  background: url("https://storage.googleapis.com/theme-vessel-items/checking-sites/cmart-2-html/HTML/main/img/banner/banner-1.jpg");
}

.item-bg {
  height: 100vh;
}

.banner-min-height {
  height: 720px;
}

.banner .carousel-content.banner-info {
  margin: 0 auto;
  letter-spacing: 1px;
  right: 0;
  left: 0;
  z-index: 999;
  align-self: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner .carousel-indicators [data-bs-target] {
  width: 25px;
  height: 10px;
  opacity: 0.9;
}

.banner .carousel-content.banner-info-2 {
  margin: 0 auto;
  right: 0;
  left: 0;
  align-self: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  margin-left: 10%;
  /* text-align: center; */
}

.carousel-item .text-right {
  float: right;
}

.slider-image {
  max-width: 600px;
  overflow: hidden;
  margin: 2px;
}

.slider-size {
  max-width: 700px;
  width: 700px;
  max-height: 392px;
  object-fit: cover;
}

.banner .banner-slider-inner {
  padding: 0;
  margin: 0;
}

.banner .banner-slider-inner h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner .banner-slider-inner h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: normal;
}

.banner h4 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
}

.banner .banner-slider-inner .max-w {
  max-width: 490px;
}

.banner .banner-slider-inner p {
  color: #fff;
  line-height: 1.6;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner .banner-slider-inner h2 span {
  font-weight: 900;
}

.banner .banner-slider-inner .typed-text {
  font-size: 62px;
}

.banner .banner-slider-inner {
  text-shadow: none;
  right: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(36, 42, 53, 0.7);
}

.banner-bg-color .banner-slider-inner {
  background-color: rgba(255, 255, 255, 0.1);
}

.banner .carousel-bg .carousel-item {
  height: 100vh;
  background: #3e4a5b;
}

.banner-slider-inner .show-more-options {
  margin: 0;
  color: #fff !important;
  float: left;
  border-radius: 50px;
  margin-top: 25px;
}

.banner-slider-inner #options-content {
  background: #fff;
  padding: 20px 20px 7px;
  border-radius: 3px;
}

.banner-slider-inner .show-more-options i {
  color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.banner_video_bg .carousel-item {
  height: 100vh;
}

#particles-banner {
  width: 100%;
  height: 100vh;
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
  background-color: transparent;
}

.banner-sty-2 .banner-slider-inner h1 {
  font-size: 50px;
}

.banner .banner-info-inner {
  max-width: 600px !important;
}

.banner .carousel-control-next,
.carousel-control-prev {
  background: #423b3b57;
  width: 40px;
  height: 60px;
  border-radius: 2px;
  top: 50%;
  margin: 0;
}

.banner .carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.banner .bs {
  top: 35%;
  position: absolute;
  width: 100%;
}

.banner h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.banner h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner h6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner .price {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 110px;
  margin-bottom: 30px;
}

.banner .monthly {
  position: absolute;
  padding: 15px;
  background: rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.banner .fresh {
  margin-left: 165px;
  padding-top: 20px;
  text-align: left;
}

.banner .inline-search-area .search-col {
  padding: 0;
  border-right: solid 1px #dddcdc;
}

.banner .inline-search-area .sc2 {
  border-right: none;
}

.banner .inline-search-area .search-fields {
  min-height: 60px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #fff;
  background: #fff;
}

.banner .inline-search-area .bootstrap-select button {
  border-radius: 0;
  padding: 18px 15px;
}

.banner .inline-search-area .bootstrap-select .dropdown-toggle::after {
  top: 30px;
}

.banner .inline-search-area .btn-search {
  padding: 17px 10px;
  width: 100%;
}

.banner .inline-search-area .btn-search strong {
  color: #fff;
}

.btn-lg {
  cursor: pointer;
  padding: 9px 35px 8px 35px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-lg {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px 10px;
  position: relative;
  z-index: 5;
  border-radius: 50px;
  transition: 0.7s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif !important;
}

/** Search start **/
#search-style-1 {
  transition: all 0.4s;
}

#search-style-2 {
  transition: all 0.4s;
  position: absolute;
  width: 100%;
}

#search-style-3 {
  width: 100%;
  z-index: 999;
  padding: 30px 0 100px;
}

.row-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.row-3 {
  margin-right: 0;
  margin-left: 0;
}

.item-bg {
  height: 47.2vh;
}

.profile-bg {
  height: 40vh;
  background: rgb(1, 190, 255) !important;
  background: linear-gradient(
    90deg,
    rgba(1, 190, 255, 1) 0%,
    rgba(1, 52, 105, 1) 100%,
    rgba(9, 15, 125, 1) 100%,
    rgba(1, 52, 105, 1) 100%
  ) !important;
}

.search-area {
  display: none;
  width: 100%;
  bottom: 80px;
  text-align: left;
  z-index: 999;
  padding-top: 30px;
}

.search-area-2 {
  padding: 30px 0 0;
}

.bg-grea {
  background: #e6e6e6;
}

.bg-grea-2 {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bg-grea-3 {
  background: #f9f9f8;
}

.search-area-inner {
  background-color: white !important;
  margin: 0 auto;
}

.search-area-inner h1 {
  margin-bottom: 15px;
}

.search-area-inner .col-pad2 {
  padding: 0 7.5px;
}

.search-area-inner .show-more-options {
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin-bottom: 0;
}

.search-contents {
  border-radius: 4px;
  transition: 0.9s ease-out;
}

.show-search-area {
  z-index: 9999;
  /* .search-contents transition: all 0.4 s; */
  display: block;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #777;
  font-weight: 400;
}

.search-options-btn,
.search-options-btn:hover {
  padding: 12px 20px 10px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  cursor: pointer;
  z-index: 0;
  letter-spacing: 1px;
  position: absolute;
  bottom: 10px;
  border-radius: 50px;
}

.search-options-btn,
.search-options-btn i {
  margin-left: 5px;
}

.search-options-btn .search-options {
  float: left;
}

.search-options-btn .icon {
  float: left;
}

.search-area label {
  font-size: 12px;
  color: #555;
  font-weight: 600;
}

.search-area .form-group {
  margin-bottom: 25px;
}

.search-fields {
  min-height: 48px;
  padding: 0;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.form-control {
  padding-left: 15px;
}

.search-fields button {
  border-radius: 1px;
  box-shadow: none;
  border: none;
  background: #fff !important;
}

.search-button {
  cursor: pointer;
  padding: 15px 26px 14px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
  border-radius: 2px;
  border: none;
  width: 100%;
  outline: none;
}

.search-button:hover {
  color: #fff;
}

/** Portfolio start **/
.filteriz-navigation {
  background: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  max-width: 330px;
  padding: 7px 0;
  margin: 0 auto 26px;
  border-radius: 100px;
}

.filteriz-navigation li {
  font-size: 15px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  background: transparent;
}

.filteriz-navigation li::after {
  content: "/";
  font-weight: 400;
  opacity: 0.9;
  margin: 0 5px 0 10px;
  font-size: 14px;
}

.filteriz-navigation li:last-child::after {
  display: none;
}

.filteriz-navigation li {
  display: inline-block;
  padding: 0;
}

.portfolio-item,
.portfolio-item:focus {
  outline: none;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.portfolio-item img,
.portfolio-item img:focus {
  outline: none;
  width: 100%;
  height: 100%;
}

.portfolio-item img {
  opacity: 1;
}

.portfolio-content-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-item:hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.1;
  opacity: 0.3;
}

.portfolio-item:hover .portfolio-content {
  display: inline;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background-color: rgb(0 0 0 / 88%);
  color: #fff !important;
  z-index: -999;
}

.portfolio-content {
  display: none;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  text-transform: uppercase;
  color: #1c1c1c;
  height: 100%;
  position: absolute;
  right: 0;
}

.portfolio-content p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0;
}

.photo-gallery .col-pad {
  padding: 0 7.5px 0;
}

.cars {
  padding: 0 7.5px 0;
}

.overview-box p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.overview {
  z-index: 9;
  cursor: default;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 0 3px #ddd;
}

.overview .mask,
.overview .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 25%;
  left: 0;
}

.overview img {
  display: block;
  position: relative;
  width: 100%;
  height: 232px;
}

.overview .big-img {
  height: 480px;
}

.overview-box img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: none;
}

.overview-box:hover > img {
  -webkit-transform: scale(2) rotate(10deg);
  transform: scale(2) rotate(10deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.overview h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
  text-shadow: none;
}

.overview-box h2 {
  color: #333;
  margin: 0 20px 0;
  background: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.overview a.btn {
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
}

.overview-box a.btn {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s linear;
  padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.most-popular-places .col-pad {
  padding: 0 8px;
}

/** Bootstrap select start **/
.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select button {
  color: #636363;
  border-radius: 2px;
  outline: none;
  padding: 13px 15px;
  box-shadow: none;
}

.search-compare .search-button {
  padding: 15.5px 26px 13.5px;
}

.bootstrap-select button:hover {
  color: #777;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #636363 !important;
}

.bootstrap-select .dropdown-menu li {
  padding: 0;
}

.bootstrap-select .dropdown-menu li a {
  padding: 10px;
}

.bootstrap-select .dropdown-menu {
  padding: 0;
  margin: -1px 0 !important;
  border: solid 1px #fff;
  border-bottom: none;
  border-radius: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f9f9f9;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a span {
  font-weight: 400 !important;
  color: #636363 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.bootstrap-select .dropdown-menu li a {
  padding: 8px 20px;
  font-weight: 400;
  font-size: 15px;
  outline: none;
  border: 0 !important;
}

.bootstrap-select .dropdown-menu li a:hover {
  border: none;
  font-weight: 400;
  padding: 8px 20px;
  font-size: 15px;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #eee;
  border-color: transparent !important;
  box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
  background: transparent !important;
  color: #777 !important;
  box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent !important;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: #adadad;
}

.bootstrap-select .dropdown-menu.inner {
  border: 0;
  border-top: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-light:hover {
  color: #999;
}

.advanced-search2 .btn-light:hover {
  color: #636363;
}

.advanced-search2 .form-group {
  margin-bottom: 20px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}

.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
  background: #eee;
  border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  height: 36px;
  border: 1px solid #ddd;
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
}

.bootstrap-select .dropdown-menu li a.active:hover .text {
  color: #515151;
}

.bootstrap-select .dropdown-toggle::after {
  top: 25px;
  position: absolute;
  right: 12px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  top: 3px;
}

/** Main title start **/
.main-title {
  margin-bottom: 50px;
  text-align: start;
}

.main-title h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-title h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-title h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-title p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.main-title .mb-10 {
  margin-bottom: 10px;
}

/** Main title 2 start **/
.main-title-2 {
  margin-bottom: 50px;
  z-index: 999;
  color: #fff;
}

.main-title-2 h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  z-index: 20;
}

.main-title-2 p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  opacity: 0.9;
}

.main-title-3 {
  text-align: left;
}

.main-title-3 p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: #161616;
  font-family: "Kanit", sans-serif;
}

.main-title-3 h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Kanit", sans-serif;
}

.main-title-3 {
  margin-bottom: 30px;
}

/** Title border area start **/
.title-border {
  height: 5px;
  width: 94px;
  border-radius: 10px;
}

.title-border-inner {
  height: 5px;
  width: 5px;
  animation: pulse 3s ease infinite alternate,
    nudge 5s linear infinite alternate;
  float: left;
  margin: 0 2px;
}

.title-border.tb2 {
  margin: 0 auto 0 0;
}

@keyframes nudge {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(50px, 0);
  }

  80% {
    transform: translate(20px, 0);
  }
}

@keyframes pulse {
  0%,
  100% {
    background-color: #fff;
  }

  50% {
    background-color: #fff;
  }
}

/** LAtest offers box start **/
.latest-offers-box {
  position: relative;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  width: 100% !important;
  overflow: hidden;
}

.latest-offers-box .photo-overflow {
  overflow: hidden;
}

.latest-offers-box .car-thumbnail-photo {
  position: relative;
  max-height: 24.3rem;
  transform: scale(1);
  transition: 1s;
}

.latest-offers .col-pad {
  padding: 0 7.5px;
}

.latest-offers-box:hover .car-thumbnail-photo {
  transform: scale(1.1);
}

.latest-offers-box .car-thumbnail-photo:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(
    to top,
    rgb(35 35 37 / 77%) 0%,
    rgb(35 35 37 / 39%) 35%,
    rgb(22 22 23 / 23%) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 1;
}

.latest-offers-box:hover .car-thumbnail-photo:before {
  background: linear-gradient(
    to top,
    rgb(0 51 104) 0%,
    rgb(44 98 153 / 17%) 35%,
    rgb(255 255 255 / 0%) 60%,
    rgb(143 195 255 / 26%) 100%
  );
  opacity: 1;
}

.latest-offers-box .ling-section {
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.latest-offers-box h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 44%;
  text-align: left;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.37);
}

@media (max-width: 767px) {
  .latest-offers-box h3 {
    margin-bottom: 40%;
  }
}

.latest-offers-box:hover h5 {
  color: #fff;
}

.latest-offers-box h3 a {
  color: #fff;
}

.latest-offers-box h5 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

.latest-offers-box h5 span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

.latest-offers-box h5 span {
  color: #fff;
  font-weight: 400;
  opacity: 0.9;
}

.latest-offers-box .new {
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  position: absolute;
  letter-spacing: 1px;
  font-weight: 500;
  top: 20px;
  right: 20px;
}

/** Car box start **/
.car-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
  /* overflow: hidden; */
  background: #fff;
  /* z-index: 2; */
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.car-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.car-box .photo-thumbnail {
  position: relative;
  display: block;
}

.car-box .photo {
  position: relative;
  max-height: 12.3rem;
  display: block;
  overflow: hidden;
}

.car-box .photo img {
  width: 100%;
  aspect-ratio:1;
  transform: scale(1);
  transition: all 500ms ease;
}

.car-box .photo > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 57 119 / 45%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--moniz-base, #ffffff);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.car-box .photo > a > span {
  position: relative;
}

.car-box:hover .photo img {
  transform: scale(1.05);
}

.car-box:hover .photo > a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
  border-radius: 0;
}

.car-box .photo > a > span::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.car-box .photo > a > span::after {
  content: "";
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.car-box .detail {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.car-box .detail .top {
  padding: 25px 25px 20px;
}

.car-box .detail .top h1 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}

.car-box .detail .top p {
  margin-bottom: 0;
}

.car-box .detail .top h1 span {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.car-box .footer {
  border-top: solid 1px #f1f1f1;
  padding: 5px 10px;
  background: #fff !important;
}

.car-box .footer:before {
  background: transparent;
}

.car-box .facilities-list li {
  list-style: none;
  float: left;
  width: 33.33%;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

.car-box .facilities-list li i {
  font-weight: 500;
}

.car-box:hover .tag {
  background: #fff;
}

.car-box:hover .tag::after {
  border-left: 10px solid #fff;
}

.carbox-overlap-wrapper {
  visibility: hidden;
  height: 100%;
  width: 100%;
  z-index: 990;
  position: absolute;
  text-align: center;
  color: #fff;
  left: 0;
  top: 0;
}

.overlap-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.carbox-overlap-wrapper h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.carbox-overlap-wrapper h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #fff;
}

.car-magnify-gallery {
  display: none;
}

.overlap-btns-area img {
  display: none;
}

.overlap-btn {
  border: solid 1px #fff;
}

.overlap-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: none;
  color: #fff;
  margin: 16px 2px;
  border-radius: 3px;
  font-size: 16px;
  text-transform: uppercase;
  display: none;
}

.overlap-btn:hover {
  text-decoration: none;
  color: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.lg-sub-html p {
  color: #ccc;
  font-size: 14px;
}

/** MODAL BODY DESIGN STARTED**/
.car-model-2 .modal-raw {
  display: flex;
  background: #fff;
}

.car-model-2 .modal-left,
.modal-right {
  flex: 1;
}

.car-model-2 .car-modal .modal-left {
  padding: 0;
  background: #535353;
  color: #fff;
}

.car-model-2 .car-modal .modal-content {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.car-model-2 .car-modal .modal-header {
  background: transparent;
  border: none;
  padding: 15px 0;
}

.car-model-2 .car-modal .modal-header .modal-title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.car-model-2 .car-modal .modal-header p {
  color: #fff;
  margin-bottom: 0;
}

.car-model-2 .car-modal .modal-header .close,
.car-modal .modal-header .close:focus {
  padding: 8px 13px;
  outline: none;
  margin: -60px -1px -15px auto;
  background: #3a3a3a;
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.car-model-2 .car-modal .modal-body {
  padding: 0 15px;
  background: #fff;
}

.car-model-2 .modal-right {
  padding: 0;
}

.car-model-2 .modal-left {
  padding: 0;
}

#modalCarousel .carousel-item {
  max-height: 240px;
}

.car-model-2 .modal-left-content {
  background: #fff;
}

.car-model-2 .modal-left-content img {
  width: 100% !important;
  height: 100% !important;
}

.car-model-2 .modal-left-content .control {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  bottom: 0px;
  opacity: 0.5;
}

.car-model-2 .modal-left-content .carousel-inner {
  display: flex;
}

.car-model-2 .modal-left-content .carousel-inner .item {
  flex: 1;
  width: 100%;
}

.car-model-2 .modal-left-content .carousel-inner .item img {
  width: 100%;
}

.car-model-2 .modal-left-content iframe {
  border: none;
  width: 100%;
  display: block;
}

.car-model-2 .modal-left-content .control:hover {
  opacity: 1;
}

.car-model-2 .modal-left-content .control-prev {
  right: 30px;
}

.car-model-2 .modal-left-content .control-next {
  right: 0;
}

.car-model-2 .modal-left-content .description {
  padding: 30px 30px 45px;
}

.car-model-2 .modal-right-content .bullets {
  color: #535353;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  margin-bottom: 20px;
  columns: 2;
}

.car-model-2 .modal-right-content .bullets li {
  margin-bottom: 5px;
  position: relative;
  list-style: none;
  padding-left: 0;
}

.car-model-2 .modal-right-content .bullets li i {
  left: 0;
  position: absolute;
  top: 0;
}

.car-model-2 .modal-right-content {
  padding: 30px;
  background: #fff;
}

.car-model-2 .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px 20px;
}

.car-model-2 .modal-right-content .price-box-2 {
  position: inherit;
}

.car-model-2 .modal-right-content .price-box-2 sup {
  font-size: 18px;
  position: relative;
  top: -25px;
  color: #535353;
  font-weight: 600;
  opacity: 0.9;
}

.car-model-2 .modal-right-content .price-box-2 span {
  font-size: 16px;
  color: #535353;
  font-weight: 600;
  opacity: 0.9;
}

.car-model-2 .modal-backdrop.show {
  opacity: 0.7;
}

.car-model-2 .modal-header {
  background: transparent;
  border: none;
  padding: 15px 0 10px;
}

.car-model-2 .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.car-model-2 .modal-right-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}

.car-model-2 .modal-right-content dl {
  margin-bottom: 20px;
  font-size: 15px;
  color: #535353;
}

.modal-header .close {
  padding: 0px 10px;
  margin: 0 5px 10px 10px;
  background: #fff;
  border: none;
  font-size: 25px;
}

.car-model-2 iframe,
.modal-body iframe .element.style {
  height: 480px;
}

.car-model-2 .modal-right-content dl dt {
  float: left;
  font-weight: 400;
}

.car-model-2 .modal-right-content dl dd {
  text-align: right;
  margin-bottom: 5px;
}

.car-model-2 .modal {
  z-index: 9999;
}

.car-model-2 .ratings-2 span {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.car-model-2 .ratings-box {
  margin-right: 4px;
  padding: 4px 10px;
  color: #fff;
  border-radius: 3px;
}

.car-model-2 .ratings-box {
  color: #fff !important;
}

.car-model-2 .ratings-2 i {
  color: orange;
}

.car-model-2 .ratings-2 {
  margin-bottom: 20px;
}

.car-model-2 .ratings-2 span {
  font-size: 14px;
  color: #535353;
  font-weight: 500;
}

.car-model-2 .modal-body .btn-md {
  padding: 9px 25px 7px 25px;
  letter-spacing: 1px;
  font-size: 13px;
  height: 40px;
  border-radius: 3px;
}

.car-model-2 .modal-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.car-model-2 .close {
  opacity: 1 !important;
}

/** MODAL BODY DESIGN ENDED **/

/** Price box start**/
.price-box {
  color: #fff;
  text-align: right;
  font-size: 17px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 20;
  font-weight: 600;
  opacity: 0.9;
  font-family: "Kanit", sans-serif;
}

.price-box-2 {
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 999;
}

.price-box-2 sup {
  font-size: 18px;
  position: relative;
  top: -12px;
  color: #fff;
  font-weight: 600;
  opacity: 0.9;
}

.price-box-2 span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  opacity: 0.9;
}

.tab-box p {
  margin-bottom: 0;
}

/** Tag start**/
.tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  padding: 7px 14px 5px;
  font-weight: 600;
  border-radius: 3px 3px 3px 0;
  font-family: "Kanit", sans-serif;
}

.tag::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 7px solid transparent;
  bottom: -7px;
  left: 0;
}

.tag-2 {
  float: left;
  position: absolute;
  transform: rotate(-45deg);
  left: -60px;
  top: 30px;
  text-align: center;
  width: 200px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  background: #292929;
  text-transform: uppercase;
  z-index: 999;
}

.slide-2 {
  margin-bottom: 50px;
}

/** Slick slider start**/
.slick-slider-area {
  position: relative;
}

.slick-track {
  transform: none;
  margin-left: 0px !important;
}

.slick-slide-item {
  padding: 0 15px !important;
}

.slick-arrow-buton {
  position: absolute;
  top: 43%;
}

.slick-arrow-buton {
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 43%;
  border-radius: 50%;
  color: #000;
  z-index: 999;
  background: #fff;
  position: absolute;
  font-size: 22px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-align: center;
}

.slick-next {
  right: -30px;
}

.slick-prev {
  left: -30px;
}

.slick-slide,
.slick-slide:focus * {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

/** Car box 2 start **/
.car-box-2 {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.9s;
}

.car-box-2:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.car-box-2:hover .price-box {
  color: #fff;
}

.car-box-2 .car-thumbnail:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
  background: linear-gradient(
    to top,
    rgba(47, 45, 45, 0.2) 0%,
    rgba(0, 0, 0, 0.1) 35%,
    rgba(2, 2, 2, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 0;
  opacity: 1;
}

.car-box-2:hover .car-thumbnail:before {
  background-image: linear-gradient(
    358deg,
    #003368 8%,
    #0033684d 82%
  ) !important;
  opacity: 0.5;
}

.car-box-2 .detail .title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.car-box-2 .car-img img {
  width: 100%;
}

.car-box-2 .detail .title a:hover {
  color: #343a40;
}

.car-box-2 .detail .location {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

.car-box-2 .detail .location a {
  color: #5f5e5e;
  font-size: 15px;
  font-weight: 400;
}

.car-box-2 .price-box {
  bottom: 10px;
  font-family: "Open Sans", sans-serif;
  opacity: 1;
}

.car-box-2 .tag {
  left: 15px;
}

.car-box-2 .car-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.car-box-2 .listing-badges .featured {
  left: -51px;
}

.car-box-2 .listing-time {
  position: absolute;
  z-index: 9;
  top: 8px;
  left: 30px;
}

.car-box-2 .detail {
  padding: 0 25px;
}

.car-box-2 .facilities-list li {
  list-style: none;
  width: 33.33%;
  float: left;
  font-weight: 400;
  line-height: 35px;
  font-size: 15px;
}

.car-box-2 .facilities-list li i {
  font-size: 15px;
  font-weight: 500;
}

.car-box-2:hover .carbox-overlap-wrapper {
  visibility: visible;
  top: 0;
  cursor: pointer;
  transition: all 0.15s linear;
}

/** Car box 3 **/
.car-box-3 {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.9s;
}

.car-box-3:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.car-box-3:hover .carbox-overlap-wrapper {
  visibility: visible;
  top: 0;
  cursor: pointer;
  transition: all 0.15s linear;
}

.car-box-3 .price-box-2 {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 999;
}

.car-box-3:hover .car-thumbnail:before {
  background-image: linear-gradient(
    358deg,
    #003368 8%,
    #0033684d 82%
  ) !important;
  opacity: 0.5;
}

.car-box-3 .detail {
  padding: 30px 25px 20px;
  height: 283px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.car-box-3 .detail .title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.car-box-3 .detail .title a:hover {
  color: #343a40;
}

.car-box-3 .facilities-list li {
  list-style: none;
  float: left;
  width: 33.33%;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
}

.car-box-3 .facilities-list li i {
  font-weight: 500;
  font-size: 15px;
}

.car-box-3 .detail .location {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}

.car-box-3 .detail .location a {
  color: #535353;
}

.car-box-3 .car-thumbnail:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
  background: linear-gradient(
    to top,
    rgba(47, 45, 45, 0.2) 0%,
    rgba(0, 0, 0, 0.1) 35%,
    rgba(2, 2, 2, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 0;
  opacity: 1;
}

.car-box-3 .car-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

/** Car box 4 **/
.car-box-4 {
  position: relative;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  width: 100% !important;
  margin: 0 0 30px 0;
  overflow: hidden;
}

.car-box-4 .photo-overflow {
  overflow: hidden;
  border-radius: 3px;
}

.car-box-4 .car-thumbnail-photo {
  position: relative;
  transform: scale(1);
  transition: 1s;
  border-radius: 3px;
}

.car-box-4 .car-thumbnail-photo img {
  border-radius: 3px;
}

.car-box-4:hover .car-thumbnail-photo {
  transform: scale(1.1);
  border-radius: 3px;
}

.car-box-4:hover .car-thumbnail-photo img {
  border-radius: 3px;
}

.car-box-4 .car-thumbnail-photo:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(
    to top,
    rgb(35 35 37 / 77%) 0%,
    rgb(35 35 37 / 39%) 35%,
    rgb(22 22 23 / 23%) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 3px;
  opacity: 1;
}

.car-box-4:hover .car-thumbnail-photo:before {
  background: linear-gradient(
    to top,
    rgb(240 22 32 / 62%) 0%,
    rgb(240 22 32 / 25%) 35%,
    rgb(255 255 255 / 0%) 60%,
    rgb(255 255 255 / 0%) 100%
  );
  opacity: 1;
}

.car-box-4 .ling-section {
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.car-box-4 h3 {
  font-size: 25px;
}

.car-box-4 h3 a {
  color: #fff;
}

.car-box-4 h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.car-box-4 h5 span {
  color: #fff;
  font-weight: 400;
  opacity: 0.9;
}

.car-box-4 .facilities-list li {
  list-style: none;
  float: left;
  margin-right: 20px;
  font-weight: 400;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  opacity: 0.9;
}

.car-box-4 .for {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 20;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  padding: 6px 16px 4px;
  font-weight: 600;
  border-radius: 50px;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
}

/** Car box 5 **/
.vs {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 75px;
  color: #fff;
  margin: 180px auto;
}

.search-compare {
  margin-bottom: 30px;
}

.search-compare h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

/** Login 1 start **/
.login-1 .form-section {
  min-height: 100vh;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  background: #fff7f7;
  z-index: 999;
}

.login-1 .form-inner {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 10px rgb(0 0 0 / 12%);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.9s;
  z-index: 1;
}

.login-1 .bg-img {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background: #fff;
  background: rgba(0, 0, 0, 0.04) url("../img/img-7.jpg") top left repeat;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-section .bg-img {
  background: rgba(0, 0, 0, 0.04) url("../img/img-7.jpg") top left repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
}

.login-1 .bg-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(33 9 90 / 55%);
}

.login-1 .info {
  z-index: 999;
}

.login-1 .form-section .extra-login {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

.login-1 .form-section .extra-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  content: "";
}

.login-1 .form-section .extra-login > span {
  width: auto;
  float: none;
  display: inline-block;
  padding: 1px 20px;
  z-index: 1;
  position: relative;
  font-family: Open Sans;
  font-size: 14px;
  color: #535353;
  text-transform: capitalize;
  background: #fff;
}

.login-1 .pad-0 {
  padding: 0 15px;
}

.login-1 .form-section p {
  color: #535353;
  margin-bottom: 0;
  font-size: 16px;
}

.login-1 .form-section p a {
  color: #535353;
}

.login-1 .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.login-1 .form-section .thembo {
  margin-left: 4px;
}

.login-1 .form-section h3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  color: #313131;
}

.login-1 .form-section .form-group {
  margin-bottom: 25px;
}

.login-1 .form-section .form-box {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}

.login-1 .form-section .form-box input {
  float: left;
  width: 100%;
}

.login-1 .form-section .form-control {
  padding: 10px 20px;
  font-size: 15px;
  height: 55px;
  outline: none;
  color: #616161;
  border-radius: 3px;
  border: 1px solid #efeded;
  background: #efeded;
}

.login-1 .btn-md {
  cursor: pointer;
  padding: 16px 30px 15px 30px;
  height: 55px;
}

.login-1 .form-section img {
  margin-bottom: 5px;
  height: 45px;
}

.login-1 .form-section .checkbox .terms {
  margin-left: 3px;
}

.login-1 .checkbox label {
  color: #535353;
  font-size: 16px;
}

.login-1 .none-2 {
  display: none;
}

.login-1 .form-section .terms {
  margin-left: 3px;
}

.login-1 .form-section .checkbox {
  font-size: 14px;
}

.login-1 .form-section .form-check {
  float: left;
  margin-bottom: 0;
}

.login-1 .form-section .form-check a {
  color: #535353;
  float: right;
}

.login-1 .form-section a.forgot-password {
  font-size: 16px;
  color: #535353;
  float: right;
}

.login-1 .checkbox label::before {
  border-radius: 3px;
}

.login-1 .info {
  max-width: 610px;
  padding: 10px 30px;
}

.login-1 .info h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
}

.login-1 .info h1 span {
  color: #ff574d;
}

.login-1 .info p {
  color: #fff;
  line-height: 28px;
  margin-bottom: 0;
  opacity: 0.9;
}

.login-1 .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.login-1 .social-list {
  padding: 0;
  text-align: center;
}

.login-1 .social-list li {
  display: inline-block;
}

.login-1 .social-list li a {
  margin: 1px;
  font-size: 15px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.login-1 .social-list li a:hover {
  text-decoration: none;
}

/** Login 1 end **/

.mark,
mark {
  padding: 5px 15px;
  background-color: #efefee;
}

/** Reviews box **/
.reviews-box {
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.reviews-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.reviews-box .detail {
  padding: 30px 25px;
  background: #fff;
}

.reviews-box .detail .title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.reviews-box .detail .title a:hover {
  color: #4d4d4d;
}

.reviews-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  color: #161616;
}

.reviews-box p {
  margin-bottom: 30px;
}

.reviews-box .text-primary {
  color: #535353 !important;
  font-weight: 500;
  font-size: 14px;
}

.reviews-box .sub-score {
  float: right;
  color: #a7a7a7;
  font-style: italic;
}

.reviews-box .sub-score span {
  color: #535353;
  font-weight: 500;
}

.reviews-box .progress {
  margin: 0 0 15px;
}

.reviews-box .progress {
  height: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.reviews-box .labeling {
  font-size: 14px;
}

.reviews-box .overall .score {
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
}

.reviews-box .overall {
  font-weight: 600;
  margin-top: 20px;
}

/** About text **/
.about-text {
  padding-left: 25px;
}

.about-text p {
  margin-bottom: 20px;
}

.about-text .main-title {
  text-align: left;
}

.about-text .main-title .title-border {
  margin: 0 auto 0 0;
}

.about-text .main-title {
  margin-bottom: 30px;
}

.about-slider-box img {
  border-radius: 10px;
}

.about-slider-box {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  margin-right: 15px;
}

.about-slider-box:hover::before {
  background: #fff;
}

.about-slider-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200%;
  top: -100px;
  left: -100px;
  transform: rotate(-30deg);
}

.about-slider-box img {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

/** Pricing 1 start **/
.pricing-1 {
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  background: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pricing-1:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

.pricing-1:hover:before {
  width: 100%;
}

.pricing-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border-radius: 9px;
}

.pricing-1:hover .plan-header h5,
.pricing-1:hover .plan-price sup,
.pricing-1:hover .plan-price,
.pricing-1:hover .plan-header p,
.pricing-1:hover .plan-price span,
.pricing-1:hover .plan-list ul,
.pricing-1:hover .plan-list ul li i {
  color: #fff !important;
}

.pricing-1:hover .plan-list ul li {
  border-bottom: 1px dashed #ffffff63;
}

.pricing-1 .plan-header .plan-price span {
  font-size: 16px;
  color: #535353;
  font-weight: 500;
}

.pricing-1 .plan-header {
  padding: 40px 22px 0;
  border-width: 1px;
  position: relative;
  text-align: center;
}

.pricing-1 .plan-header h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.pricing-1 .plan-header .plan-price sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #535353;
  font-weight: 500;
}

.pricing-1 .plan-header .plan-price {
  font-size: 60px;
  font-weight: 700;
  position: initial;
  text-align: center;
  font-family: "Jost", sans-serif;
  padding: 0;
  width: 100%;
}

.pricing-1 .plan-header .plan-price span {
  font-size: 16px;
  color: #535353;
  font-weight: 500;
}

.pricing-1 .plan-list {
  border-width: 0 1px 1px;
  padding: 20px 0 40px;
}

.pricing-1 .plan-list ul {
  display: table;
  margin: 0 auto;
  padding: 0 40px;
}

.pricing-1 .plan-list ul li {
  list-style: none;
  border-bottom: 1px dashed #eaeceb;
  line-height: 42px;
  font-size: 15px;
}

.pricing-1 .plan-list ul li i {
  margin-right: 12px;
}

.pricing-1 .plan-list ul li:last-child {
  border-bottom: none;
}

.pricing-1 .plan-button {
  padding-top: 20px;
}

.pricing-1 .pricing-btn {
  border-radius: 3px;
}

.pricing-1:hover .pricing-btn {
  background-color: #fff;
  border: solid 1px #fff;
}

.pricing-1 .pricing-btn {
  font-size: 15px;
  border-radius: 3px;
  font-weight: 600;
  padding: 8px 25px 6px;
}

/** Team 1 start **/
.team-1 {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.team-1:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.team-1 .team-thumb {
  position: relative;
}

.team-1 .team-thumb img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-1 .team-social {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
}

.team-1 .flex-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-1 .team-social .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-110%);
  transition: all 0.5s linear;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.team-1 .team-social .team-social-inner {
  position: absolute;
  left: 0;
  opacity: 0;
  padding-left: 20px;
  transform: translateX(-100px);
  transition: 0.3s all ease 0.4s;
  transition: 0.3s all ease 0.4s;
  -webkit-transition: 0.3s all ease 0.4s;
  -moz-transition: 0.3s all ease 0.4s;
  -o-transition: 0.3s all ease 0.4s;
  -ms-transition: 0.3s all ease 0.4s;
}

.team-1 .team-social a {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 5px 0;
  padding: 12.5px 15px;
  background: #fff;
  border-radius: 5%;
  text-align: center;
  transition: 0.3s all ease 0.4s;
  transition: 0.3s all ease 0.4s;
  -webkit-transition: 0.3s all ease 0.4s;
  -moz-transition: 0.3s all ease 0.4s;
  -o-transition: 0.3s all ease 0.4s;
  -ms-transition: 0.3s all ease 0.4s;
  color: #000;
}

.team-1 .team-social a:hover {
  color: #000;
}

.team-1 .team-info {
  padding: 30px;
}

.team-1 .contact p {
  padding-left: 22px;
  position: relative;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 30px;
}

.team-1 .contact p a {
  color: #535353;
}

.team-1 .contact p i {
  position: absolute;
  left: 0;
  line-height: 30px;
}

.team-1 .team-info h4 {
  margin-bottom: 7px;
}

.team-1 .team-info h4 a {
  font-size: 20px;
  font-weight: 600;
}

.team-1 .team-info h5 {
  font-size: 15px;
  color: #535353;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-1 .team-info h6 {
  font-size: 14px;
  color: #535353;
  font-weight: 500;
  margin-bottom: 0;
}

.team-1:hover .team-social .team-overlay {
  transform: translateY(0);
  opacity: 0.5;
}

.team-1 .team-social .team-overlay,
.team-sub-line:before {
  background-image: linear-gradient(
    100deg,
    #003368 8%,
    #0033684d 82%
  ) !important;
  opacity: 0.5;
}

.team-1:hover .team-social .team-social-inner {
  transform: translateX(0);
  opacity: 1;
}

/** Team 2 start **/
.team-2 {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 1px 30px;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.team-2:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.team-2 h5 {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 600;
  color: #5f5e5e;
  text-transform: uppercase;
}

.team-2 .team-thumb {
  position: relative;
}

.team-2 .team-thumb img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-2 .team-social {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
}

.team-2 .flex-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-2 .team-social .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-110%);
  transition: all 0.5s linear;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.team-2 .team-social .team-social-inner {
  position: absolute;
  left: 0;
  opacity: 0;
  padding-left: 20px;
  transform: translateX(-100px);
  transition: 0.3s all ease 0.4s;
  transition: 0.3s all ease 0.4s;
  -webkit-transition: 0.3s all ease 0.4s;
  -moz-transition: 0.3s all ease 0.4s;
  -o-transition: 0.3s all ease 0.4s;
  -ms-transition: 0.3s all ease 0.4s;
}

.team-2 .team-social a {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 5px 0;
  padding: 10px 12.5px;
  background: #fff;
  border-radius: 5%;
  text-align: center;
  transition: 0.3s all ease 0.4s;
  transition: 0.3s all ease 0.4s;
  -webkit-transition: 0.3s all ease 0.4s;
  -moz-transition: 0.3s all ease 0.4s;
  -o-transition: 0.3s all ease 0.4s;
  -ms-transition: 0.3s all ease 0.4s;
  color: #000;
}

.team-2 .team-social a:hover {
  color: #000;
}

.team-2 .team-info {
  padding: 15px 30px;
}

.team-2 .contact p {
  padding-left: 22px;
  position: relative;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 30px;
}

.team-2 .contact p a {
  color: #535353;
}

.team-2 .contact p i {
  position: absolute;
  left: 0;
  line-height: 30px;
}

.team-2 .team-info h4 {
  margin-bottom: 7px;
}

.team-2 .team-info h4 a {
  font-size: 20px;
  font-weight: 600;
}

.team-2 .team-info h6 {
  font-size: 14px;
  color: #535353;
  font-weight: 500;
  margin-bottom: 0;
}

.team-2:hover .team-social .team-overlay {
  transform: translateY(0);
  opacity: 0.5;
}

.team-2 .team-social .team-overlay,
.team-sub-line:before {
  background-image: linear-gradient(
    100deg,
    #003368 8%,
    #0033684d 82%
  ) !important;
  opacity: 0.5;
}

.team-2:hover .team-social .team-social-inner {
  transform: translateX(0);
  opacity: 1;
}

/** Team 3 start **/
.team-3 {
  margin-bottom: 30px;
  background: #fff;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-3:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.team-3 img {
  width: 100%;
}

.team-3 .info {
  padding: 25px;
}

.team-3 .info h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-3 .info p {
  margin-bottom: 0;
}

.team-3 .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.team-3:hover .thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    358deg,
    #003368 8%,
    #0033684d 82%
  ) !important;
  opacity: 0.5;
}

.team-3 .thumb ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  transform: translate(0, -40px);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  text-align: center;
}

.team-3 .thumb ul li {
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}

.team-3 .thumb ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
}

.team-3:hover .thumb ul {
  transform: translate(0, -10px);
  opacity: 1;
}

/** pages 404 start **/
.pages-404 {
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
  background: #1b1b1b;
}

.pages-404 .error404 {
  line-height: 0.8;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 260px;
  opacity: 2;
  color: #3f3f3f;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.pages-404 h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #dedede;
}

.pages-404 p {
  color: #b9b6b6;
  margin-bottom: 30px;
  font-size: 18px;
}

.pages-404 .btn-5 {
  padding: 12.5px 35px;
}

.mr-0 {
  margin-right: 0;
}

.date-box span {
  font-size: 19px;
  display: block;
  line-height: 22px;
  color: #fff;
}

/** Blog 1 start **/
.blog-1 {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
  background: #fff;
  z-index: 2;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-1 .blog-photo {
  position: relative;
}

.blog-1:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.blog-1 .date-box span {
  font-size: 27px;
  font-weight: 600;
  display: block;
  line-height: 25px;
}

.blog-1 .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-1 .blog-image::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-1 .blog-image img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}

.blog-1 .blog-image::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-1:hover .blog-image::before,
.blog-1:hover .blog-image::after {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  visibility: visible;
}

.blog-1 .date-box {
  position: absolute;
  top: 15px;
  font-size: 15px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 12px;
  right: 19px;
  border-radius: 5px 5px 0 5px;
  z-index: 999;
  color: #2a2a2a;
}

.blog-1 .date-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 10px solid transparent;
  bottom: -10px;
  right: 0;
}

.blog-1 .profile-user {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  z-index: 999 !important;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-1:hover .profile-user {
  transform: rotateY(360deg);
}

.blog-1 .profile-user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.blog-1 .detail {
  padding: 30px 25px 15px;
}

.blog-1 .post-meta {
  width: 100%;
  margin-bottom: 10px;
}

.blog-1 .post-meta ul li {
  margin-left: 15px;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  float: right;
}

.blog-1 .post-meta ul .user-name {
  float: left;
  margin: 0;
}

.blog-1 .post-meta ul li strong {
  font-weight: 400;
  font-size: 16px;
}

.blog-1 .post-meta ul li a {
  color: #535353;
}

.blog-1 .post-meta ul li i {
  margin-right: 5px;
  color: #535353;
}

.blog-1 h4 {
  margin-bottom: 15px;
}

.blog-1 h4 a {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-1 .date-box {
  background: #fff;
}

.blog-1 .date-box::after {
  border-right: 10px solid #fff;
}

.blog-1:hover .date-box span {
  color: #fff;
}

.blog-1:hover .date-box {
  color: #fff;
}

.blog-1 .post-meta-2 {
  margin-bottom: 15px;
}

.blog-1 .post-meta-2 span {
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}

.date-box {
  position: absolute;
  top: 20px;
  font-size: 14px;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 10px;
  right: 20px;
}

.date-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 20px solid transparent;
  bottom: -12px;
  right: 0;
}

.blog-big h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

/** Blog item **/
.blog-item {
  margin: 25px 0 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  padding: 60px 30px 20px;
}

.blog-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-item .profile-user {
  position: absolute;
  top: -25px;
  z-index: 20;
}

.blog-item .profile-user img {
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
  width: 65px !important;
  height: 65px;
  margin-bottom: 20px;
  webkit-border-radius: 50% / 14%;
  border-radius: 50% / 14%;
}

.blog-item h5 {
  font-size: 15px;
  font-weight: 500;
}

.blog-item h3 {
  margin-bottom: 15px;
}

.blog-item h3 a {
  font-size: 22px;
  font-weight: 600;
}

.blog-item h3 a:hover {
  color: #212529;
}

.blog-item .b-btn {
  font-weight: 500;
}

.blog-item .b-btn:hover {
  color: #535353;
}

/** Blog 3 start **/
.blog-3 {
  border-radius: 0;
  border: none;
  position: relative;
}

.blog-3 .blog-photo img {
  width: 100%;
}

.blog-3 .date-box {
  position: absolute;
  top: 15px;
  font-size: 13px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 13px;
  right: 19px;
}

.blog-3 .date-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 20px solid transparent;
  bottom: -20px;
  right: 0;
}

.blog-3 .detail {
  position: relative;
  float: left;
  width: 90%;
  margin: -30px 5% 30px 5%;
  padding: 25px 25px 15px 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 4;
}

.blog-3 .detail h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-3 .post-meta {
  width: 100%;
  margin-bottom: 10px;
}

.blog-3 .detail .post-meta span {
  margin-right: 20px;
  font-size: 13px;
  font-weight: 600;
}

.blog-3 .detail .post-meta span a i {
  margin-right: 5px;
}

.blog-3 .detail p {
  font-size: 14px;
  margin-bottom: 0;
}

.blog-3 .detail h3 a:hover {
  color: #777;
}

/** Blog 4 start **/
.blog-4 {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-4:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.blog-4 .blog-photo {
  position: relative;
}

.blog-4 .blog-photo img {
  width: 100%;
}

.blog-4 .detail {
  padding: 45px 25px 10px;
  text-align: center;
}

.blog-4 .detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 27px;
}

.blog-4 .post-meta {
  position: absolute;
  bottom: -20px;
  font-size: 15px;
  border-radius: 5px;
  width: 90%;
  margin: 0 5%;
  padding: 7px 0;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-4 .post-meta span {
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 14px;
  color: #3c3b3b;
  font-weight: 500;
  line-height: 26px;
}

.blog-4 .detail h3 a {
  color: #000000;
}

.blog-4 .post-meta span i {
  font-size: 14px;
  margin-right: 5px;
  font-weight: 600;
}

.blog-4 .date-box-2 {
  position: absolute;
  top: 20px;
  font-size: 14px;
  padding: 6px 15px 4px;
  text-align: center;
  right: 20px;
  background: #fff;
  border-radius: 3px;
  transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-4:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.blog-4:hover .date-box-2 {
  transform: rotateY(360deg);
}

.blog-4:hover .blog-photo:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    358deg,
    #003368 8%,
    #0033684d 82%
  ) !important;
  opacity: 0.5;
}

/** Blog big start **/
.blog-big:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.blog-big .detail {
  padding: 30px 25px 20px;
}

/** Intro section start **/
.intro-section {
  position: relative;
}

.intro-section .intro-section-inner {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.intro-section .intro-section-inner:after {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 70% 100%);
  opacity: 0.5;
}

.intro-text h3 {
  font-size: 27px;
  margin: 0;
  line-height: 50px;
  color: #fff;
  z-index: 999;
  font-weight: 400;
}

.intro-section .btn {
  background: #fff;
  padding: 16px 30px 12px 30px;
  float: right;
}

.intro-section .btn:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

/** Notice start **/
.notice {
  padding: 15px 15px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #eaeff5;
  border-left: 4px solid #838992;
  box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}

.notice-success {
  border-left-color: #74ba28;
}

.notice-success strong {
  color: #74ba28 !important;
}

.notice-danger {
  border-left-color: #eb344f;
}

.notice-danger strong {
  color: #eb344f;
}

.notice-info strong {
  color: #1db4bd;
}

.notice-info {
  border-left-color: #1db4bd;
}

.notice-warning {
  border-left-color: #fea911;
}

.notice-warning strong {
  color: #fea911;
}

.notice strong {
  font-weight: 600;
}

.progress {
  margin-bottom: 20px;
}

.tab-box .nav-pills .nav-link {
  padding: 7px 30px;
}

.tab-box .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-radius: 100px;
}

.table-bordered .ass th {
  font-weight: 600;
}

.table-bordered {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: #535353;
  font-size: 15px;
}

.active-items-box .list-group-item {
  padding: 12px 20px;
}

.active-items-box .list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #fff;
  color: #212529;
}

.table > :not(caption) > * > * {
  padding: 20px;
}

/** Footer start **/
.footer {
  padding-top: 80px;
  background: url("../img/img-2.jpg");
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #201297;
  content: "";
  z-index: -1;
  opacity: 0.3;
}

.footer ul li a {
  color: #bfbfbf;
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #e4e3e3;
  text-transform: uppercase;
}

.footer .footer-item {
  margin-bottom: 60px;
}

.footer .footer-inner .links li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.footer .footer-inner .links li:last-child {
  margin-bottom: 0;
}

.footer .footer-inner .links li a:hover {
  color: #e4e3e3;
}

.footer .recent-posts-box h5 a:hover {
  color: #e4e3e3;
}

.footer a {
  color: #bfbfbf;
}

.footer .footer-inner p {
  font-size: 15px;
  color: #bfbfbf;
}

.footer .footer-inner p a {
  color: #bfbfbf;
}

.footer .recent-posts .listing-post-meta {
  color: #bfbfbf;
  font-size: 14px;
}

.footer .recent-posts .listing-post-meta a {
  color: #bfbfbf;
}

.footer .recent-posts .media h5 a {
  font-weight: 500;
  font-size: 18px;
}

.footer .recent-posts .media h5 a:hover {
  color: #e4e3e3;
}

.footer .footer-inner .contact-info li {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #bfbfbf;
  position: relative;
  padding-left: 25px;
}

.footer .footer-inner .contact-info li i {
  left: 0;
  position: absolute;
  line-height: 22px;
}

.footer .footer-inner .social-list-2 {
  margin-top: 25px;
}

.footer .footer-inner .social-list-2 li {
  display: inline-block;
  font-size: 16px;
}

.footer .footer-inner .social-list-2 li a {
  margin: 0 3px 3px 0;
  font-size: 16px;
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  line-height: 45px;
}

.sub-footer {
  padding: 30px 0;
  border-top: solid 1px #292929;
  text-align: center;
  margin: 20px 0 0;
  color: #fff;
}

.sub-footer p {
  color: #bfbfbf;
  margin-bottom: 0;
}

.footer .footer-inner form .form-control {
  width: 77%;
  height: 50px;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 15px;
  outline: 0;
  border: transparent;
}

.footer .form-inline .btn {
  width: 20%;

  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 3%;
}

.footer .recent-posts .media h5 a {
  color: #bfbfbf;
}

/** Main footer 2 area start **/
.main-footer-2 {
  position: relative;
  text-align: center;
  padding-top: 50px;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: url("../img/img-10.jpg.png") top left repeat;
  background-size: cover;
  background-position: 50%;
}

.main-footer-2 .footer-menu ul {
  margin-bottom: 40px;
}

.main-footer-2 .footer-menu ul li,
.footer-menu ul li a {
  display: inline-block;
  position: relative;
}

.main-footer-2 .footer-menu ul li a {
  color: #fff;
  margin-right: 40px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.main-footer-2 .footer-menu ul li a:before {
  position: absolute;
  top: 3px;
  right: -20px;
  width: 1px;
  height: 15px;
  background-color: #fff;
  content: "";
  opacity: 0.4;
}

.main-footer-2 .footer-menu ul li:last-child a:before {
  opacity: 0;
}

.main-footer-2 .social-media .social-list-2 {
  margin-bottom: 50px;
}

.main-footer-2 .social-media .social-list-2 li {
  display: inline-block;
  font-size: 16px;
}

.main-footer-2 .social-media .social-list-2 li a {
  margin: 0 3px 3px;
  font-size: 16px;
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  line-height: 45px;
}

.main-footer-2 .logo-image {
  margin-bottom: 35px;
}

.main-footer-2 .copy-right p {
  text-align: center;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 0;
}

.main-footer-2 .copy-right p a {
  color: #fff;
  opacity: 0.9;
}

.main-footer-2 img {
  height: 50px;
}

.main-footer-2 .copy-right {
  border-top: solid 1px #a3a3a340;
  padding: 25px 0;
  text-align: center;
  font-size: 15px;
}

/** Posts by category start **/
.posts-by-category ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.posts-by-category ul li {
  margin-bottom: 10px;
}

.posts-by-category ul li a {
  color: #535353;
  font-size: 15px;
}

.posts-by-category ul li:last-child {
  border-bottom: none;
  margin: 0;
}

/** Tags box start **/
.tags-box ul li {
  display: inline-block;
}

.tags-box ul li a {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  color: #535353;
  display: inline-block;
  font-size: 15px;
  margin: 0 0 5px;
  padding: 5px 15px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 3px;
}

.tags-box ul li a:hover {
  color: #fff;
}

/** Recent posts start **/
.recent-posts-box img {
  width: 70px;
  border-radius: 2px;
}

.recent-posts-box h5 {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 17px;
}

.recent-posts-box .listing-post-meta {
  font-size: 15px;
  color: #535353;
}

.recent-posts-box .listing-post-meta a {
  color: #535353;
}

/** Counters start **/
.counters {
  padding: 80px 0 40px;
  background: url("../img/img-9.jpg");
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-box {
  margin-bottom: 40px;
  text-align: center;
}

.counter-box i {
  font-size: 45px;
  color: #fff;
  line-height: inherit;
}

.counter-box h1 {
  font-weight: 700;
  color: #fff;
  margin: 10px 0 15px;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
}

.counter-box h5 {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 500;
}

/** Advantages box start **/
.advantages-box {
  margin: 0 0 30px 0;
  width: 100%;
  background: #fff;
  padding: 30px 20px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.9s;
  position: relative;
  z-index: 1;
}

.advantages-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.9s;
  z-index: -1;
}

.advantages-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.advantages-box .icon {
  border-radius: 50%;
  margin: 0 auto 20px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  top: 0;
  font-size: 35px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.advantages-box:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #fff;
}

.advantages-box h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.advantages-box h5 a {
  color: #fff;
}

.advantages-box p {
  font-size: 15px;
  color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.advantages-box:hover::before {
  height: 100%;
}

/** Advantages box 2 start **/
.advantages-box-2 {
  margin: 0 auto 30px;
  position: relative;
  background: #fff;
  padding: 30px 25px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.advantages-box-2:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.advantages-box-2.df-box:hover:before {
  -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}

.mt-50 {
  margin-top: 50px;
}

.advantages-box-2.df-box:before {
  content: " ";
  width: 95%;
  height: 95%;
  z-index: -3;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 1px;
  border-radius: 12px;
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages-box-2.df-box:after {
  background: #fff;
}

.advantages-box-2 h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}

.advantages-box-2 h5 a {
  color: #000000;
}

.advantages-box-2 p {
  margin-bottom: 0;
}

.advantages-box-2 i {
  font-size: 60px;
}

.advantages-box-2.df-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.advantages-box-2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/** Advantages 3 start **/
.advantages-3 {
  background: rgba(0, 0, 0, 0.04) url("../img/img-5.jpg") top left repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.advantages-3 .main-title {
  text-align: left;
  margin-bottom: 0;
  padding-right: 70px;
}

.advantages-box-3 {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
}

.advantages-box-3 i {
  font-size: 50px;
  margin-right: 20px;
}

.advantages-3 .main-title p {
  margin-bottom: 20px;
}

.advantages-box-3 h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 15px;
}

.advantages-box-3 p {
  font-size: 15px;
  margin-bottom: 0;
}

.advantages-3 .main-title h2 {
  color: #fff;
}

.advantages-3 .main-title p {
  opacity: 0.9;
  color: #fff;
}

/** Advantages 4 start **/
.advantages-4 .advantages-4-inner {
  position: relative;
  padding: 20px 30px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 25px 60px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 15px;
  border-radius: 15px;
}

.advantages-4 .advantages-4-inner:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.advantages-4 .icon {
  position: relative;
  display: block;
  font-size: 65px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.advantages-4 h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.advantages-4 p {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0;
}

.advantages-4 .advantages-4-inner:before,
.advantages-4 .advantages-4-inner:after {
  position: absolute;
  height: 180px;
  width: 180px;
  right: -10px;
  top: -75px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 9;
  opacity: 0.3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  content: "";
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.advantages-4 .detail {
  margin-left: 0px;
}

.advantages-4 .icon {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

/** Advantages 5 start **/

.ab-mb {
  margin-bottom: 0 !important;
}

.btn-light {
  color: #636363 !important;
}

/** Testimonial start **/
.testimonial {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../img/img-4.jpg");
  position: relative;
}

.testimonial-bg {
  background: #f9f9f8;
}

.testimonial .testimonials-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.testimonial .testimonials-inner .user {
  background-color: #dddddd;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  left: 0;
  position: absolute;
  top: 30px;
  transition: background-color 0.15s linear;
  display: block;
  z-index: 999 !important;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.testimonial .testimonials-inner:hover .user {
  transform: rotateY(360deg);
  color: #fff;
}

.testimonial .testimonials-inner a img {
  bottom: 2px;
  border-radius: 50%;
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 0px;
  box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
}

.testimonial .testimonials-inner .testimonial-info {
  margin: 0 0 0 60px;
  padding: 40px 30px 40px 90px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
}

.testimonial .testimonials-inner h3 {
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: 600;
}

.testimonial .testimonials-inner .rating {
  font-size: 16px;
}

.testimonial .testimonials-inner .rating i {
  color: orange;
}

/** Testimonial 3 start **/
.testimonial-3 {
  text-align: center;
  z-index: 0;
  padding: 100px 0 80px;
}

.testimonial-3 .testimonial-inner {
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-3 .main-title {
  margin-bottom: 30px;
}

.testimonial-3 .testimonial-inner .carousel-inner {
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-3 .testimonial-inner .avatar {
  max-width: 110px;
  margin: 0 auto 20px;
}

.testimonial-3 .testimonial-inner .avatar img {
  border-radius: 100px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
}

.testimonial-3 .testimonial-inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.testimonial-3 .testimonial-inner h5 strong {
  margin-right: 5px;
  font-weight: 600;
}

.testimonial-3 .testimonial-inner .author-name {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.testimonial-3 .testimonial-inner p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-3 .testimonial-inner .carousel-item {
  margin-bottom: 20px;
}

.testimonial-3 .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
}

.testimonial-3 .carousel-indicators {
  bottom: 0;
  margin-bottom: 20px;
}

.testimonial-3 .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #161616;
  background-clip: padding-box;
  border: 0;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.testimonial-3 .carousel-control-next {
  display: none;
}

.testimonial-3 .carousel-control-prev {
  display: none;
}

/** TESTIMONIAL 4 STARTED **/
.testimonial-4 {
  z-index: 999;
  position: relative;
  padding: 100px 0 107px;
}

.testimonial-4:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/img-7.jpg") top left repeat;
  background-position: center center;
  background-size: cover;
}

.testimonial-4 .testimonial-info {
  text-align: left;
  max-width: 500px;
}

.testimonial-4 .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 7px;
  border-radius: 2px;
  padding: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  opacity: 1;
  transition: opacity 0.6s ease;
  float: left;
  margin: 0 auto -10px 0;
}

.testimonial-4 .carousel-indicators {
  width: 70px;
}

.testimonial-4 .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto 0 0;
  list-style: none;
  float: left;
}

.testimonial-4 .user-info {
  margin-bottom: 30px;
}

.testimonial-4 .user-info img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
  display: inline-block;
  transition: all 0.5s;
}

.testimonial-4 .user-info p {
  margin-bottom: 0;
  line-height: normal;
}

.testimonial-4 .user-info h5 {
  font-weight: 600;
  font-size: 20px;
  margin: 5px 0 3px;
}

/** Social links start SOCIAL **/
.social-links .social-list li {
  display: inline-block;
  font-size: 16px;
}

.social-links .social-list li a {
  margin-bottom: 3px;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
}

/** Option bar start **/
.option-bar {
  margin-bottom: 30px;
}

.option-bar .sort {
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 35px;
  font-family: "Kanit", sans-serif;
}

.sorting-options2 {
  float: left;
}

.sorting-options span {
  line-height: 35px;
}

.sorting-options {
  float: right;
}

.sorting-options2 .bootstrap-select {
  width: 200px !important;
}

.sorting-options2 .dropdown-toggle::after {
  margin-left: 0em;
}

.sorting-options2 .bootstrap-select > .dropdown-toggle {
  padding-right: 30px;
}

.change-view-btn {
  border-radius: 2px;
  border: solid 2px #e4e4e4;
  margin: 0 2px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: block;
  float: left;
  font-size: 20px;
}

.change-view-btn:hover {
  background: #e4e4e4;
  border: solid 2px #e4e4e4;
}

.active-view-btn {
  background: #e4e4e4;
  border: solid 2px #e4e4e4;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: block;
  float: left;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ccc !important;
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.option-bar .btn-light:hover {
  color: #636363;
}

/**  Comments start **/
.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment {
  margin: 0 0 30px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.comment h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.comment .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.comment-author {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 0;
  position: absolute;
  top: 0;
}

.comment-author a img {
  bottom: 2px;
  border-radius: 10%;
  display: block;
  width: 100%;
  position: absolute;
  top: 2px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.t-s {
  margin-top: 40px;
}

.t-s h2 {
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 20px;
}

.comment-content {
  margin: 0 0 0 80px;
  border-bottom: dashed 1px #d6d6d6;
  padding-bottom: 20px;
}

.comment p {
  margin-bottom: 0;
  font-size: 15px;
}

.mrg-bdr {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}

.comment-content h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 7px;
}

.comment-content.b-none {
  padding-bottom: 0;
  border: none;
}

.comment-content h6 span {
  font-weight: 500;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
}

.comment-content h6 span a {
  margin-left: 10px;
}

.comment-content h6 span a:hover {
  color: #535353 !important;
}

.comment-content .comment-rating {
  color: orange;
}

.comments ul {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
}

.comment-b .comment-content {
  padding-bottom: 0;
  border-bottom: transparent;
  margin: 0 0 0 85px;
}

.comment-b .comment-content p {
  margin-bottom: 0;
}

.comment-b {
  margin-bottom: 0;
}

/** Coming soon start **/
.coming-soon {
  background: rgba(0, 0, 0, 0.04) url("../img/banner/img-6.jpg") top left repeat;
  background-size: cover;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.coming-soon h1 {
  font-weight: 700;
  font-size: 90px;
  margin-bottom: 35px;
  color: #fff;
  text-transform: uppercase;
}

.coming-soon .typing > * {
  overflow: hidden;
  white-space: nowrap;
  animation: typingAnim 3s steps(50);
}

.slick-esquerda {
  left: 50px;
}

.slick-direita {
  right: 50px;
}

@keyframes typingAnim {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.coming-soon h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.coming-soon ul li {
  display: inline-block;
}

.coming-soon ul li a {
  color: #fff;
  width: 45px;
  font-size: 18px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  margin: 2px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  text-align: center;
}

.coming-soon ul li a:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
  box-shadow: 0px 0px 0px 2px #fff;
}

.coming-soon-info .coming-form {
  max-width: 445px;
}

.coming-soon .bordered-right {
  border-right: 1px solid #848484;
}

.coming-soon .form-control {
  width: 67%;
  height: 50px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  outline: 0;
  border: 1px solid #ebebeb;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.coming-soon .btn,
.coming-soon-info .btn:hover,
.coming-soon-info .btn:active {
  width: 33%;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  color: #fff;
}

.coming-soon img {
  margin-bottom: 10px;
  height: 50px;
}

.coming-soon-counter {
  margin-bottom: 30px;
}

.coming-soon-counter div {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 10px 10px 0;
  width: 110px;
  padding: 7px 2px 15px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  text-align: center;
}

.coming-soon-counter div:last-child {
  border: none;
}

.coming-soon-counter div span {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  font-family: "Kanit", sans-serif;
  color: #fff;
}

.ca .team-2 .detail {
  padding: 20px 20px 20px 25px;
  left: -0;
}

/** Contact 1 start **/
.contact-1 form .form-control {
  width: 100%;
  padding: 10px 17px;
  font-size: 15px;
  outline: none;
  color: #6c6c6c;
  border-radius: 3px;
  min-height: 50px;
  font-weight: 400;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.contact-1 .col-pad2 {
  padding: 0;
}

.contact-1 .contact-details .ci-box i {
  width: 65px;
  font-size: 25px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
  background: #fff;
  color: #000;
  text-align: center;
}

.contact-1 .contact-details .ci-box {
  margin-bottom: 25px;
  position: relative;
}

.contact-1 .contact-details .ci-box.mb-40 {
  margin-bottom: 40px;
}

.contact-1 .detail {
  margin: 5px 0 0 20px;
}

.contact-1 .contact-details {
  background: #fff;
  padding: 50px;
  background: rgba(0, 0, 0, 0.04) url("../img/banner/img-6.jpg") top left repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.contact-1 .contact-details:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #191fcb;
  content: "";
  z-index: -1;
  opacity: 0.7;
}

.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.contact-1 .contact-pad {
  padding: 50px;
}

.contact-1 .col-pad2 {
  border-right: none;
}

.contact-1 .form-group {
  margin-bottom: 20px;
}

.contact-1 form textarea {
  min-height: 240px !important;
}

.contact-1 .contact-details .ci-box h4 {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  margin: 0 0 5px;
}

.contact-1 h3 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 22px;
}

.contact-1 .social-list li {
  display: inline-block;
}

.contact-1 .social-list li a {
  margin-bottom: 2px;
  color: #000;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}

.contact-1 .social-list li a:hover {
  color: #fff;
}

.contact-1 .social-list li a:hover {
  color: #fff;
}

.contact-1 .contact-details .ci-box p {
  font-size: 15px;
  color: #e1e0e0;
  margin-bottom: 0;
}

.contact-1 .contact-details .ci-box p a {
  color: #e1e0e0;
}

.contact-1 .contact-details h3 {
  color: #fff;
}

.contact-map {
  height: 350px !important;
}

.contact-map-content .map-content {
  width: 250px;
}

/** Social media box **/
.social-media-box .social-list li {
  float: left;
}

.social-media-box .social-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0 6px 4px 0;
  border-radius: 3px;
}

/** Financing calculator **/
.financing-calculator .form-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  font-family: "Kanit", sans-serif;
}

.financing-calculator .form-group {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

/** Content area srart **/
.content-area {
  /* padding: 100px 0 70px; */
  padding-top: 100px;
}

.content-area-2 {
  margin-bottom: 100px;
}

.content-area-box {
  position: relative;
  margin-top: -60px;
  z-index: 999;
}

.content-area-3 {
  margin-bottom: 70px;
}

.content-area-4 {
  padding: 100px 0 50px;
}

.content-area-5 {
  padding: 100px 0;
}

.content-area-6 {
  padding: 105px 0 25px;
}

.content-area-7 {
  padding-bottom: 85px;
}

.content-area-8 {
  padding: 185px 0 70px;
}

.content-area-9 {
  padding: 100px 0 90px;
}

.content-area-10 {
  padding: 100px 0 60px;
}

.content-area-11 {
  padding: 100px 0;
}

.content-area-12 {
  padding: 100px 0 80px;
}

.content-area-13 {
  padding: 100px 0 85px;
}

.content-area-14 {
  margin-bottom: 90px;
}

.content-area-15 {
  padding: 100px 0 10px;
}

.content-area-16 {
  padding: 100px 0 90px;
}

.content-area-17 {
  padding: 100px 0 80px;
}

.content-area-18 {
  padding: 190px 0 70px;
}

.content-area-19 {
  padding: 100px 0 50px;
}

.theme img {
  margin-bottom: 30px;
}

/** Paginatin box **/
.pagination-box {
  margin-bottom: 25px;
}

.pagination {
  padding-left: 0;
  border-radius: 4px;
  display: inline-block;
}

.pagination li {
  display: inline-block;
}

.pagination > li > a {
  color: #4d4d4d;
  font-size: 18px;
  background: #fff;
  font-weight: 400;
}

.pagination > li > a i {
  font-size: 15px;
  font-weight: 600;
}

.pagination > li > a,
.pagination > li > span {
  margin: 0 2px 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  padding: 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination .page-item:first-child .page-link {
  border-radius: 3px;
}

.pagination .page-item:last-child .page-link {
  border-radius: 3px;
}

.pagination > li > a:hover {
  color: #fff;
}

.pagination > li > .active {
  color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.page-link:focus {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.page-numbers.disabled {
  background-color: #003368 !important;
  color: #fff;
}

.show-more-options {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  line-height: 30px;
  font-family: "Kanit", sans-serif;
  color: #000000;
}

.show-more-options i {
  font-size: 20px;
  line-height: 30px;
  margin-right: 3px;
}

/**  Partners start **/
.partners {
  text-align: center;
  padding: 30px 0 20px;
}

.partners img {
  max-width: 160px;
  margin: 0 auto;
}

/** OUR NEWSLATTERS AREA START **/
.our-newslatters {
  text-align: center;
  background: #f1f1f1;
  padding: 50px 0;
}

.our-newslatters h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
}

.our-newslatters p {
  margin-bottom: 20px;
  font-size: 16px;
}

.our-newslatters .form-info {
  max-width: 600px;
  margin: 0 auto;
}

.our-newslatters .form-control {
  width: 70%;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  outline: 0;
  color: #f6f6f6;
  height: 50px;
  border-radius: 3px;
}

.our-newslatters .btn-6 {
  padding: 13.5px 5px 11.5px;
  width: 25%;
  margin-left: 5%;
}

/** Navbar buttons start **/
.navbar-buttons img {
  width: 45px;
  border-radius: 50px;
  margin: 20px 15px 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-buttons {
  float: right;
  text-align: right;
  font-weight: 500;
}

.navbar-buttons ul li {
  float: left;
  margin-left: 35px;
}

.navbar-buttons .btn-md {
  border-radius: 50px;
}

.header-2 {
  padding: 0 15px;
}

/** Sidebar widget start **/
.sidebar-right {
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sidebar-left {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.widget {
  padding: 30px;
  border-bottom: solid 1px #e2e2e2;
}

.widget-2 {
  margin-bottom: 40px;
  padding: 30px 25px;
}

.widget-3 {
  border-bottom: none;
}

.single-block {
  margin-bottom: 30px;
}

.sidebar-title {
  font-size: 20px;
  position: relative;
  margin: 0 0 20px;
  /* cursor: pointer; */
  font-weight: 600;
}

.sidebar .search-box {
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}

.form-search {
  position: relative;
}

.form-search .form-control {
  box-shadow: none;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 3px;
  height: 50px;
}

.form-search .btn {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 12px 9px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
  box-shadow: none;
  outline: none;
}

.form-search .btn i {
  color: #777;
}

.form-search .form-group,
.form-search .form-control {
  width: 100%;
}

.range-slider {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: "Kanit", sans-serif;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.range-slider label {
  font-size: 14px;
  color: #161616;
  font-weight: 600;
  margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 0;
  border: 2px solid #66676b;
  cursor: w-resize;
  outline: none;
  top: -5px;
  margin-left: -8px;
  box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
  background-color: #ccc;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height: 4px;
  border-radius: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.min-value:focus,
.max-value:focus,
.min-value,
.max-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

.min-value {
  float: left;
  margin-left: -8px;
  width: 40%;
  margin-right: -8px;
  font-size: 12px;
  color: #535353;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
}

.max-value {
  float: right;
  width: 60%;
  text-align: right;
  margin-right: -8px;
  font-size: 12px;
  color: #535353;
  font-weight: 600;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
}

.sidebar .recent-posts-box .detail header {
  padding-bottom: 0;
}

.search-box-2 {
  padding: 30px 20px;
}

.search-box-2 .search-fields {
  min-height: 60px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #fff;
  background: #fff;
}

.search-box-2 .bootstrap-select button {
  padding: 18px 15px;
}

.search-box-2 .bootstrap-select .dropdown-toggle::after {
  top: 30px;
}

.search-box-2 .btn-block {
  background: #000;
  color: #fff;
  border-radius: 0;
}

.search-box-2 .btn-block:hover {
  background: #252525;
}

.search-box-2 .btn-md {
  padding: 19px 30px 17px 30px;
  height: 60px;
}

.search-box-2 .col-pad {
  padding: 0 5px;
}

.search-box-3 {
  padding: 30px 0 10px;
  background: #fff;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-box-3 .button-theme {
  color: #fff;
  font-weight: 600;
}

.search-box-3 i {
  margin-right: 3px;
}

.search-box-3 .form-group {
  margin-bottom: 20px;
}

.search-box-3 .range-slider {
  margin-top: 10px;
  margin-bottom: 20px;
}

.sb-5 {
  transition: all 0.4s;
  position: absolute;
  bottom: -119px;
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.sb-5 .search-area-inner {
  padding: 56px 40px 56px 40px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.sb-5 .search-area-inner .search-fields {
  border: 1px solid #ffffff;
  background: #fff;
}

.sb-5 .range-slider .ui-widget-header {
  background-color: #000;
}

.sb-5 .range-slider .ui-slider .ui-slider-handle {
  border: 2px solid #000;
}

.sb-5 .range-slider .ui-slider .ui-slider-handle {
  background: #000;
}

.sb-5 .button-theme {
  background: #000;
}

.sb-5 .button-theme:hover {
  background: #252525;
}

.sb-5 .min-value {
  color: #000;
}

.sb-5 .max-value {
  color: #000;
}

.sb-6 {
  display: none;
}

.white-btn {
  background: #24272b;
  color: #fff;
  font-size: 14px;
}

.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.search-box-4 {
  padding: 40px 40px 25px;
  max-width: 350px !important;
  width: 100%;
  margin-left: auto;
  z-index: 1;
  background: rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.search-box-4 .search-fields {
  min-height: 40px;
  padding: 0;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #fff;
  background: #fff;
}

.search-box-4 .btn-md {
  padding: 12px 30px 12px 30px;
}

.search-box-4 .form-group {
  margin-bottom: 15px;
}

.bi5 {
  margin-top: 50px;
}

.banner-content3 {
  text-align: left;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 10px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/** Sub Banner start **/
.sub-banner {
  background: rgba(0, 0, 0, 0.04) url("../img/img-6.jpg") top left repeat;
  background-size: cover;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  font-family: "Kanit", sans-serif;
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
}

.mb-7 {
  margin-bottom: 7px;
}

.sub-banner .breadcrumb-area h1 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.sub-banner .breadcrumbs li a {
  color: #fff;
}

.sub-banner .breadcrumbs .active {
  margin-left: 3px;
  color: #fff;
}

.sub-banner .breadcrumbs .active:before {
  content: "/";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 7px;
  font-weight: 600;
}

.blog-social-list {
  float: right;
  font-family: "Kanit", sans-serif;
}

.blog-social-list a {
  text-align: center;
  display: inline-block;
  list-style: none;
}

.blog-social-list span {
  margin-right: 10px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #161616;
}

.blog-social-list a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  color: rgb(255, 255, 255);
  margin: 2px 0;
  border-radius: 5%;
}

.blog-tags a {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  color: #535353;
  display: inline-block;
  font-size: 15px;
  margin: 0 0 5px;
  padding: 8px 12px;
  text-transform: capitalize;
  border-radius: 3px;
}

.blog-tags span {
  margin-right: 10px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  color: #161616;
}

/** Details banner start **/
.details-banner {
  position: relative;
}

.details-banner .text h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #fff;
}

.details-banner .slide-box {
  padding: 0;
  cursor: pointer;
}

.details-banner .text .location {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.details-banner .text .ratings-box {
  margin-right: 4px;
  padding: 4px 10px;
  color: #fff;
  border-radius: 3px;
}

.details-banner .ratings-2 span {
  font-size: 15px;
  color: #fff;
}

.details-banner .ratings-box {
  margin-right: 4px;
  padding: 4px 10px;
  color: #fff;
  border-radius: 3px;
}

.details-banner .ratings-2 i {
  color: orange;
}

.details-banner .ratings-2 {
  margin-bottom: 20px;
}

.details-banner .breadcrumb-area-2 {
  letter-spacing: 0.5px;
  width: 100%;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}

.details-banner .cover-buttons ul {
  float: right;
}

.details-banner .cover-buttons ul li {
  display: inline-block;
}

.details-banner .cover-buttons ul li a {
  color: #fff;
  padding: 8px 23px;
  border: solid 1px #fff;
  font-size: 14px;
  opacity: 0.9;
  border-radius: 3px;
}

.details-banner .cover-buttons ul li a:hover {
  color: #fff;
}

.details-banner .slide-box {
  padding: 0;
}

.details-banner img {
  height: 635px;
  width: 100%;
}

/** My account box start **/
.my-address form .form-group {
  margin-bottom: 20px;
}

.my-address form .input-text {
  width: 100%;
  padding: 10px 17px;
  font-size: 14px;
  border: 1px solid #e8e7e7;
  outline: none;
  height: 45px;
  border-radius: 3px;
  line-height: 30px;
}

.my-address form textarea {
  min-height: 150px;
}

.my-address form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #827f7f;
}

.my-address {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.edit-profile-photo {
  position: relative;
  box-shadow: 0 0 10px 1px rgb(228, 228, 228);
  padding: 2px;
}

.change-photo-btn {
  display: inline-block;
  position: absolute;
  font-size: 13px;
  left: 0%;
  right: 0%;
  width: auto;
  transition: 0.3s;
  cursor: pointer;
  line-height: 28px;
  margin: 20px 0;
}

.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 15px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}

.photoUpload span {
  color: #fff;
  font-weight: 600;
}

.photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.my-address {
  margin-bottom: 30px;
}

.footer .listing-meta span a {
  text-decoration: none;
  float: right;
  margin-left: 15px;
  color: #525252;
}

.footer .listing-meta span a i {
  margin-right: 4px;
}

.footer .listing-meta span a:hover {
  color: #8c8c8c;
}

.heading {
  margin: 0 0 30px;
  /* font-size: 20px; */
  font-weight: 600;
}

.heading-2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
}

.heading-4 {
  margin-bottom: 30px;
}

.heading-4 h4 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.form-group label,
.checkbox label {
  font-weight: 400;
  font-size: 15px;
}

/** Dashboard nav start **/
.dashboard {
  position: relative;
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.dashboard-nav {
  display: block;
  height: 100%;
}

.dashboard-nav h4 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 15px 30px 15px;
}

.dashboard-nav ul {
  border-bottom: 1px solid #343a40;
}

.dashboard-nav ul li.active,
.dashboard-nav ul li:hover {
  border-color: #fff;
}

.dashboard-nav ul li {
  border-left: 3px solid transparent;
  line-height: 25px;
  font-weight: 400;
  font-size: 15px;
}

.dashboard-nav ul li a {
  color: #fff;
  display: block;
  padding: 11px 27px;
  transition: 0.3s;
  cursor: pointer;
}

.dashboard-nav ul li a:hover {
  color: #c5c5c5;
}

.dashboard-nav ul li a i {
  padding-right: 8px;
  width: 20px;
}

.dashboard-content {
  padding: 30px 30px 0;
}

.dashboard-header {
  margin-bottom: 20px;
}

.dashboard-header .breadcrumb-nav {
  right: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  float: right;
}

.dashboard-header .breadcrumb-nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 15px;
  font-weight: 500;
}

.dashboard-header h4 {
  font-weight: 600;
  font-size: 25px;
}

.dashboard-list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.dashboard-list h3 {
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  margin: 0;
  width: 100%;
  font-weight: 600;
}

.dashboard-message {
  float: left;
  padding: 25px 25px;
  position: relative;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.dashboard-list h4 {
  padding: 15px 25px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.responsive-table {
  padding: 20px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-weight: 500;
}

.dashboard-nav ul li span.nav-tag {
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0 7px;
  text-align: center;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-left: 5px;
  background: #fff;
}

.dashboard-list .comment-content {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.sub-banner-2 {
  margin: 0 15px 30px;
  font-size: 15px;
}

.badge-pink {
  background-color: #ff8acc;
  color: #fff;
}

.badge-purple {
  background-color: #5b69bc;
  color: #fff;
}

/** Tab box 2 start **/
.tab-box-2 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent;
  border-radius: 0;
}

.tab-box-2 .nav-item {
  float: right;
  display: inline-block;
}

.tab-box-2 .nav-link {
  display: block;
  padding: 8px 10px;
  font-weight: 500;
}

.comments-tr {
  border-bottom: 1px solid #eee;
}

.comments-tr span {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.tab-box-2 .comment-content {
  padding-bottom: 0;
  border-bottom: none;
}

.tab-box-2 .comment-content p {
  margin-bottom: 0;
}

/** Ui item start **/
.ui-item {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 30px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
}

.ui-item i {
  font-size: 70px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: rgba(255, 255, 255, 0.41);
}

.ui-item p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.ui-item h4 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

/** typography start **/
.typography .heading-3 {
  margin: 0 0 20px;
  font-weight: 600;
}

/** Car amenities start **/
.car-amenities ul li {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 27px;
  position: relative;
}

.car-amenities ul li i {
  left: 0;
  position: absolute;
  top: 3px;
}

.search-banner .show-more-options {
  margin-bottom: 20px;
  display: block;
}

.features-info ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.features-info ul li strong {
  margin-right: 5px;
  font-weight: 500;
}

.car-details-page .heading {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.car-details-page iframe,
.modal-body iframe .element.style {
  height: 350px;
}

.car-details-page iframe,
.modal-body iframe {
  width: 100%;
  border: none;
}

/** Heading car 2 start **/
.heading-car-2 {
  float: left;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  padding: 20px 20px;
  z-index: 20;
  font-size: 13px;
  letter-spacing: 1px;
  color: #e2e1e1;
}

.heading-car-2:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.36);
  z-index: -1;
}

.heading-car-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 185px;
  height: 100%;
  z-index: -1;
  border-radius: 50px 0 0 50px;
}

.heading-car-2 h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
}

.heading-car-2 p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}

.heading-car .price-box-3 {
  font-size: 50px;
}

.heading-car-2 .price-box-3 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}

.heading-car-2 .price-box-3 sup {
  font-size: 15px;
  position: relative;
  top: -25px;
  color: #fff;
  font-weight: 400;
}

.heading-car-2 .price-box-3 span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

/** Heading car 3 **/
.heading-car-3 {
  margin-bottom: 20px;
}

.heading-car-3 h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}

.heading-car-3 .pull-right h3 {
  font-family: "Poppins", sans-serif;
  float: right;
}

.heading-car-3 .ratings-2 i {
  color: orange;
}

.heading-car-3 p {
  margin-bottom: 0;
}

/** Shop box **/
.shop-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.shop-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.shop-box .shop-photo {
  width: 100%;
  position: relative;
}

.shop-box img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.shop-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(16 57 193 / 63%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0;
}

.shop-box .text-section {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.shop-box .text-section .btn-primary {
  background-color: #fff;
  padding: 10px 25px;
  border-color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.shop-box .text-section .btn-primary:hover {
  color: #fff;
}

.shop-box .rating {
  width: 100%;
  color: orange;
}

.shop-box .sale-price {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.shop-box .sale-price .del {
  color: red;
  margin-right: 10px;
  font-weight: 500;
}

.shop-box .shop-info {
  padding: 25px 25px;
  text-align: left;
}

.shop-box .shop-info h4 {
  color: #2d3954;
  font-size: 20px;
  font-weight: 600;
}

.shop-box:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}

/** Cart total box start **/
.cart-total-box {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.cart-total-box h5 {
  font-weight: 600;
  font-size: 18px;
}

.cart-total-box ul li {
  line-height: 33px;
  width: 100%;
  font-size: 15px;
}

/** Shop checkout start **/
.shop-checkout .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  background: transparent;
  outline: 0;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.shop-checkout .form-group {
  margin-bottom: 20px;
}

.payment-box {
  margin: 0;
  margin-left: 25px;
}

.form-check-input:focus {
  box-shadow: none;
}

.payment-box .form-check-label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-family: "Kanit", sans-serif;
  margin-bottom: 5px;
}

.payment-box .form-check-input {
  position: absolute;
  margin-top: 3px;
  margin-left: -25px;
}

.shop-info .reviews-box {
  padding: 10px 0;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  margin-bottom: 20px;
  box-shadow: none;
}

.shop-info .reviews-box ul li {
  float: left;
  font-size: 12px;
  line-height: 25px;
}

.shop-info .btn-md {
  padding: 13px 5px 11px 5px;
  letter-spacing: 1px;
}

.shop-info .reviews-box ul li i {
  margin-right: 1px;
  color: orange;
}

.shop-info .reviews-box .reviews {
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 5px;
  line-height: 25px;
}

.shop-info .reviews-box .reviews a {
  margin-right: 5px;
  padding-right: 5px;
  border-right: solid 1px #777;
  color: #535353;
}

.shop-info .reviews-box .reviews a i {
  margin-right: 5px;
}

.shop-info .reviews-box .reviews a:last-child {
  border-right: solid 1px transparent;
  padding: 0;
  margin: 0;
}

.shop-info .price {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.shop-info .price del {
  margin-right: 15px;
}

.shop-info .horizontal ul li {
  line-height: 30px;
  width: 100%;
  font-size: 15px;
}

.shop-info .horizontal ul li span {
  width: 40%;
  float: left;
}

.shop-info p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}

.shop-info .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  background: transparent;
  outline: 0;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.shop-info .form-group {
  margin-bottom: 20px;
}

/** SHOP table **/
table {
  width: 100%;
}

.shop-header {
  margin-bottom: 30px;
}

.shop-table.cart .product-thumbnail,
.shop-table.cart .product-name {
  padding-left: 0;
}

.shop-table.cart .product-thumbnail,
.shop-table.cart .product-name a {
  text-transform: none;
  font-size: 15px;
  color: #535353;
}

.shop-table th {
  padding: 15px 0;
  border: none;
}

.shop-table.cart td,
.shop-table.cart th {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 15px;
  color: #161616;
}

.shop-table.cart .t-600 {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
}

.shop-table.cart .product-remove {
  padding-right: 0;
}

.shop-table td {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.shop-table.cart .product-thumbnail img {
  width: 100px;
  padding: 2px;
  background: #eaeaea;
}

.shop-table.cart .qty {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.shop-table input[type="text"],
.shop-table input[type="email"],
.shop-table textarea,
.shop-table input[type="password"],
.shop-table input[type="tel"] {
  border: 1px solid #e8e8e8;
  padding: 6px 15px;
  color: #525252;
  max-width: 100%;
  outline: none;
}

.show-password-provider {
  font-size: 1.5rem;
  position: absolute;
  right: 2%;
  top: 25%;
  cursor: pointer;
}

.input-wrapper {
  position: relative;
}

.show-phone-label {
  color: #003368;
  font-size: 1.1rem;
}

.show-phone-label:before {
  display: none !important;
}

/** Tabbing box start **/
.tabbing-box .tab-pane {
  padding-top: 30px;
}

.tabbing-box .nav-tabs {
  background: #f9f2f2;
  border-bottom: solid 1px #f9f2f2;
}

.tabbing-box .nav-tabs .nav-link {
  display: block;
  padding: 12px 17px 10px;
  font-weight: 500;
  color: #474646;
}

.tabbing-box .nav-tabs li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border-radius: 0;
  color: #fff;
}

.tabbing-box .nav-tabs .nav-link {
  border: none;
}

/** Cardetailsslider 2 start **/
.cardetailsslider-2 .main {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.cardetailsslider-2 .slick-dots {
  display: none !important;
}

.cardetailsslider-2 button {
  display: none !important;
}

.cardetailsslider-2 .slider-slider-for-photo {
  margin-bottom: 0;
}

.cardetailsslider-2 .slider-photo {
  display: initial;
  cursor: pointer;
  width: 90%;
  border-radius: 3px;
}

.cardetailsslider-2 .slider-navs {
  bottom: 20px;
  position: absolute;
}

.cardetailsslider-2 .slick-slide {
  width: 80px;
}

.cardetailsslider-2 .slider-navs-box {
  max-width: 400px;
  margin: 0 auto !important;
}

/**  Cardetailsslider 3 start **/
.cardetailsslider-3 .product-img-slide {
  display: inline-block;
  width: 100%;
}

.cardetailsslider-3 .slider-for {
  width: 80%;
  float: left;
  padding: 0;
  background: transparent;
  border: 1px transparent;
  overflow: hidden;
  border-radius: 0;
}

.cardetailsslider-3 .slider-nav {
  width: 20%;
  float: left;
  padding-left: 13px;
  margin-bottom: 0;
}

.cardetailsslider-3 .slider-for img {
  border-radius: 3px;
}

.cardetailsslider-3 .thumb-slide {
  padding: 0;
  margin-bottom: 5px;
  background: #fff;
  overflow: hidden;
  width: 100% !important;
  border-radius: 3px;
}

.cardetailsslider-3 .slick-current {
  border-color: transparent;
}

.cardetailsslider-3 .slick-arrow {
  display: none !important;
}

.cardetailsslider-3 .slick-next {
  top: auto;
  bottom: 0;
  transform: translateX(-50%) rotate(-90deg);
}

.cardetailsslider-3 .slick-slide img {
  margin: 0 auto;
  cursor: pointer;
}

/** Compare table start **/
.compare-table tr {
  border: 1px solid #ececec;
}

.compare-table tr:first-child {
  border-top: none;
}

.compare-table tr td:first-child {
  width: 350px;
  background: #f8f9fa;
  font-weight: 500;
}

.compare-table tr td {
  box-sizing: border-box;
  font-size: 15px;
  color: #6d6d6d;
  padding: 20px 15px;
  text-align: center;
  width: 395px;
  font-weight: 400;
}

.compare-table tr td .fa-times {
  color: red;
}

.compare-table tr td .fa-check {
  color: green;
}

.compare-info .faq-info .accordion-body {
  padding: 0;
}

/** Faq info start **/
.faq-info .nav-tabs {
  background: transparent;
  border-bottom: none;
  margin-bottom: 30px;
}

.faq-info p {
  margin-bottom: 0;
}

.faq-info .nav-tabs .nav-link {
  display: block;
  padding: 12px 20px 12px;
  border-radius: 0;
  background: #fff;
  color: #535353;
}

.faq-info .nav-tabs .nav-link.active {
  color: #fff;
}

.faq-info .nav-tabs .nav-link:hover {
  color: #fff;
}

.faq-info .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
  padding: 20px;
  font-size: 16px;
  color: #535353;
  text-align: left;
  background-color: #f7f7f7;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  margin-bottom: 10px;
}

.faq-info .accordion-button:focus {
  z-index: 3;
  outline: 0;
  background-color: #f7f7f7;
  box-shadow: none;
}

.faq-info .accordion-item {
  border: none;
}

.faq-info .accordion-body {
  padding: 20px 0 30px;
}

.faq-info .accordion-body p {
  margin-bottom: 0;
}

.faq-info .accordion-button:not(.collapsed)::after {
  background-image: url("../img/down.png");
  transform: rotate(-180deg);
}

.faq-info.other-features .accordion-button {
  padding: 0;
  font-size: 16px;
  color: #161616;
  font-weight: 600;
  background-color: transparent;
  margin-bottom: 30px;
}

.faq-info.other-features .accordion-body {
  padding: 0 0 30px;
}

.faq-info.other-features .checkbox label::before {
  left: 0;
  margin-left: -18px;
  border-radius: 0;
}

/** Submit property start **/
.submit-property .checkbox {
  padding-left: 0;
  margin-bottom: 10px;
}

.submit-property .heading-2 {
  margin: 0 0 20px;
  font-size: 23px;
}

.submit-address form .input-text {
  width: 100%;
  padding: 10px 17px;
  font-size: 13px;
  border: 1px solid #e8e7e7;
  outline: none;
  color: #6c6c6c;
  height: 45px;
  border-radius: 2px;
}

.submit-address .search-fields {
  min-height: 45px;
  border-radius: 2px;
}

.submit-address form textarea {
  min-height: 160px;
}

.submit-address form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
  color: #4d4d4d;
}

.pad-20 {
  padding: 25px;
}

.pad-2 {
  padding: 25px 25px 10px;
}

.submit-address form .form-group {
  margin-bottom: 20px;
}

.dropzone-design {
  border: 2px dashed #d0d0d0;
  min-height: 100px;
}

.dropzone-design,
.dropzone-design * {
  box-sizing: border-box;
}

.dropzone-design {
  min-height: 160px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone-design.dz-clickable {
  cursor: pointer;
}

.dropzone-design.dz-clickable * {
  cursor: default;
}

.dropzone-design.dz-clickable .dz-message,
.dropzone-design.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
  display: none;
}

.dropzone-design.dz-drag-hover {
  border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone-design .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone-design .dz-preview:hover {
  z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
  background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span,
.dropzone-design .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
  border-radius: 3px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  transition: all 0.3s;
  display: block;
  z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
  display: block;
  filter: blur(0px);
  transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark,
.dropzone-design .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg,
.dropzone-design .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone-design {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  background: #fcfcfc;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

.dropzone-design:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  background-color: #66676b;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.dropzone-design:hover:before {
  opacity: 0.4;
}

.dropzone-design .dz-message {
  text-align: center;
  margin: 50px 0;
  font-size: 17px;
  color: #888;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
}

.dropzone-design:hover .dz-message {
  color: #66676b;
}

.dz-message i {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
  display: inline;
  line-height: 117px;
}

/**  Specifications start **/
.book-btn {
  display: block;
  height: 41px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.page_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/loader.gif") center no-repeat #fff;
}

.slider-section .simple-slider {
  margin-bottom: 30px;
}

/** Icons library **/
.icon-lists .heading {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.glyph {
  text-align: center;
  padding: 20px 15px;
  font-size: 12px;
  color: #555;
}

.glyph:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.glyph .glyph-icon {
  font-size: 24px;
  font-weight: 500;
  color: #555;
}

.glyph fieldset,
.glyph .hidden-true {
  display: none;
}

.glyph .lnr {
  font-size: 28px;
  color: #555;
  display: block;
  margin-bottom: 10px;
}

.glyph .bshadow0 .mls {
  font-size: 15px;
}

.icon-lists mark {
  margin-bottom: 10px;
  display: inline-block;
}

.font-awesome-icons .col-print-4 {
  margin-bottom: 15px;
}

.font-awesome-icons {
  font-size: 14px;
  color: #555;
}

.font-awesome-icons .text-muted {
  display: none;
}

/** Portfolio item **/
.portfolio-item {
  margin-bottom: 15px;
}

.portfolio-item img {
  border-radius: 3px;
}

.pg-4 .portfolio-item {
  margin-bottom: 0;
}

/** Option panel **/
.option-panel {
  z-index: 9999;
  width: 215px;
  position: fixed;
  right: 0;
  background: #fff;
  top: 20%;
  padding: 20px 15px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.option-panel-collased {
  right: -215px;
}

.option-panel h2 {
  font-size: 10px;
  margin: 0 0 0 0;
  text-align: center;
  color: #000;
  padding: 8px 0;
  font-weight: 600;
}

.option-panel .color-plate {
  width: 24px;
  height: 24px;
  float: left;
  margin: 3px;
  border-radius: 0;
  cursor: pointer;
}

.default-plate {
  background: #376bff;
}

.blue-plate {
  background: #2048bb;
}

.yellow-plate {
  background: #ffb400;
}

.red-plate {
  background: #003368;
}

.green-light-plate {
  background: #1abc9c;
}

.green-plate {
  background: #7dba21;
}

.yellow-light-plate {
  background: #faaa5d;
}

.green-light-2-plate {
  background: #0dcdbd;
}

.olive-plate {
  background: #b3c211;
}

.purple-plate {
  background: #8e44ad;
}

.midnight-blue-plate {
  background: #003368;
}

.brown-plate {
  background: #a14c10;
}

.setting-button {
  background: #fff;
  position: absolute;
  font-size: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: -50px;
  color: #2b303b;
  top: 0;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/** Option Panel **/

/** Full page search **/
#full-page-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -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;
  z-index: 99999;
}

#full-page-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;
}

#full-page-search .search-boxs {
  max-width: 500px;
  margin: 0 auto;
}

#full-page-search .search {
  background: #fff;
  border: none;
  padding: 12.5px 20px;
  font-size: 17px;
  width: 70%;
  float: left;
}

#full-page-search .full-page-search-box {
  position: absolute;
  top: 50%;
  width: 100%;
  background: transparent;
  font-weight: 400;
  text-align: center;
  border: 0;
  margin: 0 auto;
  margin-top: -51px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
}

#full-page-search .btn {
  width: 30%;
  float: left;
  padding: 16px 20px 13.5px;
  font-weight: 600;
}

#full-page-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  outline: 0 auto -webkit-focus-ring-color;
  cursor: pointer;
  border-radius: 3px;
  border: none;
}

/* Mtb **/
.mtb-50 {
  margin: 50px 0;
}

.mtb-30 {
  margin: 30px 0;
}

/* Mt **/
.mt-20 {
  margin-top: 20px;
}

/* Mb **/
.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

/** Option Panel **/
.option-panel {
  z-index: 9999;
  width: 215px;
  position: fixed;
  right: 0;
  top: 20%;
  background: #fff;
  padding: 20px 15px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.option-panel-collased {
  right: -215px;
}

.option-panel h2 {
  font-size: 14px;
  margin: 0 0 0 0;
  text-align: center;
  padding: 0 0 10px;
  font-weight: 600;
}

.option-panel .color-plate {
  width: 40px;
  height: 40px;
  float: left;
  margin: 3px;
  border-radius: 0;
  cursor: pointer;
}

/** Comon Slick start **/
.comon-slick .slick .item .property-box-3 {
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale3d(0.9, 0.9, 9);
  transform: scale3d(0.9, 0.9, 9);
  transition: all 0.3s ease-in-out;
}

.comon-slick .slick .item .property-box {
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale3d(0.9, 0.9, 9);
  transform: scale3d(0.9, 0.9, 9);
  transition: all 0.3s ease-in-out;
}

.comon-slick .slick .slick-list {
  padding: 0 !important;
}

.comon-slick .slick .slick-center .property-box-3 {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.comon-slick .slick .slick-center .property-box {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.comon-slick .slick-slide {
  outline: none;
}

.comon-slick .slick-prev i {
  display: none;
}

.comon-slick .slick-next i {
  display: none;
}

.comon-slick .slick-prev::before {
  content: "←";
}

.comon-slick .slick-next::before {
  content: "→";
}

.comon-slick .comon-slick-inner .slick-next {
  display: none !important;
}

.comon-slick .comon-slick-inner .slick-prev {
  display: none !important;
}

.slide-box {
  padding: 0 15px;
}

/** Overview bgi **/
.overview-bgi {
  position: relative;
}

.overview-bgi:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.featured-car .col-pad {
  padding: 0 12.5px;
}

.btn-warning {
  color: #fff;
}

.btn-info {
  color: #fff;
}

@media all and (min-width: 1200px) {
  .car-box-2 .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

@media all and (min-width: 992px) {
  .banner img {
    /*animation: bgburnsEast 25s linear infinite alternate;
        -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
    max-width: 700px;
    margin: auto;
  }

  .dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .sticky-header .nav-link::after {
    display: none !important;
  }

  .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  .sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff !important;
  }

  .sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
  }

  .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
  }

  #main-header-2.header-shrink .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #515151 !important;
  }

  .hide-carat .nav-link::after {
    display: none !important;
  }
}

/** Media **/
@media (max-width: 1200px) {
  .banner .banner-slider-inner h1 {
    font-size: 60px;
  }

  .about-slider-box {
    margin-right: 0;
  }

  .d-none-1200 {
    display: none;
  }

  .blog-social-list span {
    margin-right: 5px;
  }

  .about-text {
    padding: 0;
  }

  .tabbing-box .nav-tabs .nav-link {
    padding: 10px 14px;
  }
}

@media (max-width: 992px) {
  .content-area {
    padding: 80px 0 50px;
  }

  .content-area-2 {
    margin-bottom: 80px;
  }

  .content-area-3 {
    margin-bottom: 50px;
  }

  .content-area-4 {
    padding: 80px 0 50px;
  }

  .content-area-5 {
    padding: 80px 0;
  }

  .content-area-6 {
    padding: 80px 0 50px;
  }

  .content-area-7 {
    padding-bottom: 65px;
  }

  .content-area-8 {
    padding: 80px 0 50px;
  }

  .content-area-9 {
    padding: 80px 0 70px;
  }

  .content-area-10 {
    padding: 80px 0 40px;
  }

  .content-area-11 {
    padding: 50px 0;
  }

  .content-area-12 {
    padding: 80px 0 60px;
  }

  .content-area-13 {
    padding: 80px 0 65px;
  }

  .content-area-14 {
    margin-bottom: 70px;
  }

  .content-area-15 {
    padding: 80px 0 10px;
  }

  .content-area-16 {
    padding: 80px 0 70px;
  }

  .content-area-17 {
    padding: 80px 0 80px;
  }

  .content-area-18 {
    padding: 80px 0 50px;
  }

  .content-area-19 {
    padding: 80px 0 30px;
  }

  .main-footer-2 .footer-menu ul li a {
    margin-right: 20px;
  }

  .main-footer-2 .footer-menu ul li a:before {
    right: -10px;
  }

  .details-banner img {
    height: 550px;
  }

  .main-title h2 {
    font-size: 31px;
  }

  .testimonial-4 {
    padding: 80px 0 87px;
  }

  .testimonial-4:before {
    display: none;
  }

  #full-page-search .search-boxs {
    max-width: 350px;
  }

  .banner .inline-search-area .search-col {
    padding: 0 5px;
    margin-bottom: 15px;
    border-right: none;
  }

  .banner .inline-search-area .bootstrap-select button {
    border-radius: 0;
    padding: 13px 15px;
  }

  .banner .inline-search-area .search-fields {
    min-height: 50px;
  }

  .banner .inline-search-area .bootstrap-select .dropdown-toggle::after {
    top: 25px;
  }

  .banner .inline-search-area .btn-search {
    padding: 12px 10px;
  }

  .search-box-2 .search-fields {
    min-height: 50px;
    margin-bottom: 15px;
  }

  .search-box-2 .bootstrap-select button {
    padding: 13px 15px;
  }

  .search-box-2 .btn-md {
    padding: 14px 30px 12px 30px;
  }

  .search-box-2 .col-pad {
    padding: 0 10px;
  }

  .search-box-2 {
    padding: 30px 5px 15px;
  }

  .search-box-2 .bootstrap-select .dropdown-toggle::after {
    top: 25px;
  }

  .login-1 .form-inner {
    padding: 30px;
  }

  .login-1 .form-section {
    width: 100%;
  }

  .login-1 .form-section {
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }

  .car-model-2 .modal-title {
    font-size: 25px;
  }

  .login-1 .bg-img {
    min-height: 100%;
    border-radius: 5px;
  }

  .none-992 {
    display: none !important;
  }

  .details-banner .text-end {
    text-align: left !important;
  }

  .cardetailsslider-3 .slider-nav {
    width: 19.5%;
  }

  .cardetailsslider-3 .slider-for {
    width: 80.5%;
  }

  .login-1 .logo img {
    height: 45px;
  }

  .banner .banner-slider-inner p {
    font-size: 18px;
  }

  .ab-mb {
    margin-bottom: 40px !important;
  }

  .team-2 .team-info {
    padding: 30px;
  }

  .intro-section .intro-section-inner {
    padding: 40px 0;
  }

  .bi5 {
    margin-top: 0;
  }

  .pages-404 .error404 {
    margin-bottom: 25px;
    font-size: 180px;
  }

  .pages-404 .nobottomborder h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .pages-404 p {
    margin-bottom: 20px;
  }

  .testimonial-3 {
    padding: 80px 0 60px;
  }

  .car-model-2 .modal-left,
  .modal-right {
    flex: inherit;
  }

  .car-model-2 .modal-body {
    background: #fff;
    padding: 0 15px 0;
  }

  .modal-header .close {
    margin: 0px 0 auto 10px;
  }

  .car-model-2 .modal-left-content .description {
    padding: 30px 30px 0;
  }

  .blog-item {
    margin: 25px 0 30px;
  }

  .blog-item h3 a {
    font-size: 20px;
  }

  .main-title-2 p {
    line-height: 26px;
    font-size: 16px;
  }

  .counters {
    padding: 60px 0 20px;
  }

  .mt-50 {
    margin-top: 0;
  }

  .advantages-3 {
    padding: 80px 0 50px;
  }

  .ab-mb {
    margin-bottom: 40px;
  }

  .banner h4 {
    font-size: 42px;
  }

  .banner .fresh {
    margin-left: 145px;
    padding-top: 17px;
  }

  .team-2 .clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 0 100%);
  }

  .team-2 .detail {
    padding: 20px 20px;
  }

  .banner h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-2 .main-title {
    margin-bottom: 40px;
    text-align: center;
  }

  .details-banner .cover-buttons ul {
    float: left;
  }

  .slide-2 {
    margin-bottom: 40px;
  }

  .details-banner .cover-buttons {
    left: 15px;
  }

  .details-banner .text .location {
    margin-bottom: 15px;
  }

  .d-none-992 {
    display: none;
  }

  .banner .w-100 {
    width: auto !important;
  }

  .btn-none-992 {
    display: none;
  }

  .advantages-3 .main-title {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .banner .price {
    height: 99px;
  }

  /* .sb-5 {
        display: none;
    } */

  .sb-6 {
    display: flex;
  }

  .search-box-4 {
    max-width: 260px !important;
    top: 15%;
    right: 12%;
  }

  .search-box-3 .form-group {
    margin-bottom: 15px;
  }

  .search-box-3 .range-slider {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .search-box-3 {
    padding: 30px 0 15px;
  }

  .heading-4 h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .heading-4 {
    margin-bottom: 25px;
  }

  .cart-total-box {
    margin-top: 30px;
  }

  .typography .heading-3 {
    margin-bottom: 15px;
  }

  .typography .mb-50 {
    margin-bottom: 40px;
  }

  .blog-big h3 {
    font-size: 22px;
  }

  .search-compare h3 {
    font-size: 21px;
  }

  .vs {
    margin: 0 auto 30px;
  }

  .logo {
    margin: 15px 0;
  }

  .logo img {
    height: 40px;
  }

  .p-box-2 {
    margin-bottom: 45px;
  }

  .banner .banner-slider-inner h1 {
    font-size: 47px;
  }

  .banner .carousel-content.banner-info {
    /*top: 27%;*/
  }

  .banner-slider-inner .show-more-options {
    display: none;
  }

  .banner-slider-inner .row-4 {
    margin: 0;
  }

  .row-3 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-ml {
    margin-left: 0;
  }

  #search-style-3 {
    padding: 30px 0 80px;
  }

  .helping-sentar {
    padding-top: 80px;
  }

  .tab-box-2 .nav-link {
    display: block;
    padding: 0.5rem 0.3rem;
  }

  .ui-item {
    margin-bottom: 30px;
  }

  .header-2 {
    padding: 0;
  }

  .main-title {
    margin-bottom: 40px;
  }

  .main-title-2 {
    margin-bottom: 40px;
  }

  .search-area {
    padding: 25px 20px 5px;
    border-radius: 0;
  }

  .search-options-btn,
  .search-options-btn:hover {
    padding: 7px 10px 8px 10px;
    border-radius: 3px;
  }

  .search-options-btn,
  .search-options-btn i {
    margin-left: 0;
  }

  .search-area .form-group {
    margin-bottom: 15px;
  }

  .about-slider-box {
    margin-bottom: 30px;
  }

  .search-area-2 .range-slider {
    margin-top: 15px;
    margin-bottom: 1rem;
  }

  .bg-grea .range-slider {
    margin-top: 15px;
    margin-bottom: 1rem;
  }

  .search-area-2 {
    padding: 30px 0 10px;
  }

  .t-c {
    text-align: center;
  }

  .main-title h1 {
    font-size: 27px;
  }

  .main-title-2 h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .hidden-mb-20 {
    margin-bottom: 20px;
  }

  .search-compare h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .service-info-3 .detail {
    padding: 30px 20px 30px;
  }

  .header-transparent {
    position: static;
    z-index: 9;
    width: 100%;
  }

  .banner .banner-slider-inner h2 {
    font-size: 42px;
  }

  .banner .banner-slider-inner {
    top: 0%;
  }

  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 20px;
  }

  .banner .banner-opt .banner-slider-inner p {
    line-height: 22px;
    font-size: 14px;
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 5px;
  }

  .pb-hediin-60 {
    padding-bottom: 60px;
  }

  .service-info.h-bdr {
    border: solid 1px #efefef;
  }

  .navbar-light .navbar-toggler {
    font-size: 18px;
    font-weight: 400;
  }

  .navbar-light .navbar-toggler span {
    color: #fff;
  }

  .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler {
    padding: 0;
    width: 40px;
    height: 40px;
    outline: none;
    border-radius: 0;
  }

  .contect-agent-photo img {
    margin-top: 40px;
  }

  .about-text {
    padding: 0;
  }

  .banner h3 {
    font-size: 42px;
  }

  .b p {
    margin-bottom: 0;
  }

  .main-title p {
    line-height: 26px;
    font-size: 17px;
  }

  .search-box-4 {
    display: none;
  }

  .text-l {
    text-align: center !important;
  }

  .text-r {
    text-align: center !important;
  }

  .sub-banner {
    height: 400px;
  }

  .sticky-header {
    position: fixed;
    background: transparent;
    top: 0px;
    z-index: 1000;
    width: 100%;
  }

  .banner .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    height: 50px;
  }

  .banner .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .coming-soon h1 {
    font-size: 70px;
  }

  .main-title-3 h1 {
    font-size: 35px;
  }

  .main-title-3 p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .sub-banner {
    height: 300px;
  }

  .sticky-menu {
    position: sticky;
  }

  .h-navmobile {
    height: auto !important;
  }

  .sub-banner .breadcrumb-area {
    top: 55%;
  }

  .margin-container {
    margin-top: 80px !important;
  }

  .main-title h2 {
    font-size: 28px;
  }

  .testimonial-4 {
    padding: 60px 0 67px;
  }

  .main-title-3 h1 {
    font-size: 28px;
  }

  .heading-car-2::after {
    width: 160px;
  }

  .heading-car-2 .price-box-3 {
    margin-top: 8px;
  }

  .heading-car-2 .price-box-3 sup {
    top: -15px;
  }

  .heading-car-2 .price-box-3 {
    font-size: 30px;
  }

  .banner .carousel-caption {
    right: 0;
    left: 0;
  }

  .banner .btn-6 {
    padding: 11.5px 25px 10.5px;
    font-size: 13px;
  }

  .banner .btn-5 {
    font-size: 13px;
    padding: 11.5px 25px 10.5px;
  }

  .intro-text h3 {
    line-height: inherit;
  }

  .intro-section .btn-md {
    padding: 10px 27px 7px;
    font-size: 14px;
    height: 40px;
  }

  .testimonial-2 .testimonial-item-new {
    padding: 0px 40px 40px 40px;
  }

  .testimonial-3 {
    padding: 60px 0 40px;
  }

  .advantages-3 {
    padding: 60px 0 30px;
  }

  .advantages-3 .main-title {
    margin-bottom: 30px;
  }

  .testimonial-2 .main-title {
    margin-bottom: 30px;
  }

  .banner h4 {
    font-size: 34px;
  }

  .banner .fresh {
    margin-left: 125px;
    padding-top: 17px;
  }

  .banner h5 {
    font-size: 20px;
    line-height: 27px;
  }

  .banner .price {
    height: 90px;
  }

  #banner .carousel-content.bi-2 {
    padding: 50px 33px 0;
  }

  .details-banner .text h1 {
    font-size: 25px;
  }

  .details-banner .cover-buttons ul li a {
    padding: 6px 15px;
  }

  .sub-banner .breadcrumb-area h1 {
    font-size: 27px;
  }

  .team-2 .detail {
    padding: 25px 20px 25px 25px;
    left: -0;
  }

  .shop-table.cart td,
  .shop-table.cart th {
    padding-left: 0;
  }

  .shop-table.cart .product-thumbnail img {
    width: 70px;
  }

  .shop-table.cart .product-thumbnail,
  .shop-table.cart .product-name a {
    font-size: 13px;
  }

  .shop-table.cart .qty {
    width: 40px;
  }

  .car-box-2 .detail {
    padding: 25px;
  }

  .main-title-2 h1 {
    font-size: 30px;
  }

  .reviews-box .detail .title {
    font-size: 22px;
  }

  .reviews-box h4 {
    font-size: 14px;
  }

  .content-area-17 {
    padding: 60px 0 60px;
  }

  .content-area-18 {
    padding: 80px 0 50px;
  }

  .content-area-19 {
    padding: 60px 0 10px;
  }

  .main-title h1 {
    font-size: 25px;
  }

  .search-area-3 {
    padding: 25px 0 10px;
    background: #efefef;
  }

  .none-768 {
    display: none;
  }

  .our-newslatters .form-control {
    width: 63%;
  }

  .our-newslatters .btn-6 {
    width: 35%;
    margin-left: 2%;
  }

  .slick-direita {
    right: 115px;
    top: 400px;
  }

  .slick-esquerda {
    left: 115px;
    top: 400px;
  }

  .cardetailsslider-2 .slick-slide {
    width: 50px;
  }

  .cardetailsslider-2 .slider-navs-box {
    max-width: 250px;
    margin: 0 auto !important;
  }

  .cardetailsslider-2 .slider-navs-box {
    max-width: 250px;
    margin: 0 auto !important;
  }

  .search-compare .form-group {
    margin-bottom: 20px;
  }

  .search-compare {
    margin-bottom: 10px;
  }

  .contact-1 .contact-pad {
    padding: 30px;
  }

  .contact-1 .contact-details {
    padding: 30px;
  }

  .heading-car-3 h3 {
    font-size: 22px;
  }

  .heading-car-3 p {
    font-size: 15px;
  }

  .login-1 .form-inner {
    margin: 0 15px;
  }

  .blog .blog-4 {
    margin-bottom: 0;
  }

  .search-area-3 .search-fields {
    min-height: 40px;
  }

  .elements-page .mb-50 {
    margin-bottom: 40px;
  }

  .top-header {
    display: none;
  }

  .banner .banner-slider-inner h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .banner .banner-info ul {
    margin-top: 10px;
  }

  .banner .carousel-content.banner-info {
    /*top: 33%;*/
    text-align: center;
  }

  .heading-car-2 h3 {
    font-size: 20px;
  }

  .banner .banner-slider-inner p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .search-area-3 {
    display: none;
  }

  .heading-car-2 {
    padding: 15px;
  }

  .sorting-options2 .search-fields {
    min-height: 36px;
    padding: 0;
  }

  .sorting-options2 .bootstrap-select {
    width: 150px !important;
  }

  .car-properties .list-inline-item {
    width: 45px;
    margin: 3px !important;
  }

  .tabbing-box .nav-tabs .nav-link {
    padding: 8px 14px;
    font-size: 15px;
  }

  .tabbing-box .nav-tabs {
    background: transparent;
    border-bottom: transparent;
  }

  .cars {
    padding: 0;
  }

  .photo-gallery .col-pad {
    padding: 0 15px 0;
  }

  .intro-section .btn {
    float: none;
  }

  .intro-section {
    text-align: center;
  }

  .intro-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .intro-section .intro-section-inner {
    padding: 30px 0;
  }

  #search-style-3 {
    padding: 30px 0 60px;
  }

  .compare-table tr td {
    box-sizing: border-box;
    padding: 10px 7px;
  }

  footer {
    padding-top: 60px;
  }

  .dashboard-content {
    padding: 30px 15px 0;
    overflow: hidden;
  }

  .car-box-2 .price-box {
    right: 30px;
  }

  .dashboard-header .breadcrumb-nav {
    right: 15px;
    display: inline-block;
    font-size: 15px;
    float: left;
  }

  .dashboard-header .breadcrumb-nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 15px 0 0;
  }

  .edit-profile-photo {
    width: 160px;
    margin-bottom: 80px;
  }

  .search-options-btn,
  .search-options-btn:hover {
    padding: 5px 8px 6px 8px;
    border-radius: 3px;
    font-size: 13px;
  }

  .main-title {
    margin-bottom: 30px;
  }

  .main-title-2 {
    margin-bottom: 30px;
  }

  .search-area-2 .form-group {
    margin-bottom: 10px;
  }

  .property-meta {
    padding: 20px 5px;
  }

  .search-area-2 {
    padding: 30px 20px 10px;
  }

  .coming-soon-info .form-control {
    width: 65%;
  }

  .coming-soon-info .btn,
  .coming-soon-info .btn:hover,
  .coming-soon-info .btn:active {
    width: 35%;
  }

  .property-meta ul li {
    font-size: 14px;
  }

  .property-meta ul li i {
    margin-right: 7px;
    font-size: 17px;
  }

  .car-box-2 .footer {
    padding: 15px 35px 15px 35px;
  }

  .car-box-2 .hdg {
    padding: 20px 35px;
  }

  .footer .footer-item {
    margin-bottom: 40px;
  }

  .partners img {
    max-width: 120px;
    margin: 0 auto;
  }

  .sub-footer .copy {
    text-align: center;
    margin-bottom: 10px;
  }

  .sub-footer .social-list {
    float: none;
  }

  .sub-footer {
    text-align: center;
  }

  .coming-soon-counter div {
    font-size: 25px;
    width: 90px;
    margin: 0 10px 10px 0;
    padding: 10px 2px 15px;
  }

  .coming-soon h1 {
    font-size: 50px;
  }

  .banner .banner-slider-inner h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .banner-car-box .meta ul li {
    margin-right: 15px;
  }

  .banner-car-box .mb-30 {
    margin-bottom: 20px;
  }

  .banner h3 {
    font-size: 34px;
  }

  .banner .btn-md {
    padding: 9px 15px;
    font-size: 12px;
  }

  .banner .btn-white-lg-outline {
    padding: 8px 28px 9px 28px;
    font-size: 13px;
  }

  .banner .btn-lg {
    padding: 9.5px 28px 9.5px 28px;
    font-size: 13px;
  }

  .blog-social-list {
    float: left;
    margin-top: 20px;
  }

  .countdown .top {
    font-size: 30px;
  }

  .pages-404 .nobottomborder h4 {
    font-size: 16px;
  }

  .pages-404 .nobottomborder {
    margin-bottom: 0;
  }

  .setting-button {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -40px;
  }

  .inside-car iframe {
    height: 220px !important;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .back-to-listings {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 15px;
  }

  .search-area label {
    display: none;
  }

  .service-info-3 {
    margin-bottom: 65px;
  }

  .service-info-3.hidden-30 {
    margin-bottom: 30px;
  }

  .contact-details .media .media-left {
    padding-right: 20px;
  }

  .search-area-inner {
    margin: 0px;
  }

  .search-box-3 .search-area-inner {
    margin: 0;
  }

  .search-contents .col-xs-12,
  .search-contents .col-xs-6 {
    padding: 3px 10px;
  }

  .search-box .form-group {
    margin-bottom: 0;
  }

  .blog-box .detail .tags-box {
    margin-bottom: 20px;
  }

  .blog-box .detail .blog-share {
    float: left;
    text-align: left;
  }

  .comments ul {
    margin: 0 0 0 0;
  }

  .comment-body {
    margin: 10px 0 0 0;
    line-height: 20px;
    padding: 10px 0 0 0;
    font-size: 13px;
    text-align: justify;
  }

  .blog-banner {
    text-align: center;
    padding: 40px 0;
  }

  .comment-content {
    margin: 0 0 0 65px;
  }

  .comment-author {
    height: 50px;
    width: 50px;
  }

  .comment p {
    line-height: 26px;
  }

  .sec-title-three h2 {
    margin-top: 0;
  }

  .content-area {
    padding: 60px 0 30px;
  }

  .content-area-2 {
    margin-bottom: 60px;
  }

  .content-area-3 {
    margin-bottom: 30px;
  }

  .content-area-4 {
    padding: 60px 0 30px;
  }

  .content-area-5 {
    padding: 60px 0;
  }

  .content-area-6 {
    padding: 60px 0 30px;
  }

  .content-area-7 {
    padding-bottom: 45px;
  }

  .content-area-8 {
    padding: 60px 0 30px;
  }

  .content-area-10 {
    padding: 60px 0 20px;
  }

  .content-area-11 {
    padding: 30px 0 20px;
  }

  .content-area-12 {
    padding: 60px 0 40px;
  }

  .content-area-13 {
    padding: 60px 0 45px;
  }

  .content-area-14 {
    margin-bottom: 50px;
  }

  .content-area-15 {
    padding: 60px 0 10px;
  }

  .content-area-16 {
    padding: 60px 0 50px;
  }

  .content-area-9 {
    padding: 60px 0 50px;
  }

  .about-text {
    padding: 0;
  }

  .search-area .form-group {
    margin-bottom: 10px;
  }

  .recent-posts-box .detail .location a {
    font-size: 14px;
  }

  .about-box {
    max-width: 100%;
  }

  .car-amenities ul li {
    list-style: none;
    margin-bottom: 10px;
  }

  .heading-car h3 {
    font-size: 18px;
  }

  .heading-car p {
    font-size: 13px;
  }

  .heading-car h5 {
    font-size: 13px;
  }

  .typography-page p {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
  }

  .breadcrumb-area .btn-md {
    padding: 10px 20px;
  }

  .helping-sentar {
    padding-top: 60px;
  }

  .profile-bg {
    height: 75vh;
  }
}

@media (max-width: 580px) {
  .comment-content h6 span {
    display: none;
  }

  .heading-car-3 .ratings-2 {
    font-size: 15px;
  }

  .car-model-2 .float-right {
    float: left !important;
  }

  .car-model-2 .float-left {
    width: 100%;
  }

  .car-model-2 .ratings-2 {
    margin-bottom: 10px;
  }

  .coming-soon-counter div {
    font-size: 30px;
    width: 80px;
  }

  .product-price {
    display: none;
  }

  .d_none {
    display: none;
  }

  .xs-reverse-row {
    flex-direction: column-reverse;
  }

  /*.none-580{
        display: none;
    }*/

  .banner-car-box .meta ul li i {
    margin-right: 5px;
  }

  .search-options-btn,
  .search-options-btn:hover {
    left: 30px;
    bottom: 0px;
  }

  .setting-button {
    display: none;
  }
}

.search-box-5 {
  width: 53.75rem;
  height: 100%;
  left: 295px;
  top: 522px;
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 50px;

  box-shadow: 0px 11px 50.6px rgba(0, 0, 0, 0.26);
}

@media (max-width: 896px) {
  .search-box-5 {
    padding: 30px 25px;
  }
}

.btn-search {
  width: 156px;
  height: 39px;
  left: 937.57px;
  top: 606px;
  background: #003368;
  border-radius: 30px;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 700;
  margin-left: 70px;
  border: none;
  font-size: 16.192px;
  line-height: 24px;
  /* padding: 15px 0px 0px 49px; */
  color: #00f07e;
}

.search-bar {
  width: 100%;
  height: 45.89px;
  padding: 10px;
  left: 345px;
  color: #003368;
  top: 601px;
  background: #ffffff;
  font-family: "Kanit", sans-serif;
  border: 2px solid #cbcbcb;
  border-radius: 8.90957px;
  margin-bottom: 30px;
}

::-webkit-input-placeholder {
  font-family: "Kanit", sans-serif;
  text-align: left;
}

.saiba-mais {
  width: 80px;
  height: 24.94px;
  left: 29px;
  top: 2547px;
  padding: 5px 10px 5px 10px;
  background: #e9eff0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-family: "Kanit", sans-serif;
  color: #003368;
}

.js-border {
  border-bottom: solid #00f07e 4px;
}

.container-area {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}

.important {
  display: flex;
  flex-wrap: wrap;
}

/* |start| bar upside grid*/
.up-bar {
  padding: 8px;
  background-color: white;
  box-shadow: 3px 5px 5px #acacac;
}

.tag-col {
  display: flex;
  align-items: center;
}

.search {
  margin-right: 10px;
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #dedede;
  border-right: none;
  padding: 5px;
  height: 100%px;
  border-radius: 10px 0 0 10px;
  outline: none;
  color: #9e9494;
  font-family: "Kanit", sans-serif;
}

.searchTerm:focus {
  color: gray;
}

.searchButton {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  border-left: 1px;
  background: white;
  text-align: center;
  color: gray;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-size: 20px;
}

.searchTerm::-webkit-input-placeholder {
  color: #cccccc;
  padding: 10px;
  font-size: 14px;
  font-family: "Kanit", sans-serif;
}

/* |START| grid car cards*/

.per-card {
  padding: 10px;
  border-radius: 10px !important;
}

.car-card {
  margin-bottom: 10px !important;
  border-radius: 10px !important;
  border-collapse: separate;
  box-shadow: 0px 0px 20px #dfe4e5;
  /* z-index: -1; */
}

.z-first {
  z-index: 999;
}

.certified {
  position: absolute;
  top: 3px;
  right: -30px;
  z-index: 20;
  text-transform: uppercase;
  padding: 7px 0px 5px;
  font-weight: 600;
  border-radius: 3px 3px 3px 0;
}

.certified img {
  width: 35px;
}

.tag-place {
  position: absolute;
  background-color: #00f07f;
  top: -10px;
  left: 15px;
  z-index: 20;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  padding: 3px 5px 3px 5px;
  font-weight: 600;
  border-radius: 3px 3px 3px 3px;
  font-family: "Kanit", sans-serif;
}

.tags {
  color: white;
  height: 18px;
  background-color: #00bdff;
  width: fit-content;
  border-radius: 40px;
  margin-left: 10px;
  font-weight: 500px;
  font-family: "Kanit", sans-serif;
}

.tags p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.icon-tag {
  margin-left: 5px;
}

.fav-place {
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  width: 30px;
  height: 37px;
  top: -33px;
  right: 15px;
  z-index: 20;
  font-size: 8px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  padding: 5px 5px 5px;
  font-weight: 600;
  border-radius: 12px 12px 0px 0px;
  font-family: "Kanit", sans-serif;
}

.fav-place i {
  font-size: 21px;
  color: red;
}

.name-car {
  font-size: 21px !important;
  font-weight: 700;
  color: #003368;
  font-family: "Kanit", sans-serif;
}

.sub-div {
  padding-top: 3px;
  margin-bottom: 5px;
}

.sub-name {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  color: #949494;
  font-family: "Kanit", sans-serif;
}

.specs {
  font-size: 10px;
  font-weight: 200;
  color: gray;
  font-family: "Kanit", sans-serif;
}

.rate {
  font-size: 18px;
  font-weight: 500;
  color: #f1cb00;
  font-family: "Kanit", sans-serif;
}

.many {
  color: #003368;
  font-size: 16px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  font-family: "Kanit", sans-serif;
}

.compare {
  color: #00bdff;
  font-size: 0.75rem;
}

/* |START| Select filters leftside*/

.side-title {
  font-family: "Kanit", sans-serif;
  margin-top: 10px;
  margin-bottom: 7px !important;
}

.hr-st {
  height: 1px;
  background-color: #adacac;
  border: none;
}

.icon-choose {
  font-size: 20px;
  margin-right: 2px;
}

.choose-title {
  padding: 0px;
  margin: 0px;
}

.div-input-year {
  width: 100%;
  position: relative;
  display: flex;
}

.div-year {
  width: 100%;
  position: relative;
  display: flex;
}

.inputYear {
  width: 90%;
  border: 1px solid #dedede;
  padding: 10px;
  height: 40px;
  border-radius: 10px 10px 10px 10px;
  outline: none;
  color: black;
  font-family: "Kanit", sans-serif;
}

.inputYear::-webkit-input-placeholder {
  color: #cccccc;
  padding: 5px;
  font-size: 14px;
  font-family: "Kanit", sans-serif;
}

.sub-year {
  color: #969595;
  margin: 0px;
}

.checkb {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: -0.12em;
}

.option {
  margin: 1px;
  font-family: "Kanit", sans-serif;
}

.optional {
  color: #969595;
  text-decoration-line: underline;
  font-size: 12px;
  margin: 6px;
  display: inline-block;
  vertical-align: bottom;
  font-family: "Kanit", sans-serif;
}

.optional:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

/* SERVICE STYLE */

.span-service2 {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  text-decoration-line: line-through;
}

.span-service {
  font-size: 1rem;
  color: #003368;
}

.img-service {
  border-radius: 10px 10px 0px 0px;
}

.box-service {
  border-radius: 10px 10px 10px 10px;
}

.service-box {
  width: 100% !important;
}

.velo-cyan {
  color: #00bdff;
}

.extra-bold {
  font-weight: 900;
}

.subtitle {
  display: flex;
  align-items: center;
}

.gradient-text {
  background-image: linear-gradient(
    to right,
    #00bdff 0%,
    #00f07e 50%,
    #00bdff 100%
  );
  font-size: 3.5rem !important;
  font-weight: bold;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 425px) {
  .gradient-text {
    font-size: 2.5rem !important;
  }
}

.learn-more-blue {
  width: 80px;
  height: 24.94px;
  padding: 5px 10px 5px 10px;
  background: #00bdff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-family: "Kanit", sans-serif;
  color: white;
}

.learn-more-blue:hover {
  color: #003368 !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* show images */
.show-place {
  width: 100%;
  padding: 50px 50px 0px 50px;
}

.cart-place {
  width: 100%;
  padding: 10px 50px 0px 50px;
}

.no-p {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.side-image {
  max-height: 21vh;
  object-fit: cover;
  width: 100%;
  padding: 5px;
  border-radius: 20px;
}

.principal-w {
  padding: 5px;
  border-radius: 20px;
}

/* end show images*/

/* details car*/
.container-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.principal-card {
  position: relative;
  background-color: white;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 20px;
}

.default-card {
  background-color: white;
  border-radius: 10px;
  padding: 40px 40px 0px 40px;
  margin-bottom: 20px;
}

.up-cc {
  font-size: 1rem !important;
  font-weight: 200;
  color: gray;
  font-family: "Kanit", sans-serif;
}

.car-name {
  font-weight: 900;
  font-family: "Kanit", sans-serif;
}

.rate {
  display: flex !important;
  align-items: center !important;
  margin-left: 30px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #f1cb00;
  font-family: "Kanit", sans-serif;
}

.rate:hover {
  color: #f1cb00 !important;
}

.car-spec {
  font-weight: 600;
  color: gray;
}

.icon-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  border: 1px solid #bcbcbc;
  border-radius: 100%;
}

.icon-side i {
  cursor: pointer;
  font-size: 25px;
  color: red;
}

.specified {
  font-weight: 400;
  color: #949494;
  font-family: "Kanit", sans-serif;
}

.space-m {
  margin-bottom: 40px;
}

.accessories {
  font-weight: 500;
  margin-top: 20px;
}

.side-card {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}

.content-side {
  padding: 25px;
}

.look {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-weight: 600;
}

.details-local {
  font-size: 1.1rem !important;
  font-weight: 700;
  color: #003368;
  font-family: "Kanit", sans-serif;
  width: fit-content;
}

.estoque {
  background-color: #003368;
  color: white;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.estoque h3 {
  color: white;
  margin: 0px !important;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
}

.contact {
  background-color: #00f07e;
  color: white;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
}

.contact h3 {
  color: #003368;
  margin: 0px !important;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
}

.contact-btn {
  background-color: #00f07e;
  color: white;
  width: fit-content;
  padding: 10px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.contact-btn h3 {
  color: #003368;
  font-size: 20px !important;
  margin: 0px !important;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
}

.div-laudo {
  padding: 10px;
}

.laudo {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100px;
  background-color: #003368;
  border-radius: 10px;
}

.laudo p {
  color: white;
  line-height: 18px;
}

.values {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  background-color: #003368;
  border-radius: 10px;
}

.values p {
  color: white;
  line-height: 18px;
}

.p-laudo {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
}

.normal-i {
  position: absolute;
  font-size: 50px;
  left: -15px;
  color: #00f07e;
}

.i-car {
  position: absolute;
  font-size: 50px;
  left: -28px;
  color: #00f07e;
}

.laudo-type {
  position: absolute;
  left: 35px;
}

.btn-report {
  padding: 10px;
  border-radius: 5px;
  background-color: #c80000;
  color: white;
  border: 0px;
}

.btn-final {
  width: 150px;
  padding: 10px;
  border-radius: 5px;
  background-color: #013d7b;
  color: white;
  border: 0px;
  transition: 200ms;
}

.btn-final:hover {
  width: 150px;
  padding: 10px;
  border-radius: 5px;
  background-color: #013fff;
  color: white;
  border: 0px;
  transition: 200ms;
}

.card-service {
  background: linear-gradient(
    180deg,
    rgba(0, 124, 205, 1) 0%,
    rgba(5, 193, 200, 1) 49%,
    rgba(0, 137, 142, 1) 100%,
    rgba(0, 135, 95, 1) 100%
  );
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 130px;
  border-radius: 10px 10px 0px 0px;
}

.card-service img {
  object-fit: contain;
}

.name-service {
  background-color: white;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
}

.name-service h3 {
  font-size: 1.1rem !important;
  font-weight: 900;
}

.name-service h2 {
  font-size: 1.1rem !important;
  font-weight: 900;
}

.certificate {
  position: absolute;
  right: 45px;
  top: -20px;
}

.certificate img {
  width: 50px;
}

.col-side-details {
  padding-left: 40px;
}

/* end details car*/

@media (max-width: 1000px) {
  .slick-esquerda {
    left: 30px !important;
    top: 320px !important;
  }

  .slick-direita {
    right: 30px !important;
    top: 320px !important;
  }

  .show-place {
    margin: 0px;
    padding: 10px;
  }

  .cart-place {
    margin: 0px;
    padding: 10px;
  }

  .side-image {
    max-height: 25vh;
    object-fit: none;
  }

  .default-card {
    padding: 20px;
  }

  .principal-card {
    padding: 15px;
  }

  .col-side-details {
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .car-name {
    font-size: 28px !important;
  }

  .car-name h1 {
    font-size: 40px !important;
  }

  .mobile-align {
    margin-bottom: 30px;
  }

  .certificate {
    position: absolute;
    right: 45px;
    top: -10px;
  }

  .certificate img {
    width: 30px;
  }

  .name-service h3 {
    font-size: 1rem !important;
  }

  /* .mobile-slide {
    top: 240px;
  } */

  .mobile-row {
    margin-bottom: 0px;
  }

  .margin-header {
    margin-top: 60px;
  }

  .seller-ads {
    margin-top: 90px;
    margin-top: 60px;
  }
}

@media (max-width: 1400px) {
  .car-name {
    font-size: 2rem;
  }

  h3,
  h5 {
    font-size: 1.2rem !important;
  }

  .icon-side {
    width: 35px !important;
    height: 35px !important;
  }

  .icon-side > img {
    width: 20px !important;
    height: 20px !important;
  }

  .icon-side > i {
    font-size: 22px !important;
  }
}

@media (max-width: 600px) {
  .car-name {
    font-size: 20px !important;
  }

  h2 {
    font-size: 2rem;
  }

  h3,
  h5 {
    font-size: 1rem !important;
  }

  .icon-side {
    width: 35px !important;
    height: 35px !important;
  }

  .icon-side > img {
    width: 20px !important;
    height: 20px !important;
  }

  .icon-side > i {
    font-size: 22px !important;
  }
}

.container-area {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}

.important {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* |start| bar upside grid*/
.up-bar {
  padding: 15px;
  background-color: white;
  box-shadow: 3px 5px 5px #acacac;
}

.tag-col {
  display: flex;
  align-items: center;
}

.search {
  margin-right: 10px;
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #dedede;
  border-right: none;
  padding: 5px 10px 5px 10px;
  height: 100%px;
  border-radius: 10px 0 0 10px;
  outline: none;
  color: black;
  font-family: "Kanit", sans-serif;
}

.searchTerm:focus {
  color: gray;
}

.searchButton {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  border-left: 1px;
  background: white;
  text-align: center;
  color: gray;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-size: 20px;
}

.searchTerm::-webkit-input-placeholder {
  color: #cccccc;
  padding: 10px;
  font-size: 14px;
  font-family: "Kanit", sans-serif;
}

/* |END| bar upside grid*/

/* |START| grid car cards*/
.per-card {
  padding: 10px;
  border-radius: 10px !important;
}

.car-card {
  margin-bottom: 10px !important;
  border-radius: 10px !important;
  border-collapse: separate;
  box-shadow: 0px 0px 20px #dfe4e5;
  /* z-index: 1000; */
}

.z-first {
  z-index: 999;
}

.certified {
  position: absolute;
  transform: translateX(-100%);
}

/****** PROFILE *******/
.div-photo {
  width: 125px;
  height: 125px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  display: flex;
  justify-content: center;
}

.photo-profile {
  max-width: 200px;
}

.div-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.name-profile {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
}

.verified {
  color: #00bdff !important;
  margin-bottom: 10px !important;
  font-size: 25;
  font-weight: 400 !important;
  text-shadow: none !important;
  text-transform: none !important;
}

.infos {
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: "Kanit", sans-serif !important;
}

.title-weight {
  font-weight: 700;
  font-size: 64;
}

.style-textarea {
  width: 100%;
  border-radius: 5px;
  background-color: #e9eff0;
  resize: none;
  padding: 10px 10px 10px 10px;
  border: solid 3px #d7d5d5;
}

.section-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px;
}

.btn-send {
  border: 0px;
  height: 30px;
  background-color: #003368;
  font-family: "Kanit", sans-serif !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-top: 10px;
  color: white;
  display: flex;
  align-items: center;
}

.p-area {
  padding: 50px;
  border-radius: 10px;
}

.comment-photo {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  display: flex;
  justify-content: center;
}

.comment-photo {
  max-width: 100px;
}

.comment-text {
  line-height: 25px;
  margin: 0px;
  margin-top: 8px;
  font-size: 16px;
  color: #8099b3;
}

.star-profile {
  color: rgb(255, 204, 0);
  font-size: 22px;
}

.star-comment {
  color: rgb(255, 204, 0);
  font-size: 18px;
}

.more {
  font-size: 25px !important;
}

.payment-card {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  margin-top: 14px;
  height: 600px;
  margin-bottom: 15px;
}

.thanks-card{
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  margin-top: 14px;
  height: 600px;
  margin-bottom: 15px;
  overflow: scroll;
}

@media (max-width:987px){
  .payment-card{
    height: 300px;
  }
  .thanks-card{
    height: 100%;
  }
}

.payment-method {
  font-size: 28px !important;
  color: gray;
  font-weight: 800;
  font-family: "Kanit", sans-serif;
}

.method {
  position: relative;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  background-color: #ecedf2;
  border: 2px;
  border-style: dotted;
  margin-top: 10px;
  padding: 10px;
}

.icon-pix {
  position: absolute;
  top: 5px;
}

.choose-method {
  padding: 15px;
  background-color: #ecedf2;
  border: 1px solid gray;
  border-radius: 15px;
}

.choose-method h1 {
  font-size: 40px !important;
}

.modal-add-card{
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-choose-method{
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
}

.method-content {
  height: 180px;
  border-radius: 10px;
  background-color: white;
  padding: 20px;
  box-shadow: 1px 0px 30px 5px #00000024;
  margin: auto;
}

.max-w-cards {
  max-width: 1000px;
}

.method-content h2 {
  font-size: 15px !important;
}

.method-content i {
  font-size: 28px;
  color: gray;
}

@media (min-width: 750px){
  .choose-method{
    width: 750px;
  }

  .method-content{
    max-width: 400px;
  }
}

.method-choose {
  transition: 200ms;
  padding: 10px;
}

.method-choose:hover{
  padding: 9.5px;
  transition: 200ms;
}

.method-choose h1 {
  font-size: 30px !important;
}

.congratulations {
  margin-top: 100px;
}

.congratulations h2 {
  font-size: 48px !important;
}

.congratulations h2 {
  font-size: 25px !important;
  color: black;
}

@media (max-width: 1000px) {
  .p-area {
    padding: 40px 25px 40px 25px;
  }

  .p-mobile {
    margin-top: 20px;
  }
}

.compare-container {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.title-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 9.17787px 42.2182px rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  padding: 40px;
}

.provider-box {
  position: relative;
  width: 80%;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 9.17787px 42.2182px rgba(0, 0, 0, 0.26);
  border-radius: 5px;
}

.img-service {
  position: relative;
  width: 100%;
  height: 100%;

  border-radius: 5px;
}

.p-service {
  font-weight: 300 !important;
}

.button-box {
  background: linear-gradient(90deg, #00bcfd 6.71%, #00fc22 86.52%);
  padding: 10px 44px;
  border-radius: 5px;
}

.text-box {
  font-weight: 500;
  color: white;
  margin: 0px;
}

.info-box:hover {
  color: #00bcfd !important;
}

.error-img {
  width: 70%;
  margin: auto;
  display: block;
}

.error-404-section,
.no-favorites-section {
  margin: 150px 0;
}

.title-linear-blue {
  font-weight: bolder;
  background: rgb(0, 57, 119);
  background: linear-gradient(
    90deg,
    rgba(0, 57, 119, 1) 25%,
    rgba(0, 190, 255, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.input_gray {
  border-radius: 10px;
  border-color: #cbcbcb;
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

.button-card {
  background: #003368;
  padding: 10px;
  margin-left: 10px;
  border-radius: 10px;
  color: #fff;
  transition: all 400ms ease-in-out;
  min-width: 100px;
}

.button-card:hover {
  color: #fff !important;
  background: #00bdff !important;
}

.type_gray {
  width: 100%;
  border-radius: 10px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 10px;
  border: 1px #cbcbcb solid;
  border-radius: 10px;
}

.card_plan {
  width: fit-content;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 50px #50505047;
  min-width: 390px;
  position: relative;
  margin: 10px;
  min-width: 390px;
}

.gray_title {
  color: #949494;
  font-weight: 300;
}

.bold_dark_blue {
  font-weight: bold;
  color: #003368;
}

.bold_green {
  font-weight: bold;
  color: #08f07e;
}

.button-plan {
  background: #003368;
  padding: 10px 30px;
  margin-left: 10px;
  border-radius: 50px;
  color: #00f07e;
  transition: all 400ms ease-in-out;
  min-width: 100px;
  text-transform: uppercase;
  border: none;
  font-weight: 800;
}

.button-plan:hover {
  color: #fff;
}

.money {
  font-size: 2rem;
  font-weight: bold;
  color: #003368;
}

/* .plan_border {
  border: red 3px solid !important;
} */

:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgba(168, 239, 255, 1);
  --c2: rgba(168, 239, 255, 0.1);
}

@property --angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: "<percentage>";
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: true;
}

.plan_border {
  border: 3px solid;
  border-image: conic-gradient(
      from var(--angle),
      rgb(85 224 255),
      rgb(154 93 255) 0.1turn,
      rgb(226 0 239) 0.15turn,
      rgb(55 11 255 / 57%) 0.25turn
    )
    30;
  animation: borderRotate var(--d) linear infinite forwards;
  background-clip: padding-box, border-box;
  border-radius: 10px;
}

@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

.plan_list li {
  padding: 10px;
}

.plan_list {
  counter-reset: ck-custom-counter;
  list-style: none;
}

.plan_list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.plan_list li::before {
  content: url(https://velo.wf/site/img/check.png);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: right;
  padding: 0px 0 0 5px;
  margin-right: 15px;
  line-height: 0;
  vertical-align: middle;
}

.linear_green_blue_bg {
  background: rgb(0, 240, 126);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 240, 126, 1) 30%,
    rgba(0, 190, 255, 1) 90%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 240, 126, 1) 30%,
    rgba(0, 190, 255, 1) 90%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 240, 126, 1) 30%,
    rgba(0, 190, 255, 1) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f07e", endColorstr="#00beff", GradientType=1);
}

.linear_green_blue_bg .plan_list li {
  color: #fff;
}

/* .linear_green_blue_bg .plan_list li::before{
    filter: invert(93%) sepia(93%) saturate(12%) hue-rotate(312deg) brightness(105%) contrast(101%);
} */
.color-white {
  color: #fff;
}

.popular_signed {
  background-color: #ea3131;
  color: #fff;
  position: absolute;
  top: 0px;
  width: fit-content;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  padding: 0 10px;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
}

.ml-3 {
  margin-left: 1rem;
}

input[type="checkbox"] {
  box-sizing: border-box;
  appearance: none;
  background: #fff;
  outline: 1px solid #333;
  border: 1px solid #c7c7c7;
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 6px;
  margin-right: 5px;
}

input[type="checkbox"]:checked {
  background: #003368;
}

.alert p {
  display: none;
}

.alerts-doc p {
  display: none;
  margin-top: 10px;
  color: #ff0000;
}

.alerts-doc p i {
  margin-right: 5px;
}

.approveds-doc p i {
  margin-right: 5px;
}

.approveds-doc p {
  display: none;
  margin-top: 10px;
  color: #008000;
}

#nextBtn {
  display: none;
}

#unblock-btn {
  display: none;
}

/* type radio */
.buttons-radio {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.buttons-radio li {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.buttons-radio label,
.buttons-radio input {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 35px;
  text-align: center;
  height: 45px;
  width: 45px;
}

.buttons-radio input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.buttons-radio input[type="radio"]:checked + label,
.Checked + label {
  background: #09ef7e;
  color: #003368;
}

.buttons-radio label {
  padding: 10px;
  cursor: pointer;
  z-index: 90;
  width: min-content;
}

.buttons-radio label:hover {
  background: #06beff;
}

.modal-card {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-card-content {
  background-color: #fefefe;
  margin: 20% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: absolute;
  max-width: 600px;
  border-radius: 20px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 50px !important;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }

  .bgburns .slides li .slide-background {
    -webkit-animation: none !important;
    animation: none !important;
  }

  .card_plan {
    width: 100%;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px #50505047;
    position: relative;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    margin: 10px 0;
    min-width: auto;
  }

  #regForm {
    background-color: #ffffff;
    padding: 10px;
    max-width: 100%;
    border-radius: 20px;
    margin: auto;
  }

  .modal-card-content {
    margin: 50% auto;
  }
}

@media all and (min-width: 1200px) {
  .car-box-2 .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

@media all and (min-width: 992px) {
  .banner img {
    /*animation: bgburnsEast 25s linear infinite alternate;
        -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
    max-width: 700px;
    margin: auto;
  }

  .dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .sticky-header .nav-link::after {
    display: none !important;
  }

  .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }

  .sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff !important;
  }

  .sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
  }

  .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
  }

  #main-header-2.header-shrink .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #515151 !important;
  }

  .hide-carat .nav-link::after {
    display: none !important;
  }
}

/** Media **/
@media (max-width: 1200px) {
  .banner .banner-slider-inner h1 {
    font-size: 60px;
  }

  .about-slider-box {
    margin-right: 0;
  }

  .d-none-1200 {
    display: none;
  }

  .blog-social-list span {
    margin-right: 5px;
  }

  .about-text {
    padding: 0;
  }

  .tabbing-box .nav-tabs .nav-link {
    padding: 10px 14px;
  }
}

@media (max-width: 992px) {
  .content-area {
    padding: 20px 0 50px;
  }

  .content-area-2 {
    margin-bottom: 80px;
  }

  .content-area-3 {
    margin-bottom: 50px;
  }

  .content-area-4 {
    padding: 80px 0 50px;
  }

  .content-area-5 {
    padding: 80px 0;
  }

  .content-area-6 {
    padding: 80px 0 50px;
  }

  .content-area-7 {
    padding-bottom: 65px;
  }

  .content-area-8 {
    padding: 80px 0 50px;
  }

  .content-area-9 {
    padding: 80px 0 70px;
  }

  .content-area-10 {
    padding: 80px 0 40px;
  }

  .content-area-11 {
    padding: 50px 0;
  }

  .content-area-12 {
    padding: 80px 0 60px;
  }

  .content-area-13 {
    padding: 80px 0 65px;
  }

  .content-area-14 {
    margin-bottom: 70px;
  }

  .content-area-15 {
    padding: 80px 0 10px;
  }

  .content-area-16 {
    padding: 80px 0 70px;
  }

  .content-area-17 {
    padding: 80px 0 80px;
  }

  .content-area-18 {
    padding: 80px 0 50px;
  }

  .content-area-19 {
    padding: 80px 0 30px;
  }

  .main-footer-2 .footer-menu ul li a {
    margin-right: 20px;
  }

  .main-footer-2 .footer-menu ul li a:before {
    right: -10px;
  }

  .details-banner img {
    height: 550px;
  }

  .main-title h2 {
    font-size: 31px;
  }

  .testimonial-4 {
    padding: 80px 0 87px;
  }

  .testimonial-4:before {
    display: none;
  }

  #full-page-search .search-boxs {
    max-width: 350px;
  }

  .banner .inline-search-area .search-col {
    padding: 0 5px;
    margin-bottom: 15px;
    border-right: none;
  }

  .banner .inline-search-area .bootstrap-select button {
    border-radius: 0;
    padding: 13px 15px;
  }

  .banner .inline-search-area .search-fields {
    min-height: 50px;
  }

  .banner .inline-search-area .bootstrap-select .dropdown-toggle::after {
    top: 25px;
  }

  .banner .inline-search-area .btn-search {
    padding: 12px 10px;
  }

  .search-box-2 .search-fields {
    min-height: 50px;
    margin-bottom: 15px;
  }

  .search-box-2 .bootstrap-select button {
    padding: 13px 15px;
  }

  .search-box-2 .btn-md {
    padding: 14px 30px 12px 30px;
  }

  .search-box-2 .col-pad {
    padding: 0 10px;
  }

  .search-box-2 {
    padding: 30px 5px 15px;
  }

  .search-box-2 .bootstrap-select .dropdown-toggle::after {
    top: 25px;
  }

  .login-1 .form-inner {
    padding: 30px;
  }

  .login-1 .form-section {
    width: 100%;
  }

  .login-1 .form-section {
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }

  .car-model-2 .modal-title {
    font-size: 25px;
  }

  .login-1 .bg-img {
    min-height: 100%;
    border-radius: 5px;
  }

  .none-992 {
    display: none !important;
  }

  .details-banner .text-end {
    text-align: left !important;
  }

  .cardetailsslider-3 .slider-nav {
    width: 19.5%;
  }

  .cardetailsslider-3 .slider-for {
    width: 80.5%;
  }

  .login-1 .logo img {
    height: 45px;
  }

  .banner .banner-slider-inner p {
    font-size: 18px;
  }

  .ab-mb {
    margin-bottom: 40px !important;
  }

  .team-2 .team-info {
    padding: 30px;
  }

  .intro-section .intro-section-inner {
    padding: 40px 0;
  }

  .bi5 {
    margin-top: 0;
  }

  .pages-404 .error404 {
    margin-bottom: 25px;
    font-size: 180px;
  }

  .pages-404 .nobottomborder h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .pages-404 p {
    margin-bottom: 20px;
  }

  .testimonial-3 {
    padding: 80px 0 60px;
  }

  .car-model-2 .modal-left,
  .modal-right {
    flex: inherit;
  }

  .car-model-2 .modal-body {
    background: #fff;
    padding: 0 15px 0;
  }

  .modal-header .close {
    margin: 0px 0 auto 10px;
  }

  .car-model-2 .modal-left-content .description {
    padding: 30px 30px 0;
  }

  .blog-item {
    margin: 25px 0 30px;
  }

  .blog-item h3 a {
    font-size: 20px;
  }

  .main-title-2 p {
    line-height: 26px;
    font-size: 16px;
  }

  .counters {
    padding: 60px 0 20px;
  }

  .mt-50 {
    margin-top: 0;
  }

  .advantages-3 {
    padding: 80px 0 50px;
  }

  .ab-mb {
    margin-bottom: 40px;
  }

  .banner h4 {
    font-size: 42px;
  }

  .banner .fresh {
    margin-left: 145px;
    padding-top: 17px;
  }

  .team-2 .clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 0 100%);
  }

  .team-2 .detail {
    padding: 20px 20px;
  }

  .banner h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-2 .main-title {
    margin-bottom: 40px;
    text-align: center;
  }

  .details-banner .cover-buttons ul {
    float: left;
  }

  .slide-2 {
    margin-bottom: 40px;
  }

  .details-banner .cover-buttons {
    left: 15px;
  }

  .details-banner .text .location {
    margin-bottom: 15px;
  }

  .d-none-992 {
    display: none;
  }

  .banner .w-100 {
    width: auto !important;
    transform: translateX(-13%);
  }

  .btn-none-992 {
    display: none;
  }

  .advantages-3 .main-title {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .banner .price {
    height: 99px;
  }

  /* .sb-5 {
        display: none;
    } */

  .sb-6 {
    display: flex;
  }

  .search-box-4 {
    max-width: 260px !important;
    top: 15%;
    right: 12%;
  }

  .search-box-3 .form-group {
    margin-bottom: 15px;
  }

  .search-box-3 .range-slider {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .search-box-3 {
    padding: 30px 0 15px;
  }

  .heading-4 h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .heading-4 {
    margin-bottom: 25px;
  }

  .cart-total-box {
    margin-top: 30px;
  }

  .typography .heading-3 {
    margin-bottom: 15px;
  }

  .typography .mb-50 {
    margin-bottom: 40px;
  }

  .blog-big h3 {
    font-size: 22px;
  }

  .search-compare h3 {
    font-size: 21px;
  }

  .vs {
    margin: 0 auto 30px;
  }

  .logo {
    margin: 15px 0;
  }

  .logo img {
    height: 40px;
  }

  .p-box-2 {
    margin-bottom: 45px;
  }

  .banner .banner-slider-inner h1 {
    font-size: 47px;
  }

  .banner .carousel-content.banner-info {
    /*top: 27%;*/
  }

  .banner-slider-inner .show-more-options {
    display: none;
  }

  .banner-slider-inner .row-4 {
    margin: 0;
  }

  .row-3 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-ml {
    margin-left: 0;
  }

  #search-style-3 {
    padding: 30px 0 80px;
  }

  .helping-sentar {
    padding-top: 80px;
  }

  .tab-box-2 .nav-link {
    display: block;
    padding: 0.5rem 0.3rem;
  }

  .ui-item {
    margin-bottom: 30px;
  }

  .header-2 {
    padding: 0;
  }

  .main-title {
    margin-bottom: 40px;
  }

  .main-title-2 {
    margin-bottom: 40px;
  }

  .search-area {
    padding: 25px 20px 5px;
    border-radius: 0;
  }

  .search-options-btn,
  .search-options-btn:hover {
    padding: 7px 10px 8px 10px;
    border-radius: 3px;
  }

  .search-options-btn,
  .search-options-btn i {
    margin-left: 0;
  }

  .search-area .form-group {
    margin-bottom: 15px;
  }

  .about-slider-box {
    margin-bottom: 30px;
  }

  .search-area-2 .range-slider {
    margin-top: 15px;
    margin-bottom: 1rem;
  }

  .bg-grea .range-slider {
    margin-top: 15px;
    margin-bottom: 1rem;
  }

  .search-area-2 {
    padding: 30px 0 10px;
  }

  .t-c {
    text-align: center;
  }

  .main-title h1 {
    font-size: 27px;
  }

  .main-title-2 h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .hidden-mb-20 {
    margin-bottom: 20px;
  }

  .search-compare h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .service-info-3 .detail {
    padding: 30px 20px 30px;
  }

  .header-transparent {
    position: static;
    z-index: 9;
    width: 100%;
  }

  .banner .banner-slider-inner h2 {
    font-size: 42px;
  }

  .banner .banner-slider-inner {
    top: 0%;
  }

  .banner .banner-opt .banner-slider-inner h1 {
    font-size: 20px;
  }

  .banner .banner-opt .banner-slider-inner p {
    line-height: 22px;
    font-size: 14px;
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 5px;
  }

  .pb-hediin-60 {
    padding-bottom: 60px;
  }

  .service-info.h-bdr {
    border: solid 1px #efefef;
  }

  .navbar-light .navbar-toggler {
    font-size: 18px;
    font-weight: 400;
  }

  .navbar-light .navbar-toggler span {
    color: #fff;
  }

  .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler {
    padding: 0;
    width: 40px;
    height: 40px;
    outline: none;
    border-radius: 0;
  }

  .contect-agent-photo img {
    margin-top: 40px;
  }

  .about-text {
    padding: 0;
  }

  .banner h3 {
    font-size: 42px;
  }

  .b p {
    margin-bottom: 0;
  }

  .main-title p {
    line-height: 26px;
    font-size: 17px;
  }

  .search-box-4 {
    display: none;
  }

  .text-l {
    text-align: center !important;
  }

  .text-r {
    text-align: center !important;
  }

  .sub-banner {
    height: 400px;
  }

  .sticky-header {
    position: fixed;
    background: transparent;
    top: 0px;
    z-index: 1000;
    width: 100%;
  }

  .banner .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    height: 50px;
  }

  .banner .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .coming-soon h1 {
    font-size: 70px;
  }

  .main-title-3 h1 {
    font-size: 35px;
  }

  .main-title-3 p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .sub-banner {
    height: 300px;
  }

  .sub-banner .breadcrumb-area {
    top: 55%;
  }

  .main-title h2 {
    font-size: 28px;
  }

  .testimonial-4 {
    padding: 60px 0 67px;
  }

  .main-title-3 h1 {
    font-size: 28px;
  }

  .heading-car-2::after {
    width: 160px;
  }

  .heading-car-2 .price-box-3 {
    margin-top: 8px;
  }

  .heading-car-2 .price-box-3 sup {
    top: -15px;
  }

  .heading-car-2 .price-box-3 {
    font-size: 30px;
  }

  .banner .carousel-caption {
    right: 0;
    left: 0;
  }

  .banner .btn-6 {
    padding: 11.5px 25px 10.5px;
    font-size: 13px;
  }

  .banner .btn-5 {
    font-size: 13px;
    padding: 11.5px 25px 10.5px;
  }

  .intro-text h3 {
    line-height: inherit;
  }

  .intro-section .btn-md {
    padding: 10px 27px 7px;
    font-size: 14px;
    height: 40px;
  }

  .testimonial-2 .testimonial-item-new {
    padding: 0px 40px 40px 40px;
  }

  .testimonial-3 {
    padding: 60px 0 40px;
  }

  .advantages-3 {
    padding: 60px 0 30px;
  }

  .advantages-3 .main-title {
    margin-bottom: 30px;
  }

  .testimonial-2 .main-title {
    margin-bottom: 30px;
  }

  .banner h4 {
    font-size: 34px;
  }

  .banner .fresh {
    margin-left: 125px;
    padding-top: 17px;
  }

  .banner h5 {
    font-size: 20px;
    line-height: 27px;
  }

  .banner .price {
    height: 90px;
  }

  #banner .carousel-content.bi-2 {
    padding: 50px 33px 0;
  }

  .details-banner .text h1 {
    font-size: 25px;
  }

  .details-banner .cover-buttons ul li a {
    padding: 6px 15px;
  }

  .sub-banner .breadcrumb-area h1 {
    font-size: 27px;
  }

  .team-2 .detail {
    padding: 25px 20px 25px 25px;
    left: -0;
  }

  .shop-table.cart td,
  .shop-table.cart th {
    padding-left: 0;
  }

  .shop-table.cart .product-thumbnail img {
    width: 70px;
  }

  .shop-table.cart .product-thumbnail,
  .shop-table.cart .product-name a {
    font-size: 13px;
  }

  .shop-table.cart .qty {
    width: 40px;
  }

  .car-box-2 .detail {
    padding: 25px;
  }

  .main-title-2 h1 {
    font-size: 30px;
  }

  .reviews-box .detail .title {
    font-size: 22px;
  }

  .reviews-box h4 {
    font-size: 14px;
  }

  .content-area-17 {
    padding: 60px 0 60px;
  }

  .content-area-18 {
    padding: 80px 0 50px;
  }

  .content-area-19 {
    padding: 60px 0 10px;
  }

  .main-title h1 {
    font-size: 25px;
  }

  .search-area-3 {
    padding: 25px 0 10px;
    background: #efefef;
  }

  .none-768 {
    display: none;
  }

  .our-newslatters .form-control {
    width: 63%;
  }

  .our-newslatters .btn-6 {
    width: 35%;
    margin-left: 2%;
  }

  .slick-direita {
    right: 115px;
    top: 400px;
  }

  .slick-esquerda {
    left: 115px;
    top: 400px;
  }

  .cardetailsslider-2 .slick-slide {
    width: 50px;
  }

  .cardetailsslider-2 .slider-navs-box {
    max-width: 250px;
    margin: 0 auto !important;
  }

  .cardetailsslider-2 .slider-navs-box {
    max-width: 250px;
    margin: 0 auto !important;
  }

  .search-compare .form-group {
    margin-bottom: 20px;
  }

  .search-compare {
    margin-bottom: 10px;
  }

  .contact-1 .contact-pad {
    padding: 30px;
  }

  .contact-1 .contact-details {
    padding: 30px;
  }

  .heading-car-3 h3 {
    font-size: 22px;
  }

  .heading-car-3 p {
    font-size: 15px;
  }

  .login-1 .form-inner {
    margin: 0 15px;
  }

  .blog .blog-4 {
    margin-bottom: 0;
  }

  .search-area-3 .search-fields {
    min-height: 40px;
  }

  .elements-page .mb-50 {
    margin-bottom: 40px;
  }

  .top-header {
    display: none;
  }

  .banner .banner-slider-inner h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .banner .banner-info ul {
    margin-top: 10px;
  }

  .banner .carousel-content.banner-info {
    /*top: 33%;*/
    text-align: center;
  }

  .heading-car-2 h3 {
    font-size: 20px;
  }

  .banner .banner-slider-inner p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .search-area-3 {
    display: none;
  }

  .heading-car-2 {
    padding: 15px;
  }

  .sorting-options2 .search-fields {
    min-height: 36px;
    padding: 0;
  }

  .sorting-options2 .bootstrap-select {
    width: 150px !important;
  }

  .car-properties .list-inline-item {
    width: 45px;
    margin: 3px !important;
  }

  .tabbing-box .nav-tabs .nav-link {
    padding: 8px 14px;
    font-size: 15px;
  }

  .tabbing-box .nav-tabs {
    background: transparent;
    border-bottom: transparent;
  }

  .cars {
    padding: 0;
  }

  .photo-gallery .col-pad {
    padding: 0 15px 0;
  }

  .intro-section .btn {
    float: none;
  }

  .intro-section {
    text-align: center;
  }

  .intro-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .intro-section .intro-section-inner {
    padding: 30px 0;
  }

  #search-style-3 {
    padding: 30px 0 60px;
  }

  .compare-table tr td {
    box-sizing: border-box;
    padding: 10px 7px;
  }

  footer {
    padding-top: 60px;
  }

  .dashboard-content {
    padding: 30px 15px 0;
    overflow: hidden;
  }

  .car-box-2 .price-box {
    right: 30px;
  }

  .dashboard-header .breadcrumb-nav {
    right: 15px;
    display: inline-block;
    font-size: 15px;
    float: left;
  }

  .dashboard-header .breadcrumb-nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 15px 0 0;
  }

  .edit-profile-photo {
    width: 160px;
    margin-bottom: 80px;
  }

  .search-options-btn,
  .search-options-btn:hover {
    padding: 5px 8px 6px 8px;
    border-radius: 3px;
    font-size: 13px;
  }

  .main-title {
    margin-bottom: 30px;
  }

  .main-title-2 {
    margin-bottom: 30px;
  }

  .search-area-2 .form-group {
    margin-bottom: 10px;
  }

  .property-meta {
    padding: 20px 5px;
  }

  .search-area-2 {
    padding: 30px 20px 10px;
  }

  .coming-soon-info .form-control {
    width: 65%;
  }

  .coming-soon-info .btn,
  .coming-soon-info .btn:hover,
  .coming-soon-info .btn:active {
    width: 35%;
  }

  .property-meta ul li {
    font-size: 14px;
  }

  .property-meta ul li i {
    margin-right: 7px;
    font-size: 17px;
  }

  .car-box-2 .footer {
    padding: 15px 35px 15px 35px;
  }

  .car-box-2 .hdg {
    padding: 20px 35px;
  }

  .footer .footer-item {
    margin-bottom: 40px;
  }

  .partners img {
    max-width: 120px;
    margin: 0 auto;
  }

  .sub-footer .copy {
    text-align: center;
    margin-bottom: 10px;
  }

  .sub-footer .social-list {
    float: none;
  }

  .sub-footer {
    text-align: center;
  }

  .coming-soon-counter div {
    font-size: 25px;
    width: 90px;
    margin: 0 10px 10px 0;
    padding: 10px 2px 15px;
  }

  .coming-soon h1 {
    font-size: 50px;
  }

  .banner .banner-slider-inner h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .banner-car-box .meta ul li {
    margin-right: 15px;
  }

  .banner-car-box .mb-30 {
    margin-bottom: 20px;
  }

  .banner h3 {
    font-size: 34px;
  }

  .banner .btn-md {
    padding: 9px 15px;
    font-size: 12px;
  }

  .banner .btn-white-lg-outline {
    padding: 8px 28px 9px 28px;
    font-size: 13px;
  }

  .banner .btn-lg {
    padding: 9.5px 28px 9.5px 28px;
    font-size: 13px;
  }

  .blog-social-list {
    float: left;
    margin-top: 20px;
  }

  .countdown .top {
    font-size: 30px;
  }

  .pages-404 .nobottomborder h4 {
    font-size: 16px;
  }

  .pages-404 .nobottomborder {
    margin-bottom: 0;
  }

  .setting-button {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -40px;
  }

  .inside-car iframe {
    height: 220px !important;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .back-to-listings {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 15px;
  }

  .search-area label {
    display: none;
  }

  .service-info-3 {
    margin-bottom: 65px;
  }

  .service-info-3.hidden-30 {
    margin-bottom: 30px;
  }

  .contact-details .media .media-left {
    padding-right: 20px;
  }

  .search-area-inner {
    margin: 0px;
  }

  .search-box-3 .search-area-inner {
    margin: 0;
  }

  .search-contents .col-xs-12,
  .search-contents .col-xs-6 {
    padding: 3px 10px;
  }

  .search-box .form-group {
    margin-bottom: 0;
  }

  .blog-box .detail .tags-box {
    margin-bottom: 20px;
  }

  .blog-box .detail .blog-share {
    float: left;
    text-align: left;
  }

  .comments ul {
    margin: 0 0 0 0;
  }

  .comment-body {
    margin: 10px 0 0 0;
    line-height: 20px;
    padding: 10px 0 0 0;
    font-size: 13px;
    text-align: justify;
  }

  .blog-banner {
    text-align: center;
    padding: 40px 0;
  }

  .comment-content {
    margin: 0 0 0 65px;
  }

  .comment-author {
    height: 50px;
    width: 50px;
  }

  .comment p {
    line-height: 26px;
  }

  .sec-title-three h2 {
    margin-top: 0;
  }

  .content-area {
    padding: 20px 0 0px;
  }

  .content-area-2 {
    margin-bottom: 60px;
  }

  .content-area-3 {
    margin-bottom: 30px;
  }

  .content-area-4 {
    padding: 60px 0 30px;
  }

  .content-area-5 {
    padding: 60px 0;
  }

  .content-area-6 {
    padding: 60px 0 30px;
  }

  .content-area-7 {
    padding-bottom: 45px;
  }

  .content-area-8 {
    padding: 60px 0 30px;
  }

  .content-area-10 {
    padding: 60px 0 20px;
  }

  .content-area-11 {
    padding: 30px 0 20px;
  }

  .content-area-12 {
    padding: 60px 0 40px;
  }

  .content-area-13 {
    padding: 60px 0 45px;
  }

  .content-area-14 {
    margin-bottom: 50px;
  }

  .content-area-15 {
    padding: 60px 0 10px;
  }

  .content-area-16 {
    padding: 60px 0 50px;
  }

  .content-area-9 {
    padding: 60px 0 50px;
  }

  .about-text {
    padding: 0;
  }

  .search-area .form-group {
    margin-bottom: 10px;
  }

  .recent-posts-box .detail .location a {
    font-size: 14px;
  }

  .about-box {
    max-width: 100%;
  }

  .car-amenities ul li {
    list-style: none;
    margin-bottom: 10px;
  }

  .heading-car h3 {
    font-size: 18px;
  }

  .heading-car p {
    font-size: 13px;
  }

  .heading-car h5 {
    font-size: 13px;
  }

  .typography-page p {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
  }

  .breadcrumb-area .btn-md {
    padding: 10px 20px;
  }

  .helping-sentar {
    padding-top: 60px;
  }

  .profile-bg {
    height: 75vh;
  }
}

@media (max-width: 580px) {
  .comment-content h6 span {
    display: none;
  }

  .heading-car-3 .ratings-2 {
    font-size: 15px;
  }

  .car-model-2 .float-right {
    float: left !important;
  }

  .car-model-2 .float-left {
    width: 100%;
  }

  .car-model-2 .ratings-2 {
    margin-bottom: 10px;
  }

  .coming-soon-counter div {
    font-size: 30px;
    width: 80px;
  }

  .product-price {
    display: none;
  }

  .d_none {
    display: none;
  }

  /*.none-580{
        display: none;
    }*/

  .banner-car-box .meta ul li i {
    margin-right: 5px;
  }

  .search-options-btn,
  .search-options-btn:hover {
    left: 30px;
    bottom: 0px;
  }

  .setting-button {
    display: none;
  }
}

.search-box-5 {
  width: 50.75rem;
  height: 100%;
  left: 295px;
  top: 522px;
  background: #ffffff;
  border-radius: 14px;
  padding: 17px 14px;
}

@media (max-width: 896px) {
  .search-box-5 {
    padding: 30px 25px;
  }
}

.content-banner {
  width: fit-content;
  height: 100px;
}

.filter-style {
  border-color: white !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #949494;
  margin-left: 10px;
  -webkit-appearance: none;
}

.h1-fail {
  margin-top: 100px;
  margin-bottom: 100px;
}

.paginate-one {
  margin: 0 2px 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  padding: 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.compare-area {
  width: 100%;
  height: 70vh;
  overflow-x: auto;
  margin-top: 150px;
  margin-bottom: 50px;
  background: #ffffff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 0px 0px;
}

.compare-car-table {
  width: 100%;
  border: none;
  table-layout: fixed;
}

table {
  display: block;
  border-collapse: collapse;
  white-space: nowrap;
  border: none;
  color: #003368;
}

td,
th {
  overflow: auto;
  min-width: 125px;
  max-width: 300px;
  border: none;
  white-space: normal;
}

td:first-child {
  background-color: whitesmoke;
  z-index: 200;
  left: 0;
  box-shadow: 0 0 0 1px black;
  position: -webkit-sticky;
  position: sticky;
}

table tbody tr.sticky {
  position: sticky;
  z-index: 300;
  top: 0;
  background-color: whitesmoke;
}

table tbody tr.divider td {
  background-color: #00bdff !important;
}

table tbody {
  display: table;
  width: 100%;
}

.compare-area .row {
  color: #003368;
  display: flex;
}

.divider {
  color: white !important;
  font-weight: bold;
  padding: 5px 20px;
  background-color: #00bdff !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.font-bold {
  font-size: 1.1rem;
  font-weight: 550;
}

.car-img-container {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}

.close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 0.8rem;
  background-color: red;
  color: white;
  position: absolute;
  top: 0 !important;
  right: 0;
  z-index: 100;
}

.add-car-container {
  position: relative;
  width: 100%;
  padding-top: 20%;
}

.add-car-icon {
  color: white;
  background-color: #949494;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  z-index: 100;
}

.open-youtube {
  color: #003368 !important;
}

.open-youtube:hover {
  color: #949494 !important;
}

.superclass {
  color: #003368;
}

.active_vehicle_type > h3 > div > span {
  border-bottom: solid #00f07e 4px;
}

.close-absolute {
  display: none;
}

.filter-list {
  position: relative;
  display: none;
}

@media (max-width: 1000px) {
  .mobilenav {
    position: absolute;
    display: none;
    transform: translateX(-100%);
    transition: 400ms;
    z-index: 999999;
  }

  .mobilenav2 {
    position: absolute;
    display: block;
    transition: 400ms;
    z-index: 999999;
  }

  .filter-list {
    position: relative;
    display: inline;
    margin: 0px;
    margin-right: 10px;
  }

  .close-absolute {
    position: absolute;
    display: inline;
    right: -285px;
    top: 10px;
  }
}

.mobilenav2 {
  position: absolute;
  transition: 400ms;
  z-index: 999999;
}

.filter-list {
  position: relative;
  display: inline;
  margin: 0px;
  margin-right: 10px;
}

.close-absolute {
  position: absolute;
  display: inline;
  right: 20px;
  top: 10px;
}

.clean-cpf {
  position: absolute;
  top: 0;
  transform: translate(-50%, 50%);
  right: 0;
  color: #949494;
  font-size: 24px;
  background: none;
  padding: 0;
}

.btn-next {
  border: 0px;
  min-width: 100px;
  padding: 10px;
  border-radius: 10px;
  background: #00f636;
  color: #003368 !important;
  height: 45px;
  font-weight: 600;
  margin-left: 10px;
}

.highlight-terms {
  color: #02bdff !important;
}

.certified-listing {
  position: absolute;
  transform: scale(1.2);
  top: 3px;
  right: 0px;
  z-index: 20;
  text-transform: uppercase;
  padding: 5px 5px;
  font-weight: 600;
  border-radius: 3px 3px 3px 0;
}

.position-relative {
  position: relative;
}

.card-brand-model {
  width: 100%;
  display: none;

  position: absolute;
  z-index: 9999999;
  top: 40px;
  left: 0;

  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #aaa;
}

.card-brand-model-title {
  border-radius: 10px;
  background: #073977;
  color: #ffffff;
  padding: 10px;
}

.card-brand-model-subtitle {
  border-radius: 10px;
  color: #444;
  padding: 10px;
  cursor: pointer;
}

.card-brand-model-subtitle:hover {
  background: #eee;
}

.card-state-city {
  width: 100%;
  display: none;

  position: absolute;
  z-index: 9999999;
  top: 40px;
  left: 0;

  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #aaa;
}

.card-state-city-title {
  border-radius: 10px;
  background: #073977;
  color: #ffffff;
  padding: 10px;
}

.card-state-city-subtitle {
  border-radius: 10px;
  color: #444;
  padding: 10px;
  cursor: pointer;
}

.card-state-city-subtitle:hover {
  background: #eee;
}

.register-content {
  border-radius: 10px;
  background-color: white;
  padding: 20px;
  box-shadow: 1px 0px 30px 5px #00000024;
  transition: all 500ms ease-in-out;
  max-width: 290px;
  margin: 1rem auto;
}

.register-content:hover {
  transform: scale(1.05);
  background-color: #ececec;
}

.email-content {
  border-radius: 10px;
  background-color: white;
  padding: 20px;
  box-shadow: 1px 0px 30px 5px #00000024;
  transition: all 500ms ease-in-out;
  max-width: 290px;
  margin: 1rem auto;
}

.clear {
  clear: both;
}

.up-bar2 {
  padding: 15px;
  background-color: white;
  box-shadow: 3px 5px 5px #acacac;
}

@media (max-width: 767px) {
  .up-bar2 {
    padding: 80px 10px 27px 10px;
  }

  .comparebutton {
    width: 60% !important;
  }
}

.d-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
}

.comparebutton {
  font-size: 15px;
  text-shadow: 0px 0px 0px #1f58a3;
  padding: 11px 40px;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  border: 0px solid #3866a3;
  background: #003368;
  animation-delay: 0.3s;
  cursor: pointer;
  width: 28%;
  position: fixed;
  bottom: 15px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000 !important;
  display: flex;
  justify-content: center;
  animation-duration: 1s;
  animation-fill-mode: both;

  animation-name: fadeInRight;
  animation-delay: 0.3s;
}

.comparebutton:hover {
  /* transform: rotate(87deg); */
  background: #00bcfd;
  transform: scale(1.06);
  color: #ffffff;
}

.compare-div {
  display: none;
}

.compare-div.show {
  display: flex;
  width: 100%;
  bottom: 0px;
  justify-content: center;
}

.supercolor {
  color: #ffffff !important;
}

.register-nav {
  border-bottom: 1px solid #dbdbdb;
  margin-top: 30px;
  padding-bottom: 20px;
}

.position-alert {
  top: 150px;
  position: fixed;
  z-index: 99999;
  right: 50%;
  transform: translate(50%, -50%);
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.abaixo-da-fipe {
  font-size: 0.8rem;
}

.tag-fipe {
  font-size: 1rem;
  padding: 4px 6px;
  margin-bottom: 4px;
  border-radius: 100px;
  display: inline-block;

  background: #f00;
  color: #fff;
}

.abaixo-da-fipe-detail {
  font-size: 1.3rem;
}

@media (max-width: 1400px) {
  .abaixo-da-fipe-detail {
    font-size: 1rem !important;
  }
  #vehicle-short-name{
    font-size: 30px !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.info-pages {
  padding-top: 100px;
  padding-bottom: 70px;
}

.star-seller {
  font-size: 40px;
  color: #fc0;
}

.error-message {
  padding: 10px 30px;
  border-radius: 10px;
}

.dot {
  height: 67px;
  margin-right: 16px;
  width: 60px;
  padding: 8px 0px 16px 19px;
  padding-bottom: -8px;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #003368;
  border-radius: 50%;
  display: inline-block;
}

.value-compare {
  color: white;
  font-size: 20px !important;
  word-wrap: break-word;
  width: 100%;
}

.label-details {
  padding: 0px 5px 0px 5px;
}

.button-reports {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: none;
  color: #fff;
  background: #003368;
}

.h3-reports {
  margin-bottom: 0.8rem !important;
}

.margin-container {
  margin-top: 100px;
}

.sticky-up {
  position: sticky;
  top: 80px;
  z-index: 9999;
}

.h-navmobile {
  height: 100%;
}

.icon-style {
  font-size: 120px;
  color: #ccc;
  margin-top: 5px;
}

#confirmationModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  color: white;
  width: 30%;
  background-color: #fff;
  border-radius: 15px;
}

@media (max-width: 625px) {
  #confirmationModal {
    width: 90%;
  }
}

#closeButton {
  color: #aaa;
  margin-top: -30px;
  float: right;
  font-size: 50px !important;
  font-weight: bold;
  cursor: pointer;
}

#closeButton:hover {
  color: #c80000;
}

#confirmationModal p {
  margin-bottom: 10px;
}

#confirmationModal button {
  margin: 0 5px;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#confirmationModal2 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  color: white;
  width: 30%;
  height: 37%;
  background-color: #fff;
  border-radius: 15px;
}

#closeButton2 {
  color: #aaa;
  margin-top: -30px;
  float: right;
  font-size: 50px !important;
  font-weight: bold;
  cursor: pointer;
}

#closeButton2:hover {
  color: #c80000;
}

#confirmationModal2 p {
  margin-bottom: 10px;
}

#confirmationModal2 button {
  margin: 0 5px;
}

#overlay2 {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* AAAAAAAAA */

#confirmationModal3 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  color: white;
  width: 30%;
  height: 37%;
  background-color: #fff;
  border-radius: 15px;
}

#closeButton3 {
  color: #aaa;
  margin-top: -30px;
  float: right;
  font-size: 50px !important;
  font-weight: bold;
  cursor: pointer;
}

#closeButton3:hover {
  color: #c80000;
}

#confirmationModal3 p {
  margin-bottom: 10px;
}

#confirmationModal3 button {
  margin: 0 5px;
}

#overlay3 {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-confirmation {
  background-color: #ffffff;
  color: #00ef7e;
  width: 100%;
  border: solid 3px;
  /* border: none; */
  margin-bottom: 30px;
  /* padding-left: 204px; */
  padding: 10px 0px 10px 0px;
  /* padding-right: 94px; */
  margin-top: 10px !important;
  /* height: 90%; */
  border-radius: 5px;
}

.button-confirmation2 {
  background-color: #ffffff;
  color: #003368;
  width: 100%;
  border: solid 3px;
  /* border: none; */
  margin-bottom: 30px;
  /* padding-left: 204px; */
  padding: 10px 0px 10px 0px;
  /* padding-right: 94px; */
  margin-top: 10px !important;
  /* height: 90%; */
  border-radius: 5px;
}

.button-confirmation:hover {
  color: #ffffff;
  background-color: #00ef7e;
}

.button-confirmation2:hover {
  color: #ffffff;
  background-color: #003368;
}

.info-button {
  color: #000;
  background-color: #fff;
  border-radius: 60px;
  height: 20px;
  width: 20px;
  display: flex;
  margin-bottom: 6px;
  margin-left: 8px;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .center-buttons-margin {
    margin-top: 10px;
  }
}

.center-buttons,
.center-buttons-margin {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.laudoscard {
  overflow: hidden;
  height: 100%;
  background-color: #003368;
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.3s ease;
}

.disabled-card {
  opacity: 0.8;
}

.center-icon {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  justify-content: center;
}

.laudoscard:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.laudoscard:hover .squarebottom {
  background-color: #2cf495;
}

.iconlaudo {
  position: revert;
  font-size: 20px;
  color: #ffffff;
}

.circle {
  background-color: #003368;
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 60px;
  justify-content: center;
  border: solid 3px #e9eff0;
  align-items: center;
}

.square {
  background-color: #003368;
  /* position: absolute; */
  height: 50px;
  top: 0;
  border-radius: 0px 0px 0px;
  width: 100%;
}

.laudocardh3 {
  text-align: center;
  color: #e9eff0;
  font-size: 1rem !important;
  margin: 0;
}

.red-badge {
    background-color: #dc3545 !important;
    padding: 2px 5px;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 10px;
    line-height: 15px;
}

.squarebottom {
  background-color: #00f07e;
  padding: 6px;
  display: flex;
  color: #003368;
  align-items: center;
  width: 95%;
  justify-content: center;
  border-radius: 10px;
}

.laudos {
  flex-wrap: wrap;
}

.verify {
  background-color: #f00;
  /* color: #fff !important; */
  /* width: 100%; */
  margin-left: 43px;
  display: flex;
  margin-top: 27px;
  width: 100%;
  height: 14%;
  position: absolute;
  padding: 1px;
  transform: rotate(34deg);
  justify-content: center;
}

.verify p {
  color: #fff;
  font-weight: 500;
}

.warning-toast {
  background-color: rgba(241, 203, 0, 0.7);
}

.error-toast {
  background-color: rgba(200, 0, 0, 0.7);
}

.success-toast {
  background-color: rgba(0, 240, 126, 0.7);
}

.wf-toast {
  position: fixed;
  top: 13%;
  right: 20px;
  width: fit-content;
  height: fit-content;
  padding: 20px;
  text-align: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  z-index: 9999;
  display: flex;
}

.tagfilter {
  padding: 5px 10px 5px 10px;
  color: white;
  display: flex;
  position: relative;
  height: 34px;
  background-color: #00bdff;
  width: fit-content;
  white-space: nowrap;
  border-radius: 40px;
  margin-left: 10px;
  font-weight: 500;
  justify-content: space-evenly;
}

.tagfilter p {
  color: white;
}

.buttonclose {
  background: none;
  border: none;
}

.closefilter {
  background: none;
  color: #fff;
  border: none;
  font-size: 20px;
}

.category {
  padding: 15px 0px;
  color: #949494;
}

.buttoncount {
  cursor: pointer;
  background-color: #003368;
  border-radius: 7px;
  display: flex;
  width: 270px;
  margin: auto;
  /* height: 70px; */
  justify-content: center;
  /* max-width: 80%; */
  padding: 13.2px 15px;
  align-items: center;
  transition: 0.3s;
}

.buttoncount h3 {
  color: #fff;
  font-size: 16px !important;
  margin: 0;
}

.buttoncount:hover {
  background-color: #00bcfd;
}

.selectmodel {
  width: 100%;
  height: 40px;
  color: #515151;
  padding: 5px 10px 5px 10px;
  border-radius: 10px 0 0 10px;
  border: solid 1px #dedede;
}

#optionsList {
  display: none;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
}

#optionsList div {
  padding: 5px;
  cursor: pointer;
}

#optionsList div:hover {
  background-color: #f0f0f0;
}

#searchInput {
  width: 100%;
  height: 40px;
  color: #515151;
  padding: 5px 10px 5px 10px;
  border-radius: 10px 0 0 10px;
  border: solid 1px #dedede;
}

.tagmodel {
  width: auto;

  .col-4 {
    background-color: #00bdff;
    border-radius: 4px;
    text-align: center;
    margin: 5px;
  }

  .col-4 h3 {
    color: #fff;
    font-size: 1rem !important;
    margin: 0;
    padding: 5px;
    white-space: nowrap;
  }
}

.moddalselect {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  color: white;
  width: 30%;
  background-color: #fff;
  border-radius: 15px;
}

.clearfilters {
  position: sticky;
  cursor: pointer;
  box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  /* background-color: rgb(233 239 240 / 75%); */
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  border: 3px solid #003368;
  border-radius: 4px;
  bottom: 20px;
  transition: 0.3s;
  z-index: 999999;
}

.clearfilters h4 {
  margin: 0;
}

.clearfilters:hover {
  transform: scale(1.05);
  background-color: #fff;
}

.clearfilters2 {
  position: sticky;
  cursor: pointer;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background: #00ef7e;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  bottom: 20px;
  transition: 0.3s;
  z-index: 999999;
}

.clearfilters2 h4 {
  color: #fff;
  margin: 0;
}

.clearfilters2:hover {
  background-color: #00bcfd;
  transform: scale(1.05);
}

.provider-card-imgs img,
.car-image-card {
  max-height: 215px;
  min-height: 199px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .provider-card-imgs img,
  .car-image-card {
    max-height: 365px;
    min-height: 273px;
  }
}

@media (max-width: 991px) {
  .provider-card-imgs img,
  .car-image-card {
    max-height: 365px;
    min-height: 273px;
  }
}

@media (max-width: 1199px) {
  .provider-card-imgs img,
  .car-image-card {
    max-height: 163px;
    min-height: 163px;
  }
}

@media (min-width: 1400px) {
    .provider-card-imgs img,
    .car-image-card {
      max-height: 180px;
      min-height: 180px;
    }
}

@media (min-width: 1610px) {
    .provider-card-imgs img,
    .car-image-card {
      max-height: 210px;
      min-height: 210px;
    }
}

@media (min-width: 1700px) {
    .provider-card-imgs img,
    .car-image-card {
      max-height: 228px;
      min-height: 215px;
    }
}

@media (min-width: 2182px) {
    .provider-card-imgs img,
    .car-image-card {
      max-height: 249px;
      min-height: 249px;
    }
  }

@media (min-width: 2200px) {
    .provider-card-imgs img,
    .car-image-card {
      max-height: 249px;
      min-height: 300px;
    }
  }

.primary-button {
  background-color: #00ef7e;
  color: #000;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 0;
}

.login-content {
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  font-size: 1.6rem;
}

.login-content input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  line-height: 1.2;
  font-size: 1.1rem;
  color: #555 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  height: 55px;
  padding: 18px 20px !important;
  border-radius: 30px !important;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  margin-top: 20px;
}

.login-content span.title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2;
  line-height: 20px;
  color: #44beff;
  text-transform: uppercase;
  font-weight: 600;
}

#providers_soon{
  display: none;
}

.login-content button,
#error-login,
#message_error_contact,
#message_success_contact {
  color: #fff;
  border-radius: 30px;
  width: 100%;
  font-weight: 500;
  height: 55px;
  padding: 18px 20px !important;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 20px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.login-content #loginButton {
  background-color: rgb(0, 51, 104);
}

.login-content #loginButtonChat {
  background-color: rgb(0, 51, 104);
}

.login-content #loginButtonChat:hover {
  background-color: rgb(31 115 202);
}

.login-content #crudButton {
  background-color: #30beff;
}

.no-account {
  font-size: 1rem;
  text-align: center;
}

.login-content #crudButton:hover {
  background-color: #54cbff;
}

#error-login {
  background-color: rgb(200 0 0 / 07);
  transition: all 0.3s;
}

.login-content a {
  font-size: 1rem;
  margin-top: 20px;
}

#message_error_contact,
#message_success_contact {
  width: fit-content;
  position: fixed;
  margin: 0 20px;
  top: 15%;
  z-index: 9999;
}

#message_error_contact {
  background-color: rgb(200 0 0 / 07);
}

#message_success_contact {
  background-color: rgb(0 200 0 / 07);
}

.input-range-light {
  .irs-bar {
    background-color: #003368 !important;
  }

  .irs-handle.to i,
  .irs-handle.from i {
    background-color: #003368 !important;
  }

  .irs-to,
  .irs-from {
    background-color: #00ef7e !important;

    &::before {
      border-top-color: #00ef7e !important;
    }
  }
}

.seller-rating-title::after {
  content: "   \f005";
  font: normal normal normal 1.2rem/1 FontAwesome;
  color: #f1cb00;
}

.loader-car {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

#car-loader {
  -webkit-animation: shakeit 1s ease-in-out infinite forwards;
  -webkit-animation-delay: 0.1s;
  animation: shakeit 0.2s ease-in-out infinite alternate;
  animation-delay: 0.1s;
}

@keyframes shakeit {
  0% {
    transform: translateY(-5%);
  }

  100% {
    transform: translateY(10%);
  }
}

.card-vehicle {
    margin: 4px;
    text-align: center;
    display: block;
    /* box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 2px 2px; */
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.card-vehicle:hover {
  box-shadow: rgba(70, 74, 77, 0.15) 0px 2px 2px 2px;
}

#side-bar-brands,
#side-bar-models,
#side-bar-versions,
#side-bar-states,
#side-bar-cities {
  left: 0;
  background-color: #fff;
  max-height: 100%;
  height: 100%;
  margin-left: -100%;
  position: absolute;
  z-index: 9999;
  width: 100%;
  display: none;
}
.scrollable-row {
  overflow: auto;
}

.car-brand {
  padding: 22px 24px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: solid 1px #bebed8;
}

.car-brand:hover {
  transition: 0.3s;
  background-color: #f0f0f0;
}

.more-one-vehicle {
  border: solid 1px #c9c9c9;
  border-radius: 20px;
  padding: 5px;
  color: #a9a9a9;
  cursor: pointer;
}

.more-one-vehicle:hover {
  color: #212529;
  border-color: #212529;
  transition: 0.3s ease-in;
}

.unselected_option {
  background-color: #fff;
}
.selected_option {
  background-color: #98fb98;
}
.selected_option:hover {
  transition: 0.3s;
  background-color: #87e687;
}
.card-ddd {
  cursor: pointer;
  padding: 5px 10px;
  margin: 2px 5px;
  width: fit-content;
  border-radius: 1rem;
  white-space: nowrap;
  border: solid 1px #00f07f;
  background-color: #fff;
  color: #00f07f;
  transition: all 0.3s;
}
.card-ddd:hover {
  transition: 0.3s;
  color: #17678c;
}
.card-ddd.selected {
  background-color: #00f07f;
  color: #fff;
}
.vehicles-sidebar {
  position: sticky;
  top: 10vh;
  overflow-y: scroll;
  max-height: 90vh;
}
.scroll-ddds {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow-x: scroll !important;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.scroll-ddds .card-ddd {
  display: inline-block;
}

.scroll-ddds::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.scroll-ddds::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 5px;
}

.scroll-ddds::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}
.plan-side-text span {
  font-weight: 600;
  color: #00bdff;
  text-transform: uppercase;
  font-size: 1.25rem !important;
}
.plan-side-text h3 {
  font-weight: 700;
  font-size: 2.5rem !important;
  line-height: 1;
  color: #003368;
}
.plan {
  position: relative;
  border: solid 1px #00bdff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 10px 0;
}
.plan .plan-price {
  position: relative;
}

.plan-price span {
  color: #003368 !important;
}
.plan-price .plan-name {
  font-weight: 600;
}

.plan-price .price {
  display: flex;
}
.plan-price .price span {
  align-self: start;
  font-size: 14px;
  font-weight: 500;
}

.plan-price .price span.value {
  font-size: 4rem;
  line-height: 3rem;
  margin: 0 5px 0 7px;
  font-weight: 600;
}

.plan-price .price span.post-value {
  align-self: end;
  font-size: 14px;
  font-weight: 500;
}

.plan .plan-options ul li {
  color: #555555;
  margin: 5px 0;
  font-weight: 300;
}
.plan .plan-options ul li:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 14px;
  color: #aaaaaa;
  margin-right: 10px;
}

.plan-price .button {
  position: relative;
  margin-top: 28px;
  width: 80%;
  border-radius: 30px;
  padding: 8px 44px;
  background-color: #00bdff;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.plan-price .button:hover {
  transition: 0.3s;
  background-color: #45c3ef;
}

.plan.recomended {
  background-color: #003977;
  border-color: #003977;
}
.plan.recomended * {
  color: #fff !important;
}
.plan.recomended .plan-options ul li:before {
  color: #01e86b;
}

.plan.recomended .plan-price .button {
  color: #003977 !important;
  background-color: #01e86b;
}

@media (max-width: 767px) {
  .plan {
    display: block;
  }
  .plan .button {
    width: 100%;
    margin-bottom: 28px;
  }
}

.plan .badge-type{
  position: absolute;
  right: 1px;
  top: 1px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 10px;
  background: linear-gradient(90deg, #00f07e 30%, #01e86b 90%);
  height: fit-content;
  padding: 0px 2rem;
  color: #333!important;
}

.plan-play{
  margin-top: 15px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #00bdff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.plan-play:hover{
  background-color: #6bd0f3;
  transition: .3s;
}

.login-backdrop, .video-backdrop {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
}

.verify-backdrop {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
}

.login-container {
  background-color: #fff;
  border-radius: 20px;
}
.login-modal-button span {
  color: #30beff;
}
.login-modal-button:hover span {
  color: #01e86b;
  transition: color 0.3s;
}

.close-login-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #eee;
  color: #6c6c6c;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.remove-car {
  color: #a9a9a9;
}
.remove-car:hover {
  transition: 0.3s;
  color: #a30618;
}

.scrollable-remove-filters {
  white-space: nowrap;
  display: block;
  overflow-x: scroll;
}
.scrollable-remove-filters .tagfilter {
  display: inline-flex;
  margin: 10px;
}
.scrollable-remove-filters::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.scrollable-remove-filters::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 5px;
}

.scrollable-remove-filters::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .vehicles-sidebar {
    top: auto;
  }
  .scrollable-remove-filters {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1001px) {
  #navmobile.mobilenav.vehicles-sidebar {
    display: block;
    transform: none;
    position: sticky;
  }
  #navmobile.mobilenav.vehicles-sidebar .margin-header {
    margin-top: 0;
  }
}

.floating-div {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 9997;
  left: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.floating-div.whatsapp {
  bottom: 70px;
  color: #fff;
  background-color: #25d366;
}

.floating-div.chat {
  bottom: 130px;
  padding: 5px;
  color: #fff;
  background-color: #003368;
}

.lgpd-content {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 100%;
  padding: 30px;
  z-index: 999999;
  background: linear-gradient(90deg, #00f07e 30%, #00bdff 90%);
  -webkit-box-shadow: 0px -1px 10px 0px rgba(185, 185, 185, 1);
  -moz-box-shadow: 0px -1px 10px 0px rgba(185, 185, 185, 1);
  box-shadow: 0px -1px 10px 0px rgba(185, 185, 185, 1);
}
.lgpd-content p {
  color: #000;
  margin-bottom: 0;
}

.lgpd-content a {
  color: #003368;
}

.lgpd-content .close{
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    font-size: 20px!important;
}
.lgpd-content .accept-cookies{
    backdrop-filter: 20px;
    color: #000;
    border: solid 1px #000;
    padding: 8px 15px;
    border-radius: 7px;
}
.video-backdrop{
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
  z-index: 99999;
  backdrop-filter: blur(100px);
}
.video-backdrop::before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.video-backdrop iframe{
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.close-video{
  position: absolute;
  right: -15px;
  top: -25px;
  font-size: 1.5rem;
  cursor: pointer;
}

.loading-register{
  background-color: #376da5;
}

.box-provider-profile {
    top: 120px !important;
}

@media (max-width: 992px) {
    .box-provider-profile {
        top: 90px !important;
    }
}



.provider-services {
    padding: 0px 0px;
}

@media (max-width: 1199px) {
    .profile-provider-bg {
        height: 40vh;
    }
}
@media (min-width: 1000px) {
    .provider-services {
        padding: 50px 0px;
    }
}

.margin-info-provider {
    margin-top: -200px;
}

.text-capitalize {
    text-transform: capitalize !important;
}

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

.title-linear-white {
    font-weight: bolder;
    background: rgb(0, 57, 119);
    background: linear-gradient( 90deg, rgb(255 255 255) 25%, rgba(0, 190, 255, 1) 100% );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.coming-soon-report {
    right: 30px;
    background: #dc3545;
    border-radius: 50px;
    padding: 0px 10px;
    margin-top: 25px;
}

.lh-17 {
    line-height: 17px;
}

.lh-15 {
    line-height: 15px;
}

.fs-0-7 {
    font-size: 0.7rem;
}

.fs-0-9 {
    font-size: 0.9rem;
}

.fs-1-1 {
    font-size: 1.1rem !important;
}

.fs-1-2 {
    font-size: 1.2rem !important;
}

.ml-5px {
    margin-left: 5px;
}

.d-inline-box {
   display: -webkit-inline-box;
}

.custom-checkbox{
    border-radius: 50px;
    width: 20px;
    height: 20px;
}

.text-justify {
    text-align: justify !important;
}

.card-verified{
  background: white;
  padding: 20px 40px;
  border-radius: 10px;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 15px 15px 28px;
  background-color: #143977;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 11px/1 'Lato', sans-serif;
  text-align: center;
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 28px;
  transform: rotate(45deg);
  height: 49px;
  display: flex;
  justify-content: center;
  align-content: center !important;
  flex-wrap: wrap-reverse;
}

.box-historic{
  position: relative;
}

.max-width-mob{
  max-width: 80vw;
}

.terms-box-modal{
  margin-top: 10px;
  height: 45vh;
  max-height: 50vh;
  overflow: scroll;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  color: #5c5c5c;
  margin-top: 10px
}

@media (max-width: 768px){
  .max-width-mob{
    max-width: 100vw;
  }
}

.card-plan{
  width: 80%;
  border-radius: 20px;
  border: 3px solid white;
  transition: 200ms;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.card-choosed{
  border: 3px solid #003368 !important;
  transition: 200ms;
}

.card-choosed button{
    opacity: 0.6;
}

.best-seller-flag{
  position: absolute;
  top: -15px;
  font-size: 14px;
  height: 30px;
  background-color: #EA3131;
  color: white;
  padding: 0px 10px;
  border-radius: 6px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provider_type{
  background-color: #03bdff;
  color: white;
  padding: 3px 15px;
  width: fit-content;
  border-radius: 20px;
  margin: 4px 5px 4px 5px;
}

.scroll-services{
  display: -webkit-inline-box;
  overflow-x: scroll;
  border-radius: 40px !important;
  margin-left: -10px;
}

.scroll-services::-webkit-scrollbar {
  display: none;
}

@media (max-width: 578px){
  .scroll-services{
    width: 85vw;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
 .cotacao-seguro {
        display: flex;
        overflow: hidden;
        width: 100%;
    }
    .cotacao-seguro .right {
        background: linear-gradient(90deg, #5fd6ff 0%, #01356a 100%);
        width: 0%;
    }
    @media (max-width: 768px) {
      .cotacao-seguro .right {
          background: linear-gradient(90deg, #5fd6ff -54%, #01356a 52%);
      }
    }

    .cotacao-seguro .left {
       width: 2%
    }

    .cotacao-seguro .left-box {
        margin-left: 30%;
        padding: 30px 0px;
    }
    .cotacao-seguro .right-box {
        margin-right: 25%;
        margin-left: 1%;
        padding: 30px 0px;
    }
    .cotacao-seguro .right-box .title {
        font-size: 33px;
        color: #fff;
        font-weight: 600;
    }
    .cotacao-seguro h3{
        background-color: #00bbfa12;
        color: #44bdff;
        padding: 5px; 
        font-size: 17px !important;
        border-radius: 5px;
    }
    .cotacao-seguro input::placeholder {
        color: white;
        opacity: 1;
    }

    .estado-civil-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        color: white;
        margin-top: 0.5rem;
    }

    .estado-civil-grid .form-check-input {
        background-color: transparent;
        border: 2px solid white;
        box-shadow: none;
    }

    .estado-civil-grid .form-check-input:checked {
        background-color: white;
        border-color: white;
    }

    .estado-civil-grid .form-check-label {
        color: white;
    }
    .estado-civil-grid label{
        white-space: nowrap;
        font-size: 13px;
    }
     @media (max-width: 768px) {
        .cotacao-seguro {
            flex-direction: column;
        }

        .cotacao-seguro .left,
        .cotacao-seguro .right,
        .cotacao-seguro .left-box,
        .cotacao-seguro .right-box {
            margin: 0 !important;
            width: 100% !important;
            padding: 20px;
        }

        .estado-civil-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .cotacao-seguro h2 {
            font-size: 24px !important;
            text-align: center;
        }

        .cotacao-seguro h3 {
            font-size: 16px !important;
            text-align: center;
        }

        .d-flex.justify-content-between .text-start,
        .d-flex.justify-content-between .text-center {
            margin: 0 !important;
            text-align: center;
        }

        .btn {
            width: 100%;
        }

        form .row > div[class^="col-"] {
            width: 100%;
        }
    }
    .cotacao-form h3{
        background-color: #00bbfa12;
        color: #44bdff;
        padding: 5px; 
        font-size: 17px !important;
        border-radius: 5px;
    }
    .cotacao-form input {
      border: 1px solid #e9eff0 !important;
      color: #949494 !important;
      padding: 10px 10px;
    }

    .cotacao-form input::placeholder {
      color: #949494 !important;
      opacity: 1;
    }

    .cotacao-form label {
      color: #515151 !important;
    }
    .cotacao-form input::placeholder {
        color: #e9eff0;
        opacity: 1;
    }
    .cotacao-form button {
      background-color: #003368;
      color: white;
      padding: 10px 24px; 
      border-radius: 8px;
    }
    .cotacao-form button:hover {
      color: #fff;
    }
    .estado-civil-form {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        color: white;
        margin-top: 0.5rem;
    }

    .estado-civil-form .form-check-input {
        background-color: transparent;
        border: 2px solid white;
        box-shadow: none;
        transform: scale(0.7);
    }

    .estado-civil-form .form-check-input:checked {
        background-color: #515151;
        border-color:  #515151;
    }

    .estado-civil-form .form-check-label {
        color: white;
    }
    .estado-civil-form label{
        white-space: nowrap;
        font-size: 13px;
    }
    .modal-cotacao {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .modal-overlay {
        position: absolute;
        width: 100%;
        height:  107%;
        backdrop-filter: blur(6px);
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .modal-content {
        position: relative;
        z-index: 2;
        background: #fff;
        max-width: 90vw;
        width: 40vw;
        max-height: 95vh;
        overflow-y: auto;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        padding: 30px;
    }

    .cotacao-form {
        display: flex;
        justify-content: center;
    }

    .cotacao-form input {
        border: 1px solid #e9eff0 !important;
        color: #949494 !important;
        padding: 10px;
    }

    .cotacao-form input::placeholder {
        color: #949494 !important;
        opacity: 1;
    }

    .cotacao-form label {
        color: #515151 !important;
    }

    .cotacao-form button {
        background-color: #003368;
        color: white;
        padding: 10px 24px;
        border-radius: 8px;
        border: none;
        transition: background-color 0.3s ease;
    }

    .cotacao-form button:hover {
        background-color: #002349;
    }

    .gradient-text {
        background: linear-gradient(to right, #00c2ff, #00ff6a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 35px !important;
        display: inline;
    }

    .estado-civil-form {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        margin-top: 0.5rem;
    }

    .estado-civil-form .form-check-input {
        background-color: transparent;
        border: 2px solid #515151;
        width: 14px;
        height: 14px;
        margin-top: 0.1rem;
        box-shadow: none;
    }

    .estado-civil-form .form-check-input:checked {
        background-color: #515151;
        border-color: #515151;
    }

    .estado-civil-form .form-check-label {
        color: #515151;
        white-space: nowrap;
        font-size: 13px;
    }

    .d-none {
        display: none !important;
    }
    .blur-text {
      filter: blur(5px);
      transition: filter 0.3s ease;
    }
    .blur-text.revelado {
      filter: none;
      background-color: #e9eff0;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 20px;
      color: #003368;
      font-weight: 600;
    }

    .btn-cotacao {
      background-color: #00f07e;
      color: #003368;
      text-align: center;
      padding: 10px 20px;
      border-radius: 4px;
      cursor: pointer;
      border: none;
      width: 60%;
      margin-left: 0%;
      transition: all 0.3s ease;
    }

    .btn-cotacao.revelado {
      background-color: #0dcaf0 !important;
      color: #fff !important;
    }
    .sub-title{
      font-size: 20px !important;
    }
    
/* ------------------ */
/* 📱 Responsividade */
/* ------------------ */

@media (max-width: 1024px) {
    .modal-content {
        width: 60vw;
    }
}

@media (max-width: 768px) {
    .modal-content {
        width: 85vw;
        padding: 20px;
    }

    .estado-civil-form {
        grid-template-columns: repeat(2, 1fr);
    }

    .gradient-text {
        font-size: 28px !important;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 90vw;
        padding: 20px;
    }

    .estado-civil-form {
        grid-template-columns: repeat(1, 1fr);
    }

    .cotacao-form button {
        width: 100%;
        margin-right: 0;
    }

    .gradient-text {
        font-size: 20px !important;
    }
    .sub-title{
      font-size: 14px !important;
    }
}
.mensagem-feedback {
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
.mensagem-feedback.sucesso {
    background-color: #fff;
    color: #003368;
}
.mensagem-feedback.erro {
    background-color: #f8d7da;
    color: #721c24;
}
.error-message {
    color: #ff4d4d;
    font-size: 13px;
    display: none;
}
#btn_submit_form[disabled] {
    cursor: not-allowed;
}