input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.common-content {
    min-height: 70vh;
}

.page-menu {
    margin-bottom: 0;
    padding: 10px 0;
}

.registration-box-wrapper {
    padding: 40px 0;
    padding-bottom: 60px;
    text-align: center;
}

.insurance-icon {
    background-color: #233a42d4;
    width: 60px;
    padding: 15px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 5px;
}

.insurance-icon img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.registration-box-wrapper h1 {
    font-family: 'Poppins';
    font-size: 20px;
    margin-bottom: 0px;
    color: #233a42d4;
    font-weight: 600;
    display: inline-block;
}

.registration-box-wrapper p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    font-family: 'Open Sans';
    text-align: center;
    font-weight: 400;
    color: #27323E;
    opacity: .8;
}

.registration-box {
    font-family: 'Open Sans';
    margin: auto;
    background-color: #fff;
    padding: 33px 40px 26px;
    box-sizing: content-box;
    border-radius: 5px;
    box-shadow: 0 0 14px 0 #ccc;
    position: relative;
    z-index: 10;
}

.registration-box input {
    font-size: 13px;
    width: 100%;
    color: #6c757d;
    height: 40px;
    font-family: 'Open Sans';
    border: 1px solid #e9ecefd9;
    background-color: #fff;
    padding: 0 12px;
    border-radius: .25rem;
}

.registration-box input:focus {
    border: 1.5px solid #e9ecef !important;
    border-color: #e9ecef !important;
}

.reg-button {
    padding: 10px 20px;
    text-align: center;
    height: 40px;
    width: 185px;
    position: relative;
    background-color: #233a42d4;
    display: inline-block;
    margin: auto;
    margin-top: 25px;
    color: #fff!important;
    border-radius: 5px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e9ecefd9;
    background-color: #fff;
    border-radius: 5px;
}

.reg-button:hover,
.reg-button:focus {
    color: #fff;
}

.registration-box h6 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin: 10px 0;
    padding-left: 15px;
    opacity: .9;
}

.registration-box .col-sm-4 {
    padding: 10px 15px;
    text-align: left;
    display: flex;
    height: fit-content;
    margin: auto 0;
}

.registration-box .col-sm-8 {
    padding: 10px 15px;
    text-align: left;
}

.registration-box span.qn {
    margin: 0;
    padding-left: 5px;
    font-size: 13px;
}

.registration-box .radio-btn {
    padding: 0px;
    padding-left: 15px;
    padding-top: 3px;
    font-size: 12px;
}

.registration-box .radio-btn input {
    width: 12px;
    height: 12px;
    margin: 0 2px;
}

.registration-box .radio-btn span {
    position: relative;
    top: -2px;
}

.registration-box .back-icon {
    top: 12px;
    left: 15px;
}

.label {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 0;
    left: 25px;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    opacity: .9;
}

.additional-info-box .label {
    top: 5px;
}

::-webkit-input-placeholder {
    color: #d6d8da;
}

:-ms-input-placeholder {
    color: #d6d8da;
}

::placeholder {
    color: #d6d8da;
}

