@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    color: #707070;
}

.btn-hover {
    position: relative;
    display: inline-block;
}

.btn-hover button {
    font-size: 14px;
    padding: 12px 24px;
    background-color: #2B98C5;
    color: white;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-inquiry {
    font-size: 16px;
    padding: 16px 25px;
    background-color: #2B98C5;
    color: white;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: fixed;
    top: 50%;
    /* Vertically centered */
    right: -45px;
    /* Adjust for the button to sit off-screen */
    transform: rotate(270deg);
    /* Rotate the button */
    z-index: 100;
    opacity: 0;
    /* Hidden by default */
}

.btn-inquiry.visible {
    opacity: 1;
}

#inquiryModal .modal-dialog {
    max-width: 700px;
}

#inquiryModal .searchBtn {
    padding: 22px 50px;
    background-color: #2c98c5;
    border: 1px solid #2c98c5;
    color: #ffffff;
    font-size: 18px;
    transition: .3s;
    width: auto;
}

#inquiryModal .searchBtn:hover {
    background-color: #ffffff;
    color: #2c98c5;
}

.btn-search {
    background-color: #2B98C5;
    color: white;
    border: none;
    border-radius: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    /* padding: 12px 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
}

#searchModal .modal-dialog {
    margin-top: 0px;
}

#searchModal .modal-dialog,
#searchModal .modal-content {
    width: 100%;
    max-width: 100%;
}

#searchModal .modal-header {
    border: none;
}

#searchModal .modal-body {
    width: 70%;
    margin: auto;
}

#searchModal .modal-body button {
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
    background-color: transparent;
}

#searchModal .modal-body input {
    height: auto;
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    padding-bottom: 20px;
}

/* Button hover effects */
.btn-hover button:hover {
    background-color: #2B98C5;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.popup {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 230px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.btn-hover:hover .popup {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.popup a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin: 8px 0;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-color: #f0f0f0;
    background-color: #f0f0f0;
    transition: all 0.3s ease;
}

.popup a i {
    margin-right: 8px;
}

.popup a:hover {
    background-color: #2B98C5;
    color: white;
    transform: translateY(-2px);
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

textarea {
    resize: none
}

.headerWeb .row {
    padding: 10px 0px;
}

.headerWeb .logo a {
    height: 65px;
}

.headerWeb .searchForm input {
    position: relative;
    border-radius: 30px;
    border: 1px solid #7070708a;
    color: #707070;
    font-size: 16px;
}

.headerWeb .searchForm button {
    position: absolute;
    right: 0px;
    border: 0px;
    background-color: transparent;
    top: 0px;
    padding: 0px;
}

.headerWeb .searchForm {
    position: relative;
    width: 374px;
    height: 40px;
}

a.signBtn {
    width: 169px;
    height: 40px;
    border-radius: 31px;
    border: 0px;
    background: #2B98C5;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.subMenu {
    background-color: rgb(43 152 197 / 31%);
    /* height: 45px; */
    padding: 15px 0;
}

.MobileMenuLable {
    display: none;
}

.subMenu nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

div#navbarSupportedContent ul li {
    margin-right: 85px;
}

div#navbarSupportedContent ul li:last-child {
    margin-right: 0px !important;
}

.searchCarForm h3 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 25px;
}

.searchCarForm .searchType h4 {
    font-size: 16px;
    color: white;
}

.searchCarForm .searchType {
    width: 100%;
    text-align: center;
}

.searchDiv {
    display: flex;
    align-items: flex-end;
    gap: 17px;
}

.seeAllHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.seeAllHeading h4 {
    font-size: 18px;
    font-weight: 600;
}

.seeAllHeading a {
    font-size: 16px;
    color: #2B98C5 !important;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.productBar>img {
    width: 138px;
    height: 138px;
    object-fit: contain;
}

.productBar .productContent {
    text-align: center;
}

.productBar .productContent h5 {
    margin: 6px 0px !important;
}

.divProduct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid rgb(112 112 112 / 19%); */
    padding-bottom: 10px;
    /* margin-bottom: 20px; */
}

.content-inner {
    padding: 100px 0 0px;
}

.call-to-action-bx {
    background-color: #2c98c5;
    color: #fff;
    padding: 40px 39px;
    border-radius: 40px;
    margin-top: 110px;
    margin-bottom: 90px;
    margin-left: 0;
    margin-right: 0;
}

