/*
@font-face {
    font-family: 'Stencil';
    src: url('../../fonts/Stencil.woff2') format('woff2'),
        url('../../fonts/Stencil.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.cdnfonts.com/css/butler');
*/

@font-face {
    font-family: 'VenturisADFHeavy';
    src:url('../../fonts/VenturisADFHeavy.ttf.woff') format('woff'),
        url('../../fonts/VenturisADFHeavy.ttf.svg#VenturisADFHeavy') format('svg'),
        url('../../fonts/VenturisADFHeavy.ttf.eot'),
        url('../../fonts/VenturisADFHeavy.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body{
    background: url(../../../img/frontend/images/bg-image.png);
    background-size: 100%;
    background-repeat: repeat;
/*    font-family: 'Butler', sans-serif;*/
    font-weight: normal;
    font-family: 'VenturisADFHeavy';
}
ul{
    list-style-type: none;
}
img{
    max-width: 100%;
}
b, strong {
    font-weight: normal;
}
p,
li{font-size: 14px;}
.sub-title{
    font-size: 20px;
    color: #000;
}
input:focus,
select:focus,
textarea:focus,
.form-check-input:focus,
.form-select:focus,
.form-control:focus{
    box-shadow: none;
}
textarea:focus-visible {
    outline: none;
}
#customModal .modal-dialog {
    max-width: 37vw;
    display: flex;
    align-items: center;
    height: 100%;
}
#customModal .modal-dialog .modal-header {
    padding: 0.5vw;
}
#customModal .modal-dialog .modal-header button.btn-close {
    background: #d71c27;
    border: 4px solid #fff;
    color: #fff;
    font-size: 1.5vw;
    width: 2vw;
    height: 2vw;
    padding: 0.5vw;
}
.heading{
    font-size: 40px;
    
}
.heading span{
    
}
.text-red{
    color: #d71c27;
}
.logo-block{
    background: #fff;
    position: relative;
    z-index: 3;
}
.logo{
    width: 317px;
    max-width: 100%;
    display: inline-block;
}
.topbar_list {
    list-style: none;
    padding: 0;
    justify-content: right !important;
    gap: 2vw;
}
.topbar_list li span {
    border: solid 3px #d71c27;
    display: flex;
    transform: rotate(45deg);
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}
.topbar_list li span a {
    transform: rotate(280deg);
}
.topbar_list li span i {
    transform: rotate(318deg);
    display: inline-block;
    color: #d71c27;
    font-size: 24px;
}
.topbar_list li {
    column-gap: 20px;
}
.topbar_list li,
.topbar_list li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 900;
}

.topbar_list li label {
    width: 160px;
}


.navbar{
    padding: 0;
    background: #d71c27;
    box-shadow: 0px 27px 46px rgba(0,0,0,0.35);
}
.navbar-nav li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #d71c27;
    z-index: -1;
    transform: skewX(-20deg);
    transition: 0.5s;
}
.navbar-nav li.dropend:hover a:before,
.navbar-nav li a.active:before,
.navbar-nav li a:hover:before {
    background: #ffffff;
}
.navbar-nav li.dropend:hover a{
    color: #000;
}
.navbar-nav li.dropend:hover > .dropdown-menu li a{
    color: #fff;
    padding: 15px 22px !important;
    border-bottom: 1px solid #ff848b;
}
.navbar-nav li.dropend:hover > .dropdown-menu li a:before{
    display: none;
}
.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 25px 22px !important;
    position: relative;
    z-index: 0;
    transition: 0.5s;
    font-weight: 900;
    letter-spacing: 1px;
}

.navbar-nav li a:focus {
    color: #fff ;
}
.navbar-nav li a.active,
.navbar-nav li a:hover {
    color: #000 ;
}
.upper-logo-list {
    background: url(../../../img/bg-img-1.png)no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    background: #000;
}
.upper-logo-list .row {
/*    max-width: 1000px;*/
    margin: 0 auto;
    align-items: center;
}
.upper-logo-list .row .col-md-3 {
    max-width: 25%;
}
.upper-logo-list .row img {
    width: 100%;
}
.upper-logo-list .row .col-md-3:nth-child(2) img {
    width: 75%;
}
.dropend .dropdown-menu[data-bs-popper] {
    display: none;
    top: 100%;
    left: 0;
}
.navbar-nav li.dropend .dropdown-menu a:hover,
.navbar-nav li.dropend .dropdown-menu a.active{
    background: #000;
    color: #fff;
}
.navbar-nav li.dropend .dropdown-menu a:hover:before {
    display: none;
}
.navbar-nav li.dropend:hover > .dropdown-menu li:last-child a {
    border-bottom: none;
}
.navbar-nav li.dropend .dropdown-toggle::after {
    content: "";
    border-top: 7px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.5s;
}

.navbar-nav li.dropend:hover a::after,
.navbar-nav li.dropend .dropdown-toggle.active::after{
    border: solid #000;
    border-width: 0 3px 3px 0;
     transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.navbar-nav li.dropend .dropdown-toggle.active::after{
    top: -2px;
    position: relative;
}

.social_icons {
    list-style: none;
    padding-left: 0;
}
.social_icons li {
    display: inline-block;
    margin: 5px 0 0 15px;
}
.social_icons li a {
    color: #fff;
    font-size: 33px;
    transition: 0.5s;
    line-height: normal;
}
.social_icons li a i.fa-brands.fa-youtube {
    font-size: 42px;
}
.social_icons li a:hover,
.social_icons li a:hover i{
    color: #000!important;
}


.slider-img {
    min-height: 77vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/frontend/images/slider-bg.webp) 0 0 no-repeat;
}

.slider-img img{
    width: 100%;
}
.slider-block {
    position: relative;
}
.slider-text {
    position:  absolute;
    z-index: 9;
    right: 1.042vw;
    bottom: 10%;
    max-width: 34.688vw;
}
.slider-text h1 {
    font-size: 3.125vw;
    color: #fff;
}
.slider-text .banner_btn {
    margin-top: 1.042vw;
    display: inline-block;
    font-size: 0.833vw;
    color: #fff;
    text-decoration: none;
    background: #d71c27;
    border: solid 0.134vw #fff;
    border-radius: 1.875vw;
    padding: 0.938vw 2.5vw;
    transition: 0.5s;
}
.slider-text .banner_btn:hover {
    color: #d71c27;
    background: #fff;
}
.slider-text .banner_btn i {
    margin-right: 0.521vw;
}
.slider-logo {
    justify-content: space-between;
    margin-top:4.167vw;
}
.banner-slider .slick-dots {
    bottom: -50px;
    z-index: 2;
    display: block !important;
}
.banner-slider .slick-dots li button:before,
.testimonials .slick-dots li button:before{
    font-size: 20px;
    color: #696969;
}
.banner-slider .slick-dots li.slick-active button:before,
.testimonials .slick-dots li.slick-active button:before,
.banner-slider .slick-dots li button:hover:before,
.testimonials .slick-dots li button:hover:before{
    color: #d71c27;
    opacity: 1;
}

.welcome-section {
    position: relative;
    padding-bottom: 30px;
    z-index: 1;
}

