
/*--------------------------------------------------------------
# Signup Top header css End- Desktop
--------------------------------------------------------------*/

.signup-bg {
    background-color: #373C52;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 742px;
    display: flex;
}

.main-signup {
    background-color: grey;
    height: auto;
    width: 94%;
    margin: auto;
    padding: 0px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}


/*--------------------------------------------------------------
# Signup form form LeftSide css start- Desktop
--------------------------------------------------------------*/

.signup-bx {
    background: #fff;
    width: 40%;
    padding: 20px;
}

.signup-title {
    border-bottom: 1px solid #D4D4D4;
    padding: 0px 0 14px 0;
    text-align: center;
    font-size: 19px;
    color: #102850;
    margin: auto;
    font-weight: 400;
}

.signup-form {
    width: 93%;
    margin: auto;
    padding: 16px;
}

.signup-form label {
    padding: 0px 0 7px 0;
}

.signup-form input.input-box {
    height: 45px;
}

.signup-select .select-selected {
    height: 45px;
    padding: 13px 12px 13px 12px;
    background: #eef0f4;
}

.signup-select .select-selected:before {
    top: 9px;
}

.signup-form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.signup-form ul li {
    width: 48%;
    margin: 10px 0;
    position: relative;
}
i.eye-icon, i.eye-password{
    position: absolute;
    top: 39px;
    right: 13px;
    cursor: pointer;
}

/* .signup-form ul li:first-child {
    width: 100%;
} */

.optional-bx {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #102850;
    padding: 15px 0;
}

.optional-bx span {
    color: #1C1C1C;
}

.get-value-btn a {
    color: #fff;
    text-align: center;
    margin: auto;
    display: block;
    width: 25%;
    background: #102850;
    text-decoration: none;
    padding: 16px 20px;
}

.login-note {
    text-align: center;
    padding: 0 70px;
    line-height: 20px;
    color: #717171;
}

.signup-note {
    border-top: 1px solid #d4d4d4;
    padding: 18px 0 0 0;
    text-align: center;
}

.signup-btn a {
    padding: 14px;
    transition: all 0.5s;
}

.signup-btn a:hover {
    background: #373c52;
}

.signup-note p {
    width: 100%;
    margin: auto;
}

.u-signup {
    background: #FFFFFF;
    border-radius: 0px 5px 5px 0px;
}
ul.img-social-icon {
  display: flex;
  padding: 0px;
  margin: 30px 0 0 0;
  align-items: center;
  justify-content: center;
}
ul.img-social-icon li {
  padding: 0 20px;
}
ul.img-social-icon li a i {
  color: #fff;
  font-size: 36px;
}
ul.img-social-icon li a i:hover {
  color: #3b62a5;
  font-size: 36px;
}


/*--------------------------------------------------------------
# Signup form css End- Desktop
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Signup form RightSide css Start- Desktop
--------------------------------------------------------------*/

