.o-form #progressbar li.active,
.text {
    color: #2f8d46
}

#msform #progressbar li.active, .text {
    color: #5f616f;
}

.o-form input,
.o-form textarea,
body {
    font-family: Raleway, sans-serif
}

.o-form .step-container fieldset:first-of-type,
a.rdrctbtn,
label {
    display: block
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

fieldset {
    border: none
}

.text {
    font-weight: 400
}

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

.mt-3 {
    margin-top: 30px
}

.mt-2 {
    margin-top: 20px
}

.mt-1,
a.rdrctbtn {
    margin-top: 10px
}

.pt-3 {
    padding-top: 30px
}

.pt-2 {
    padding-top: 20px
}

.pt-1 {
    padding-top: 10px
}

.container.o-form{
	width: 750px !important;
}

.o-form {
    padding: 1px 0;
    background: transparent;
}

.o-form h1 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #000;
    text-align: center
}

.o-form p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #303030
}

.o-form p:last-child {
    margin-bottom: 0
}

.o-form .progress-container {
    text-align: center;
    margin-bottom: 40px
}

.o-form .progress {
    height: 3px;
    background-color: #e5e5e5;
    border-radius: 0;
    overflow: hidden
}

.o-form .progress-bar {
    background-color: #ff9d19;
    width: 0;
    height: 100%;
    transition: width .4s ease-in-out
}

.o-form .next-step,
a.rdrctbtn {
    background: #ffaa19;
    color: #ffedb2
}

.o-form #progressbar {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    color: #d3d3d3
}

.o-form #progressbar li {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    position: relative
}

.o-form .step-container fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    display: none
}

.o-form .step-container fieldset h3 {
    margin-bottom: 25px;
    font-size: 19px;
    color: #767676;
    text-align: center;
    font-weight: 400
}

.o-form .step-container fieldset.small-colum {
    max-width: 360px;
    margin: 0 auto
}

.o-form .step-container fieldset.medium-colum {
    max-width: 540px;
    margin: 0 auto
}

.o-form .step-container fieldset.large-colum {
    max-width: 100%;
    margin: 0 auto
}

.o-form .step-container fieldset.large-colum .inner-container{
    max-width: 360px;;
}

.o-form .step-container fieldset.large-colum .inner-container.full{
    max-width: 100%;
}

.o-form .inner-container {
    max-width: 768px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

.o-form .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px
}

.o-form .row.multi {
    margin: 5px;
}

.o-form .row .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px
}

.o-form .row .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.o-form .row .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.o-form input,
.o-form textarea, #msform input, #msform select {
    padding: 10px 12px;
    width: 100%;
    height: 40px;
    border: 1px solid #ffaa19;
    border-radius: 5px;
    font-size: 15px
}

.o-form input:focus,
.o-form input:focus-visible,
.o-form textarea:focus,
.o-form textarea:focus-visible {
    border: 1px solid #ff9d19;
    outline: #ff9d19 solid 1px
}

.o-form textarea {
    height: 64px
}

.o-form input[type=checkbox] {
    padding: 2px;
    width: 16px;
    height: 19px;
    margin-right: 11px
}

.o-form input[type=checkbox]:focus {
    border: none;
    outline: 0
}

.o-form .check-box-area {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 15px;
    cursor: pointer
}

.o-form .check-box-area:focus,
.o-form .check-box-area:hover {
    border: 1px solid #ff9d19
}

.o-form .check-box-area a {
    color: #443faf;
    margin: 0 4px
}

.o-form .next-step,
.o-form .previous-step {
    font-weight: 700;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 25px !important;
    border: none;
    box-shadow: none;
    font-size: 14px !important;
    height: 48px !important;
    display: inline-block;
    text-transform: uppercase
}

a.rdrctbtn {
    height: 48px;
    padding: 12px 25px;
    font-size: 21px;
    font-weight: 700
}