.welcome-section:before {
    position: absolute;
    content: '';
    z-index: 0;
    background: url(/img/frontend/images/car-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
}
.welcome-section:after {
    position: absolute;
    content: '';
    z-index: 0;
    background: url(/img/frontend/images/car-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 46vw;
    height: 800px;
    bottom: -29px;
    right: 0;

} 
.welcome-block {
    border-radius: 96px 0;
    background: #d71c27;
    padding: 55px 75px;
    color: #fff;
    margin-top: 100px;
    position: relative;
    z-index: 1;
    max-width: 723px;
}
.welcome-block h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.welcome-block h2 {
    font-size: 40px;
    font-weight: 900;
}
.welcome-block h2 span {
    
}
.welcome-block p {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
}
.white-btn{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    border: solid 2px #fff;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s;
    font-weight: 900;
}
.white-btn:hover {
    color: #d71c27;
    background: #fff;
}
.welcome-logo img {
    filter: drop-shadow(0px 28px 16px rgba(0,0,0,0.2));
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.experience_sec {
    margin: 70px 0 0;
}
.experience_sec .col-lg-6 {
    color: #fff;
    background: #d71c27;
    padding: 20px;
    border-radius: 32px;
}
.experience_sec .col-lg-6:last-child {
    border-radius: 0;
}
.left-image-block,
.left-image-block img {
    border-radius: 20px;
    width: 100%;
}
.right-text-block {
    text-align: center;
    padding: 50px 0;
    max-width: 900px;
    margin: 0 auto;
}
.right-text-block h2 {
    font-size: 2.1vw!important;
    line-height: 3.2vw!important;
    text-transform: uppercase;
    font-weight: 900!important;
    font-family: 'VenturisADFHeavy'!important;
}

.achievement-section {
    padding: 25px;
    background: linear-gradient(to right, #000, #d71c27);
    border-radius: 93px 0;
    margin: 50px;
}
.achievement-section .container-inner {
    background: #fff;
    padding: 40px;
    border-radius: 93px 0;
    position: relative;
    overflow: hidden;
}
.achievement-section .container-inner canvas {
/*
   width: 100%;
   height: 100vh;
*/
  position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}
.achievement-inner {
    width: 100%;
}



.experience_sec.video-section video {
    width: 100%;
    background: #d71c27;
    padding: 20px;
    border-radius: 32px;
}

.experience_sec.video-section iframe {
    width: 100%;
    background: #d71c27;
    padding: 20px;
    border-radius: 32px;
    /*height: 717px;*/
}
    .responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; / 16:9 Aspect Ratio (9/16 = 0.5625) /
    overflow: hidden;
  }

  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.experience_sec.video-section .col-lg-6:first-child {
    border-radius: 0;
}
.experience_sec.video-section .col-lg-6:last-child {
    border-radius: 32px;
}


.experience_sec.video-section .row{
    justify-content: center;
}



.inventory-section{
    filter: drop-shadow(0 0 32.5px rgba(0, 0, 0, 0.16));
    background-color: #ffffff;
    padding: 25px 0;
    display: none;
}
.inventory-block {
    position: relative;
    border: 14px solid transparent;
    background: #ffffff;
    background-clip: padding-box;
    border-radius: 0 93px ;
    padding: 20px 18px;
    column-gap: 20px;
}
.inventory-block.border_change{
    border-radius:  93px 0;;
}
.inventory-block:before {
    content: '';
    position: absolute;
    top: -14px;
    bottom: -14px;
    left: -14px;
    right: -14px;
    background: linear-gradient(to right, #d71c27, #000);
    z-index: -1;
    border-radius: 0 93px;
}
.inventory-block.border_change:before{
    background: linear-gradient(to right, #000,#d71c27);
    border-radius:  93px 0;;
}
.inventory-block h5 {
    font-size: 26px;
    color: #d71c27;
    font-weight: bold;
    text-transform: uppercase;
}
.inventory-block a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    
}



.featured-products-sec {
    padding: 70px 0 0px 0;
}
.row.product-five-block {
    justify-content: center;
}
.featured-product-text h2 span{text-transform:uppercase;font-weight: 900;}
.featured-product-text h2{
    text-transform: uppercase;
    font-weight: 900;
}

.product-block {
    border-radius: 30px;
    box-shadow: 0px 33px 46px rgba(0,0,0,0.12);
    background-color: #ffffff;
    height: 100%;
}
.product-image {
    border-radius: 30px;
    background-color: #d71c27;
    padding: 15px;
}
.product-image img {
    width: 100%;
    transition: 0.5s;
    height: 236px;
    object-fit: cover;
    border-radius: 30px;
}
.product-block .product-image a{
    overflow: hidden;
    display: block;
    border-radius: 30px;
}
.product-block:hover .product-image a img {
    transform: scale(1.1);
}
.product-text {
    padding: 20px;
}
.product-text h6{
    margin-bottom: 15px;
    font-weight: 900;
}
.product-text h6.productNamehomepage a{
/*
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
*/
}
.product-text h6 a{
    font-size: 14px;
    line-height: 24px;
    color: #010000;    
    margin-bottom: 15px;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}
.product-text ul {
    list-style: none;
    padding: 0;
}

.product-text ul li span {
    font-size: 13px;
    color: #010000;
    
    width: 116px;
    display: inline-block;
}
.product-text ul li label {
    font-size: 13px;
    color: #8c8a8a;
    
}
.view-more a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    border: solid 2px #000;
    border-radius: 30px;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 80px;
    transition: 0.5s;
}
.view-more a:hover {
    background: #000;
    color: #fff;
}
.view-more a i,
.right-text-block a i {
    margin-right: 10px;
    font-size: 20px;
}

.testimonials-sec{
    padding: 80px 0 0px 0;
}
.featured-product-text {
    margin-bottom: 40px;
}
.testimonials .slick-slide {
    padding: 40px 0 34px;
    opacity: 0.5;
}
.testimonials .slick-slide.slick-center {
    transform: scale(1.1);
    opacity: 1;
    position: relative;
    z-index: 1;
}
.testimonials .slick-slide .testimonial-block {
    border-radius: 30px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
}
.testimonials .slick-slide.slick-center .testimonial-block{
    box-shadow: 0 0 18.5px rgba(0,0,0,0.19);
}
.testimonials .slick-slide .testimonial-block .testimonial-text {
    border-radius: 30px 30px 0 0;
    background-color: #d71c27;
    color: #fff;
    padding: 10px;
}
.testimonials .slick-slide .testimonial-block .testimonial-text i {
    opacity: 0.278;
    font-size: 60px;
    color: #ffffff;
}
.testimonials .slick-dots {
    bottom: -30px;
    left: 0;
}
.testimonials-sec .view-more a {
    margin-top: 50px;
}

.review-block ul.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 40px;
    border: none !important;
}
.review-block ul.nav-pills li.nav-item button.nav-link.active {
    background: #d71c27;
    color: #fff;
}
.review-block ul.nav-pills li.nav-item button.nav-link {
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}
.review-block ul.nav-pills li.nav-item button.nav-link img {
    width: 24px;
    height: 24px;
} 
.review-block .tab-pane .testimonial-block {
    border-radius: 30px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 18.5px rgba(0, 0, 0, 0.19);
}
.review-block .tab-pane .testimonial-block .testimonial-text {
    border-radius: 30px 30px 0 0;
    background-color: #d71c27;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.review-block .tab-pane .testimonial-block .testimonial-text p{
    margin: 0;
}
.review-block .tab-pane .testimonial-block .star-rating i {
    font-size: 14px;
    color: #fcbf02;
}
.review-block .tab-pane .testimonial-block .user-info {
    padding: 10px;
}
.review-block .tab-pane .testimonial-block .star-rating {
    margin: 10px 0 0;
}
.review-block .tab-pane .testimonial-block img.social-svg {
    height: 32px;
    margin: 0;
}
.user-block-area {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
.user-block-area .user-block {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-pane.active.show .user-block {
    background: #d71c27;
    color: #fff;
    font-size: 28px;
    font-family: sans-serif;
}
.user-block-area h6 {
    margin: 0;
}
.user-block-area.space {
    justify-content: space-between;
}
.user-info .user-block-right h6 {
    font-size: 16px;
    line-height: normal;
}
.user-info .user-block-right span {
    opacity: 1;
    font-size: 14px;
    line-height: normal;
}
.user-block {
    width: 70px;
    height: 67px;
    border-radius: 50%;
    box-shadow: 0 0 18.5px rgba(0,0,0,0.19);
    background-color: #ffffff;
    padding: 10px;
    margin: 0px auto -55px auto;
}
.user-block svg {
    fill: #c6c6c6;
}
.user-block img {
    /*width: 80px;*/
    /*height: 80px;*/
    object-fit: cover;
    border-radius: 50%;
}
.review-block .tab-pane .testimonial-block .testimonial-text p{
    height: 200px;
    overflow-x: hidden;
    font-size: 16px;
}
.user-info {
    padding: 70px 0 30px 0;
}

.review-block .tab-pane .testimonial-block {
    margin-bottom: 35px;
}
.user-info h6 {
    font-size: 20px;
    line-height: 20px;
    color: #d71c27;
    
}
.review-block .tab-pane .testimonial-block .testimonial-text p::-webkit-scrollbar {
  width: 5px;
}
.review-block .tab-pane .testimonial-block .testimonial-text p::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.review-block .tab-pane .testimonial-block .testimonial-text p::-webkit-scrollbar-thumb {
  background: #000000;
}
.review-block .tab-pane .testimonial-block .testimonial-text p::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.user-info span {
    opacity: 0.800;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    
}

/*footer*/
.footer_img{
    background: url(../../../img/bg-img-1.png)no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 140px;
}
.footer-logo img {
    margin-top: -73px;
    padding-bottom: 25px;
    max-width: 450px;
}
.footer_blog {
    color: #fff;
/*    min-height: 400px;*/
}
.footer_blog h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer_blog .footer_info {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.footer_blog .footer_info li span {
    display: inline-block;
    width: 30px;
}
.footer_blog .footer_info li:first-child span {
    margin-top: 7px;
}
.footer_blog .footer_info li {
    display: flex;
    margin-bottom: 5px;
}
.footer_blog .footer_info li a {
    text-decoration: none;
    color: #fff;
}
.footer_blog p {
    max-width: 437px;
    font-size: 16px;
}

.footer_blog p a{
    color: #fff;
    text-decoration: none;
}
.footer_blog ul{
    list-style: none;
    padding: 0;
}
.footer_blog ul li a{
    text-decoration: none;
    color: #fff;
}
.footer_blog ul li a:hover{
    color: #ff6770;
}
.footer_info li span i {
    font-size: 20px;
}
.footer_blog ul li {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;    
}
.footer_blog ul.hours_block li {
    display: flex;
    flex-wrap: wrap;
}
.footer-brand h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900;
}

.footer-brand  {
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}
.footer-brand .col-md-3 {
    width: 20%;
}
/*.footer_icon{margin: 0px 0 20px 0;}*/
.footer_icon img{
    /*padding: 0 20px;*/
/*    height: 70px;*/
}
.footer-brand .col-md-3:nth-child(3) img {
    width: 77%;
}
.hours_block li span {
    width: 130px;
    display: inline-block;
}
.copyright{
    background: #d71c27 ;
    padding: 20px;
}
.copyright p{
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    
}
.copyright ul{
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.copyright ul li a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    font-size: 14px; 
}
.copyright ul li a:hover{
    color: #000;
}
.copyright ul li a i.fa-brands.fa-youtube {
    font-size: 26px;
}
.copyright ul li {
    margin: 0;
}
.copyright .social_icons li a {
    margin: 0 10px;
    font-size: 22px;
}


/*single product page*/

.slider-nav{
    margin-top: 10px;
}
.slider-nav img {
    object-fit: cover;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    border: solid 8px #e3e3e359;
    filter: brightness(0.7);
    transition: 0.5s;
    margin: 0 auto;
}
.slider-nav img:hover,
.slider-nav .slick-current img {
    border: 8px solid #d71c27;
    filter: brightness(1);
}
.slider-for .slick-prev:before,
.slider-nav  .slick-prev:before {
    color: #d71c27;
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 22px;
}
.slider-for .slick-slide a {
    cursor: zoom-in;
}
.slider-for .slick-next:before,
.slider-nav  .slick-next:before {
    color: #d71c27;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 22px;
}
.slider-for .slick-prev, .slider-nav .slick-prev,
.slider-for .slick-prev:hover, .slider-nav .slick-prev:hover {
    z-index: 9;
    left: 0;
    width: 54px;
    height: 54px;
    border-radius: 27px;
    box-shadow: 0px 15px 16px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
}
.slider-for .slick-next, .slider-nav .slick-next,
.slider-for .slick-next:hover, .slider-nav .slick-next:hover {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    box-shadow: 0px 15px 16px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    right: 8px;
}
.slider-nav:hover .slick-arrow,
.slider-nav .slick-prev,
.slider-nav .slick-next {
    width: 45px;
    height: 45px;
    border-radius: 27px;
    box-shadow:0px 15px 16px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
}
.slider_product {
    position: relative;
}
.slider-for .slick-arrow,
.slider-nav .slick-arrow {
    opacity: 0;
}
.slider-for:hover .slick-arrow,
.slider-nav:hover .slick-arrow {
    opacity: 1;
}
.detail-slider-img img{    border-radius: 30px;
    margin: 0 auto;max-height: 36.458vw;
    object-fit: contain;}
.single-product-detail {
    border-radius: 20px;
    box-shadow: 0px 7px 5.5px rgba(0,0,0,0.11);
    background-color: #ffffff;
    padding: 20px;
}
.product_info h4{
    font-size: 24px;
    color: #d71c27;
    
}
.product_info p{
    font-size: 16px;
    color: #000000;    
    margin-bottom: 25px;
}
.product_right_text{
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 7px 5.5px rgba(0,0,0,0.11);
    margin: 0 0 30px;
}
.product_right_text h3 {
    background: #d71c27;
    padding: 13px;
    border-radius: 20px 20px 0 0;
    font-size: 18px;
    color: #fefefe;
    
}
.quote_list {
    margin-bottom: 0;
    padding: 0 0 10px 0;
    list-style: none;
}
.quote_list li a {
    text-decoration: none;
    color: #d71c42;
    
    vertical-align: middle;
}

.quote_list li {
    padding: 12px 20px;
    border-bottom: solid 1px #dadada;
}
.quote_list li:last-child{
    border-bottom: none;
}
.quote_list li a span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #000000;
    
}

.quote_list li a i{
    font-size: 20px;
    width: 20px;
}
.tab_sidebar,
.tab_block .tab-content {
    border-radius:0 0 20px 20px;
    box-shadow: 0px 7px 5.5px rgba(0,0,0,0.11);
    background-color: #ffffff;
    padding: 20px;
}
.tab-section .tab_block .tab-content h3 {
    font-weight: normal;
}
.tab-section .tab_block .tab-content strong {
    font-size: 18px;
}
.tab_block .tab-content h4 {
   font-size: 24px;
   color: #d71c27;
   
}

.tab_block .tab-content h6 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    
}

.tab_block .tab-content p {
    font-size: 16px;
}
.tab_block .nav-pills{column-gap: 2%;}
.tab_block .nav-pills li {
    width: 32%;
}
.tab_block ul.nav li button {
    border-radius: 20px 20px 0 0;
    box-shadow:0px 7px 5.5px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    font-size: 18px;
    color: #000000;
    
    padding: 14px 18px 10px 18px;
    line-height: normal;
    width: 100%;
}
.tab_block ul.nav li button.active {
    background-color: #d71c27;
    
    color: #ffffff !important;
}
.tabs_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: solid 8px #e3e3e359;
    transition: 0.5s;
}
.tabs_img a img:hover{
    border: 8px solid #d71c27;
}
.tab_block .tabs_img a {
    position: relative;
    display: block;
    height: 100%;
    cursor: zoom-in;
}

.tab_block .tab-content ul{
    list-style: none;
    padding-left: 0px;
    }
.arrow_style ul li{
    position: relative;
    padding-left: 25px;
    font-size: 16px;   
}
.arrow_style ul li:after {
    content: '\f00c';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    left: 0;
    top: 0;
    color: #d71c27;
}
.tab_sidebar {
    margin-top: 42px;
    border-radius: 20px;
}
.tab_sidebar ul li{
    font-size: 16px;
    line-height: 26px;
}
.tab_sidebar ul li label,
.specifications ul li label {
    width: 40%;
    vertical-align: top;
}
.tab_sidebar ul li span,
.specifications ul li span {
    width: 60%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}
.tab_sidebar ul li label{}
.specifications ul li {
    border-bottom: solid 1px #fff;
    padding: 7px 0px;
    font-size: 16px;
}
.tab_sidebar ul,
.specifications ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.specifications ul li:first-child {
    border-top: solid 1px #fff;
}
.tab_block .tab-content .specifications h4 {
    padding-top: 30px;
}
.tab-section{margin-top: 50px;}

.navbar .btn-close{
    display: none;
}
.tab_block .tab-content .specifications .showroom-detail__panel-main .showroom-detail__unit-attr span.showroom-detail__unit-attr-name,
.tab_block .tab-content .specifications .showroom-detail__panel-main .showroom-detail__unit-attr span.showroom-detail__unit-attr-value{
    font-size: 16px;
    line-height: normal;
}

.clearover {
    display: flex;
    align-items: center;
}
.leftDownload {
    margin: 0 10px 0 0;
}
.leftDownload img {
    width: 60px;
    height: auto;
}
.rightDownload {
    font-size: 14px;
}
.rightDownload a {
    color: #d71c27;
}
.rightDownload a:hover {
    color: #000;
}


/*popup css*/
.btn-close {
    z-index: 1;
    top: -3px;
    width: 30px;
    height: 30px;
    border-radius: 44px;
    background-color: #ffffff;
    position: absolute;
    right: -12px;
    opacity: 1;
}
.detail-page-popup .modal-dialog{
    max-width: 800px;
}
.modal-content.popup_style {
    border-radius: 20px;
}
.popup_style .modal-header {
    border-radius: 20px 20px 0 0;
    background-color: #d71c27;
}
.popup_style .modal-header h5 {
    font-size: 24px;
    color: #ffffff;
    
    width: 100%;
}
.popup_style .modal-header h5 i {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 20px;
}
.modal-content.popup_style form {
    padding: 10px;
}
.popup_style .modal-body form .form_group textarea,
.popup_style .modal-body form .form_group input{
    padding: 12px 20px;
    border-radius: 20px;
    border: 1px solid #bfbfbf;
    width: 100%;
}
.popup_style .modal-body form .form_group textarea {
  resize: none;
}
.popup_style .modal-body form .form_group input,
.popup_style .modal-body form .form_group input::placeholder,
.popup_style .modal-body form .form_group textarea,
.popup_style .modal-body form .form_group textarea::placeholder{
    font-size: 14px;
    color: #000000;
    
}
.modal-content.popup_style form .submit-btn{text-align: center;}
.btn-style{
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    
    background: transparent;
    border: solid 2px #000;
    border-radius: 30px;
    padding: 13px 45px;
    transition: 0.5s;
}
.btn-style i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.btn-style:hover {
    background: #000;
    color: #fff;
}


/*pdf page css*/

.print_header_block {
    background: #e6e7e8;
    margin-bottom: 100px;
}
.white-logo a{
    background:#e51636;
    padding: 20px 30px;
    display: block;
}
.white-logo {
    width: 50%;
}
.right_infobar {
    list-style: none;
    padding-left: 0;
    margin: 0 40px 0 0;
    width: 50%;
}
.right_infobar button {
    color: #fff;
    background-color: #d71c27;
    border: none;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border-radius: 25px;
    margin: 0 0 10px;
    transition: all 0.5s;
}
.right_infobar button:hover {
    background-color: #000;
}
.right_infobar li {
    font-size: 16px;
    
}
.right_infobar li a {
    color: #000;
    text-decoration: none;
}
.right_infobar li.loaction {
    color: #e51636;
}
.print_header-logo{max-width: 480px;margin-bottom: -75px;}
.print-product-info h4 {
    color: #e51636;
    font-size: 22px;
}

.print-product-info h5 {
    font-size: 18px;
}
.informationh4 {
    background: #e6e7e8;
    padding: 10px 20px;
    color: #e51636;
    margin: 20px 0;
    text-transform: uppercase;
}
.information-info h4 {
    font-size: 20px;
}
.information-info ul {
    padding: 0;
}
.information-section {
    margin-top: 50px;
}
.information-info h3 {
    font-size: 22px;
}
.information-info h6 {
    
    font-size: 14px;
}
.information-info h5 {
    font-size: 16px;
}
.information-info p,
.information-info li {
    font-size: 14px;
    line-height: 25px;
}
.information-info ul li {
    margin-bottom: 0;
}
.information-info .highlights li strong {
    margin-right: 20px;
}
.information-info .specification {
    padding: 0;
    list-style: none;
}
.information-info .specification li {display: flex;}
.information-info .specification li span {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.information-info .specification li label {
    display: inline-block;
    width: 60%;
    
    text-align: right;
    vertical-align: top;
}

/*all-inventory page css*/

.inventory_banner{
    background: url(../../../img/inventory-banner.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 30px 0;
}
.inventory_banner .featured-product-text .sub-title, 
.inventory_banner .featured-product-text .heading {
    color: #fff;
}
.inventory_leftbar{
    border-radius: 20px;
    box-shadow:0px 7px 5.5px rgba(0,0,0,0.11);
    background-color: #ffffff;
    padding: 15px;
}
ol.breadcrumb {
    justify-content: center;
    margin: 15px 0 0;
}
ol.breadcrumb li.breadcrumb-item a {
    color: #fff;
    font-size: 16px;
}
ol.breadcrumb li.breadcrumb-item.active,
ol.breadcrumb li.breadcrumb-item.active a{
    color: #ff737b;
    font-size: 16px;
}

.sidebar-categories h4 {
    font-size: 18px;
    color: #d71c27;
    
}

.sidebar-categories h4 span i {
    float: right;
    font-size: 20px;
    color: #bebebe;
    cursor: pointer;
}
.sidebar-categories {
    border-bottom: solid 1px #dcdc;
    margin-bottom: 15px;
}
.inventory_leftbar .sidebar-categories:nth-child(5) {
    border: none;
}
.sidebar-categories:last-child {
    border: none;
}
.sidebar-categories ul {
    list-style: none;
    padding-left: 10px;
}
.sidebar-categories ul li input{
    display: none;
}
.sidebar-categories ul li label{
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #000000;    
    text-decoration: none;
    text-indent: -25px;
    padding-left: 22px;
    margin: 4px 0;
}
.sidebar-categories ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -4px;
}
.sidebar-categories ul li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.sidebar-categories ul li input:checked + label:before {
    border-color: #d71c27;
    background: #d71c27;
}
.input-group.search {
    border-radius: 20px;
    box-shadow:0 0 3.5px rgba(0,0,0,0.11);
    background-color: #ffffff;
    padding: 10px 5px;
    margin-bottom: 25px;
}
.input-group.search input:placeholder{
    font-size: 14px;
    color: #000000;
}
.input-group.search input,
.input-group.search input:focus {
    box-shadow: none;
    border: none;
}
.input-group.search button#button-addon2:focus{
    border: none;
}


.all-inventory-block{
    font-size:18px;
    
    font-style: normal;
    line-height:24px;
    margin-top: 80px;
}
.all-inventory-list{
    border-radius: 20px;
    box-shadow:0px 7px 5.5px rgba(0,0,0,0.11);
    background-color: #ffffff;
    margin-bottom: 30px;

}
#select-value span,
#select-value .clear-filter {
    box-shadow:0px 7px 5.5px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    margin-right: 10px;
    border-radius: 25px;
    padding: 6px 10px;
   display: inline-block;
    margin-bottom: 10px;
}
#select-value .clear-filter{
    color: #fff;
    background-color: #d71c27;
    border: none;
    margin: 0;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    transition: all 0.5s;
    font-size: 14px;
}
#select-value .clear-filter:hover {
    background-color: #000;
}
#select-value span i {
    color: #d71c27;
    margin-left: 10px;
}
.all-inventory-box{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*.short-by-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}*/
.short-by-bar {display: flex;align-items: center;justify-content: flex-end;margin-bottom: 30px;flex-wrap: wrap;gap: 0 15px;}
.steel-dropdown .btn.btn-secondary.sorting-toggle {
    border-radius: 20px;
    box-shadow:0px 7px 5.5px rgba(0,0,0,0.11);
    background-color: #ffffff;
    color: #000;
    border: none;
    font-size: 16px;    
    padding: 10px 40px 10px 20px;
}
.steel-dropdown .sorting-toggle::after {
    right: 10px;
    color: #d71c27;
    content: '\f884';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    border: none;
    top: 6px;
    font-size: 20px;
    position: absolute;
    transition: all 0.5s;
}
.steel-dropdown .btn.btn-secondary.sorting-toggle:hover {
    background: #d71c27;
    color: #fff;
}
.steel-dropdown .btn.btn-secondary.sorting-toggle:hover::after {
    color: #fff;
}
.steel-dropdown li{
    font-size: 14px;
    color: #212529; 
}
.steel-dropdown li a{
    font-size: 16px;
    color: #212529; 
    text-decoration: none;
}
.steel-dropdown li:active,
.steel-dropdown li:active a{
    color: #fff; 
    background-color: #d71c27;
}
.inventory_main {
    display: flex;
    padding: 20px;
    column-gap: 20px;
    align-items: flex-start
}

