@font-face {
    font-family: 'Proxima Nova Cn Rg';
    src: url('../fonts/ProximaNovaCond-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNovaCond-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Cn Rg';
    src: url('../fonts/ProximaNovaCond-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaCond-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Cn Lt';
    src: url('../fonts/ProximaNovaCond-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNovaCond-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-size: 17px;
    line-height: 1.1;
    position: relative;
    z-index: auto;
    font-family: 'Proxima Nova Cn Rg';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.1;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

a:hover {
    color: #99161b;
}

button:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.button:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

textarea:focus,
input:focus {
    outline: none;
}

hr {
    background: #cccccc;
}

.wow {
    visibility: hidden;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #cc0000;
}

::selection {
    color: #fff;
    background: #cc0000;
}

/*** Theme common style Start ***/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.sec-padding {
    padding: 100px 0;
}

.bg-light {
    background-color: #f4f4f4 !important;
}

/* Owl slider start */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 60px;
    width: 100%;
    min-height: 23px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #000;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.owl-carousel .owl-dots .owl-dot.active {
    width: 17px;
    height: 17px;
    background-color: #cc0000;
}
.owl-prev {
    width: 35px;
    height: 45px;
    background: #cc0000 !important;
    position: absolute;
    left: 15px;
    bottom: 50%;
    transform: translate(0, 50%);
    outline: none;
    font-size: 18px !important;
    color: #fff !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    visibility: hidden;
}

.owl-next {
    width: 35px;
    height: 45px;
    background: #cc0000 !important;
    position: absolute;
    right: 15px;
    bottom: 50%;
    transform: translate(0, 50%);
    outline: none;
    font-size: 18px !important;
    color: #fff !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    visibility: hidden;
}

.owl-prev:hover {
    background: #;
}

.owl-next:hover {
    background: #cc0000 !important;
}

.owl-carousel:hover .owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.owl-carousel:hover .owl-next {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.owl-prev.disabled {
    opacity: .2 !important;
}

.owl-next.disabled {
    opacity: .2 !important;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}



/* Owl slider end */
/* Button start */
.btn-type1 {
    display: inline-block;
    background: #cc0000;
    border: 1px solid #cc0000;
    color: #fff;
    font-size: 16px;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
    padding: 12px 27px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}
.btn-type1:hover{
    background: transparent;
    color: #cc0000;
}
.btn-type2 {
    display: inline-block;
    background: transparent;
    border: 1px solid #cc0000;
    color: #cc0000;
    font-size: 16px;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
    padding: 12px 27px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}
.btn-type2:hover{
    background: #cc0000;
    color: #fff;
}

/* Button end */
/* Heading style start */
.hd-type-1 {
    font-size: 36px;
    color: #cc0000;
    text-transform: uppercase;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
    line-height: 1.029;
    margin-bottom: 0;
}

.hd-type-2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Proxima Nova Cn Lt';
}

.hd-type-3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Proxima Nova Cn Lt';
}

.sec-heading {
    margin-bottom: 15px;
}

.sub-hd {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: 'Proxima Nova Cn Lt';
}
.sub-hd2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    font-family: 'Proxima Nova Cn Lt';
}

/* Heading style end */
.imgBg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
}

.section-padding {
    padding: 90px 0;
}
.color-red {
    color: #cc0000;
}
.section-padding {
    padding: 80px 0px;
}
/*** Theme common style end ***/

/* Header start */

.header-area {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.inner-header {
    position: relative;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.17);
}

.header-top {
    background: #000;
    padding: 12px 12px;
}
.top-content-left {
    padding: 0 12px;
}
.top-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-content-left li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.top-content-left li a {
    color: #ffffff;
    font-size: 14px;
}

.top-content-left li span {
    color: #fff;
}
.hdr-cont-icon {
    min-width: 25px;
}
.saved-button li {
    position: relative;
    background: #000;
    margin-left: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.saved-button li:hover{
    background: #cc0000;
}
.saved-button li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 10px;
    display: block;
    color: #fff;
}

.saved-button li a.active {
    color: #fff;
}

.saved-button li a:hover {
    color: #fff;
}

.saved-button .badge-primary {
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 0;
    padding: 5px 0;
    margin-left: 8px;
    position: relative;
    background: #fff;
    color: #012f6f;
}

.saved-button .badge-primary:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 4px;
    margin-top: -4px;
    border-right-color: #fff;
}

.top-menu {
    margin: 0;
    padding: 0;
}

.top-menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
}

.top-menu li a {
    font-size: 12px;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
}

.top-menu li a:hover {
    color: #ffffff;
}

.classy-nav-container .nav-brand {
    background: #cc0000 !important;
    width: 300px;
    padding: 15px 0 15px 34px;
}
.home-icon {
    position: absolute;
    left: -18px;
    bottom: 5px;
}
.classy-nav-container .hdr-btn1 a {
    background: #cc0000;
    border: 1px solid #cc0000;
    color: #fff;
    border-radius: 30px;
    padding: 14px 30px !important;
}
.classy-nav-container .hdr-btn1 a:hover{
    background: transparent;
    color: #cc0000;
}

.classy-nav-container .call-btn1 a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 30px;
    padding: 14px 30px 14px 30px !important;
}
.classy-nav-container .call-btn1 a:hover{
    background: transparent;
    color: #000;
}
.classy-nav-container .call-btn1 .dropdown a{
    background: transparent;
    color: #000;
    border: 0;
    border-radius: 0;
}
.call-btn1{
    margin-left: 20px;
}
.call-link{
    text-transform: inherit !important;
    line-height: 1.2 !important;
}

/* Header end */

/* Banner slider section start */
.section-home-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
}

.section-home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebanner-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #cc0000;
    padding: 5px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    text-align: center;
}
.homebanner-slider.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 2.5px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.homebanner-slider.owl-carousel .owl-dots .owl-dot.active, 
.homebanner-slider.owl-carousel .owl-dots .owl-dot:hover, 
.homebanner-slider.owl-carousel .owl-dots .owl-dot:focus {
    border: 1px solid #fff !important;
    background-color: #fff;
}


.homebanner-slider.owl-carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.homebanner-slider.owl-carousel .owl-nav button {
    width: 58px;
    height: 58px;
    color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff;
    border-radius: 100%;
    opacity: 1;
    visibility: visible;
    position: initial;
    transform: none;
}
.homebanner-slider.owl-carousel .owl-nav button:hover, 
.homebanner-slider.owl-carousel .owl-nav button:focus {
    color: #fff !important;
    background-color: #cc0000 !important;
    border: 2px solid #cc0000 !important;
    opacity: 1;
}
.homebanner-slider.owl-carousel .owl-prev {
    left: 0;
    margin-right: 10px;
}
.homebanner-slider.owl-carousel .owl-next {
    right: 0;
}

/* newcars-section :start */
.section-top{
    padding-bottom: 120px;
}
.ncsec-head {
    text-align: center;
    margin-bottom: 50px;
}

.offer-blocks-row{
    row-gap: 70px;
}
.newcar-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
}
.nc-box-top{
    padding: 0 35px;
    position: relative;
}
.offer-text-box{
    background: #eaeaea;
    padding: 60px 30px 35px;
    border-radius: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -60px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

.list-1{
    margin: 0 0 20px 0;
    padding: 0;
}
.list-1 li {
    list-style: none;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    margin: 5px 0;
    font-family: 'Proxima Nova Cn Lt';
    font-size: 18px;
    position: relative;
    padding: 0 0 0 18px;
    line-height: 1.2;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.list-1 li::before{
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #cc0000;
    border-radius: 50%;
    content: "";
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.list-1 li small{
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 3px;
}
.offer-text-box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.newcar-block .ncb-image {
    width: 100%;
    height: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newcar-block .ncb-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: 0.5s;
}
.newcar-block .ncb-details {
    width: 100%;
    text-align: left;
}
.newcar-block .ncb-details h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #cc0000;
    margin-bottom: 0;
}
.newcar-block .ncb-details h3 {
    font-size: 24px;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin-bottom: 0;
}
.newcar-block .ncb-details p {
    font-size: 14px;
    line-height: 1.5;
    color: #848484;
    margin-bottom: 0;
}
/* .newcar-block .ncb-details h4 {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;      
} */
.newcar-block .ncb-cartype {
    width: 100%;
    padding-top: 10px;
    margin-top: auto;
}
.newcar-block .ncb-cartype span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 5px 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.newcar-block.electric .ncb-cartype span {
    background-color: #24900f;
}
.newcar-block.hybrid .ncb-cartype span {
    background-color: #0a58a8;
}
.newcar-block.petrol .ncb-cartype span {
    background-color: #cc0000;
}

.newcar-block:hover {
    border-color: #000000;
}
.newcar-block.electric:hover {
    border-color: #24900f;
}
.newcar-block.hybrid:hover {
    border-color: #0a58a8;
}
.newcar-block.petrol:hover {
    border-color: #cc0000;
}
.newcar-block:hover .ncb-image img {
    transform: scale(0.9);
}
.btm-btn-row{
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
}
.btm-btn-row a {
    width: calc(50% - 3px);
    text-align: center;
    padding: 12px;
}
.newcar-block.electric:hover .offer-text-box{
    background: #24900f;
}
.newcar-block.electric:hover .offer-text-box li, .newcar-block.electric:hover .offer-text-box p{
    color: #fff;
}
.newcar-block.electric:hover .offer-text-box .list-1 li::before{
    background: #fff;
}
.newcar-block.electric:hover .btm-btn-row a{
    background: #fff;
    color: #cc0000;
    border: 1px solid #fff;
}
.newcar-block .btm-btn-row a:hover{
    background: transparent !important;
    color: #fff !important;
}


.newcar-block.hybrid:hover .offer-text-box{
    background: #0a58a8;
}
.newcar-block.hybrid:hover .offer-text-box li, .newcar-block.hybrid:hover .offer-text-box p{
    color: #fff;
}
.newcar-block.hybrid:hover .offer-text-box .list-1 li::before{
    background: #fff;
}
.newcar-block.hybrid:hover .btm-btn-row a{
    background: #fff;
    color: #cc0000;
    border: 1px solid #fff;
}

.newcar-block.petrol:hover .offer-text-box{
    background: #cc0000;
}
.newcar-block.petrol:hover .offer-text-box li, .newcar-block.petrol:hover .offer-text-box p{
    color: #fff;
}
.newcar-block.petrol:hover .offer-text-box .list-1 li::before{
    background: #fff;
}
.newcar-block.petrol:hover .btm-btn-row a{
    background: #fff;
    color: #cc0000;
    border: 1px solid #fff;
}

.footer{
    background: #fff;
}
.footer-top-1{
    padding: 45px 0;
}
.ftr-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer a:hover{
    color: #cc0000;
}
.footer-top{
    padding: 65px 0;
}

footer .fcw-block {
    display: flex;
    flex-direction: column;
    text-align: center;
}
footer .fcw-block .fcbimage {
    width: 100%;
    height: 24px;
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .fcw-block .fcbimage img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
footer .fcw-block .fcbtext h3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    color: #cc0000;
    margin-bottom: 10px;
}
footer .fcw-block .fcbtext p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 0;
}
footer .fcw-block .fcbtext a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}
footer .fcw-block .fcbtext a:hover {
    color: #cc0000;
}
.footer-btm{
    background: #fff;
}
.ftr-btm-center {
    border-top: 2px solid #e8e8e8;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-btm p{
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.ftr-btm-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    width: 100%;
    height: 100%;
}
.f-btm-links{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-btm-links li{
    padding: 0 13px;
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

.f-btm-links li a{
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.f-btm-links li::after{
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 3px;
    background: #777777;
    content: "";
}
.f-btm-links .pow-by:last-child::after{
    display: none;
}
.get-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.get-social li{
    list-style: none;
    text-decoration: none;
}
.get-social li a{
    color: #fff;
}

.floatbtn {
    position: fixed;
    /* width: 60px; */
    /* height: 60px; */
    bottom: 64px;
    right: 35px;
    border-radius: 100%;
    text-align:center;
    box-shadow: 0px 0px 25px -10px #237abf;
    z-index: 99;
}
.floatbtn.whatsapp {
    left: 35px;
    right: auto;
    box-shadow: 0px 0px 10px -10px #237abf;
}
.floatbtn:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
}
.chat-icon {
    position: fixed;
    /* width: 60px; */
    /* height: 60px; */
    bottom: 64px;
    right: 35px;
    border-radius: 10px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.24);
    z-index: 99;
}

.chat-icon:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.38);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.38);
}

.getintouch-section {
    background-color: #444444;
    overflow-x: hidden;
}

.getintouch-form form .form-label {
    font-size: 14px;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.getintouch-form form .form-control {
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    background-color: #ffffff;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 12px 20px;
    box-shadow: none !important;
    background-clip: inherit;
}
.getintouch-form form textarea{
    resize: none;
}
.getintouch-form form .checkbox-note {
    font-size: 14px;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
    color: #fff;
}
.getintouch-form form .form-check {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.getintouch-section .getintouch-form form .form-check{
    color: #fff;
}
.getintouch-form form .form-check:last-child {
    width: 100%;
}
.getintouch-form form .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border: 0px solid #d8d8d8;
    border-radius: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    box-shadow: none;
    background-color: #545454;
    margin-top: 0;
}
.getintouch-form form .form-check .form-check-input:checked {
    background-color: #cc0000;
    border-color: #cc0000;
}
.getintouch-form form .form-check .form-check-label {
    font-size: 14px;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
    height: 100%;
}
.getintouch-form form .btn-gtouchsubmit {
    padding: 10px 50px;
    border: 0 !important;
}
.getintouch-form .select{
    border: 0px solid #d8d8d8;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
.getintouch-form form .current{
    background: transparent;
}
/*.getintouch-form form .nice-select:after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #444444;
    right: 18px;
}*/
.getintouch-form form .datepicker{
    padding: 0;
    cursor: pointer;
}
.dateicon:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f073';
    position: absolute;
    right: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
}
.file-upload-wrapper {
    position: relative;
}

.file-upload-field {
    box-shadow: none !important;
}

.file-upload-wrapper:after {
    content: attr(data-text);
     font-size: 14px;
    font-weight: 300;
    color: #444444;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0px 15px;
    display: block;
    width: calc(100% - 70px);
    pointer-events: none;
    z-index: 20;
    height: 50px;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    background: #cc0000;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.file-upload-wrapper:hover:before {
    background: #000;
}

.getintouch-form form input::-webkit-input-placeholder,
.getintouch-form form select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444444 !important;
}

.getintouch-form form input::-moz-placeholder,
.getintouch-form form select::-moz-placeholder {
    /* Firefox 19+ */
    color: #444444 !important;
}

.getintouch-form form input:-ms-input-placeholder,
.getintouch-form form select:-ms-input-placeholder {
    /* IE 10+ */
    color: #444444 !important;
}

.getintouch-form form input:-moz-placeholder,
.getintouch-form form select:-moz-placeholder {
    /* Firefox 18- */
    color: #444444 !important;
}

.getintouch-form form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444444 !important;
}

.getintouch-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #444444 !important;
}

.getintouch-form form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #444444 !important;
}

.getintouch-form form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #444444 !important;
}
.form-btm {
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-gtouchsubmit{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 265px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #cc0000;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-gtouchsubmit:hover{
    background: #000;
    color: #fff;
}
.getintouch-form .help-block {
    color: #cc0000;
    margin-top: 3px;
    font-size: 14px;
}
.getintouch-form form .has-error .form-control{
    border: 2px solid #cc0000 !important;
}

.map-img svg{
    width: 100%;
    max-width: 100%;
}

.map-img img{
    width: 100%;
    height: auto;
    display: block;
}

/* form-modal :start */
.form-modal .modal-body {
    padding: 50px 30px;
    position: relative;
}
.form-modal .modal-body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.form-modal h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.form-modal h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
    text-align: center;
    margin-bottom: 15px;
}
.form-modal .tick {
    text-align: center;
}
.form-modal .tick img {
    width: 80px;
    margin-bottom: 15px;
}
.form-modal .tick i {
    font-size: 70px;
    color: #4ba82e;
    text-align: center;
    margin-bottom: 10px;
}
.form-modal .couponcode {
    text-align: center;
}
.form-modal .couponcode p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    border: 2px dashed #000000;
    padding: 10px 10px 10px 15px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.form-modal .couponcode .copycoupon {
    font-size: 16px;
    color: #fff;
    background-color: #cc0000;
    padding: 10px;
    margin-left: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.form-modal .couponcode .copycoupon:hover {
    background-color: #000000;
}
/* form-modal :end */

/*Enquiry modal popup start*/
.modal-form-style-1 .modal-content{
    border: 0;
    border-radius: 10px;
}
.form-modal-body{
    padding: 50px;
}
.form-modal-body .getintouch-form form .form-control{
    border: 2px solid #e8e8e8;
}
.form-modal-body .getintouch-form form .form-label{
    color: #000;
}
.form-modal-body .getintouch-form form label{
    color: #000;
}
.form-modal-body .getintouch-form form .checkbox-note{
    color: #000;
}
.form-modal-body .getintouch-form form .form-check .form-check-label{
    color: #000;
}
.form-modal-body .getintouch-form form .form-check .form-check-input{
    background-color: #b1b1b1;
}
.form-modal-body .getintouch-form form .form-check .form-check-input:checked {
    background-color: #cc0000;
    border-color: #cc0000;
}
.modal-form-style-1 .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 15px;
    color: #cc0000;
    background: #ffffff;
    border: 2px solid #cc0000;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.modal-form-style-1 .btn-close:hover{
    background: #cc0000;
    color: #fff;
}
.modal-header{
    padding: 0;
    border: 0;
}
.modal-hdng {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
}
.modal-hdng strong{
    color: #cc0000;
    font-family: 'Proxima Nova Cn Lt';
    font-weight: 600;
}
.modal-form-style-1 .modal-lg {
    max-width: 950px;
}

/*Offer details start*/
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #444444;
    content: var(--bs-breadcrumb-divider, "//")
}

.breadcrumb-item.active {
    color: #444444
}
.top-breadcrumb .breadcrumb-item a{
    color: #444444;
}
.top-breadcrumb .breadcrumb-item a:hover{
    color: #cc0000;
}
.top-breadcrumb .breadcrumb {
    padding: 30px 0;
    margin: 0;
}
.ofr-det-wraper{
    padding: 85px 0;
    /*border-top: 2px solid #e1e1e1;*/
    border-bottom: 2px solid #e1e1e1;
}
.section-offer-details .ofr-det-right-desc .nc-box-top{
    padding: 0;
    margin-bottom: 20px;
}
.section-offer-details .ofr-det-right-desc .list-1 li{
    font-size: 20px;
}
.section-offer-details .ofr-det-right-desc .ofr-tc {
    padding-left: 18px;
}
.section-offer-details .ofr-det-right-desc .ofr-tc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
.ofr-det-btn-row {
    font-size: 0;
    margin-top: -44px;
}
.sec-title h6{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
.table-style-1{
    margin-bottom: 0;
    border: 0;
}
.table-style-1 th, .table-style-1 td{
    border: 0;
    padding: 10px 15px;
    font-family: 'Proxima Nova Cn Rg';
    vertical-align: middle;
}
.table-style-1 td{
    font-size: 16px;
    font-weight: 400;
}
.table-style-1 td:last-child{
    text-align: right;
}
.table-style-1 tr:nth-child(odd){
    background: #e0e0e0;
}

.section-tc{
    padding: 60px 0;
}
.section-tc p{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
}
.ofr-det-left-img {
    margin-bottom: 30px;
}

.min-100vh{
    min-height: calc(100dvh - 350px);
}
.link-1{
    color: #cc0000;
}
.link-1:hover{
    text-decoration: underline;
    color: #000;
}
.table-style-1 thead th{
    background: #000;
    color: #fff;
    font-size: 20px;
}

/* Thankyou-page style */
.thankyou-wraper {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 50px 30px;
    border-radius: 30px;
}

.thankyou-wraper p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 0;
    color: #000;
    display: block;
    text-align: center;
}

.thankyou-wraper h2 {
    text-align: center;
    font-size: 70px;
    margin: 0;
    color: #00803E;
    font-weight: bold;
    text-transform: uppercase;
}
.thankyou-wraper h2.tic-icon{
    margin-bottom: 15px;
}


/*Dealers Logo style start*/
.item-logo {
    background: #fff;
    padding: 30px 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7eaed;
    margin-left: -1px;
    margin-top: -1px;
}
.item-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
     transition: 0.5s;
}
.item-logo:hover img {
    transform: scale(0.9);
}
/*Dealers Logo style end*/