.select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.column {
    margin: 0 0 15px;
}

select.form-control:disabled {
    opacity: 0.3;
}

.tooltip-icon {
    font-size: 10px;
    background-color: #515151;
    color: white;
    padding: 3px 5px;
    border-radius: 10px;
    float: right;
}

.hideOverseasAreas,
.hideSuspensionPeriod {
    display: none;
}

h3.section-title {
    background-color: rgba(62, 62, 62, 0.9);
    border: 1px solid rgba(62, 62, 62, 0.9);
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

.bg-card-header {
    background-color: #1E7AC4 !important;
    color: white;
}

.section-wrap {
    overflow: hidden;
    position: relative;
}

.section {
    overflow: hidden;
    -webkit-transition: all 0.23s ease-in-out 0s;
    -moz-transition: all 0.23s ease-in-out 0s;
    -ms-transition: all 0.23s ease-in-out 0s;
    -o-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s;
}

.section.slide-right {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
}

.section.slide-left {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.section.open {
    height: auto;
    opacity: 1;
}

form#QuoteForm {
    margin: 0 0 20px;
}

#QuoteForm .select2-container--default .select2-selection--single {
    padding: 0px !important;
}

#QuoteForm input {
    max-height: 40px !important
}

#QuoteForm h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 15px;
}

#QuoteForm .has-error .form-control {
    border-color: #ce0606;
}

#QuoteForm .has-error .input-group-icon {
    background-color: #ce0606;
    color: #ffffff;
}

#QuoteForm .form-control:focus,
#QuoteForm .has-error .form-control:focus {
    border-color: #0311ca;
    box-shadow: 0 1px 1px rgba(3, 17, 202, 0.075) inset, 0 0 8px rgba(3, 17, 202, 0.6);
}

#QuoteForm .form-control:focus+.input-group-icon,
#QuoteForm .has-error .form-control:focus+.input-group-icon {
    background-color: #0311ca;
    color: #fff;
}

.help-block {
    color: #ce0606;
    margin: 0;
    position: absolute;
    bottom: -30px;
}

.help-block.with-errors.mandatory-error {
    bottom: auto;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.form-group .help-block ul {
    margin-bottom: 8px;
}

.form-group .help-block ul li {
    background-color: #ce0606;
    color: rgba(255, 255, 255, 0.99);
    padding: 1px 5px;
    border-radius: 2px;
    top: 5px;
    position: relative;
    max-height: 24px;
    font-size: 14px;
}

.form-group .help-block ul li::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 50%;
    top: -9px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ce0606;
}

.text-danger {
    color: #ce0606;
    font-size: 15px;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin: 3px 0 0 -20px;
}

.radio-inline+.radio-inline {
    margin-left: 0;
}

.radio-inline {
    margin: 0 10px 5px 0;
    height: 24px;
}

.radio-inline.display-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.mgsstyle-checkbox.mgscheckbox-style li {
    display: inline-block;
    width: auto;
    margin: 0 3% 0 0;
}

.mgsstyle-checkbox.mgscheckbox-style li:last-child {
    margin: 0;
}

.mgsstyle-checkbox.mgscheckbox-style input[type="checkbox"] {
    opacity: 0;
    margin-left: -14px;
}

.mgsstyle-checkbox.mgscheckbox-style label {
    position: relative;
    padding: 5px 30px;
}

.mgsstyle-checkbox.mgscheckbox-style label:before {
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 4px;
    width: 24px;
    height: 24px;
}

.mgsstyle-checkbox.mgscheckbox-style :checked+label:before {
    border: 12px solid rgba(3, 121, 202, 0.7);
    border-radius: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 5px;
    width: auto;
    height: auto;
}

.checkbox input[type="checkbox"] {
    margin: 6px 5px 0 0;
}

.form-group .checkbox-inline,
.form-group .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    margin-right: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.form-group .radio-inline input[type="radio"] {
    margin: 6px 5px 0 -20px;
}

.form-group.attachmentFile .input-group-btn~.form-control {
    width: calc(100% - 90px);
    margin-left: -5px;
    border-left: none;
    display: inline;
}

.form-group.attachmentFile .input-group-btn>.btn {
    width: 90px;
    margin-top: -5px;
    height: 38px;
}

