.resp-tabs-list li span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    color: #222324;
    font-size: 18px;
    background-color: #ffffff;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

ul.resp-tabs-list {
    margin: 0 auto;
    text-align: center;
}

.resp-tabs-list li {
    padding: 0 90px;
    float: none;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 50px;
    position: relative;
    cursor: default;
}

.resp-tabs-list li:not(:last-child):before {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 2px;
    height: 4px;
    width: calc(70% - 15px);
    left: 70%;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.resp-tabs-list li.checked-step span,
/*.resp-tabs-list li.resp-tab-item.checked-step:before,*/
.resp-tabs-list li.resp-tab-item.success-step span,
.resp-tabs-list li.resp-tab-item.success-step:before {
    background-color: #038dd5;
}

.resp-tabs-list li.resp-tab-item.active,
.resp-tabs-list li.checked-step {
    color: #038dd5;
}

.get-tab-container {

    margin: 0 auto 0px;
    display: flex;
    flex-wrap: wrap;
}

.pdt200 {
    padding-top: 215px;
}

.form-tab-wrapper label {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.form-tab-wrapper select {
    color: #081825;
    font-size: 14px;
    font-weight: normal;
    background: #fff url(../images/select-down.png) no-repeat right 17px top 20px;
}

.form-tab-wrapper .form-group,
.form .form-group {
    margin-bottom: 50px;
}

.mrgb155 {
    margin-bottom: 155px;
}

.resp-tab-item.checked-step:after {
    content: " ";
    position: absolute;
    left: 44%;
    opacity: 1;
    margin: 0 auto;
    bottom: -50px;
    border: 14px solid transparent;
    border-bottom-color: #038dd5;
}

.check-video-type {
    background-color: #ffffff;
    color: #081825;
    padding: 35px 30px;
    border-radius: 4px;
}

.wpcf7-list-item {
    display: block;
    margin: 0;
    position: relative;
}

.custom-radio label span,
.wpcf7-list-item-label {
    color: #081825;
    font-size: 16px;
    display: inline-block;
    padding-left: 26px;
    font-weight: 600;
}

.custom-radio input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.wpcf7-list-item first {
    display: block;
}

.resp-tabs-list li.success-step span {
    font-size: 0;
}

/*.resp-tabs-list li.checked-step span:before,*/
.resp-tabs-list li.resp-tab-item.success-step span:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 11px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.btn-primary {
    background-color: #081825;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.step-2-form .wpcf7-list-item {
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
}

/* New */
.wpcf7-checkbox.custom-radio .wpcf7-list-item input[type=checkbox],
.wpcf7-checkbox.custom-radio .wpcf7-list-item input[type=radio],
.wpcf7-radio.custom-radio .wpcf7-list-item input[type=checkbox],
.wpcf7-radio.custom-radio .wpcf7-list-item input[type=radio] {
    display: none
}


.wpcf7-checkbox.custom-radio .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox.custom-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio.custom-radio .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio.custom-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox.custom-radio input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    /*content: "\f00c";
    color: #fff;*/
    font-size: .9375rem;
    line-height: 1.3125rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    background-color: #1ca8e5;
    border: .0625rem solid #1ca8e5;
}

.wpcf7-checkbox.custom-radio .wpcf7-list-item-label,
.wpcf7-radio.custom-radio .wpcf7-list-item-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    position: relative
}

.wpcf7-checkbox.custom-radio .wpcf7-list-item-label:before,
.wpcf7-radio.custom-radio .wpcf7-list-item-label:before {
    content: "";
    border: .0625rem solid #cfcfcf;
    background-color: #fff;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.wpcf7-checkbox.custom-radio .wpcf7-list-item-label:hover,
.wpcf7-radio.custom-radio .wpcf7-list-item-label:hover {
    cursor: pointer;
}

.wpcf7-checkbox.custom-radio .wpcf7-list-item,
.wpcf7-radio.custom-radio .wpcf7-list-item {
    display: inline-block;
}

.custom-radio .wpcf7-list-item-label::before,
.custom-radio .wpcf7-list-item-label::after,
.wpcf7-checkbox.custom-radio input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 100%;
}

.wpcf7-checkbox.custom-radio .wpcf7-list-item-label,
.wpcf7-radio.custom-radio .wpcf7-list-item-label {
    padding-left: 26px;
}

