

.text-position-first {
    position: absolute;
    text-align: center;
    font-size: 45px;
    color: white;
    z-index: 1;
    top: -8em;
    left: 6em;
}

.text-position-second {
    position: absolute;
    text-align: center;
    color: white;
    font-size: 45px;
    z-index: 1;
    top: -5em;
    left: 6em;
}

.text-position-third {
    position: absolute;
    text-align: left;
    color: white;
    font-size: 45px;
    z-index: 1;
    top: -5em;
    left: 6em;
}

.text-bold {
    font-weight: bold;
    color: #ffffff;
    text-shadow: black 2px;
    font-size: 45px;
}

/* section search vehicles */
.Search-our-vehicles {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.Search-our-vehicles h3 {
    font-weight: 700 !important;
}

.Search.our.vehicles h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 29px;
    margin-bottom: 53px;
}

.col-sm-12 {
    /*display: flex;*/
    flex-direction: row;
    align-items: end;
}

.new-class img {
    width: 164px;
    height: auto;
}

.category-slider {
    display: flex;
    justify-content: center;
}

.w3-btn.w3-teal {
    height: 51px;
    width: 251px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: white;
    font-weight: bolder;
    font-weight: 600;
    letter-spacing: .88px;
    color: #fff;
    display: table;
    line-height: 52px;
    padding: 0;
    width: 274px;
    text-align: center;
    text-transform: uppercase;
    background: rgb(41, 48, 51);
    border: none;
}

.w3-btn.w3-black {
    height: 51px;
    width: 251px;
    line-height: 48px;
    border: 2px solid #8bc6e4;
    background: transparent;
    color: #8bc6e4;
    border-radius: 3px;
    display: table;
    line-height: 52px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    margin-right: 39px;
}

.button-search {
    display: flex;
    justify-content: center;
    margin-top: 55px !important;
}

.w3-btn.w3-black:hover {
    background: #8bc6e4;
    border-color: #8bc6e4;
    color: #fff;
}

/* Latest car */
.Latest-car {
    text-align: center;
}

.Latest-car h3 {
    margin-top: 5%;
    margin-bottom: 2%;
    font-weight: bold;
}


.vehicle-section {
    width: 100%;
    overflow: hidden;
}

.item-img {
    width: 100%;
    height: auto;
    position: relative;
}

div {
    text-decoration: none;
    word-wrap: break-word;
    outline: none;
    font-family: 'Nunito', sans-serif;
}

a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.product-image .vehicle-badges {
    right: 0 !important;
}

.product-image .vehicle-badges {
    position: relative;
    width: 100%;
}

.vehicle-badges {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.vehicle-tile__badge {
    background: #c72328 !important;
}

.vehicle-tile__badge {
    position: absolute;
    color: #fff;
    top: -13px;
    left: -23px;
    z-index: 1;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(-39deg);
    width: 32%;
    height: auto;
    padding-left: 22px;
    padding-top: 11px;
    padding-bottom: 4px;
}


.col-md-3.container-fluid {
    margin-bottom: 15em !important;
}

span {
    word-wrap: break-word;
}

.vehicle-section img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 4s ease;
}

.vehicle-section img {
    height: 230px !important;
    max-height: 230px !important;
}

.vehicle-details ul {
    list-style: none;
    margin-bottom: 0em;
    align-items: center;
}

.vehicle-details ul {
    padding: 0px 10px !important;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.vehicle-details h3 {
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
}

.car-features ul li.feature-list {
    color: #646464;
    flex-flow: row;
    align-items: center;
    word-break: break-word;
}

.car-features ul li.feature-list {
    margin: 0;
    font-size: 13px !important;
}

.vehicle-save.btn-primary {
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #c72329 !important;
}

.vehicle-save {
    font-size: 0.7em !important;
    border-radius: 20px;
    padding: 0.5rem;
    font-weight: bold;
    margin-left: 5px;
}

.price-section.flex p.price {
    margin: 0.4em 0 !important;
    display: inline-flex;
    flex-flow: column;
    line-height: 1.5;
}

.price-section.flex p.price {
    width: auto !important;
    max-width: 100% !important;
    font-size: 20px !important;
}

.price-section.flex p.price {
    text-align: center !important;
    align-items: center !important;
}

.price-section.flex p.price {
    font-weight: bold;
    color: #236490;
    padding: 0;
}

.vehicle-details .price-row .price-section {
   
    border: 1px solid #e6e6e6;
}

.price-row .price-section {
    align-items: center !important;
}

.price-row .price-section {
    padding: 0px 5px !important;
}

.price-section {
margin-left: 10px;    
}

.item-fav-icon {
    float: right;
    font-size: 1.5em;
    transition: all, .5s;
    -webkit-transition: all, .5s;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
}

.flex-list {
    display: flex;
}

.vehicle-section img:hover {
    transform: scale(1.15);
    transition-timing-function: cubic-bezier(0, .88, .44, 1);
}

.vehicle-section img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 4s ease;
    transition-timing-function: ease;
}

