.gray-bg {
    background: #fafafa !important
}

.white-bg {
    background-color: #FFF !important
}

.z-index {
    z-index: 1111;
}

.get-started {
    cursor: pointer
}

input[type="text"],
input[type="file"],
input[type="tel"],
input[type="zip"],
input[type="email"],
input[type="password"] {
    display: inline-block;
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
    border: 1px solid #dadada;
    color: #434343;
    border-radius: 4px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type="text"]:focus {
    border-color: #3d96fb
}

input[readonly], input[readonly="readonly"] {
    background-color : #e9e9e9
}

textarea {
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    border: 1px solid #babbbd;
    color: #555
}

textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    font-weight: 400
}

textarea:-moz-placeholder {
    color: #b5b5b5;
    font-weight: 400
}

textarea::-moz-placeholder {
    color: #b5b5b5;
    font-weight: 400
}

textarea:-ms-input-placeholder {
    color: #b5b5b5;
    font-weight: 400
}

textarea:focus,
input:focus {
    border-color: #3d96fb;
    outline: 0;
    border: 2px solid #3d96fb
}

.form-control {
    height: 48px;
    font-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e1e3e3
}

.form-control:focus {
    border: 2px solid #3d96fb !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table td input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-color: #3d96fb;
    outline: 0
}

input:focus::-webkit-input-placeholder {
    color: #AAA
}

input:focus:-moz-placeholder {
    color: #AAA
}

input:focus::-moz-placeholder {
    color: #AAA
}

input:focus:-ms-input-placeholder {
    color: #AAA
}

textarea:focus::-webkit-input-placeholder {
    color: #CCC
}

textarea:focus:-moz-placeholder {
    color: #CCC
}

textarea:focus::-moz-placeholder {
    color: #CCC
}

textarea:focus:-ms-input-placeholder {
    color: #CCC
}

.ui-datepicker {
    z-index: 9999 !important
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1000000 !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.btn {
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    font-weight: 700
}

.btn-xl {
    padding: 12px 31px !important
}

.btn-text {
    font-size: 16px !important
}

.btn-text2 {
    font-size: 18px !important
}

.btn-secondary {
    margin-left: 12px
}

.btn-wide {
    padding: 10px 26px !important
}

.btn-blue {
    color: #fff;
    background-color: #3d96fb
}

.btn-blue:hover {
    color: #fff;
    background-color: #287ddd
}

.btn-blue:active,
.btn-blue:focus {
    color: #fff;
    outline: 0 auto -webkit-focus-ring-color
}

.button-clear {
    border: 3px solid #FFF;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    color: #FFF;
    background-color: transparent;
    padding: 12px 26px;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.button-clear:hover {
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    color: #444
}

.btn-cleer {
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border-color: #ccc
}

.btn-cleer:hover {
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    color: #444
}

.btn-backlead {
    background: #FFF;
    color: #979797;
    border: 2px solid #ebebeb
}

.btn-backlead:hover {
    color: #000
}

.btn-backlead:active,
.btn-backlead:focus {
    color: #000;
    outline: 0 auto -webkit-focus-ring-color !important
}

.fa-emerald {
    color: #50c878 !important
}

.fa-blue {
    color: #3f94f5
}

.fa-grey {
    color: #d2d2d2
}

.fa-danger {
    color: #d9534f
}

.fa-warn {
    color: #f0ad4e
}

.fa-success {
    color: #3d96fb
}

.fa-dull,
.text-dull {
    color: #CCC
}

.alert-danger {
    color: #FFF;
    background-color: #fc403f
}

.blue-link {
    color: #3d96fb;
    cursor: pointer;
    font-size: 14px
}

.blue-link:hover {
    color: #70adf4
}

.text-bold {
    font-weight: 700
}

.text-black {
    color: #555 !important
}

.weight-300 {
    font-weight: 300 !important
}

.pad16 {
    padding: 16px !important
}

.mr8 {
    margin-right: 8px !important
}

.mr12 {
    margin-right: 12px
}

.mr16 {
    margin-right: 16px
}

.mt0 {
    margin-top: 0px !important
}

.mt8 {
    margin-top: 8px
}

.mt16 {
    margin-top: 16px
}

.mt32 {
    margin-top: 32px
}

.ml16 {
    margin-left: 16px
}

.ml24 {
    margin-left: 24px
}

.ml36 {
    margin-left: 36px !important
}

.mb8 {
    margin-bottom: 8px !important
}

.mb16 {
    margin-bottom: 16px
}

.mb22 {
    margin-bottom: 22px
}

.mb32 {
    margin-bottom: 32px
}

.mb100 {
    margin-bottom: 100px !important
}

.psuedo-link {
    color: #3d96fb;
    cursor: pointer
}

.b4 {
    font-weight: 400 !important
}

.b6 {
    font-weight: 600 !important
}

.br4 {
    border-radius: 4px
}

.br6 {
    border-radius: 6px
}

.b7 {
    font-weight: 700 !important
}

.b8 {
    font-weight: 800 !important
}

.font-12 {
    font-size: 12px;
    line-height: 18px
}

.font-14 {
    font-size: 14px !important;
    line-height: 20px !important
}

.font-16 {
    font-size: 16px !important;
    line-height: 22px !important
}

.font-18 {
    font-size: 18px !important;
    line-height: 24px !important
}

.font-20 {
    font-size: 20px !important;
    line-height: 26px !important
}

.font-30 {
    font-size: 30px !important;
    line-height: 36px !important
}

.flex {
    display: -webkit-flex;
    display: flex
}

.flex-off {
    -webkit-flex: none !important;
    flex: none !important
}

.flex-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
}

.flex-1 {
    -webkit-flex: 1 1 0% !important;
    flex: 1 1 0% !important
}

.flex-auto {
    min-width: 0 !important;
    min-height: 0 !important
}

.flex-auto-1 {
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.justify-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
}

.flex-shrink {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important
}

.flex-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important
}

.align-center {
    -webkit-align-items: center !important;
    align-items: center !important
}

.align-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start;
    !important
}

.align-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
}

.black-100 {
    color: #000 !important
}

.gray-300 {
    color: #8d8d8d !important
}

.width-100 {
    width: 100% !important
}

.width-32 {
    width: 32px
}

.mw-100 {
    max-width: 100% !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.pr-16 {
    padding-right: 16px !important
}

.pa-16 {
    padding-right: 16px !important;
    padding-left: 16px !important
}

.truncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

.absolute {
    position: absolute !important
}

.relative {
    position: relative !important
}

.red {
    color: #fe5359 !important
}

#passengerForm .modal-dialog {
    margin: 70px auto
}

#passengerForm .modal-content {
    min-height: 260px;
    background: #FAFAFA;
    border: 0
}

#passengerForm .modal-header {
    min-height: 0;
    padding: 20px 120px 20px;
    text-align: center;
    border-bottom: 0
}

#passengerForm .modal-body {
    padding: 0 60px 0
}

#passengerForm .progress-holder {
    padding: 0
}

#passengerForm .progress {
    height: 6px;
    width: 100%;
    border-radius: 25px;
    margin: 0 0 0;
    box-shadow: none
}

#passengerForm .progress-bar {
    background-color: #3d96fb;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#passengerForm .modal-body h2 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400
}

#passengerForm .modal-body h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 45px 0;
    color: #282828;
    position: relative;
    text-align: center;
    padding: 0 100px;
    font-weight: 700
}

#passengerForm .modal-body .sub-header {
    font-size: 14px;
    line-height: 22px;
    color: #7a7a7a;
    margin-top: 12px;
    font-weight: 400;
    text-shadow: 0 0 0 #5d5d5d
}

#passengerForm .modal-body {
    opacity: 0;
    transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    overflow: hidden;
    max-height: 0;
    padding: 0
}

#passengerForm .modal-body.show {
    opacity: 1;
    transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    max-height: 9999999px
}

#passengerForm .error-section {
    position: absolute;
    width: 100%;
    margin-top: -34px
}

#passengerForm .error-section .alert {
    border: 0
}

#passengerForm .error-section .alert-danger {
    color: #fb403f;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    margin: 0;
    background-color: #FFF;
    padding: 5px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600
}

#passengerForm .modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 24px 24px;
    background: #FFF
}

#passengerForm .modal-footer .terms {
    color: #aeaeae;
    text-align: center;
    margin: -40px auto 0;
    font-size: 10px;
    max-width: 180px
}

.phone-terms {
    color: #aeaeae;
    text-align: center;
    padding: 0 120px 30px;
    font-size: 9px
}

#passengerForm .modal-footer .terms a,
.phone-terms a {
    color: #aeaeae;
    text-decoration: underline
}

#passengerForm .modal-footer .terms p,
.phone-terms p {
    margin-bottom: 0
}

#passengerForm .form-group {
    position: relative
}

#passengerForm label {
    /* padding-right: 24px; */
    width: 100%;
    font-size: 16px
}

#passengerForm .button-row {
    margin-top: 20px
}

#passengerForm .back-link {
    float: left;
    margin-left: 0
}

#passengerForm .back-link a {
    color: #3d96fb
}

#passengerForm .back-link a:hover {
    color: #6FB2FF;
    text-decoration: none
}

#passengerForm .valid {
    font-size: 14px
}

#passengerForm .progress-label {
    display: block;
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: -17px
}

#passengerForm .finalize {
    padding: 15px 24px 0;
    margin-bottom: 20px;
    background: #FFF;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

#passengerForm .finalize .panel .collapse {
    padding: 0
}

#passengerForm .finalize label {
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 400
}

#passengerForm label.last-label {
    margin-bottom: 6px;
    font-weight: 600
}

#passengerForm .finalize-inputs {
    margin-top: 15px;
    margin-bottom: 10px
}

#passengerForm .finalize-inputs span {
    padding-bottom: 6px;
    display: block;
    font-size: 16px
}

#passengerForm .btn-blue,
#passengerForm .btn-backlead {
    font-weight: 700;
    padding: 14px 44px !important
}

#passengerForm textarea.form-control {
    height: 130px;
    font-size: 16px;
    border: 2px solid #dadada
}

#PleadMaster .modal-dialog {
    margin: 70px auto
}

#PleadMaster .modal-content {
    min-height: 260px;
    background: #FAFAFA;
    border: 0
}

#PleadMaster .modal-header {
    min-height: 0;
    padding: 20px 120px 20px;
    text-align: center;
    border-bottom: 0
}

#PleadMaster .modal-body {
    padding: 0 60px 0
}

#PleadMaster .progress-holder {
    padding: 0
}

#PleadMaster .progress {
    height: 6px;
    width: 100%;
    border-radius: 25px;
    margin: 0 0 0;
    box-shadow: none
}

#PleadMaster .progress-bar {
    background-color: #3d96fb;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#PleadMaster .modal-body h2 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400
}

#PleadMaster .modal-body h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 45px 0;
    color: #282828;
    position: relative;
    text-align: center;
    padding: 0 100px;
    font-weight: 700
}

#PleadMaster .modal-body .sub-header {
    font-size: 14px;
    line-height: 22px;
    color: #7a7a7a;
    margin-top: 12px;
    font-weight: 400;
    text-shadow: 0 0 0 #5d5d5d
}

#PleadMaster .modal-body {
    opacity: 0;
    transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    overflow: hidden;
    max-height: 0;
    padding: 0
}

#PleadMaster .modal-body.show {
    opacity: 1;
    transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    max-height: 9999999px
}

#PleadMaster .error-section {
    position: absolute;
    width: 100%;
    margin-top: -30px
}

#PleadMaster .error-section .alert {
    border: 0
}

#PleadMaster .error-section .alert-danger {
    color: #fb403f;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    margin: 0;
    background-color: #FFF;
    padding: 5px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600
}

#PleadMaster .modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 24px 24px;
    background: #FFF
}

#PleadMaster .modal-footer .terms {
    color: #aeaeae;
    text-align: center;
    margin: -40px auto 0;
    font-size: 10px;
    max-width: 180px
}

.phone-terms {
    color: #aeaeae;
    text-align: center;
    padding: 0 120px 30px;
    font-size: 9px
}

#PleadMaster .modal-footer .terms a,
.phone-terms a {
    color: #aeaeae;
    text-decoration: underline
}

#PleadMaster .modal-footer .terms p,
.phone-terms p {
    margin-bottom: 0
}

#PleadMaster .form-group {
    position: relative
}

#PleadMaster label {
    padding-right: 24px;
    width: 100%;
    font-size: 16px
}

#PleadMaster .button-row {
    margin-top: 20px
}

#PleadMaster .back-link {
    float: left;
    margin-left: 0
}

#PleadMaster .back-link a {
    color: #3d96fb
}

#PleadMaster .back-link a:hover {
    color: #6FB2FF;
    text-decoration: none
}

#PleadMaster .valid {
    font-size: 14px
}

#PleadMaster .progress-label {
    display: block;
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: -17px
}

#PleadMaster .finalize {
    padding: 15px 24px 0;
    margin-bottom: 20px;
    background: #FFF;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

#PleadMaster .finalize .panel .collapse {
    padding: 0
}

#PleadMaster .finalize label {
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 400
}

#PleadMaster label.last-label {
    margin-bottom: 6px;
    font-weight: 600
}

#PleadMaster .finalize-inputs {
    margin-top: 15px;
    margin-bottom: 10px
}

#PleadMaster .finalize-inputs span {
    padding-bottom: 6px;
    display: block;
    font-size: 16px
}

#PleadMaster .btn-blue,
#PleadMaster .btn-backlead {
    font-weight: 700;
    padding: 14px 44px !important
}

#PleadMaster textarea.form-control {
    height: 130px;
    font-size: 16px;
    border: 2px solid #dadada
}

.pro-matching {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 20px
}

.pro-matching-box {
    position: relative;
    padding: 15px 25px;
    margin: 25px auto;
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center
}

.pro-matching-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #FFF;
    padding: 0 0 60px;
    text-align: center
}

.pro-matching-title h4 {
    font-weight: 700;
    font-size: 20px
}

.pro-matching-box .pro-card-holder {
    width: 100%;
    height: 70px
}

.pro-matching-box .pro-card {
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px rgba(50, 50, 50, .15);
    box-shadow: 0 2px 6px rgba(50, 50, 50, .15);
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    color: #ddd
}

.pro-matching-box .pro-card .pro-pic {
    flex: 1
}

.pro-matching-box .pro-card .pro-ratings {
    flex: 2
}

.pro-matching-box .pro-card .pro-ratings i.fa.fa-star {
    margin-right: 5px
}

.pro-matching-box .pro-card .pro-pic img {
    width: 42px
}

.pro-matching-box .pro-card .pro-price i {
    font-size: 24px
}

.pro-matching-box .pro-card .fake-text {
    line-height: .5
}

.spinner.matching {
    padding: 50px;
    position: relative;
    text-align: center
}

.spinner img {
    width: 70px;
    height: 70px
}

.spinner.matching:before {
    content: "";
    height: 50px;
    width: 50px;
    margin: -25px auto auto -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: #2180c0 #ccc #ccc;
    border-radius: 100%;
    animation: rotation .8s infinite linear
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.modal-backdrop.in {
    opacity: .8
}

.lead-wrapper {
    min-height: 450px;
    max-height: 450px;
    overflow-y: auto;
    position: relative
}

.lead-wrapper .show-services {
    position: absolute;
    left: 20px;
    bottom: -3px
}

.lead-wrapper .collapse {
    padding: 24px
}

.lead-wrapper .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0
}

.lead-wrapper .collapse.email-ask {
    margin-bottom: 20px
}

.lead-wrapper .pro-select {
    text-align: center;
    padding: 18px 0 20px;
    border-bottom: 1px dotted #eaeaea
}

.lead-wrapper .pro-select .pro-img {
    max-width: 65px;
    height: 65px;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px
}

.lead-wrapper .pro-select .pro-img img {
    width: 65px;
    min-height: 65px;
    opacity: .9;
    border-radius: 50%;
    border: 1px solid #eee
}

.lead-wrapper .pro-select .pro-text {
    color: #555;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 20px
}

.lead-wrapper .pro-select .pro-text span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #555
}

.lead-inputs {
    border-bottom: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 20px 40px;
    border: 1px solid #ececee;
    background: #FFF
}

.lead-inputs < .lead-padding {
    border-top: 0
}

.lead-inputs .input-group-addon {
    border: 2px solid #dadada;
    font-weight: 700
}

.lead-inputs .checkbox {
    padding: 0;
    margin: 0
}

.lead-inputs .select-option,
.lead-inputs .radio-section .select-option {
    margin: 0;
    line-height: 22px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ececee
}

.lead-inputs .select-option:checked,
.lead-inputs .select-option input[type="checkbox"]:checked+label {
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6f1fd), to(#cfe3fb));
    background: -webkit-linear-gradient(top, #e6f1fd, #cfe3fb);
    background: -moz-linear-gradient(top, #e6f1fd, #cfe3fb);
    background: -ms-linear-gradient(top, #e6f1fd, #cfe3fb);
    background: -o-linear-gradient(top, #e6f1fd, #cfe3fb);
    background: linear-gradient(top, #e6f1fd, #cfe3fb);
    background-color: #daeafc
}

.lead-inputs .select-option input[type=checkbox],
.lead-inputs .select-option input[type=radio] {
    position: absolute;
    top: 13px;
    left: 15px;
    cursor: pointer
}

.lead-inputs input[type="text"],
.lead-inputs input[type="email"],
.lead-inputs input[type="password"] {
    border: 2px solid #dadada
}

.lead-inputs textarea:focus,
.lead-inputs input:focus {
    border-color: #3d96fb;
    outline: 0;
    border: 2px solid #3d96fb !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lead-inputs input[type=checkbox],
.lead-inputs input[type=radio] {
    margin: 4px 0 0 5px
}

#passengerForm .modal-content.intro-box {
    background: #4c90f6 !important
}

#passengerForm .modal-content.intro-box .modal-footer {
    background: #4c90f6 !important
}

#passengerForm .modal-content.intro-box .modal-header {
    padding: 120px 0 0;
    text-align: left
}

#passengerForm .modal-content.intro-box .intro-logo {
    text-align: center
}

#passengerForm .modal-content.intro-box .intro-wrapper {
    padding: 10px 0 120px
}

#passengerForm .modal-content.intro-box p.title-1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    margin: 20px 0
}

#passengerForm .modal-content.intro-box p.title-2 {
    color: #FFF;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center
}

#passengerForm .modal-content.intro-box .modal-footer {
    border-top: 0;
    padding: 0 40px 40px
}

#passengerForm .modal-content.intro-box .modal-footer .btn-backlead {
    color: #3d96fb;
    border-color: #FFF;
    max-width: 230px;
    margin: 0 auto
}

#passengerForm .modal-content.intro-box .modal-footer .btn-backlead:hover {
    color: #4c90f6;
    border-color: #FFF
}

#PleadMaster .modal-content.intro-box {
    background: #4c90f6 !important
}

#PleadMaster .modal-content.intro-box .modal-footer {
    background: #4c90f6 !important
}

#PleadMaster .modal-content.intro-box .modal-header {
    padding: 120px 0 0;
    text-align: left
}

#PleadMaster .modal-content.intro-box .intro-logo {
    text-align: center
}

#PleadMaster .modal-content.intro-box .intro-wrapper {
    padding: 10px 0 120px
}

#PleadMaster .modal-content.intro-box p.title-1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    margin: 20px 0
}

#PleadMaster .modal-content.intro-box p.title-2 {
    color: #FFF;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center
}

#PleadMaster .modal-content.intro-box .modal-footer {
    border-top: 0;
    padding: 0 40px 40px
}

#PleadMaster .modal-content.intro-box .modal-footer .btn-backlead {
    color: #3d96fb;
    border-color: #FFF;
    max-width: 230px;
    margin: 0 auto
}

#PleadMaster .modal-content.intro-box .modal-footer .btn-backlead:hover {
    color: #4c90f6;
    border-color: #FFF
}

.close-box,
.intro-box {
    opacity: 0;
    transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    overflow: hidden;
    max-height: 0;
    min-height: 0 !important
}

.close-box.show,
.intro-box.show {
    opacity: 1;
    transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    max-height: 9999999px;
    border-radius: 6px
}

.close-wrapper h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 50px 0;
    color: #4e4e4e;
    position: relative;
    text-align: center;
    padding: 0 100px
}

.close-label {
    display: block;
    padding: 13px 0 13px 20px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #4e4d4d;
    font-size: 16px;
    font-weight: 700 !important;
    opacity: .9
}

.close-label:hover {
    opacity: 1
}

.close-label.no-left {
    padding-left: 0
}

.continue-label {
    color: #3996ff !important
}

.cancel-label {
    color: #fc2524 !important;
    opacity: .5 !important
}

.cancel-label:hover {
    opacity: .7 !important
}

#passengerForm label.phone-label {
    color: #000 !important;
    font-weight: 700 !important
}

#PleadMaster label.phone-label {
    color: #000 !important;
    font-weight: 700 !important
}

.form-invalid-text {
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
    color: #d51818;
    text-align: center;
    display: none
}

.valid-icon {
    display: none;
    position: absolute;
    right: -15px;
    top: 0;
    font-size: 16px
}

.invalid-icon {
    display: none;
    position: absolute;
    right: -15px;
    top: 0;
    font-size: 16px
}

.input-radio-label {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0 14px 24px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #4e4d4d;
    font-size: 16px
}

.input-radio-label.credits-label {
    padding: 0
}

.input-radio-label.final-select {
    padding: 5px 0
}

input:checked+.input-radio-label:before {
    background-color: #3d96fb;
    border: 2px solid #3d96fb;
    transition: background-color ease 0.28s
}

.input-radio-label:before {
    background: #fff;
    content: '\a0';
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #dbdbdb;
    box-shadow: inset 0 0 0 3px #fff;
    height: 22px;
    width: 22px;
    min-width: 22px;
    margin-right: 14px;
    vertical-align: middle;
    transition: background-color ease 0.20s
}

.checkbox-label {
    display: block;
    position: relative;
    padding: 14px 0 14px 24px;
    cursor: pointer;
    color: #4e4d4d
}

.visual-hide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.theme-flush-last .checkbox-label {
    padding-bottom: 0
}

.checkbox:not(.theme-mobileLightweight) .checkbox-label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox:not(.theme-mobileLightweight) .checkbox-label:before {
    background: #fff;
    content: '\a0';
    display: inline-block;
    border: 2px solid #dbdbdb;
    border-radius: 4px;
    height: 22px;
    width: 22px;
    min-width: 22px;
    margin-right: 14px;
    vertical-align: 18px
}

.ie9 .checkbox:not(.theme-mobileLightweight) .checkbox-label:before {
    float: left
}

@media only screen and (min-width:768px) {
    .checkbox.theme-mobileLightweight .checkbox-label {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .checkbox.theme-mobileLightweight .checkbox-label:before {
        background: #fff;
        content: '\a0';
        display: inline-block;
        border: 1px solid #bdc4c4;
        border-radius: 4px;
        height: 20px;
        width: 20px;
        min-width: 20px;
        margin-right: 14px;
        vertical-align: 18.65px
    }

    .ie9 .checkbox.theme-mobileLightweight .checkbox-label:before {
        float: left
    }
}

.checkbox input:checked+.checkbox-label::before,
.checkbox input:checked.theme-primary+.checkbox-label::before {
  border: 2px solid #3d96fb;
  background-color: #3d96fb;
  background-blend-mode: multiply;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.checkbox input:focus.theme-secondary+.checkbox-label::before {
    border: 1px solid #f0a86e
}

.checkbox input:checked.theme-secondary+.checkbox-label::before {
    border: 2px solid #3d96fb;
    background-color: #3d96fb;
    background-blend-mode: multiply;
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.zip-modal {
    padding: 10px 120px 60px
}

.phone-modal {
    padding: 0 120px 0;
    margin-top: -20px
}

.zip-modal input,
.phone-modal input {
    height: 50px;
    font-size: 18px;
    padding: 0 0 0 12px;
    border-width: 2px
}

.zip-modal input::placeholder,
.phone-modal input::placeholder {
    color: #757575;
    font-weight: 400
}

.zip-modal.text-center input,
.phone-modal.text-center input {
    text-align: center;
    padding: 0;
    height: 48px
}

.checkbox label.quotes-label {
    padding-left: 0;
    padding-right: 0 !important
}

.profile-background {
    background: #FFF
}

.sticky-cta.profile-menu {
    height: 50px;
    box-shadow: none !important;
    border-bottom: 1px solid rgb(219, 219, 219) !important
}

.sticky-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 50px;
    margin-left: 15px
}

.sticky-flex .menu-item {
    font-weight: 700;
    color: #004989 !important
}

.sticky-flex span {
    margin: 0 6px
}

.profile-body {
    padding: 0 0 50px
}

.profile-body h3 {
    margin: 10px 0 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #484848
}

.answers-div {
    overflow: hidden;
    background-color: #FFF
}

.answers-div .answer {
    position: relative;
    max-height: 160px;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 15px;
    color: #666;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300
}

.answers-div .answer .bleep {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: linear-gradient(transparent, white)
}

.big-answer {
    max-height: 100% !important;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear
}

#leadApprove .modal-dialog {
    margin: 70px auto
}

#leadApprove .modal-content {
    min-height: 260px;
    background: #FAFAFA;
    border: 0
}

#leadApprove .modal-header {
    min-height: 0;
    padding: 20px 120px 20px;
    text-align: center;
    border-bottom: 0
}

#leadApprove .modal-body {
    padding: 0 60px 0
}

#leadApprove .progress-holder {
    padding: 0
}

#leadApprove .progress {
    height: 6px;
    width: 100%;
    border-radius: 25px;
    margin: 0 0 0;
    box-shadow: none
}

#leadApprove .progress-bar {
    background-color: #3d96fb;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#leadApprove .modal-body h2 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400
}

#leadApprove .modal-body h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 45px 0;
    color: #282828;
    position: relative;
    text-align: center;
    padding: 0 100px;
    font-weight: 700
}

#leadApprove .modal-body .sub-header {
    font-size: 14px;
    line-height: 22px;
    color: #7a7a7a;
    margin-top: 12px;
    font-weight: 400;
    text-shadow: 0 0 0 #5d5d5d
}

#leadApprove .modal-body {
    opacity: 0;
    transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    overflow: hidden;
    max-height: 0;
    padding: 0
}

#leadApprove .modal-body.show {
    opacity: 1;
    transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    max-height: 9999999px
}

#leadApprove .error-section {
    position: absolute;
    width: 100%;
    margin-top: -25px
}

#leadApprove .error-section .alert {
    border: 0
}

#leadApprove .error-section .alert-danger {
    color: #fb403f;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    margin: 0;
    background-color: #FFF;
    padding: 5px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600
}

#leadApprove .modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 24px 24px;
    background: #FFF
}

#leadApprove .modal-footer .terms {
    color: #aeaeae;
    text-align: center;
    margin: -40px auto 0;
    font-size: 10px;
    max-width: 180px
}

#leadApprove .modal-footer .terms a,
.phone-terms a {
    color: #aeaeae;
    text-decoration: underline
}

#leadApprove .modal-footer .terms p,
.phone-terms p {
    margin-bottom: 0
}

#leadApprove .form-group {
    position: relative
}

#leadApprove label {
    padding-right: 24px;
    width: 100%;
    font-size: 16px
}

#leadApprove .button-row {
    margin-top: 20px
}

#leadApprove .back-link {
    float: left;
    margin-left: 0
}

#leadApprove .back-link a {
    color: #3d96fb
}

#leadApprove .back-link a:hover {
    color: #6FB2FF;
    text-decoration: none
}

#leadApprove .valid {
    font-size: 14px
}

#leadApprove .progress-label {
    display: block;
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: -17px
}

#leadApprove .finalize {
    padding: 15px 24px 0;
    margin-bottom: 20px;
    background: #FFF;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

#leadApprove .finalize .panel .collapse {
    padding: 0
}

#leadApprove .finalize label {
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 400
}

#leadApprove label.last-label {
    margin-bottom: 6px;
    font-weight: 600
}

#leadApprove .finalize-inputs {
    margin-top: 15px;
    margin-bottom: 10px
}

#leadApprove .finalize-inputs span {
    padding-bottom: 6px;
    display: block;
    font-size: 16px
}

#leadApprove .btn-blue,
#leadApprove .btn-backlead {
    font-weight: 700;
    padding: 14px 44px !important
}

#leadApprove textarea.form-control {
    height: 130px;
    font-size: 16px;
    border: 2px solid #dadada
}

#leadApprove .modal-content.intro-box {
    background: #4c90f6 !important
}

#leadApprove .modal-content.intro-box .modal-footer {
    background: #4c90f6 !important
}

#leadApprove .modal-content.intro-box .modal-header {
    padding: 120px 0 0;
    text-align: left
}

#leadApprove .modal-content.intro-box .intro-logo {
    text-align: center
}

#leadApprove .modal-content.intro-box .intro-wrapper {
    padding: 10px 0 120px
}

#leadApprove .modal-content.intro-box p.title-1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    margin: 20px 0
}

#leadApprove .modal-content.intro-box p.title-2 {
    color: #FFF;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center
}

#leadApprove .modal-content.intro-box .modal-footer {
    border-top: 0;
    padding: 0 40px 40px
}

#leadApprove .modal-content.intro-box .modal-footer .btn-backlead {
    color: #3d96fb;
    border-color: #FFF;
    max-width: 230px;
    margin: 0 auto
}

#leadApprove .modal-content.intro-box .modal-footer .btn-backlead:hover {
    color: #4c90f6;
    border-color: #FFF
}

#leadApprove label.phone-label {
    color: #000 !important;
    font-weight: 700 !important
}

#leadApproveUrun .modal-dialog {
    margin: 70px auto
}

#leadApproveUrun .modal-content {
    min-height: 260px;
    background: #FAFAFA;
    border: 0
}

#leadApproveUrun .modal-header {
    min-height: 0;
    padding: 20px 120px 20px;
    text-align: center;
    border-bottom: 0
}

#leadApproveUrun .modal-body {
    padding: 0 60px 0
}

#leadApproveUrun .progress-holder {
    padding: 0
}

#leadApproveUrun .progress {
    height: 6px;
    width: 100%;
    border-radius: 25px;
    margin: 0 0 0;
    box-shadow: none
}

#leadApproveUrun .progress-bar {
    background-color: #3d96fb;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#leadApproveUrun .modal-body h2 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400
}