.call-to-action-bx .media-box {
    position: relative;
    padding-left: 70px;
}

.call-to-action-bx .media-box .main-img {
    width: 100%;
    box-shadow: 0px 49px 111px rgba(1, 19, 86, 0.28);
    border-radius: 50px;
    margin: -150px 0 -180px 0px;
    position: relative;
    z-index: 1;
    height: 470px;
    object-fit: cover;
}

.call-to-action-bx .media-box .pt-img {
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 0;
}

.call-to-action-bx h2.title {
    font-size: 3rem;
    margin-bottom: 50px;
}

.call-to-action-bx .btn {
    padding: 12px 20px;
    display: inline-flex;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    align-items: center;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.call-to-action-bx .btn:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.call-to-action-bx .btn i {
    font-size: 24px;
    line-height: 1;
}

.divProduct .productBar {
    position: relative;
    width: 18%;
}

.divProduct p.photos {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: inline-block;
    margin-right: 9px;
    padding: 2px 5px 0 6px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
}

.about-us-bnr {
    background: url('https://img.freepik.com/free-photo/happy-man-car-dealership_23-2148130217.jpg') no-repeat;
}

.aution-bnr {
    background: url('../img/about-us.jpg') no-repeat;
}

.contact-us-bnr {
    background: url('https://www.lloydmotorgroup.com/ImageLibrary/images/Group/Split%20Content/Reserve-Online-Used-Cars-Split-Content.png') no-repeat;
}

#contactForm {
    background-color: #f3f3f3;
    padding: 30px 30px;
    border-radius: 10px;
}

#contactForm .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    margin: 8px 0;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-color: #2B98C5;
    background-color: #2B98C5;
    transition: all 0.3s ease;
}

#contactForm .btn-primary i {
    margin-left: 8px !important;
    transition: all 0.3s ease;
}

#contactForm .btn-primary:hover i {
    margin-left: 12px !important;
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000087;
}

.about-us {
    padding-top: 50px !important;
}

.about-us h2 {
    font-size: 20px;
}

.about-us p {
    font-size: 16px;
}

.DataSection {
    margin-bottom: 40px;
}

.DataSection .DataHeader {
    background-color: #2B98C5;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 15px;
    color: white;
    font-size: 16px;
    height: 40px;
    font-weight: 600;
}

.DataSection .DataItems .Data {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background-color: #FFF6F6;
    padding: 0px 12px;
    cursor: pointer;
    text-decoration: unset;
}

.DataSection .DataItems .Data img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.DataSection .DataItems .Data span {
    font-size: 16px;
    color: #363636;
    font-weight: 500;
}

.DataSection .DataItems .Data h3 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 8px;
    color: #FF4949;
    font-weight: bold;
}

.DataSection .DataItems .Data {
    border: 1px solid rgb(112 112 112 / 19%);
    border-top: 0px;
}

.DataSection .DataItems:last-child .Data {
    border-radius: 0px 0px 12px 12px;
}

.footer {
    background-color: #262626;
    padding: 50px 0px;
}

.footerContent h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid rgb(255 255 255 / 11%);
    padding-bottom: 5px;
}

.footerContent p {
    font-size: 15px;
    color: white;
}

.footerContent ul li a {
    color: #E60012;
    font-size: 13px;
    text-decoration: none;
    padding-left: 12px;
}

.footerContent ul {
    list-style-type: disc;
    padding-left: 0px;
}

.footerContent ul li::marker {
    display: none;
}

.footerContent ul li {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.footerContent ul li a:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #E60012;
    position: absolute;
    border-radius: 100%;
    left: 0px;
    top: 50%;
}

.footer2 .footerContent h3 {
    border-bottom: 0px;
}

.footerContent p a {
    color: white;
    text-decoration: none;
}

.footer2 .footerContent p {
    margin-bottom: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}


@media screen and (min-width: 320px) and (max-width: 1024px) {
    .MobileMenuLable {
        display: block;
    }
}

* {
    font-family: "Poppins", sans-serif;
}

.headerWeb .row {
    padding: 10px 0px;
}

.headerWeb .logo a {
    height: 65px;
}

.headerWeb .searchForm input {
    position: relative;
    border-radius: 30px;
    border: 1px solid #7070708a;
    color: #707070;
    font-size: 16px;
}

