.dealer-products , .dealer-products-offer{
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 20px;
}
.deal-info p:last-child {
    padding-bottom: 25px;
}
.btn-download, select.form-control:not([size]):not([multiple]) {
    height: calc(2.55rem + 2px);
}
.dropdown-sec-dealer #select_spaces{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 30px;
    border-right: 0;
}
.dropdown-sec-dealer .form-control {
    position: relative;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}
.btn-download, .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.dropdown-sec-dealer .form-control:focus {
    color: #fff !important;
    background-color: #000;
    border: 1px solid #fff;
    box-shadow: none !important;
}
.btn-download {
    width: 100%;
    border-left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.btn-download:hover {
    background: #f60;
}
.dropdown-sec-dealer #sel1:hover {
    cursor: pointer;
}
.dropdown-sec-dealer .sel2:hover {
    cursor: pointer;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff !important;
    opacity: 1;
	font-size:12px;
	font-weight:400;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 1;
	font-size:12px;
	font-weight:400;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 1;
	font-size:12px;
	font-weight:400;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff !important;
    opacity: 1;
	font-size:12px;
	font-weight:400;
}
.btn-src {
    width: 130px;
    background: transparent;
    color: #fff;
    border-left: 0;
    border: 1px solid #fff;
    border-left: 0;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px;
}
.btn-src:hover{
    background:#f60;
}
#search1 {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left:20px;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
#search1:focus {
    color: #fff !important;
    background-color: #131313;
    border: 1px solid #fff;
    box-shadow: none !important;
}
.material-sec{padding-top:50px;}
.material-sec h3{font-size:20px;padding-bottom:20px;}
.material-sec li{padding-bottom:10px;}
.material-sec ul{margin-left: 0px;padding-left: 0px;}
.material-sec ul li a{color:#fff;}
.months-year {
    border: 1px solid #f60;
    width: 8%;
    padding: 5px 1px 0px 10px;
    height: 30px;
    font-size: 14px;
    color: #f60;
    margin-bottom: 30px;

}
.training-cta {
    background: transparent !important;
    position: relative !important;
    -moz-user-select: none !important;
    background-image: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    border-color: #FF6600 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    padding: 10px 15px 10px !important;
    width: fit-content !important;
    margin-top: 10px;
    
}
.training-list:hover h3{
    color:#F60!important;
}
.training-list a{
    color:#fff!important;
    z-index: 99;
    display: block;
    position: relative;
}
.training-list a:hover{
    color:#F60!important;
}
.material_heading{
    border-bottom: 1px solid #5f5f5f;
    border-top: 1px solid #5f5f5f;
    padding: 15px 0px;
    margin-bottom:20px;
}
.material-sec li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 25px;
    padding-top: 40px;
}
.material-sec li .pdf-icon{
    width:5%;
}
.material-sec li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.material-sec li a img{
    padding-left:20px;
}
.marketing-material{
    padding-right:50px;
}
.training-material{
    padding-left:50px;
}
#material_search_result ul li a:hover{
    color:#F60!important;
}
.training-cta{position:relative;}
.training-cta:before {
    border: 1px solid #00AEEF;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 2px;
    top: 4px;
}
.training-list {
    border: 1px solid #fff;
    border-radius:5px;
    padding: 20px 0px 20px 20px;
    margin-bottom:30px;
}
.table-dealership {
    padding-top: 50px;
}

.table-dealership th , .table-dealership td{
    color: #fff !important;
    padding-left: 20px !important;
}
.table-dealership .table {
    --bs-table-bg: transparent !important;
    color: #fff !important;
}
.dealship1{background:#131313 !important;}
.dealship2{background:#000 !important;}
.dealership3{background:#131313 !important;}
.sub-navbar {
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
.dealer-products, .dealer-products-offer{
    cursor:pointer;
    transition: 0.5s linear all;
}
.dealer-products img, .dealer-products-offer img{
    width:100%;
}
.dealer-products:hover, .dealer-products-offer:hover{
    background:#FF6600;
}
.dealer-products.active, .dealer-products-offer.active{
    background:#FF6600;
}
.dealership-img, .dealership-offer-img{
    width:100%;
    height:465px;
}
.dealership-img img, .dealership-offer-img img{
    width:100%;
    height:465px;
    object-fit:cover;
    object-position:center;
    cursor:pointer;
} 
.resnretotp{
    position: absolute;
    left: auto;
    right:0px;
    bottom: 2px;
    top: auto!important;
    color:#000!important;
}
.sol4-hed h2 {
    color:#fff;
}
#deallogin #mobileid, #deallogin #otps2{
    width:270px;
    height:45px;
}
#deallogin .password{
    width:270px;
}
#deallogin #otps2{
    margin-top: 15px;
}
#deallogin #mobileid::placeholder, #deallogin #otps2::placeholder{
    color:#000!important;
}
#invalidCredentialss{
    color:red;
}
.genretotp, #dealerlogin{
    background: #FF6600;
    background: transparent;
    position: relative;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-color: #FF6600;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding: 10px 5px 7px!important;
    display: block;
    width: 135px;
    margin-top: 25px;
    z-index:99;
}
.genretotp:hover, #dealerlogin:hover{
    background:#FF6600;
}
.genretotp:before, #dealerlogin:before{
    border: 1px solid #00AEEF;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 2px;
    top: 4px;
    z-index:1;
}

