@font-face {
    font-family: "ProximaNovaCond";
    src:
      url("../webfonts/fonts/ProximaNovaCond-Regular.woff2") format("woff2"),
      url("../webfonts/fonts/ProximaNovaCond-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNovaCond";
    src:
      url("../webfonts/fonts/ProximaNovaCond-Semibold.woff2") format("woff2"),
      url("../webfonts/fonts/ProximaNovaCond-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNovaCond";
    src:
      url("../webfonts/fonts/ProximaNovaCond-Bold.woff2") format("woff2"),
      url("../webfonts/fonts/ProximaNovaCond-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNovaExCn";
    src:
      url("../webfonts/fonts/ProximaNovaExCn-Bold.woff2") format("woff2"),
      url("../webfonts/fonts/ProximaNovaExCn-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNovaA";
    src:
      url("../webfonts/fonts/ProximaNovaA-Regular.woff2") format("woff2"),
      url("../webfonts/fonts/ProximaNovaA-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'ProximaNovaCond', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    background-color: #f2f2f2;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}


/* COMMON STYLE :START */
.max-container {
    width: 100%;
    max-width: 1366px;
    height: auto;
    padding: 0px 24px;
    margin: 0 auto;
}
.minw-auto {
    min-width: auto !important;
}
.section-padding {
    padding: 80px 0px;
}
.section-padding2 {
    padding: 100px 0px;
}
.innerpage-padding {
    padding: 50px 0px 100px;
}
.fontfamily-1 {
    font-family: "ProximaNovaExCn" !important;
}

.color-1 {
    color: #cc0000 !important;
}

.hd-style-1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.hd-style-2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.subhd-style-1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
.subhd-style-2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

/* btn-style-1 :start */
.btn-style-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    background-color: #cc0000;
    border: 1px solid #cc0000;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    min-width: 180px;
    height: auto;
}
.btn-style-1 img {
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-style-1:hover img {
    filter:  brightness(0) invert(1);
}
/* btn-style-1 :end */

/* btn-style-2 :start */
.btn-style-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #cc0000;
    background-color: transparent;
    border: 1px solid #cc0000;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    min-width: 180px;
    height: auto;
}
.btn-style-2 img {
    transition: 0.5s;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-style-2:hover img {
    filter:  brightness(0) invert(1);
}
/* btn-style-2 :end */

/* btn-style-3 :start */
.btn-style-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    min-width: 180px;
    height: auto;
}
.btn-style-3 img {
    transition: 0.5s;
}
.btn-style-3:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-style-3:hover img {
    filter:  brightness(0) invert(1);
}
/* btn-style-3 :end */

/* ---- owl same height :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owlsameheight .owl-item .item {
    width: 100% !important;
}
/* ---- owl same height :end ---- */

/* ---- owldots-1 :start ---- */
.owldots-1 .owl-dots {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 7px;
    margin-top: 50px;
}
.owldots-1 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #564545;
    border-radius: 100%;
    display: flex;
    transition: 0.5s;
}
.owldots-1 .owl-dots .owl-dot.active span {
    background-color: #b11f24;
}
.owldots-1 .owl-dots .owl-dot:hover span {
    background-color: #000000;
}
/* ---- owldots-1 :end ---- */

/* ---- owldots-2 :start ---- */
.owldots-2 .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 7px;
}
.owldots-2 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: flex;
    transition: 0.5s;
}
.owldots-2 .owl-dots .owl-dot.active span {
    background-color: #b11f24;
}
.owldots-2 .owl-dots .owl-dot:hover span {
    background-color: #000000;
}
/* ---- owldots-2 :end ---- */

/* ---- owlnav-1 :start ---- */
.owlnav-1 .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	height: 0px;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	padding: 0px 0px;
}
.owlnav-1 .owl-nav .owl-next,
.owlnav-1 .owl-nav .owl-prev {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	/* background: #ffffff !important; */
	top: -20px;
	position: relative;
    opacity: 0.5;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.owlnav-1 .owl-nav .owl-next img,
.owlnav-1 .owl-nav .owl-prev img {
	position: relative;
	top: 0;
}
.owlnav-1 .owl-nav .owl-next:hover,
.owlnav-1 .owl-nav .owl-prev:hover {
    opacity: 1;
	/* background: #ffffff !important; */
}
/* ---- owlnav-1 :end ---- */

/* ---- block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.block-style-1 .bstlimage {
    width: 100%;
    height: 212px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.5s;
}
.block-style-1 .bstlimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-1 .bstltext {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.block-style-1 .bstltext .bstxt-title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.block-style-1 .bstltext .bstxt-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.block-style-1 .bstltext .bstxt-price {
    margin-top: 20px;
}
.block-style-1 .bstltext .bstxt-price h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #b11f24;
    margin-bottom: 0;
}
.block-style-1 .bstltext .bstxt-specs {
    margin-top: 30px;
}
.block-style-1 .bstltext .bstxt-specs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.block-style-1 .bstltext .bstxt-specs ul li {
    width: calc(33.3333% - 4px);
    text-align: center;
}
.block-style-1 .bstltext .bstxt-specs ul li img {
    max-width: 100%;
    height: auto;
    margin: auto auto 6px;
}
.block-style-1 .bstltext .bstxt-specs ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.block-style-1 .bstlbtns {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-top: auto;
}
.block-style-1:hover .bstlimage img {
    transform: scale(1.1);
}
/* ---- block-style-1 :end ---- */

/* ---- block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: 350px;
    background-color: #000000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.block-style-2 img.bs2image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.6s;
}
.block-style-2 .bs2text {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    padding: 35px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%);
    transition: 0.6s;
}
.block-style-2 .bs2text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.block-style-2 .bs2text h3::after {
    content: url('../images/arrow-icon.png');
}
.block-style-2:hover .bs2text {
    height: 100%;
}

/* ---- block-style-2 :end ---- */

/* ---- block-style-3 :start ---- */
.block-style-3 {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 50px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: 1s;
}
.block-style-3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 60%);
    transition: 1s;
}
.block-style-3 .bs3head {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: auto;
}
.block-style-3 .bs3head h3 {
    font-size: 28px;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
    transition: 0.5s;
}
.block-style-3 .bs3head h4 {
    font-size: 14px;
    line-height: 1;
    color: #9d9d9d;
    margin-bottom: 5px;
    transition: 0.5s;
}
.block-style-3 .bs3head h5 {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0px;
    transition: 0.5s;
}
.block-style-3 .bs3head h5 span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #cf0f00;
    padding: 5px 5px;
    transition: 0.5s;
}
.block-style-3 .bs3head h6 {
    font-size: 12px;
    line-height: 1;
    color: #b11f24;
    margin-bottom: 5px;
    transition: 0.5s;
}