.all-inventory-title {position: relative;}
.all-inventory-title a {
    font-size: 18px;
    color: #d71c27;
    
    text-decoration: none;
    display: inline-block;
    padding-right: 115px;
}
.all-inventory-title img {
    position: absolute;
    right: 0;
    top: 14px;
    width: 85px;
}
.all-inventory-thumb{
    width:calc(25% - 10px);
    border: 1px solid #dcdc;
    border-radius: 20px;
    overflow: hidden;
}
.all-inventory-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.all-inventory-right{
   width:calc(75% - 10px);
}
.all-inventory-right p,
.all-inventory-right ul li{
    font-size: 16px;
}
.all-inventory-right p a{
    color: #000;
    text-decoration: none;
}
.inventory-heading{
    font-size: 24px;
    color: #d71c27;
    
    margin: 0;
}
.all-inventory-list-view-box {
    padding: 0;
    list-style: none;
}
.all-inventory-list-view-box li strong {
    display: inline-block;
    min-width: 111px;
}
.all-inventory-list-footer {
    border-top: solid 1px #dadada;
    text-align: center;
    padding-top: 20px;
}
.all-inventory-list-footer ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.all-inventory-list-footer ul li a {
    color: #000000;    
    text-decoration: none;
    font-size: 16px;
}
.all-inventory-list-footer ul li a i {
    font-size: 24px;
    color: #d71c27;
    vertical-align: bottom;
    margin-right: 10px;
}


