@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: 'blender';
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'blender';
    src: url(../fonts/blender.ttf);
}

@font-face {
    font-family: 'thunder';
    src: url(../fonts/thunder.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'thunder';
    font-size: 105px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 1;
}

h2 {
    font-family: 'thunder';
    font-size: 90px;
    color: #262525;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'thunder';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'thunder';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    margin-bottom: 25px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}


.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 28px 20px;
}


.meun-sec-btn {
    text-align: end;
}

.header-logo a img {
    width: 189px;
    height: 50px;
    object-fit: cover;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #2eacff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 60px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.menuSection {
    background: #262525;
}

.menuSection .container-fluid {
    padding: 0px 3%;
}

.theme-btn-1 {
    background: #2eacff;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 28px;
    border-radius: 5px;
    font-size: 15px;
}


/* Header Ends */


/* Banner Start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

section.main_slider {
    position: relative;
}

section.main_slider:before {
    content: "";
    position: absolute;
    background: #262525;
    width: 80px;
    height: 89.3%;
    z-index: 9;
}

.banner_text h1 span {
    display: block;
    color: #2eacff;
    background: #262525;
    width: fit-content;
    padding-right: 15px;
    position: relative;
}

.banner_text h1 span:before {
    content: "";
    position: absolute;
    background: #262525;
    width: 100px;
    height: 100%;
    left: -50px;
    z-index: 1;
}

.banner_text {
    position: relative;
    z-index: 99;
}

.banner_text h1 span:before {
    content: "";
    position: absolute;
    background: #262525;
    width: 100px;
    height: 100%;
    left: -50px;
    z-index: -1;
}


section.main_slider .container-fluid {
    padding: 0 8%;
}

.banner_text-pargf p {
    font-family: "Montserrat", sans-serif;
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 600;
}

.banner_text-pargf {
    width: 68%;
    margin: -105px 0 30px auto;
    border-left: 1px solid #4d4c4c;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.socail-link ul {
    position: relative;
    padding-top: 200px;
    padding-bottom: 335px;
}

.socail-link ul li {
    margin-bottom: 30px;
}

.socail-link ul:before {
    content: "";
    position: absolute;
    background: #3c3b3b;
    width: 1px;
    height: 200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
}

.socail-link ul:after {
    content: "";
    position: absolute;
    background: #3c3b3b;
    width: 1px;
    height: 335px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
}

.main_slider-follow-us {
    position: absolute;
    bottom: 25%;
    transform: rotate(-90deg);
    background: #262525;
    padding: 5px 25px;
    left: -25px;
    z-index: 999;
    text-transform: uppercase;
    color: #a2a2a2;
}

.menuSec .active:before {
    content: "";
    position: absolute;
    background: #2eacff;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.socail-link {
    position: absolute;
    z-index: 99;
    left: 0.7%;
    overflow: hidden;
    padding: 0 10px;
}

img.img-fluid {
    width: 100%;
    animation: zoomInOut 20s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

section.main_slider:after {
    content: "";
    position: absolute;
    background: #2eacff;
    width: 20px;
    height: 20px;
    bottom: 95px;
    left: 260px;
    z-index: 9;
}

.socail-link ul li a:hover {
    background: #2eacff;
    color: #fff;
    transform: scale(1.2);
}

.socail-link ul li a {
    color: #3a3939;
    border: 1px solid #3a3939;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
}

.carousel-control-prev,
.carousel-control-next {
    top: inherit;
    position: absolute;

    width: 15%;

    opacity: 0.5;

}

.slider-progress-wrapper {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    color: #fff;
    font-weight: 600;
    right: 40px;
}

.slider-progress {
    width: 350px;
    height: 2px;
    background: #494849;
    position: relative;
}

.slider-progress-bar {
    width: 0%;
    height: 100%;
    background: #00bfff;
    transition: width 0.5s ease;
}

.price-box {
  width: 250px;
  font-family: Arial, sans-serif;
  color: white;
}

.mian-search-box .title {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 5px;
}

.mian-search-box .slider-container {
    position: relative;
    margin-top: 5px;
}



.mian-search-box input[type=range] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    appearance: none;
    height: 5px;
    background: #262525;
    border-radius: 50px;
}

.mian-search-box-btn button {
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 8px 12px;
    font-size: 16px;
    border: none;
}
.mian-search-box input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  height: 14px;
  width: 14px;
  background: #262525;
  border-radius: 50%;
  cursor: pointer;
}

.price-text {
    margin-top: 25px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
}
.slider-progress-wrapper span {
    font-family: 'thunder';
    font-size: 25px;
    letter-spacing: 1px;
}

.carousel-control-prev-icon {
    background-image: url(../images/main-banner-arrow-btn.png);
    width: 37px;
    height: 39px;
}

.carousel-control-next-icon {
    background-image: url(../images/main-banner-arrow-btn.png);
    width: 37px;
    height: 39px;
    transform: rotate(180deg);
}

section.main_slider button.carousel-control-next {
    background: #262525;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 95px;
}

.carousel-control-next {
    right: inherit;
    left: 170px;
}

.carousel-control-prev {
    left: 80px;
}

section.main_slider button.carousel-control-prev {
    background: #262525;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 95px;
}

/* Banner Ends */

/*Serach Box Start*/


.mian-search-box {
    background: #262525;
    padding: 15px 0;
}
.mian-search-contant-box-select label {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 5px;
}
.mian-search-contant-box-select select {
    width: 100%;
    height: 45px;
    padding: 0 0;
    background: none;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    border: none;
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.mian-search-contant-box-select {
    position: relative;
}
.mian-search-contant-box-select-icon {
    position: absolute;
    top: 42px;
    right: 15px;
    pointer-events: none;
}
.mian-search-contant-box-select select option {
    background: #2eacff;
}
.mian-search-contant-box-select-icon i {
    color: #fff;
}
.mian-search-box .container-fluid {
    padding: 0 5%;
}
.nav-link:hover, .nav-link:focus {
    color: #fff !important;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: inherit;
    isolation: inherit;
    border: none;
}
.nav-tabs {
    border-bottom: none !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #2eacff;
    border-color: inherit;
    border: none;
}
.mian-search-contant-box {
    background: #2eacff;
    padding: 15px 30px 15px;
    margin-top: -1px;
}
.nav-tabs .nav-link {
    padding: 10px 30px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
   
    font-family: 'thunder';
    font-size: 20px;
    color: #fff;
}


/*Serach Box Ends*/


/*About Us Start*/

.sec {
    padding: 100px 0;
}

.container-fluid.add-padding {
    padding: 0 5%;
}

.about-us-images img {
    width: 98%;
    border-radius: 10px;
    height: 595px;
    object-fit: cover;
}

.about-us-button-row {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-us-have-any-query-box ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-us-have-any-query-box ul li img {
    width: 34px;
    height: 32px;
    object-fit: cover;
}

.about-us-have-any-query-box ul li a {
    color: #2eacff;
    font-size: 18px;
    margin-top: -20px;
}

.about-us-have-any-query-box ul li span {
    text-transform: uppercase;
    color: #534f4d;
    font-size: 14px;
}

/*About Us Ends */


/*Available Vehicles Start*/


.available-vehicles-heading {
    text-align: center;
}

.available-vehicles-box select {
    width: 100%;
    height: 60px;
    background: #f0f0f0;
    border: none;
    border-radius: 8px;
    color: #707070;
    padding: 0 20px;
    text-transform: uppercase;
}

.available-vehicles-box label {
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.available-vehicles-select-option {
    position: relative;
    display: flex;
    align-items: center;
}

.available-vehicles-select-icon {
    position: absolute;
    right: 10px;
    padding: 0 10px;
    pointer-events: none;
}

.available-vehicles-select-icon img {
    width: 9px;
    height: 5px;
    object-fit: contain;
}

.available-vehicles-select-option:before {
    content: "";
    position: absolute;
    background-image: url(../images/available-vehicles-select-line.png);
    width: 9px;
    height: 100%;
    right: 50px;
}

.available-vehicles-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
}

.available-vehicles-type-make-model-row .row {
    align-items: self-end;
}

.available-vehicles-box button {
    border: none;
}

.available-vehicles-type-make-model-row {
    margin-top: 5px;
}

.available-vehicles-silder-items {
    margin-top: 45px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #0000003b;
}

.available-vehicles-text {
    margin-top: 25px;
}

.available-vehicles-images img {
    width: 100%;
    height: 282px;
    object-fit: cover;
    border-radius: 10px;
}

.available-vehicles-type-make-model-row form {
    width: 90%;
    margin: 0 auto;
}

.available-vehicles-sec .slick-active {
    opacity: 1.5;
}

.available-vehicles-sec .slick-slide {
    margin: 0px 15px 50px;
}

.available-vehicles-text ul li h2 {
    font-size: 25px;
    margin-bottom: 3px;
    color: #222222;
}

.available-vehicles-text ul li strong {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #313131;
}

.available-vehicles-text ul li span {
    font-family: "Montserrat", sans-serif;
    color: #222222;
    font-weight: 600;
    font-size: 16px;
}

.available-vehicles-box-auto-btns {
    padding: 0 20px;
    margin-top: 8px;
}

.available-vehicles-box-auto-btns a {
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    height: 48px;
    margin-top: 12px;
    transition: 0.5s;
}

.available-vehicles-box-auto-btns a:hover * {
    color: #fff;
}

.available-vehicles-box-auto-btns a:hover label img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(4195%) hue-rotate(221deg) brightness(116%) contrast(102%);
}

.available-vehicles-box-auto-btns a label img {
    width: 25px;
    height: 16px;
    object-fit: contain;
}

.available-vehicles-box-auto-btns a span {
    padding: 0 12px;
    color: #737373;
    font-size: 18px;
}

.available-vehicles-button {
    padding: 25px 20px 15px;
}

.available-vehicles-button a {
    color: #2eacff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
}

.available-vehicles-box-auto-btns a:hover {
    background: #2eacff;
    color: #fff;
    transition: 0.5s;
}

.available-vehicles-box-auto-btns label {
    padding: 12px 20px;
    border-right: 1px solid #e1e1e1;
}

.available-vehicles-text ul li h3 i {
    font-size: 16px;
}

.available-vehicles-text h3 {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 10px;
}

.available-vehicles-text ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 20px;
}

.available-vehicles-sec .available-vehicles-text ul li h3 i {
    font-size: 16px;
    color: #ffa200;
}


.available-vehicles-sec .slider-top-counter {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.available-vehicles-sec .slider-top-counter .current {
    color: #1e90ff;
    font-size: 30px;
    font-weight: 700;
    font-family: 'thunder';
}

.available-vehicles-sec .slider-top-counter .total {
    color: #bababa;
    font-size: 30px;
    font-weight: 700;
    font-family: 'thunder';
}

.available-vehicles-sec .counter-line {
    width: 450px;
    height: 2px;
    background: #d4d3d3;
    position: relative;
    overflow: hidden;
}

.available-vehicles-sec .counter-line .progress {
    width: 0%;
    height: 100%;
    background: #1e90ff;
    transition: width .3s ease;
}

.available-vehicles-sec .slick-next {
    top: inherit;
    bottom: -25px;
}

.available-vehicles-sec .slick-prev {
    top: inherit;
    bottom: -25px;
}


.available-vehicles-sec .slick-next {
    right: 400px;
}

.available-vehicles-sec .slick-prev {
    left: 360px;
}

.available-vehicles-sec .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/main-banner-arrow-btn.png);
    width: 37px;
    height: 39px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(0%) sepia(94%) saturate(7408%) hue-rotate(188deg) brightness(93%) contrast(93%);
}