.block-style-3 .bs3image {
    position: relative;
    width: 100%;
    height: 130px;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-style-3 .bs3image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
.block-style-3 .bs3buttons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    padding-top: 20px;
}
.block-style-3 .bs3buttons a {
    font-family: "ProximaNovaExCn";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
}
.block-style-3 .bs3buttons a i {
    width: 22px;
    height: 22px;
    font-size: 12px;
    color: #ffffff;
    background-color: #cf0f00;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.block-style-3.bc1 .bs3head h5 span {
    color: #ffffff;
    background-color: #079842;
}
.block-style-3.bc2 .bs3head h5 span {
    color: #ffffff;
    background-color: #335db0;
}


.block-style-3:hover {
    background: #cf0f00;
}
.block-style-3:hover::before {
    opacity: 0;
}
.block-style-3:hover .bs3head h3, 
.block-style-3:hover .bs3head h4, 
.block-style-3:hover .bs3head h5, 
.block-style-3:hover .bs3head h6 {
    color: #ffffff;
}
.block-style-3:hover .bs3head h5 span {
    color: #cf0f00;
    background-color: #ffffff;
}
.block-style-3:hover .bs3buttons a {
    color: #ffffff;
}
.block-style-3:hover .bs3buttons a i {
    color: #cf0f00;
    background-color: #ffffff;
}
.block-style-3:hover .bs3buttons a:hover {
    color: #000000;
}
.block-style-3:hover .bs3buttons a:hover i {
    color: #ffffff;
    background-color: #000000;
}

.block-style-3.bc1:hover {
    background: #079842;
}
.block-style-3.bc1:hover .bs3head h5 span {
    color: #079842;
}
.block-style-3.bc2:hover {
    background: #335db0;
}
.block-style-3.bc2:hover .bs3head h5 span {
    color: #335db0;
}
/* ---- block-style-3 :end ---- */

/* ---- block-style-4 :start ---- */
.block-style-4 {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 60px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: 1s;
}
.block-style-4::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 60%);
    transition: 1s;
}
.block-style-4 .bs4head {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: auto;
}
.block-style-4 .bs4head h3 {
    font-size: 28px;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
    transition: 0.5s;
}
.block-style-4 .bs4head h6 {
    font-size: 14px;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
    transition: 0.5s;
}


.block-style-4 .bs4image {
    position: relative;
    width: 100%;
    height: 130px;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-style-4 .bs4image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
.block-style-4 .bs4buttons {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    padding-top: 20px;
}

.block-style-4 .bs4buttons a {
    width: 100%;
    text-transform: uppercase;
    transition: 0.5s;
}


.block-style-4:hover {
    background: #335db0;
}
.block-style-4:hover::before {
    opacity: 0;
}
.block-style-4:hover .bs4head h3, 
.block-style-4:hover .bs4head h6 {
    color: #ffffff;
}
.block-style-4:hover .bs4buttons a {
    color: #cf0f00;
    background-color: #ffffff;
    border-color: #ffffff;
}
.block-style-4:hover .bs4buttons a:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
/* ---- block-style-4 :end ---- */

/* ---- block-style-5 :start ---- */
.block-style-5 {
    width: 100%;
    height: 270px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px 30px;
    overflow: hidden;
    position: relative;
    transition: 1s;
}
.block-style-5::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(145deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);
    z-index: 2;
}
.block-style-5 .bs4image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: 0.5s;
}
.block-style-5 .bs4text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.block-style-5 .bs4text h3 {
    color: #ffffff;
    line-height: 1;
}
.block-style-5 .bs4text .btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #cc0000;
    border: 1px solid #cc0000;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    width: auto;
    height: auto;
}
.block-style-5 .bs4text .btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.block-style-5:hover .bs4image {
    transform: scale(1.1);
}
/* ---- block-style-5 :start ---- */

/* ---- block-style-6 :start ---- */
.block-style-6 {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}
.block-style-6 .bs6image {
    width: 168px;
    height: 202px;
    border-radius: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.block-style-6 .bs6image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.block-style-6 .bs6text {
    text-align: center;
    background-color: #ffffff;
    padding: 115px 20px 35px;
    margin-top: -90px;
}
.block-style-6 h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
}
.block-style-6 h6 {
    font-size: 16px;
    line-height: 1;
    color: #000000;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 15px;
}
.block-style-6 h6 span {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.block-style-6 h6 span::after {
    content: '|';
    padding-left: 15px;
}
.block-style-6 h6 span:last-child::after {
    display: none;
}
.block-style-6 .bs6details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px 30px;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.5s;
}
.block-style-6 .bs6details > div {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.block-style-6 .bs6details p {
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    text-align: justify;
    margin-bottom: 10px;
}
.block-style-6:hover .bs6details {
    transform: translateY(0%);
    opacity: 1;
}
/* ---- block-style-6 :end ---- */

/* ---- block-style-7 :start ---- */
.block-style-7 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.block-style-7 .bs7image {
    width: 100%;
    /* height: 212px; */
    height: auto;
    aspect-ratio: 1.63/1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.block-style-7 .bs7image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-7 .bs7image h6 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    background-color: #cc0000;
    border-radius: 5px;
    padding: 5px 7px;
    margin-bottom: 0;
    display: inline-block;
}
.block-style-7 .bs7text {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.block-style-7 .bs7text .bs7txt-title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.block-style-7 .bs7text .bs7txt-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.block-style-7 .bs7text .bs7txt-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
}
.block-style-7 .bs7text .bs7txt-price h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #b11f24;
    margin-bottom: 0;
}
.block-style-7 .bs7text .bs7txt-price h2 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.block-style-7 .bs7text .bs7txt-price p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.block-style-7 .bs7text .bs7txt-specs {
    padding-top: 20px;
}
.block-style-7 .bs7text .bs7txt-specs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.block-style-7 .bs7text .bs7txt-specs ul li {
    width: calc(33.3333% - 4px);
    text-align: center;
}
.block-style-7 .bs7text .bs7txt-specs ul li img {
    max-width: 100%;
    height: auto;
    margin: auto auto 6px;
}
.block-style-7 .bs7text .bs7txt-specs ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.block-style-7 .bs7text .bs7txt-approved {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.block-style-7 .bs7btns {
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 10px;
}
.block-style-7:hover .bs7image img {
    transform: scale(1.1);
}
/* ---- block-style-7 :end ---- */

/* ---- block-style-8 :start ---- */
.block-style-8 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}
.block-style-8 .bs8image {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.block-style-8 .bs8image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.block-style-8 .bs8text {
    width: 100%;
    height: auto;
}
.block-style-8 .bs8text :last-child {
    margin-bottom: 0;
}
.block-style-8 .bs8text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 5px;
}
.block-style-8 .bs8text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}
.block-style-8 .bs8no {
    width: 60px;
    height: 60px;
    background-color: #000000;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.block-style-8 .bs8no h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}
/* ---- block-style-8 :end ---- */

/* ---- block-style-9 :start ---- */
.block-style-9 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}
.block-style-9 .bs9image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}
.block-style-9 .bs9image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-9 .bs9text {
    width: 100%;
    height: auto;
    text-align: center;
}
.block-style-9 .bs9text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0px;
    transition: 0.5s;
}
.block-style-9:hover {
    background-color: #cc0000;
}
.block-style-9:hover .bs9image img {
    transform: scale(1.1);
}
.block-style-9:hover .bs9text h3 {
    color: #ffffff;
}
/* ---- block-style-9 :end ---- */

