
/*Form Pop-up Css - start*/
.attribute-bidding-popup-wrapper {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    min-height: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    color: #000;
}
.attribute-bidding-popup-wrapper .title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 24px;
    line-height: 1;
}
.attribute-bidding-popup-wrapper .subtitle {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    margin: 8px auto;
    line-height: 1;
}
.attribute-bidding-popup-wrapper .top-content {
    position: relative;
    text-align: center;
}
.attribute-bidding-popup-wrapper .top-content .close-popup {
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: 8px;
    top: -19px;
    font-size: 13px;
    width: 32px;
    text-align: center;
    color: #fff;
    background-color: gray;
    border-radius: 15px;
}
.attribute-bidding-popup-wrapper .top-content .small-text {
    display: inline-block;
    font-size: 20px;
}
.bidding-questions-wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.bidding-questions-wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bidding-questions-wrapper .question-block.zip, .bidding-questions-wrapper .question-block.age {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #07A3ED;
    margin: 0px;
    position: relative;
    margin-top: 20px;
}
.bidding-questions-wrapper .question-block .zip-input-box {
    text-shadow: none;
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 4px;
    width: 100%;
}
.bidding-questions-wrapper .question-block .zip-input-box.formError, .bidding-questions-wrapper .question-block .zip-input-box.error-field {
    color: #C90014;
    border: 0px !important;
    outline: 0px;
}
.bidding-questions-wrapper .question-block .zipbox-error {
    position: absolute;
    bottom: -17px;
    font-size: 13px;
    color: #C90014;
    left: 0px;
    display: none;
    font-style: italic;
}
.bidding-questions-wrapper .question-block .zip-input-box.formError + span.zipbox-error, .bidding-questions-wrapper .question-block .zip-input-box.error-field + span.zipbox-error {
  display: block !important;
}
.bidding-questions-wrapper .question-block.zip .zip-label, .bidding-questions-wrapper .question-block.age .age-label {
    font-size: 12px;
    line-height: 15px;
    color: #8D8D8D;
    position: absolute;
    left: 0px;
}
.bidding-questions-wrapper .question-block.zip:after {
    content: '';
    background: url(/images/special-pages//calc_hub/location-icon.svg) no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 13px;
    background-size: contain;
    position: absolute;
    right: 0px;
}
.bidding-questions-wrapper .age-field.custom-select:after {
    content: '';
    background: url(/images/special-pages/calc_hub/select_arrow.svg) no-repeat scroll 0 0 transparent;
    height: 8px;
    width: 13px;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.bidding-questions-wrapper .question-block #attr_bid_age {
    border-radius: 6px;
    box-shadow: none;
    color: #2d3b51;
    display: inline-block;
    height: 34px;
    text-shadow: none;
    font-size: 12px;
    border: 0 none !important;
    cursor: pointer;
    left: 0;
    line-height: 24px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
}
.custom-select {
    font-size: 12px;
    height: 18px;
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-top: 7px;
    border: 1px solid #E7E7E7;
    background: #e7e7e7;
    margin-bottom: 10px;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
.custom-select select {
    border: 0 none !important;
    cursor: pointer;
    left: 0;
    line-height: 24px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.bidding-questions-wrapper .custom-select {
    font-size: 12px;
    height: 31px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select span.opt {
    color: #000 !important;
    cursor: default;
    float: left;
    font-size: 12px !important;
    height: 16px;
    left: -2px;
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: 6px;
    z-index: 1;
    width: 100%;
}
.bidding-questions-wrapper .custom-select span.opt {
    color: #000 !important;
    cursor: default;
    float: left;
    font-size: 20px !important;
    font-weight: 600;
    height: 24px;
    left: 50%;
    padding-top: 3px;
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
    text-align: center;
    text-indent: 0px;
    width: auto;
    font-weight: 600 !important;
}
.attribute-bidding-popup-wrapper .matching-line {
    color: #8D8D8D;
    font-size: 12px;
    line-height: 17px;
    width: 80%;
    text-align: left;
    margin-top: 34px;
    margin-bottom: 25px;
}
.attribute-bidding-popup-wrapper #home-owner-ques, .attribute-bidding-popup-wrapper #married-ques, .attribute-bidding-popup-wrapper #ci-ques, .attribute-bidding-popup-wrapper #good-driver-ques {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}
.attribute-bidding-popup-wrapper .homeowner-label, .attribute-bidding-popup-wrapper .married-label, .attribute-bidding-popup-wrapper .ci-label, .attribute-bidding-popup-wrapper .vehicle-label {
    font-size: 17px;
    text-align: left;
    margin-bottom: 0px;
}
.attribute-bidding-popup-wrapper .homeowner-label span, .attribute-bidding-popup-wrapper .married-label span, .attribute-bidding-popup-wrapper .ci-label span, .attribute-bidding-popup-wrapper .driver-label span, .attribute-bidding-popup-wrapper .vehicle-label span {
  font-weight: bold;
}
.attribute-question-wrapper #good-driver-ques .driver_tip_icon {
    font-size: 18px;
    top: 2px;
    color: gray;
    margin-left: 4px;
    font-weight: normal;
}
.attribute-question-wrapper .good_driver_tip {
    font-size: 12px;
    text-align: left;
    background: #EAEAEA;
    text-shadow: none;
    padding: 5px;
    width: 77%;
    margin-top: 10px;
    display: none;
}
.attribute-question-wrapper .good_driver_tip span {
    font-weight: bold;
}
.attribute-question-wrapper .good_driver_tip p {
    margin: 2px 0;
    font-size: 12px;
}
.attribute-bidding-popup-wrapper .homeowner-radio, .attribute-bidding-popup-wrapper .ci-radio {
    padding: 0;
    position: relative;
}
.attribute-bidding-popup-wrapper .single-radio-input-option {
    float: left;
    position: relative;
    cursor: pointer;
}
.attribute-bidding-popup-wrapper .single-radio-input-option .radio {
    cursor: pointer;
    float: left;
    height: 28px !important;
    width: 28px !important;
    position: relative;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #707070;
}
.attribute-bidding-popup-wrapper .single-radio-input-option .radio.selected {
    background: #07A3ED url(/images/special-pages/calc_hub/check_icon.svg) no-repeat scroll 6px 6px;
    border: 1px solid transparent;
}
.attribute-bidding-popup-wrapper #ci-ques {
    margin: 17px 0px;
}
.attribute-bidding-popup-wrapper #married-ques {
    margin-top: 17px;
}
.bidding-questions-wrapper .question-block.vehicle {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    position: relative;
    margin-top: 17px;
}
.attribute-bidding-popup-wrapper .vehicle-quantity {
    position: relative;
    display: flex;
}
.attribute-bidding-popup-wrapper .quantity-button {
    position: relative;
    cursor: pointer;
    width: 26px;
    color: #333;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
.attribute-bidding-popup-wrapper .vehicle-quantity input {
    width: 40px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    margin: 0;
    border: 0px;
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-weight: bold;
    border-radius: 0px;
}
.bidding-questions-wrapper .attr_bid_submit_btn {
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 30px;
    background: #00B22D;
    width: 80%;
    border-radius: 4px;
    margin-top: 27px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*.bidding-questions-wrapper .question-block .zip-input-box:focus {
    outline: 0px;
}*/
.attribute-bidding-popup-wrapper input#zip-value::placeholder {
    color:#8D8D8D;
    font-size: 17px;
    font-weight: 300;
}
.edit-attr-bid-link {
    color: #fff !important;
    cursor: pointer;
    text-decoration: underline;
}
.attr-bid-val-headtext {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}
.attr-bid-values-str {
    font-size: 13px;
}
.top-strip-info-attr-bid-values {
    background: none repeat scroll 0 0 #0091b9;
    color: #fff;
    padding: 10px 0;
}
.top-strip-info-attr-bid-values p {
    margin: 0;
    text-align: center;
}
.fsFormError{
    border: 2px solid red !important;
}
.attribute-question-wrapper{
    z-index: 999;
    position: absolute;
    overflow-y: auto;
    height: auto;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90vw;
    max-height: 95vh;
}
.attribute-bidding-popup-wrapper .form-wrapper {
    position: relative;
}
/*Form Pop-up Css - end*/

body.no_scroll{
    height: 100% !important;
    overflow: auto;
    position: fixed;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.bottom-fs-container {
    background: #253258;
    color: #fff;
    padding: 24px 0px;
}
.bottom-fs-container .bottom-fs-title {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 55px;
}
.bottom-fs-container .calc-hub-bottom-fs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bottom-fs-container .calc-hub-bottom-fs .form-group {
    height: 50px;
    padding: 4px;
    background: #fff;
    display: flex;
    position: relative;
}
.bottom-fs-container .calc-hub-bottom-fs .form-group input {
    border: 0;
    outline: none;
}
.bottom-fs-container .calc-hub-bottom-fs .bottomfs-zip-error {
    position: absolute;
    bottom: -22px;
    font-size: 13px;
    color: red;
    font-style: italic;
    left: 0px;
    display: none;
}
.bottom-fs-container .calc-hub-bottom-fs .zip-box.formError + .bottomfs-zip-error {
    display: block;
}
.bottom-fs-container .calc-hub-bottom-fs .form-group .calc-hub-bottom-fs-submit {
    background: #30B3E4;
    color: #fff;
    border: 0px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.bottom-fs-container .calc-hub-bottom-fs .form-group .calc-hub-bottom-fs-submit:hover {
    font-size: 18px;
}
.bottom-fs-container .bottom-fs-title:before {
    content: '';
    position: absolute;
    background: url(/images/special-pages/calc_hub/zip-icon.svg) no-repeat;
    height: 40px;
    width: 28px;
    background-size: contain;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.bottom-fs-container .bottom-fs-title .font-bold-blue{
    color: #30B3E4;
    font-weight: 700;
}
@media(min-width: 768px){
    .bottom-fs-container {
        padding: 38px 0px;
    }
    .bottom-fs-container .bottom-fs-title {
        font-size: 29px;
        line-height: 39px;
        margin-bottom: 0px;
    }
    .bottom-fs-container .calc-hub-bottom-fs .form-group {
        height: 45px;
    }
    .bottom-fs-container .bottom-fs-title:before {
        height: 60px;
        width: 42px;
        left: 10px;
    }
}
@media(min-width: 1024px){
    .bottom-fs-container .bottom-fs-title {
        padding-left: 90px;
    }
}