.select2-container .select2-selection--single {
    height: 40px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6c757d;
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.select2-dropdown,
.select2-dropdown:focus {
    border: 1px solid #eceff1;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.status-bar {
    height: 2px;
    background: gray;
    position: relative;
    top: 20px;
    margin: 0 auto;
}

.current-status {
    height: 2px;
    width: 0;
    border-radius: 1px;
    background: #3cb371;
}

ul.progress-bar {
    font-family: 'Open Sans';
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    padding-bottom: 30px;
    display: block;
}

li.section {
    display: inline-block;
    padding-top: 35px;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.section:before {
    content: 'x';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 17px;
    line-height: 24px;
    background: gray;
}

li.section.visited:before {
    background-color: #3cb371;
}

li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}

li.section.visited.current:before {
    box-shadow: 0 0 0 2px #3cb371;
}


/* See Plans */

.see-plans {
    font-family: 'Open Sans';
    margin: auto;
    padding: 5px 50px 26px;
    box-sizing: content-box;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}

.see-plans .back-icon {
    top: 10px;
    left: 0px;
}

.see-plan-box {
    width: 325px;
    float: left;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 14px 0 #e4dfdf6b;
    margin: 0 10px;
    padding: 0;
    border-radius: 5px;
    padding-bottom: 80px;
}

.plan-head {
    padding: 20px 5px;
    text-align: center;
    background-image: linear-gradient(to right, #6c757d, #098384);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.plan-head h6 {
    font-family: 'Poppins';
    font-size: 19px;
    margin-bottom: 0;
    color: #ffffff;
}

.plan-head p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: initial;
    margin-top: 5px;
}

.plan-head span {
    font-family: 'Open Sans';
    font-size: 11px;
    color: #fff;
}

h4.amount {
    font-size: 30px;
    background: -webkit-linear-gradient(#6c757d, #098384);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding: 25px 0 0px;
}

.buynow {
    padding: 20px 5px;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to right, #6c757d, #098384);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.buynow:hover,
.buynow:focus {
    background-image: linear-gradient(to left, #6c757d, #098384);
}

.buynow h6 {
    font-family: 'Poppins';
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.cover-li {
    padding: 15px;
    margin: 0;
    list-style: none;
    width: calc(100% - 50px);
    margin: 15px auto;
}

.cover-li li {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    min-height: 40px;
}

.cover-li i {
    color: #23bd8a;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 5px;
}

.cover-li a {
    cursor: pointer;
    color: #434343;
    font-size: 11px;
    padding: 2px 10px;
    display: inline-block;
    font-weight: 600;
    margin: auto;
    border: 1.2px solid #23bd8a;
    border-radius: 20px;
    float: right;
}

.cover-li a:hover,
.cover-li a:focus {
    background-image: linear-gradient(to right, #6c757d, #098384);
    color: #fff !important;
}

.cover-li i.close-plan {
    position: absolute;
    right: 10px;
    line-height: 17px;
    color: red;
}

.cover-li .li-head span {
    font-weight: 700;
    color: #808080;
}

.add-covers .col-sm-6 {
    padding: 10px 15px;
}

#covers_popup .modal-dialog {
    max-width: 650px;
}

#covers_popup .modal-body {
    padding: 40px 60px 60px;
}

.add-covers h3 {
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
}

.add-covers {
    margin-bottom: 30px;
}

.cover-text {
    display: block;
    position: relative;
    padding-left: 23px;
    padding-right: 62px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cover-text-padding {
    padding-right: 110px;
}

.cover-text input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1.8px solid #23bd8a;
    border-radius: 4px;
}

.cover-text input:checked~.checkmark {
    background-color: #fff;
    border-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cover-text input:checked~.checkmark:after {
    display: block;
}

.cover-text .checkmark:after {
    left: 2px;
    top: 0px;
    width: 7px;
    height: 13px;
    border: solid #23bd8a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.add-covers-a {
    padding: 3px 20px;
    border: 1.2px solid #23bd8a;
    border-radius: 5px;
    color: #434343 !important;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 60px;
}

.add-covers-a:hover,
.add-covers-a:focus {
    color: #fff !important;
    background-image: linear-gradient(to right, #098384, #6c757d);
}

span.motor-price {
    background-image: linear-gradient(to right, #6c757d, #098384);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 5px;
    right: 0px;
    top: 5px;
    position: absolute;
    display: flex;
}

.count-box {
    position: relative;
    width: 24px;
    text-align: center;
}

.count-box i {
    margin: 0;
    color: #fff;
}

.value-name {
    height: fit-content;
    margin: auto;
}

.num-block {
    float: left;
}


/* skin 6 */

.skin-6 .num-in {
    float: left;
    padding: 1px 0;
    border-radius: 5px;
}

.skin-6 .num-in span {
    display: block;
    float: left;
    line-height: 24px;
    height: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    transition: all 0.3;
    font-size: 18px !important;
    padding: 0 5px;
}

.skin-6 .num-in span.minus {
    line-height: 23px;
    padding-left: 0;
}

.skin-6 .num-in span:hover {
    color: #fff !important;
}

.skin-6 .num-in input {
    float: left;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    text-align: center;
}


/* / skin 6 */

span.motor-price input {
    margin: 2px;
    width: 20px;
    padding: 2px 0px;
    font-weight: 600;
    text-align: center;
    background-color: #d7e8e9;
    font-size: 13px;
    outline: none;
    border: none;
    height: 15px;
}

#covers_clauses .modal-dialog {
    max-width: 650px;
}

#covers_clauses .modal-body {
    padding: 40px 60px 60px;
}

.back-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    display: flex;
}

.back-icon h4 {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    cursor: pointer;
    line-height: 14px;
}

.back-icon a {
    display: flex;
    cursor: pointer;
    color: #808080;
}

.see-plans {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
    max-width: 86%;
}

.see-plans .left-md {
    width: 30%;
}

.tab-content {
    width: 70%;
    padding-left: 30px;
    text-align: left;
}

.see-plans .nav-link {
    line-height: 12px;
    background-color: #f4f5f7;
    padding: 15px 5px;
    cursor: pointer;
}

.amount span {
    font-size: 10px;
    display: block;
    color: #fff;
}

.amount span strong {
    font-size: 14px;
}

.see-plans hr {
    opacity: 0.28;
    border: 1px solid rgb(151, 151, 151);
}

.txt {
    float: right;
    color: #fff;
    padding-top: 7px;
}

.txt h6 {
    font-size: 16px;
}

.tab-content2 {
    width: 100%;
}

.tab-content2 .tab-pane {
    border: none;
    padding: 10px 2px;
}

.cover {
    display: flex;
}

.cover span:first-child {
    font-size: 12px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    line-height: 1.42;
    margin-top: 5px;
}

.cover span:nth-child(2) {
    opacity: 0.28;
    border-top: 1px solid rgb(151, 151, 151);
    width: calc(100% - 40px);
    margin-left: auto;
    margin-top: 15px;
}

#step_2::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

#step_2::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

#step_2::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, #6c757d, #098384);
    border-radius: 20px;
}

#step_2::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(to left, #6c757d, #098384);
}


/* -----step3----- */

.additional-info {
    font-family: 'Open Sans';
    margin: auto;
    background-color: #fff;
    padding: 45px 25px 26px;
    box-sizing: content-box;
    border-radius: 5px;
    box-shadow: 0 0 14px 0 #ccc;
    position: relative;
    z-index: 10;
    text-align: left;
}

.additional-info-box {
    padding: 5px 30px;
}

.additional-info-box h6 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin: 10px 0;
    padding-left: 15px;
    opacity: .9;
}

.additional-info-box .col-sm-6 {
    padding: 15px 15px;
    text-align: left;
    display: flex;
    height: fit-content;
    margin: auto 0;
}

.additional-info-box input {
    font-size: 13px;
    width: 100%;
    color: #6c757d;
    height: 40px;
    font-family: 'Open Sans';
    border: 1px solid #e9ecefd9;
    background-color: #fff;
    padding: 0 12px;
    border-radius: .25rem;
}

.additional-info-box textarea {
    font-size: 13px;
    width: 100%;
    color: #6c757d;
    font-family: 'Open Sans';
    border: 1px solid #e9ecefd9;
    background-color: #fff;
    padding: 0 12px;
    border-radius: .25rem;
    padding-top: 5px;
}

.width50 {
    width: 50%;
}

.checkbox-yesno {
    height: 40px;
}

.width50 {
    line-height: 14px;
}

.additional-info-box .checkbox-yesno input {
    width: 15px;
    height: 15px;
}

.additional-info-box .checkbox-yesno label {
    margin: 0;
    position: relative;
    top: -2px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.additional-info .back-icon {
    position: absolute;
    top: 25px;
    left: 40px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
}

.additional-info-payment {
    border-left: 1px solid rgb(222, 222, 222);
    padding: 20px 30px;
    text-align: left;
}

.additional-info-payment h3 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.additional-info-payment p {
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    margin: 15px 0;
}

.additional-info-payment hr {
    width: 100%;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 222, 222);
    margin-top: 15px;
    margin-bottom: 15px
}

span.amount-category {
    color: rgb(128, 128, 128);
    font-size: 14px;
}

span.amount {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: rgb(0, 0, 0);
    width: 100%;
    text-align: right;
}

.additional-info-payment .col-6 {
    padding: 5px 15px;
}

.dashed-border {
    width: 100%;
    display: block;
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(222, 222, 222);
    margin-top: 10px;
    margin-bottom: 10px;
}

span.total {
    font-size: 16px;
    font-weight: 500;
}

span.total-amt {
    font-size: 16px;
    margin-right: -5px;
    font-weight: 600;
    display: block;
    text-align: right;
}

.additional-info-payment input {
    font-size: 13px;
    width: 100%;
    color: #6c757d;
    height: 35px;
    font-family: 'Open Sans';
    border: 1px solid #e9ecefd9;
    background-color: #fff;
    padding: 0 12px;
    border-radius: .25rem;
}

.apply-code {
    background-color: #233a42d4;
    font-size: 13px;
    height: 35px;
    padding: 5px 15px;
    color: #fff !important;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    position: absolute;
    right: 15px;
    bottom: 0;
    cursor: pointer;
    line-height: 21px
}

.additional-info input[type=file] {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-path-wrapper {
    width: calc(100% - 100px);
    float: right;
}

.file-path-wrapper input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.additional-info .file-input {
    cursor: pointer;
    float: left;
    display: inline-block;
    text-align: left;
    padding: 0;
    width: 100%;
    position: relative;
    border-radius: 8px;
    border: 1px solid #e9ecefd9;
    height: 36px;
}

.additional-info .file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer !important;
}

.additional-info .file-input>.button {
    display: inline-block;
    cursor: pointer;
    background-color: #485b62ba;
    padding: 5.5px 10px;
    font-size: 13px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1.3px solid #485b62ba;
    width: 70px;
    float: left;
    color: #fff;
    border-color: transparent;
    height: 35px;
    margin-top: -1px;
    font-size: 12px;
    line-height: 20px;
}

.additional-info .file-input .label {
    position: unset;
    color: #b1b4b6;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    display: block;
    width: calc(100% - 70px);
    text-align: left;
    float: left;
    padding-top: 10px;
    padding-left: 12px;
    margin-bottom: 0;
    background-color: transparent;
}


/* -----step3 end----- */


/* popup */

.modal-header {
    padding: 0;
    padding-right: 5px;
    border-bottom: none;
}

.modal-dialog {
    margin: auto;
}

.modal-dialog h2 {
    font-size: 22px;
    padding-left: 15px;
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    line-height: 1.27;
    margin: 0;
    margin-bottom: 10px;
}

.modal-body {
    padding: 60px;
}

.modal-dialog {
    max-width: 450px;
    width: 95%;
    margin: auto;
}

.ppup-flex .show {
    display: flex !important;
}

.modal-header .close {
    right: 10px;
    top: 5px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    color: #aaa;
}

.pageNumber {
    position: absolute;
    right: 12px;
    opacity: .5;
    font-family: Helvetica;
    font-size: 12px;
    text-align: right;
    line-height: 26px;
}

.back {
    position: absolute;
    top: 1.8px;
    opacity: .8;
    cursor: pointer;
}

.back i {
    font-weight: 600;
}

.step-1,
.step-2 {
    position: relative;
}

.modal-body input {
    font-size: 13px;
    width: 100%;
    color: #6c757d;
    height: 40px;
    font-family: 'Open Sans';
    border: 1px solid #e9ecefd9;
    background-color: #fff;
    padding: 0 12px;
    border-radius: .25rem;
}

.modal-body input:focus {
    border: 1.5px solid #e9ecef !important;
    border-color: #e9ecef !important;
}

.modal-body .col-sm-12 {
    padding: 15px;
}

.modal-body .label {
    top: 8px;
}

.popup-signin {
    display: block;
    cursor: pointer;
    height: 40px;
    text-align: center;
    background-color: #233a42d4;
    color: #fff !important;
    border-radius: 5px;
    line-height: 36px;
}

.popup-signin:hover,
.popup-signin:focus {
    background-color: #233a42;
}

span.forgot-msg {
    font-size: 11px !important;
    display: none;
    width: 93%;
    text-align: center;
    font-family: 'Open Sans';
    display: block;
    position: inherit;
    color: #d65151;
}

.forgot {
    color: #6c757d;
    font-size: 13px;
    display: block;
    text-align: right;
    margin-bottom: 8px;
    cursor: pointer;
}

.create {
    color: #aaa;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.create a {
    color: #6c757d;
    cursor: pointer;
}

.forgot:hover,
.forgot:focus,
.create a:hover,
.create a:focus {
    color: #434343
}

.card {
    margin: 2px 0;
    border-color: rgb(235, 235, 235);
    text-align: left;
    border-radius: 10px;
}

.card-body {
    padding: 5px 35px;
}

.card-header {
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 10px;
}

.card-header h5 {
    font-size: 13px;
    display: block;
    cursor: pointer;
    font-weight: 600;
    padding: 18px 20px;
    font-style: normal;
    line-height: 1.27;
    margin: 0;
}

.card-header:first-child {
    border-radius: 10px;
    pointer-events: none;
}

.completed {
    pointer-events: unset !important;
}

.down-arrow {
    float: right;
}

.tic {
    color: #808080
}

.green {
    color: #3cb371
}

.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #485b62;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggle span.toggle-name {
    font-size: 13px;
    font-weight: 900;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 1px;
    line-height: 16px;
}

