@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

.buttonDesign,
.wlc {
  font-family: prompt-semi-bold;
  text-transform: uppercase
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a>button:focus{
  color: inherit;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.column , ul h3{
  font-family: prompt-semi-bold;
  text-transform: capitalize;
  font-size: 22px;
}
.column ul {
 list-style: none;
 padding-left: 0;

}
.column ul li a{
  color: #000;
  font-family: prompt-regular;
  text-decoration: none;
  font-size: 15px;
}

.blueBg .navbar-nav>li>a,
.buttonDesign,
.cart .nav-tabs a,
.footer-head,
.head,
.txt-upper,
.wlc,
footer ul li a {
  text-transform: uppercase
}

@font-face {
  font-family: prompt-regular;
  src: url('../fonts/Prompt-Regular.ttf')
}

@font-face {
  font-family: prompt-semi-bold;
  src: url("../fonts/Prompt-SemiBold.ttf");
  font-weight: 500
}

@font-face {
  font-family: prompt-bold;
  src: url("../fonts/Prompt-Bold.ttf");
  font-weight: 700
}

@font-face {
  font-family: prompt-Italic;
  src: url("../fonts/Prompt-Italic.ttf");
  font-style: italic
}

body,
html {
  font-family: prompt-regular, sans-serif;
  padding-top: 20px;
  margin: 0;
  overflow-x: hidden;
  font-size: 14px;
  z-index: 2;
}

.app-banner .position-absolute p,
.mb-0 {
  margin-bottom: 0
}

.wlc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
  display: block
}

.cart .badge {
  position: absolute;
  left: 25px;
  top: 2px;
  background-color: #000;
  color: #fff
}
 .form-group{
  margin-bottom: 30px;
}

.bg-gray {
  background: #d3d3d3;
  padding: 40px 10px;

}
.py-2{
  padding: 5px;
}
.m-0{
  margin: 0 !important;
}
.bg-gray .form-group{
  margin-bottom: 20px;
}
.bg-gray .form-group .form-control{
  background-color: transparent;
  color: #8b8b8b;
}
.content-area .fas,
.content-area .fab,
.content-area .far{
  color: #6e99d6;
    font-size: 17px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.mr-5 {
  margin-right: 15px
}
.cart{
  padding-top: 50px;
  padding-bottom: 50px;
}
.cart .nav-tabs{
  border-bottom: none;
}
.cart .nav-tabs a {
  color: #d3d3d3;
  font-size: 20px;
  font-family: Prompt-bold;
  cursor: pointer
}

.cart .nav-tabs>li.active>a,
.cart .nav-tabs>li.active>a:focus,
.cart .nav-tabs>li.active>a:hover,
.primary-color {
  color: #3f6faa;
 

  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  font-size: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Prompt-bold;
}

.gallery-radio-bg {
  background: url('../img/gallery-radio-bg.jpg') no-repeat;
  /* height: 60px; */
  margin-top: 20px;
  margin-bottom: 25px;
  background-size: cover;
}
.gallery-radio-bg .form-control{
  border: none;
  border-radius: 4px;
}
.gallery-radio-bg .checkbox input[type=checkbox],
.gallery-radio-bg .checkbox-inline input[type=checkbox] 
 {
  position: absolute;
  margin: 0;
  margin-left: -30px;
  width: 20px;
  height: 20px;
}
.pr-10 {
  padding-right: 10px
}

.btn-Design {
  color: #fff;
  transition: .5s;
  position: relative;
  overflow: hidden;
  text-align: center
}
.total-payable{
  color: #000;
}
.place-order{
  margin-top: 20px;
}

.form-control {
  border: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #8b8b8b;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid rgba(0,0,0,.34);
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.buttonDesign {
  color: #fff;
  transition: .5s;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 15px;
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.buttonDesign a{
  z-index: 2;
}

.d-title,
.head {
  font-family: prompt-bold
}
.button {
  border: none;
  outline: 0;
  display: block;
  padding: 10px;
  color: #fff;
  background: transparent linear-gradient(80deg,#6daffe,#437fc7) 0 0 no-repeat padding-box;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: prompt-semi-bold;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.buttonDesign {
  color: #fff;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.btn-Design:before,
.buttonDesign:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: .5s;
  opacity: 1;
  transform: translate(-105%);
  border-right: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, .25);
 
}


.btn-Design:hover:before,
.buttonDesign:hover:before {
  opacity: 0;
  transform: translate(0)
}

.btn-Design:hover,
.text-white {
  color: #fff
}

.head {
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-top: 0
}

.d-title {
  font-size: 20px
}

.blueBg .navbar-nav>li>a,
.pText {
  font-family: prompt-semi-bold
}

.redColor {
  color: #cc0001
}

.blckColor,
.text-black {
  color: #000
}

.panel-title>a:active,
.panel-title>a:focus,
.panel-title>a:hover,
a {
  text-decoration: none
}

.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  left: 5px
}

.blueBg .navbar-brand,
.logo,
.p-0,
.pd-00 {
  padding: 0
}

.logo {
  cursor: pointer;
  width: 100% !important;
  height: 55px;
  min-width: 170px
}

.btn-locate-us,
.btn-locate-us-honda {
  min-height: 35px;
  min-width: 120px !important
}

.blueBg {
  background: linear-gradient(270deg, #6daffe, #437fc7) no-repeat;
  opacity: 1;
  border-radius: 0;
  border: none
}

.bgRedColor {
  background: linear-gradient(80deg, #cc0001, #c33) no-repeat
}

.bgRedColor a {
  z-index: 1;
  position: relative;
  color: #fff;
  text-decoration: none
}

.blueBg .navbar-toggle {
  border: none
}

#carousel-new-vehicle .carousel-indicators.carousel-indicators--thumbnails .active,
.blueBg .navbar-toggle:focus,
.blueBg .navbar-toggle:hover {
  background-color: transparent
}

.blueBg .navbar-toggle .icon-bar {
  background-color: #fff
}

.indexZ {
  z-index: 9999
}

.blueBg .right {
  right: 0 !important;
  left: 0 !important
}

.blueBg .navbar-nav>li>a {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 5px
}

.triangle-bottomleft {
  width: 0;
  height: 0;
  border-top: 55px solid #fff;
  border-right: 65px solid transparent;
  float: left
}

.parallelogram {
  position: relative;
  border: none;
  display: inline-block;
  padding: 0;
  margin: 0 1px;
  line-height: 20px
}

.blueBg .navbar-nav>li:not(:last-child) .parallelogram::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  top: 12px;
  left: -4px;
  z-index: -1;
  transform-origin: bottom left;
  transform: skew(-45deg, 0deg);
  border-right: 2px solid #fff
}

.blueBg .navbar-nav>.open>a,
.blueBg .navbar-nav>.open>a:focus,
.blueBg .navbar-nav>.open>a:hover,
.blueBg .navbar-nav>li>a:focus,
.blueBg .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.blueBg .dropdown-menu {
  min-width: 192px
}

.app-banner {
  width: 100%;
  margin: 15px 0
}

.app-banner .container-fluid {
  padding-left: 0;
  padding-right: 0
}

.app-banner .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 0;
  color: #fff;
  background: rgba(67, 126, 199, .5)
}

.app-banner .carousel-caption h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-family: prompt-semi-bold
}

.app-banner .carousel-control {
  width: 80%;
  bottom: 9.5%;
  top: auto;
  opacity: 10;
}

.app-banner .carousel-control .glyphicon {
  position: absolute;
  bottom: 0;
  font-size: 24px;
}

.app-banner .carousel-caption a {
  color: #fff;
  font-size: 14px !important;
  text-decoration: none;
  font-family: Prompt-bold;
}

.app-banner .position-absolute {
  position: absolute;
  right: 20px;
  bottom: 8px;
  color: #fff
}

.welcome {
  margin-top: 10px
}

.welcome-honda {
  margin-top: 50px;
  margin-bottom: 20px
}
.price{
  font-size: 28px;
    font-weight: bolder;
    padding: 0;
    margin: 0;
    color: #437fc7;
}
.career .well{
  background-color: #fff;
}
.jobTitle,
.jobApply{
  font-size: 20px;
  font-family: prompt-bold;
  text-transform: capitalize;
  margin-bottom: 10px;
  /* color: #437fc7; */
}

.cart>.nav-tabs>li>a{
  border-right: 1px solid #000;
}
.vr {
  border-right: 2px solid #a99d9d;
}
.media-gallery{
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel-login>.nav-tabs>li.active>a, 
.panel-login>.nav-tabs>li.active>a:focus, 
.panel-login>.nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  font-size: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Prompt-bold;
}
.cart>.nav-tabs,
.panel-login >.nav-tabs{
  border-bottom: none;
}
.cart>.nav-tabs>li>a,
.panel-login>.nav-tabs>li>a{

  color: #d3d3d3;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  font-size: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Prompt-bold;
}
.jobApply{
margin-top: 10px;
}

#carousel-new-mahindra .pagination>li>a .glyphicon-menu-left,
#carousel-new-mahindra .pagination>li>a .glyphicon-menu-right {
  position: relative;
  top: 3px
}

#carousel-new-mahindra .pagination>li>a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #f10b0b;
  border: 1px solid #f10b0b
}
.bodyGap {
  min-height: 84vh;
}