ul.pagination.justify-content-end {
    justify-content: center !important;
    padding: 20px 0;
    flex-wrap: wrap;
}

.pagination-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.pagination-list p{
    margin: 0;
}
.pagination-list ul {
    justify-content: center;
}
ul.pagination li a,
.pagination-list li span,
.pagination-list li a {
    font-size: 16px;
    color: #000000;    
    text-align: center;
    border-radius: 0 !important;
    padding: 12px 22px;
    background: #fff;
}
ul.pagination li a:focus,
.pagination-list li span:focus,
.pagination-list li a:focus {
    box-shadow: none;
    color: #000;
    background: #fff;
}
ul.pagination li.active,
ul.pagination li.active a,
.pagination-list li.active span {
    color: #fff;
    background-color: #d71c27;
    border: 1px solid #d71c27;
}
.pagination-list ul li.active a {
    background-color: #d71c27;
    border: 1px solid #d71c27;
}
ul.pagination li a:hover {
    color: #d71c27;
    background: #f9f9f9;
}

/*contact page*/
.contact-form-section {
    margin: 80px 0 40px 0;
}
.contact-form-block{
    border-radius: 20px;
    box-shadow: 0px 33px 46px rgba(0,0,0,0.12);
    background-color: #ffffff;
    padding: 20px;
}
.contact-form-block form .form_group input,
.contact-form-block form .form_group select,
.contact-form-block form .form_group textarea {
    padding: 14px 20px;
    border-radius: 18px;
    width: 100%;
    border-color: #bfbfbf;
    height: auto;
}
.contact-form-block form .form_group textarea{
    resize: none;
}
.contact-form-block form .form_group input,
.contact-form-block form .form_group select,
.contact-form-block form .form_group textarea,
.contact-form-block form .form_group input::placeholder,
.contact-form-block form .form_group textarea::placeholder{
    font-size: 14px;
    color: #000000;
    
}
.contact-form-block form .submit-btn{
    text-align: center;
}
.contact-right-text {
    padding-left: 20px;
}
.contact-right-block h4{
    font-size: 24px;
    color: #d71c27;
    
    margin-bottom: 30px;

}
.contact-right-block .topbar_list li{
    margin-bottom: 40px;
}
.contact-right-block .topbar_list li,
.contact-right-block .topbar_list li a{
    font-size: 16px;
    text-transform: uppercase;
    
}
.contact-right-block .topbar_list li p{
   font-size: 16px;
   line-height: 30px;
   color: #000000;
   
}
.contact-right-block .topbar_list li p label {
    width: 130px;
}
.contact-map-section iframe,
.map-hours-sec iframe{
    box-shadow:0px 33px 46px rgba(0,0,0,0.12);
    border-radius: 20px;
}
.contact-right-block .topbar_list li span{
    margin: 0 10px 0 0;
    width: 53px;
    height: 53px;
}

