/* 
Theme Name: VMG Theme
Author: VMG Software
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html {
  scroll-behavior: smooth;
}
/* Body */
body {
  font-family: "Inter", sans-serif;
  background: #fff !important;
}
.modal.show .modal-dialog {
  top: 10%;
  margin-bottom: 10%;
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .modal-body {
    padding: 0px;
  }
  .modal.show .modal-dialog {
    max-width: 95%;
  }
}
.c-white{
  color:#fff!important
}
img {
  max-width: 100%;
}
h4 {
  font-size: 18px;
  font-weight: 700;
}
p {
  font-size: 16px;
}
section .container {
  max-width: 1120px;
}
.container.container-narrow {
  max-width: 1080px;
  margin: 0 auto;
}
.page-header-image {
  height: 320px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  padding: 0px 30px;
}
.page-header-image.header-column {
  flex-direction: column;
  justify-content: center;
}
.page-header-image.narrow-header-image {
  height: 210px;
}
.narrow-header-image .row {
  position: relative;
}
.narrow-header-image button {
  width: initial;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .narrow-header-image button {
    position: relative;
    transform: none;
    left: initial;
    top: initial;
    margin-bottom: 30px;
  }
  .narrow-header-image button {
    display: none;
  }
}
.page-header-image h1 {
  width: 100%;
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .page-header-image h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.bigger {
  height: 60px !important;
}
.banner-heading {
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .banner-heading {
    font-size: 38px;
  }
}
.heading1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 34px;
}

.section-padding {
  padding: 90px 0px;
}
@media screen and (max-width: 992px) {
  .section-padding {
    padding: 20px;

  }
  #enquire.section-padding{
    padding:25px 0px;
  }
}

.bg-light-blue {
  background: #fff3d9;
}
.home-links-section {
  padding: 90px 0px;
}