#carousel-new-mahindra .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #000;
  cursor: default;
  background-color: #fff;
  border-color: #fff
}
.mt-0{
  margin-top: 0;
}
.my-15{
  margin-top: 15px;
  margin-bottom: 15px;
}
ol {
  padding-inline-start: 20px;
}
ol > li {
  text-align: justify;
  font-size: 17px;
  font-family: Prompt-bold;
}
ol > li>p {
  font-family: prompt-regular;
  font-size: 14px;
  text-align: justify;
}
.second {
  font-size: 12px;
  font-family: prompt-semi-bold;
}
.main {
  font-size: 16px;
  font-family: prompt-semi-bold;
}
.btn-danger {
  color: #fff;
  background-color: #cc2728;
  border-color: #d43f3a;
}
.btn-danger:hover, 
.btn.focus, 
.btn:focus, 
.btn:hover {
  color: #fff !important;
  background-color: #cc2728 !important;
  border-color: #d43f3a !important;
}
.explore-dealership,
.mt-20 {
  margin-top: 20px
}
/* .panel-cart-btn{
  position: absolute; 
  bottom:0; 
  right:0;
  background: #437fc7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    text-decoration: none;
} */

.panel-cart-btn{
 /* position: absolute; */ 
  bottom:0; 
  right:0;
  background: #437fc7;
    color: #fff;
    border: none;
    padding: 8px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    text-decoration: none;
	margin: 0px 5px;
    display: inline-block;
}