/*about page */

.about-image-left {
    position: relative;
    padding: 0 0 0 20px;
}
.about-image-left:before {
    width: 309px;
    height: 274px;
    border-radius: 50px 0 0 0;
    background-color: #d71c27;
    position: absolute;
    content: '';
    z-index: 0;
    left: 0;
}
.about-image-left img,
.about-image-left iframe{
    box-shadow: 0px 38px 24.5px rgba(0, 0, 0, 0.41);
    border: 14px solid #ffffff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
}
.video-block .about-image-left:before {
    left: auto;
    right: 0;
    border-radius: 0px 50px 0 0px;
}
.video-block .about-image-left {
    padding-right: 35px;
    padding-left: 20px;
}
.about-main-block {
    margin-block: 80px;
}
.video-block {
    margin-top: 50px;
}
.about-text-right h6.sub-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.about-text-right p,
.advantages-text p{
    font-size: 16px;
}
.advantages-text h5 {
    font-size: 22px;
    color: #d71c27;
    
}
.advantages-block {
    display: flex;
}
.advantages-no span {
    display: inline-flex;
    align-items: center;
    background-color: #d71c27;
    justify-content: center;
    width: 61px;
    height: 61px;
    font-size: 36px;
    color: #ffffff;
    
    margin-right: 35px;
    position: relative;
}
.advantages-no span:after {
    position: absolute;
    content: '';
    right: -6px;
    top: 22px;
    border: solid 6px #d71c27;
    width: 10px;
    border-left: solid 6px transparent;
    border-top: solid 6px transparent;
    transform: rotate(315deg);
}
.advantages-heading-block {
    margin-bottom: 50px;
}


/*finance page css*/

.finance-main-block {
    padding: 80px 0 0px 0;
}
.finance-block img{
    width: 100%;
    box-shadow: 0px 38px 24.5px rgba(0, 0, 0, 0.41);
    background-color: #ffffff;
    border: 14px solid #ffffff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-block: 35px;
}
.finance-block {
    position: relative;
    margin-bottom: 80px;
    padding: 0 35px;
}
.finance-block:before {
    left: 0;
    position: absolute;
    content: '';
    width: 309px;
    height: 274px;
    border-radius: 50px 0 0 0;
    background-color: #d71c27;
    z-index: 1;
    top: 0;
} 
.finance-block:after {
    right: 0;
    position: absolute;
    content: '';
    width: 309px;
    height: 274px;
    border-radius: 0px 0 50px 0;
    background-color: #d71c27;
    z-index: 0;
    bottom: 0;
}
.finance-text-block {
    max-width: 1000px;
    margin: 0 auto;
}
.finance-text-block h2 {
    font-size: 36px;
    color: #d71c27;
    
    margin-bottom: 20px;
}
.finance-text-block.apply-box {
    margin-top: 40px;
}
.finance-text-block p a {
    text-decoration: none;
    color: #cd1a25;
}
.finance-text-block p,
.finance-text-block ul{
    font-weight: normal;
    font-family: 'VenturisADFHeavy'!important;
    font-size: 16px;
}
.finance-text-block br,
.finance-text-block p:empty {
    display: none;
}


/*promotions page css*/

.promotions-list .all-inventory-right .view-more a {
    margin-top: 10px;
}
.promotions-list .inventory_main .all-inventory-thumb {
    width: calc(40% - 10px);
}
.promotions-list .inventory_main .all-inventory-right {
    width: calc(60% - 10px);
}
.promotions-list .inventory_main .all-inventory-right a.apply-btn{
    margin: 0;
}
.promotions-list .inventory_main .all-inventory-title a{
    padding: 0;
    font-size: 20px;
}
.apply-btn {
    border-radius: 29px;
    background-color: #d71c27;
    border:solid 2px #d71c27;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    
    padding: 14px 45px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s;
}
.apply-btn:hover{
    border:solid 2px #000;
    background-color: transparent;
    color: #000;
}

.promotions-list .inventory_main .all-inventory-right .all-inventory-list-view-box li strong {
    min-width: 50px;
    color: #d71c27;
}



/*promotions single page css*/
.promotions-detail .finance-block{
    margin-bottom: 40px;
}
.promotion-expiry {
    
}
.promotions-detail ul {
    list-style: none;
    padding: 0;
}


/*testimonial_section Css*/
.testimonial-section {
    padding: 0;
}
.testimonial-section li{
    border-radius: 20px;
    box-shadow: 0px 7px 5.5px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 40px;
}
.testimonial-section li .testimonial-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 45px;
}
.attribution-details {
    font-size: 20px;
    color: #d71c27;
    
}
.rating-value {
    font-size: 16px;
    color: #ffd532;
    margin:10px 0 10px 45px;
}
.testimonial-comment{position: relative;}
.testimonial-comment p {
    font-size: 18px;
    margin: 10px 0 0;
/*    line-height: 30px;*/
    padding: 15px 0px 15px 45px;
}
.attribution-details span.attribution-state,
.attribution-details span.attribution-city {
    
    color:#000;
} 
.testimonial-date {
    font-size: 16px;
    
}
.testimonial-date i {
    color: #d71c27;
    margin: 0 5px 0 0;
}
.testimonial-comment:before {
    font-size: 30px;
    font-family: FontAwesome;
    content: '\f10d';
    margin:-5px 0 0 0px;
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
}
.testimonial-comment:after {
    font-size: 30px;
    font-family: FontAwesome;
    content: '\f10e';
    right: 0;
    bottom: 0;
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
}
.contact-form-block.employment-block .form_group label {
    color: #d71c27;
    
}
.contact-form-block.employment-block .interest-block .form_group input {
    display: none;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.contact-form-block.employment-block .interest-block .form_group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    
    text-decoration: none;
}
.contact-form-block.employment-block .interest-block .form_group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: -3px 10px 0 0;
}
.contact-form-block.employment-block .interest-block .form_group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.contact-form-block.employment-block .interest-block .form_group input:checked + label:before {
    border-color: #d71c27;
    background: #d71c27;
}


