.modal-title {
    width: 100%;
    margin: 0 auto;
    color: #333 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center;
}
.modal-header .close {
    padding: 0;
    margin: -10px 0px;
    font-size: 32px;
    border: none;
    background: transparent;
}
.stepFreeQuote {
    display: none;
}
.stepFreeQuote.active {
    display : block;
}

.text-left {
    text-align: left;
}

.div-first-step .wrap-answer-group .form-group {
    display: block;
    width: 50%;
    float: left;
}
.field-freeQuoteProcedures,.field-freeQuoteLocation {
    width: 98% !important;
}
.input-search {
    width: 100%;
    color: #000 !important;
    background: #FFF !important;
}
.form-group {
    display: flex;
    padding: 5px 0;
}
.form-group label {
    font-size: 15px;
    color: #4b4b4b;
    margin: 0 0 5px 0;
    padding: 0;
}
.form-control{
    border: 1px solid #ced4da;
    background: #fff;
    color: #a8abac;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}

.red-txt{
    color: #F44336;
}
.required_answers{
    color: #F44336;
    margin-top: 10px;
}
/*---------Get a free quote-----------*/

.stepFreeQuote .row{
    display: flex;
}
.check-text {
    color: #878383;
    font-size: 13px;
    margin-bottom: 8px;
    display: inline;
    font-weight: normal;
}
.answer_with_questions {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #ced4da;
    margin-bottom: -1px;
    clear: left;
}
.freeQuoteProcedures_error {
    color: #F44336;
}
.div-second-step .answer_with_questions {
    display: block;
}
.wrap-answer-group  .answer_with_questions:first-child{
    border-radius: 4px 4px 0 0;
}
.wrap-answer-group .answer_with_questions {
    background: #f1f6fb;
}
.wrap-answer-group .answer_with_questions:nth-child(even) {
    background: #fff;
}
.answer_with_questions:nth-child(even) {
    background: #f1f6fb;
}
.answer_with_questions > div{
    width: 60%;
}
.div-second-step .answer_with_questions > div,.div-three-step .answer_with_questions,.div-three-step .answer_with_questions > div{
    width: 100%;
}
.answer-group{
    display: flex;
    margin-bottom: 10px;
    margin-top: 5px;
}
.answer-group label{
    color: #6b6b6b;
    margin-left: 20px;
    display: block;
}
.after-select-two-input{
    display: flex;
}
.after-select-two-input select{
    margin-right: 10px;
}
.form-check-label {
    width: 40%;
    padding-right: 20px;
}
.div-second-step .form-check-label,.div-three-step .form-check-label {
    width: 100%;
}
.one_answer{
    width: 100%;
}
.div-second-step .form-group{
    flex-direction: row;
}
.col-6.text-right{
    justify-content: flex-end;
    flex: 1 1 auto;
    text-align: right;
}
.input-daterange {
    display: flex;
}
.check-privacy {
    position: relative;
}
.check-privacy label {
    font-size: 13px;
    margin: 0 0 10px 22px;
}
.check-privacy a {
    color: #194378;
}
.field-receiveQuotes {
    padding: 0;
}
.btn{
    cursor: pointer;
    margin: 20px 0;
}
.btn-primary{
    color: #fff;
    background: #194378;
    border: 1px solid #194378;
}
.btn-outline-secondary{
    color: #2a5ea1;
    border: 1px solid #2a5ea1;
}
.btn-outline-secondary:hover,.btn-primary:hover{
    color: #fff;
    background: #5d5d5d;
    border: 1px solid #5d5d5d;
}
.float-right{
    float: right;
}
.form-info > div {
    display: flex;
    flex-wrap: wrap;
    background: #f1f6fb;
    padding: 10px;
    border: 1px solid #ced4da;
    margin-bottom: -1px;
}
.form-info .form-group {
    flex: 1 1 50%;
    width: calc(100% - 10px);
}
.answer_group .answer-group{
    display: block;
    position: relative;
}
.stepFreeQuote .checkmark {
    top: 3px;
    left: 0;
}
.check-privacy .checkmark{
    display: none;
}
.check-privacy input[type=checkbox]:before {
    content: "";
    border: none;
    width: 16px;
    height: 16px;
    display: block;
    z-index: 8;
    border-radius: 3px;
}
.check-privacy input[type=checkbox], .check-privacy input[type=radio] {
    opacity: 1;
    margin: 0;
    width: 14px;
    height: 14px;
    top: 5px;
}
.check-privacy .has-success input[type=checkbox]:after {
    text-align: center;
    content: "✓";
    color: #fff;
    background: #194378;
    z-index: 8;
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    top: 0;
    line-height: 17px;
    border-radius: 3px;
    left: 0;
    background: url(images/has-check.svg);
}
.has-error{
    display: block;
}
.help-block {
    color: #ff0000;
    font-size: 12px;
    display: block;
    margin-top: 8px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 0;
    z-index: 1;
    opacity: 0;
    margin-right: 10px;
    position: absolute;
}

.stepFreeQuote .checkmark {
    top: 2px;
    left: 0px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
}
.stepFreeQuote .checkmark:after {
    top: 42px;
    left: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    content: '';
}

.stepFreeQuote input:checked~.checkmark {
    background-color: #194378;
    padding: 8px;
    border: none;
}

.stepFreeQuote .checkmark:after {
    margin-top: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    content: '';
}
.stepFreeQuote input:checked~.checkmark:after {
    display: block;
}

.block-contact .check-privacy input[type=checkbox] {
    left: 0;
    margin: 4px 0 0 0;
}
.form-info .allow-dropdown{
    width: 100%;
}
.receive-quotes-block {
    display: flex;
    margin-top: 20px;
}
.date_pick{
    margin: 10px auto;
}
.date_pick .input-daterange input {
    text-align: center;
    width: calc(50% - 6%);
    flex: 0 0 calc(50% - 6%);
    background: #fff;
    height: 40px;
    border-radius: 4px !important;
    font-size: 14px;
}
.date_pick .input-daterange .input-group-addon {
    min-width: 45px;
    line-height: 30px;
    text-align: center;
    border: none !important;
}

@media (max-width: 768px) {
    .check-text {
        display: inline;
    }
    .answer_with_questions > div,.form-check-label {
        width: 100%;
    }
    .div-first-step .wrap-answer-group .form-group {
        width: 100%;
    }
}
.row.freeQuoteBody {
    display: block;
}
.contact_successful_h3.pb-3 {
    padding: 18px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin-bottom: 11px;
    border-radius: 5px;
    font-size: 16px;
}
.register_insert_icon {
    padding-left: 0;
    min-height: 35px;
    padding-top: 7px;
}
.register_insert_icon:before {
    content: ''!important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0;
    background: url(../images/icon/check.svg) no-repeat center center;
    background-size: cover;
}
.contact_successful_row {
    padding: 0 15px;
}
.row.contact_successful_row .btn-block {
    display: block;
    width: 100%;
    color: #fff !important;
    background-color: #f0470a !important;
    border-color: #f0470a !important;
}
.row.contact_successful_row .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 10px;
}

.row.contact_successful_row .contact_successful_close {
    border: 1px solid #194378!important;
    background-color: #194378!important;
}
.txt-step {
    display: none!important;
    text-align: center;
}
.txt-step.active {
    display: block!important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}