.vehicle-section img {
    height: 230px !important;
    max-height: 230px !important;
}

.backgound-latest-car {
    background-color: #c7cccf59;
    padding-top: 40px;
    padding-bottom: 40px;
}

.col-sm-4 {
    padding: 39px;

}

/* caluculater */
.text {

    margin: 0;
    padding-top: 2rem;
    position: relative;
    z-index: 10;
    margin: 0px 9px 135px 0px;
}

.text .text-inner {
    max-width: 600px;
    margin: auto;
}

.text h2 {
    color: #555;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: .79px;
    line-height: 33px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: center;
}

.text p {
    font-family: "Nunito", sans-serif;
    color: #434343;
    font-size: 16px;
    letter-spacing: .19px;
    line-height: 25px;
    text-align: center;
}

.text .fin-links {
    padding-top: 1.5rem;
    display: flex;
}

.text .home-btn {
    margin-bottom: 1rem;
}

.fin-links a {
    display: inline-block;
    margin: 0 .5rem;
    margin-bottom: 0px;
}

a.home-btn.border-btn {
    line-height: 48px;
    border: 2px solid #8bc6e4;
    background: transparent;
    color: #ffffff;
}

.home-btn {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    letter-spacing: .88px;
    color: #fff;
    line-height: 52px;
    padding: 0;
    width: 274px;
    text-align: center;
    text-transform: uppercase;
    background: #8bc6e4;
    border-radius: 3px;
    width: 304px !important;
    text-decoration: none;
}

.home-btn.border-btn:hover, .home-btn.border-btn:focus, .home-btn.border-btn:active {
    background: #8bc6e4;
    border-color: #8bc6e4;
    color: #fff;
}

.text-calulation-inner h3 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    letter-spacing: .4px;
    margin-bottom: 0;
    line-height: 79px;
    text-align: center;
}

.purchase-price label {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0;
    margin-bottom: .5rem;
    display: block;
    line-height: 1;
    padding-left: .875rem;
    font-weight: bold;
}

.purchase-price .input-wrapper {
    position: relative;
}

.purchase-price .input-wrapper input {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    width: 86%;
    border-radius: 26px;
    box-shadow: 0 4px 11px -4px rgba(228, 38, 31, 0);
}

input[type="number"] {
    -moz-appearance: textfield;
}

.term-select {
    padding-bottom: 1.25rem;
}

.term-select label {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0;
    margin-bottom: .5rem;
    display: block;
    line-height: 1;
    padding-left: .875rem;

}

.list-display {
    display: flex;
    padding-right: 5px;
    margin-right: 5px;
    justify-content: space-evenly;
    width: 75%;
}

.list-display li {
    background-color: #ffffffa1;
    display: flex;
    padding: 19px;
    border-radius: 31px;
    height: 58px;
    margin-left: 6px;
}

.Calculator {
    background-color: #8bc6e4;
    height: 400px;
    border-radius: 40px;
}

.text-calulation {
    background-color: #8bc6e4;
    border-radius: 25px;
}

.inner-new-section {
    padding: 49px 5px 0 89px;
    text-align: start;
}

.home-btn.apply-btn.cal-btn {
    background-color: white;
    color: black;
    padding: 19px 80px 19px 80px;
    margin-left: 111px;
    margin-bottom: 80px;
}

.purchase-price {
    margin-left: 53px;
}

.small-12.columns.end.term-select {
    margin-left: 53px;
}