.headerWeb .searchForm button {
    position: absolute;
    right: 0px;
    border: 0px;
    background-color: transparent;
    top: 0px;
    padding: 0px;
}

.headerWeb .searchForm {
    position: relative;
    width: 330px;
    height: 40px;
}

button.signBtn,
a.signBtn {
    width: 145px;
    height: 40px;
    border-radius: 31px;
    border: 0px;
    background: #2B98C5;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.MobileMenuLable {
    display: none;
}

.subMenu nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

.subMenu #navbarSupportedContent ul li a {
    color: black;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 30px;
}

.subMenu #navbarSupportedContent ul li ul li a {
    border-radius: 0px;
}

.subMenu>.row .container {
    /* height: 45px; */
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
}

div#navbarSupportedContent ul li {
    margin-right: 10px;
}

div#navbarSupportedContent ul li:last-child {
    margin-right: 0px !important;
}

div#navbarSupportedContent ul li ul li {
    margin-right: 0px !important;
}

.homeSlder {
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
}

.searchCarForm {
    background-color: #2B98C5;
    border-radius: 16px;
    padding: 20px 10px;
    margin-bottom: 40px;
}

.searchCarForm h3 {
    font-size: 17px;
    font-weight: 600;
    color: white;
    /* border-bottom: 1px solid white; */
    margin-bottom: 25px;
}

.searchCarForm .searchType h4 {
    font-size: 16px;
    color: white;
}

.searchCarForm .searchType .form-select {
    font-size: 14px;
}

.searchDiv {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-direction: column;
}

button.signBtn.searchBtn {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 25px;
    color: #2B98C5;
    margin-bottom: 10px;
}

.seeAllHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.seeAllHeading h4 {
    font-size: 18px;
    font-weight: 600;
}

.seeAllHeading a {
    font-size: 16px;
    color: #2B98C5 !important;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.productBar>img {
    width: 139px;
    height: 138px;
    object-fit: contain;
}

.productBar .productContent h4 {
    font-size: 13px;
    color: black;
    font-weight: 500;
    margin-bottom: 0px;
}

.productBar .productContent h6 {
    color: #2B98C5 !important;
    font-size: 16px;
    font-weight: 600;
}

.productBar .productContent .dtls {
    border-top: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
}

.productBar .productContent .dtls span {
    color: black;
    font-size: 11px;
    font-weight: 400;
}

.productBar .productContent h4 {
    min-height: 30px;
}

.divProduct.min-height .productBar .productContent h4 {
    min-height: 25px;
}

.productBar .productContent {
    text-align: center;
}

.productBar .productContent h5 {
    margin: 6px 0px !important;
}

.DataSection {
    margin-bottom: 40px;
}

.DataSection .DataHeader {
    background-color: #2B98C5;
    border-radius: 10px 12px 0px 0px;
    padding: 8px 15px;
    color: white;
    font-size: 16px;
    height: 40px;
    font-weight: 600;
}

.DataSection .DataItems .Data {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background-color: #FFF6F6;
    padding: 0px 12px;
    cursor: pointer;
    text-decoration: unset;
}

.DataSection .DataItems .Data img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.DataSection .DataItems .Data span {
    font-size: 13px;
    color: #363636;
    font-weight: 500;
}

.DataSection .DataItems .Data h3 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 8px;
    color: #FF4949;
    font-weight: bold;
}

.DataSection .DataItems .Data {
    border: 1px solid rgb(112 112 112 / 19%);
    border-top: 0px;
}

.DataSection .DataItems:last-child .Data {
    border-radius: 0px 0px 12px 12px;
}

.footer {
    background-color: #262626;
    padding: 50px 0px 0 0;
}

.footerContent p {
    font-size: 15px;
    color: white;
    margin-bottom: 0px;
}

.footerContent ul li a {
    color: #fff !important;
    font-size: 13px;
    text-decoration: none;
    padding-left: 12px;
}

.footerContent.useful-link ul {
    list-style: none;
}

.footerContent ul {
    list-style-type: disc;
    padding-left: 0px;
}

.footerContent ul li::marker {
    display: none;
}

.footerContent ul li {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.footerContent ul li a:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    left: 0px;
    top: 50%;
}

.footer2 .footerContent h3 {
    border-bottom: 0px;
}

.footerContent p a {
    color: white;
    text-decoration: none;
}