.signup-img {
    width: 60%;
    background: #272222b3 url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bg-color {
    background: rgb(55 60 82 / 71%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.signup-bg-text {
    color: #fff;
    z-index: 99;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 296px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-transform: uppercase;
    line-height: 72px;
}

.title-h3 {
    font-size: 35px;
    font-weight: 500;
}

.title-h4 {
    font-size: 4.3rem;
    font-weight: 500;
}

.title-h4 span {
    display: block;
    font-weight: 200;
    margin: auto;
    font-size: 3.6rem;
}


/*--------------------------------------------------------------
# Signup form RightSide css End- Desktop
--------------------------------------------------------------*/

.get-your-car {
    background-color: #e5e7ec;
    padding: 14px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #102850;
}

.get-your-car p {
    padding: 0;
    margin: 0px;
}

.middel-sectiob-login {
    width: 62%;
    margin: auto;
    height: auto;
    margin-top: 90px;
}


/*--------------------------------------------------------------
# Signup three-bx css Start- Desktop
--------------------------------------------------------------*/

.three-bx-login {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.vehicle-price-bx {
    width: 30%;
    background: #d5ded2;
    border-radius: 5px;
    padding: 16px;
    min-height: 300px;
}

.vehicle-img {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-top: -94px;
}

.vehicle-bx2 {
    background: #feefde;
}

.vehicle-bx3 {
    background: #dae4f4;
}

.vehicle-img img {
    margin-top: 43px;
}

.vehicel-title {
    color: #16171A;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding: 32px 0 0px 0;
}

.vehicle-price-bx p {
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #16171A;
    position: relative;
}

.vehicle-price-bx p::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #215010;
    bottom: -28px;
    margin: auto;
    width: 70%;
    left: 0;
    right: 0;
}


/*--------------------------------------------------------------
# Signup three-bx css End- Desktop
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Signup Auto & Truck Villag css Start- Desktop
--------------------------------------------------------------*/

.auto-truck-bx {
    margin: 50px 0;
    border: 1px solid #D6D8DA;
    border-radius: 5px;
    display: flex;
}

.left-auto-truck-bx {
    margin: 0px;
    float: left;
    padding: 20px;
}

.left-truck-img {
    width: 102px;
    height: 102px;
    background: #f9dfe1;
    border-radius: 50%;
    overflow: hidden;
}

.left-truck-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 6px;
}

.left-auto-truck-bx ul {
    display: flex;
    margin: 0px 0 0 0;
    padding: 0;
}

.left-auto-truck-bx ul li {
    padding: 0 27px 0 0;
    margin: 0px;
}

.left-auto-text h3 {
    padding: 0px;
    margin: 0;
}

.left-auto-text p {
    padding: 6px 0;
    margin: 0px;
    line-height: 22px;
    color: #8A8A8A;
}

p.auto-truck-p {
    line-height: 26px;
}

.star-bx a {
    text-decoration: none;
    padding: 0 2px;
}

a.reviews-bx {
    color: #E9677E;
}

ul.left-truck-social-icon {
    display: block;
    padding: 10px 0px;
    margin: auto;
    text-align: center;
}

ul.left-truck-social-icon li {
    display: inline-block;
    padding: 0 2px;
    margin: auto;
    text-align: center;
}

ul.left-truck-social-icon li a i {
    color: #BFBFBF;
    text-decoration: none;
}

ul.left-truck-social-icon li a i:hover {
    color: #373c52
}

.right-auto-truck-bx {
    height: auto;
    padding: 20px;
}

.auto-video-bx {
    width: 354px;
    height: 214px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

.auto-video-bx img {
    width: 354px;
    height: 214px;
    object-fit: cover;
}


/*--------------------------------------------------------------
# Signup Auto & Truck Villag css End- Desktop
--------------------------------------------------------------*/

.premium-listing {
    margin: 50px 0;
}

.premium-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    width: 60%;
    margin: auto;
    padding: 0 0 20px 0
}

.premium-three-box {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}

.premium-bx {
    border-right: 1px solid #D6D8DA;
    width: 36%;
    text-align: center;
    padding: 20px;
}

.premium-bx:last-child {
    border-right: none;
}

.Inventory-Listing {
    font-size: 24px;
    font-weight: 700;
    padding: 18px 0 10px 0;
    position: relative;
}

.Inventory-Listing::before {
    content: '';
    position: absolute;
    background: #ffe4e4;
    width: 54%;
    height: 12px;
    z-index: -1;
    bottom: 11px;
    margin: auto;
    left: 0;
    right: 0;
}

.Dealer-Display::before {
    content: '';
    background: #d5dfe9;
    width: 74%;
}

.Search-Marketing::before {
    content: '';
    background: #bdd3eb;
    width: 56%
}

.ventory-Listin-p {
    color: #8A8A8A;
    line-height: 20px;
}

.contact-bx {
    width: 100%;
    height: 30px;
    background: #F2C4C4;
    border-radius: 50px;
    height: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
}

p.contact-text {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    padding-left: 52px;
}

a.contact-btn {
    background: #F78F12;
    width: 22%;
    border-radius: 50px;
    height: 62px;
    margin-right: 14px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
    transition: 0.6s;
}

a.contact-btn:hover {
    background: #dc8a28;
}


/*--------------------------------------------------------------
# Signup About Us css Start- Desktop
--------------------------------------------------------------*/

.signup-about-center {
    width: 62%;
    margin: auto;
    height: auto;
    padding: 20px;
    margin: 27px auto 27px;
}

.signup-about {
    background: #E3E6EB;
}

.signup-about-header {
    border-bottom: 1px solid #707070;
    padding-bottom: 13px;
}

.signup-about-header h3 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}