.col-img img {
    width: 100%;
    height: 300px;
    margin-bottom: 31px;
}

.container-fluid.absolute {
    position: absolute;
    top: 2061px;
    z-index: 0;
}

.col-sm-5 {
    z-index: 1;
}

/* About us section */
.img-width img {
    width: 450px;
}

p.ftr-lbl-colr:hover {
    color: #91c9e3;
}

.col-sm-2.about-us-section img {
    width: 182px;
}

.col-sm-6.img-width {
    padding: 85px 0 0 45px;
}

.col-sm-6.text-padding {
    padding: 58px 50px 54px 93px;
}

.col-img {
    position: absolute;
    top: 2238px;
    width: 100%;
}

.row.img-postion {
    position: relative;
}

.margin-top-about {
    margin-top: 1em;
}

h3.text-new-center {
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-top: 46px;
}

.col-sm-6.text-padding p {
    color: #8f8f8f;
}


.carousel-item.full-screen {
    background-repeat: no-repeat !important;
}

.carousel-item
{
    height:600px!important;
}

a.product-image {
    text-decoration: none;
}

input#finance-calc-price:focus-visible {
    outline: white 1px;
}

.container-fluid.margin-top-about {
    padding-left: 0px;
}

.container-fluid.vechicle-border-btm {
    border-bottom: black solid;
}

a.nav-link.active.text-color-active {
    color: #70828e !important;
    font-weight: 600;
}

/* section -2 */
label.desktop-title {
    font-weight: 600;
    color: #232323;
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-left: 22px;
}

.advance-search, .advance-search .filterBox {
    width: 100%;
}

.advance-search.list-style-sidebar .filterBox {
    padding: 1em;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 25%);
    margin-left: 22px;
}

.filterBox {
    justify-content: space-between;
    /*padding: 2em 1.5em;*/
    background: #fff;
    border-radius: 10px;
}

.filterBox {
    border-radius: 10px;
}

.tablenav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}

.blog-post a {
    color: inherit;
}

.col-sm-9.container-fluid {
    display: flex;
    justify-content: center;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}

.filterBox .inputWrapper input, .advance-search .filterBox .customSelectBox, .advance-search .filterBox button {
    height: 35px;
    font-size: 15px;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    background-color: #e5e5e5;

}

.advance-search .filterBox label.title {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
}

.advance-search label.title {
    font-weight: bold;
    font-size: 13px;
}

.list-style-sidebar select {
    width: 100% !important;
    background: #e3e3e3;
    height: 35px;
    font-size: 15px;
    padding: 0 10px;

    border-radius: 0;
    border: none;
    margin-top: 10px;
}

.advance-search .filterBox .formGroup {
    margin-top: 0;
    margin-bottom: 10px;
}

.filterBox .custom-RadioBox {
    display: flex;
    align-items: center;
}

.filterBox .inputWrapper {
    width: 100%;
    position: relative;
}

.radio-Container {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    width: 50%;
    text-align: center;
    font-size: 15px;
}

.filterBox .custom-RadioBox input {
    width: 0;
    display: none;
}

.filterBox .inputWrapper input {
    width: 100%;
    position: relative;
    background: #e3e3e3;
    border: none;
}

.radio-Container input:checked~.radioLabel {
    color: #fefefe;
    background-color: red;
}

.advance-search .radio-Container .radioLabel {
    height: 35px;
}

.radio-Container .radioLabel {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    text-align: center;
    justify-content: center;

}

.radio-Container input:checked~.checkmark {
    color: #fefefe;
    background: #c72329 !important;
    box-shadow: 0 0 5px 0 #ccc;
}

.filterBox .priceBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterBox .inputWrapper {
    width: 100%;
    position: relative;
}

.advance-search .filterBox .formGroup {
    display: block;
}

.card .vehicle-details .buttonBox {
    padding: 10px;
    display: flex;
}

.card .vehicle-details .buttonBox button, .all-product-view .card .vehicle-details .buttonBox button:hover, .all-product-view .card .vehicle-details .buttonBox button:focus, .all-product-view .card .vehicle-details .buttonBox button:active {
    width: 100%;
    background: #e6e6e6;
    border: none;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    outline: none;
}