.home-intro-section {
  padding: 90px 0px;
}
.home-intro-section .head1,
.home-intro-section .head2,
.home-intro-section .page-content {
  color: #ffffff;
}
.home-intro-section .head1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
.home-intro-section .head2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
.home-intro-section .page-content {
  padding: 0px;
  margin-bottom: 30px !important;
}
.home-vehicles-section {
  padding: 90px 0px;
}
.home-vehicles-section .head2 {
  font-size: 24px;
  font-weight: 700;
}
.clearall {
  clear: both;
}
.color-white {
  color: #fff;
  margin: 20px 0px !important;
}
.color-black {
  color: #000;
}
.color-black-small {
  color: #000;
  margin: -10px 0px !important;
  font-size: 12px;
  font-weight: 600;
}
.color-dark-blue {
  color: #000000;
}
.call-to-action {
  background: #ffbc28;
  color: #fff;
  padding: 10px 24px;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #ffbc28;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}
#advanced {
  display: inline-block;
}
#advanced.call-to-action {
  background-color: transparent;
  color: #ffbc28;
  text-transform: uppercase;
  border: solid 2px #ffbc28;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  padding: 10px 12px 10px 12px;
}
#advanced.call-to-action span {
  display: inline-block;
  width: 16px;
  height: 16px;
  mask: url("images/zoom-in.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/zoom-in.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: #ffbc28;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}
#advanced.call-to-action:hover {
  background-color: #ffbc28;
  color: #fff;
}
#advanced.call-to-action:hover span {
  background-color: #fff;
}
.share-icons{

    display: flex;
    height: 30px;
    align-items: flex-end;
    justify-content: center;

}
.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.flex-wrap-banks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.cta-buttons {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.call-to-action:hover {
  border: 2px solid #ffce63;
  background: #ffce63;
  color: #fff;
}
.call-to-action-reverse {
  background: #fff;
  border: 2px solid #ffffff;
  color: #4862ad;
  padding: 7px 15px;
  border-radius: 10px;
  width: 60%;
  display: block;
  margin: auto;
  letter-spacing: 0.7px;
}
.btn.search {
  letter-spacing: 0.7px;
  max-width: 300px;
}
.secondary-button {
  color: #ffbc28;
  border: solid 2px #ffbc28;
  border-radius: 100px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  letter-spacing: 0.7px;
  backdrop-filter: blur(10px);
  transition:all 0.5s ease-in-out
}
.secondary-button:hover {
  background-color: #ffbc28;
  color: #ffffff;
}
.secondary-button:hover .back-arrow-icon,
.secondary-button:hover .directions-icon,
.secondary-button:hover .video-tour-icon {
  background-color: #ffffff;
}
.secondary-button.white {
  color: #ffffff;
  border: solid 2px #ffffff;
  background-color: transparent;
}
.secondary-button.white:hover {
  background-color: #42a5f6;
  border-color: #42a5f6;
  color: #ffffff;
}
.secondary-button.white.dark-hover:hover {
  background-color: #000000;
}
.back-arrow-icon {
  mask: url("images/left-arrow.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/left-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: #ffbc28;
  display: inline-block;
  margin-right: 10px;
}
.video-tour-icon {
  mask: url("images/explore.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/explore.svg");
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: #42a5f6;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.directions-icon {
  mask: url("images/location-med-2.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/location-med-2.svg");
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: #42a5f6;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.back-arrow-icon.white {
  background-color: #ffffff;
}
.inline-buttons {
  width: 20% !important;
  display: inline-block;
  margin: 0px 15px;
}
.inline-buttons.wide {
  width: 25% !important;
}
@media screen and (max-width: 768px) {
  .inline-buttons.wide {
    width: auto !important;
  }
}
.testimonial {
	max-width: 250px;
	border-radius: 20px;
	background-color: #fff3d9;
	box-sizing: border-box;
	padding: 30px;
}
.testimonial h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.testimonial p {
  font-size: 14px;
}
/* DOCUMENTS */
.download-documents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 10px;
  list-style: none;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .download-documents {
    grid-template-columns: 1fr;
  }
}
.download-documents .document-item {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000000;
  font-weight: 700;
  background-color: #ecf6fe;
  padding: 14px;
  text-align: left;
}
.download-documents .document-item span {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: right;
  mask: url("images/download.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/download.svg");
  -webkist-mask-repeat: no-repeat;
  background-color: #000000;
}
.download-documents .document-item:hover span {
  background-color: #ffffff;
}
.download-documents .document-item:hover {
  background-color: #42a5f6;
  color: #ffffff;
}
/* HISTROY SECTION */

.history-mobile .owl-nav .owl-next,
.history-mobile .owl-nav .owl-prev {
  background-color: #42a5f6 !important;
}

.history-wrap {
  position: relative;
  padding: 0px 30px;
}
.history-wrap .line {
  width: 100%;
  max-width: 880px;
  height: 2px;
  background-color: #42a5f6;
  position: absolute;
  top: 45%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1125px) {
  .history-wrap .line {
    width: 68%;
  }
}

.history-wrap .history-grid {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.history-wrap .history-grid .item {
  position: relative;
  cursor: pointer;
  margin: 0px 15px;
}

.history-wrap .history-grid .item .year-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-wrap .history-grid .item .year-icon .icon {
  background-color: #42a5f6;
  border-radius: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: block;
}
.history-wrap .history-grid .item:hover .year-icon .icon {
  background-color: #000000;
}
.history-wrap .history-grid .item .year-icon .year {
  margin-top: 10px;
  color: #42a5f6;
  font-weight: 700;
  font-size: 14px;
}
.history-wrap .history-grid .item.open > .content {
  opacity: 1;
  visibility: visible;
}
.history-wrap .history-grid .content {
  width: 100%;
  border: solid 2px #42a5f6;
  border-radius: 20px;
  box-shadow: 0px 10px 20px -5px rgba(0, 26, 114, 0.2);
  padding: 20px;
  background-color: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.history-wrap .history-grid .content img {
  margin: 0 auto 20px auto;
  max-width: 60px;
}
.history-wrap .history-grid .content .year {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.history-wrap .history-grid .content p {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .history-carousel .item .content img {
    max-width: 50%;
    margin: 0 auto;
  }
}
.history-carousel .owl-stage-outer .owl-stage {
  padding: 110px 0px;
  z-index: 2;
}
.history-carousel .owl-nav .owl-prev {
  width: 24px;
  height: 24px;
  background-color: #42a5f6 !important;
  mask: url("images/chevron-left.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/chevron-left.svg");
  -webkit-mask-repeat: no-repeat;
  top: 50%;
  position: absolute;
  left: -35px;
  margin-top: -12px;
}
.history-carousel .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  background-color: #42a5f6 !important;
  mask: url("images/chevron-right.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  top: 50%;
  position: absolute;
  right: -35px;
  margin-top: -12px;
}
/* .history-carousel .item {
  margin: 0 auto;
  max-width: 250px;
  border: solid 2px #42a5f6;
  border-radius: 20px;
  box-shadow: 0px 10px 20px -5px rgba(0, 26, 114, 0.2);
  padding: 20px;
  background-color: #ffffff;
} */
/* PEOPLE CAROUSEL */
.people-carousel-tabs .nav-pills {
  margin-bottom: 60px;
}
.people-carousel-tabs .nav-link {
  border: none;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  text-align: left;
}
.people-carousel-tabs .nav-link.active,
.people-carousel-tabs .nav-link:hover {
  color: #42a5f6;
  background-color: #ffffff !important;
  border-radius: 100px;
  border: none !important;
}
.person-wrap {
	margin-top: 40px;
	padding: 0px 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .person-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .person-wrap {
    grid-template-columns: 1fr;
    padding:0px 0px;
  }

}

.person-wrap .person,
.team-carousel .person,
.team-bellivile .person {
  border-radius: 35px;
  background-color: #ffffff;
  overflow: hidden;
}
.team-bellivile .person {
  max-width: 230px;
  margin: 0 auto;
}
.person-wrap .person {
	display: grid;
	flex-direction: column;
	grid-template-rows: 300px 0px;
}
.person-wrap .person .image {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.person-wrap .person .image img {
  width: -webkit-fill-available;
}
.person-wrap .person .text,
.team-carousel .person .text,
.team-bellivile .person .text {
  text-align: center;
  padding: 30px;
}
.team-carousel .person .text,
.team-bellivile .person .text {
  height: 130px;
}
.person-wrap .person .text .name,
.team-carousel .person .text .name,
.team-bellivile .person .text .name {
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}
.person-wrap .person .text .title,
.team-carousel .person .text .title,
.team-bellivile .person .text .title {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}
.team-carousel,
.team-bellivile {
  padding: 0px 40px;
  margin: 0px;
  --bs-gutter-x: 0;
}
.team-carousel .person .image,
.team-bellivile .person .image {
  width: 100%;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.person {
  cursor: pointer;
}
.modal-footer {
  border: none;
  text-align: center;
  justify-content: center;
  padding-top: 0px;
}
.modal-header {
  border: none;
  padding: 10px;
}
.modal-title {
  width: 100%;
}
.modal-title .bootbox-close-button {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.person-popup-box .modal-dialog {
  max-width: 640px;
}
.person-popup-box .bootbox-close-button {
  border: none;
  color: #000000;
  font-size: 40px;
  top: 0px;
  line-height: 20px;
  right: 0;
}
.person-popup {
  padding: 34px 34px 14px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
}
.person-popup .image {
  width: 186px;
  height: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  margin-bottom: 40px;
}
.person-popup .name {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}
.person-popup .position {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 16px;
}
.person-popup .email {
  color: #42a5f6;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
}
.person-popup .blurb {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.person-popup .blurb ul {
  list-style-position: inside;
}
.owl-nav {
  display: block !important;
}

.owl-nav .owl-prev {
  width: 24px;
  height: 24px;
  background-color: #ffffff !important;
  mask: url("images/chevron-left.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/chevron-left.svg");
  -webkit-mask-repeat: no-repeat;
  top: 50%;
  position: absolute;
  left: 0px;
  margin-top: -12px;
}
.owl-nav .owl-next {
  width: 24px;
  height: 24px;
  background-color: #ffffff !important;
  mask: url("images/chevron-right.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  top: 50%;
  position: absolute;
  right: 0px;
  margin-top: -12px;
}
.partners-carousel {
  margin-top: 40px;
  padding: 0px 40px;
}
.partners-carousel img {
  max-width: 190px;
  margin: 0 auto;
}
.partners-carousel .owl-nav .owl-next,
.partners-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.team-bellivile .owl-nav .owl-prev,
.team-bellivile .owl-nav .owl-next {
  background-color: #42a5f6 !important;
}
/* FORMS */
.modal-content {
  background-color: #ffffff;
}
.sellform {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 100px;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .sellform {
    padding: 30px;
  }
}

.sellform .head1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sellform .head3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}
.bootbox-body .head3 {
  font-size: 18px;
  max-width: 550px;
  margin: 0 auto 15px auto;
}
.sellform .drag-area {
  background-color: #ecf6fe;
  border-radius: 10px;
  padding: 30px;
  border-radius: 10px;
}
.feature-block {
  padding: 50px;
  color:var(--white);
  display: flex;
  height: 100%;
  flex-direction: column;
}
.flex-full{
  display: flex;
  justify-content: center;
}
.f-icon {
  display: inline-flex;
  width: 20px;
  justify-content: center;
}
.branch-link{
  font-family: "Inter", sans-serif;
  color:#ffce63;
  font-size:14px;
  font-weight:400;
  transition: all 0.5s ease-in-out;
}
.branch-link:hover{
  color:#cdcdcd;
}
.c-yellow{
  color:#ffce63!important;
}
.sv-h5-heading-contact-us {
	color: #ffce63;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	margin: 0px;
	text-align: center;
}

.spinner-page{
  position: fixed;
  z-index: 999;
  height: 50px!important;
  width: 50px!important;
  overflow: auto!important;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
}
.spinner-page-overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
top: 0px;
bottom: 0px;
z-index: 999;
}
.bootbox-close-button{
  background: transparent;
border: 1px solid transparent;
float: right;
right: 0px;
position: absolute;
top: -10px;
font-size: 26px;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
border: 1px solid transparent;
padding: 0px 20px;
border-radius: 50px;
}
.btn-success{
  color: #fff;
background-color: #157347;
border-color: #146c43;
border: 1px solid transparent;
padding: 0px 20px;
border-radius: 50px;
}
.sellform .drag-area label,
.sellform .drag-area label:hover {
  color: #26316c !important;
  opacity: 0.5;
  font-size: 14px;
  text-align: center;
  background-color: transparent !important;
}
form input::placeholder,
form textarea::placeholder {
  color: #000000;
}
form input,
.form-control-alt {
  color: #000000;
  background-color: #ffffff;
  padding: 13px 10px;
  /* width: 100%; */
  border: none;
  border-radius: 10px;
  font-size: 14px;
}
.singlecontactform input::placeholder,
.singlecontactform textarea::placeholder {
  color: #000000;
}
.form-control.no-border {
  border: none;
}
#orderType {
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  max-width: 250px;
  padding: 14px;
}
.g-recaptcha {
  margin: 40px 0px;
}
.g-recaptcha > div {
  margin: 0 auto;
}
.singlecontactform input,
.singlecontactform textarea {
  color: #000000;
  border: none;
}
.financeapplicationform {
  background-color: #ffffff;
  max-width: 520px;
  margin: 0 auto;
}
.financeapplicationform input,
.financeapplicationform select,
.financeapplicationform textarea {
  background-color: #ecf6fe;
  color: #000000;
  border-radius: 10px;
  border: none;
  padding: 12px 10px;
  width: 100%;
}
.financeapplicationform::placeholder {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .benefits-icons > div {
    padding-bottom: 60px;
  }
}

.pricecheckform,
.trackerform .form-inner {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 100px;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .pricecheckform,
  .trackerform .form-inner {
    padding: 30px;
  }
}
.trackerform .tracking-services p {
  font-size: 14px;
}
.trackerform .tracking-services h4 {
  margin-bottom: 10px;
}
.trackerform .tracking-services {
  max-width: 780px;
  margin: 0 auto 70px auto;
}
.trackerform .tracking-services .col label {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}
.trackerform .tracking-services .col input {
  width: auto;
}
.tracking-services .col .btn-outline-primary {
  border: none;
}
.trackerform .tracking-services .col label {
  position: relative;
  border: solid 1px #ffffff;
}
.trackerform .tracking-services .col label .tracker-image {
  margin-bottom: 20px;
  margin-top: 25px;
  max-width: 190px;
}
.check-mark {
  position: absolute;
  visibility: hidden;
  left: 20px;
}

.btn-check:checked + .btn-outline-primary {
  box-shadow: 0px 10px 20px -5px rgba(0, 26, 114, 0.2);
  border: solid 2px #42a5f6 !important;
}
.btn-check:checked + .btn-outline-primary .check-mark {
  visibility: visible !important;
}
.form-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.form-check {
  position: relative;
  padding: 0px;
}
/* .form-check-input {
  visibility: hidden;
  width: 100%;
  position: absolute;
}
.form-check-label {
  border: solid 1px #42a5f6;
  color: #42a5f6;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.form-check-input:checked + .form-check-label {
  background-color: #42a5f6;
  color: #ffffff;
} */
/* GRID */
.two-col-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .two-col-grid {
    grid-template-columns: 1fr;
  }
  .two-col-grid.reverse-cols .right-col {
    grid-row: 1;
  }
}
/* BUY CARS FILTER */
#showroombinding .floating-filter {
  padding: 0px 50px;
  max-width: 395px;
}
@media screen and (max-width: 768px) {
  #showroombinding .floating-filter {
    padding-top: 20px !important;
    display: none;
  }
}
#showroombinding .floating-filter select {
  background-color: #ffffff;
}

#showroombinding .cars-list {
  /* float: left;
  max-width: 804px;
  margin-left: 60px;
  width: 100%; */
}
#showroombinding .position-sticky {
  /* text-align: right; */
  float: right;
}
@media screen and (max-width: 991px) {
  #showroombinding .cars-list {
    padding-left: 30px;
    float: none;
    max-width: 804px;
    margin: 0 auto;
  }
  #showroombinding .position-sticky {
    float: none;
  }
  .filter-bar {
    background-color: #ffffff !important;
  }
}
/* STARS */
.stars {
  margin-bottom: 30px;
}
.stars .star {
  mask: url("images/star.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/star.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
}
.stars .star.blue {
	background-color: #ffbc28;
}
/* Services */
.services-block {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-block img {
  max-width: 80px;
  margin: 0 auto;
}
.services-block .bold {
  font-size: 18px;
}
.services-block p {
  font-size: 14px;
}
.services-block .secondary-button {
  width: fit-content;
  align-self: center;
}
.img-holder {
  position: relative;
  height: 300px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.img-img-holder {
  background-size: cover !important;
  background-position: center !important;
  height: 150px;
}
@media screen and (max-width: 991px) {
  .img-img-holder {
    height: 250px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.sh {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-btn-200 {
  display: block;
  width: 200px;
  margin: auto;
}

.call-to-action-reverse:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.car-enquire-button {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .car-enquire-button {
    display: block !important;
  }
}
.white {
  background: #fff;
}
.offer-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.offer-link:hover {
  color: #aaaaaa;
}
.top-logo {
  height: 60px;
}
.spacedout {
  min-height: 210px;
}
.twohundred {
  min-height: 210px;
}
.homecontainer {
  border-radius: 3px;
}
.main-content {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .testimonials {
    gap: 20px;
  }
  .testimonials > div {
    width: auto;
  }
}

.testimonials-content {
  padding: 20px;
}
.gallery-content {
  padding: 20px;
}
.sidebar {
  padding-left: 60px;
}
.sidebar .g-recaptcha {
  margin: 20px 0px;
}
/* .sidebar .search {
  padding: 6px 10px;
} */
.sidebar-content {
  padding: 20px;
}
.sidebar-content h3 {
  color: #eb0205;
  text-align: center;
}
.sidebar-text {
  text-align: center;
  line-height: 34px;
}
.text-right {
  text-align: right;
}
.bolder {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.sidebar-logo {
  width: 100%;
}
.main-logo {
  margin: auto;
  padding: 20px;
}
.large-logo {
  padding: 20px;
}
.show-flex {
  text-align: center;
  display: flex;
  justify-content: center;
}
.no-padding {
  padding: 0px !important;
}
.no-wrap {
  white-space: nowrap;
}
.no-margin {
  margin: 0px !important;
}
.skew-side {
  position: relative;
  background: #fff;
  z-index: 9;
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.right-text {
  text-align: right;
  width: 100%;
  display: block;
}
.flex-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skew-side:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

/* =================== */

/* Corona Heading */
.corona-heading {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0px;
}
.top-bar {
	background: #fff;
	padding: 5px;
	color: #000;
}
.top-bar .container,
.nav-bar .container,
nav .container {
  max-width: 1270px;
}
.navbar-brand {
  max-width: 180px;
}
.color-blue {
  color: #00a5cd;
}
.color-dark-blue {
  color: #000000;
}
.dark-blue {
  background: #000000;
}
.padding-12 {
  padding: 12px;
}
.padding-20 {
  padding: 20px;
}
.inline-heading {
  display: inline-block;
}
.custom-select {
  background: #fff;
  color: #555;
  font-size: 14px;
  padding: 15px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  text-align: center;
  float: right;
}
.custom-width {
  width: 300px !important;
  float: right;
}

.hidden-search {
  display: none;
  border-bottom: 3px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
.showroom-image {
  width: 200px;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  .single-wrap.flex-row {
    flex-direction: column !important;
  }
}

.single-showroom-image {
  width: 100%;
  border-radius: 3px;
}

.ui-slider {
  background: #00a7ce;
  width: 80%;
  margin: auto;
  height: 15px;
  margin-top: 10px;
}

.ui-slider-handle {
  background: #fff none repeat scroll 0% 0%;
  height: 20px;
  display: inline-block;
  width: 20px;
  position: relative;
  border-radius: 50px;
  border: 5px solid #add8e6;
  margin-top: -3px;
  margin-left: -15px;
}

.left {
  float: left;
}
.right {
  float: right;
}

.wa__button {
  width: 100%;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

/* =================== */

/* Info Links */
.inline {
  display: flex;
}

.block {
  display: block;
}
.info-links-left {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.info-links-right {
  display: flex;
  gap: 16px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.link-item {
  list-style-type: none;
  margin: 0px 2px;
  display: flex;
  align-content: center;
  transition: all 0.5s ease-in-out;
}
.link-item:hover .white-icon{
  color: #696969;
}
.link-alt {
  color: #000;
  text-decoration: none;
  margin-right: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.link-alt:hover, .link-alt:hover .white-icon{
  color: #696969;
}
.dark-blue-icon {
  color: #000000;
  font-size: 24px;
  padding: 0px;
  /*background: #fff;*/
  /*width: 32px;*/
  /*height: 32px;*/
  text-align: center;
  /*border-radius: 3px 3px 0px 0px;*/
}
.white-icon {
  color: #000;
  font-size: 20px;
  padding: 0px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.md-no-show {
  display: block;
}
.md-show {
  display: none;
}
/* =================== */

/* Navbar */
.navbar {
  padding-bottom: 0px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #000;
}
.selected {
  color: #000 !important;
  background-color: #cdcdcd;
  border-radius: 100px;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

/* Front Page (Home) */

.private-custom {
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 8px 0 8px 0;
  margin: 10px auto;
  color: #fff !important;
  text-shadow: 1px 1px 0px #777777;
  border-radius: 3px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  background: rgba(82, 151, 212, 1);
  background: -moz-linear-gradient(
    top,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5297d4', endColorstr='#3264a0', GradientType=0);
}
.ad-holder {
  position: relative;
}
.filter {
  margin-left: 5px;
}
.left-ad {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.right-ad {
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.testimonial-heading {
  color: #0274af;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.quotes {
  height: 32px;
  margin-left: -45px;
  margin-bottom: -48px;
  position: relative;
  z-index: 9;
}
.step_one {
  display: block;
}

.step_two {
  display: none;
}

.step_three {
  display: none;
}

.x {
  position: absolute;
  padding: 0px 4px;
  right: 5px;
  cursor: pointer;
}
.search {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #000 !important;
	width: 100% !important;
	margin: auto !important;
	background: #ffbc28 !important;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	padding: 10px;
	border-radius: 100px;
}
.enquiry-head {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #26316c !important;
  width: 100% !important;
  margin: auto !important;
}
.search:hover {
  background: #ffbc28 !important;
  color: #ffffff !important;
}
.home-image {
  width: 100%;
}
.home-image-column {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .home-image-column {
    margin-bottom: 20px;
  }
}
.home-image-text .text-wrap {
  padding: 30px;
  text-align: center;
}
.home-image-text .text-wrap .head3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px !important;
}

.branches {
  margin: 10px;
  padding: 5px;
  border-radius: 3px;
}
.branches:hover {
  background: #cdcdcd;
}
.selected-branch {
  margin: 10px;
  padding: 5px;
  border-radius: 3px;
  background: #182866;
}
.selected-branch .car-link {
  color: #fff;
}
.check {
  list-style-type: none;
}
.private-heading {
  background: #ddd;
  padding: 2px;
}

.sidebar {
  position: relative;
  display: block;
  float: left;
}
.small-filter {
  display: none;
}
.hundred {
  display: inline-block;
  width: 100px;
}
.large-image {
  display: block;
}
.small-image {
  display: none;
}
.whats-app{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.head1 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 34px;
  margin: 25px 0px;
}
.showroom-head1 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 46px;
  margin: 25px 0px;
  width:100%;
}
.about-head1 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 46px;
	margin: 25px 0px;
	width: 100%;
}
.head40 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 40px;
}
.head2 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0px;
}
.book {
  font-size: 14px;
  margin: 0px 0px;
  font-family: "Inter", sans-serif;
}
.xxx-height {
  min-height: 110px;
}
.bold {
  margin: 0px 0px;
  font-family: "Inter", sans-serif;
}
.bold14 {
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
}
.head3 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.head3.large {
  font-size: 28px;
}
.head3.grey {
  color: #4a4a4a;
}
@media (max-width: 992px) {
  .head3.grey {
    font-size: 24px;
  }
}
.head3bold {
  font-size: 24px;
  margin: 0px 0px;
  font-family: "Inter", sans-serif;
}
.head3bold20 {
  font-size: 20px;
  margin: 0px 0px;
  font-family: "Inter", sans-serif;
}
.head3bold16 {
  font-size: 16px;
  margin: 0px 0px;
  font-family: "Inter", sans-serif;
}
.uppercase {
  text-transform: uppercase;
}
.blue {
  color: #26316c !important;
}
.blue1 {
  background: #000000;
}
.blue2 {
  background: #42a5f6;
}
.blue3 {
  background: #000000;
}
.white-font {
  color: #fff !important;
}
.paragraph {
  font-size: 16px;
  margin: 0px 0px;
  font-family: "Inter", sans-serif;
}
.page-content {
  padding: 0px 100px;
  margin: 0px !important;
}
.page-list {
  padding: 0px 100px 0px 120px;
}

.page-content-alt {
  margin: 0px 95px 0px 0px !important;
}

.page-btns {
  display: flex;
  width: 100%;
  justify-content: center;
}

.pg-btn {
  width: 25px !important;
  text-align: center !important;
  margin: 0px 0px;
  border-radius: 9px;
}
/*.e-before{*/
/*    width:50px!important;*/
/*}*/
/*.e-after{*/
/*    width:50px!important;*/
/*}*/
.e-before::before {
  content: "";
  display: inline-block;
}
.e-after::after {
  content: "";
  display: inline-block;
}
.current-page-btn {
  background-color: #ffce63;
  border-radius: 100px;
  color: #000 !important;
  width: 30px !important;
  height: 30px;
  padding-top: 5px !important;
}

.activ {
  color: #fff;
  background: blue;
}

.renttobuyform {
  padding: 0px 200px;
}
.trackerform {
  padding: 0px 200px;
}
.x-height {
  padding: 5px 0px !important;
  margin-bottom: 15px;
}
.tab-content {
  width: 100%;
}

#v-pills-tab {
  width: 200px;
}

.pg-btn-ext {
  width: 100px !important;
  text-align: center !important;
  margin: 0px 5px;
  color: #000 !important;

}

.paginate.pg-btn-ext {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

.single-vehicle-heading {
  margin: 40px 0px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.single-vehicle-details-section p {
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: capitalize;
}
.vehicle-content .main-content {
  float: right;
  max-width: 874px;
  padding-right: 70px;
  width: 100%;
  padding-left: 30px;
}

.single-vehicle-heading h3,
.single-vehicle-heading h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .vehicle-content .main-content {
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
  .sidebar {
    width: inherit;
    padding-left: 40px;
    padding-right: 40px;
    float: none;
  }
}

.home-img {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}

.banks {
  height: 75px;
  margin: 0px 5px;
}

.car-column {
  background: #ffffff;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 7px;
}

.team-column {
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 20px;
}
.private-column {
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 2px 8px -3px rgb(0 0 0 / 46%);
  -moz-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 2px 8px -3px rgb(0 0 0 / 46%);
}

.news-column {
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.floating {
  position: relative;
}

.car-column-footer {
  padding: 10px 20px;
  font-size: 12px;
  background: #ffffff;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 50px;
}

.form {
  background: #fff;
}
.itemdiv-make {
	display: inline-block;
	background: #cdcdcd;
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
}
.itemdiv-model {
	display: inline-block;
	background: #b9b9b9;
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
}
.itemdiv-year {
	display: inline-block;
	background: #a6a6a6;
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
}
.itemdiv-colour {
	display: inline-block;
	background: #929292;
    color:#fff;
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
}
.itemdiv-transmission {
	display: inline-block;
	background: #7f7f7f;
    color:#fff;
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
}
.itemdiv-fuel-type {
	display: inline-block;
	background: #6b6b6b;
    color:#fff;
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
}
.itemdiv-body-type {
	display: inline-block;
	background: #575757;
    color:#fff;
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
}
.small-text {
  font-size: 14px;
  /*display: inline-block;*/
}
.align {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inline-flex{
  display:inline-flex!important;
}
.space-between{
  justify-content: space-between;
}
.show-items {
display: inline-block;

}
.inline-block{
  display:inline-block!important;
}

.no-display {
  display: none;
}
#reset {
  border: none;
  background: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.btn-reset {
  border: transparent;
  background: transparent;
  border-bottom: 1px solid #cdcdcd;
  font-family: "Inter", sans-serif;
}
.btn-reset:hover {
  color: #555555;
  border-bottom: 1px solid #555555;
}
.twenty {
  width: 20%;
}
.fourty {
  width: 40%;
}

/* Pages */
.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub {
  text-align: center;
}

ul li::marker {
  color: #000000;
  font-size: 20px;
}

.heading-main {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 150px 0px;
  margin: 0px;
}

.page-heading {
  color: #b4002d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 30px 0px;
}

.showroom-button {
	display: block;
	width: 250px;
	margin: auto;
}

.car-content {
	min-height: 130px;
	padding: 15px;
	color: #ffffff;
	border-top: transparent;
	text-align: left;
}
.sub-content {
  padding: 20px;
}
.page-content {
  font-size: 16px;
  color: #444444;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.w-list {
  font-size: 16px;
  color: #444444;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.contact-page-content {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.check {
  list-style-type: none;
  width: 60%;
  text-align: left;
  margin: auto;
}

.no-bullets {
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
}

.car-link {
  text-decoration: none;
}

.car-links {
  cursor: pointer;
}

.car-links:hover {
  color: #b4002d;
}

.end {
  display: flex;
  height: 30px;
  align-items: flex-end;
}

.link {
  color: #000;
  text-decoration: none !important;
}

.link:hover {
  color: #555;
  text-decoration: none !important;
}

.center {
  text-align: center !important;
}

.shadow {
  box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
}

.short {
  width: 20%;
}

.auto {
  width: auto;
}

.nopad {
  padding: 0px;
}

.noborder {
  border: 1px solid transparent !important;
}

.right {
  text-align: right;
}

.shares {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shares a {
  margin: 5px !important;
}

.dropdown {
  display: inline;
}

.search-hold {
  text-align: center;
}

.view-car-hold {
  text-align: right;
}

.nopad {
  padding: 0px !important;
}

.float {
  margin-top: -150px;
  position: relative;
  z-index: 99;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 20px -10px rgba(0, 26, 114, 0.2);
}
/* .float > .col-xs-12 {
    padding: 30px 30px 30px 30px;
} */

.quick-search-wrap {
	padding: 30px;
	display: block;
	background: #fff;
	border-radius: 20px;
}

  .welcome-wrap {
    padding: 30px;
    display: block;
    background: #fff8;
    border-radius: 20px;
    width: 40%;
  }
  .rto-wrap {
    padding: 30px;
    display: block;
    background: #fff8;
    border-radius: 1000px;
    width: 40%;
    MARGIN: auto;
  }

  .very-small-image{
    display:none;
  }
  @media (max-width: 1500px) {
    .rto-wrap {
      width: 60%; 
      padding: 10px;
    }
    .clearall.no-medium{
      height:20px!important;
    }
  }
  @media (max-width: 1300px) {
    .welcome-wrap {
      width: 60%;
    }
  }
  @media (max-width: 1200px) {
   
    .clearall.no-medium{
      height:0px!important;
    }
    .rto-wrap .banks {
      height: 55px;
    }
    .rto-wrap {
      width: 80%
    }
  }
  @media (max-width: 1050px) {
    .welcome-wrap {
      width: 100%;
    }
    .rto-wrap .head2{
      margin:0px;
    }
    .rto-wrap .call-to-action {
      padding: 5px 15px;
    }
    
  }
  @media (max-width: 992px) {
   .rto-wrap .banks {
      height: 45px;
    }
    
  }
  @media (max-width: 700px) {
    .rto-wrap {
      padding: 30px;
      display: block;
      background: #fff8;
      border-radius: 1000px;
      width: 100%;
      MARGIN: auto;
    }
    .welcome-wrap {
      padding: 10px;
    }
    .welcome-wrap .head3 {
      margin-bottom:0px;
    }
  }
  @media (max-width: 450px) {
    .rto-wrap {
      padding: 10px;
      display: block;
      background: #fff8;
      border-radius: 30px;
      width: 100%;
      MARGIN: auto;
    }
    .welcome-wrap p{
      font-size: 12px;
    }
    .welcome-wrap .head3 {
      font-size: 20px;
    }
    .welcome-wrap .head1 {
      font-size: 26px;
    }
    .small-image{
      display:none!important;
    }
    .very-small-image{
      display:block;
    }
  }


.bg-white {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 20px;
}

.bg-white h4 {
  text-align: center;
  font-weight: 600;
}

.narrow {
  margin: 10px;
}

/* CARS PAGE */
.buy-car-right {
  max-width: 1024px;
  padding-left: 50px;
  padding-top: 90px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .buy-car-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.realted-vehicles-section {
  border-top: solid 1px #000000;
  margin-top: 60px;
  padding-top: 60px;
}
.car-holder {
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  padding: 20px 0px 0px 20px;
  margin-bottom: 30px;
}

.grey {
  color: #848482;
}

.head6 {
  text-transform: uppercase;
}
.head6-blue {
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
  font-size: 12px;
  text-align: center;
}
.head6-red {
  text-transform: uppercase;
  color: #b4002d;
  text-align: center;
  padding-bottom: 10px;
}

.head6-red:after {
  content: ""; /* This is necessary for the pseudo element to work. */
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0 auto; /* This will center the border. */
  width: 60%; /* Change this to whatever width you want. */
  padding-top: 10px; /* This creates some space between the element and the border. */
  border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
}

.price {
  background: #b4002d;
  color: #fff;
  text-align: center;
  margin-right: -10px;
  font-size: 20px;
}

.bottom {
  display: flex;
  align-items: flex-end;
}

.all-car-block {
  padding-left: 30px !important;
}

.icons {
  padding-top: 10px;
  border-top: 1px solid #cdcdcd;
  margin-top: 10px !important;
}

.page-numbers {
  margin: 0px 15px;
}

.page-numbers .paginate {
  padding: 0px 3px;
}

.small {
  margin: 0px !important;
}

.uppercase {
  text-transform: uppercase;
}

.red {
  color: #b4002d !important;
}

.red-left-border {
  border-left: 2px solid #b4002d;
  padding-left: 3px;
}

.inputfile + label {
	padding: 15px;
	background: #ffce63;
	color: #000;
	font-weight: 600;
	border: 2px solid #ffce63;
	border-radius: 10px;
	width: auto;
	transition: all 0.5s ease-in-out;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background: #fff;
color: #000;
border: 2px solid #000;
}

.inputfile {
  display: none;
}

.height {
  height: 120px;
}

/* ======================= Enquiry Form ====================== */
.close {
  position: absolute;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  padding: 0px 7px;
  background: #ffffff;
  top: 10px;
  right: 10px;
}

#start {
  cursor: pointer;
}

#hidden_1 {
  display: none;
}

#hidden_2 {
  display: none;
}

#hidden_3 {
  display: none;
}

#hidden_4 {
  display: none;
}

#hidden_5 {
  display: none;
}

#hidden_6 {
  display: none;
}

#hidden_7 {
  display: none;
}

#hidden_8 {
  display: none;
}

#hidden_9 {
  display: none;
}

#hidden_10 {
  display: none;
}

#hidden_11 {
  display: none;
}

#hidden_12 {
  display: none;
}

#deposit-amount-copy {
  display: none;
}

#tradein-amount-copy {
  display: none;
}

#id-number-copy {
  display: none;
}

/*===================================================================*/

/*============= SEARCH LIST ====================*/
.like-selected {
  color: #b4002d;
  /*pointer-events: none;*/
}

#search-list {
  display: flex;
  position: relative;
  width: 250px;
  background: #fff;
  z-index: 999;
  margin-top: 0px;
  border-radius: 3px;
}
.search-results {
  position: absolute;
  width: 350px;
  top: 45px;
  right: 1px;
  background: #fff;
  display: none;
  z-index: 999;
  overflow-y: auto;
  margin-top: 0px;
  padding: 5px;
  height: auto;
  max-height: 580px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}

.mini-vehicle {
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #cdcdcd;
  display: flex;
  align-items: center;
}
.mini-vehicle:hover {
  background: #cdcdcd;
}

.mini-thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
}
.very-small {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
  display: inline;
}
.super-small {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;

  display: inline;
}
.mini-details {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.mini-price {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 3px;

  display: inline-block;
}
.mini-mileage {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100px;
  background: #363636;
  color: #fff;
  text-align: center;
  border-radius: 3px;

  display: inline-block;
}
.mini-year {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100px;
  background: #636363;
  color: #fff;
  text-align: center;
  border-radius: 3px;

  display: inline-block;
}
.mini-search {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100px;
  background: #00a5cd;
  color: #fff !important;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
  position: relative;
}
.mini-search:hover {
  background: #fff;
  border: 1px solid #00a5cd;
  color: #00a5cd !important;
}
.mini-websearch {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100px;
  background: #182866;
  color: #fff !important;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
  position: relative;
}
.mini-websearch:hover {
  background: #fff;
  border: 1px solid #182866;
  color: #182866 !important;
}

.max-websearch {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100px;
  background: #182866;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
}
/*.max-websearch:hover{*/
/*    background:#fff;*/
/*    border:1px solid #182866;*/
/*    color:#182866*/
/*}*/
.mini-number {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 20px;
  background: #ff0000;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
  position: relative;
  top: -2px;
}
.mini-desc {
  width: 160px;
}

.uppercase {
  text-transform: uppercase;
}

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 40, 102, 0.5);
  z-index: 9999;
  font-size: 65px;
  text-align: center;
  padding-top: 200px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