.progress {
    background-color: rgba(62, 62, 62, 0.3);
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    height: 32px;
}

.progress-bar {
    background-color: rgba(3, 121, 202, 0.99);
}

.progress-bar-text {
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    margin-left: -38px;
    padding: 6px 0;
    position: absolute;
}

.section .form-group.attachmentFile {
    display: table;
    margin: 15px 0 40px;
}

.section .input-group-btn~.form-control {
    border-radius: 0 4px 4px 0;
    cursor: not-allowed;
    padding-left: 10px;
}

.section .input-group-btn>.btn {
    background-color: rgba(3, 121, 202, 0.7);
    border: 1px solid rgba(3, 121, 202, 0.7);
    border-radius: 4px 0 0 4px;
    color: #fff;
    height: 34px;
    padding: 4.5px 14px;
}

.attachmentFile .input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-left: 0;
}

.section .input-group-btn>.btn>input[type="file"] {
    display: none;
}

#QuoteForm select {
    background-color: transparent;
    display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #0379ca 50%),
        linear-gradient(135deg, #0379ca 50%, transparent 50%),
        radial-gradient(transparent 66%, transparent 66%);
    background-position: calc(100% - 18px) calc(1em + 2px),
        calc(100% - 13px) calc(1em + 2px),
        calc(100% - .5em) .5em;
    background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    max-height: 40px;
}

#QuoteForm select:focus {
    background-image: linear-gradient(45deg, transparent 50%, #0c43b3 50%),
        linear-gradient(135deg, #0c43b3 50%, transparent 50%),
        radial-gradient(transparent 66%, transparent 66%);
}

#QuoteForm select::-ms-expand {
    display: none;
}

#QuoteForm .form-layer-steps {
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

#QuoteForm .form-layer-progress {
    background-color: #b5b5b5;
    height: 1px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 100%;
}

#QuoteForm .form-layer-progress-line {
    background-color: #0379ca;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
}

#QuoteForm .form-layer-tolal-steps-5 .form-layer-step {
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 12.5%;
}

#QuoteForm .form-layer-tolal-steps-4 .form-layer-step {
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25%;
}

#QuoteForm .form-layer-step-icon {
    background-color: #b5b5b5;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    width: 40px;
    text-align: center;
}

#QuoteForm .form-layer-step-icon.activestep {
    background-color: #3e3e3e;
}

#QuoteForm .form-layer-step.activated .form-layer-step-icon {
    background-color: #fff;
    border: 1px solid #0379ca;
    color: #0379ca;
    line-height: 38px;
}

#QuoteForm .form-layer-step.active .form-layer-step-icon {
    background-color: #0379ca;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    margin-top: 0;
    width: 48px;
}

#QuoteForm .form-layer-step p.steptitle {
    margin: 5px 0 10px;
}

#QuoteForm .form-layer-step.active p.steptitle {
    margin: 0 0 10px;
}

#QuoteForm .form-layer-step.currentstep p.steptitle {
    color: #0279CA;
    font-weight: bold;
    padding: 2px;
}

#QuoteForm .form-layer-step.currentstep .form-layer-step-icon::before {
    position: absolute;
    left: calc(50% - 8px);
    top: 18px;
    color: #3e3e3e;
    content: "\f0dd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 28px;
    font-weight: 700;
}

