

.dealer_main_content_bg{
    width: 100%;
    background:  url('../asset/background/background2_home.jpg')  no-repeat ;
    background-position: top left;
    background-size: cover;
    height: 270px;
    position: absolute; 
}
 
.dealer_main_content_inner{
    padding: 40px 0px;
    position: relative;
}

.dealer_home_banner{
    height: 400px;
    
    position: relative;
}
.dealer_home_banner_inner{
    position: relative;
}
.dealer_home_banner_inner .title{
    padding-top: 50px;
    padding-left: 20px;
    font-family: "Michelin";
    font-size: 32px;
    color: #fff;
}

.dealer_main_banner{
    height: 120px; 
    background:  url('../asset/background/background_small.jpg')  no-repeat ;
    background-position: bottom center;
    background-size: cover;
}
 
.dealer_main_banner_inner .title{
    padding-top: 20px;
    padding-left: 20px;
    font-family: "Michelin";
    font-size: 32px;
    color: #fff;
}

 


.main_menu_list.dealer_home_menu{
    position: absolute;
    bottom: 30px;
} 

.dealer_home_promotion{
    margin-top: 40px;
    margin-bottom: 30px;
}
.dealer_home_promotion .top{
    margin-bottom: 5px;
    font-weight: bold;
    color: #27509B;
}
.dealer_home_promotion .top .title{
    font-size: 16px;
}
.dealer_home_promotion .top .see_more{
    font-size: 12px;
} 

.dealer_home_promotion .top .icon-plus {
    border: 2px solid #27509B;
    border-radius: 100%;
    text-align: center;
    width: 15px;
    height: 15px;
    font-size: 10px;
    display: inline-block;
    line-height: 13px;
    margin-right: 5px;
}
.home_promotion{
    width: 100%;
}
.home_promotion img{
    width: 100%;
}
.dealer_main_promotion{
    margin-top: 40px;
    margin-bottom: 50px;
}
 
.term_contition .title{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #27509B;
    opacity: 1;
    text-transform: uppercase;
}

.term_contition .description{
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    margin: 10px 0px 0px 0px;
    overflow-y: auto;
    word-wrap: break-word;
    word-break: break-word;
    height: 288px;
    line-height: 22px;
    padding-right: 10px;
}
.term_contition_sign .title{
    color: #303030;
}
.term_contition_sign .input{
    margin-top: 10px;
    max-width: 700px;
}
.term_contition_sign .input .form-group{
    padding-left: 0px;
}

.term_contition_sign .input .form-control{
    background: #fff;
}
.check_box input{
    margin-right: 5px;
    vertical-align: top;
}
.check_box span{
    display: inline-block;
    word-break: break-word;
    word-wrap: break-word;
    /* font-weight: bold; */
    color: #222;
    font-size: 14px;
    line-height: 24px;
    width: calc(100% - 30px);
}

@media only screen and (max-width: 600px) {
    
    .dealer-login-box-body{
        width: 100%;
    }
    .dealer_home_banner{
        height: 170px;
    }
    .dealer_home_banner_inner .title{
        padding-top: 20px; 
        font-size: 20px;
    }
    .dealer_main_banner_inner .title{
        padding-top: 20px; 
        font-size: 20px;
    }
}