/* UPLOADER */

#drop_file_zone {
  border: 1px dashed #ced4da;
  border-radius: 20px;
  margin: 10px;
  text-align: center;
  padding: 20px;
}

#drag_upload_file {
  width: 50%;
  margin: 0 auto;
}

#drag_upload_file p {
  text-align: center;
}

#drag_upload_file #selectfile {
  display: none;
}

.hoverxx {
  background: #cdcdcd;
}

.thumbnail {
  height: 100px;
  margin: 10px;
  display: inline;
}

.left {
  width: 150px;
}

.img-array {
  display: inline-block;
}

.car-details {
  box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}

.car-details h3 {
  text-align: center;
  font-weight: 600;
  margin: 20px 0px;
  text-transform: uppercase;
}

.car-min-details {
  padding: 10px;
}

.team-details {
  padding: 20px;
}

.car-min-details h3 {
  text-align: center;
  color: #b4002d;
  font-weight: 400;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
}

.car-min-details h6 {
  text-align: center;
  color: #000;
  font-weight: 400;
  margin: 0px 0px;
  text-transform: uppercase;
}

.team-details h3 {
  text-align: center;
  color: #b4002d;
  font-weight: 400;
  text-transform: uppercase;
}

.team-image {
  height: 200px;
  width: 200px;
  border: 10px solid #f2f5fa;
  background-size: cover !important;
  background-position: center center !important;
}
.insurance-grid {
  column-count: 3;
  gap: 30px;
}
.insurance-grid p {
  font-size: 14px;
}
.insurance-grid h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .insurance-grid {
    column-count: 1;
  }
}
.image-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  break-inside: avoid-column;
  margin-bottom: 30px;
}
.image-box img {
  margin-bottom: 20px;
}
.text-box {
  display: flex;
  align-items: center;
}
.insurance-image {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}