.no_upcoming_events{
    text-align: center;
    margin-bottom: 40px;
}
#solution2 .about-head, #solution5 .about-head{
    margin-bottom:15px;
}
/* Modal Content */
#myModal .modal-dialog, #myModal1 .modal-dialog{
    max-width: 100%;
}
#myModal .modal-body, #myModal1 .modal-body{
    padding:0px;
}
#myModal .modal-content, #myModal1 .modal-content{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 1200px;
    top:10%;
  }
  
  /* The Close Button */
 #myModal .close,  #myModal1 .close{
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  #myModal .close:hover,
  #myModal .close:focus, #myModal1 .close:hover,
  #myModal1 .close:focus{
    color: #99;
    text-decoration: none;
    cursor: pointer;
  }
  
  #myModal .mySlides, #myModal1 .mySlides {
    display: none;
  }
  
  #myModal .cursor, #myModal1 .cursor{
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  #myModal .prev,
  #myModal .next, #myModal1 .prev,
  #myModal1 .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  #myModal .next, #myModal1 .next{
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  #myModal .prev:hover,
  #myModal .next:hover, #myModal1 .prev:hover,
  #myModal1 .next:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.dealership3 .error label{
    color: #ed2424;
    font-size: 20px;
    margin-top: 10px;
}
.qnty_change{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 1px 8px 5px;
    line-height: 16px;
}
.input_qnty{
    width: 30px;
    text-align: center;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 0px 0px 4px;
    line-height: 18px;
}
.input_qnty::-webkit-inner-spin-button, 
.input_qnty::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
} 
.download_prod{
    cursor:pointer;
    color:#f60;
}
#quotation_link{
    display:none;
    text-align: center;
    margin-top: 30px;
}
.tablepdf p{
    color:#000!important;
}
.finish_success{
    color: #fff;
    margin: auto;
    margin-bottom: 10px;
}
/*Quotation list */
.edit_quote {
    display: inline-block;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
    width: 18px;
    background: url(../images/edit-white.png) no-repeat scroll center center / 14px auto;
    opacity: 0.5;
    padding: 10px;
}
.copy_quote {
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    vertical-align: middle;
    width: 18px;
    background: url(../images/copy-white.png) no-repeat scroll center center / 14px auto;
    opacity: 0.5;
}
.download_quote{
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    vertical-align: middle;
    width: 18px;
    background: url(../images/download-white.png) no-repeat scroll center center / 20px auto;
    opacity: 0.5;
}
/*Quotation list */
@media only screen and (min-width: 768px) {
.dealership-slider .owl-nav {
    display: none;
}
.dealership-slider .owl-dots {
    position: relative;
    top: 30px;
}
.deal-info-6 {
    padding-right: 30px;
}
.dropdown-sec-dealer {
    display: grid;
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
    justify-content: space-between;
}
.dropdown-sec-dealer .col-md-2{
    width:100%;
}
.dealership3 {
    padding-bottom: 70px !important;
}
.training-list {
    display: flex;
    width: 100%;
}
#search1 {width:400px;}
}
#solution5{
    color: #ffffff;
}
#solution3 {
    background: #000;
    color: #ffffff;
    padding-bottom: 20px;
}
#solution4 {
    background: #131313;
    color: #ffffff;
    padding-bottom: 60px;
}
.year_holder{
    display:flex;
    gap: 20px;
}
.dealer-login-banner h1{
    font-size: 55px;
    font-weight: 500;
    color: #EBEBEB;
    line-height: 1.2;
    width: 100%;
}
.dealer-login-banner .cart-section h5 {
    margin-top: 1vh;
}
.auth-module{
    text-align:-webkit-center;
}
.dealer-login-banner .card{
    background:transparent;
}
.dealer-login-banner .products-bredcrums a{
  color:#fff;  
}
.dealer-login-banner .cart{
    background:transparent;
    padding:0px;
}
.dealer-login-banner .products-bredcrums{
    padding-bottom:0px;
}
.dealer-login-banner .cart-section h5 {
    color: #fff;
}
.dealer-login-banner .form-heading{
    color:#fff;
}
.dealer-login-banner .cart-section a, .dealer-login-banner .cart-section a:hover{
    color:#fff;
}
.genretotp:hover, #dealerlogin:hover{
    color:#fff!important;
}