.available-vehicles-sec .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/main-banner-arrow-btn.png);
    width: 37px;
    height: 39px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(0%) sepia(94%) saturate(7408%) hue-rotate(188deg) brightness(93%) contrast(93%);
    transform: rotate(180deg);
}


/*Available Vehicles Ends */



.flexible-finanacing-option-sec {
    background-image: url(../images/flexible-finanacing-option-back.png);
    width: 100%;
    height: 670px;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.flexible-finanacing-option-heading h2 span {
    display: block;
}
.flexible-finanacing-option-heading h2 {
    line-height: 1;
    color: #fff;
}
.flexible-finanacing-option-heading h2 span {
    color: #2eacff;
}
.flexible-finanacing-option-heading p {
    color: #b6dcf5;
    margin-bottom: 0;
    margin-top: 15px;
    width: 35%;
}
.flexible-finanacing-option-points h2 {
    font-size: 50px;
    color: #fff;
}
.flexible-finanacing-option-points ul li {
    font-family: 'Montserrat';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.flexible-finanacing-option-points {
    margin-top: 170px;
}
.flexible-finanacing-option-points ul {
    margin-top: 12px;
    position: relative;
}

.flexible-finanacing-option-points ul:before {
    content: "";
    position: absolute;
    background: #5ab2ec;
    width: 1px;
    height: 350px;
    left: 4px;
}
.flexible-finanacing-option-points ul li:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    z-index: 99;
}

li.main-point:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: -5px;
}