.panel-cart-btn:hover{
  color: #fff;
  text-decoration: none;
}
.panel-img-top{
  min-height: 350px;
  width: 100%;
  object-fit: cover;
}

.car-item-card,
.display-panel {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  margin-top: 15px;
  border: none;
  border-radius: .25rem;
  background-color: #fff;
  background-clip: border-box
}

.contact,
.media-gallery,
.testimonials {
  margin-top: 20px;
  margin-bottom: 20px
}

.section-heading {
  font-size: 2rem;
  color: #000;
  font-family: prompt-bold;
  font-weight: 700;
  margin: 20px 0
}

.about_our_mission,
.know-more-abt {
  margin-top: 25px;
  margin-bottom: 15px
}

.brand{
  font-size: 15px;
  font-family: prompt-semi-bold;
  font-weight: 500;
  color: #000;
  text-transform: capitalize !important;
}

.card-item-img img {
  min-height: 235px
}

.pt-20 {
  padding-top: 20px
}

.vh-100 {
  height: 100vh
}

.border-right {
  border-right: 1px solid #fff
}

.image21 {
  position: absolute;
  left: 91px;
  width: 500px;
  height: 80px;
  bottom: 0
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(51deg, #3f6faa, #437fc7) no-repeat padding-box;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s;
  color: #fff
}

.border {
  border: 1px solid #ddd
}

.img-overlay {
  padding: 20px 10px;
  cursor: pointer
}

.img-overlay:hover .overlay {
  height: 100%
}

.hidden-overlay {
  color: #fff;
  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%
}

.position-relative {
  position: relative
}

.locate-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  font-family: prompt-bold
}