span.qntn {
    font-size: 13px;
    font-family: 'Open Sans';
    color: #27323E;
    opacity: .8;
    display: inline-block;
    margin-bottom: 20px;
}

.toggle {}

.yes-no {
    padding-top: 30px;
}

.yes-no .radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.yes-no .input-container {
    position: relative;
    border-radius: 5px;
}

.yes-no .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.yes-no .radio-tile {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #233a42d4;
    border-radius: 5px;
    transition: transform 300ms ease;
}

.yes-no .radio-tile-label {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.yes-no .radio-button:checked+.radio-tile {
    background-color: #233a42d4;
    color: #fff;
}

.yes-no .input-container:hover {
    background-color: #233a42d4;
    color: #fff;
}

.claim-history-continue {
    padding: 4px;
}

.claim-history-input {
    padding: 4px;
    margin-left: 15px;
}

.claim-history-input input {
    height: 36.67px;
}

.claim-history-input .label {
    left: 10px;
    top: -5px
}

.claim-history-continue a {
    margin-top: 0;
    width: 130px;
    height: 36.67px;
    line-height: 16px;
}

.vehicle-year {
    padding: 0;
    padding-bottom: 15px;
    position: relative;
}

.vehicle-year .col-sm-2 {
    padding: 4px;
}

.vehicle-year .radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.vehicle-year .input-container {
    position: relative;
    border-radius: 5px;
}

.vehicle-year .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.vehicle-year .radio-tile {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: .5px solid #e9ecef;
    border-radius: 5px;
    transition: transform 300ms ease;
    box-shadow: -3px -2px 10px 0 #efefef;
}

.vehicle-year .radio-tile-label {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.vehicle-year .radio-button:checked+.radio-tile {
    background-color: #233a42d4;
    color: #fff;
}

.vehicle-year .input-container:hover {
    background-color: #233a42d4;
    color: #fff;
}

.car-model {
    max-height: 220px;
    overflow: auto;
    padding-top: 9px;
    position: relative;
}

.car-model .col-sm-3 {
    border: .5px solid #e9ecef;
    padding: 0;
    margin: 1%;
    webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    display: flex;
    border-radius: 5px;
    transition: transform 300ms ease;
    box-shadow: -3px -2px 10px 0 #efefef;
    background-color: #fff;
}

.car-model .radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.car-model .input-container {
    position: relative;
    border-radius: 5px;
    width: 100%;
}

.car-model .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.car-model .radio-tile {
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.car-model .radio-tile-label {
    text-align: center;
    font-size: 12px;
    word-break: break-all;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.car-model .radio-button:checked+.radio-tile {
    background-color: #233a42d4;
    color: #fff;
    border-radius: 5px;
}

.car-model .input-container:hover {
    background-color: #233a42d4;
    color: #fff;
}

.search-box {
    width: 220px !important;
    position: absolute;
    right: 0;
    top: -8px;
    border-radius: 20px !important;
    height: 30px !important;
}

.car-model::-webkit-scrollbar {
    width: 5px;
}

.car-model::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.car-model::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

.car-model::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.load-cylinder label {
    font-size: 13px;
    font-weight: 600;
    color: #434343;
}


/* Price Picker */

.form-pricing {
    text-align: center;
}

.price-box .reg-button {
    padding: 8px 35px;
    width: auto;
    height: auto;
    background-color: #233a42d4;
    display: inline-block;
    margin: auto;
    margin-left: 8px;
    color: #fff!important;
    border-radius: 5px;
    cursor: pointer;
}

.price-box {
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    position: relative;
}

input.amout-display-input {
    width: 80px;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    font-weight: 700;
}

span.min-value {
    position: absolute;
    left: -15px;
    bottom: -28px;
    font-weight: 700;
    font-size: 14px;
}

span.max-value {
    position: absolute;
    right: -15px;
    bottom: -28px;
    font-weight: 700;
    font-size: 14px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 5.2em;
    height: 25px;
    cursor: default;
    margin: 0 -40px auto !important;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 15px;
}

#slider label {
    margin-bottom: 0;
}

.ui-corner-all {
    border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    font-size: 13px;
    line-height: 26px;
    background: #485b62;
    width: auto;
    min-width: 80px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}

.ui-state-focus {
    border: none !important;
    outline: none !important;
}

#slider i {
    color: #aaa;
}

.price,
.lead p {
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
    line-height: 60px;
}

h4.great {
    background: #3F51B5;
    margin: 0 0 25px -60px;
    padding: 7px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -moz-box-shadow: 2px 4px 5px 0 #ccc;
    -webkit-box-shadow: 2px 4px 5px 0 #ccc;
    box-shadow: 2px 4px 5px 0 #ccc;
}

.price-slider {
    margin-bottom: 30px;
}

.help-text {
    display: block;
    margin-top: 32px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    /*margin-left: 20px; */
    font-weight: 200;
    text-align: right;
    width: 188px;
}

.price-form label {
    font-weight: 200;
    font-size: 21px;
}

img.payment {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ui-slider-range-min {
    background: #3F51B5;
}


/* HR */

hr.style {
    margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

::selection {
    color: none;
    background: none;
}

input::selection {
    color: #fff;
    background: #000;
}


/* For Mozilla Firefox */

::-moz-selection {
    color: none;
    background: none;
}

input::-moz-selection {
    color: #fff;
    background: #000;
}

.button-loading {
    width: 25px;
    position: absolute;
    top: 7.5px;
    left: 80px;
    display: none;
}

.loading {
    width: 25px;
    display: none;
}

.collapse-loder {
    width: 97%;
    text-align: center;
}

.collapse-loder img {
    width: 25px;
    opacity: .7;
}

.end-date-img {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    display: none;
}

.end-date-img img {
    width: 25px;
    margin-top: 8px;
    opacity: .2;
}

.registration-box span.error {
    position: absolute;
    bottom: -14px;
    line-height: 10px;
    height: 22px;
    left: 25px;
    z-index: 99;
    font-size: 11px;
    color: #d65151;
    font-weight: 600;
    font-family: 'Open Sans';
}

.registration-box .page {
    position: unset !important;
    display: block;
    padding-left: 20px;
    text-align: left;
}

.additional-info-box .error-bg {
    z-index: 99;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Open Sans';
    padding: 5px 10px;
    background-color: #f5b9ba1f;
    border: 1px solid #c1282b80;
    border-radius: 5px;
    color: #bb141b;
    text-align: left;
    line-height: unset;
}

#continue_step1 {
    position: relative;
}

.additional-info-box span.error {
    position: absolute;
    bottom: 0;
    left: 25px;
    z-index: 99;
    font-size: 11px;
    color: #d65151;
    font-weight: 600;
    font-family: 'Open Sans';
}

.modal-body span.error {
    font-size: 11px;
    color: #d65151;
    font-weight: 600;
    font-family: 'Open Sans';
}

.payment-page {
    font-family: 'Open Sans';
    margin: auto;
    background-color: #fff;
    padding: 33px 25px 26px;
    box-sizing: content-box;
    border-radius: 5px;
    box-shadow: 0 0 14px 0 #ccc;
    position: relative;
    z-index: 10;
    text-align: left;
}

.payment-page .back-icon {
    position: absolute;
    top: 18px;
    left: 40px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
}

.popup-loder {
    width: 100%;
    text-align: center;
    margin-top: -3px;
    display: none;
}

.popup-loder img {
    width: 25px;
}

.required:after {
    content: '*';
    color: #b90000;
    position: absolute;
    z-index: 99;
    font-size: 13px;
    top: 1px;
}

.payment-wrapper {
    max-width: 600px;
    font-family: 'Open Sans';
    margin: 75px auto;
    background-color: #fff;
    padding: 60px 40px;
    box-sizing: content-box;
    border-radius: 5px;
    box-shadow: 0 0 14px 0 #ccc;
    position: relative;
    text-align: center;
    z-index: 10;
}

.payment-wrapper img {
    width: 85px;
    margin-bottom: 20px;
}

.payment-wrapper h3 {
    font-family: 'Open Sans';
    font-size: 20px;
    margin-bottom: 15px;
}

.payment-wrapper p {
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans';
    text-align: left;
}

.payment-wrapper table {
    margin: auto;
}

.terms {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}

.terms .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.terms .modal-body {
    padding: 15px;
}

.terms .modal-body p {
    text-align: justify;
    font-family: 'Open Sans';
    padding: 0 15px;
}

.terms .modal-body ul {
    opacity: .8;
}

#exampleModalLabel {
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    opacity: .8;
}

.terms .btn {
    background-color: #233a42d4;
    border-color: #233a42d4;
    padding: 5px 15px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

h6.code {
    position: absolute;
    color: #6c757d;
    padding: 10px 4px;
    line-height: 20px;
    margin: 0 !important;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 13px;
}

.registration-box .your-number {
    padding-left: 35px;
}

.col-sm-10.registration-box {
    margin-top: 35px;
}

.guest-login {
    text-align: left;
}

.guest-login .col-sm-6:first-child {
    border-right: 1px solid rgb(222, 222, 222);
}

.guest-login h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 10px 0;
    opacity: .9;
}

.guest-login p {
    text-align: left;
    line-height: 17px;
    padding-right: 60px;
    font-size: 13px;
}

.guest-continue {
    padding: 10px 50px;
    width: 220px;
    height: 40px;
    text-align: center;
    position: relative;
    background-color: #233a42d4;
    display: inline-block;
    margin: auto;
    margin-top: 10px;
    color: #fff!important;
    border-radius: 5px;
    cursor: pointer;
}

.guest-continue:hover,
.guest-continue:focus {
    background-color: #233a42;
}

.guest-login input {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.guest-login .popup-signin {
    width: 100%;
}

.login-wrapper {
    max-width: 300px;
}

.guest-login .forgot {
    margin-top: 5px;
}

.guest-login .label {
    left: 5px;
    top: 5px;
}

.create a {
    color: #6c757d !important;
    cursor: pointer;
}

.create a:hover,
.create a:focus {
    color: #434343 !important;
}

#guest_confrim .modal-header {
    padding: 10px;
}

#guest_confrim .modal-header h3 {
    font-family: 'Open Sans';
}

.popup-flex .show {
    background-color: #00000075;
    display: flex !important;
}

#guest_confrim #register {
    padding: 60px;
}