.footer2 .footerContent p {
    margin-bottom: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.footer .info {
    border-top: 1px solid rgb(255 255 255 / 11%);
    text-align: center;
    padding: 20px 5px;
}

.footer .info p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
}

.banner {
    position: relative;
    background-size: cover;
    height: 400px;
    background-position: right;
}

.banner img {
    width: 100%;
}

.banner h1 {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px;
    /* Optional: Add some padding for better readability */
    border-radius: 5px;
    /* Optional: Add rounded corners */
}

.container.main-content {
    padding: 25px;
}

.container.main-content h2.quote {
    font-weight: 800;
    line-height: 1.5;
    font-style: italic;
}

.about-us.container.main-content h2.quote,
.auction.container.main-content h2.quote {
    background-color: #2c98c5;
    padding: 40px 10px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 26px;
    margin: 40px auto;
    width: 80%;
}

.about-us svg,
.auction svg {
    fill: #2b96c3
}

.container.main-content li {
    line-height: 1.8rem;
}

a.nav-link.active,
a.nav-link:hover,
.subMenu #navbarSupportedContent a.dropdown-item:hover,
.subMenu #navbarSupportedContent a.dropdown-item.active {
    background-color: #2c98c5;
    color: #fff !important;
}

.container.main-content .section {
    margin-bottom: 20px;
}

.container.main-content .section img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.main-content .item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    background-color: #eee;
}

.main-content h4.soon {
    text-align: center;
    background-color: #eee;
    padding: 35px;
    line-height: 3rem;
}



/* Car Stock Start */
.DataItems .DataForm h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.DataItems .DataForm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.DataItems .DataForm input {
    width: 100%;
    border-radius: 5px;
    /* border: 1px solid black; */
}

.DataItems .DataForm {
    padding-top: 17px;
}

.stockLeftSection.DataSection {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.stockLeftSection.DataSection .DataItems {
    padding: 0px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.stockLeftSection.DataSection .DataItems .DataForm .formSelect {
    display: flex;
    align-items: center;
}

.stockLeftSection.DataSection .DataItems .DataForm .formSelect select {
    border: 1px solid black;
    width: 88px;
    height: 30px;
}

.stockLeftSection.DataItems .DataForm .formSelect div {
    padding: 0px 3px;
}

.stockLeftSection.DataItems .DataForm .formSelect.single select {
    width: 191px;
}

.stockLeftSection.DataSection .DataItems {
    padding-bottom: 15px;
}

button.signBtn.searchBtn.reset {
    margin-bottom: 12px;
    width: 275px;
}

.headPagination {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 25px;
    position: absolute;
    right: 12px;
    top: -45px;
}

.pagination-items {
    color: #707070;
    font-size: 14px;
    border: 1px solid #E9EBEE;
    border-radius: 5px;
    margin: 0px 5px;
    cursor: pointer;
}

.pagination-items a,
.pagination-items span {
    padding: 6px 12px;
}

.pagination svg.w-5.h-5 {
    height: 50px;
}

.pagination-items.next,
.pagination-items.previous {
    padding: 6px;
}

.pagination-items:hover {
    color: #2B98C5;
    border: 1px solid #2B98C5;
}

.pagination-items.next img {
    transform: rotate(180deg);
}

.pagination-items.active {
    background-color: #2B98C5;
    color: white;
}

.sortby {
    display: flex;
    margin-left: 31px;
    align-items: center;
}

.sortby h3 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 13px;
}

.sortby select.form-select {
    width: 156px;
    font-size: 12px;
}

.cardDetailBlock {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 16px 14px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
}

.cardImage {
    position: relative;
    width: 237px;
    height: 174px;
}

.cardImage img.profileImage {
    object-fit: cover;
    border-radius: 12px;
}

.cardImage img.fav {
    position: absolute;
    top: 5px;
    right: 5px;
}

.cardImage img {
    width: 240px;
    height: 175px
}

.cardImage span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    background-color: #2B98C5;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 12px 0px 12px 0px;

}

.carDetailTable {
    /* border: 1px solid #C4C4C4; */
    border-radius: 12px;
    width: 100%;
}

.carDetailTable .tableHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 13px;
    /* border-bottom: 1px solid rgb(0 0 0 / 7%); */
    border: none;
}

.tableHead h3 {
    margin-bottom: 0px;
    font-size: 20px;
    FONT-WEIGHT: 500;
    color: #252525;
}