.locate-us-bg {
  background: #518ecd;
  color: #f1f1f1
}

.pr-0 {
  padding-right: 0
}

.w-100 {
  width: 100%;
  object-fit: contain
}

.p-20,
.pd-30 {
  padding: 20px
}

.btn-locate-us {
  background: #fff;
  color: #437fc7;
  padding: 10px 5px;
  border-radius: 0;
  border: 1px solid #fff;
  font-family: prompt-semi-bold;
  font-weight: 500
}



.iconsWidth {
  padding-right: 10px;
  width: 35px
}
.blg-color>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  background-color: #0085ff;
  color: #fff;
}

.fs-20 {
  font-size: 20px
}

.about_our_mission ul,
.aboutus ul {
  list-style-image: url('../img/bullet.png');
  padding: 5px 10px;
}

.about_our_mission {
  background: url('../img/about_our_mission.jpg')  no-repeat;
  background-size: cover;
}

.mt-25 {
  margin-top: 35px
}

.card-img img {
  height: 280px;
  padding-bottom: 15px
}
.text-upper{
  text-transform: uppercase;
}
.team {
  background: linear-gradient(180deg, #fff 20%, #a6c8f1 0, #fff) no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

.team .carousel-control {
  width: auto
}

.imagePadd p {
  color: #000;
  white-space: pre-line;
  font-size: 16px;
  text-align: justify
}

.imagePadd img {
  background: #fff;
  padding: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2), 0 0 1px 0 rgba(0, 0, 0, .14), 2px 2px 5px 0 rgba(0, 0, 0, .12);
  min-width: 80px;
  max-width: 80px
}

.about_our_mission ul li,
.aboutus ul li {
  font-family: prompt-semi-bold;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 20px
}

a.text-white,
a.text-white:hover {
  color: #fff;
  text-decoration: none;
  font-size: 15px
}

.fw-bold {
  font-family: prompt-bold
}
.fw-semi-bold{
  font-family: prompt-semi-bold;
}
.bg-white{
  background-color: #fff;
}
.fllow-us ul li a,
.view-awards-btn-bgRedColor:hover,
.view-awards-btn:hover,
.cart-btn:hover {
  text-decoration: none;
  color: #fff
}

.fllow-us ul {
  margin-top: 30px
}

.va-m {
  vertical-align: middle
}

.video-control-active {
  background-color: #437fc7;
  color: #fff;
  cursor: pointer
}

.video-control {
  background-color: #6daffe;
  opacity: .5;
  cursor: pointer
}

.view-awards-btn {
  background: linear-gradient(75deg, #6daffe, #437fc7) no-repeat padding-box
}

.footer-honda,
.view-awards-btn-bgRedColor {
  background: linear-gradient(80deg, #cc0001, #c33) no-repeat padding-box
}

.w-120 {
  min-width: 120px
}

.view-awards-btn-outline {
  border: 2px solid #6daffe !important;
  background-color: transparent;
  color: #000 !important;
}
.view-awards-btn-red-outline {
  border: 2px solid  #cc0001 !important;
  background-color: transparent;
  color: #cc0001 !important;
}
a.btn-locate-us{
  color: #0085ff !important;
  text-decoration: none;
}
.btn-locate-us,
.cart-btn,
.btn-locate-us-honda,
.view-awards-btn,
.view-awards-btn-bgRedColor,
.view-awards-btn-outline,
.view-awards-btn-red-outline {
  border-radius: 0;
  display: inline-block;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-family: prompt-semi-bold;
  font-weight: 500
}
.cart-btn{
  border: 1px solid #437fc7;
  background: #437fc7;
  padding: 15px 10px;
  margin-top: 50px;
  position: relative;
}
.cart-btn .count {
  position: absolute;
  top: 4px;
  left: 20px;
}
.cart-btn i{
  margin-right: 10px;
  position: relative;
}
.footer-head,
footer p {
  padding: 15px
}

.view-awards-btn-bgRedColor span {
  z-index: 20
}

.btn-default:hover,
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none
}

.view-awards-btn-bgRedColor:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: 550ms cubic-bezier(.19, 1, .22, 1);
  width: 50px;
  z-index: -10
}

.view-awards-btn-bgRedColor:hover:after {
  left: 120%;
  transition: 550ms cubic-bezier(.19, 1, .22, 1)
}
.testimonials .carousel-control{
  opacity: 10;
}

.testimonials .carousel-control.left {
  left: -15%;
  height: 30px;
  width: 30px;
  background: #5d9de9;
  position: absolute;
  top: 34%
}

.testimonials .carousel-control.right {
  right: -15%;
  height: 30px;
  width: 30px;
  background: #5d9de9;
  position: absolute;
  top: 34%
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
  position: relative;
  top: 3px;
  font-size: 16px
}
.testimonials-section .panel-primary,
.testimonials .panel-primary {
  background: linear-gradient(75deg, #6daffe, #437fc7) no-repeat;
  color: #fff;
  border: none;
  margin-top: 20px
}

.testimonials .panel-primary .panel-body {
  padding: 10%;
  font-size: 1rem;
  height: 220px;
}
.testimonials-section .panel-primary .panel-footer,
.testimonials .panel-primary .panel-footer {
  padding: 10px 15px;
  background: linear-gradient(75deg, #6daffe, #437fc7) no-repeat;
  border-top: 2px solid #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: prompt-semi-bold;
  font-weight: 500;
  font-size: 16px;
  text-align: right
}

.footer-honda {
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%
}

footer {
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(83deg, #6daffe, #437fc7) no-repeat
}

h4.footer-head {

  border-right: 2px solid #fff;
}
h4.footer-head,
.footer-head {
  font-size: 16px;
  font-family: prompt-bold;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  transition: .5s;
 
}

/* .footer-head:after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 18px;
  left: 35%
} */

.footer-head i {
  font-size: 30px
}

footer ul {
  margin-top: 15px
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  padding: 2px 15px !important;
  font-size: 12px
}

.mr-2 {
  margin-right: 5px;
  color: #6e99d6
}
.user-info i{
  margin-right: 10px;

}
.my-0{
  margin-top: 0;
  margin-bottom: 0;
}
.mb-3{
  margin-bottom: 3px;
}
.mb-5{
  margin-bottom: 10px;
}
.user-info .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #000;;
  background-color: transparent;
  border-right: 3px solid #337ab7;
  border-radius: 0;
  font-family: prompt-semi-bold;
}
.user-info .nav-pills>li>a {
  border-radius: 0;
  color: #ddd;
  padding: 20px 15px;
  transition: all 0.5s;
}
.fs-3{
  font-size: 16px;
}
.user-info{
  padding-top: 25px;
  min-height: 100vh;
}
.mh-100{
  min-height: 100vh;
}
.user-info > .nav>li>a:focus, .user-info > .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #000;
  font-family: prompt-semi-bold;
}

footer ul li a:focus,
footer ul li a:hover {
  text-decoration: none;
  background-color: transparent !important;
  color: #fff;
  transform: scale(1.02);
  font-weight: bold;
}

.honda-locate-us {
  position: relative;
  margin-top: 20px
}

.backImage img {
  width: 100%;
  height: 120px !important
}

.content {
  height: 120px;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #f1f1f1
}

.honda-locate-us .content {
  background: #cc0001d4
}

.panel-title>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  color: #0085ff
}

.panel-title>a.collapsed:before {
  float: right !important;
  content: "\f067";
  color: #0085ff
}

.filter-sidebar>.panel-heading {
  background: linear-gradient(75deg, #6daffe, #437fc7) no-repeat padding-box;
  color: #fff
}

.text-muted {
  color: #666;
  line-height: 1.5
}

.filter-sidebar .panel-group .panel+.panel {
  margin-top: -2px
}

.filter-sidebar .panel-group .panel .panel-heading {
  padding: 14px 30px 14px 20px
}

.filter-sidebar .panel-group .panel {
  border-radius: 0
}

.icon-img {
  width: 24px;
  margin-right: 8px
}

.filter-sidebar .panel-group .panel input[type=checkbox] {
  margin: 0;
  line-height: normal;
  width: 20px;
  height: 20px;
  vertical-align: bottom
}

.car-item-card>.panel-heading,
.panel-group>.panel-default>.panel-heading {
  color: #333;
  background-color: #fff !important;
  border-color: #ddd
}

.our-vision .car-item-card {
  height: 430px
}

.panel-body-carousel {
  height: 262px;
  position: relative;
  background-color: #ddd
}

.car-item-card .title {
  font-family: prompt-semi-bold;
  font-size: 16px;
  color: #151515
}

.test .carousel-control.left,
.test .carousel-control.right {
  background-image: none !important;
  height: 30px !important;
  width: 20px !important;
  top: 50% !important;
  transform: translateY(-65%) !important;
  opacity: 1 !important;
  background: #5d9de9
}

.test .carousel-control.left.bgRedColor,
.test .carousel-control.right.bgRedColor {
  background: #cc0001
}

.test .carousel-control.left .glyphicon-chevron-left,
.test .carousel-control.right .glyphicon-chevron-right {
  font-size: 20px;
  width: 20px;
  height: 20px
}

#carousel-new-vehicle .carousel-indicators.carousel-indicators--thumbnails li {
  width: 80px;
  height: 40px;
  margin: 0;
  border: none;
  border-radius: 0
}
#carousel-new-vehicle .carousel-indicators.carousel-indicators--thumbnails .thumbnail{
  display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
    opacity: .4;
}