#popup-conform {
    padding: 20px;
    padding-top: 10px;
}

.yes-no a {
    display: inline-block;
    padding: 6px 22px;
    cursor: pointer;
    background-color: #233a42d4;
    color: #fff !important;
    border-radius: 5px;
    font-size: 13px;
}

.occupation-ok {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: right;
    left: 0;
}

.occupation-ok a {
    display: inline-block;
    padding: 6px 40px;
    cursor: pointer;
    background-color: #233a42d4;
    color: #fff !important;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 15px;
}

#popup-conform h2 {
    padding-left: 0;
    font-size: 18px;
}

#popup-conform p {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}

#popup-conform .yes-no {
    display: inline-block;
    float: right;
    padding-top: 15px;
}

.guest-login .col-sm-6 {
    padding: 20px 40px;
}


/*************************
-Responsive-
**************************/

@media screen and (max-width:1365px) {
    li.section {
        font-size: 12px;
    }
    .registration-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .additional-info-box {
        padding-left: 10px;
    }
    .additional-info-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .additional-info-payment {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        padding: 20px 15px;
    }
}

@media screen and (max-width:1023px) {
    li.section {
        font-size: 11px;
        line-height: 20px;
    }
    .registration-box {
        padding: 30px 20px 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .label {
        font-size: 12px;
    }
    .registration-box input {
        font-size: 12px;
    }
    h6.code {
        font-size: 12px;
    }
    .reg-button {
        margin-top: 15px;
    }
    .card-header h5 {
        font-size: 12px;
        padding: 13px 15px;
    }
    span.qntn {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .card-body {
        padding: 5px 20px;
    }
    .guest-login .col-sm-6 {
        padding: 15px 30px;
    }
    .additional-info-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .additional-info-box .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .additional-info-payment {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .additional-info-payment {
        padding: 15px 10px;
    }
    .additional-info-payment h3 {
        font-size: 16px;
    }
    .additional-info-box input {
        height: 35px;
    }
    .error-bg {
        position: relative;
    }
}

@media screen and (max-width:767px) {
    .registration-box-wrapper {
        padding: 20px 0;
    }
    .insurance-icon {
        width: 50px;
        padding: 10px;
    }
    .registration-box-wrapper h1 {
        font-size: 18px;
    }
    .registration-box {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    #step1_section_2 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    .radio-tile-group .col-sm-2 {
        width: 25%;
    }
    .vehicle-year .radio-tile {
        box-shadow: -2px -2px 3px 0px #efefef;
    }
    .card-body {
        padding: 5px 18px;
    }
    .car-model {
        padding-top: 0;
    }
    .search-box {
        top: 0;
        right: auto;
        position: relative;
    }
    span.qntn {
        margin-bottom: 5px;
    }
    .price-box {
        width: 100%;
    }
    .price-box {
        padding: 10px 0;
    }
    span.min-value {
        font-size: 12px;
        bottom: -26px;
    }
    .price-box .reg-button {
        font-size: 12px;
        padding: 5px 30px;
    }
    input.amout-display-input {
        height: 30px;
    }
    .car-model .radio-tile-label {
        font-size: 11px;
    }
    .guest-login .col-sm-6:first-child {
        border-bottom: 1px solid rgb(222, 222, 222);
        border-right: none;
    }
    .additional-info-box {
        padding: 10px 0;
    }
    .additional-info .back-icon {
        left: 10px;
    }
    .additional-info-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .additional-info-payment {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .additional-info-box .col-sm-6 {
        padding-left: 0;
    }
    .additional-info-box input {
        height: 35px;
        font-size: 12px;
    }
    .select2-container .select2-selection--single {
        height: 35px;
    }
    .label {
        font-size: 11px;
        left: 2px;
    }
    .additional-info-box h6 {
        font-size: 13px;
        padding-left: 0;
    }
    .reg-button {
        font-size: 12px;
        padding: 8.5px 20px;
        height: 35px;
        width: 150px;
    }
    .additional-info-box span.error {
        font-size: 9px;
        left: 8px;
    }
    .additional-info-payment h3 {
        font-size: 14px;
    }
    .additional-info-payment .col-7 {
        padding-left: 0;
        padding-right: 3px;
    }
    .additional-info-payment .col-5 {
        padding-right: 0;
        padding-left: 3px;
    }
    .promo_code_appy {
        padding: 0 3px;
    }
    .additional-info-payment input {
        font-size: 12px;
    }
    .apply-code {
        right: 4px;
    }
    .additional-info-payment .col-4 {
        padding-left: 0;
        padding-right: 3px;
    }
    .additional-info-payment .col-8 {
        padding-right: 0;
        padding-left: 3px;
    }
    span.amount-category,
    span.amount {
        font-size: 13px;
    }
    .modal-body .col-sm-12 {
        padding: 15px 0;
    }
    .additional-info-box .col-sm-12 {
        padding-left: 0;
        font-size: 12px;
    }
    .payment-wrapper {
        margin: 35px 8px;
        padding: 60px 40px;
    }
    .guest-login {
        display: block;
    }
    .guest-login .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:574px) {
    .registration-box {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    li.section {
        font-size: 10px;
        line-height: 9px;
    }
    ul.progress-bar {
        padding-bottom: 20px;
    }
    .radio-tile-group .col-sm-2 {
        width: 50%;
    }
    .car-model .col-sm-3 {
        webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .reg-button {
        width: 150px;
        height: 30px;
        padding: 5px 20px;
    }
    .button-text {
        font-size: 12px;
    }
    .button-loading {
        width: 20px;
        top: 5px;
        left: 65px;
    }
    .guest-login p {
        padding-right: 25px;
    }
    .additional-info-box,
    .additional-info-payment {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .additional-info {
        padding: 33px 45px 26px;
    }
    .additional-info-payment {
        border-left: none;
    }
    .payment-wrapper {
        margin: 25px 8px;
        padding: 40px 20px;
    }
    .additional-info-box span.error {
        bottom: -4.5px;
    }
    .checkbox-yesno {
        font-size: 12px;
    }
    .see-plans {
        padding-left: 5px;
        padding-right: 5px;
    }
    .see-plans .back-icon {
        position: unset;
        width: 100%;
    }
    .see-plans {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
    }
}

@media screen and (max-width:479px) {
    .see-plans {
        padding-left: 0px;
        padding-right: 0px;
    }
    .see-plans {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .registration-box-wrapper p {
        font-size: 12px;
        line-height: 12px;
    }
    .registration-box-wrapper h1 {
        font-size: 17px;
    }
    li.section {
        padding-top: 38px;
    }
    .registration-box {
        padding: 20px 38px;
    }
    .registration-box h6 {
        margin-top: 0;
        font-size: 13px;
    }
    .label {
        font-size: 10px;
        top: 2px;
        left: 15px;
    }
    h6.code {
        font-size: 11px;
        padding: 7px 4px;
    }
    .registration-box input {
        font-size: 11px;
        height: 35px;
    }
    .button-text {
        font-size: 12px;
    }
    .reg-button {
        height: 30px;
        width: 140px;
        padding: 6px 25px;
        margin-top: 5px !important;
    }
    #step1_section_2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #step1_section_2 .wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .registration-box h6 {
        padding-left: 3px;
    }
    .occupation-box {
        webkit-box-flex: 98;
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
        max-width: 98%;
    }
    .guest-login .col-sm-6 {
        padding: 10px;
    }
    .guest-continue {
        font-size: 12px;
        padding: 10px 10px;
        width: 160px;
    }
    .guest-login p {
        padding-right: 15px;
    }
    .additional-info {
        padding: 33px 20px 26px;
    }
    .additional-info-box .col-sm-6 {
        padding: 8px 10px;
    }
    .additional-info-box .label {
        top: 0;
        left: 10px;
    }
    #guest_confrim #register {
        padding: 15px;
    }
}

.collapse_output {
    font-weight: 600;
    font-size: 13px;
    color: #808080;
    display: inline-block;
}

display: inline-block;

}