/**signup_event modal**/
#signup_event .modal-body{
    background: #1F1F1F;
    padding:30px 65px;
}
#signup_event .modal-body .close{
    position:absolute;
    top:0;
    right:0;
    background: transparent !important;
    -moz-user-select: none !important;
    background-image: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    border-color: #FF6600 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    padding: 0px 10px 0px !important;
    width: fit-content !important;
    font-size:25px;
    color:#fff;
}
#signup_event .modal-body .close:before{
    border: 1px solid #00AEEF;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 2px;
    top: 3px;
}
#signup_event input[type="text"]::placeholder, #signup_event input[type="email"]::placeholder, #signup_event input[type="tel"]::placeholder, #signup_event select option{
    color:#fff;
}
#signup_event h3{
    margin-bottom:30px;
    margin-top:0px;
}
#signup_event input[type="text"], #signup_event input[type="email"], #signup_event input[type="tel"], #signup_event select {
    width: 100%;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #FF6600;
    border-radius: 5px;
    background: transparent;
    color: #fff !important;
}
#signup_event select option{
    background:#1F1F1F;
}
#name-error, #solution-error, #email-error, #phone-error, #location-error{
    color: red;
    font-weight: 300;
    padding-left: 10px;
    font-family: 'IBM Plex Sans', sans-serif;
}
#signup_event label {
    display: block;
    font-weight: bold;
    margin-bottom:25px;
}
#signup_event form button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
#signup_event .orblue-cta-contact {
    background: transparent !important;
    position: relative !important;
    -moz-user-select: none !important;
    background-image: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    border-color: #FF6600 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    padding: 15px 28px 13px !important;
    width: fit-content !important;
    margin-top:10px;
}
#signup_event .orblue-cta-contact:before {
    border: 1px solid #00AEEF;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 2px;
    top: 4px;
}
/**signup_event modal**/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.dealership-banner.solutions1 h1 {
    width: 475px;
}
.dealship1 .col-md-4 {
    width: 50%;
}
.btn-download{font-size:14px;}
.months-year {width:14%;}
#search1 {
    width: 207px;
}
.btn-download{border:1px solid #fff !important;
}
}
@media (min-width:400px) and (max-width:900px) {
.months-year {width:11%;}
#search1 {
    width: 325px;
}
}

@media only screen and (max-width: 767px){
    .dealership-slider .owl-nav {
    display: none;
}
.dealership-slider .owl-dots {
    position: relative;
    top: 23px;
}
.up-event-sec{
    margin-top:40px;
}
.dropdown-sec-dealer #sel1, .dropdown-sec-dealer .sel2 {
border-radius:5px;
    padding-left: 30px;
    border-right: 0;
    margin-bottom: 20px;
    border:1px solid #fff;
}
.btn-download{
    border-radius:5px;
    padding-left: 30px;
    border:1px solid #fff;
    text-align: left;
}
.dealership3#solution3 {
    padding-bottom: 40px !important;
}
.months-year {
    border: 1px solid #f60;
    width: 33%;
    padding: 5px 2px 0px 10px;
    height: 40px;
    font-size: 14px;
    color: #f60;
    margin-bottom: 30px;
}
.dealership6{padding-bottom:20px;}
.months-year {width: 105px;}
#progressbar li {
    font-size: 11px!important;
}
#progressbar{
    padding-left:0px;
}
.sol4-hed h2{
    padding-bottom:0px;
}
.dropdown-sec-dealer #select_brand {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    padding-left: 30px;
    border-right: 1px solid; 
    border-radius: 5px;
    margin-bottom: 20px;
}
.qnty_change {
    padding: 1px 5px 5px;
}
.input_qnty {
    width: 23px;
}
.marketing-material{
    padding-right:0px;
}
.training-material{
    padding-left:0px;
}
.dealer-login-banner .new-cta {
    margin: 0 !important;
    float:none!important;
    margin-top:0px !important; 
}
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
.months-year {
    border: 1px solid #f60;
    width: 9%;
}
}