.flexible-finanacing-option-heading-btn a {
    background: #fff;
    color: #000;
}
.flexible-finanacing-option-heading-btn {
    margin-top: 20px;
}
li.main-point {
    font-family: 'thunder' !important;
    font-size: 25px !important;
    margin-bottom: 10px;
}



/*Our Services Start*/




.our-services-heading {
    text-align: center;
}

.our-services-silder-items-heading h2 {
    font-size: 26px;
    color: #222222;
    margin-bottom: 5px;
}

.our-services-silder-items-heading {
    padding: 15px 0;
}
.our-services-heading p {
    margin-bottom: 0;
}
.our-services-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 5.2 !important;
}
.our-services-silder-items-img img {
    width: 100%;
    height: 332px;
    object-fit: cover;
    border-radius: 8px;
}
.our-services-silder-items {
    margin-top: 25px;
}

.our-services-silder .slick-slide.slick-current.slick-center .our-services-silder-items .our-services-silder-items-img img {
    height: 520px;
}
.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items {
    position: relative;
}
.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items .our-services-silder-items-heading {
    position: absolute;
    bottom: 5px;
    width: 98%;
    background: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 20px 20px;
    border-radius: 5px;
}
.our-services-silder .slick-slide.slick-current.slick-active.slick-center .our-services-silder-items .our-services-silder-items-heading  a {
   opacity: 1;
}
.our-services-silder-items-heading a {
    color: #2eacff;
    text-transform: uppercase;
    text-decoration: underline;
    opacity: 0;
}
.our-services-silder-items-heading p {
    margin-bottom: 10px;
}


