.center {
    text-align: center;
}
.display_flex {
    display: flex;
}

.mainpane {
    background-color: #fafafa;
    padding: 20px 20px;
}

.mainboard {
    position: relative;
    background: #fff;
    border: 0.5px solid #D7DBE2;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.button_title {
    color: #28538e;
    font-weight: bold; 
    font-size: 18px;
    line-height:30px;
}

h1.button_title {
    color: #28538e;
    font-weight: bold; 
    font-size: 18px;
    line-height:30px;
    margin: 0;
    padding: 0;
}

h2.button_title {
    color: #28538e;
    font-weight: bold; 
    font-size: 18px;
    line-height:30px;
    margin: 0;
    padding: 0;
}

h3.question {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

h2.title {
    color:#595959;
    font-weight:bold;
    font-size:18px;
    text-align: left;
    padding-left:4px;
    padding-top:25px;
    margin: 0;
}

.why {
    padding:25px 0px;
}

.why h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.why svg {
    width: 30px;
    height: auto;
}

.why h4 {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    margin-bottom: 10px;
    padding:0 40px;
}


.step {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
}
.step_num {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #95a8df;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}
.step_description {
    font-size: 15px;
    color: #6c6c6c;
    font-weight: normal;
}
.step_image {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-left: 7px;
}
.review_ul {
    list-style-type: none;
    padding: 0;
}
.review_ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    position: relative;
    font-size:15px;
    line-height:25px;
}
.review_ul li:last-child {
    border-bottom: none;
}
.review_ul li .review_model {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.review_ul li .review_point {
    color: #ff5268;
}
.faq_ul {
    list-style-type: none;
    padding: 0;
}
.faq_ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    position: relative;
    font-size:14px;
    line-height:25px;
}
.faq_ul li:last-child {
    border-bottom: none;
}
.question {
    font-weight: bold;
    font-size:16px;
    margin-top: 10px;
    line-height:40px;
}
.answer {
    font-size:15px;
    line-height:25px;
}

.historybackimg {
    width: 28px;
    height: 28px;
    margin-left: 12px;
}

.subbody {
    text-align: left;
    background-color: #efefef;
    padding-top: 50px;
    padding-bottom: 0px;
}

.subpane {
    position: relative;
    background: #fafafa;
    padding: 0 16px;
    min-height: calc(100vh - 50px);
}

.subpane ul {
    text-align: center;
    box-sizing: border-box;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

.subpane li {
    background-color: #fff;
    border:1px solid #efefef;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    flex: 1 1 100%;
}
.column3 li {
    flex: 1 1 calc(33.333% - 20px);
}
.subpane .title {color:#595959;font-weight:bold;font-size:18px;text-align: left;padding-left:4px;padding-top:25px;}
.brandlogo {width:60px;}
.brandname {text-align:center;font-size:14px;padding-top:5px;}
.flex_center {display: flex;align-items: center;}
.modellogo {width:80px;margin-left:10px;}
.modelname {text-align:left;font-size:15px;font-weight:600;line-height:25px;}
.modelprice {text-align:left;font-size:14px;font-weight:normal;line-height:25px;color:#666}

.modelimg {width:200px;padding:20px;}
.trimName {
    position: relative;text-align:left;
    font-size:15px;
    font-weight:600;
    padding:20px 16px;
    margin-top:10px;
    border:1px solid #efefef;border-radius: 15px;
    background-color: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.smallbrandname {font-size: 14px;font-weight: normal;}
.lineup {
    position:relative;
    padding:15px 20px;
    margin:10px 0px;border:1px solid #efefef;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    cursor:pointer;
}
.lineup.active {
    border:1px solid #999;
    font-weight:bold;
}
.lineupname {display:flex;align-items:center;padding-right:80px;text-align:left;font-size:15px;font-weight:normal;color:#333;}
.lineupsubtext {padding-left:4px;}
.lineupprice {position:absolute;right:20px; text-align:center;font-size:15px;font-weight:normal;color:#666}
.toggleimg {position:absolute; top:25px; right:20px; width:10px;}

.colorname {display:flex;align-items:center;text-align:left;font-size:15px;color:#333;padding-left:45px;}
.color_rect {position:absolute;left:20px;width:33px;height:33px; top: 50%; transform: translateY(-50%);}
.color_rect2 {position:absolute;left:20px;width:33px;height:17px; top: 50%; transform: translateY(-100%);}
.color_rect3 {position:absolute;left:20px;width:33px;height:17px; top: 50%; transform: translateY(0%);}
.floating-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    background: #444;
    text-align: center;
    z-index: 10;
    border-radius: 7px 7px 0 0;
}
.floating-footer .submitbutton {
    width: 100px;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    background: #fff;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.estimatetext {    
    float: left;
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 14px;
    color: white;
    font-weight:normal;
}
.estmateprice {
    position: absolute;
    right: 20px;
}
.selectitem {
    flex:1;
    padding:12px;
    margin:10px 0px;
    border:1px solid #efefef;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    text-align:center;font-size:15px;color:#333;
    cursor:pointer;
}
.selectitem.active {
    border:1px solid #999;
    font-weight:bold;
}
.floating-footer-button {
    display:none;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    background: #fff;
    text-align: left;
    z-index: 10;
    border-radius: 20px 20px 0 0;
    padding: 20px 0;
}
.submitbutton {
    position: fixed;
    display: block;
    bottom: 0;
    max-width: 580px;
    background: #444;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -1px;
    color: #FFFFFF;
    width: calc(100% - 20px);
    padding: 16px;
    z-index: 10;
    margin: 10px;
    border-radius: 15px;
}
.floating-footer.options{
    display:none;
    background-color: #fff;
    text-align: left;
    z-index: 20;
    border-radius: 20px 20px 0 0;
    padding: 20px 0;
}
.agree_popup {
    display:none;
    background: #fff;
    text-align: left;
    z-index: 20;
    border-radius: 20px 20px 0 0;
    padding: 20px 0;
}
.option_title {    
    padding: 20px 30px;
    top: 13px;
    left: 20px;
    font-size: 16px;
    font-weight:bold;
}
.option_element {
    top: 35px;
    left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    padding: 13px 30px;
    cursor:pointer;
}
.option_element.active {
    border-color: #000;
    font-weight: bold;
}
.inline_2 {
    flex: 1 1 calc(50% - 10px) !important;
    border: 1px solid #d7dbe2;
    border-radius: 15px;
    text-align: center;
    width:200px;
}
.inline_3 {
    flex: 1 1 calc(33.333% - 10px) !important;
    border: 1px solid #d7dbe2;
    border-radius: 15px;
    text-align: center;
}

.inline_4 {
    flex: 1 1 calc(25% - 10px) !important;
    border: 1px solid #d7dbe2;
    border-radius: 15px;
    text-align: center;
    margin: 0;
}
input, textarea {border:0; width:100%;}
input:focus, textarea:focus {outline: none;}
input::placeholder, textarea::placeholder {
    color: gray; 
}
.inputdiv {
    text-align: left;
    padding:12px 20px;
    margin:10px 0px;
    border:1px solid #efefef;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    text-align:center;font-size:15px;color:#333;
    cursor:pointer;
}
.unit_text {position: absolute; right: 20px;}

.inputdiv2 {
    padding: 5px 10px;
    border-bottom: 1px solid #999;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    width: 131px;
    position: absolute;
    right: 42px;
}

.agreediv {display:flex;align-items:center;padding-right:80px;text-align:left;font-size:15px;color:#333;cursor: pointer;}
.agreediv.sub {font-size:14px;padding-right:0px;}
.agreelink {display:flex;padding: 10px 0 0 25px;cursor:pointer;}
.agreeview {display:flex;align-items: center;}
.agreediv span {background-image: url('../img/more.png'); background-size: 14px; display: inline-block; width: 14px; height: 14px;}

.car_background {
    background-image: url(../img/carkey1.jpg);
    height:260px;
    background-position: center;
    background-size: cover;
}