.fastest {
    animation-duration: 0.3s;
}

div#pb-contact-form-wrapper {
    color: #000;
    font-family: 'Quicksand';
}

div#pb-contact-form-wrapper div.pb-move-types-flex-elements {
    display: flex;
    align-items: initial;
    flex-wrap: wrap;
}

div#pb-contact-form-wrapper div.pb-flex-elements-stretch {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

div#pb-contact-form-wrapper div.pb-flex-elements-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

div#pb-contact-form-wrapper div.pb-contact-element-left-wrapper {
    width: calc(50% - 200px);
    overflow: hidden;
    margin: 0 100px;
    padding-bottom: 50px;
}

div#pb-contact-form-wrapper div.pb-contact-element-right-wrapper {
    width: 50%;
    overflow: visible;
    background: #F8F9FD;
    height: 80vh;
}

div#pb-contact-form-wrapper div.pb-contact-background-element {
    margin: 0 100px;
    overflow: hidden;
}

div#pb-contact-form-wrapper div.pb-contact-element-left {
    width: 300%;
}

div#pb-contact-form-wrapper div.pb-contact-element-right {
    width: calc(300% + 200px);
}

.step-content {
    width: 33.3333333%;
    display: inline-block;
    opacity: 100;
    transition:
        margin-left 0.5s ease-in-out,
        opacity 0.35s ease-in-out;

}

div.pb-contact-element-left div.step-content.step-header.step-3 {
    width: calc(33.3333333% - 9px);
}

div#pb-contact-form-wrapper div.pb-contact-step-header div {
    font-size: 30px;
    font-weight: bold;
}

div#pb-contact-form-wrapper div.pb-contact-step-sub-header div {
    font-weight: bold;
}

div.pb-contact-step-counter {
    position: relative;
    width: calc(33.33333% - 80px);
    margin: 50px 0 0 40px;
    height: 26px;
}

div.pb-contact-step-counter div.step-tick-1 {
    position: absolute;
    top: 0;
    left: 0;
}

div.pb-contact-step-counter div.step-tick-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

div.pb-contact-step-counter div.step-tick-3 {
    position: absolute;
    top: 0;
    right: 0;
}

div.pb-contact-step-counter div.step-tick {
    line-height: 11px !important;
    padding: 6px;
    background: #F8F9FD;
    border-radius: 50%;
    border: 1px solid #E5ECFD;
}

div.pb-contact-step-counter div.step-tick img {
    margin-top: -2px;
}

div.pb-contact-step-counter div.step-tick.highlighted {
    border: 1px solid #ED6C52;
    background: #FFF;
}

div.pb-contact-step-counter div.step-line {
    background: #ECECEF;
    height: 3px;
    min-height: 3px !important;
    max-height: 3px !important;
}

div.pb-contact-step-counter div.step-line-fill {
    background: #ED6C52;
    height: 3px;
    min-height: 3px !important;
    max-height: 3px !important;
    width: 0%;
    transition: width 0.5s ease-in-out;
}

div.pb-contact-step-counter div.step-line.highlighted div.step-line-fill {
    width: 100%;
}

div.pb-contact-step-counter div.step-line.step-line-1 {
    position: absolute;
    top: 12px;
    left: 40px;
    right: calc(50% + 28px);
}

div.pb-contact-step-counter div.step-line.step-line-2 {
    position: absolute;
    top: 12px;
    left: calc(50% + 28px);
    right: 40px;
}

div.step-buttons {
    margin-top: 30px;
}

a.next-button, a.submit-button {
    background: #E94A2A;
    color: #FFF;
    font-weight: bold;
    padding: 10px 50px;
    font-size: 17px;
    border-radius: 5px;
    overflow: hidden;
    float: right;
}

a.back-button {
    background: #FFF;
    color: #646464;
    font-weight: bold;
    padding: 10px 50px;
    font-size: 17px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #BFBEBE;
    float: left;
}

/*--- Step 1 Left Content ---*/

div.pb-contact-left-content {
    margin-top: 40px;
}

div.step-1-title {
    font-size: 19px;
    margin-bottom: 15px;
}

div.step-1-move-types {
    margin-top: 20px;
}

div.step-1-move-types div.move-type {
    width: calc(33.33333% - 13.66666px);
    border: 2px solid #F6F6F6;
    border-radius: 5px;
    padding: 20px 0 10px;
    cursor: pointer;
}

div.step-1-move-types div.move-type:first-of-type {
    margin-right: 20px;
}

div.step-1-move-types div.move-type:last-of-type {
    margin-left: 20px;
}

div.step-1-move-types div.move-type img {
    max-width: 104px !important;
    max-height: 104px !important;
    width: 100%;
    height: 100%;
}

div.step-1-move-types div.move-type-text {
    font-size: 17px;
    margin-top: 10px;
}

div.step-1-move-types div.move-type.highlighted {
    border: 2px solid #A7E679;
}

div.step-1-terms {
    margin-top: 50px;
    cursor: pointer;
    font-weight: 400;
}

div.step-1-terms img {
    margin: -2px 10px 0 0;
}

/*--- Step 1 Right Content ---*/

div.pb-contact-delivery-man {
    /*margin-top: 50px;*/
}

div.pb-contact-delivery-man img {
    width: 170px;
}

div.pb-contact-about {
    font-weight: bold;
    margin-top: 30px;
}

span.light-font {
    font-weight: 400;
}

/*--- Step 2 Left Content ---*/

div.step-2-title {
    font-size: 17px;
    margin-bottom: 15px;
}

div.pb-contact-room-types-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}

div.pb-contact-room-types-wrapper div.room-type-slide {
    display: inline-block;
    padding: 10px;
    font-size: 25px;
    color: #000;
}

div.pb-contact-room-types {

}

div.pb-contact-room-types div.room-type {
    border: 2px solid #E2E6F2;
    border-radius: 10px;
    padding: 8px 15px;
    margin: 0 5px;
    cursor: pointer;
}

div.pb-contact-room-types div.room-type.highlighted {
    border: 2px solid #E94A2A;
}

div.pb-contact-room-types div.room-type:last-of-type {
    margin-right: 0;
}

div.pb-contact-room-types div.room-type img, div.pb-contact-popular-search-wrapper div.popular-search-element img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: -3px;
    display: inline-block !important;
}

button.slick-arrow::before {
    content: unset !important;
}

button.slick-arrow {
    font-size: 25px;
    color: #000;
    margin-top: -3px;
}

button.slick-arrow:hover, button.slick-arrow:active, button.slick-arrow:focus {
    font-size: 25px;
    color: #000;
}

div.pb-contact-item-search-wrapper {
    margin: 30px 0;
    position: relative;
}

div.pb-contact-item-search-wrapper input#search-value {
    border: 2px solid #E2E6F2;
    padding: 10px 20px 10px 64px;
    width: calc(100% - 50px);
    margin: auto;
    border-radius: 10px;
    background-image: url('/wp-content/plugins/pb-contact-form/images/search.svg');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 20px 12px;
}

div.pb-contact-item-search-wrapper input#search-value.active {
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #FFF;
}

div.pb-contact-item-search-wrapper div.search-list-items {
    position: absolute;
    width: calc(100% - 50px);
    margin-top: -2px;
}

div.pb-contact-popular-search-wrapper {
    width: 80%;
    margin: auto;
}

div.pb-contact-popular-search-wrapper div.popular-search-element {
    width: calc(33.333333% - 10px);
    margin: 5px;
    border: 2px solid #E2E6F2;
    border-radius: 10px;
    padding: 8px 13px;
    cursor: pointer;
    font-size: 13px;
    position: relative;
}

div.pb-contact-popular-search-wrapper div.popular-search-element.active {
    border-bottom: 2px solid #FFF;
    border-radius: 10px 10px 0 0;
}

div.popular-search-element span.dropdown-icon {
    position: absolute;
    right: 0;
}

div.popular-search-element span.dropdown-icon img {
    width: 16px;
}

div.search-list-items {
    width: calc(100% - 50px);
    border-left: 2px solid #E2E6F2;
    border-right: 2px solid #E2E6F2;
    border-bottom: 2px solid #E2E6F2;
    border-radius: 0 0 10px 10px;
    left: calc((((100% - 50px) / 2) - 50%) + 50px);
    background: #FFF;
    z-index: 1000;
    overflow: hidden;
    display: none;
    max-height: 200px !important;
    overflow-y: scroll;
}

div.search-list-characters, div.search-list-no-results {
    background: #F6FAFD;
    display: none;
    padding: 10px 15px;
}

div.search-list-characters, div.search-list-no-results, div.search-list-item {
    font-size: 16px;
}

div.search-list-item {
    padding: 10px 30px;
    text-align: left;
    cursor: pointer;
}

div.search-list-item img {
    width: 20px;
    margin-right: 20px;
    margin-top: -2px;
}

div.search-list-item.odd, div.popular-search-list-item.odd {
    background: #F6FAFD;
}

div.popular-search-items-list {
    position: absolute;
    background: #FFF;
    width: calc(100% + 4px);
    left: -2px;
    z-index: 1000;
    border-left: 2px solid #E2E6F2;
    border-bottom: 2px solid #E2E6F2;
    border-right: 2px solid #E2E6F2;
    margin-top: 8px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: none;
}

div.popular-search-list-item {
    padding: 5px 10px;
}

div.popular-search-list-item img {
    width: 13px !important;
    height: 13px !important;
}

/*--- Step 2 Right Content ---*/

div.pb-contact-pickup-list-title, div.pb-contact-packaging-title {
    font-size: 20px;
    font-weight: bold;
}

div.pb-contact-pickup-list-title img, div.pb-contact-packaging-title img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

div.pb-contact-item-dropdown {
    position: relative;
    margin-left: 40px;
}

div.pb-contact-item-list-selected {
    border-radius: 10px;
    padding: 8px 15px;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #E94A2A;
    font-weight: bold;
    width: 180px;
    background: #FFF;
}

div.pb-contact-item-dropdown.active div.pb-contact-item-list-selected {
    border-radius: 10px 10px 0 0;
}

div.pb-contact-item-list-selected img {
    float: right;
    margin-top: 5px;
    margin-top: 5px;
}

div.pb-contact-item-room-options {
    position: absolute;
    left: 5px;
    border-left: 2px solid #E94A2A;
    border-right: 2px solid #E94A2A;
    border-bottom: 2px solid #E94A2A;
    width: calc(100% - 10px);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: none;
}

div.pb-contact-item-dropdown.active div.pb-contact-item-room-options {
    display: block;
}

div.pb-contact-item-room-options-item {
    padding: 5px 10px;
    cursor: pointer;
}

div.pb-contact-item-room-options div.pb-contact-item-room-options-item:nth-of-type(odd) {
    background: #F6FAFD;
}

div.pb-contact-item-room-options div.pb-contact-item-room-options-item:nth-of-type(even) {
    background: #FFF;
}

div.pb-contact-packaging-options {
    margin-top: 30px;
}

div.pb-contact-packaging-option {
    width: calc(33.33333% - 13.66666px);
    border: 2px solid #F6F6F6;
    border-radius: 5px;
    padding: 20px 0 10px;
    cursor: pointer;
    margin-right: 20px;
    height: 140px;
}

div.pb-contact-packaging-option img {

}

div.packaging-text {
    font-size: 17px;
    margin-top: 10px;
}

div.pb-contact-packaging-option:last-of-type {
    margin-right: 0;
}

div.pb-contact-packaging-option.highlighted {
    border: 2px solid #A7E679;
}


div.pb-contact-room-items-list {
    min-height: 300px !important;
    max-height: 300px !important;
    height: 300px;
    overflow-y: auto;
    margin: 15px 0;
}

div.no-pickup-items {
    line-height: 300px;
}

div.pb-contact-room-item {
    background: #FFF;
    margin-top: 15px;
    padding: 10px;
    justify-content: space-between;
    font-size: 18px;
}

div.pb-contact-room-item:first-of-type {
    margin-top: 0;
}

div.pb-contact-room-item div.room-item-info img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: -3px;
    display: inline-block !important;
}

div.room-item-button img {
    width: 22px;
    height: 22px;
    margin-top: -3px;
}

div.room-item-count {
    width: 50px;
    text-align: center;
}

div.room-item-button {
    cursor: pointer;
}

div.room-item-remove {
    margin: 0 20px 0 30px;
    cursor: pointer;
}

div.room-list-item-html {
    display: none;
}