/*Our Services Ends */





/*Why Choose Us Start*/

.why-choose-us-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
}
.why-choose-us-text {
    width: 97%;
}
.why-choose-us-text p {
    margin-bottom: 20px;
}


/*Why Choose Us Ends*/






/*Why Choose Us Start */




.why-choose-us-text ul li a {
    color: #171717;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    border-bottom: 1px solid #d9d9d9;
    font-family: 'blender';
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-right: 100px;
}

ul.why-choose-points {
    margin-top: 40px;
}

.why-choose-us-text .about-us-have-any-query-box ul {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    margin-top: 0 !important;
}
.why-choose-us-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin-top: 30px;
}
ul.why-choose-points li a {
    padding-bottom: 0;
    border-bottom: none;
}
.why-choose-us-text .about-us-button-row {
    margin-top: 40px;
    gap: 35px;
}
.why-choose-us-text .about-us-have-any-query-box ul li a {
    padding: 0;
    margin: 0;
    color: #2eacff;
    border: none;
    margin-top: -3px;
}
.why-choose-us-text .about-us-have-any-query-box ul li span {
    color: #1f1a17;
}
.why-choose-us-text .about-us-btn a {
    padding: 18px 50px;
}

/*Why Choose Us Ends*/


/* What Clients Say Start */

.real-slid .slick-active {
  opacity: 1;
}

.real-img-sm img {
    width: 70px;
    border-radius: 2px;
    height: 70px;
    object-fit: cover;
}
.real-main-bx:hover * {
    color: #fff;
}



.real-img-sm {
  display: flex;
  align-items: center;
  gap: 20px;
}

.real-img-sm h5 {
  font-size: 18px;
  color: #000000;
  margin: 0;
  line-height: 20px;
  font-family: 'blender';
  text-transform: uppercase;
}

.real-img-sm h5 span {
    display: block;
    font-family: 'Montserrat';
    font-size: 12px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 700;
}

.real-talk-txt {
  text-align: center;
}



