#rightRegisterModal .modal-dialog {
    bottom: 40px;
}
#rightRegisterModal .modal-dialog .modal-content {
    height: 500px;
}
.formcustom_css .box {
    width: 100%;
    border-bottom: 3px solid #e94d1c;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.12);
}
.formcustom_css .box label {
    margin-bottom: 1rem;
    font-size: 13px;
}
.formcustom_css .box .mainpayment_divider {
    padding: 30px;
    background: #ebe9eb;
}
.formcustom_css .box .stripe-icon {
    max-width: 35px;
    padding-left: 3px;
    vertical-align: middle;
    margin: 4px 0 0 .2em;
    padding: 0;
    position: relative;
    box-shadow: none;
    cursor: pointer;
}
.formcustom_css .box .plabel {
    font-size: 1.2em;
    margin-bottom: 20px;
}
.formcustom_css .box .creditelementdata11before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.formcustom_css .box .creditelementdata {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    font-size: .92em;
    border-radius: 2px !important;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
.formcustom_css .form-group {
    padding-bottom: 8px;
}
.formcustom_css .validate {
    display: none;
    color: #e94d1c !important;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}
.formcustom_css .error-message {
    display: none;
    color: #fff;
    background: #e94d1c !important;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.formcustom_css .sent-message {
    display: none;
    color: #fff;
    background: #3071a9;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.formcustom_css input,
.formcustom_css textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.formcustom_css input,
.formcustom_css select {
    height: 44px;
}
.formcustom_css input[type="checkbox"] {
    height: auto;
}
.formcustom_css textarea {
    padding: 10px 12px;
}
.formcustom_css input[type="submit"] {
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 4px;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 780px) {
    .formcustom_css .box .mainpayment_divider {
        padding: 10px;
    }
    .table-responsive .table td {
        padding-left: 25% !important;
    }
}
#owl-demo .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    margin-left: -4px;
    display: block !important;
    border: 0 solid #e00b0b;
}
#owl-demo .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    right: -22px;
    display: block !important;
    border: 0 solid #e00b0b;
}
#owl-demo .owl-prev i,
#owl-demo .owl-next i {
    color: #e00b0b;
    font-size: 20px;
}

/* Truck Driver City Listing and Modern Cards */
.city-listing .row {
    margin: 0 -8px;
}
.city-listing .col-sm-4.list-city {
    margin-bottom: 18px;
    padding-left: 8px;
    padding-right: 8px;
}
.city-listing .list-city a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #e94d1c;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ffe5da;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 4px rgba(233,77,28,0.04);
    letter-spacing: .02em;
}
.city-listing .list-city a:hover,
.city-listing .list-city a:focus {
    color: #fff;
    background: #e94d1c;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(233,77,28,0.14);
    border-color: #e94d1c;
    outline: none;
}
@media (max-width: 991px) {
    .city-listing .col-sm-4.list-city {
        width: 50%;
        float: left;
    }
}
@media (max-width: 767px) {
    .city-listing .col-sm-4.list-city,
    .city-listing .col-sm-6.list-city {
        width: 100%;
        float: none;
    }
}
.city-listing h1,
.city-listing h3 {
    margin-bottom: 22px;
}
.search-by-city h2 {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #374151;
    letter-spacing: 0.01em;
    line-height: 1.2;
    padding-left: 18px;
}
.city-listing {
    padding-left: 18px;
}
