body{
    background:#fff;
}
.lead-form {
    padding-top: 3rem;
    padding-bottom: 5rem;
    margin-top: -10rem;
    box-shadow: 14px 14px 10px #000;
}
.imgMobile{
    display: none;
}
.lead-form .form-box {
    padding: 20px 35px 20px 40px;
    background: #f7f7f7;
}
.lead-form .form-box .form-group label {
    color: #555;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}
.lead-form .form-box .form-group label span{
        color: #ff0f01;
}
.lead-form .formImg {
    background: url(../images/form-bg.jpg);
    color: #fff;
    min-height: 517px;
    padding: 56px 40px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.lead-form .form-box .form-control {
    border: none;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    padding-left: 0;
    background: transparent;
}
.lead-form .form-group {
    margin-bottom: 15px;
}
.mrgn-tp{
    background: #fff;
    box-shadow: 2px 2px 6px #52525254;
}
.lead-form .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px
}
.btn-submit{
    width: auto;
    height: auto;
    border-radius: 4px;
    background-color: #ca0116;
    padding: 6px 43px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ca0116;
    margin-top: 17px;
    margin-left: 15px;
    margin-right: 15px;
}
.btn-submit:hover{
    background: transparent;
    border: 1px solid #ca0116;
    color: #ca0116;

}

.duration ul {
    width: 100%;
}
.duration ul li {
    list-style: none;
}
.durationBox {
    margin: 0px 10px 0px 0px;
    background: #ffffff;
    display: inline-block;
    width: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 6px;
    border-radius: 5px;
    margin-top: 8px;
    border: 1px solid #bcbcbc;
    text-decoration: none;
    cursor: pointer;
}
.duration ul li .durationBox:hover {
    background: #21a90c;
    color: #fff;
    border-color: #21a90c;
}
.durationActive{
  background: #21a90c;
    color: #fff;
    border-color: #21a90c;  
}
.duration ul li .durationBox span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.carModel select {
    font-size: 14px;
    padding-left: 0;
    color: #000;
}
/* banner css*/
.wrap-form {
    display: block;
    position: relative;
    text-align: center;
}

.img-responsive{
    max-width: 100%;
    height: auto;
    width: 100%

}
.careerHead {
    color: #fff;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
}
.slogan {
    font-size: 22px;
    line-height: 1.44;
    margin-bottom: 70px;
}
.slogan span {
    font-weight: 700;
    font-size: 35px;
    display: block;
    color: #0040c0;
}
.intro_banner {
    padding-top: 0;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: 300;
}
.intro_banner span {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 45px;
}

.alert-success {
        padding: 20px;
}
.wrapText {
    display: block;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(30deg,#000000,#7b0a06 60%,#cf1812 100%);
    position: relative;
    padding: 50px 0px 10px 0px;
    height: 300px;
}
@media screen and (min-device-width:320px) and (max-device-width:480px){
.intro_banner {
    padding-top: 0;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 30px;
}
.wrapText {
    padding: 30px 0px 10px 0px;
    height:275px
}
.lead-form .formImg {
    min-height: 345px;
}
.imgMobile{
    display: block;
}
.imgDesktop{
    display: none;
}
.lead-form {
    padding-top: 2rem;

     padding-bottom: 0rem; 
}
.careerHead {
    font-size: 25px;
}
}

.dropdown-menu {
    margin-left: -139px;
}
.offer-car-submenu .btn {
    background: #fff;
}