.wpcf7-checkbox.custom-radio .wpcf7-list-item-label:before,
.wpcf7-radio.custom-radio .wpcf7-list-item-label:before {
    border-radius: 100%
}

/*.wpcf7-checkbox.custom-radio .wpcf7-list-item-label:before {
    border: 0;
    background-color: #1ca8e5;
    top: 4px;
}*/
/*.wpcf7-checkbox.custom-radio .wpcf7-list-item-label:before{
    border-radius: 0;    
    background-color: #1ca8e5;
}*/
/*.wpcf7-checkbox.custom-radio .wpcf7-list-item-label:after{content: none;}
.wpcf7-checkbox.custom-radio input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);border-radius: 0;background: none;
}*/
.wpcf7-spinner {
    position: absolute;
}

/* New End */

fieldset .check-video-type {
    padding-bottom: 10px;
}

fieldset .btn-default,
.form .btn-default {
    border: 1px solid #fff;
    color: #ffffff;
    background: transparent;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.form label {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.form .width50 {
    width: calc(50% - 5px);
}

.form ::-webkit-input-placeholder {
    color: #081825;
    font-size: 14px;
}

.form ::-moz-placeholder {
    color: #081825;
    font-size: 14px;
}

.get_quote .blob-one {
    top: -3%;
}

.resp-tabs-container fieldset .ajax-loader {
    display: none !important;

}

/*New One */
.wraphide {
    display: none;
}

.action-button:hover,
.resp-tabs-container fieldset input.btn.submit.btn-primary:hover {
    background-color: #ffd911;
    transition: all 0.3s;
}

.previous.action-button:hover {
    border: 1px solid #ffffff;
}

#multistepsform fieldset {
    padding: 45px;
    text-align: center;
    position: relative;
}

#multistepsform fieldset:not(:first-of-type) {
    display: none;
}

.resp-tabs-container .form-tab-wrapper {
    text-align: left;
}

.resp-tabs-container fieldset input.btn {
    cursor: pointer;
}

.resp-tabs-container fieldset input.btn:not(:last-child) {
    margin-right: 10px;
}

.wpcf7 .ajax-loader {
    position: absolute;
}

.btn.btn-primary .wpcf7-submit.submit {
    background: transparent;
    outline: none;
    border: 0;
    color: #fff;
    font-family: 'Red Hat Display';
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0;
}

@media(max-width:767px) {
    .mrgb155 {
        margin-bottom: 120px;
    }

    #multistepsform fieldset {
        padding: 30px;
    }

    .form-tab-wrapper .form-group,
    .form .form-group {
        margin-bottom: 20px;
    }

    .form-tab-wrapper .custom_radio .width50,
    .form .width50 {
        width: 100%;
    }

    .custom-radio input[type="radio"] + label {
        margin-bottom: 15px;
    }

    .check-video-type {
        padding: 20px 15px;
    }
}

@media(max-width:680px) {
    .resp-tabs-list li:not(:last-child):before {
        width: calc(70% - 30px);
        left: 80%;
    }

    .custom-radio label span {
        font-size: 14px;
        line-height: 22px;
    }

    .get_quote .blob-one {
        top: 5%;
    }

    .pdt125 {
        padding-top: 75px;
    }

    .pdb100 {
        padding-bottom: 5px;
    }

    #multistepsform #progressbar {
        width: 100%;
    }

    #multistepsform fieldset {
        padding: 15px;
    }

    .form-tab-wrapper label {
        font-size: 16px;
        line-height: 1.2;
    }

    .btn-primary,
    fieldset .btn-default,
    .form .btn-default {
        font-size: 14px;
    }

    .wpcf7-checkbox.custom-radio .wpcf7-list-item-label,
    .wpcf7-radio.custom-radio .wpcf7-list-item-label {
        font-size: 14px;
    }

    .mrgb155 {
        margin-bottom: 100px;
    }
}

@media(max-width:480px) {
    .resp-tabs-list li:not(:last-child):before {
        width: calc(70% - 30px);
        left: 85%;
    }

    .step-2-form .wpcf7-list-item {
        width: 100%;
    }

    .step-2-form .check-video-type {
        padding-bottom: 5px;
    }

    .pdt125 {
        padding-top: 50px;
    }

    .mrgb155 {
        margin-bottom: 80px;
    }


}