.gallery-image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  width: auto;
  margin: auto;
  border-radius: 3px;
}
.history-image {
  width: 100%;
  margin-bottom: 20px;
}
.team-heading {
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin: 0px 0px;
}
.adjust-full {
  text-align: justify;
}
.full-width {
  width: 100%;
}
.team-details p {
  text-align: center;
  color: #000;
  font-weight: 400;
  margin: 0px 0px;
}
.team-link {
  text-decoration: none;
}
.team-link:hover {
  color: #eb0205;
}
.capital {
  text-transform: capitalize;
}
.bold-blue {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.vehicle-heading {
	color: #000000;
	font-weight: 700;
	font-size: 16px;
	padding: 30px 15px 20px 15px;
	margin: 0px;
	font-family: "Inter", sans-serif;
	/* min-height: 90px; */

	
	text-align: left;
	text-transform: initial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.thirty-five {
  height: 35px;
}
.add-ons {
  border: 2px solid #000000;
  padding: 20px;
  margin-bottom: 20px;
}
.fin-box {
  padding: 50px !important;
}
.apply-box {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
.number {
  font-size: 30px;
  font-weight: 800;
  border: 2px solid #000;
  border-radius: 50px;
  width: 50px;
  margin: auto;
}
.pad-twenty {
  padding: 20px !important;
}
.vehicle-text {
  font-size: 14px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
}
.vehicle-branch {
	font-size: 14px;
	color: #000000;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 6px;
	line-height: 16px;
	vertical-align: bottom;
}

.head2white {
  color: #ffffff;
  font-size: 24px;
  font-family: "Inter", sans-serif;
}
.vehicle-link {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.vehicle-link-white {
  font-size: 14px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.vehicle-link:hover,
.vehicle-link-white:hover {
  color: #676767;
}

.vehicle-head {
  font-size: 34px;
}

.border-botm {
  border-bottom: 1px solid #000;
}

.share-heading {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  background: #b4002d;
  padding: 10px;
  border-radius: 20px;
  margin-top: 10px;
}

.fotorama__stage {
  border-radius: 10px;
}

.fotorama__thumb {
  border-radius: 10px;
}

.fotorama__thumb-border {
  border-radius: 10px;
}

.car-price {
  width: 100%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  margin: 0px;
  background: linear-gradient(0deg, #000000 7.69%, rgba(0, 0, 0, 0) 100%);
  padding-left: 20px;
  padding: 20px 20px 10px 20px;
}
.installment-price {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #4862ad;
}
.wp-post-image {
  border-radius: 20px;
}
.inline-headings {
  display: flex;
  justify-content: space-between;
}
.car-image {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.left-align {
  text-align: left;
}
.left-align-center {
  text-align: left;
}
.partners {
  border: 1px solid #cdcdcd;
  padding: 50px;
  width: 100%;
}
.testimonials-block {
  background: #f2f6fa;
  padding: 0px 40px !important;
}
.testimonial-image {
  width: 100%;
}
.medium-blue {
  color: #4762af;
}

.flex-row {
  display: flex;
  justify-content: space-evenly;
}
.footer-flex-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
}
.min250 {
  min-width: 300px;
  max-width: 500px !important;
  margin-bottom: 20px;
}

.nav-item .nav-link, .nav-tabs .nav-link {
	-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;
	color: #ffffff;
	padding: 6px 12px;
	font-size: 12px;
}
.branches-list .head3 {
  margin-bottom: 60px;
}
.branches-list .secondary-button {
  font-size: 12px;
}
.branches-list .nav-pills .nav-link {
  text-transform: uppercase;
  padding: 6px 12px !important;
  font-weight: 700;
  font-size: 12px !important;
}
.branches-list .nav-pills .nav-link.active {
  color: #42a5f6 !important;
  background-color: #ecf6fe;
  border-radius: 100px;
  border: none;
}
.branches-list .tab-content p {
  font-size: 14px;
}
.branches-list .tab-content p.small {
  font-size: 12px;
}
.branches-list .tab-content .row {
  border-radius: 20px;
}

.branches-list .tab-pane h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.branches-list .mobile h3.blue.bold {
  padding-top: 20px;
}

.navbar-expand-xl .navbar-nav .nav-link {
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 0.7px;
}

.branches-list .mobile .nav-pills {
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .branches-list p.inline {
    display: block;
  }
  .branches-list p.inline .secondary-button:first-child {
    margin-bottom: 20px;
  }
}

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
  content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b";
}

.nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
  color: #888888;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
}

.nav-item > .nav-link:hover {
  background: #ffffff;
  border-radius: 100px;
  color: #000;
}

.nav-tabs > .nav-item > .nav-link.active {
  background-color: #444;
  border-radius: 30px;
  color: #ffffff;
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.contact-button .nav-link {
	background-color: #ffbc28;
	color: #000;
	border-radius: 100px;
}

.contact-button .nav-link:hover {
  background-color: #f4a800;
  color: #000;
}

.card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.card[data-background-color="orange"] {
  background-color: #f96332;
}

.card[data-background-color="red"] {
  background-color: #ff3636;
}

.card[data-background-color="yellow"] {
  background-color: #ffb236;
}

.card[data-background-color="blue"] {
  background-color: #2ca8ff;
}

.card[data-background-color="green"] {
  background-color: #15b60d;
}

[data-background-color="orange"] {
  background-color: #e95e38;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"])
  a:not(.btn):not(.dropdown-item) {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"])
  .nav-tabs
  > .nav-item
  > .nav-link
  i.now-ui-icons {
  color: #ffffff;
}

@font-face {
  font-family: "Nucleo Outline";
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot")
    format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Footer */

.main-footer {
	background: #db9600;
	color: #fff;
	padding-top: 90px;
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .main-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-link-alt {
  color: #fff;
  transition:all 0.5s ease-in-out;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}
.footer-link-alt:hover {
  color: #787878;
}
.footer-link {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}
.footer-link:hover {
  color: #787878;
}
.footer-heading {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin: 0px;
	font-family: "Raleway", sans-serif;
}
.dark {
  color: #66b266 !important;
  text-decoration: none;
}
.dark:hover {
  font-weight: 600;
}
.sub-footer {
	background: #030200;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 15px;
}
.sub-footer p {
  color: #fff;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px 0px;
}
.sub-footer .copyright {
  text-transform: uppercase;
}
.sub-footer a {
  display: inline-block;
  color: #cdcdcd;
  transition: all 0.5s ease-in-out
}



.paginate {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}

.hide-one {
  height: 50px;
}

.adjust {
  height: 50px;
}

.adjust-two {
  height: 0px;
}

.adjust-three {
  height: 0px;
}

.adjust-four {
  height: 0px;
}

.adjust-five {
  height: 0px;
  display: none;
}

.adjust-six {
  height: 0px;
  display: none;
}

.no-disp {
  display: block;
}
.no-display {
  display: none;
}
.toggle-show-hide {
  display: none;
}

.show-hide {
  display: block;
}
.flex-evenly {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.minimise60 {
  height: 30px;
}
.minimise100 {
  height: 25px;
}
.form-select {
	background: #ffedc5;
	color: #000000;
	background-image: url("images/dropdown-arrow.svg") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.75rem center !important;
	background-size: 16px 12px auto !important;
	border: none;
	font-size: 14px;
}
.form-label {
  font-size: 12px;
}
.form-select.set-width,
.set-width {
  width: 100%;
  min-width: 180px;
  max-width: 300px;
  margin: auto;
}
.form-select.set-width2,
.set-width2 {
  width: 100%;
  min-width: 200px;
  margin: auto;
}

.form-select.set-width3 {
  width: 100%;
  min-width: 200px;
  margin: auto;
}

.vehicles {
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #fff3d9;
	color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.vehicles .img-holder {
  height: 150px;
  background-image: url("images/car-no-image.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .vehicles .img-holder {
    height: 250px;
  }
}
.vehicles:hover {
  background-color: #ffbc28;
  box-shadow: 0px 10px 20px -5px rgba(38, 49, 108, 0.2);
}
.vehicles .vehicle-heading,
.vehicles .vehicle-text,
.vehicles .vehicle-branch {
  transition:all 0.5s ease-in-out
}
.vehicles:hover .vehicle-heading,
.vehicles:hover .vehicle-text,
.vehicles:hover .vehicle-branch {
  color: #ffffff;
}
.vehicles:hover .location-icon {
  background-color: #ffffff;
}

.fotorama__nav-wrap {
  margin-top: 20px;
}
.blue-blocks {
  margin-bottom: 20px;
  max-width: 340px;
  transition: all 0.3s;
}
.blue-blocks > div:hover {
  background-color: #42a5f6;
  box-shadow: 0px 10px 20px -5px rgba(0, 26, 114, 0.2);
  border-radius: 20px;
}
.blue-blocks .center {
  border-radius: 20px;
}
.blue-blocks .head2white {
  font-size: 18px;
  font-weight: 700;
}
.blue-blocks .secondary-button:hover {
  color: #ffffff;
  background-color: #42a5f6 !important;
  border: solid 2px #ffffff;
}
.lm {
  min-height: 50px;
  display: inline-block;
}
.block {
  display: block;
}
.floating-filter {
  display: block;
  position: relative;
}
.mobile {
  display: none;
}
.pc {
  display: block;
}
.right-m {
  margin-right: 60px;
}
.space-evenly {
  justify-content: space-evenly;
}
.mobile-show {
  display: none;
}
.none {
  display: none !important;
}
.bordr {
  border: 1px solid #555;
  padding: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

.spinner-holder {
  display: flex;
  justify-content: center;
}
.right-cc {
  display: flex;
  align-content: center;
  justify-content: center;
}
.vtours {
  width: 100%;
}
@media (max-width: 1800px) {
  /*#search-list {*/
  /*    width: 30%;*/
  /*}*/
}
@media (max-width: 1550px) {
  .left-ad,
  .right-ad {
    width: 250px;
  }
}
@media (max-width: 1500px) {
  /*#search-list {*/
  /*    width: 35%;*/
  /*}*/
}

@media (max-width: 1440px) {
  .left-ad,
  .right-ad {
    width: 200px;
  }
  .testimonial-heading {
    font-size: 16px;
  }

  .quotes {
    height: 20px;
    margin-left: -35px;
    margin-bottom: -38px;
  }

  .news-image {
    height: 400px;
  }

  .likelist {
    right: 10%;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 12px !important;
  }
}

@media (max-width: 1400px) {
  .ff {
    width: auto;
  }

  .xxx-height {
    min-height: 150px;
  }
  .form-select.set-width2,
  .set-width2 {
    max-width: 340px;
    margin-bottom: 10px;
  }
  .form-select.set-width3 {
    width: 100%;
    margin: auto;
  }
  .min-head {
    min-height: 60px;
  }
  .twohundred {
    min-height: 250px;
  }
  .vehicle-link-white {
    padding: 0px;
  }
  .top-logo {
    height: 50px;
  }
  .showroom-image {
    width: 180px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 20px 10px !important;
  }

  .vehicle-head {
    font-size: 28px;
  }

  .price {
    margin-left: 0px;
  }
}

@media (max-width: 1320px) {
}

@media (max-width: 1399px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 1200px) {
  .ff {
    padding: 10px;
    margin-bottom: 10px;
  }
  .xxx-height {
    min-height: 170px;
  }
  .right-m {
    margin-right: 0px;
  }
  .min-x {
    min-height: 60px;
  }
  .line3 {
    min-height: 90px;
  }
  .offer-link {
    font-size: 14px;
  }
  .twohundred {
    min-height: 300px;
  }
  .vehicle-link,
  .vehicle-link-white {
    font-size: 13px;
  }
  .car-price {
    font-size: 20px;
  }
  .head6-blue {
    min-height: 30px;
  }
  .showroom-image {
    width: 150px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 5px !important;
  }
  .news-image {
    height: 350px;
  }

  .vehicle-heading {
    padding: 5px;
  }

  .vehicle-head {
    font-size: 24px;
  }

  .no-display {
    visibility: hidden;
  }

  .display {
    display: block;
    margin-top: 10px !important;
  }
}
@media (max-width: 1199px) {
  .nav-link {
    font-size: 12px !important;
    display: inline-block;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 1100px) {
  .quotes {
    display: none;
  }
}
@media (max-width: 1050px) {
  .float {
    margin-top: -100px;
  }
  .minimise60 {
    height: 15px;
  }
}
@media (min-width: 992px) {
  .container.max {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    width: 40%;
    margin: auto;
  }
  .sh {
    min-height: 88px;
  }
  .single-vehicle-heading {
    display: block;
    padding: 10px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }

  .renttobuyform {
    padding: 0px;
  }
  .contactform {
    padding: 0px 0px;
  }
  .trackerform {
    padding: 0px 0px;
  }
  .check {
    width: 100%;
  }
  .fin-box {
    padding: 10px !important;
  }
  .floating-filter {
    display: none;
    position: absolute;
    background: #f7f7f7;
    left: 0px;
    /*width: 60%;*/
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    z-index: 999;
  }
  .small-filter {
    display: flex;
    position: relative;
    float: right;
    right: 20px !important;
    background: #f7f7f7;
    padding: 10px 15px;
    color: #000000;
    -webkit-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.46);
    box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    width: 100px !important;
    border-radius: 50px;
    cursor: pointer;
    font-size: 12px;
    top: -60px;
    align-items: center;
    z-index: 9999;
  }

  .container.footer-max {
    max-width: 1200px;
  }
  .inline-buttons {
    width: 40% !important;
  }

  .showroom-image {
    width: 100%;
  }
  .main-logo {
    padding: 0px;
    width: 100%;
  }

  .dropdown-item {
    font-size: 10px;
    text-align: center !important;
  }
  .center-on-small {
    text-align: center;
  }

  .top-logo {
    height: 50px;
  }
  .banner-heading {
    font-weight: 700;
  }

  .like-price {
    font-size: 14px !important;
    padding: 5px !important;
  }

  .floating {
    position: fixed;
    width: 200px !important;
    right: 0px;
    top: 25%;
    height: auto;
    max-height: 500px;
    overflow-y: scroll;
    text-align: center;
  }

  .vehicle-head {
    font-size: 18px;
  }
  .floating .smaller {
    font-size: 14px;
    margin-top: 20px;
  }

  .show-hide {
    display: none;
  }

  .no-disp {
    display: none !important;
  }

  .hide-one {
    display: none;
  }

  .toggle-show-hide {
    display: block;
    text-decoration: none;
    padding: 10px;
  }

  .adjust {
    height: 80px;
  }

  .adjust-two {
    height: 50px;
  }

  .adjust-three {
    height: 40px;
  }

  .skew {
    position: absolute;
    width: 100%;
    left: 0%;
    text-align: center;
    top: 100%;
  }

  .price {
    padding: 10px;
  }

  .height {
    height: 20px;
  }

  .car-image {
    height: 200px;
    width: 95% !important;
  }

  .grey {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .car-holder {
    margin-bottom: 10px;
  }
}

@media (max-width: 990px) {
  .md-no-show {
    display: none;
  }
  .md-show {
    display: block;
  }

  .footer h1 {
    font-size: 20px;
  }

  .footer p {
    font-size: 12px;
  }
  .form {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
  }
}

@media (max-width: 850px) {
  .minimise100 {
    height: 25px;
  }
  .head1 {
    margin: 0px;
  }
  .testimonials-content {
    width: 60%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .page-list {
    padding: 0px 0px 0px 20px;
  }
  .vehicle-link,
  .vehicle-link-white {
    padding: 0px;
  }
  .sub-content {
    padding: 0px;
  }
  .vehicle-text {
    margin-bottom: 10px;
  }
  .sh {
    min-height: 60px;
  }
  .single-vehicle-heading {
    margin-bottom: 20px;
  }
  .small-hide {
    display: none;
  }
  .min-x {
    min-height: 0px;
  }
  .form-select-alt,
  .form-control-alt {
    width: 100%;
    min-width: 200px;
    margin: auto;
  }
  .hide-on-small {
    display: none;
  }
  .twohundred {
    min-height: 260px;
  }
  .page-content {
    padding: 0px;
  }
  .right {
    text-align: center;
  }
  .right-cc {
    text-align: center;
    display: flex;
    align-items: center;
  }
  #cover {
    font-size: 50px;
  }
  .carousel-caption {
    bottom: 0px !important;
  }

  .main-logo {
    width: auto;
    padding: 20px;
  }
  .large-logo {
    width: 100%;
  }

  .alt-pad {
    padding: 0px !important;
  }
  .vehicle-heading {
    padding: 10px;
  }

  .vehicle-head {
    text-align: center;
  }

  .page-heading {
    text-align: center;
  }

  .contact-heading-two {
    text-align: center;
  }

  .cntr {
    justify-content: center;
  }

  .news-image {
    height: 300px;
  }

  .adjust-four {
    height: 20px;
  }

  .adjust-six {
    display: block;
    height: 30px;
  }

  .center-it {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
  }

  .bg-white {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 40%;
    max-width: 70%;
    border-top: 1px solid #fff;
    transform: translate(-50%, -50%);
    /* transition: all 0.8s;*/
    width: 40% !important;
    z-index: 99;
  }

  .heading-main {
    padding: 50px 0px 50px 0px;
  }

  .container.float {
    margin-top: 0px;
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .large-image {
    display: none;
  }
  .small-image {
    display: block;
  }
  .testimonials-content {
    width: 100%;
    margin: auto;
  }
  .left-ad,
  .right-ad {
    display: none;
  }
  .carousel-caption {
    position: absolute !important;
    top: 10% !important;
  }

  .form {
    padding: 0px;
  }
}
.modal-dialog {
  width: 50% !important;
}
@media (max-width: 630px) {
  .bg-white {
    width: 50% !important;
  }
}

@media (max-width: 600px) {
  .lg {
    font-size: 20px;
  }
  .modal-dialog {
    width: 100% !important;
  }

  .skew {
    font-size: 12px;
    height: 30px;
  }

  .adjust-three {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .min-head {
    min-height: 0px;
    padding-top: 10px;
    border-top: 1px solid rgba(38, 49, 108, 0.25);
  }
  .sub-content {
    padding: 0px;
  }
  .right-cc {
    align-items: center;
    justify-content: center;
  }
  .sub-content {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .xxx-height {
    min-height: 0px;
  }
  .sh {
    min-height: 0px;
  }
  .left-align-center {
    text-align: center;
  }
  .insurance-image {
    width: auto;
    margin-bottom: 30px;
  }
  .twohundred {
    min-height: 0px;
  }
  .home-image-column {
    margin-top: 20px;
  }
}

@media (max-width: 580px) {
  .vehicle-heading {
    padding: 10px;
  }

  .no-display {
    display: none;
  }

  .w-60 {
    width: 60% !important;
  }

  .w-40 {
    width: 40% !important;
  }

  .footer .right {
    text-align: left;
  }

  .all-car-block {
    padding-left: 15px !important;
  }
}

@media (max-width: 576px) {
  .sixty {
    width: 60% !important;
  }

  .fourty {
    width: 40% !important;
  }

  .third {
    width: 33% !important;
  }
}

@media (max-width: 550px) {
  #cover {
    font-size: 36px;
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn:nth-child(n + 3) {
    font-size: 12px !important;
  }
  .img-fit {
    width: 100%;
  }

  .short {
    width: 40%;
  }
  .custom-width {
    width: 100% !important;
    float: none;
  }
}

@media (max-width: 530px) {
  .ff {
    width: auto;
  }
}

@media (max-width: 520px) {
  .heading-main {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .search-results {
    left: -60%;
  }

  .news-image {
    height: 250px;
  }
}
@media (max-width: 488px) {
  .set-width3 {
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .mobile-show {
    display: block;
  }
}
@media (max-width: 460px) {
  #search-list {
    width: 280px;
  }
  .likelist {
    right: 5px;
  }
  .inline-buttons {
    width: 80% !important;
    margin: 15px !important;
  }
  .search-results {
    left: -30%;
  }
  .floating-filter {
    width: 75%;
    padding: 10px;
  }
  .small-filter {
    right: 10px;
  }
}

@media (max-width: 440px) {
  /*#search-list {*/
  /*    width: 70%;*/
  /*}*/

  .third {
    width: 50% !important;
    margin: auto;
    text-align: center;
  }

  .bg-white {
    width: 70% !important;
  }
}

@media (max-width: 410px) {
  .top-logo {
    height: 40px;
  }

  .navbar-brand {
    margin-right: 0px !important;
    width: 80%;
  }

  .skew {
    top: 100%;
  }
}

@media (max-width: 400px) {
  .half {
    width: 50%;
  }
  .space-evenly {
    justify-content: start;
  }
  .page-btns {
    flex-direction: column;
  }
  .pg-btn-ext {
    width: 100% !important;
    text-align: center !important;
    margin: 0px 5px;
  }
  .page-numbers {
    margin: 10px auto;
  }
  .pg-btn-ext {
    width: 100% !important;
    text-align: center !important;
    margin: 0px 5px;
    color: #42a5f6;
    font-size: 12px;
    font-weight: 600;
  }

  .right {
    text-align: right;
  }
  .search-results {
    left: -20%;
  }
  .news-image {
    height: 200px;
  }

  .w-60 {
    width: 100% !important;
    text-align: center;
  }

  .w-40 {
    width: 68% !important;
    margin-top: 10px !important;
  }

  .footer-image {
    width: 60%;
  }
}

@media (max-width: 375px) {
  .search-results {
    left: -5%;
    width: 100%;
  }
  .mini-thumbnail {
    width: 50px;
    height: 40px;
  }
  /*#search-list {*/
  /*    width: 80%;*/
  /*}*/
  .carousel-caption {
    position: absolute !important;
    top: 0% !important;
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn:nth-child(n + 3) {
    font-size: 10px !important;
  }
}

@media (max-width: 360px) {
  .news-image {
    height: 200px;
  }

  .heading-main {
    padding: 50px 0px 50px 0px;
    font-size: 16px;
  }

  .thumbnail {
    height: 50px;
  }
}
@media (max-width: 350px) {
  .custom-width {
    width: 100% !important;
    float: none;
  }
  .page-numbers {
    margin: 10px auto;
  }
}

@media (max-width: 340px) {
  #search-list {
    width: 265px;
  }
  .top-bar {
    padding: 15px 0px;
  }
  .top-logo {
    height: 35px;
  }
}
@media (max-width: 330px) {
  .call-to-action {
    padding: 10px;
  }
  #search-list {
    width: 245px;
  }
  .adjust-five {
    display: block;
    height: 20px;
  }
}
@media (max-width: 320px) {
  .sub-content {
    padding: 20px 0px !important;
  }
}
@media (max-width: 310px) {
  .sm {
    padding: 0px 5px !important;
  }
}

.position-sticky {
  z-index: 99;
}
