* {
    padding: 0;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.body {
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]:hover::-webkit-inner-spin-button,
input[type="number"]:hover::-webkit-outer-spin-button {
    display: block;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #DFE4FD;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.top-bar {
    border-bottom: 1px solid #D9D9D9;
}

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

.navbar .nav-item {
    margin-top: 8px;
}

.navbar .nav-item .nav-link {
    padding: 15px 0px;
    font-weight: 500;
    outline: none;
}

@media (max-width: 991.98px) {
    .navbar .nav-item .nav-link {
        padding: 7px 0px;
    }
}

.dropdown-i {
    width: 25px;
}

/*** signup ***/
.signup {
    overflow-x: hidden;
}

.signup .title {
    color: black;
    font-size: 32px;
    font-weight: bold;
}

.signup .subtitle {
    margin-top: 30px;
}

.signup .subtitle1 {
    margin-bottom: 30px;
}

.signup .subtitle1 .sub_title {
    color: #006DDE;
}

.signup .item {
    margin-left: 80px;
}

.signup .item .main-img1 {
    width: 100%;
    height: 690px;
}

.signup .form-body .form-group {
    margin-bottom: 15px;
}

.signup .form-group .custom {
    box-shadow: none;
    border: 1px solid #909090;
    height: 49px;
    border-radius: 8px;
}

.signup .form-group .custom:focus {
    border: 1px dashed #006DDE;
}

.signup .form-group .form-button {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.signup .form-group .form-button:hover {
    color:#fff;
    box-shadow: 465px 0 0 0 #006DDE inset, -465px 0 0 0 #006DDE inset;
}

/*** verify ***/
.verify {
    overflow-x: hidden;
}

.verify .title {
    color: black;
    font-size: 32px;
    font-weight: bold;
}

.verify .subtitle {
    margin-top: 30px;
    margin-bottom: 25px;
}

.verify .item {
    margin-left: 80px;
}

.verify .item .main-img1 {
    width: 100%;
    height: 650px;
}

.verify .inner .subtitle {
    color: #0D0E0E;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    text-decoration: underline;
}

.verify .subinner {
    display: flex;
    justify-content: space-between;
    margin: auto 50px;
}

.verify .form-group .custom {
    box-shadow: none;
    border: 1px solid #909090;
    height: 49px;
    width: 49px;
    border-radius: 8px;
    text-align: center;
}

.verify .form-group .custom:focus {
    border: 1px dashed #006DDE;
}

/*** profile ***/
.profile .inner {
    margin-top: 30px;
}

.profile .inner .title {
    color: #0D0E0E;
    font-size: 32px;
    margin-top: 10px;
}

.profile .form-body {
    margin-top: 20px;
}

.profile .form-body .form-group {
    margin-bottom: 10px;
}

.profile .form-body .subinner {
    display: flex;
    justify-content: space-between;
}

.profile .form-body .subinner .title {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.profile .form-body .subinner .subtitle {
    color: #0D0E0E;
    font-size: 14px;
    margin-top: 3.5px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
}

.profile .form-body .form-group .custom {
    border-radius: 0;
    padding-left: 0;
    border: none;
    height: 48px;
    border-bottom: 1px solid #D9D9D9;
    box-shadow: none ;
}

/*** newbook ***/
.newbook .content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.newbook .content .title {
    color: #0D0E0E;
    font-size: 32px;
    margin-top: 10px;
}

.newbook .content .btn {
    width: 135px;
    height: 56px;
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    font-size: 16px;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    box-shadow: none;
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.newbook .content .btn:hover {
    color:#fff;
    box-shadow: 150px 0 0 0 #006DDE inset, -150px 0 0 0 #006DDE inset;
}

/*** tabs ***/
.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    cursor: pointer;
    color: #000000;
    padding: 15px 10px;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #000000;
}

.content .text {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

/*** modal ***/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.modal-content {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.modal-body {
    flex: 1;
    overflow-y: hidden;
}

.modal-head {
    text-align: center;
    margin-top: 30px;
    vertical-align: baseline;
}

.modal-span {
    font-size: 18px;
    color: #0D0E0E;
    font-weight: bold;
}

.modal-head .btn-close {
    float: right;
    box-shadow: none;
    margin-top: 3px;
    margin-right: 13px;
}

.modal-body .form-group .modal-btn {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.modal-body .form-group .modal-btn:hover {
    color:#fff;
    box-shadow: 465px 0 0 0 #006DDE inset, -465px 0 0 0 #006DDE inset;
}

.modal-body .cta {
    height: 56px;
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    margin-bottom: 10px;
    border: 2px solid #0D0E0E;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    color: #0D0E0E;  
    background-color: #FFFFFF;
}

.modal-body .cta:hover {
    color:#fff;
    border: 2px solid #0D0E0E;
    box-shadow: 465px 0 0 0 #0D0E0E inset, -465px 0 0 0 #0D0E0E inset;
}

.modal-body .form-img {
    position: absolute;
    padding-top: 15px;
    padding-left: 13px;
}

.modal-body .form-group {
    margin-bottom: 15px;
}

.modal-body .profile-custom {
    box-shadow: none;
    border: 1px solid #909090;
    height: 49px;
    border-radius: 8px;
    background: none;
}

.modal-body .profile-custom:focus {
    border: 1px dashed #006DDE;
}

.modal-body .custom {
    box-shadow: none;
    border: 1px solid #909090;
    height: 49px;
    border-radius: 8px;
    padding-left: 40px;
    background: none;
}

.modal-body .custom:focus {
    border: 1px dashed #006DDE;
}

.modal-body .custom1 {
    box-shadow: none;
    border: 1px solid #909090;
    border-right: none;
    height: 49px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 40px;
}

.modal-body .custom1:hover {
    bottom: none;
}

.modal-body .input-with-buttons {
    display: flex;
}

.modal-body .input-buttons {
    border: 1px solid #909090;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 49px;
}

.modal-body .btn-increment {
    margin-top: 0.5px;
    height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
    border-top-right-radius: 8px;
}

.modal-body .btn-increment:hover {
    color: #FFFFFF;
    background-color: #006DDE;
}

.modal-body .btn-decrement {
    height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
    border-bottom-right-radius: 8px;
}

.modal-body .btn-decrement:hover {
    color: #FFFFFF;
    background-color: #006DDE;
}

/*** card-tab ***/
.card-tab h2 {
    color: #000000;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

.upcoming {
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
    border-radius: 8px;
    margin-top: 20px;
}

.upcoming-content h5 {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.upcoming-content h4 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.upcoming-content .title {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    border-bottom: 1px solid #000000;
}

.upcoming-content span {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

.upcoming-content p {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 400;
}

.upcoming-content .icons {
    display: flex;
    margin: 10px auto;
}

.upcoming-content .icons .cardimg {
    padding-right: 2px;
}

.upcoming-content .icons p {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 400;
    padding-right: 8px;
    margin: 0;
}

.upcoming-content .dist {
    margin-bottom: 8px;
    display: flex;
}

.upcoming-content .distimg {
    margin-right: 10px;
    margin-bottom: 0;
    height: 18px;
    margin-top: 3.5px;
}

.upcoming-content .dist p {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 400;
    border: none;
    margin: 0;
}

.upcoming-content .items {
    display: flex;
    justify-content: space-between;
}

.upcoming-content .items .item-left {
    width: 50%;
}

.upcoming-content .items .item-left p {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.upcoming-content .items .item-right {
    width: 50%;
}

.upcoming-content .items .item-right p {
    color: #0D0E0E;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.upcoming-content .items .item-bottom {
    width: 100%;
    cursor: pointer;
    text-align: right;
}

.upcoming-content .items .item-bottom .bottom-span {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    border-bottom: 1px solid #000000;
}

.badge1 {
    width: 90px;
    height: 28px;
    font-size: 12px;
    margin: 0px;
    border: none;
    color: #FFFFFF;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #006DDE;
    font-weight: bold;
}

.swapvert-btn {
    height: 32px;
    width: 32px;
    border: none;
    border-radius: 8px;
    float: right;
    margin:0;
    background-color: #F9F9F9;
}

/*** Booking ***/
.booking {
    overflow: hidden;
}

.booking .heading {
    display: flex;
}

.booking .heading .step-img {
    height: 11.5px;
    margin-top: 9.5px;
}

.booking .heading .title {
    font-size: 20px;
    font-weight: bold;
    color: #0D0E0E;
    margin-left: 8px;
    margin-bottom: 3px;
}

.booking .heading .subtitle {
    color: #006DDE;
    font-weight: bold;
    margin-right: 10px;
}

.booking .inner {
    flex-grow: 1;
}

.booking .inner .span-btn {
    color: #006DDE;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.booking .bor {
    margin-left: 4px; 
    border-left: 2px solid #006DDE;
    padding-top: 6px;
    padding-bottom: 18px;
}

/*** Pickup ***/
.booking .pickup {
    border-radius: 8px;
    margin-left: 12px;
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
}

.booking .pickup .pick-up1 {
    padding: 20px 10px;
}

hr {
    margin: 0;
}

.booking .pickup .pick-up2 {
    padding: 20px 10px;
}

.pickup .pick-up1 .button {
    width: 84px;
    height: 26px;
    font-size: 14px;
    border: none;
    color: #FFFFFF;
    border-radius: 100px;
    margin-right: 4px;
    background-color: #006DDE;
    font-weight: bold;
}

.pickup .pick-up1 .title {
    color: #006DDE;
    font-weight: bold;
    font-size: 16px;
}

.pickup .pick-up1 .span-btn {
    color: #006DDE;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.pickup .pick-up2 .button {
    width: 84px;
    height: 26px;
    font-size: 14px;
    border: none;
    color: #FFFFFF;
    border-radius: 100px;
    margin-right: 4px;
    background-color: #006DDE;
    font-weight: bold;
}

.pickup .pick-up2 .title {
    color: #006DDE;
    font-weight: bold;
    font-size: 16px;
}

.pickup .pick-up2 .span-btn {
    color: #006DDE;
    font-weight: bold;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.pickup .pick-up1 .dist1 {
    display: flex;
    font-weight: bold;
    margin-top: 10px;
}

.pickup .pick-up1 .dist1 p {
    margin-bottom: 0;
}

.pickup .pick-up1 .dist1 .title {
    color: #6F6F6F;
    margin-right: 10px;
}

.pickup .pick-up1 .dist1 .subtitle {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 600;
}

.pickup .pick-up1 .dist2 {
    display: flex;
    font-weight: bold;
    margin-top: 5px;
}

.pickup .pick-up1 .dist2 p {
    margin-bottom: 0;
}

.pickup .pick-up1 .dist2 .title {
    color: #6F6F6F;
    margin-right: 33px;
}

.pickup .pick-up1 .dist2 .subtitle {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 600;
}

.pickup .pick-up2 .dist1 {
    display: flex;
    font-weight: bold;
    margin-top: 10px;
}

.pickup .pick-up2 .dist1 p {
    margin-bottom: 0;
}

.pickup .pick-up2 .dist1 .title {
    color: #6F6F6F;
    margin-right: 10px;
}

.pickup .pick-up2 .dist1 .subtitle {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 600;
}

.pickup .pick-up2 .dist2 {
    display: flex;
    font-weight: bold;
    margin-top: 5px;
}

.pickup .pick-up2 .dist2 p {
    margin-bottom: 0;
}

.pickup .pick-up2 .dist2 .title {
    color: #6F6F6F;
    margin-right: 33px;
}

.pickup .pick-up2 .dist2 .subtitle {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: 600;
}

.swapvert-btn {
    height: 32px;
    width: 32px;
    border: none;
    border-radius: 8px;
    float: right;
    margin:0;
    background-color: #F9F9F9;
}

/*** Count ***/
.count {
    margin-left: 13px;
}

.count .return {
    cursor: pointer;
    margin-top: 20px;
}

.count .return-cehkbox {
    cursor: pointer;
    margin-top: 4px;
    width: 17px;
    height: 17px;
}

.count .return-sapn {
    color: #006DDE;
    cursor: pointer;
    margin-left: 8px;
    margin-bottom: 10px;
    font-weight: bold;
}

/*** Items ***/
.items .heading {
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
    display: grid;
    text-align: center;
}

.items .counter-container {
    display: flex;
    justify-content: center;
    margin-bottom: 9.5px ;
}

.items .counter {
    width: 35px;
    height: 26px;
    text-align: center;
    border: none;
    background: none;
    box-shadow: none;
}

.items .counter-btn {
    cursor: pointer;
    color: #77838F;
    border: 1px solid #77838F;
    background: none;
    width: 26px;
    height: 26px;
    border-radius: 13px;
}

/*** Booking-card ***/
.booking-card1 {
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
    border-radius: 8px;
    margin-left: 12px;
}

.booking-card {
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
    border-radius: 8px;
    margin-bottom: 10px;
}

.card-item {
    display: flex; 
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 6px;
}

.card-subinner {
    margin-top: 4px;
    margin-left: 12px;
}

.card-img {
    width: 153.5px;
    height: 85px;
}

.card-title {
    color: #0D0E0E;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.card-subtitle {
    color: #0D0E0E;
    font-size: 14px;
    font-weight: 500;
}

/*** Extras ***/
.extras {
    display: flex;
    margin-bottom: 7px;
}

.extras .cardimg {
    color: #0D0E0E;
    padding-right: 2px;
}

.extras span {
    color: #0D0E0E;
    margin-right: 6px;
    margin-bottom: 0;
}

.badge1 {
    width: 75px;
    height: 28px;
    font-size: 12px;
    margin: 0px;
    padding: 0;
    border: none;
    color: #FFFFFF;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #006DDE;
    font-weight: bold;
}

/*** Details ***/
.details {
    margin-left: 13px;
}

.details .form-group {
    margin-bottom: 15px;
}

.details .detail {
    box-shadow: none;
    border: 1px solid #909090;
    height: 49px;
    border-radius: 8px;
}

.details .detail:focus {
    border: 1px dashed #006DDE;
}

.details .detail1 {
    box-shadow: none;
    border: 1px solid #909090;
    border-radius: 8px;
}

.details .detail1:focus {
    border: 1px dashed #006DDE;
}

/*** Discount ***/
.discount {
    margin-left: 16px;
    margin-top: 30px;
}

.discount .inner {
    display: flex;
    margin-bottom: 10px;
}

.discount .inner .radio-btn {
    margin-right: 10px;
    margin-bottom: 0;
    height: 18px;
    width: 18px;
    margin-top: 3.5px;
    cursor: pointer;
}

.discount .inner .subinner {
    font-size: 16px;
    color: #0D0E0E;
    font-weight: 600px;
    margin-bottom: 0;
    cursor: pointer;
}

/*** Total ***/
.total {
    margin-top: 40px;
    margin-bottom: 45px;
    text-align: center;
}

.total .total-p {
    font-size: 24px;
    font-weight: bold;
    color: #0D0E0E;
    margin-bottom: 0;
}

.total .total-span {
    font-size: 18px;
    color: #0D0E0E;
}

.total .subtitle {
    font-size: 14px;
    color: #0D0E0E;
    margin-bottom: 10px;
}

.total .total-btn {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.total .total-btn:hover {
    color:#fff;
    box-shadow: 465px 0 0 0 #006DDE inset, -465px 0 0 0 #006DDE inset;
}

/*** booking confirmed ***/
.confirmed {
    margin-top: 30px;
}

.confirmed-img1 {
    width: 470px;
    height: 100%;
    margin-bottom: 40px;
}

.confirmed .confirmed-content {
    margin-bottom: 10px;
}

.confirmed .booking-title {
    font-size: 28px;
    font-weight: bold;
}

.confirmed .booking-span {
    color: #006DDE;
    font-size: 18px;
    font-weight: bold;
}

.confirmed .booking-subtitle {
    color: #1D1B20;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.confirmed .bookingq {
    display: flex;
}

.bookingq .bookingq-title {
    color: #1D1B20;
    font-size: 18px;
    font-weight: bold;
}

.confirmed .image-container {
    align-items: center;
    margin-left: 35px;
    gap: 10px;
}

.confirmed .image-container img {
    max-width: 100%;
    height: auto;
}

.confirmed .confirmed-btn {
    transition:all 0.8s, 
    color 0.3s 0.3s; 
    text-align: center;
    cursor:pointer; 
    clear:both;  
    display:inline-block;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none; 
    color: #FFFFFF;  
    background-color: #0D0E0E;
}

.confirmed .confirmed-btn:hover {
    color:#fff;
    box-shadow: 465px 0 0 0 #006DDE inset, -465px 0 0 0 #006DDE inset;
}

.confirmed-img2 {
    width: 100%;
}

/*** Footer ***/
.footer {
    background-color: #0D0E0E;
}

.footer-logo {
    margin-bottom: 13px;
}

.footer-title {
    color: #FFFFFF;
    margin-left: 20px;
    font-weight: bold;
}

.footer-text {
    color: #FFFFFF;
    margin-bottom: 8px;
    text-decoration: none;
}

.footer-text:hover {
    color: #006DDE;
}

.footer-copy {
    color: #FFFFFF;
}