#leadApproveUrun .modal-body h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 45px 0;
    color: #282828;
    position: relative;
    text-align: center;
    padding: 0 100px;
    font-weight: 700
}

#leadApproveUrun .modal-body .sub-header {
    font-size: 14px;
    line-height: 22px;
    color: #7a7a7a;
    margin-top: 12px;
    font-weight: 400;
    text-shadow: 0 0 0 #5d5d5d
}

#leadApproveUrun .modal-body {
    opacity: 0;
    transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    overflow: hidden;
    max-height: 0;
    padding: 0
}

#leadApproveUrun .modal-body.show {
    opacity: 1;
    transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    max-height: 9999999px
}

#leadApproveUrun .error-section {
    position: absolute;
    width: 100%;
    margin-top: -34px
}

#leadApproveUrun .error-section .alert {
    border: 0
}

#leadApproveUrun .error-section .alert-danger {
    color: #fb403f;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    margin: 0;
    background-color: #FFF;
    padding: 5px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600
}

#leadApproveUrun .modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 24px 24px;
    background: #FFF
}

#leadApproveUrun .modal-footer .terms {
    color: #aeaeae;
    text-align: center;
    margin: -40px auto 0;
    font-size: 10px;
    max-width: 180px
}

#leadApproveUrun .modal-footer .terms a,
.phone-terms a {
    color: #aeaeae;
    text-decoration: underline
}

#leadApproveUrun .modal-footer .terms p,
.phone-terms p {
    margin-bottom: 0
}

#leadApproveUrun .form-group {
    position: relative
}

#leadApproveUrun label {
    padding-right: 24px;
    width: 100%;
    font-size: 16px
}

#leadApproveUrun .button-row {
    margin-top: 20px
}

#leadApproveUrun .back-link {
    float: left;
    margin-left: 0
}

#leadApproveUrun .back-link a {
    color: #3d96fb
}

#leadApproveUrun .back-link a:hover {
    color: #6FB2FF;
    text-decoration: none
}

#leadApproveUrun .valid {
    font-size: 14px
}

#leadApproveUrun .progress-label {
    display: block;
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: -17px
}

#leadApproveUrun .finalize {
    padding: 15px 24px 0;
    margin-bottom: 20px;
    background: #FFF;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

#leadApproveUrun .finalize .panel .collapse {
    padding: 0
}

#leadApproveUrun .finalize label {
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 400
}

#leadApproveUrun label.last-label {
    margin-bottom: 6px;
    font-weight: 600
}

#leadApproveUrun .finalize-inputs {
    margin-top: 15px;
    margin-bottom: 10px
}

#leadApproveUrun .finalize-inputs span {
    padding-bottom: 6px;
    display: block;
    font-size: 16px
}

#leadApproveUrun .btn-blue,
#leadApproveUrun .btn-backlead {
    font-weight: 700;
    padding: 14px 44px !important
}

#leadApproveUrun textarea.form-control {
    height: 130px;
    font-size: 16px;
    border: 2px solid #dadada
}

#leadApproveUrun .modal-content.intro-box {
    background: #4c90f6 !important
}

#leadApproveUrun .modal-content.intro-box .modal-footer {
    background: #4c90f6 !important
}

#leadApproveUrun .modal-content.intro-box .modal-header {
    padding: 120px 0 0;
    text-align: left
}

#leadApproveUrun .modal-content.intro-box .intro-logo {
    text-align: center
}

#leadApproveUrun .modal-content.intro-box .intro-wrapper {
    padding: 10px 0 120px
}

#leadApproveUrun .modal-content.intro-box p.title-1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    margin: 20px 0
}

#leadApproveUrun .modal-content.intro-box p.title-2 {
    color: #FFF;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center
}

#leadApproveUrun .modal-content.intro-box .modal-footer {
    border-top: 0;
    padding: 0 40px 40px
}

#leadApproveUrun .modal-content.intro-box .modal-footer .btn-backlead {
    color: #3d96fb;
    border-color: #FFF;
    max-width: 230px;
    margin: 0 auto
}

#leadApproveUrun .modal-content.intro-box .modal-footer .btn-backlead:hover {
    color: #4c90f6;
    border-color: #FFF
}

#leadApproveUrun label.phone-label {
    color: #000 !important;
    font-weight: 700 !important
}

.iti {
    width: 100%;
}

.swal-overlay {
    z-index: 99999 !important;
}

.swal-modal {
    z-index: 100000 !important;
}