#QuoteForm .form-layer-steps.forces-solutions-theme {
    padding: 0 5px;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step p.steptitle {
    margin: 10px 0 10px;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step.currentstep p.steptitle {
    margin: 7px 0 10px;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon {
    background-color: #ddd;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .currentstep .form-layer-step-icon {
    background-color: #696969;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon {
    color: #333;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .active .form-layer-step-icon {
    background-color: #0379ca;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon:hover,
#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step.active .form-layer-step-icon,
#QuoteForm .form-layer-steps.forces-solutions-theme .currentstep .form-layer-step-icon {
    color: #fff;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-progress {
    top: 23px;
    width: calc(100% - 20px);
    background-color: transparent;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-progress-line {
    background-color: transparent;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon,
#QuoteForm .form-layer-steps.forces-solutions-theme .currentstep .form-layer-step-icon {
    border-radius: inherit;
    width: calc(100% - 20px);
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon:hover {
    background: #696969;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .active .form-layer-step-icon:hover {
    background: #0379ca;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon::before,
#QuoteForm .form-layer-steps.forces-solutions-theme .currentstep .form-layer-step-icon::before {
    content: "";
    position: absolute;
    top: 24px;
    margin-top: -20px;
    border-width: 20px 0 20px 16px;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -5px;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .currentstep .form-layer-step-icon::before {
    border-color: #696969 #696969 #696969 transparent;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon:hover::before {
    border-color: #696969 #696969 #696969 transparent;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon::after,
#QuoteForm .form-layer-steps.forces-solutions-theme .currentstep .form-layer-step-icon::after {
    content: "";
    position: absolute;
    top: 24px;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #ddd;
    right: -5px;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .currentstep .form-layer-step-icon::after {
    border-left: 16px solid #696969;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step-icon:hover::after {
    border-left-color: #696969;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step.active .form-layer-step-icon::before {
    border-color: #0379ca #0379ca #0379ca transparent;
}

#QuoteForm .form-layer-steps.forces-solutions-theme .form-layer-step.active .form-layer-step-icon::after {
    border-left-color: #0379ca;
}

.service-item {
    border: 1px solid #0c43b3;
    border-radius: 10px;
    margin: 0 0 50px;
    padding: 30px 15px;
    text-align: center;
}

.service-item i {
    border: 1px solid #0c43b3;
    border-radius: 50%;
    color: #0c43b3;
    font-size: 24px;
    line-height: 48px;
    width: 48px;
}

.service-item:hover i {
    background-color: #0311ca;
    border-color: #0311ca;
    color: #fff;
}

.service-item>h4 {
    color: #0c43b3;
    margin: 15px 0 0;
}

.service-item:hover>h4 {
    color: #0311ca;
}

.review-submit-section h4 {
    background-color: transparent;
    border: 1px solid #3e3e3e;
    border-radius: 6px;
    color: #222;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.review-submit-section h5 {
    background-color: rgba(62, 62, 62, 0.7);
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    margin: 20px 0 20px;
    font-size: 18px;
    text-align: center;
}

.btn-default {
    background-color: transparent;
    border-color: #0379ca;
    color: #222;
}

.form-control[disabled],
.form-control[readonly],
.form-control {
    background-color: transparent;
    border: 1px solid #0379ca
}

.btn {
    overflow: hidden;
    font-size: 16px;
    padding: 6px 20px;
}

.btn-custom {
    background-color: rgba(3, 121, 202, 0.7);
    border: 1px solid rgba(3, 121, 202, 0.7);
    box-shadow: 0 0 1px transparent;
    color: #fff;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    -webkit-transform: perspective(1px) translateZ(0px);
    -moz-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    vertical-align: middle;
}

.btn-custom::before {
    background-color: #0311ca;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    z-index: -1;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    border-color: #0311ca;
    color: #fff;
}

.btn-custom:hover::before,
.btn-custom:focus::before,
.btn-custom:active::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.btn.btn-default.disable {
    pointer-events: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
    pointer-events: auto;
}

.vehicleAjaxLoader img {
    display: none;
    height: 15px;
}

.modal-backdrop {
    display: none !important;
}

.forces-solution-visibility-hidden {
    visibility: hidden !important;
}

@media screen and (max-width:767px) {
    h2.form-title {
        padding: 0 15px;
    }

    .form-wrap {
        padding: 30px 15px;
    }

    .intro-text {
        margin: 50px 15%;
    }

    #QuoteForm .form-layer-steps .steptitle {
        display: none;
    }
}

@media screen and (max-width:568px) {
    .intro-text {
        margin: 50px 10%;
    }
}

@media screen and (max-width:480px) {
    .col-xs-6 {
        width: 100%;
    }
}

@media screen and (max-width:420px) {}

@media screen and (max-width:360px) {
    #QuoteForm span.sub-text {
        right: 30px;
    }
}

@media screen and (max-width:340px) {
    .form-group.quoteForm-step-1 {
        text-align: right;
    }

    .btn {
        margin: 0 0 20px 10px;
    }
}