.o-form .previous-step {
    background: #e6e6e6;
    color: #616161
}

.o-form .next-step:focus,
.o-form .next-step:hover,
.o-form .previous-step:focus,
.o-form .previous-step:hover {
    background-color: #e58400;
    color: #ffedb2
}

.o-form .input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.o-form .input-group-prepend {
    display: flex;
    margin-right: -1px
}

.o-form .input-group>.controller {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.o-form .input-group input,
.o-form .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.o-form .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #eee;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ffaa19;
    border-radius: 5px 0 0 5px;
	height: 44px
}

.o-form .input-group-text svg {
    opacity: .5
}

.o-form .d-flex {
    display: flex;
    width: 100%
}

.o-form .justify-content-spacebetween {
    justify-content: space-between
}

.o-form .justify-content-spacebetween .next-step,
.o-form .justify-content-spacebetween .previous-step {
    width: auto !important
}

.errstatus {
    margin-top: 25px;
    display: none
}

.errstatus span {
    color: red
}

span.loader{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9999999;
    background: black;
}

.loader img {
    position: relative;
    left: 50%;
    top: 50%;
}

.overlay {
    display: none;
    position: absolute;
    background: black;
    opacity: 0.5;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

span.logospinner {
    display: none;
    width: 100%;
    height: 74px;
    background: black;
    position: absolute;
    left: 0px;
    z-index: 9999;
}

span.logospinner img {
    position: relative;
    left: 47%;
    top: 20%;
    max-width: 5%
}

.require.error{
    border: red 1px solid;
}

label.error{
    display: block;
    width: 100%;
    color: red;
}

.response{
    text-align: center;
    font-weight: bold;
    color: green;
    display: none;
}

.prev table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.prev table td, .prev table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.prev table tr:nth-child(even) {
    background-color: #dddddd;
}

.hide {
    display: none !important;
}

.flex-row-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.flex-row-container .flex-row-item-half {
    flex: 1 1 45%; /*grow | shrink | basis */
    margin-bottom: 10px;
    margin-right: 5px;
}
.flex-row-container .flex-row-item-full {
    flex: 1 1 100%; /*grow | shrink | basis */
    margin-bottom: 10px;
    margin-right: 5px;
}
.flex-row-container .flex-row-item-one-fourth {
    flex: 1 1 20%; /*grow | shrink | basis */
    margin-bottom: 10px;
    margin-right: 5px;
}
.flex-row-container .flex-row-item-one-third {
    flex: 1 1 30%; /*grow | shrink | basis */
    margin-bottom: 10px;
    margin-right: 5px;
}
.flex-row-container .flex-row-item-one-fifth {
    flex: 1 1 10%; /*grow | shrink | basis */
    margin-bottom: 10px;
    margin-right: 5px;
}

.physical_person, .quote_type_rent, .quote_type_rent_single_evnt, 
.quote_type_rent_repeated_evnt, .quote_type_rent_extended_evnt, .quote_type_buy, .legal_person{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


@media only screen and (max-width:767px) {
    .o-form h1 {
        font-size: 24px
    }
    .o-form .row .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px
    }
    .o-form .row .col-sm-6:last-child {
        margin-bottom: 0
    }
    .o-form .check-box-area {
        font-size: 13px
    }

    .flex-row-container .flex-row-item-half, .flex-row-container .flex-row-item-one-fourth, .flex-row-container .flex-row-item-one-third, .flex-row-container .flex-row-item-one-fifth {
        flex: 1 1 100%; /*grow | shrink | basis */
    }
}


#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    /*background: white;*/
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

/*#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}*/

/*#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}*/

input.controller.checkbox.require {
    width: 5% !important;
    flex: initial;
}

#msform .action-button {
    width: 100px;
    background: #ffaa06;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #d39113
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #767676
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\31"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\32"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\33"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\34"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #333
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #ffaa19
}

.fit-image {
    width: 100%;
    object-fit: cover
}