#carousel-new-vehicle .carousel-indicators.carousel-indicators--thumbnails .active .thumbnail {

  opacity: .9;
}

/* #carousel-new-vehicle .carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  bottom: -23%
} */
#carousel-new-vehicle .carousel-indicators {
  position: relative;
  text-align: center;
  display: inline-flex;
  bottom: 0;
}
.detail-txt {
  font-size: 12px;
  color: #0085ff;
  padding-bottom: 8px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 14px;
  text-align: center
}

.filter-sidebar {
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  font-size: 14px;
  font-family: Prompt-regular;
  margin-top: 15px
}

.gridColor {
  opacity: .4
}

.testimonial{
  padding-top: 70px;
  margin: 50px 15px 0;
  text-align: justify;
  position: relative;
  transition: all 0.7s ease 0s;

}

.testimonial .pic{
  width: 95px;
  height: 95px;
  background: #fff;
  padding: 7px;
  position:absolute;
  top: -50px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  transition: all 0.7s ease 0s;
}

.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .title{
  font-size: 16px;
  font-weight: 700;
  color: #eabd44;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.testimonial .description{
  font-size: 15px;
  color: #000;
  line-height: 25px;

  padding: 0 25px 35px;
  margin: 0;
}
.testimonial .testimonial-content{
  padding: 15px 25px 12px;
  border: 1px solid #f7f7f7;
  border-top: none;
  position: relative;
  text-align: left;
  transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
  content: "";
  width: 100%;
  height: 0;
  background: #1d3033;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
  font-size: 16px;
  font-weight: 700;
  color: #3d3d3d;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
  font-size: 14px;
  color: #eabd44;
  text-transform: capitalize;
}
.testimonial .rating{
  display: inline-block;
  padding: 1px 5px;
  margin: 0;
  list-style: none;
  background: #eabd44;
  position: absolute;
  right: 25px;
}
.testimonial .rating li{
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.testimonial-modal .modal-header .modal-title{

    text-transform: uppercase;
    font-size: 20px;
    font-family: prompt-bold;
    font-weight: 700;
    color: #fff;
    
    text-align: center;

}
.testimonial-modal .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 10;
}
.owl-theme .owl-controls{
  width: 100%;
  position: absolute;
  top: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
  width: 25px;
  height: 25px;
  line-height: 22px;
  border-radius: 3px;
  background-color: #0085ff;
  border: 1px solid #0085ff;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}

.xs-pull-left .dropdown-menu{
 left: -50px;
}
.owl-prev,
.owl-next{
  position: absolute;
  left: -3%;
}
.owl-next{
  left: auto;
  right: -3%;
}
.owl-prev:before,
.owl-next:before{
  content: "\f104";
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 25px;
  color: #ececec;
}
.owl-next:before{ 
content: "\f105";   
font-family: FontAwesome;
}
@media only screen and (max-width: 990px){
  .owl-theme .owl-controls,
  .owl-prev,
  .owl-next{
      position: relative;
      left: 0;
      right: 0;
  }
}
@media only screen and (max-width: 768px){
  .testimonial .testimonial-content{
      padding: 15px 10px 12px;
  }
  .testimonial .rating{
      right: 12px;
  }
}

@media only screen and (max-width:1200px) {
  .image21 {
    position: relative;
    width: auto;
    height: auto;
    left: 0
  }

  .footer-head:after {
    display: none
  }
}

@media only screen and (max-width:1180px) {
  .navbar-toggle {
    display: block
  }
  .xs-pull-left{
    float: left !important;
    width: 250px;
    right: auto;
  }
  .xs-pull-left .dropdown-menu{
    left: 0px;
  }

  .blueBg .navbar-nav>li>a:focus,
  .blueBg .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none
  }

  .blueBg .navbar-nav>.open>a,
  .blueBg .navbar-nav>.open>a:focus,
  .blueBg .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent
  }

  .navbar-nav>li {
    position: relative;
    float: none;
    display: block
  }

  .navbar-collapse {
    background-color: #fff;
    position: fixed;
    top: 56px;
    transition: .8s ease-out;
    min-height: 100%;
    width: 250px;
    left: -270px;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%)
  }

  .blueBg .navbar-nav>li:not(:last-child) .parallelogram::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 12px;
    left: -4px;
    z-index: -1;
    transform-origin: bottom left;
    transform: skew(-45deg, 0deg);
    border-right: 2px solid #fff;
    display: none
  }

  .blueBg .navbar-nav>li>a {
    color: #000
  }
}