.signup-about-header p {
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    color: #1D1D1D;
}

ul.signup-about-from {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 88%;
    align-items: center;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 22px;
}

ul.signup-about-from .input-box {
    background: #fff;
    height: 45px;
}

ul.signup-about-from label {
    margin: 0px;
    padding: 0px 0 7px 0;
    font-weight: 400;
    color: #16171A;
}

ul.signup-about-from li {
    width: 23%;
}



.signup-about-select .select-selected {
    height: 42px;
    background: #fff;
}

ul.signup-about-from li {
    width: 23%;
    padding: 0;
    margin: 10px 0;
}


/*--------------------------------------------------------------
# Signup About Us css End- Desktop
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Have Question box css End- Desktop
--------------------------------------------------------------*/

.have-questions-bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
}

.ask-questions-bx {
    border-radius: 5px;
    width: 48%;
    height: auto;
    border: 1px solid #D6D8DA;
    padding: 20px;
    display: flex;
    min-height: 172px;
}

.ask-quest-img {
    width: 26%;
    margin-left: 40px;
}

.text-have-questions h4 {
    font-size: 26px;
    margin: 18px 0 38px 0;
}

a.btn-askquestn {
    background: #102850;
    padding: 16px 48px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.ask-questions-bx2 {
    border-radius: 5px;
    width: 48%;
    height: auto;
    border: 1px solid #D6D8DA;
    padding: 20px;
    min-height: 172px;
    text-align: center;
}

.ask-questions-bx2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 23px;
}

.bg-gray-bx {
    background: #cbd6e6;
    height: 42px;
}


/*--------------------------------------------------------------
# Have Question box css End- Desktop
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Login footer css start- Desktop
--------------------------------------------------------------*/

.border-red {
    width: 100%;
    height: 11px;
    background: #F84F4F;
}

.login-footer {
    background-color: #D9DCE2;
}

.login-bottom-bx {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    width: 84%;
    margin: auto;
}

.connect-with {
    border-right: 1px solid #c5c1c1;
    width: 59%;
    text-align: center;
    height: 140px;
}

.connect-with:nth-child(2) {
    width: 70%;
}

.connect-with:last-child {
    border-right: none;
}

p.title-bottom-tx {
    padding: 20px 0 26px 0;
    margin: 0px;
    text-align: center;
    font-weight: 500;
    color: #102850;
}

.connect-with ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.connect-with ul li a {
    margin: 0 6px;
    padding: 0 0;
    text-align: center;
    display: block;
    background: #102850;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all 0.6s;
}

.connect-with ul li i {
    color: #fff;
    margin: auto;
    line-height: 34px;
}

.connect-with ul li a:hover {
    background: #355da0;
}

.login-bottom-search {
    background: white;
    border-radius: 5px;
    opacity: 1;
    outline: 0px;
    border: 0px;
    width: 91%;
    height: 42px;
    font-weight: 200;
    position: relative;
    padding: 0 22px;
}

span.subscribe-txt {
    position: absolute;
    width: 150px;
    right: 0px;
}

span.subscribe-txt button {
    display: block;
    background: #102850;
    border-radius: 0 5px 5px 0px;
    color: #fff;
    height: 42px;
    padding: 0px;
    margin: 0px;
    line-height: 42px;
    text-decoration: none;
    transition: all 0.6s;
    border: 1px solid transparent;
    padding: 0 21px;
    margin-left: 10px;
    cursor: pointer;
}

span.subscribe-txt button:hover {
    background: #355da0;
}

.app-store-img a {
    text-decoration: none;
}