.card .vehicle-details .buttonBox button, .all-product-view .card .vehicle-details .buttonBox button:hover, .all-product-view .card .vehicle-details .buttonBox button:focus, .all-product-view .card .vehicle-details .buttonBox button:active {
    width: 100%;
    background: rgb(41, 48, 51) !important;
    border: none;
    font-size: 13px;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 0;
    outline: none;
    font-weight: 100;
}

/* details page */
.single-page-sub-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 5px 15px 5px 15px;
}

.single-page-sub-header .row.feet-onscreen {
    display: flex;
    font-size: 14px !important;
    justify-content: space-between;
}

.back-to-page {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.single-blog .blog-post .post-excerpt.post-desc p a {
    text-decoration: underline;
    color: #232323;
}

.back-link i {
    font-size: 9px;
    font-weight: 100;
}

.single-blog .blog-post .post-excerpt .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-page-sub-header .row.feet-onscreen .col-sm-6 .single-product-share-deatils {
    width: 100%;
    justify-content: flex-end;
}

.single-product-share-deatils {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: right;
}

.single-product-share-deatils .social {
    margin: 0 5px;
    position: relative;
}

.single-product-share-deatils .social button, .single-product-share-deatils .social button:hover, .single-product-share-deatils .social button:active, .single-product-share-deatils .social button:focus {
    background: transparent;
    border: none;
    color: #000;
    outline: none;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.row.feet-onscreen {
    width: 100%;
}

.single-product-share-deatils .social {
    margin: 0 5px;
    position: relative;
}

.single-product-share-deatils .social button i {
    margin-left: 5px;
    margin-right: 5px;
}

.single-product-share-deatils .social button .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.single-product-share-deatils .social ul.share-list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 101;
    padding: 0;
}

.single-product-share-deatils .social ul.share-list li a {
    height: auto;
    width: auto;
}

.single-product-share-deatils li a {
    padding: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 5px;
}

.single-product-share-deatils .social ul.share-list li a i {
    margin-right: 15px;
}

.single-product-share-deatils .social ul.share-list li a i {
    margin-right: 15px;
}

.single-product-share-deatils .social {
    margin: 0 5px;
    position: relative;
}

.tooltip-link {
    position: relative;
    display: inline-block;
}

.single-product-share-deatils .social button, .single-product-share-deatils .social button:hover, .single-product-share-deatils .social button:active, .single-product-share-deatils .social button:focus {
    background: transparent;
    border: none;
    color: #000;
    outline: none;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.tooltip-link .tooltiptext-link {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.single-product-share-deatils .single-product-fav .item-fav-icon {
    font-size: 20px;
}

.single-product-name-price-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.single-product-name-price-wrapper {
    background: #fbfbfbb5;
    position: relative;
    box-shadow: 0px 0px 5px #aaaaaa57;
}

.single-product-name-wrapper {
    padding: 15px !important;
}

.single-product-name-wrapper {
    padding: 10px 20px !important;
    height: 100% !important;
    align-items: center;
    display: flex;
}

.single-product-name-price-wrapper h2 {
    position: relative;
    margin: 0;
}

.single-product-price-wrapper {
    width: 100%;
    height: 100%;
}

.single-product-price-wrapper {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.single-product-estmated-price-wrapper {
    background: #eee;
}

.calculate-finance, .single-product-estmated-price-wrapper {
    text-align: left;
}

.single-product-estmated-price-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    padding: 10px !important;
}

.single-product-estmated-price-wrapper .single-product-price-original {
    font-size: 14px;
    margin: 0 0 0 auto;
    width: 100%;
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.single-product-estmated-price-wrapper .single-product-price-original {
    max-width: 50%;
}

.single-product-price-original {
    color: #000;
    text-decoration: line-through;
}

.vehicle-save.btn-primary {
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #c72329 !important;
}

.vehicle-save {
    font-size: 0.7em !important;
    border-radius: 20px;
    padding: 0.5rem;
    font-weight: bold;
    margin-left: 5px;
    display: unset;
}

.single-product-estmated-price-wrapper .single-product-price-discounted {
    width: 100% !important;
    font-size: 25px !important;
    line-height: normal;
}

.single-product-estmated-price-wrapper p {
    margin-bottom: 0px;
}

.col-sm-6.fit-to-screen {
    padding: 0;
}

/* imge-link-section */
.single-product-gallery-details-wrapper {
    display: inline-block;
    width: 100%;
}

.single-product-gallery-details-wrapper {
    display: inline-block;
    width: 100%;
}

.product-images {
    margin: 1em auto 1em auto;
}

.product-images {
    display: flex !important;
}

.product-images {
    box-shadow: none;
}

.product-images .main-img-slider {
    width: 74%;
    box-shadow: unset;
    height: 100%;
    padding-right: 0.5rem;
}



.single-prodcut-details {
    margin-bottom: 1.75em;
    margin-left: 15px;
}

.post-desc ul {
    margin-top: 0;
}

.post-desc ul {
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 25px;
    font-size: 16px;
}

.single-prodcut-details-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.single-prodcut-details-wrapper li:nth-child(2n+1) {
    background: transparent;

}

.single-prodcut-details-wrapper li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 5px auto;
    padding: 10px 15px;
}

.single-prodcut-details-wrapper li {
    padding: 5px 15px 5px 15px !important;
    margin-bottom: 0 !important;
}

.single-prodcut-details-wrapper li {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 5px auto;
    padding: 10px 15px;
    background: #eee;
}

span.details-value {
    display: flex;
    justify-content: end;
    width: 50%;
}

.details-properties {
    font-size: 1em;
    color: #626262;
    font-weight: 400;
    padding-right: 1rem;
    padding-left: 0;
    word-wrap: break-word;
    word-break: break-word;
}

.single-page-specification-wrapper .single-prodcut-details-wrapper li .details-value {
    font-size: 14px !important;
}

.single-product-contact-wrapper {
    position: relative;
}

.post-desc ul {
    margin-top: 0;
}

.single-product-contact-wrapper li {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    width: 100%;
    margin: 4px auto;
}

.single-product-contact-wrapper li:nth-child(1) {
    background: #E0E0E0;
}

.single-product-contact-wrapper li button {
    width: 100%;
    background: transparent;
    border-radius: 0;
    font-size: 1.1em;
    padding: 10px;
    border: none;
    box-shadow: inset 0px 0px 3px #969696;
}

.single-product-contact-wrapper li:nth-child(2) {
    background: #BCAAA4;
}

.single-product-contact-wrapper li:nth-child(3) {
    background: #FFAB91;
}

.single-product-contact-wrapper li:nth-child(4) {
    background: #FFCC80;
}

.single-product-dealership-details {
    display: flex;
    flex-wrap: wrap;
}

.dealership-view-location {
    padding: 10px;
    box-shadow: 0px 0px 5px #bdbdbd;
    position: relative;
    z-index: 0;
}

.dealership-view-location {
    width: 100%;
    margin-bottom: 10px;
}

.dealer-details {
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 5px #bdbdbd;
    border-radius: 10px;
}

.dealership-address, .dealership-phone, .dealership-email {
    padding: 1em 0;
    text-align: center;
    border-bottom: 1px solid #aaa;
}

.vehicle-badges {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.vehicle-badges img.on-sale {
    width: 50px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.product-images .thumb-nav {
    width: 13%;
    margin-bottom: 5px;
    height: 100%;
    box-shadow: 0px 0px 5px #969696;
    overflow: hidden;
}

img.current-Image {
    width: 100%;
}

.product-images .thumb-nav li img {
    height: 76px !important;
    max-height: 76px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.post-desc h4 {
    font-size: 20px;
    margin: 25px 0;
}

.single-page-feature-wrapper .single-prodcut-feature-list-wrapper {
    list-style: none !important;
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.single-product-manual {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

#single-page-manual .product-describe pre {
    padding: 10px 15px;
    word-break: break-word;
    white-space: pre-line;
    font-family: calibri;
    font-size: 1.1em;
}

pre {
    margin: 0 0 10px;
    line-height: 1.42857143;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.product-details-nav-tab-content .delivery-charges {
    color: #000;
}

.single-product-finance-wrapper {
    margin: 1em auto 10px auto;
    border: 1px solid #969696;
}

/* .background-primary, .background-primary:hover, .background-primary:active, .background-primary:focus {
  background: #236490 !important;
  color: #fff !important;
} */

.finance-calc-div {
    padding: 10px;
}

.finance-calc-div>.row {
    justify-content: space-between;
}

.finance-calc-div>.row .form-group {
    width: 31%;
}

.form-group {
    margin-bottom: 1rem;
}

label.lbl-title {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
}

.price-input-field {
    position: relative;
}

.price-input-field i {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 20px;
    border-right: 1px solid #aaaaaa;
    padding: 10px 15px;
    font-size: 18px;
    height: 100%;
}

.price-input-field .input-box {
    text-align: right;
    padding-left: 50px;
}

.input-box {
    width: 100%;
    padding: 12px 20px 12px;
}

.mothly-term h5 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

.post-desc h5 {
    font-size: 18px;
    margin: 30px 0;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background: #eee;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-weight: normal;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #236490;
    color: #fff;
}

.estimated-payment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #eeeeee;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.2em;
}

.estimated-payment h4 {
    width: 100%;
    text-align: left;
    padding: 0 5px;
    font-size: 17px;
    padding: 8px 0px 4px 4px;
}

.post-desc h4 {
    font-size: 20px;
    margin: 25px 0;
}

.estimated-payment .form-group {
    width: 32%;
    margin: 0 auto;
    padding: 0 5px;
    text-align: left;
    border: 1px solid #aeaeae;
    background: #fff;
}

.post-desc h2 {
    font-size: 30px;
    margin: 25px 0;
}

.btn-primary {
    line-height: 25px;
    border-width: 0px 0px 3px;
    padding: 6px 20px 6px;
    letter-spacing: 1px;
    font-size: 14px !important;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    word-break: break-word;
    height: 37px;
    background-color: #236490 !important;
}

.finance-info {
    color: #969696;
    font-size: 12px;
    text-align: justify;
    word-break: break-word;
}

.visit-link {
    width: 100%;
}

ul {
    padding-left: 0rem !important;
}

/* Contact us page */
.contact-form-section-contact {
    width: 60%;
    padding: 0 1.5em 0 0;
}

.contact-details-wrapper .page-heading {
    margin-bottom: 20px;
    margin-top: 20px;
}

.primary-page-heading {
    background: #eee;
    border-left: 10px solid #d90006;
    padding: 0.5em;
}

.primary-page-heading {
    display: flex;
}

.section-title {
    font-family: "Poppins", sans-serif;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    word-spacing: 5px;
}

.contact-form-section-contact form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-section-contact form input, .contact-form-section-contact form textarea {
    width: 100%;
}

.contact-form-section-contact form.wpcf7-form p:nth-child(2), .contact-section-wrapper form.wpcf7-form p:nth-child(3) {
    width: 49%;
    display: inline-flex;
}

.contact-form-section-contact form.wpcf7-form p:nth-child(2), .contact-form-section-contact form.wpcf7-form p:nth-child(3) {
    width: 49%;
    display: inline-flex;
}

.contact-form-section-contact form label, .contact-form-section-contact form input, .contact-form-section-contact form textarea {
    width: 100%;
    font-weight: 700;
}

p.sub-align {
    width: 100%;
}

p.msg-align {
    width: 100%;
}

.contact-form-section-contact form.wpcf7-form .wpcf7-submit, .contact-form-section-contact form.wpcf7-form .wpcf7-submit:hover, .contact-form-section-contact form.wpcf7-form .wpcf7-submit:focus, .contact-section-wrapper form.wpcf7-form .wpcf7-submit:active {
    padding: 6px 20px 6px;
    letter-spacing: 1px;
    font-size: 14px !important;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    word-break: break-word;
    height: 37px;
    background-color: #d90006 !important;
    color: #fff;
    outline: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 5em;
}

.col-sm-8.box-center {
    display: flex;
    justify-content: center;
    margin-bottom: 45em;
    width: 60%;
}

iframe {
    width: 100%;
}

.col-sm-4.top-padding {
    padding: 53px 0 0 0;
}

.contact-details {
    display: flex;
    width: 100%;
    align-items: center;
    word-break: break-word;
    color: grey;
    padding: 3px 0 0 0;
}

.contact-address, .contact-phone {
    border-bottom: 1px solid #eee;
}

.contact-details .fa {
    margin-right: 10px;
}

.section-details ul {
    list-style: none;
}

.post-desc ul {
    margin-top: 20px;
    padding-left: 25px;
}

.business-hours .day-hours:nth-child(2n+1) {
    background: rgb(214, 214, 214);
}

.blog-post .post-excerpt ul li span, .blog-post .post-excerpt ul li em {
    font-size: 16px !important;
}

.business-hours {
    margin: 1em auto;
}

.day-hours {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2em;
}

span.day-hours {
    padding: 11px;
}
/* video part */

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col-sm-12.text-new-add {
    /* display: flex; */
    justify-content: center;
    position: absolute;
    top: 22em;
    width: 39em;
    height: 281px;
    left: 4%;
    background-color: #03020280;
    padding: 65px;

}
.row.video-nav {
    background-color: azure;
}

/* mutliple section */
.multi-slider {
    display: flex;
    padding: 100px 114px 0 114px;
}
.col-sm-4 .padding{
    padding: 0px;
}
.col-sm-4.padding {
    padding: 0px;
    text-align: center;
}
h2.title-ctr {
    text-align: center;
}
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.small-12 {
    width: 100%;

}
#multi-section .multi-item:nth-child(3n+1) {
    clear: both;
}
#multi-section .multi-item {
    width: 33.333%;
    margin-bottom: 5rem;
}
#multi-section .img img {
    display: block;
    margin: auto;
}
i
#multi-section .multi-item:nth-child(1)  {
    min-height: 201px;
}
#multi-section .text {
    max-width: 352px;
    display: block;
}
#multi-section .text {

    margin: 1.5rem auto 0;
}
.text h3 {
    color: #231f20;
    font-family: "Pathway Gothic One",sans-serif;
    font-size: 31px;
    letter-spacing: 1.2px;
    line-height: 39px;
    text-transform: uppercase;
    margin-left: 8px;
}
.text h5 {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .49px;
    margin-left: 9px;
}
.text p {
    color: rgba(0,0,0,.8);
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    letter-spacing: .43px;
    line-height: 27px;
    text-align: start;
    margin-left: 7px;

}
.text .home-btn {
    margin-top: 0;
}
.home-btn-new {
    width: 100%;
    max-width: 272px;
    text-align: center;
    margin: 1.5rem auto 0;
    margin-top: 1.5rem;
}
.home-btn-new {
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #231f20;
    display: inline-block;

    line-height: 40px;
    padding: 0 2px !important;
    background: #fff;

    border-radius: 2px;
    position: relative;
    margin-bottom: 65px;
}

.home-btn-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(134.08deg,#231f20 0%,#6a1710 18.35%,#bc231f 46.57%,#f47920 74.32%,#f7cc41 100%);
    transition: all,.3s;
    border-radius: 2px;
}
.home-btn-new span {
    width: 100%;
}
.home-btn-new span {
    background: #fff;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
    border-radius: 2px
}
#multi-section .multi-item {
    width: 33.333%;
    margin-bottom: 5rem;
}
.multi-item{
    width: 33.333%;
    text-align: center;
}
.text.btn-margin {
    /* padding-bottom: 28px; */
    margin-bottom: 8px;
    margin-left: 13px;
    text-align: start;
}
.multi-item img {
    width: 392px;
}

.slick-prev {
    left: 5px!important;

}

.slick-next {
    right: 45px!important;

}

.slick-slider {
    margin-bottom: 10px!Important;
}

.portfolio-item-slider
{

    height: 600px!important;
}

/*.slick-slide {
    display: none;
    float: left;
    height: 550px!important;
    min-height: 1px;
}*/

.portfolio-thumb-slider
{
    height:65px;
}



.pswp__img{
    height: auto!important;
}


.row .latest-car-grid
{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.carousel-caption {
    left: 12.2%!important;
    bottom:15rem!important;
}

.img.slider {
    width: 100%;
}

.ui-inputfield
{
    width:100%;
}

body .ui-panelgrid .ui-panelgrid-cell {
   padding: 4px 10px;
}


.centreAlign
{
    text-align: center;

}

.topAlign
{
    vertical-align:top;
}

.bottomAlign
{
    vertical-align:bottom;
}


.rightAlign
{
    text-align: right;
}

@media (max-width:320px){
.img.slider {
    width: 100%;
}
}