@media (min-width:768px) {
  .blueBg .navbar-right {
    float: right !important;
    margin-right: 0
  }


  .blueBg .dropdown-menu .blueBg .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
  }

  .blueBg .dropdown-menu .blueBg .dropdown-menu {
    margin-left: 0;
    margin-right: 0
  }

  .blueBg .dropdown-menu li:not(:last-child) {
    position: relative;
    border-bottom: 1px solid #000
  }

  .blueBg .dropdown-menu li a {
    text-transform: uppercase;
    padding: 10px;
    color: #000;
    font-family: prompt-semi-bold
  }

  .blueBg .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    /* max-height: 700px; */
    height: calc(500px - 50px);
    overflow-y: auto
  }

  .blueBg .nav-item .submenu-left {
    right: 100%;
    left: auto
  }

  .blueBg .dropdown-menu>li:hover {
    background-color: transparent linear-gradient(270deg, #6daffe, #437fc7)
  }

  .blueBg .dropdown-menu>li>a:focus,
  .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3
  }

  .blueBg .caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    float: right;
    margin-top: 4px
  }

  .blueBg .dropdown-menu>li:hover>.submenu {
    display: block
  }
}
.p-15{
  padding: 15px;
}
.fs-22{
  font-size: 22px;
}
.icon-anchor {
  color: #fff;
  font-size: 22px;
}
  .xs-bgRedColor{
    background: linear-gradient(80deg, #cc0001, #c33) no-repeat;
    padding: 15px;
  }
@media screen and (max-width:991px){
  .xs-bgRedColor{
    background: none;
    padding: 15px;
  }
  .li-bgRedColor{
    background: linear-gradient(80deg, #cc0001, #c33) no-repeat;
    padding: 15px;
    
 
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #carousel-new-vehicle .carousel-indicators {
    position: relative;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    bottom: 0;
    top: 15px;
}
.test .carousel-control.left, .test .carousel-control.right{
  top: 35%;
}


}
@media only screen and (min-width: 999px){
  .column {
    width: 20%;
    float: left;
    padding: 4px 15px;
    
}

}
@media only screen and (min-width: 425px) and (max-width: 998px){
.column{
  width: 50%;
  float: left;
  padding: 4px 15px;
}
}

@media only screen and (max-width: 424px){
  .column {
    width: 100%;
    float: left;
    padding-left: 25px;
}
}

.media-gallery .panel-default img {
  height: 245px;
  object-fit: contain;
  display: block;
  margin: auto;
  width: 100%;
}