/* ---- block-style-10 :start ---- */
.block-style-10 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}
.block-style-10 .bs10image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.79/1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.block-style-10 .bs10image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-10 .bs10image video {
    width: 100%;
    height: 100%;
}
.block-style-10 .bs10text {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #ffffff;
    padding: 20px 15px;
}
.block-style-10 .bs10text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: 0.5s;
}
.block-style-10 .bs10text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 10px;
    transition: 0.5s;
}
.block-style-10:hover {
    /* background-color: #cc0000; */
}
.block-style-10:hover .bs10image img {
    /* transform: scale(1.1); */
}
.block-style-10:hover .bs10text h3 {
    /* color: #ffffff; */
}
/* ---- block-style-10 :end ---- */

/* ---- block-style-11 :start ---- */
.block-style-11 {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.5s;
}
.block-style-11:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.block-style-11 .bs11image {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 1.79/1; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.block-style-11 .bs11image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
.block-style-11 .bs11text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.block-style-11 .bs11text h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: bold;
}
/* ---- block-style-11 :end ---- */

.block-style-12 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.block-style-12 .bs12text h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.block-style-12 .bs12text p {
    font-size: 18px;
    font-weight: normal;
}


/* ---- text-wrap-1 :start ---- */
.text-wrap-1 {
    width: 100%;
    height: auto;
}
.text-wrap-1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 15px;
}
.text-wrap-1 p a {
    font-size: inherit;
    color: #cc0000;
}
.text-wrap-1 p a:hover {
    text-decoration: underline;
}
/* ---- text-wrap-1 :end ---- */


/* ---- .navtabs-style-1 :start ---- */
.navtabs-style-1 {
    width: 100%;
    height: auto;
}
.navtabs-style-1 .nav-tabs {
    justify-content: center;
}
.navtabs-style-1 .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding: 15px 20px;
    border: 0;
    border-radius: 10px 10px 0px 0px;
}
/* ---- .navtabs-style-1 :end ---- */

/* ---- .navtabs-style-2 :start ---- */
.navtabs-style-2 {
    width: 100%;
    height: auto;
}
.navtabs-style-2 .nav-tabs {
    justify-content: center;
    background-color: #f2f2f2;
    border: 0;
    border-radius: 20px;
    display: inline-flex;
    gap: 5px;
    margin: 0 auto;
    overflow: hidden;
}
.navtabs-style-2 .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding: 10px 30px;
    border: 0;
    border-radius: 50px;
}
.navtabs-style-2 .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #cc0000;
}
.navtabs-style-2 .tab-content {
    margin-top: 50px;
}
/* ---- .navtabs-style-2 :end ---- */

/* ---- accordion-style-1 :start ---- */
.accordion-style-1 {
    margin-bottom: 30px;
}
.accordion-style-1:last-child {
    margin-bottom: 0px;
}
.accordion-style-1 .accordion-item {
    border: 0;
    margin-bottom: 20px;
}
.accordion-style-1 .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-style-1 .accordion-button {
    font-family: "ProximaNovaExCn";
    font-weight: 400;
    font-size: 22px;
    border-left: 3px solid #d8d8d8;
    padding: 7px 15px;
    transition: 0.5s;
}
.accordion-style-1 .accordion-button::after {
    display: none;
}
.accordion-style-1 .accordion-button:not(.collapsed) {
    color: #000000;
    border-left-color: #cc0000;
    background-color: #ffffff;
    box-shadow: none;
}
.accordion-style-1 .accordion-button:hover {
    color: #000000;
    background-color: #eeeeee;
    border-left-color: #000000;
}
.accordion-style-1 .accordion-button:focus {
    box-shadow: none;
}
.accordion-style-1 .accordion-button:focus {
    box-shadow: none;
}
.accordion-style-1 .accordion-body {
    padding: 15px 15px 15px 18px;
    position: relative;
}
.accordion-style-1 .accordion-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    width: 1px;
    height: 100%;
    max-height: 260px;
    background-color: #e0e0e0;
}
/* ---- accordion-style-1 :end ---- */

/* ---- List Style 1 :start ---- */
.list-style-1 {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}
.list-style-1 li {
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
/* ---- List Style 1 :end ---- */

/* ---- List Style 2 :start ---- */
.list-style-2 {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}
.list-style-2 li {
    position: relative;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 0px;
}
.list-style-2 li::before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* ---- List Style 2 :end ---- */

/* ---- List Style 3 :start ---- */
.list-style-3 {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}
.list-style-3 li {
    position: relative;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 10px 0px;
}
.list-style-3 li:last-child {
    margin-bottom: 0px;
}
.list-style-3 li::before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* ---- List Style 3 :end ---- */

/* ---- List Style addons :start ---- */
.listcol-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.listcol-3 li {
    width: calc(33.3333% - 10px);
    margin-bottom: 0;
}
/* ---- List Style addons :end ---- */

/* ---- box-style-1 :start ---- */
.box-style-1 {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 30px;
}
/* ---- box-style-1 :end ---- */

/* ---- gmap :start ---- */
.gmap {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ---- gmap :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.form-style-1 h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}
/* .form-style-1 .frmstyle-block {
    margin-bottom: 35px;
} */
/* .form-style-1 .frmstyle-block:last-child {
    margin-bottom: 0px;
} */
.form-style-1 .form-label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 7px;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    padding: 11px 20px;
    transition: 0.5s;
}
.form-style-1 .form-control:focus {
    border-color: #cc0000;
    box-shadow: none;
}
.form-style-1 .form-control::placeholder {
    color: #868686;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 47px;
    background-color: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 8px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
/* ---- form-style-1 :end ---- */

/* ---- chkstyle1 Start ---- */
.chkstyle1 {
    padding-left: 0;
}
.chkstyle1 input[type=checkbox] + label {
    font-size: 16px;
    display: block;
    margin: 5px 0px;
    cursor: pointer;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.chkstyle1 input[type=checkbox] {
    display: none;
} 
.chkstyle1 input[type=checkbox] + label:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #a2a3a5;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-right: 5px;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
} 
.chkstyle1 input[type=checkbox] + label:active:before {
    transform: scale(0);
} 
.chkstyle1 input[type=checkbox]:checked + label:before {
    background-color: #b5b5b5;
    border-color: #a2a3a5;
    color: #fff;
} 
.chkstyle1 input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}  
.chkstyle1 input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #cc0000;
    border-color: #cc0000;
}
/* ---- chkstyle1 End ---- */

/* ---- table-style-1 :start ---- */
.table-style-1 thead th {
    border: 0px;
    border-bottom: 2px solid #cc0000 !important;
    font-size: 24px;
    font-weight: 800;
    padding-left: 0;
    padding-right: 0;
}
.table-style-1 tbody tr td {
    border: 0px !important;
    padding: 12px 25px;
    font-weight: 700;
}
/* ---- table-style-1 :end ---- */

/* ---- daterangepicker style :start ---- */
.daterangepicker td.active, 
.daterangepicker td.active:hover {
    background-color: #cc0000;
    border-color: transparent;
    color: #fff;
}
.daterangepicker .applyBtn {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}
.daterangepicker .applyBtn:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;  
}
/* ---- daterangepicker style :end ---- */


/* ---- bg-box-1 :start ---- */
.bg-box-1 {
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    color: #fff;
}
.bg-box-1::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .75;
    content: "";
}
/* ---- bg-box-1 :end ---- */
/* COMMON STYLE :END */

/* header section :start */
.headertop {
    background-color: #f2f2f2;
}
.headertop .htop-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0px 12px;
}
.headertop .htop-inner .htinner-left {
    display: flex;
    align-items: center;
    padding: 7px 10px;
}
.headertop .greview {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.headertop .greview .grstars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
    color: #e5aa03;
}


.headertop .htop-inner .htinner-right {
    background-color: #b11f24;
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headertop .htop-inner .htinner-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
}
.headertop .htop-inner .htinner-right ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.headertop .htop-inner .htinner-right ul li::after {
    content: '|';
    margin: 0px 10px 0px 5px;
}
.headertop .htop-inner .htinner-right ul li:last-child::after {
    display: none;
}
.headertop .htop-inner .htinner-right ul li a {
    color: inherit;
}
.headertop .htop-inner .htinner-right ul li a:hover {
    color: #000000;
}
/* header section :end */


/* home banner section :start */
.homebanner-section {
    width: 100%;
    height: auto;
}
.homebanner-section .homebannersec-block {
    width: 100%;
    height: auto;
}
.homebanner-section .homebannersec-block .hbimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homebanner-section .homebannersec-block .hbcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 100%);
    display: flex;
    align-items: center;
}
.homebanner-section .homebannersec-block .hbcaption .hbsinner {
    padding-left: 40px;
}
.homebanner-section .homebannersec-block .hbcaption .hbsinner h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0;
}
.homebanner-section .homebannersec-block .hbcaption .hbsinner .contactnow-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    background-color: #cc0000;
    border: 1px solid #cc0000;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    margin-top: 24px;
    min-width: 150px;
    height: auto;
}
.homebanner-section .homebannersec-block .hbcaption .hbsinner .contactnow-btn:hover {
    color: #cc0000;
    background-color: #ffffff;
    border-color: #ffffff;
}


.homebanner-owl .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 7px;
    margin-top: 60px;
}
.homebanner-owl .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: flex;
    transition: 0.5s;
}
.homebanner-owl .owl-dots .owl-dot.active span {
    background-color: #b11f24;
}
.homebanner-owl .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
}
/* home banner section :end */


/* Usedcar Search section :start */
.usedcarsearch-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.usedcarsearch-wrapper .ucsearch-block.big {
    flex: 1.5;
}
.usedcarsearch-wrapper .ucsearch-block.small {
    flex: 1;
}
.usedcarsearch-wrapper .ucsearch-block.button {
    width: 180px;
}
.usedcarsearch-wrapper .ucsearch-block.button .btn {
    width: 100%;
    height: 42px;
}
.usedcarsearch-wrapper .ucsearch-block label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.usedcarsearch-wrapper .ucsearch-block .ucs-select {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 0px 30px 0px 10px;
}
.usedcarsearch-wrapper .ucsearch-block .ucs-select .list {
    width: 100%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Usedcar Search section :end */



/* services section :start */

.services-owl .item {
    width: 100%;
    height: auto;
}
.services-owl .owl-dots {
    margin-top: 20px;
}
/* services section :end */

/* about section :start */
.about-section .abtblock-left, 
.about-section .abtblock-right {
    width: 100%;
    height: 570px;
    position: relative;
}
.about-section .abtblock-left img, 
.about-section .abtblock-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-section .abtblock-left .abl-1 {
    width: 100%;
    height: 100%;
}
.about-section .abtblock-left .abl-1 img {
    object-position: center right;
}
.about-section .abtblock-left .abl-1 .abtext {
    width: 495px;
    height: auto;
    background-color: #ffffff;
    padding: 40px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-section .abtblock-left .abl-1 .abtext h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-section .abtblock-left .abl-1 .abtext p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 24px;
}


.about-section .abtblock-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
}
.about-section .abtblock-right .abl-2 {
    width: 100%;
    height: calc(100% - 230px);
}
.about-section .abtblock-right .abl-3 {
    width: 100%;
    height: 220px;
}
.about-section .abtblock-right .abl-3 img {
    object-position: center top;
}
/* about section :end */

/* Latest News section :start */
.latestnews-block {
    width: 100%;
    height: 100%;
}
.latestnews-block .lnewsimage {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1.77 / 1;
}
.latestnews-block .lnewsimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.5s;
}
.latestnews-block .lnewstext {
    margin-top: 20px;
}
.latestnews-block .lnewstext h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.latestnews-block .lnewstext p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latestnews-block:hover .lnewsimage img {
    transform: scale(1.2);
}
.latestnews-block:hover .lnewstext h3{
    color: #b11f24;
}
.news-row-gap-1{
    row-gap: 36px;
}
/* Latest News section :end */

/* Customer Reviews section :start */
.cusreviews-section {
    background-color: #dfdfdf;
}
.customerreviews-owl .owl-stage-outer {
    margin-right: 2px;
}

.creview-block {
    width: 100%;
    height: 100%;
    border-right: 2px solid #d5d5d5;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
}
.creview-block .crstars {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
    color: #e5aa03;
    margin-bottom: 10px;
}
.creview-block .crbody {
    width: 100%;
    height: auto;
}
.creview-block .crbody h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px
}
.creview-block .crbody p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px
}
.creview-block .cruser {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 12px;
    margin-top: auto;
}
/* Customer Reviews section :end */

/* footer section :start */
footer {
    color: #898989;
    background-color: #212121;
}


footer .ftop {
    width: 100%;
    height: auto;
}
footer .ftop .ft-block {
    width: 100%;
    height: 100%;
    padding: 55px 0px 20px;
}
footer .ftop .ft-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px
}
footer .ftop .ft-block h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 5px
}
footer .ftop .ft-block p {
    font-size: 16px;
    color: #898989;
}
footer .ftop .ft-block p a {
    color: inherit;
}
footer .ftop .ft-block p a:hover {
    color: #cc0000;
}

footer .ftop .ft-block .ftlinks {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px 20px;
}
footer .ftop .ft-block .ftlinks li a {
    color: inherit;
}
footer .ftop .ft-block .ftlinks li a:hover {
    color: #cc0000;
}


footer .ftop .ft-block .ftsocialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
footer .ftop .ft-block .ftsocialmedia li a {
    color: #ffffff;
    padding: 3px;
}
footer .ftop .ft-block .ftsocialmedia li a:hover {
    color: #b11f24;
}


footer .ftop .ft-block .ft-table {
    width: 100%;
    font-size: 16px;
    color: #898989;
    text-transform: uppercase;
}
footer .ftop .ft-block .ft-table tr {
    border-bottom: 1px solid #585858;
}
footer .ftop .ft-block .ft-table tr td {
    padding: 8px 10px 8px 0px;
}
footer .ftop .ft-block .ft-table tr td:last-child {
    padding-right: 0;
}
footer .ftop .ft-block .ft-table tr:first-child td {
    padding-top: 0px;
}


footer .ftop .ft-logo {
    width: 100%;
    height: 100%;
}
footer .ftop .ft-logo .ftlogo-inner {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
}
footer .ftop .ft-logo .ftlogo-inner > div {
    padding: 15px 30px 15px 15px;
}


footer .fbottom {
    margin-top: 24px;
}
footer .fbottom .fbot-block {
    font-size: 14px;
    color: #898989;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px 15px;
    padding: 10px 0px;
    border-top: 1px solid #525252;
}
footer .fbottom .fbot-block h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px
}
footer .fbottom .fbot-block a {
    color: inherit;
}
footer .fbottom .fbot-block a:hover {
    color: #cc0000;
}
footer .fbottom .fbot-block.fbcopyright {
    text-align: center;
}
/* footer section :end */

/* New Cars Page :start */
.newcars-page {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(235,235,235,0.03) 0%, rgba(235,235,235,0.3) 100%);
    padding: 100px 0px;
    position: relative;
}
/* New Cars Page :end */

/* New Cars Page :start */
.usedcarrange1-page {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(235,235,235,0.03) 0%, rgba(235,235,235,0.3) 100%);
    padding: 100px 0px;
    position: relative;
}
/* New Cars Page :end */

/* Team Page :start */
.team-page {
    padding: 50px 0px 120px;
}
/* Team Page :end */

/* Used car range Page :start */
.usedcarrange-page {
    padding: 50px 0px 90px;
}


.ucrangepg-bottom {
    width: 100%;
    height: auto;
}
.ucrangepg-bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}
.ucrangepg-bottom .ucrdata {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px 7px;
}
.ucrangepg-bottom .ucrdata li.linebreak {
    flex: none;
    flex-grow: 0;
    flex-shrink: 0;
    width: 2px;
    height: auto;
    background-color:#c7c8c9;
}
.ucrangepg-bottom .ucrdata li p {
    margin-bottom: 7px;
}


.filterwrap-top {
    border-top: 1px solid #e0e0e1;
    border-bottom: 1px solid #e0e0e1;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.filterwrap-top .fwtinner {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 15px;
}
.filterwrap-top .fwtinner .fwti-found {
    font-size: 14px;
    font-weight: 700;
    color: #cc0000;
    text-transform: uppercase;
}
.filterwrap-top .fwtinner .fwti-right {
    display: flex;
    align-items: center;
    gap: 5px 10px;
}
.filterwrap-top .fwtinner .fwti-right > div {
    width: 240px;
    height: auto;
}

.filterwrap-bottom {
    border-top: 1px solid #e0e0e1;
    border-bottom: 1px solid #e0e0e1;
    padding: 15px 0px;
    margin-top: 50px;
}
.filterwrap-bottom .viewcount {
    text-align: right;
}
.filterwrap-bottom .viewcount p {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
/* Used car range Page :end */


/* New car detail Page :start */
.newcardetail-page {
    /* padding: 25px 0px 0px; */
}

.newcardetail-page .ncdpg-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 25px 0px
}
.newcardetail-page .ncdpg-top a {
    font-family: "ProximaNovaExCn";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
}
.newcardetail-page .ncdpg-top a:hover {
    color: #cc0000;
}


.newcardetail-page .ncdpg-modellines {}

.modelline-block {
    width: 100%;
    height: 100%;
}
.modelline-block .mlb-title {
    width: 100%;
    height: auto;
}
.modelline-block .mlb-title h3 {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
.modelline-block .mlb-title p {
    font-size: 14px;
    font-weight: 400;
    color: #9d9d9d;
    margin-bottom: 0;
}
.modelline-block .mlb-image {
    width: 100%;
    height: 135px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
}
.modelline-block .mlb-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.modelline-block .mlb-details {
    width: 100%;
    height: auto;
}
.modelline-block .mlb-details h6 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3px;
}
.modelline-block .mlb-details p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}




.ncdpg-specification {
    background-color: #ffffff;
    margin-top: 20px;
}






.gallery-owl .galowl-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.gallery-owl .galowl-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.gallery-owl .galowl-block:hover img {
    transform: scale(1.1);
}

.gallery-owl .galowl-block.gvideo::after {
    content: '\f04b';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 72px;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.gallery-owl .galowl-block.gvideo:hover::after {
    color: #b11f24;
}



.ncdpg-features {
    width: 100%;
    height: auto;
}
.ncdpg-features .ncdfeatures-banner {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.ncdpg-features .ncdfeatures-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}
.ncdpg-features .ncdfeatures-wrap {
    margin-top: -80px;
}
.ncdpg-features .ncdfeatures-wrap .ncdfeature-block {
    width: 100%;
    height: 100%;
    background-color: #cc0000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
}
.ncdpg-features .ncdfeatures-wrap .ncdfeature-block img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.ncdpg-features .ncdfeatures-wrap .ncdfeature-block h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}



.motability-section {
    background-color: #153c85;
    padding: 30px 0px;
}
.motability-section .motsec-block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.motability-section .motsec-block.right {
    text-align: right;
}
.motability-section .motsec-block.right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}
.motability-section .motsec-block .findout-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #153c85;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    width: auto;
    height: auto;
}
.motability-section .motsec-block .findout-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}
/* New car detail Page :end */


/* used car landing page :start */
.gobackBtn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
}
.gobackBtn img {
    opacity: 0.5;
    transition: 0.5s;
}
.gobackBtn:hover {
    color: #cc0000;
}
.gobackBtn:hover img {
    opacity: 1;
}

.uclanding-details {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.uclanding-details .ucldetails-left {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}


.used-detail-slide {
    width: 100%;
    height: calc(100% - 125px);
    border-radius: 5px;
    overflow: hidden;
}
.used-detail-slide .owl-stage-outer, 
.used-detail-slide .owl-stage-outer .owl-stage, 
.used-detail-slide .owl-stage-outer .owl-stage .owl-item, 
.used-detail-slide .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}
.used-detail-slide .ucdslide-block {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.51/1;
    background-color: #212529;
}
.used-detail-slide .ucdslide-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.used-detail-thumb {
    margin-top: 10px;
}
.used-detail-thumb .ucdthumb-block {
    width: 100%;
    height: 115px;
    /* aspect-ratio: 1.57/1; */
    background-color: #000000;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.5;
    transition: 0.5s;
    cursor: pointer;
}
.used-detail-thumb .owl-stage-outer .owl-stage:active, 
.used-detail-thumb .owl-stage-outer .owl-stage:active .ucdthumb-block {
    cursor: grab;
}
.used-detail-thumb .ucdthumb-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.used-detail-thumb .owl-item.active.current .ucdthumb-block, 
.used-detail-thumb .ucdthumb-block:hover {
    opacity: 1;
}
.used-detail-thumb .owl-stage-outer {
    position: relative;
}
.used-detail-thumb .owl-stage-outer::before,
.used-detail-thumb .owl-stage-outer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 1;
}

.used-detail-thumb .owl-stage-outer::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.used-detail-thumb .owl-stage-outer::after {
    right: 0;
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}


.uclanding-details .ucldetails-right {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
    overflow: hidden;
}
.uclanding-details .ucldetails-right .ucdr-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.uclanding-details .ucldetails-right .ucdr-title .ucdname {
    width: 100%;
    height: auto;
}
.uclanding-details .ucldetails-right .ucdr-title .ucdname h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
}
.uclanding-details .ucldetails-right .ucdr-title .ucdname p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
}
.uclanding-details .ucldetails-right .ucdshare {
    flex-grow: 0;
    flex-shrink: 0;
}
.uclanding-details .ucldetails-right .ucdshare .shareBtn {
    width: 24px;
    height: 24px;
    font-size: 12px;
    color: #ffffff;
    background-color: #797979;
    border-radius: 100%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.uclanding-details .ucldetails-right .ucdshare .shareBtn {
    color: #ffffff;
    background-color: #cc0000;
}
.uclanding-details .ucldetails-right .ucdr-price {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.uclanding-details .ucldetails-right .ucdr-price ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.uclanding-details .ucldetails-right .ucdr-price ul li {
    width: 33.3333%;
    height: auto;
    border-right: 1px solid #000000;
    padding: 0px 5px;
    display: flex;
    align-items: center;
}
.uclanding-details .ucldetails-right .ucdr-price ul li:last-child {
    border-right: 0;
}
.uclanding-details .ucldetails-right .ucdr-price .cprice h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.uclanding-details .ucldetails-right .ucdr-price .cprice h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #b11f24;
    margin-bottom: 0;
}

.uclanding-details .ucldetails-right .ucdr-price .dprice {
    justify-content: center;
}
.uclanding-details .ucldetails-right .ucdr-price .dprice h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    margin-bottom: 0;
    display: inline-block;
}
.uclanding-details .ucldetails-right .ucdr-price .sprice {
    justify-content: flex-end;
}
.uclanding-details .ucldetails-right .ucdr-price .sprice h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    background-color: #cc0000;
    border-radius: 5px;
    padding: 5px 7px;
    margin-bottom: 0;
    display: inline-block;
}
.uclanding-details .ucldetails-right .ucdr-emi {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0px;
}
.uclanding-details .ucldetails-right .ucdr-emi h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
}
.uclanding-details .ucldetails-right .ucdr-emi h4 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #b11f24;
    margin-bottom: 0;
}
.uclanding-details .ucldetails-right .ucdr-specs {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.uclanding-details .ucldetails-right .ucdr-specs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 6px;
}
.uclanding-details .ucldetails-right .ucdr-specs ul li {
    width: calc(33.3333% - 4px);
    text-align: center;
}
.uclanding-details .ucldetails-right .ucdr-specs ul li img {
    max-width: 100%;
    height: auto;
    margin: auto auto 6px;
}
.uclanding-details .ucldetails-right .ucdr-specs ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.uclanding-details .ucldetails-right .ucdr-buttons {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 40px;
}



.uclandingsec-inner {
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.uclandingsec-inner .uclspecs-data {
    width: 100%;
    padding: 25px 0px 25px 0px;
    overflow: hidden;
}
.uclandingsec-inner .uclspecs-data ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px 0px;
    margin-right: -1px;
}
.uclandingsec-inner .uclspecs-data ul li p {
    margin-bottom: 7px;
}

.uclandingsec-inner .uclspecs-data ul li {
    flex: 1;
    padding: 0px 20px;
    white-space: nowrap;
    border-right: 1px solid #c7c8c9;
}
.uclandingsec-inner .uclspecs-data ul li:last-child {
    border-right-color: transparent;
}
.uclandingsec-inner .uclspecs-data ul li:first-child {
    /* padding-left: 0; */
}
.uclandingsec-inner .uclspecs-data ul li:last-child {
    /* padding-right: 0; */
}


.uclandingsec-inner .uclspecs-print {
    flex-grow: 0;
    flex-shrink: 0;
}
.uclandingsec-inner .uclspecs-print .printBtn {
    width: auto;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #dedede;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px;
    border-radius: 10px 0px 0px 10px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}
.uclandingsec-inner .uclspecs-print .printBtn img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transition: 0.5s;
}
.uclandingsec-inner .uclspecs-print .printBtn span {
    display: block;
}
.uclandingsec-inner .uclspecs-print .printBtn:hover {
    color: #ffffff;
    background-color: #cc0000;
}
.uclandingsec-inner .uclspecs-print .printBtn:hover img  {
    filter:  brightness(0) invert(1);
}
/* used car landing page :end */


/* news details page :start */
.newsdetails-page {
    padding: 80px 0px;
}

.newsdetails-block .ndets-head {
    margin-bottom: 24px;
}
.newsdetails-block .ndets-head h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
/* news details page :end */

/* Contact Page :start */
.contactpg-top {}
.contactpg-top .cptop-inner {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 50px 50px;
}

.contactpg-top .cpgtop-right {}
.contactpg-top .cpgtop-right .cptright-title {}
.contactpg-top .cpgtop-right .cptright-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.contactpg-top .cpgtop-right .cptright-title p {
    font-size: 16px;
    font-weight: 400;
    color: #4b4b4b;
    margin-bottom: 0;
}

.contactpg-top .cpgtop-right .cptright-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.contactpg-top .cpgtop-right .cptright-services .cpser-block {
    width: calc(50% - 5px);
}
.contactpg-top .cpgtop-right .cptright-services .cpser-block h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.contactpg-top .cpgtop-right .cptright-services .cpser-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.contactpg-top .cpgtop-right .cptright-services .cpser-block ul li {
    width: 100%;
    display: flex;
    gap: 7px;
}
.contactpg-top .cpgtop-right .cptright-services .cpser-block ul li img {
    color: #cc0000;
}
.contactpg-top .cpgtop-right .cptright-services .cpser-block ul li a {
    color: inherit;
}
.contactpg-top .cpgtop-right .cptright-services .cpser-block ul li a:hover {
    color: #cc0000;
}
.contactpg-top .cpgtop-right .cptright-services .cpser-block ul li > div:first-child {
    flex-shrink: 0;
    flex-grow: 0;
}


.contactpg-top .cpgtop-right .cptright-timming {
    margin-top: 20px;
}
.contactpg-top .cpgtop-right .cptright-timming h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.contactpg-top .cpgtop-right .cptright-timming ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.contactpg-top .cpgtop-right .cptright-timming ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 7px;
}
.contactpg-top .cpgtop-right .cptright-timming ul li {}
/* Contact Page :end */

/* cross-ribbon :start */
.cross-ribbon-top {
    position: absolute;
    top: 14px;
    left: -50px;
    width: 155px;
    height: auto;
    transform: rotate(-45deg);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    background-color: #cc0000;
    border: 1px dashed #ffffff;
    box-shadow: 0 0 0 3px #cc0000;
    padding: 5px 10px;
    margin: 5px;
    z-index: 2;
}
/* cross-ribbon :end */

/*Motability page start*/
.mot-pg-logo {
    border: 1px solid #bfbfbf;
    padding: 20px;
}
.ul-inline{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.ul-inline li {
    width: calc(33.33333% - 10px);
    margin: 0;
}
.table-style-2{
    table-layout: fixed;
}
.table-style-2 th:last-child, .table-style-2 td:last-child{
    text-align: right;
}
.table-style-2 th, .table-style-2 td{
    padding: 10px 15px;
}
.section-tc h5{
    font-weight: bold;
    font-size: 20px;
}
/*Motability page end*/

/*Gallery slider start*/
.gallery-slider--wraper {
    background: #fff;
    padding: 50px;
}
.gallery-slider-1.owl-carousel .gal-item{
    height: auto;
    aspect-ratio: 1.8/1;
}
.gallery-slider-1.owl-carousel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.gallery-slider-1.owl-carousel .owl-prev{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: 50%;
    transform: translate(0, 50%);
    background-color: #000 !important;
    color: #fff !important;
}
.gallery-slider-1.owl-carousel .owl-next{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translate(0, 50%);
    background-color: #000 !important;
    color: #fff !important;
}
.gallery-slider-1.owl-carousel:hover .owl-prev{
    left: -50px;
}
.gallery-slider-1.owl-carousel:hover .owl-next{
    right: -50px;
}

.gal-item a{
    position: relative;
}
.gal-item a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /*background-color: rgba(41, 41, 41, 0.8);*/
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.gal-item a::after {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.gal-item a:hover::before {
    opacity: .5;
}
.gal-item a:hover::after {
    opacity: 1;
}
/*Gallery slider end*/

/* Thankyou-page style */
.thankyou-page{
	padding: 50px 0;
}
.thankyou-wraper {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
}

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

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

.carofweek-owl .owl-stage {
    margin: 0 auto;
}

.award-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #fff;
    padding: 15px 10px 10px;
    border-radius: 50%;
}
.award-image-row {
    border-top: 2px solid #d5d5d5;
    padding-top: 48px;
    margin-top: 48px;
}

/*Prelude Register page start*/
.reg-padd{
    padding: 65px 0;
}
.regiter-intrest-pg-1 p:last-child{
    margin-bottom: 0;
}
.regiter-intrest-pg-1 h2 {
    font-size: 35px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}
.regiter-intrest-pg-1 h4{
    font-size: 27px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
}
.row-grg-gap{
    row-gap:30px;
}
.reg-form--wraper{
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 20px;
}
@media (max-width: 991px) {
    .reg-padd{
        padding: 50px 0;
    }
    .regiter-intrest-pg-1 h2{
        font-size: 29px;
    }
    .regiter-intrest-pg-1 h4{
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .regiter-intrest-pg-1 h2{
        font-size: 27px;
    }
    .regiter-intrest-pg-1 h4{
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .reg-form--wraper{
        padding: 30px 15px;
    }
}
/*Prelude Register page end*/

.cross-ribbon-top2 {
    position: absolute;
    top: 23px;
    right: -39px;
    width: 155px;
    height: auto;
    transform: rotate(45deg);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    background-color: #cc0000;
    border: 1px dashed #ffffff;
    box-shadow: 0 0 0 3px #cc0000;
    padding: 7px 10px;
    margin: 5px;
    z-index: 2;
}
.uc-owl-wraper-1{
    position: relative;
    overflow: hidden;
}

/*Careers page start*/
.careers-wraper {
    background: #fff;
    padding: 30px;
}
.careers-wraper li{
    font-weight: 600;
}
.careers-wraper h5{
    font-size: 22px;
    font-weight: 700;
}
.section-accordion-2 .accordion-button {
    background: #b11f24;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 18px 15px;
}
.section-accordion-2 .accordion-button::after {
    background: none;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    width: auto;
    height: auto;
}
.section-accordion-2 .accordion-button:not(.collapsed)::after {
    background: none;
}
.section-accordion-2 .accordion-item {
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}
.section-accordion-2 .accordion-item:last-child{
    margin-bottom: 0;
}
.section-accordion-2 .accordion-body {
    padding: 15px 15px 24px;
}
/*Careers page end*/
/*Snow falling effect start*/
#snow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .2;
  }
  
  .flake {
    position: absolute;
  }
  /*Snow falling effect end*/
  .cl-gold {
    color: #d09c32;
}

/*Honda Contract Hire start*/
.ch-Bx1{
    background: #ffffff;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.ch-Bx1 h4{
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
}

.ch-table-1 table{
    font-size: 14px;
    line-height: 1.2;
    table-layout: fixed;
}
.ch-table-1 table b{
    font-weight: 600;
}
.ch-table-1 table th, .ch-table-1 table td{
    padding: 8px 10px;
    vertical-align: middle;
    border: 1px solid #cecece;
}
.ch-table-1 table th:last-child, .ch-table-1 table td:last-child {
    text-align: right;
}
.ch-image {
    margin-bottom: 20px;
    overflow: hidden;
}
.ch-image img {
  transition: transform 0.3s ease;
}

.ch-Bx1:hover img{
  transform: scale(1.1);
}
.ch-btn-row {
    margin-top: auto;
    padding-top: 20px;
}
.ch-btn-row .btn{
    display: block;
    padding: 10px 12px;
    color: #fff;
    font-weight: 500;
    background: #cc0000;
    border-radius: 0;
    border: 1px solid #cc0000;
    border-radius: 8px;
}
.ch-btn-row .btn:hover{
    background: transparent;
    color: #cc0000;
}
.ch-row{
    row-gap:24px;
}
/*Honda Contract Hire end*/

/*Prelude page start*/
.popup-Bx-1 {
    width: 100%;
    height: auto;
/*    aspect-ratio: 1170 / 520;*/
    position: relative;
    overflow: hidden;
}
.popup-Bx-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.popup-Bx-1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.popup-Bx-1::after {
    content: "\f065";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.popup-Bx-1.video::after {
    content: "\f04b";
    opacity: 1;
    display: none;
}
.popup-Bx-1:hover::before {
    opacity: 1;
}
.popup-Bx-1:hover::after {
    opacity: 1;
}
.popup-Bx-1:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.popup-Bx-1 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.video-icon-2 {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    bottom: 50%;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: shadow-pulse 1.8s infinite;
    color: #fff;
    font-size: 24px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 9;
    transform: translate(50%, 50%);
    background: rgba(0, 0, 0, 0.5);
}
.video-icon-2:hover {
  background-color: #fff;
  color: #000;
}
.video-icon-2 img {
  width: auto;
  height: auto;
  display: block;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.91);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}
/*Prelude page end*/

/*Prelude reviews Start*/
.review-gap-1{
    row-gap: 45px;
}
.review-Bx_1{
    border: 0;
    background-color: #fff;
    padding: 42px 30px 30px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.read-More-2 a {
    line-height: 1;
    color: #6c6c6c;
    font-weight: 600;
}
.read-More-2 a:hover{
    color: #cc0000;
}
.review-quote-1 {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}
.review-quote-1.left {
    top: -17px;
    left: 30px;
}
.review-quote-1.right {
    bottom: -17px;
    right: 30px;
}
.review-logo1 {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.review-logo1 img {
    width: 200px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/*Prelude reviews End*/

/*20 Years of Ewens Honda Start*/
.anvrsry-Bx {
    background-color: #b11f24;
    padding: 30px 40px;
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
    text-align: center;
}
.anvrsry-icon {
    flex-shrink: 0;
    width: 100px;
    animation: pop 0.6s ease-out, shake 1s ease-in-out 0.6s infinite;
    transform-origin: center;
}
.anvrsry-Bx:hover .anvrsry-icon{
    animation: none;
}
@keyframes pop {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); }
}
@keyframes shake {
  0%,100% { transform: rotate(0deg); }
  25% { transform: rotate(-8deg); }
  50% { transform: rotate(8deg); }
  75% { transform: rotate(-5deg); }
}
.confetti::before,
.confetti::after {
  content: "🎉 🎊 ✨";
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 22px;
  animation: burst 1.5s ease-out infinite;
}

@keyframes burst {
  0% { transform: scale(0.5) translateY(0); opacity: 1; }
  100% { transform: scale(1.5) translateY(-60px); opacity: 0; }
}
.anvrsry-Bx h2{
    color: #fff;
}
.anvrsry-Bx p{
    font-size: 24px;
    font-weight: 400;
}
.link-1{
    color: #b11f24;
}
.link-1:hover{
    color: #000;
    text-decoration: underline;
}
/*20 Years of Ewens Honda End*/