.tableHead p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #707070;
}

.carDetailTable .table {
    border-top: 1px solid transparent;
    margin-bottom: 0px;
}


.carDetailTable .table {
    border-color: rgb(0 0 0 / 7%);
}

.carDetailTable .table tbody tr td {
    background-color: transparent;
    padding: 10px;
    border-color: rgb(0 0 0 / 7%);
}

.carDetailTable .table tbody tr {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.carDetailTable .table tbody tr td h4 span {
    color: #252525;
}

.carDetailTable .table tbody tr td h4 {
    font-size: 16px;
    color: #2B98C5;
    margin-bottom: 0px;
}

.carDetailTable .table tbody tr:last-child {
    border-bottom: 1px solid transparent;
}

.carDetailTable .table tbody tr td:last-child {
    border-right: 1px solid transparent;
}

.carDetailTable .table tbody tr td:first-child {
    border-left: 1px solid transparent;
}

.parentTableBlock {
    width: 100%;
}

.parentTableBlock .btnGGroup {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.parentTableBlock .btnGGroup a.signBtn {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.parentTableBlock .btnGGroup button:nth-child(2) {
    background-color: #28A745;
}

.tablePagninationFooter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Car Detail start */

.sliderSectionCarDetail .swiper {
    width: 100%;
    height: 100%;
}

.sliderSectionCarDetail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderSectionCarDetail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderSectionCarDetail .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.sliderSectionCarDetail .swiper-slide {
    background-size: cover;
    background-position: center;
}

.sliderSectionCarDetail .mySwiper2 {
    height: 318px;
    width: 100%;
}

.sliderSectionCarDetail .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.sliderSectionCarDetail .mySwiper .swiper-slide {
    width: 25%;
    height: 94px;
    opacity: 0.4;
}

.sliderSectionCarDetail .mySwiper .swiper-wrapper {
    height: 94px;
    margin-bottom: 20px;
}

.sliderSectionCarDetail .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.sliderSectionCarDetail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.sliderSectionCarDetail .mySwiper2 .swiper-slide {
    height: 318px;
    position: relative;
}

.sliderSectionCarDetail .mySwiper2 .swiper-slide img {
    height: 318px;
    border-radius: 0px 0px 12px 12px;
}



.sliderSectionCarDetail .mySwiper .swiper-slide img {
    border-radius: 12px;
    height: 94px !important;
}

.sliderSectionCarDetail .mySwiper2 .swiper-slide .fav {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 27px;
    height: 27px;
}

.sliderSectionCarDetail .mySwiper {
    height: 125px !important;
}

.DataSection.form .flex {
    display: flex;
    margin-top: 23px;
    gap: 26px;
}

.DataSection.form .flex label input,
.DataSection.form .flex label select {
    width: 233px;
    border: 1px solid #ADADAD;
    border-radius: 6px;
    height: 26px
}

.DataSection.form .flex label input,
.DataSection.form .flex label select {
    width: 100%;
    height: auto
}

.DataSection.form .flex label {
    display: flex;
    flex-direction: column;
}

.divForm {
    background-color: #FAFAFA;
    padding: 7px 15px;
}

.DataSection.form .flex.message {
    width: 100%;
    display: block;
}

.DataSection.form .flex.message lable input {
    width: 100%;
}

.DataSection.form .flex.message label input {
    width: 100%;
}

.carDetailTable.DataSection.form tbody tr td {
    font-size: 14px;
}

.howToBuy .boxx {
    border-radius: 15px;
    padding: 50px 40px;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    align-items: center;
    text-align: center;
    min-height: 440px;
    background-color: #2c98c530;
    transition: .3s;
}

.howToBuy .boxx:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.howToBuy .boxx .content h2 {
    font-size: 17px;
}

.howToBuy .boxx .content h2 span {
    color: #2B98C5;
    FONT-WEIGHT: 600;
}

.howToBuy .boxx .content p {
    color: #252525;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.howToBuy h1 {
    font-size: 32px;
    color: #252525;
    font-weight: 600;
    margin-bottom: 20px;
}

div.error {
    color: #E60012;
    padding: 10px 0;
    font-weight: 500;
}

.noVehicle {
    text-align: center;
    border: 1px solid #ccc;
    padding: 1rem 1rem 0rem 1rem;
}

/* button.signBtn.searchBtn:hover {
    background-color: #2B98C5;
} */

.productBar a {
    display: inline-block;
}

.productBar a img {
    /* width: 140px; */
    width: auto;
    height: 110px;
}

.dheading {
    background-color: #2B98C5;
    padding: 8px 15px;
    color: white;
    font-size: 25px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
}

#authModal button.btn.btn-primary,
#authModal button.btn.btn-success {
    background-color: #2B98C5;
    border-color: #2B98C5;
}

.DataSection.stockLeftSection .DataItems.Stocks .DataForm h3 {
    width: 140px;
}

.tablePagninationFooter .pagination nav div:nth-child(1) p {
    display: flex;
    margin-top: 27px;
    gap: 13px;
}

.btnGGroup.col-6.float-right {
    float: right;
}


.tablePagninationFooter .pagination nav div:nth-child(2) span {
    display: flex;
}

.tablePagninationFooter .pagination nav div:nth-child(2) span a,
.tablePagninationFooter .pagination nav div:nth-child(2) span span {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktopHide {
    display: none;
}

.desktopShow {
    display: block;
}

.productBar .productContent h4 {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DataSection.stockLeftSection .DataItems .DataForm h3 {
    width: 140px;
}

.viewStockviewStock {
    position: relative;
}

.viewStockviewStock a img.viewStock {
    position: absolute;
    left: 12px;
    bottom: 75px;
    height: auto;
    width: 303px;
    cursor: pointer;
}

.btnPrimaryColor {
    background: #2B98C5;
    color: #fff
}

.btnPrimaryColor:hover {
    background: #2B98C5
}

.signBtn a {
    color: #fff
}

.btnPrimaryColor:hover {
    color: #fff;
}

.text-custom-primary {
    color: #2B98C5;
}

.signup-card {
    -webkit-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    padding: 30px 45px;
    border: 0;
    border-radius: 0;
}

.signup-card .btnPrimaryColor.btn-lg {
    border-radius: 0;
    padding: 12px 20px;
    font-size: 18px;
}

.signup-card .btnPrimaryColor.btn-lg i {
    transition: .3s;
}

.signup-card .btnPrimaryColor.btn-lg:hover i {
    margin-left: 10px !important;
}

.signup-card .input-group span {
    width: 45px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.signup-card .input-group .form-control {
    padding: 10px 12px;
}

.signup-card .input-group .form-control:focus {
    outline: none !important;
    border-color: #dee2e6 !important;
    box-shadow: none !important;
}

.bank-details {
    width: 700px;
    margin: auto;
}

.bank-details h2 {
    font-size: 22px;
    color: #000000;
    margin: 0;
    margin-bottom: 40px;
}

.bank-details div {
    justify-content: space-between;
    border-bottom: 1px solid #0000000f;
}

.bank-details div span {
    font-size: 16px;
    color: #000000;
}

.bank-details div span:first-child {
    font-weight: 700;
}

.bank-details div span:last-child {
    font-weight: 500;
}

.top-header {
    background-color: rgb(44 152 197) !important;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .MobileMenuLable {
        display: block;
    }

    .mobileHide {
        display: none;
    }

    .mobileShow {
        display: block;
    }

    .col-sm-6.text-start.logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    form.searchForm {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
        margin: 14px auto;
        margin-bottom: 0px;
    }

    .subMenu,
    .subMenu>.row .container {
        height: auto !important;
        width: 100%;
        padding: 5px 15px;

    }

    .subMenu>.row .col-sm-12 .row .col-md-2 {
        width: 30%;
    }


    .subMenu>.row .col-sm-12 .row .col-sm-10 {
        width: 70%;
    }

    .subMenu nav.navbar {
        /* width: 300px !important; */
        justify-content: space-between;
    }

    .content-inner {
        padding: 30px 0px;
    }

    .homeSlder {
        height: 190px;
    }

    #searchModal .modal-body button {
        top: 20px;
    }

    #searchModal .modal-body {
        width: 90%;
    }

    #searchModal .modal-body input {
        padding-bottom: 0px;
    }

    #searchModal .modal-dialog,
    #searchModal .modal-content {
        width: auto;
    }

    .btn-search {
        margin-right: 0 !important;
    }

    .MobileMenuLable {
        margin: 0px;

    }

    .container.pb-5.MobileBanner {
        padding: 0px;
        padding-bottom: 30px !important;

    }

    .searchDiv {
        gap: 15px;
        flex-direction: column;

    }

    .searchCarForm .searchType {
        width: 100%;
        text-align: left;

    }

    .divProduct {
        flex-wrap: wrap;

    }

    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        padding-top: 13px;
        gap: 10px
    }

    div#navbarSupportedContent ul li {
        margin-right: 0px;

    }


    .leftSection {
        position: fixed;
        left: -300px;
        top: 0px;
        transition: left 0.3s ease;
        width: 286px;
        height: 100vh;
        background-color: white;
        z-index: 9999999;
        overflow: auto;
    }

    .rightSection {
        position: fixed;
        right: -300px;
        top: 0px;
        transition: right 0.3s ease;
        width: 286px;
        height: 100vh;
        background-color: white;
        z-index: 9999999;
        overflow: auto;
    }

    .sectionMainDiv {
        position: relative;
    }

    .closeBtn {
        font-size: 43px;
        cursor: pointer;
        color: black;
        margin: 1px 12px;
        text-align: right;
    }

    #closeRight.closeBtn {
        text-align: left;
    }

    .divProduct .productBar {
        width: 46%;
        margin-bottom: 40px;
    }

    .container.main-content {
        padding: 25px 15px;
    }

    .about-us.container.main-content h2.quote,
    .auction.container.main-content h2.quote {
        font-size: 17px;
        margin: 40px auto;
        width: 100%;
        padding: 20px 10px;
    }

    .promise {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .headPagination {
        position: static;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        position: absolute;
        background-color: rgb(195, 223, 238);
        top: 60px;
        right: 0px;
        padding: 10px;
        z-index: 100;
    }

    .extensive {
        flex-direction: column-reverse;
    }

    .bank-details {
        width: 90%;
    }

    .bank-details div span {
        font-size: 14px;
    }

    .call-to-action-bx {
        padding: 30px 20px;
        border-radius: 40px;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .call-to-action-bx .media-box {
        display: none;
    }

    .call-to-action-bx h2.title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .call-to-action-bx .btn {
        width: 100%;
    }

    .productBar a img {
        width: 100%;
        height: auto;
    }

    .footerContent h3 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .filterMobile span {
        width: auto;
        background: #2B98C5;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 27px;
        color: white;
        padding: 10px 20px;
    }

    .filterMobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-bottom: 26px;
    }

    .DataItems .DataForm input {
        width: 100%;

    }

    .cardDetailBlock {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .carDetailTable .table tbody tr td h4 {
        font-size: 13px;
    }

    .tableHead h3 {
        font-size: 18px;

    }

    .btnGGroup.col-6.float-right {
        width: 100%;

    }

    .parentTableBlock .btnGGroup {
        width: 100%;
        justify-content: center;
        gap: 0px;

    }

    .footer {
        padding: 32px 10px 20px 10px;
    }

    .howToBuy .boxx {
        flex-direction: column;
        justify-content: center;
        text-align: center;

    }

    .howToBuy .boxx .content h2 {
        font-size: 18px;
        padding: 0px 18px;

    }

    .howToBuy .boxx .content p {
        font-size: 14px;
        padding: 0px 11px;

    }

    .tablePagninationFooter .pagination nav div:nth-child(2) span a {
        padding: 0px 6px !important;
    }



    .tablePagninationFooter .pagination nav div:nth-child(2) span a,
    .tablePagninationFooter .pagination nav div:nth-child(2) span span {
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;

    }


    .tablePagninationFooter .pagination nav div:nth-child(2) span span span {
        padding: 0px 7px !important;
    }

    .tablePagninationFooter .pagination nav div:nth-child(2) span {
        flex-wrap: wrap;

    }

    .pagination svg.w-5.h-5 {
        height: auto;
        width: 20px;
        height: auto;
    }

    .tablePagninationFooter .pagination nav div:nth-child(2) span {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .tablePagninationFooter .pagination nav div:nth-child(2) span {
        box-shadow: unset !important;
    }

    .pagination nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 20px;
    }


    .parentTableBlock .btnGGroup a.signBtn:nth-child(2) {
        margin-right: 12px !important;
    }

    .modal-body button.btn.btn-primary.w-100 {
        background: #2B98C5 !important;
        border-color: #2B98C5;

    }

    body,
    html {
        overflow-x: hidden !important;
    }

    .noVehicle img {
        width: 100%;
    }
}