body {
    word-break: break-word;
    font: 15px/25px 'Raleway', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

body {
    background: #f5f5f7;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'vipna';
}

h1 {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}
h2 {
    font-size: 42px;
    line-height: 60px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right !important;
    padding: 0 40px 0 30px;
    background-position-x: 90% !important;
    appearance: none;
}

::-webkit-input-placeholder {
    color: #575757;
    text-transform: capitalize;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .slicknav_menu {
        display: block;
    }
}

.bk-select-bx {
    text-align: center;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 30px;
    backdrop-filter: blur(4.8px);
    border: 4px solid rgba(255, 255, 255, 0.16);
    position: relative;
    padding: 30px 30px;
    border-radius: 20px;
    cursor: pointer;
}

.bk-select-bx img {
    width: 50%;
    height: 120px;
    margin: auto;
    margin-bottom: 20px !important;
    object-fit: contain;
}

section.booking-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk-select-bx h6 {
    font-size: 33px;
    font-weight: 800;
    background: linear-gradient(90deg, rgba(188, 23, 37, 1) 44%, rgba(248, 230, 42, 1) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.booking-screens {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.back-to-main {
    position: absolute;
    top: 15px;
    left: 15px;
    width: fit-content;
    background: unset !important;
    backdrop-filter: unset !important;
    box-shadow: unset !important;
    padding: 0 !important;
    font-size: 17px;
    font-weight: 600;
}

.back-to-main a {
    color: #000;
    text-decoration: unset;
}

.back-to-main span i {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 30px;
    backdrop-filter: blur(4.8px);
    border: 4px solid rgba(255, 255, 255, 0.16);
    padding: 10px 10px;
    border-radius: 100%;
    margin-right: 5px;
}

.booking-steps label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.booking-steps input {
    width: 100%;
    background: transparent;
    color: #000;
    border: 1px solid #c7c7c7;
    padding: 10px 19px;
    margin-bottom: 17px;
    font-weight: 600;
    height: 50px;
    border-radius: 40px;
}
.private-rideshares-form p {
    font-weight: 600;
}
.private-rideshares-form form {
    margin-top: 30px;
}

.booking-steps select {
    width: 100%;
    background: transparent !important;
    color: #000;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-bottom: 17px;
    font-weight: 500;
    appearance: auto;
    height: 50px;
    border-radius: 30px;
}

.booking-steps h6 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 40px;
}

.booking-summery ul {
    list-style: none;
}

.booking-summery ul li {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #b9b9b9;
    line-height: 50px;
    display: flex;
}

.booking-summery ul li span {
    width: 50%;
    display: block;
}

.booking-steps {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 30px;
    backdrop-filter: blur(4.8px);
    border: 4px solid rgba(255, 255, 255, 0.16);
    position: relative;
    padding: 60px 30px;
    margin: 0 50px;
}

section.booking-screens {
    padding: 70px 0;
}


/*particals css*/
div#particles-js {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}


/*step form css*/
/*form styles*/
#msform {
    position: relative;
}

#msform fieldset {
    padding: 0px 30px;


    /*stacking fieldsets above each other*/
    position: relative;
}


.booking-steps textarea {
    width: 100%;
    background: transparent;
    color: #000;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-bottom: 17px;
    font-weight: 600;
    height: 180px;
    resize: none;
    border-radius: 30px;
}
.private-rideshares {
    margin-bottom: 5px;
}
.private-rideshares button {
    font-family: 'vipna';
    font-size: 16px;
    padding: 10px 30px;
    background: #01b7f2;
    color: #fff;
    border: none;
    border-radius: 30px;
}
.private-rideshares label span {
    color: red;
}








/*Ride  request Foem Start*/

.private-rideshares-form h2 {
    color: #090e46;
    text-align: center;
}
.private-rideshares-form p {
    text-align: center;
}
.logo-img a img {
    width: 188px;
    /* background: #090e46a6; */
    padding: 10px 0px;
    margin-bottom: 10px;
}
.logo-img {
    text-align: center;
}
/*Ride  request Foem End*/