/*brand page css*/
.brand-block {
    border-radius: 30px;
    background-color: #d71c27;
    padding: 20px 0;
    height: 100%;
}

.brand-block a {
    display: block;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 20px 30px;
    height: 100%;
        text-decoration: none;
}

.brands-image {
    width: 100%;
    margin: 20px 0;
}

.brand-block a h6 {
    font-size: 16px;
    line-height: 24px;
    color: #010000;
    
}



/*value your trade page css*/

.inventory_banner .featured-product-text .heading i {
    margin-right: 20px;
}

/*get a quote page css*/

.statement-text p a {
    font-size: 16px;
    line-height: 24px;
    color: #d71c27;
    
    text-decoration: none;
}
.statement-text {
    margin-top: 70px;
}

/*policies page css*/

.policies-section{
    margin-top: 80px;
}
.policies-section h1,
.policies-section h2,
.policies-section h3,
.policies-section h4,
.policies-section h5{
    font-size: 20px;
    
    color: #d71c27;
}

.policies-section h6 {
    font-size: 16px;
    
    color: #d71c27;
}
.policies-section p a{
    text-decoration: none;
    color: #d71c27;
}
.policies-section ul{
    padding-left: 0;
}


/*site map page css*/
.site-map-sec .brand-block a .stocklimited {
    font-size: 14px;
    color: #d71c27;
    text-transform: uppercase;
    
}

/*Service request page css*/

.radio-btn p {
    display: inline-block;
    margin-bottom: 0;
}
.contact-form-block form .form_group.radio-btn label{
   color: #000;
   
   cursor: pointer;
   position: relative;
       padding-left: 20px;
    margin-left: 10px;
}
.color-picker input[type="radio"],
.contact-form-block form .form_group.radio-btn input[type="radio"]{
      display: none;
}
.color-picker label::before,
.contact-form-block form .form_group.radio-btn label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.color-picker label::after,
.contact-form-block form .form_group.radio-btn label::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #d71c27;
  border: 1px solid #d71c27;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.color-picker input[type="radio"]:checked + label::before,
.contact-form-block form .form_group.radio-btn input[type="radio"]:checked + label::before {
  border-color: #d71c27;
}
.color-picker input[type="radio"]:checked + label::after,
.contact-form-block form .form_group.radio-btn input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}

/*survey page css*/

.contact-form-block.employment-block .form_group label span {
    font-size: 14px;
    color: #000;
}
.survey-checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.survey-checkbox .form_group {
    width: 33.333%;
}

/*mahindra-categories page*/

.breadcrumb li.breadcrumb-item a {
    text-decoration: none;
    color: #000;
}

.breadcrumb li.breadcrumb-item.active {
    color: #d71c27;
}

/*categories-single-product */

.color-picker .text_list span {
    
    width: 60px;
    display: inline-block;
}
.color-picker {
    padding: 0 20px;
}
.color-picker label {
    padding-left: 20px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.quote-btn a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    
    border-radius: 31px;
    border: solid 2px #000;
    padding: 14px 24px;
    display: inline-block;
    margin-top: 30px;
    transition: 0.5s;
}
.quote-btn a:hover{
    background: #000;
    color: #fff;
}
.note-text {margin-top: 50px;}
.note-text h6 {
    font-size: 18px;
    color: #d71c27;
}
button.navbar-toggler {
    display: none;
}


.navbar-nav li.dropend:hover > .dropdown-menu {
    display: block;
    background: #d71c27;
    padding: 0;
    left: -13px;
    margin: 0;
}
.navbar ul.topbar_list {
    display: none;
}


.contact-form-block .form_group p a{color: #000;}


.contact-form-block form .form_group.radio-btn label{
    color: #000;
    
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    font-size: 14px;
 }

.career-block {
    text-align: center;
}



/*Brands css*/
section.all-inventory-block.current-block .row {
    justify-content: center;
}
.current-block .all-inventory-list .inventory_main {
    display: block;
}

.current-block .all-inventory-list .inventory_main a img {
        height: 200px;
/*
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 17px;
    border: solid 13px transparent;
*/
}

.current-block .all-inventory-list .inventory_main a {
    display: block;
    text-decoration: none;
    color: #000;
}
.current-block .all-inventory-list .inventory_main a span {
    min-height: 322px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.current-block .all-inventory-list .inventory_main {
    width: 100%;
    padding: 0;
}

.current-block .all-inventory-list .inventory_main .all-inventory-right {
    width: 100%;
}

.current-block .all-inventory-list .inventory_main a .all-inventory-title {
    font-size: 20px;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 90px;
}


/*Blog Page Css*/
#blog .card-body a {
    color: #d71c27;
    text-decoration: none;
    transition: 0.5s;
}
#blog .card-body a h4 {    
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /*min-height: 48px;*/
}
#blog .card-body a:hover {
    color: #000;
}
#blog .card-body a.btn.btn-dark {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    
    border: solid 2px #000;
    border-radius: 30px;
    padding: 10px 28px;
    display: inline-block;
    margin-top: 15px;
    transition: 0.5s;
    background: none;
}
#blog .card-body a.btn.btn-dark:hover {
    background: #d71c27;
    color: #fff;
    border: solid 2px #d71c27;
}
#blog .card-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

#blog .item .card:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 0%;
    background: #d71c27;
    right: 0px;
    transition: width 0.4s;
}
#blog .item .card:hover:before {
    width: 100%;
}
#blog .item .card a img {
    height: 240px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.about-text-right.blog-detail {
    border-radius: 20px;
    box-shadow: 0px 7px 5.5px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 30px;
}
.about-text-right.blog-detail h2.heading {
    font-size: 30px;
}
.about-text-right.blog-detail p a {
    color: #d71c27;
}
.most-blog {
    position: sticky;
    top: 0;
}
.most-blog h6 a {
    color: #d71c27;
    text-decoration: none;
    font-size: 14px;
    transition: 0.5s;
}
.most-blog h6 a:hover{
    color: #000;
}
.most-blog p {
    margin: 0;
}