.real-talk-txt p {
  font-size: 14px;
  color: #868686;
  width: 52%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.real-main-bx p {
    font-size: 14px;
    color: #5e5e5e;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}



.star {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
}

.main-bx-work:hover {
  background-color: #b3242b;
  transition: 2s;
}

.main-bx-work:hover p {
  color: #fff;
}

.main-bx-work:hover h5 {
  color: #fff;
}

.main-bx-work:hover h4 {
  background-color: #fff;
  color: #000;
}

.star ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.star ul li a i {
    color: #fe7e3f;
    font-size: 15px;
}

.star h5 {
    font-size: 16px;
    color: #363636;
    margin: 0;
    font-weight: 600;
    font-family: 'blender';
}

section.real-talk .container-fluid {
    padding: 0 2%;
}

section.real-talk .real-slid {
  width: 100%;
}

.real-main-bx:hover {
    background-color: #2eacff;
    color: #fff;
    border-radius: 10px;
}

.real-main-bx:hover h5 {
  color: #fff;
}

.real-main-bx:hover .star ul li a i {
  color: #fff;
}

.real-main-bx:hover p {
  color: #ffffffe6;
}

.real-main-bx {
    padding: 18px 25px;
    border-radius: 10px;
    margin-bottom: 0px;
    transition: 0.5s;
    margin-top: 8px;
}

.real-slid .slick-track {
    margin-bottom: 0px;
}


/* What Clients Say Ends */







/* Footer Css Start */

footer {
    padding: 70px 0 0px 0;
    position: relative;
    z-index: 0;
    background-color: #0e0e0e;
}
.foot-bottom {
    background: #0e0e0e;
    margin-top: 0px;
    padding: 25px 0px;
    text-align: center;
}

footer h5 {
    position: relative;
    font-size: 22px;
    padding-left: 0px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: 'thunder';
}

footer h5:before {
    position: absolute;
    content: "";
    width: 75%;
    height: 1px;
    background: #535353;
    top: 40px;
    left: 0;
}

p.ftr_leftp {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
}

p.ftr_leftp::before {
    position: absolute;
    content: "";
    width: 87%;
    height: 1px;
    background: #434343;
    top: -22px;
    left: 0;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: #2eacff;
    border-radius: 50%;
    font-size: 15px;
    border: 1px solid #2eacff;
    transition: 0.5s;
    margin-right: 2px;
}

.quick-links a:hover {
    color: #2eacff;
    transition: 0.5s;
    margin-left: 15px;
}

img.img-fluid {
    width: 100%;
}

.social-links a:hover {
    background-color: #fff;
    color: #2ea7de;
    border: 1px solid #2ea7de;
}
.quick-links a {
    font-size: 14px;
    font-family: "Montserrat";
    color: #717171;
    line-height: 40px;
    font-weight: 600;
    transition: 0.5s;
}
footer .container-fluid {
    padding: 0px 4%;
}

ul.contList li a {
    color: #787878;
    font-family: 'Montserrat';
    font-weight: 600;
}

ul.contList li a:hover {
    color: #2ea7de;
}

ul.contList li a i {
    color: #adadad;
    font-size: 16px;
    margin-right: 15px;
}

ul.contList {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 15px;
}

li.contListli a {
    display: flex;
    align-items: center;
    justify-content: start;
}

li.contListli i {
    color: #adadad;
}


.box-text ul li i {
    font-size: 20px;
}

li.contListli {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 15px;
}

.foot-bottom {
    border-top: 1px solid #484848;
    position: relative;
    margin-top: 65px;
}

.foot-bottom p {
    color: #787878;
    text-align: start;
    margin: unset;
    text-transform: capitalize;
}

.foot-bottom .container-fluid {
    padding-bottom: 0;
}

.arowbtn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    background-color: #2ea7de;
}

.arowbtn:hover {
    background-color: #000000;
    color: #00aeef;
    border: 1px solid #2eacff;
}

.ftr_padding {
    padding-left: 60px;
}
.ftr_logo a img {
    width: 100%;
}
ul.contList li a p {
    margin-bottom: 0px;
    color: #787878;
    font-family: 'Montserrat';
    font-weight: 600;
}
ul.contList li {
    margin-bottom: 10px;
}

ul.contList {
    margin-top: 47px;
}
h5.footer-follow-heading:before {
    display: none;
}


/* Footer Css End */

.sec2{
    padding: 40px 0;
}
.inner_bann{
    padding: 80px 0;
    background-color: #2eacff;
}
.inner_bann .innr_txt{}
.inner_bann .innr_txt h2{
    color: #fff;
}

.emp-pg img{
    width: 100%;
    height: auto;
}

.emp-pg{
    padding: 60px 0;
}


.sec2 img {
    width: 100%;
    height: auto;
}

.team_Sec{
    padding: 60px 0;
    text-align: center;
}
.team_Sec .team_txt{
    margin: 0 0 50px 0;
}
.team_Sec .team_txt h2{}
.team_Sec .team_txt p{}
.team_Sec .person_box{
    padding: 30px 20px;
    background: #47aefd;
    border: 1px solid #000;
    border-radius: 5px;
}
.team_Sec .person_box img{
    margin: 0 0 40px 0;
}
.team_Sec .person_box h5{
    font-family: 'thunder';
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.team_Sec .person_box p{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

.contact_info{
    padding: 60px 0 30px 0;
}
.contact_info .contact_txt{}
.contact_info .contact_txt h2{
    text-align: center;
    margin: 0 0 20px 0;
}
.contact_info .contact_txt p{
    text-align: center;
}
.contact_info ul{
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.contact_info ul li{
    padding: 40px 30px;
    height: 210px;
    background-color: #2eacff;
    border-radius: 15px;
    width: 32%;
}
.contact_info ul li p{
    font-family: 'thunder';
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #fff;
}
.contact_info ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
}


.contact_form{
    padding: 30px 0;
}
.contact_form .form_detail{
    text-align: center;
    margin: 0 0 50px 0;
}
.contact_form .form_detail h2{}
.contact_form .form_detail p{}
.contact_form .grp{
    margin: 0 0 25px 0;
}
.contact_form .grp label{
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: #000;
}

.contact_form .grp label i{
    color: #c02b0a;
}

.contact_form .grp input{
    border: 2px solid black;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    padding: 10px 10px;
}

.contact_form .grp textarea{
    border: 2px solid black;
    border-radius: 5px;
    width: 100%;
    height: 192px;
    padding: 10px 10px;
}

.contact_form .grp button{
    color: white;
    background: #2eacff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;}


.contact_form .grp .d-flex input{
    width: 10%;
}
.contact_form .grp .d-flex select{
    border: 2px solid black;
    border-radius: 5px;
    width: 10%;
    height: 45px;
    padding: 10px 10px;
}

.contact_form .grp .d-flex{
    gap: 10px;
}

.map_Sec {

padding: 30px 0 60px 0;
}

.map_Sec iframe{
    width: 100%;
}


.range-slider {
    width: 100%;
    position: relative;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0 0;
}

.range-slider input {
    border: none;
}

.range-slider .rangeValues {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #393939;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0px !important;
    height: 0;
    top: -15%;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #2eacff;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #2eacff;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2eacff;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 10px;
    background: #2eacff;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #2eacff;
}


.filterbtn a {
    font-size: 16px;
    color: #000;
    padding: 6px 15px;
    border: 2px solid #47aefd;
    border-radius: 3px;
}

.product-bar h5 {
    font-size: 32px;
    font-family: 'thunder';
    color: #262525;
    font-weight: 500;
}


section.shop_Sec {
    padding: 60px 0;
}

.select_wrpr{
    margin: 70px 0 0 0;
}
.select_wrpr .grrp{}
.select_wrpr .grrp h5{
    font-size: 32px;
    font-family: 'thunder';
    color: #262525;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.select_wrpr .grrp .selct_wrp{
    width: 100%; */
    height: 51px;
    border-radius: 5px;
    box-shadow: 0 0 14px 4px #0000002b;
    border: 0;
    margin-top: 10px;
    border-bottom: 3px solid #2eacff;
    line-height: normal;
    /* display: inline; */
    padding-top: 3px;
    padding-right: 10px;
}
.select_wrpr .grrp .selct_wrp select{
    width: 100%;
    height: 45px;
    border: 0;
}


 /* Scoped styles */
  #doubleRangeSlider2 {
    width: 300px;
    position: relative;
    font-family: Arial, sans-serif;
  }
  #doubleRangeSlider2 input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    background: transparent;
    position: absolute;
    pointer-events: none;
    height: 40px;
  }
  #doubleRangeSlider2 input[type=range]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #4a90e2;
    cursor: pointer;
    border: 2px solid #3a78c2;
    margin-top: -8px;
    position: relative;
    z-index: 2;
  }
  #doubleRangeSlider2 input[type=range]::-moz-range-thumb {
    pointer-events: auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #4a90e2;
    cursor: pointer;
    border: 2px solid #3a78c2;
    position: relative;
    z-index: 2;
  }
  #doubleRangeSlider2 input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    background: #cde4fc;
    border-radius: 3px;
  }
  #doubleRangeSlider2 input[type=range]::-moz-range-track {
    height: 4px;
    background: #cde4fc;
    border-radius: 3px;
  }
  #sliderTrack2 {
    position: absolute;
    height: 4px;
    top: 12px;
    background: #4a90e2;
    border-radius: 3px;
    z-index: 1;
  }
  .values-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    font-size: 14px;
  }
  .values-2 span {
    min-width: 50px;
    text-align: center;
  }

  .shop_Sec ul{
    justify-content: space-between;
    display: flex;
}
  .shop_Sec ul li{}
  .shop_Sec ul li.left{}
  .shop_Sec ul li.left .d-flex{
    margin: 0 0 10px 0;
}
  .shop_Sec ul li.left .d-flex span{
    font-size: 15px;
    color: #767676;
    font-family: 'blender';
}
  .shop_Sec ul li.left h4{
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
}
  .shop_Sec ul li.right{} 
  .shop_Sec ul li.right select{
    padding: 8px 40px;
} 





    .range-container {
        /* display: flex; */
        flex-direction: column;
        gap: 30px;
        align-items: center;
        margin: 50px 0 0 0;
      }

      .input-group {
        display: flex;
        gap: 0;
        flex-wrap: unset;
        justify-content: space-between;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin: 10px 0 0 0;
      }

      .input-wrapper {
        position: relative;
        flex: 1;
      }

      .input-group::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #333;
        transform: translateX(-50%);
        display: none;
      }

      .range-input-text {
        width: 30%;
        height: auto;
        border: none;
        background: transparent;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        color: #1D1E27;
        outline: none;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }

      .range-input-text::-webkit-outer-spin-button,
      .range-input-text::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

      .range-input-text::placeholder {
        color: #666;
      }

      .unit-label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        color: #666;
        font-weight: 300;
        pointer-events: none;
        right: 10px;
      }

      .thumbs {
        display: grid;
      }

     .range {
        --range-track-top: 10px;
        --min-thumb-percent: 0;
        --max-thumb-percent: 75;
        --range-progress-w: calc(
          (var(--max-thumb-percent) - var(--min-thumb-percent)) * 1%
        );
        --range-progress-left: calc(var(--min-thumb-percent) * 1%);
        position: relative;
        display: grid;
        width: 100%;
      }

      .range-input {
        width: 100%;
        height: 27px;
        grid-area: 1 / 1;
        border-radius: 10px;
        appearance: none;
        background: none;
        pointer-events: none;
      }

      .range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: none;
        border-radius: 50px;
        background-color: #2eacff;
        transition: 300ms;
        pointer-events: auto;
        cursor: pointer;
      }

      .range-input::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: none;
        border-radius: 50px;
        background-color: #2eacff;
        transition: 300ms;
        pointer-events: auto;
        cursor: pointer;
      }

      .range-input:hover::-webkit-slider-thumb,
      .range-input:hover::-moz-range-thumb {
        transform: scale(1.1);
      }

      .range-input:focus-visible,
      .range-input:focus-visible::-webkit-slider-thumb,
      .range-input:focus-visible::-moz-range-thumb {
        outline-offset: 7px;
        outline: 1px solid #c56fff;
      }

      .track {
        position: absolute;
        top: var(--range-track-top);
        width: 100%;
        height: 6px;
        border-radius: 10px;
        background-color: #ababab;
        z-index: -1;
      }

      .progress {
        position: absolute;
        top: var(--range-track-top);
        left: var(--range-progress-left);
        width: var(--range-progress-w);
        height: 6px;
        border-radius: 10px;
        background-color: #47aefd;
        z-index: -1;
      }

      section.detail_Sec .slick-slide.slick-current.slick-active {opacity: 1; }
      section.detail_Sec .slick-slide.slick-current.slick-active .productdetailsmallportion img{border: 2px solid #000;}
      section.detail_Sec {padding: 60px 0; }
      section.detail_Sec .slick-slide {margin: 0px 10px; }
      .productdetailportion img {height: 445px; }
      .productdetailsmallportion img {height: 100px;}
      .productdetailfor.slick-initialized.slick-slider {margin: 0 0 20px 0; }

      .detail_wrp{
    padding: 0 0 0 30px;
}
      .detail_wrp h1{
    color: #000;
    font-size: 90px;
    margin: 0 0 30px 0;
}
      .detail_wrp h6{
    font-size: 30px;
    color: black;
    font-weight: 700;
    font-family: 'Montserrat';
    margin: 0 0 30px 0;
}
      .detail_wrp p{}
      .detail_wrp .btn_wrp{}
      .detail_wrp .btn_wrp a{}

.tbs_detail.tabs.current {
    display: block;
}

.tbs_detail.tabs {
    display: none;
}
.feed_wrp{}
.feed_wrp .tbs{}
.feed_wrp .tbs .itm{
    display: inline-block;
    margin: 0 20px;
    padding: 10px;
    background: transparent;
    color: #515151;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.feed_wrp .tbs .itm.current{
    background: #000;
    color: #fff;
}
.feed_wrp .tbs .tbs_detail{
    margin: 40px 0 0 0;
}
.feed_wrp .tbs .tbs_detail p{
    margin: 0 0 10px 0;
}

.feed_wrp .tbs .tbs_detail ul{}
.feed_wrp .tbs .tbs_detail ul li{
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    gap: 80px;
    padding: 12px 0;
}
.feed_wrp .tbs .tbs_detail ul li span{
    margin: 0;
    width: 10%;
}
.feed_wrp .tbs .tbs_detail ul li p{
    margin: 0;
}
.feed_wrp .tbs .tbs_detail ul li p i{
    color: #28b16d;
}

/* Rating Stars */

.prd-review-input .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prd-review-input .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prd-review-input .rating:not(:checked)>label:before {
    content: "\f005";
    font-family: 'FontAwesome';
}

.prd-review-input .rating>input:checked+label:hover,
.prd-review-input .rating>input:checked+label:hover~label,
.prd-review-input .rating>input:checked~label:hover,
.prd-review-input .rating>input:checked~label:hover~label,
.prd-review-input .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prd-review-input .rating:not(:checked)>label:hover,
.prd-review-input .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prd-review-input .rating>input:checked~label {
    color: #ffa723;
}

.rating {
    margin: -10px 0 0 0;
    width: 100%;
    display: flex;
}

/* Rating Stars */



.grpz {
    margin: 0 0 15px 0;
}

.grpz textarea {
    width: 100%;
    height: 120px;
    resize: none;
}

.grpz button {
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    padding: 8px 20px;
    text-transform: capitalize;
}

.grpz .d-flex {
    gap: 10px;
}

.table-wrapper{
    width: 95%;
    margin: 20px auto;
    border: 1px solid #ddd;
    padding: 15px;
}
table{
    width: 100%;
    border-collapse: collapse;
}
th{
    text-align: left;
    padding: 10px;
    font-size: 18px;
}
td{
    padding: 10px;
    vertical-align: middle;
}
.product-box{
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-box img{
    width: 180px;
    border-radius: 4px;
}
.remove{
    color: red;
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.qty input{
    width: 50px;
    padding: 5px;
    text-align: center;
}
.total{
    font-weight: bold;
}
.update-btn{
    float: right;
    background: #3da5ff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.update-btn:hover{
    background: #2b8be0;
}


.table-wrapper h5 {
    font-family: 'blender';
    font-size: 34px;
}

.table-wrapper button{
    border: 0;
}

.send_request_form{
    padding: 40px 0 0 0;
}
.send_request_form h3{}
.send_request_form .gritm{
    margin: 20px 0;
}
.send_request_form .gritm label{
    font-size: 18px;
    display: block;
    color: black;
    margin: 0 0 5px 0;
}
.send_request_form .gritm input{
    width: 100%;
    border: 1px solid #000;
    height: 40px;
    border-radius: 5px;
    padding: 10px 20px;
}

.send_request_form .gritm textarea{
    width: 100%;
    border: 1px solid #000;
    height: 100px;
    border-radius: 5px;
    padding: 10px 20px;
    resize: none;
}
.send_request_form .gritm button{
    border: 0;
}
section.cart_Sec {
    padding: 60px 0;
}

section.feed_back_Sec {
    padding: 0 0 60px 0;
}

section.terms_policy {
    padding: 60px 0;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/