:root {
    --switches-bg-color: goldenrod;
    --switches-label-color: white ;
    --switch-bg-color: white;
    --switch-text-color: goldenrod ;
}
.color-primary {
    color: #E82E37;
}

.color-secondary {
    color: #212121;
}

.color-medium {
    color: #666666;
}

.color-disable {
    color: #9E9E9E;
}

.color-outline {
    color: #E0E0E0;
}

.color-overlay {
    color: #F6F6F6;
}

.color-he {
    color: #0A1333;
}

.color-black {
    color: #000;
}

h1 {
    font-weight: lighter;
    font-size: 85px;
    line-height: 112px;
    letter-spacing: 1.5px;
}

h2 {
    font-size: 36px;
}

h6 {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.15px;
    font-weight : 600;
    color: #000;
}

h3 {
    font-size: 41px;
    line-height: 56px;
    letter-spacing: 0.25px;
}

h4 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.25px;
    font-weight: bold;
    color: #000;
}
.main-h{
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #000000;
}
.text-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.text-caption {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.text-overlay {
    font-weight: 400;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 1.5px;
}

.text-bdy {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.text-bdy2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.text-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.text-subtitle2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1px;
}


/* TAB*/

@media (max-width: 768px) {
    h6 {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.15px;
        color: #212121;
    }
}

.head.container {
    max-width: 1040px;
    height: 65px;
}

.navs.row {
    align-items: center;
    margin-top: 11px;
}

.ps-logo {
    width: 151px;
    display: block;
}

.navbar {
    margin: auto;
    max-width: 100%;
}

.sign-in {
    align-self: center;
}

.sign {
    width: 100px;
    border-radius: 3px;
    padding: 9px !important;
}

.btn-danger.btn {
    background-color: #E82E37;
    border-color: #E82E37;
}

.cart {
    margin-right: 40px;
}

.logged-in-menu {
    display: inline-block;
    cursor: pointer;
}

img.rounded-circle.user-img {
    margin-right: 10px;
}

.badge-danger {
    background-color: #E82E37;
}

.cart-badge span {
    position: absolute;
    bottom: 0;
    left: -17px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #E82E37;
    border-radius: 50%;
    top: 0px;
}

.cart-badge span i {
    font-size: 12px;
    font-style: normal;
    line-height: 1em;
}

ul.menu--mobile {
    margin-top: 46px;
}

.current-menu-item .custom-icon {
    margin-right: 16px;
    display: inline-block;
    vertical-align: bottom;
}

.fa.custom-icon {
    margin-left: 5px;
    font-size: 24px;
}

li.mobile-pf-img a {
    padding-bottom: 0px;
}

.sign-in-mbl {
    padding: 10px;
    width: 88%;
}

.login-panel {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

ul.menu--desktop {
    min-width: 210px;
}


/* actual dropdown animation */

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.show .dropdown-menu {
    max-height: 267px;
    opacity: 1;
    left: auto !important;
}

.icon-arrow-right:before,
.icon-arrow-left:before {
    font-size: 20px;
    font-weight: bold;
}

.icon-chevron-left:before,
.icon-chevron-right:before {
    font-size: 18px;
    font-weight: bold;
}

::-webkit-input-placeholder {
    /* Edge */
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #666666;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #666666;
}

::placeholder {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #666666;
}

a.ps-carousel__prev,
a.ps-carousel__next {
    /* border-radius: 50%; */
    /* border: 1px solid #E0E0E0; */
    height: 40px;
    width: 40px;
    display: inline-block;
}

.ps-carousel__prev span.custom-icon,
.ps-carousel__next span.custom-icon {
    position: absolute;
    top: 0px;
    left: 16px;
}

.wsg-block-image img {
    height: 443px;
    width: 568px;
}
.wsg-block-image-haul img {
    height: 443px;
    width: 568px;
}

.btn {
    padding: 7px 16px;
}

.field-icon {
    float: right;
    margin-top: -33px;
    font-size: large;
    position: relative;
    z-index: 2;
    margin-right: 5px;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 50px;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 18px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.foodtype ul {
    margin: 0;
    padding: 0;
}

.foodtype ul li {
    list-style: none;
    display: inline-block;
    background: #F6F6F6;
    border-radius: 32px;
    border: 1px solid #E0E0E0;
}

.foodtype ul li a {
    padding: 8px 16px;
    font-weight: 400;
    display: inline-block;
}

.foodtype ul li.active {
    background: #E82E37;
    color: #ffffff;
}

.foodtype ul li.active a:hover {
    color: #ffffff;
}

.ps-slider__title-nav {
    min-height: 50px;
}

.owl-carousel {
    touch-action: none;
    touch-action: manipulation;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #E82E37;
    border: 1px solid #E82E37;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #E82E37;
    color: #ffffff;
}

.btn-color {
    color: #212121;
}

.icon {
    float: left;
}

.profile-row.row {
    padding-top: 45px;
}

a.edit-profile-btn {
    border: 1px solid;
    padding: 5px;
    width: 98px;
    text-align: center;
    /* padding: 10px; */
    padding-bottom: -10px;
}

section.ps-store-list.pt-0.roms--dashboard {
    background-color: #f5f5f8;
}

.icon-image-profile {
    float: left;
    margin-top: 14px;
}

.text-icon-profile {
    margin-left: 40px;
}

.color-image {
    fill: white;
}

.popup-image {
    padding-bottom: 30px;
}

span.close-popup {
    padding-right: 10px;
    font-size: 27px;
    float: right;
}

.edit-image-icon {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

.edit-image-icon {
    display: inline-block;
    background-color: #E82E37;
    color: white;
    /* border-radius: 83px; */
    border-radius: 48%;
    /* box-shadow: 0px 0px 2px #888; */
    /* padding: 0.5em 0.4em; */
    padding: 11px;
    height: 35px;
}

.popup-image {
    position: relative;
}

.popup-image img {
    display: block;
}

.popup-image .fa-pencil {
    position: absolute;
    bottom: 25px;
    left: 65px;
}

.profile-data {
    flex-basis: 226px;
}

.edit-profile-btn {
    background-color: white;
    border: 1px solid #E0E0E0;
}

.ps-btn--fullwidth.active {
    background-color: #E82E37;
    color: white;
}

.ps-btn--fullwidth.nonactive {
    color: black;
}

.ps-btn.ps-btn--fullwidth.nonactive .active-image {
    display: none;
}

.ps-btn.ps-btn--fullwidth.active .nonactive-image {
    display: none;
}

.ps-btn.ps-btn--fullwidth.nonactive:hover .active-image {
    display: block;
}

.ps-btn.ps-btn--fullwidth.nonactive:hover .nonactive-image {
    display: none;
}

.ps-btn.ps-btn--fullwidth:hover {
    color: white;
}

.roms--orders {
    margin-right: 31px;
}

.ps-store-list .ps-section__right {
    padding-bottom: 19px;
    /* margin-top: 65px; */
}

div#editProfile {
    padding: 20px;
}

.main-content-profile.addresses.orders-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.orders-flex-left {
    display: flex;
}

.order-image {
    margin-top: 7px;
    margin-left: 6px;
}

.order-content {
    padding-left: 15px;
    margin-top: 3px;
}

.order-price {
    margin-top: 21px;
}

.icon-cross {
    background-color: #E82E37;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.cart-new {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.cart-store {
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.cart-store .s-img {
    flex-basis: 100px;
}

.cart-store .s-title {
    padding-left: 10px;
}

.cart-product {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 2px;
}

.cart-item-right {
    margin-right: 20px;
    display: flex;
    flex-flow: column;
    text-align: right;
}

.form-group--number.qty {
    max-width: 115px;
}

.price.text-bdy2 {
    font-size: 17px;
    font-weight: 600;
}

.slick-slide {
    margin: 0px 0px 0px 15px;
}

.new-searchbar {
    margin: auto;
}

.navs.new-nav {
    margin-top: 11px;
    display: flex;
    justify-content: space-around;
}

.form-group.searchbar {
    width: 30vw;
}

.relative {
    margin: auto;
    position: relative;
}

.dn.db-l.mr5-l.mr6-xl {
    margin: auto;
}

.header-search-input {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.all-animate,
.all-animate:hover,
.all-animate:focus {
    transition: all .1s ease-in-out;
}

.ph4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.bg-gray1 {
    background-color: #f1f3f5;
}

.bg-secondary {
    background-color: #03645D !important;
}

.bg-gray {
    background: rgba(62, 82, 80, 0.6) !important;
}

.bg-secondary-opacity {
    background-color: #03645d5e !important;
    color: #03645d !important;
}

.border-line {
    border: 0.25px dashed #5d8c8930;
}

.color-inherit {
    color: inherit;
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sans-serif {
    font-family: fa5-proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bw1 {
    border-width: .125rem;
}

.br-pill {
    border-radius: 9999px;
}

.b--gray1 {
    border-color: rgba(59, 57, 57, 0.274);
}

.ba {
    border-style: solid;
    border-width: 1px;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.center-v {
    top: 50%;
    transform: translateY(-50%);
}

.color-inherit {
    color: inherit;
}

.o-60 {
    opacity: .6;
}

.absolute {
    position: absolute;
}

.db {
    display: block;
}

.right-1 {
    right: 1rem;
}

.button-reset {
    /* background: rgba(0,0,0,0); */
    border: none;
    cursor: pointer;
    font-family: fa5-proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* margin: 0; */
    /* padding: 0; */
    transition: all .1s ease-in;
    padding-right: 8px;
    background-color: #E82E37;
    border-radius: 36px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-search-input {
    /* padding-top: 0.75rem;
     padding-bottom: 0.75rem;  */
    /* padding: 20px; */
    padding-top: 24px;
    padding-bottom: 24px;
    width: 37ch;
    /* padding: 10px 10px 30px 67px;  */
}

input:focus {
    box-shadow: inset 0 0px #449fdb;
}

.search-container {
    background-color: #FFF;
    position: relative;
    border-radius: 30px;
    padding: 3px 16px 3px 10px;
    border: 1px solid;
    border-color: rgba(59, 57, 57, 0.274);
    min-width: 30vw;
}

.search-box {
    background-color: transparent;
    outline: none;
    height: 35px;
    font-size: 15px;
    border: 0;
    width: 100%;
}

.search-button {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #E82E37;
    border-radius: 50%;
    border: 0;
    color: #FFF;
    width: 35px;
    height: 35px;
    outline: 0;
}

.footer-links a {
    margin: 5px;
    color: #666666;
}

input.search-box::placeholder {
    color: black;
    opacity: 1;
}

.pac-input {
    padding: 15px;
}

.head {
    width: 100%;
    height: 65px;
}

#pac-input {
    padding: 15px;
}

.col-md-6.m-auto.text-white {
    max-width: 730px;
}

.w-content {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 7px;
}
.w-content-works {
    margin-bottom: 24px;
    margin-top: 7px;
}


.ready.text-white {
    margin: 0;
    font-weight: 800;
    font-size: 25px;
    line-height: 60px;
    letter-spacing: 0.04em;

}

#haul-started .line-h-30 {
    line-height: 37px;
    font-size: 27px;

}

.ps-section__header.order {
    margin-top: 29px;
}

.ps-list--link li a {
    display: inline-block;
    line-height: 20px;
    position: relative;
    color: #484848;
}

.footer-links a {
    margin: 5px;
    color: #484848;
}

.bg-search {
    background-size: cover;

}

.searchinmenu .ps-form__content {
    width: 450px;
    padding-bottom: 0px;
}

.searchinmenu .ps-form--photo-search .form-group--icon input {
    height: 45px;
}

.checkout-right {
    margin-top: 51px;
}

button.btn-xm.serach-btn {
    background-color: #E82E37;
    color: white;
    border: 1px solid;
    border-radius: 13px;
}

button.search-button.search-popup-btn {
    position: inherit;
}

.order-notification {
    background-color: white;
    max-width: 307px;
    text-align: left;
    padding: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 80px;
}


/* show timer */

.base-timer {
    position: relative;
    width: 140px;
    height: 140px;
    background-color: black;
    border-radius: 68px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-remaining {
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: white;
}

.base-timer__path-remaining.orange {
    color: white;
}

.base-timer__path-remaining.red {
    color: white;
}

.base-timer__label {
    position: absolute;
    width: 61px;
    height: 58px;
    top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    left: 39px;
}

.new-order-title {
    display: flex;
}

.orders-total {
    background-color: #f4f4f4;
    height: 41px;
    margin-bottom: 10px;
    display: flex;
    /* align-content: space-between; */
    justify-content: space-between;
    padding: 7px;
    margin-top: 8px;
}

.merchant-name {
    margin-left: 26px;
    margin-top: 28px;
}

.merchant-info {
    display: flex;
    /* flex-basis: 12px; */
    margin-bottom: 12px;
}

#newchangemap {
    height: 300px;
}


/*--FAQ */

.accordion_one .panel-group {
    margin-bottom: 0;
    border: 1px solid #f1f1f1;
    margin-left: 1px
}

.accordion_one .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid transparent;
    border-radius: 0;
    margin: 0
}

.accordion_one .panel-default {
    border: 0
}

.accordion_one .panel-default>.panel-heading {
    border-radius: 0px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.faq-title {
    font-size: 18px;
    line-height: 24px
}

.accordion_one .panel .panel-heading a.collapsed {
    color: #999999;
    display: block;
    padding: 12px 30px;
    border-top: 0px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}

.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #212121 !important;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
    color: #ee5775;
    font-size: 20px;
    font-weight: 500;
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #fff;
    color: #999999;
}

.img-accordion {
    width: 81px;
    float: left;
    margin-right: 15px;
    display: block;
}

.accordion_one .panel .panel-heading a:after {
    content: "\2212";
    color: white;
    font-size: 30px !important;
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F1F1F1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px;
}

a:link {
    text-decoration: none;
}

.roms--home-section-download-app p {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #212529;
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    background: #E82E37;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 90 95 / 75%);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.order-tab.active {
    border-bottom: 2px solid #F05B62;
    border-color: #fff #fff #F05B62;
    color: #F05B62;
}

.order-tab {
    font-size: 14px;
    padding: 0px 10px;
    color: #8C8C8C;
    font-weight: 500;
    padding: 10px;
}

li.nav-item.order-nav-item {
    width: 100%;
    text-align: center;
}

.nav-tabs.order-nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.order-list-sec {
    padding: 20px 10px;
    box-shadow: 2px 5px 5px 2px #f8f9fa;
    margin-top: 20px;
}

.order-content-sec {
    box-shadow: 0px 2px 20px 2px #f3e5e7;
    margin-bottom: 20px;
    overflow: auto;
}

.order-list-content {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

label.order-title-label {
    padding-right: 10px;
    font-weight: 500;
}

.btn-round {
    border-radius: 25px;
    padding: 7px 20px;
}

.toggle-off.btn {
    font-size: 12px;
    margin-left: 34px;
    line-height: 12px;
    font-weight: 500;
}

.toggle-on.btn {
    font-size: 12px;
    margin-left: -58px;
    line-height: 12px;
    font-weight: 500;
}


/*only desktop*/

@media (min-width: 770px) {
    .minheight {
        min-height: 70px;
    }
}


/* Tab*/

@media (max-width: 769px) {
    .form-signin {
        margin-top: 0px;
    }
    .mt-65 {
        margin-top: 20px;
    }
    .ps-store-list .ps-section__right {
        padding-bottom: 50px;
        /* margin: 0px 10px; */
        padding-left: 15.72px;
        padding-right: 15.72px;
    }
    a.ps-logo {
        /* margin-top: 12px; */
    }
    .header .header__actions {
        margin-top: -8px;
    }
    .ps-block--icon-box p {
        font-size: 15px;
    }
    .tablet-none{
        display: none !important ;
    }
}


/* mobile*/

@media (max-width: 769px) {
    .sm-h200 img {
        height: 199px;
    }
}

.toggle.btn.btn-sm {
    width: 118px !important;
    height: 32px !important;
}

.find-delivery {
    background-color: #f05c63;
    padding: 0px 5px;
    color: #fff;
    padding: 2px;
}

.text-heading {
    color: #03645D;
}

.btn-option-group {
    display: flex;
}

.radio-btn-item {
    margin-right: 12px;
    min-width: 40px;
}

.lable-radio {
    position: absolute;
    padding: 0px 2px;
}

.summary-sec {
    border: 1px solid rgba(93, 140, 137, 0.6);
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
}

.summary-sec .total-trips:not(:last-child) {
    border-right: 1px solid rgba(93, 140, 137, 0.6);
}

.total-trips {
    display: inline-block;
    width: 49%;
    text-align: center;
}
.bg-haul-question{
    background: #F1F1F1;
}

/* a container - decorative, not required */
.contain {
    border: 1px solid #000000;
    width: 35rem;
    /* padding: 1rem; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}
/* p - decorative, not required */

/* container for all of the switch elements
    - adjust "width" to fit the content accordingly
*/
.switches-container {
    width: 45rem; /* Fixed width for desktop */
    position: relative;
    display: flex;
    padding: 0;
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
  }


/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 10px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #000000;
    background: #FFFFFF;
}

/* switch highlighters wrapper (sliding left / right)
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch-d {
    background: #000000;
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status
*/
.switch-d div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #FFFFFF ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 10px;
    left: 0;
}


/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch-d div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch-d div:nth-of-type(2) {
    opacity: 1;
}

.flex-column{
    flex-direction: column;
}
.clr-pink{
    color: #D42340 !important;
}
.driver-input{
    width: 100%;
    background-color: #E9E9E9;
    border: none;
    height: 50px;
    padding-left: 43px;
    color: #B0ADAD;
    font-size: 15px;
    padding-right: 41px;
    border-radius: 0;
}
.pd-3r{
    padding-top: 3rem;
}