.achievement-section.two img.img2 {
    width: 75% !important;
}
.achievement-section img.img2 {
    width: 60%;
}
.achievement-section .col-md-6 {
    text-align: center;
}
.achievement-section img.img1 {
    width: 30%;
    margin-bottom: 5px;
}
.achievement-inner .row {
    align-items: center;
}
.achievement-section .col-md-6 h2 {
    font-size: 2.3rem;
}
.achievement-section .col-md-6 h2,
.achievement-section .col-md-6 h3 {
    width:fit-content;
    margin: 0 auto;
    position: relative;
}
.achievement-section .col-md-6 h2 span,
.achievement-section .col-md-6 h3 span {
    background: linear-gradient(to right, #940101, #ff000f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hline {width: 50%;margin: 15px auto;}

body .sk-ww-google-reviews .sk-post-modal__btn--direction:hover {
    background-color: #d71c27!important;
    color: #fff!important;
}
body .sk-ww-google-reviews .sk-post-modal__btn--direction:hover svg {
    fill: #fff;
}

.contact-form-block.employment-block input[type="radio"] {
    width: auto;
}
.finance-main-block h2{
    text-align: center;
}
.finance-text-block.arrow_style h2 {
    text-align: left;
}
.finance-main-block h2.heading.text-red {
    text-align: left;
}
.copyright ul.d-flex.align-items-center.social_icons.mb-0 {
    justify-content: center;
}

.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    border: 15px solid #d71c27;
    border-radius: 40px;
    padding: 0 0 40px;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show h2#swal2-title {
    color: #000;
}

.modal-body.share {
    padding: 40px;
    text-align: center;
}
.modal-body.share input {
    width: 100%;
    text-align: center;
    border: none;
}


.testimonials-sec .sk-ww-google-reviews .sk-google-reviews.js-sk-google-reviews .sk-wrapper.masonry.js-masonry .sk-masonry-item.js-masonry-item{
    font-weight: normal;
    font-family: 'VenturisADFHeavy';
    font-size: 16px;
}
.multicolumn-card ul li {
    font-size: 16px;
    margin: 10px 0;
}















/*Responsive Css*/
@media (min-width: 1921px) {
.detail-slider-img img{
    max-height: 700px;
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}

@media(max-width: 1600px){
.experience_sec.video-section iframe {
    /*height:40vw;*/
}
.welcome-section:before{
    height: 18.625vw;
}
.welcome-section:after{
    height: 43.938vw;
}
.product-text h6 {
    font-size: 14px;
    line-height: 18px;
}
.product-text ul li {
    margin-bottom: 0px;
}
.product-text ul li span,
.product-text ul li label{
    font-size: 12px;
    width: 50%;
}
.heading {
    font-size: 26px;
}
.right-text-block h2 {
    line-height: 35px;
}
.welcome-section{
    padding-bottom: 7.5vw;
}
.welcome-logo img {
    max-width: 50%;
}
}
 
@media(max-width: 1399px){
.navbar-nav li a {
   padding: 25px 18px !important;
}
/*
body .sk-ww-google-reviews .sk-post-modal {
    max-width: 75vw!important;
}
body .sk-ww-google-reviews .sk-post-modal__btn--left {
    left: -65px!important;
}
body .sk-ww-google-reviews .sk-post-modal__btn--right {
    right: -65px!important;
}
*/
}

 





@media(max-width: 1299px){
.featured-product-text {
    margin-bottom: 20px;
}
.right-text-block{
    padding: 10px 0;
}
}

@media(max-width: 1199px){
.current-block .all-inventory-list .inventory_main a span {
    min-height: 231px;
}
.most-blog .quote_list li {
    padding: 10px;
}
.container, .container-md, .container-sm {
    max-width: 100%;
}
.logo-block .container{
    max-width: 100%;
}
.navbar-nav li a {
    padding: 25px 11px !important;
    font-size:14px;
}
.quote_list li a {
    display: flex;
    align-items: center;
}
.quote_list li {
    padding: 10px 0 10px 10px;
}
.quote_list li a span {
    margin-left: 6px;
    font-size: 14px;
}
.apply-btn{
        font-size: 14px;
        padding: 14px 30px;
}
}

@media (min-width: 992px) {
.all-inventory-list-footer ul li a i {
    margin-right: 5px;
}
a.navbar-brand {
    display: none;
}
}

@media(max-width: 1012px){
    .testimonials .slick-slide{
    opacity: 1;
    margin-inline: 10px;

}
}


@media(max-width: 991px){
.current-block .all-inventory-list .inventory_main a img {
    height: 180px;
}
.current-block .all-inventory-list .inventory_main a .all-inventory-title {
    font-size: 16px;
}
.contact-right-text {
    padding-left: 5px;
}
.contact-right-block .topbar_list li p label {
    width: 100px;
}
.contact-right-block .topbar_list li a {
    word-wrap: break-word;
    width: 180px;
}
.review-block .col-md-3 {
    width: 50%;
    margin: 0 0 20px;
}
.navbar .btn-close{
    display: block;
    top: 3px;
    right: 10px;
}
.about-image-left img, .about-image-left iframe {
    box-shadow: 0px 5px 24.5px rgba(0, 0, 0, 0.41);
}
.contact-form-block {
    box-shadow: 0px 0px 46px rgba(0, 0, 0, 0.12);
}
.about-text-right {
    padding: 0 35px 0 0;
}
.welcome-logo img {
    max-width: 80%;
}
.slick-dots {
    display: none!important;
}
.right-text-block h2 {
    font-size: 4vw !important;
    line-height: 4.8vw !important;
}

.welcome-block {
    padding: 55px 50px;
    max-width: 100%;
    margin-top: 60px;
}
header {
    padding: 0 0 62px;
}
.navbar ul.topbar_list {
    display: block!important;
}
.navbar ul.topbar_list li.d-flex.align-items-center,
.navbar ul.topbar_list li.d-flex.align-items-center a{
    color: #fff;
    font-size: 16px;
}
.navbar ul.topbar_list li.d-flex.align-items-center {
    margin: 6px 0;
    column-gap: 8px;
}
.navbar ul.topbar_list li.d-flex.align-items-center span {
    border: none;
}
.social_icons {
    padding: 10px 0 0;
    margin-left: -5px;
}
.navbar ul.topbar_list li.d-flex.align-items-center span i {
    color: #fff;
    font-size: 24px;
}
.navbar ul.topbar_list li.d-flex.align-items-center label {
    width: 150px;
}
.navbar-nav li a {
    padding: 10px 18px !important;
}
.logo-block{
    box-shadow: 0px 27px 46px rgba(0, 0, 0, 0.35);
    position: fixed;
    width: 100%;
}
.logo {
    width: 270px;
}
.topbar_list {
    display: none !important;
}
.logo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 button.navbar-toggler {
    display: block;
    background: #d71c27;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
/*    font-size: 18px;*/
}
.btn-close {
    display: block;
}
.navbar-nav li.dropend:hover > .dropdown-menu {
    background: #bc0e18;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 15px;
    display: none;
}
.navbar-nav li.dropend:hover > .dropdown-menu.show {
    display: block;
    margin: 10px;
}
.navbar-nav li.dropend > .dropdown-menu li {
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.navbar-nav li.dropend .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 17px;
/*
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
*/
}
.dropend .dropdown-menu[data-bs-popper] {
    display: block;
}
.offcanvas-body {
    background: #d71c27;
    padding: 40px 10px 20px;
}
.navbar-nav li {
    padding: 6px 0;
    border-bottom: 1px solid #ff848b;
}
.navbar-nav li.dropend:hover a:before, .navbar-nav li a.active:before, .navbar-nav li a:hover:before {
    transform: inherit;
}

.navbar-nav li.dropend a.nav-link.dropdown-toggle:before{
    background: none;
} 
.navbar-nav li.dropend a.nav-link.dropdown-toggle.show:before{
    background: #ffffff;
} 
.navbar-nav li.dropend .dropdown-toggle::after {
    border-color: #fff!important;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg)!important;
    -webkit-transform: rotate(-45deg)!important;
}  
.navbar-nav li.dropend .dropdown-toggle.show::after,
.navbar-nav li.dropend .dropdown-toggle.active::after{
    border-color: #000!important;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;
} 
.navbar-nav li.dropend .dropdown-toggle.active::after{
    position: absolute;
    top: 15px;
}
.navbar-nav li.dropend a.nav-link.dropdown-toggle {
    color: #fff; 
}
.navbar-nav li.dropend a.nav-link.dropdown-toggle.show,
.navbar-nav li.dropend a.nav-link.dropdown-toggle.active{
    color: #000;
}
.navbar-nav li.dropend a.nav-link.dropdown-toggle.active:before {
    background: #fff;
}
a.navbar-brand {
    width: 250px;
}
.logo-block .col-5 {
 
}
.logo-block .col-7 {
    width: 100%;
    padding-block: 20px;
}

.welcome-block{margin-inline: auto;}
.welcome-section:after,
.welcome-section:before{display: none;}
.experience_sec .col-lg-6:last-child{margin-top: -24px;}
.welcome-logo{text-align: center;}
.welcome-block h2{
    font-size: 30px;
}
.inventory-block div {
    width: 50%;
}
.inventory-block h5 {
    font-size: 16px;
}
.inventory-block a {
   font-size: 14px;
}
.testimonials .slick-dots {
    bottom: 0;
}
.testimonials .slick-slide.slick-center{
    transform: scale(1.0);
}
.testimonials-sec {padding: 60px 0 0;}
.footer_img {margin-top: 150px;}
.offcanvas.offcanvas-end {
    top: 0;
    width: 290px;
}
.contact-right-block ul.topbar_list {
    display: block !important;
}
.navbar-nav li.dropend:hover > .dropdown-menu li a {
    padding: 10px 0px 10px 5px!important;
    word-break: break-all;
    text-wrap: balance;
    font-size: 12px;
}
.review-block .tab-pane .testimonial-block{
    margin-bottom: 0;
}
.testimonials-sec .view-more a {
    margin-top: 0;
}
.testimonials .slick-slide{
    padding-bottom: 0;
}
.navbar-nav li a:focus{
    box-shadow: none;
}
.navbar-nav li a:-webkit-any-link:focus-visible {
   outline: none;
}

.finance-block {
    padding: 0 25px;
}
.finance-block img {margin-block: 25px;}
.finance-block:before, .finance-block:after {
    width: 25vw;
    height: 20vw;
}
.copyright .col-md-4 {
    width: 100%;
}
.copyright p{
    text-align: center;
}
.copyright ul{
    justify-content: center !important;
    padding-left: 0;
}
.copyright ul.d-flex.align-items-center.social_icons.mb-0 {
  padding-bottom: 10px;

}
.inventory_banner{
    padding-top: 130px;
}
.slider-img {
    min-height: 370px;
}
section.slider-section {
    margin: 106px 0 0;
}
}


 

@media(max-width: 767px){ 
.arrow_style ul li{
    font-size: 14px;   
}
.tab_block .tab-content .specifications .showroom-detail__panel-main .showroom-detail__unit-attr span.showroom-detail__unit-attr-name,
.tab_block .tab-content .specifications .showroom-detail__panel-main .showroom-detail__unit-attr span.showroom-detail__unit-attr-value{
    font-size: 14px;
}
.tab-section .tab_block .tab-content strong {
    font-size: 16px;
}
.tab_block .tab-content p {
    font-size: 14px;
}   
.tab_sidebar ul li {
    font-size: 14px;
}
.specifications ul li{
    font-size: 14px;
}
.product_info p{
    font-size: 14px;
}
.sidebar-categories ul li label{
    font-size: 14px;
}
.multicolumn-card ul li {
    font-size: 14px;
}
.all-inventory-right p, .all-inventory-right ul li {
    font-size: 14px;
}
.footer_blog p {
    font-size: 14px;
}
.review-block .tab-pane .testimonial-block .testimonial-text p {
    height: auto;
    font-size: 14px;
}
.about-text-right p, .advantages-text p {
    font-size: 14px;
}
.finance-text-block p,
.finance-text-block ul{
    font-size: 14px;
}
section.slider-section {
    margin: 0 0 0;
}
.slider-img {
    min-height: inherit;
}
.current-block .all-inventory-list .inventory_main a img {
    height: auto;
}
.current-block .all-inventory-list .inventory_main a .all-inventory-title {
    min-height: inherit;
}
.current-block .all-inventory-list .inventory_main a span {
    min-height: inherit;
}
.col-md-12.col-sm-12.mb-3.interest-block .mb-3 {
    margin-bottom: 5px !important;
}
.contact-right-block .topbar_list li a {
/*    width: auto;*/
}
.inventory_banner{
    padding-top: 90px;
}
 .detail-slider-img img{
    max-height: 500px;
 }   
.experience_sec.video-section video {
    padding: 10px;
}
.footer_blog {
    color: #fff;
    min-height: inherit;
}
.most-blog {
    margin: 30px 0 0;
}
.most-blog h6 a{
    margin: 10px 0 0;
}
.tab_block .nav-pills li {
    width: 30%;
}
.tab_block ul.nav li button {
    font-size: 14px;
    padding: 14px 10px 10px 10px;
}
.quote_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quote_list li {
    width: calc(50% - 3px);
    display: inline-block;
}
.single-product-detail {
    padding: 15px;
    margin: 20px 0 0;
}
.short-by-bar {
    margin-top: 30px;
}
.inventory_main {
    padding: 10px;
}
.all-inventory-list-footer ul {
    display: inline-block;
    padding: 10px;
}
.all-inventory-list-footer ul li {
    width: 48%;
    display: inline-block;
    margin: 5px 0;
}  
.all-inventory-list-footer ul li a {
    display: flex;
    align-items: center;
} 
.all-inventory-list-footer ul li a i {
    font-size: 18px;
}   
/*.all-inventory-thumb {
    height: 100px;
} */  
.all-inventory-thumb img{
    height: 150px;
}    
    
.contact-right-block .topbar_list li p {
    font-size: 14px;
}
.contact-right-block .topbar_list li p label {
    width: 95px;
}
.btn-style {
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 30px;
}
.btn-style i {
    font-size: 20px;
}
.all-inventory-block {
    margin-top: 40px;
}
.contact-right-text {
    padding: 40px 0 0 20px;
}
.finance-main-block {
    padding: 40px 0 0px 0;
}
.contact-form-section {
    margin: 40px 0 40px 0;
}
.about-image-left:before {
    width: 200px;
    height: 200px;
}
.video-block .about-image-left,
.about-image-left {
    padding: 0 20px;
}
.about-image-left img, .about-image-left iframe {
    margin: 20px 0 0;
}
.video-block {
    margin-top: 0;
}
.about-text-right {
    padding: 35px 35px 0;
}
.footer_img>.container {
    padding: 0 25px;
}
.product-image {
    padding: 10px;
}
.slider-img img {
    height: 57vw;
}
.white-btn {
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 15px;
}
.welcome-block {
    margin-top: 0;
    padding: 35px;
    border-radius: 60px 0;
}
.welcome-block h6 {
    font-size: 14px;
}
.welcome-block h2 {
    font-size: 24px;
}
.welcome-block p {
    font-size: 15px;
    line-height: 24px;
}
.banner-slider .slick-dots {
        bottom: -10px;
        position: inherit;
}

.inventory-block{
    margin-bottom: 10px;
}
.product-five-block .col-lg-3.col-md-6.col-sm-6.mt-5 {
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.testimonials .slick-slide{
    padding-top: 0;
}
.view-more a {
    margin-top: 15px;
    padding: 10px 33px; 
    font-size: 14px;
}
.welcome-block p {
    font-size: 14px;
    line-height: 25px;
}
.experience_sec {
    margin: 60px 0 0;
}
.featured-products-sec {
    padding: 60px 0 0px 0;
}
.testimonials-sec {
    padding-top: 60px;
}
.footer_blog p{max-width: 100%;}
.copyright ul li a{margin:0 10px 0 0 ;}
.copyright .row .col-md-6 ul {
    justify-content: flex-start !important;
    padding: 0;
    text-align: left;
}
.footer_blog h4 {
    margin-top: 20px;
}
.copyright {
    text-align: center;
    padding: 10px;
}
.copyright .row .col-md-6 ul {
    padding: 5px 0 0;
    justify-content: center !important;
}
.logo {
    width: 180px;
}
.sub-title {
    font-size: 16px;
}
.heading {
    font-size: 20px;
}
.footer-brand .col-md-3 {
    width: 33.333%;
}
.footer-brand .footer_icon {
    margin-bottom: 30px;
}
.footer-brand .col-md-3 .footer_icon.text-center {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.product-text h6 a{
    min-height: inherit;
}

.sk-ww-google-reviews .sk-google-reviews.js-sk-google-reviews .sk-wrapper.masonry.js-masonry .sk-masonry-item.js-masonry-item .sk-post .sk-image-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
}
.all-inventory-list.promotions-list .inventory_main{
    display: block;
}
.promotions-list .inventory_main .all-inventory-thumb{
    margin-bottom: 20px;
}
.promotions-list .inventory_main .all-inventory-thumb,
.promotions-list .inventory_main .all-inventory-right{
    width: 100%;
}
.banner-slider .slick-dots li button:before, 
.testimonials .slick-dots li button:before{
    font-size: 10px;
}
.banner-slider .slick-dots li,
.testimonials .slick-dots li{
    margin: 0;
}
.welcome-block .white-btn{
    margin-top: 0;
}
    .footer_img {
        margin-top: 95px;
    }

}

@media(max-width: 575px){
.product-image img {
    height: auto;
}
.footer-brand .col-md-3 {
    width: 50%;
}


}

@media(max-width: 479px){
.contact-right-text {
    padding: 40px 0 0 5px;
}
.review-block ul.nav-pills li.nav-item button.nav-link {
    gap: 2px;
    padding: 6px;
}
.review-block .col-md-3 {
    width: 100%;
}
.most-blog .quote_list li {
    width: 100%;
}
.tab_block ul.nav li button {
    padding:10px;
    border-radius: 20px;
    margin: 0 0 10px 0;
}
.tab_block .nav-pills li {
    width: 100%;
}
.all-inventory-list-footer ul li {
    font-size: 12px;
}
.inventory_main {
    display: block;
}
.all-inventory-thumb,
.all-inventory-right{
    width: 100%;
    height: auto;
}
.all-inventory-thumb img{
    height: 250px;
} 
.all-inventory-right{
    margin: 20px 0 0;
}
.survey-checkbox .form_group {
    width: 50%;
}
.contact-right-block .topbar_list li span {
    margin: 0 2px 0 0;
    width: 40px;
    height: 40px;
}
.topbar_list li span i {
    font-size: 14px;
}
.right-text-block h2 {
    font-size: 6vw !important;
    line-height: 7.8vw !important;
}
.welcome-block{
    padding: 25px;
    border-radius: 40px 0;
}
.footer-logo img {
    max-width: 80%;
    margin-top: -11vw;
}
.footer_icon {
    margin: 0;
}
.footer_icon img {
    /*padding: 10px 16px 20px;*/
    /*height: 74px;*/
}
.about-image-left:before {
    width: 150px;
    height: 150px;
}
.footer-brand .col-md-3 {
    width: 100%;
}

.testimonial-section li .testimonial-inner {
    flex-wrap: wrap;
}
.finance-block:before, .finance-block:after {
    width: 25vw;
    height: 25vw;
}

}

@media(max-width: 380px) {
.quote_list li {
    width: 100%;
    display: inline-block;
}
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }




