@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: 'Urbanist', sans-serif;

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}


.level_color_medium,
.level_color_easy,
.level_color_hard {
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.level_color_medium {
    background-color: #F7630C;
}

.level_color_hard {
    background-color: #E81224;
}

.level_color_easy {
    background-color: #16C60C;
}

.wave_top {
    background-image: url(../images/wave_top.svg);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    top: -1px;
    height: 40px;
    width: 100%;
    z-index: 1;
}

.wave_bottom {
    background-image: url(../images/wave_bottom.svg);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    bottom: -1px;
    height: 40px;
    width: 100%;
    z-index: 1;
}

body {
    letter-spacing: 0px;
    background-color: #f7f7f7;
}

.btn {
    padding: 14px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: .5px;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-primary {
    background-color: hsl(155, 57%, 18%);
    color: white;
}

.btn-primary:hover {
    background-color: hsl(155, 57%, 15%);
}

.btn-secondary {
    background-color: transparent;
    color: white;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-warning {
    background-color: hsl(37, 63%, 57%);
    color: white;
}

.btn-warning:hover {
    background-color: hsl(37, 63%, 50%);
    color: white;
}

.icon_btn {
    border-radius: 50px;
    background-color: rgba(20, 72, 50, 1);
    justify-content: center;
    padding: 5px 5px 5px 15px;
    font-weight: 600;
    color: white;
    gap: 5px;
    font-size: 12px;
    border: none;
}

.icon_btn div {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: white;
    padding: 5px;
}

.icon_btn div i {
    color: black;
    font-size: 16px;
    transition: all .35s;
}

.icon_btn:hover div i {
    transform: rotate(-45deg);
}

.section_heading {
    padding-bottom: 80px;
    text-align: center;
    gap: 5px;
}

.section_heading .main_heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: rgba(33, 33, 33, 1);
}

.section_heading .sub_heading {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: rgba(33, 33, 33, 1);
    opacity: .6;
}

.hero_section {
    height: 100dvh;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* ============================================= slick-slider ============================================= */

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white !important;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.slick-prev::before,
.slick-next::before {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.slick-prev::before {
    background-image: url(../images/arrow-left.svg);
}

.slick-next::before {
    background-image: url(../images/arrow-right.svg)
}

.slick-prev {
    left: 100px;
}

.slick-next {
    right: 100px;
}

.slick-dots {
    position: unset;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0px;
}

.slick-dots li button {
    font-size: 0px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: rgba(20, 72, 50, 1);
    opacity: 0.3;
    padding: 0px;
    transition: all 0.35s;
}

.slick-dots li.slick-active button {
    width: 20px;
    opacity: 1;
}

.slick-dots li button:before {
    display: none;
}

/* ============================================= login-section ============================================= */
.auth_section {
    min-height: 100dvh;
    padding: 20px;
}

.auth_slider_inner {
    width: calc(50% - 20px);
    top: 20px;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

.auth_slider_img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.auth_slider_img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.auth_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth_slider_text {
    width: 100%;
    bottom: 0px;
    padding: 0 10px 90px;
}

.auth_slider p {
    padding: 0px 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: white;
}

.auth_slider .slick-prev,
.auth_slider .slick-next {
    top: unset;
    bottom: -60px;
    transform: unset;
}

.auth_slider .slick-prev {
    left: 20px;
}

.auth_slider .slick-next {
    left: 70px;
}

.auth_content {
    padding-left: 40px;
    padding-right: 20px;
}

.auth_logo img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.auth_form {
    padding: 50px 0px;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.back_btn {
    width: 24px;
    height: 24px;
    color: #212121;
}

.auth_title {
    gap: 0px;
    padding: 10px 0px 30px;
}

.auth_title h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #212121;
}

.auth_title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
    letter-spacing: 0px;
    color: #212121;
}

.auth_form form,
.state_city {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.state_city {
    grid-template-columns: repeat(3, 1fr);
}

.auth_form form .form-group,
.edit_profile .form-group {
    gap: 5px;
}

.auth_form form .form-group label,
.edit_profile .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(33, 33, 33, 1);
    padding-left: 5px;
}

.auth_form form .form-group input,
.auth_form form .form-group select,
.auth_form form .form-group textarea,
.edit_profile .form-group input,
.edit_profile .form-group select,
.edit_profile .form-group textarea {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 20px;
    color: rgba(33, 33, 33, 1);
    border-radius: 26px;
    background-color: transparent;
    border: 1px solid rgba(20, 72, 50, 0.2);
}

.auth_form form .form-group input::placeholder,
.auth_form form .form-group select::placeholder,
.auth_form form .form-group textarea::placeholder,
.edit_profile .form-group input::placeholder,
.edit_profile .form-group select::placeholder,
.edit_profile .form-group textarea::placeholder {
    font-weight: 400;
}

.file_upload {
    padding: 20px;
    border: 1px dashed #14483233;
    border-radius: 26px;
}

.file_upload_inner input {
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.resend {
    padding: 15px 0px 0px 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #212121;
}

.resend span {
    font-weight: 600;
}

.file_upload_inner svg {
    width: 24px;
    height: 24px;
    color: #144832;
}

.file_upload_inner h6 {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    padding: 10px 0px 2px;
}

.file_upload_inner p {
    font-weight: 400;
    font-size: 10px;
    color: #212121;
}

.file_name {
    padding: 5px 5px 0px;
    font-size: 12px;
    font-weight: 600;
    color: #212121;
}

.file_upload_inner p span {
    font-weight: 600;
}

.pass_inner i {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
}

.forget_inner {
    padding: 15px 5px 0px;
}

.form_check input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    border: 1px solid #144832;
    accent-color: #144832;
    border-radius: 3px;
    cursor: pointer;
}

.form_check label {
    font-weight: 400;
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    padding-left: 5px;
}

.bike_auth .form_check {
    width: 100%;
}

.bike_auth .form_check label {
    width: calc(100% - 21px);
}

.forgot-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #144832;
    letter-spacing: 0;
}

.auth_btn button {
    padding: 17.5px;
    font-size: 14px;
    line-height: 1.22;
}

.register_link {
    padding-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #212121;
}

.register_link span {
    opacity: 0.6;
}

.register_link span {
    font-weight: 600;
}

.bike_user,
.hotel_supplier {
    padding: 18px 22px;
    border: 1px solid #14483233;
    border-radius: 24px;
}

.bike_user:has(input:checked),
.hotel_supplier:has(input:checked) {
    border-color: #D6A04B;
    background-color: #D6A04B;
}

.bike_user input,
.hotel_supplier input {
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.bike_user .redio_btn,
.hotel_supplier .redio_btn {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #14483233;
    margin-top: 4px;
}

.bike_user:has(input:checked) .redio_btn,
.hotel_supplier:has(input:checked) .redio_btn {
    border-color: white;
}

.bike_user .redio_btn div,
.hotel_supplier .redio_btn div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
}

.bike_user:has(input:checked) .redio_btn div,
.hotel_supplier:has(input:checked) .redio_btn div {
    background-color: white;
}

.bike_user label,
.hotel_supplier label {
    padding: 0px !important;
    gap: 15px;
}

.bike_user label>div,
.hotel_supplier label>div {
    /*width: calc(100% - 31px);*/
}

.form-group.mb-3 {
    display: flex;
    flex-direction: column;
}

.bike_user label h6,
.hotel_supplier h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}

.bike_user label p,
.hotel_supplier p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    opacity: 0.6;
}

.bike_user:has(input:checked) h6,
.hotel_supplier:has(input:checked) h6,
.bike_user:has(input:checked) p,
.hotel_supplier:has(input:checked) p {
    color: white;
}

/* ============================================= Header-css ============================================= */
header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    background: transparent;
}

.main_header {
    padding: 24px;
}

.main_header .logo img {
    height: 24px;
    width: auto;
}

.header_menu nav {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(26px);
    padding: 5px;
    border-radius: 50px;
}

.header_menu nav a {
    font-weight: 600;
    font-size: 12px;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    transition: all .35s;
}

.header_menu nav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.header_menu nav a.active {
    background-color: white;
    color: rgba(33, 33, 33, 1);
}

.header_btn {
    gap: 5px;
}

.right_side {
    gap: 10px;
}

.header_btn a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.toggle_menu {
    display: none;
}

.header_btn .login-btn {
    padding: 13px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    transition: all 0.35s;
    border-radius: 20px;
    color: white;
}

.header_btn .login-btn:hover {
    background-color: white;
    color: #004d40;
}

.user_login {
    gap: 4px;
}

.user_login img {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.user_login p {
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.main_header .dropdown-menu {
    padding: 5px;
    gap: 5px;
    flex-direction: column;
    background-color: rgb(255 255 255 / 10%);
    border: none;
    outline: none;
    border-radius: 5px;
    backdrop-filter: blur(26px);
}

.main_header .dropdown-menu.show {
    display: flex;
}

.main_header .dropdown-menu .dropdown-item {
    gap: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: white;
    transition: all 0.35s;
}

.main_header .dropdown-menu .dropdown-item:hover,
.main_header .dropdown-menu .dropdown-item.active {
    color: #212121;
    background-color: white;
}

header .offcanvas-header {
    background-color: #144832;
}

header .offcanvas-header .btn-close {
    filter: invert(1);
    opacity: 1;
}

.offcanvas-body .header_menu,
.profile .offcanvas-body .header_menu {
    display: flex;
}

.offcanvas-body .header_menu nav,
.profile .offcanvas-body .header_menu nav {
    width: 100%;
    background-color: transparent;
    gap: 5px;
}

.offcanvas-body .header_menu nav a,
.profile .offcanvas-body .header_menu nav a {
    color: #212121;
    width: 100%;
}

.offcanvas-body .header_menu nav a.active,
.profile .offcanvas-body .header_menu nav a.active {
    background-color: #144832;
    color: white;
}

.offcanvas-body .header_btn {
    display: flex !important;
}

.offcanvas-body .header_btn a {
    width: 100%;
}

.offcanvas-body .header_btn .login-btn {
    border: 1px solid #144832;
    color: #144832;
}

/* ============================================= hero-section-css ============================================= */
.home .hero_section {
    background-image: url('../images/heroimage.png');
}

.hero_section:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 32.44%, rgba(0, 0, 0, 0.9) 100%);
}

.hero_content {
    position: relative;
    z-index: 1;
}

.hero_content. .breadcrumb {
    margin: 0;
    padding-bottom: 10px;
    line-height: 1;
}

.breadcrumb .breadcrumb-item {
    font-size: 12px;
    font-weight: 500;
    color: white;
}

.breadcrumb .breadcrumb-item a {
    opacity: 0.5;
    color: white;
}

.hero_content h2 {
    font-weight: 600;
    font-size: 60px;
    color: white;
    padding-bottom: 10px;
}

.hero_content p {
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 26px;
    color: white;
    padding-bottom: 20px;
}

.hero_btn {
    gap: 5px;
}

/* ============================================= itineraries-css ============================================= */
.itineraries_inner,
.next_ride_inner {
    padding: 0px 12px;
}

/*.slick-list.draggable .slick-track {*/
/*    transform: unset !important;*/
/*}*/


/* ============================================= about-us-css ============================================= */
.about_us {
    padding: 0px 20px;
}

.about_us_inner {
    border-radius: 20px;
    background-image: url(../images/about-us.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 24px;
}

.about_content h5 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: white;
    padding-bottom: 30px;
}

.about_content ul {
    gap: 10px;
    padding-bottom: 40px;
}

.about_content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: white;
}

/* ============================================= hotels-section ============================================= */
.hotel_btn {
    padding-top: 30px;
}

.main_card {
    padding-bottom: 34px;
}

.main_card_inner {
    gap: 15px;
    width: 100%;
}

.main_card_inner .card_img {
    aspect-ratio: 19/11.5;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.main_card_inner .card_img::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.star_badge {
    padding: 6px 8px;
    gap: 3px;
    background-color: white;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    color: rgba(33, 33, 33, 1);
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 1;
}

.star_badge svg {
    width: 14px;
    height: 14px;
    display: flex;
    color: rgba(214, 160, 75, 1);
}

.feature_badge {
    gap: 5px;
    width: 100%;
    position: absolute;
    padding-bottom: 10px;
    bottom: 0;
    z-index: 2;
    overflow-x: auto;
}

.feature_badge::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.feature_badge li {
    padding: 5px 8px;
    border-radius: 20px;
    gap: 3px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(26px);
    font-weight: 500;
    color: white;
    font-size: 10px;
    line-height: 100%;
    min-width: fit-content;
}

.feature_badge li:first-child {
    margin-left: 10px;
}

.feature_badge li:last-child {
    margin-right: 10px;
}

.feature_badge li svg {
    width: 12px;
    height: 12px;
    color: white;
}

.main_card_inner .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card_details {
    padding: 0px 10px;
}

.card_details h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: rgba(33, 33, 33, 1);
    padding-bottom: 3px;
}

.card_details .location {
    gap: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(33, 33, 33, 0.6);
}

.card_details .location svg {
    width: 14px;
    height: 14px;
    color: rgba(20, 72, 50, 1);
}

.card_details p {
    padding: 10px 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(33, 33, 33, 0.6);
}

.short_desc {
    padding: 0px 0px !important;
    margin: 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.card_details .card_btn span {
    font-weight: 600;
    font-size: 12px;
    position: relative;
    line-height: 100%;
    color: rgba(20, 72, 50, 1);
}

.card_details .card_btn span::after {
    content: "";
    width: 0px;
    position: absolute;
    height: 1px;
    background-color: rgba(20, 72, 50, 1);
    bottom: -2px;
    left: 0px;
    transition: all 0.35s;
}

.main_card:hover .card_details .card_btn span::after {
    width: 100%;
}

.card_details .card_btn div {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: rgba(20, 72, 50, 1);
}

.card_details .card_btn div i {
    color: white;
    font-size: 16px;
    transition: all .35s;
}

.main_card:hover .card_details .card_btn div i {
    transform: rotate(-45deg);
}


/* ============================================= steper-section ============================================= */
.steper_section {
    background-color: rgba(20, 72, 50, 1);
}

.steper_section .main_heading {
    color: white;
}

.steper_section .sub_heading {
    color: white;
}

.stepper_inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    gap: 80px;
}

.stepper_inner .stepper {
    gap: 72px;
}

.stepper_inner .stepper .stepper_img {
    width: 440px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.stepper_inner .stepper .stepper_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stepper_content {
    width: calc(100% - 512px);
}

.stepper_content .stepper_icon {
    width: 50px;
    height: 50px;
    background-color: rgba(214, 160, 75, 1);
    border-radius: 5px;
}

.stepper_content .stepper_icon {
    font-size: 24px;
    color: white;
}

.stepper_content h6 {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: white;
    padding: 40px 0px 10px;
}

.stepper_content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: white;
    padding: 0px 0px 20px;
}

/* ============================================= community-section ============================================= */
.community_img_main {
    width: 320px;
}

.community_content_main {
    width: calc(100% - 640px);
}

.Community_img {
    aspect-ratio: 3/4.5;
    border-radius: 20px;
    overflow: hidden;
}

.Community_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Community_content {
    text-align: center;
}

.Community_content h6 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: rgba(33, 33, 33, 1);
    padding-bottom: 20px;
}

.Community_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(33, 33, 33, 1);
}

.Community_btn {
    gap: 5px;
    padding-top: 50px;
}

.Community_section .btn-secondary {
    background-color: transparent;
    color: rgba(33, 33, 33, 1);
}

.Community_section .btn-secondary:hover {
    background-color: rgba(33, 33, 33, .2);
}

/* ============================================= contact-section ============================================= */
.contact_heading {
    position: sticky;
    top: 20px;
    padding-right: 30px;
}

.contact_heading h2 {
    font-size: 40px;
    font-weight: 500;
    color: #212121;
    padding-bottom: 5px;
}

.contact_heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding-bottom: 40px;
}

.contact_icon {
    gap: 10px;
}

.contact_icon a {
    width: 54px;
    height: 54px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.35s;
}

.contact_icon a:hover {
    background-color: rgba(20, 72, 50, 1);
}

.contact_icon a i {
    font-size: 24px;
    color: rgba(20, 72, 50, 1);
    transition: all 0.35s;
}

.contact_icon a:hover i {
    color: white;
}

.contact_form {
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(20, 72, 50, 0.2);
}

.contact_form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.form_span {
    grid-column: span 2 / span 2;
}

.contact_form form .form-group {
    margin: 0;
}

.contact_form form #btn-submit {
    width: 100%;
    padding: 19px;
}

.contact_form form .form-group,
.itinery_details_form .form-group {
    gap: 5px;
}

.contact_form form .form-group label,
.itinery_details_form .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(33, 33, 33, 1);
    padding-left: 5px;
}

.contact_form form .form-group input,
.contact_form form .form-group select,
.contact_form form .form-group textarea,
.itinery_details_form .form-group input,
.itinery_details_form .form-group select,
.itinery_details_form .form-group textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 20px;
    color: rgba(33, 33, 33, 1);
    border-radius: 26px;
    background-color: transparent;
    border: 1px solid rgba(20, 72, 50, 0.2);
}

.contact_form form .form-group input::placeholder,
.contact_form form .form-group select::placeholder,
.contact_form form .form-group textarea::placeholder {
    color: rgba(33, 33, 33, 0.42);
}

/* ============================================= footer-section ============================================= */

.footer {
    background-color: #144832;
}

.footer_logo a {
    display: flex;
    width: auto;
}

.footer_logo a img {
    height: 24px;
    width: auto;
}

.footer .contact_icon a {
    width: 40px;
    height: 40px;
}

.footer .contact_icon a i {
    font-size: 18px;
}

.footer .contact_icon a:hover {
    background-color: rgba(214, 160, 75, 1);
}

.footer_link_main {
    margin: 30px 0px;
    padding: 30px 0px;
    gap: 40px;
    border: solid rgba(255, 255, 255, 0.12);
    border-width: 1px 0px 1px 0px;
}

.footer_link_main .line,
.team_content .line {
    width: 2px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer_link_main a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: white;
}

.copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: white;
}

.team_content {
    gap: 20px;
}

.team_content a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: white;
}

.footer_bottom {
    width: 100%;
}

/* ============================================= View_itineries page ============================================= */
.view_itineries_hero {
    height: 600px;
    background-image: url('../images/viewitinerieshero.png');
}

.next_ride_inner .card_img {
    aspect-ratio: 19/20;
}

.card-top {
    position: absolute;
    width: 100%;
    padding: 20px 20px 0px;
}

.card-top .tag_badge {
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #D6A04B;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.card-top .arrow_div {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
}

.card-top .arrow_div i {
    color: rgba(20, 72, 50, 1);
    font-size: 16px;
    transition: all .35s;
}

.next_ride_inner:hover .card-top .arrow_div i {
    transform: rotate(-45deg);
}

.next_ride_inner .card_details {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 24px;
    z-index: 2;
}

.next_ride_inner .feature_badge li:first-child,
.view_itinerie_details_hero .feature_badge li:first-child {
    margin-left: 0px;
}

.next_ride_inner .card_img::after {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.next_ride_inner .card_details h5,
.next_ride_inner .card_details p {
    color: #fff;
}

.next_ride_inner .card_details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 2px 0px 0px;
    margin-bottom: 20px;
}

.next_ride_inner .card_details .card_btn span {
    color: #D6A04B;
}

.next_ride_inner .card_details .feature_badge,
.view_itinerie_details_hero .feature_badge {
    position: unset;
}

.tracks_card .card_img {
    aspect-ratio: 19 / 13;
}

.view_itineries .Community_section,
.bike_details .Community_section,
.view_bike_hotels .Community_section,
.view_bike_hotel_details .Community_section {
    background-color: #144832;
}

.view_itineries .Community_content h6,
.view_itineries .Community_content p,
.view_bike_hotels .Community_content h6,
.view_bike_hotels .Community_content p,
.bike_details .Community_section h6,
.bike_details .Community_section p,
.view_bike_hotel_details .Community_section h6,
.view_bike_hotel_details .Community_section p {
    color: white;
}

/* ============================================= View itineries details page ============================================= */
.view_itinerie_details_hero {
    height: 500px;
    background-image: url('../images/single_itinerary_details.png');
}

.view_itinerie_details_hero .feature_badge {
    padding-bottom: 0px;
    padding-top: 10px;
}

.view_itinerie_details_hero .hero_content h2 {
    padding-bottom: 0px;
}

.hero_location {
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.route_overview {
    gap: 10px;
    padding-bottom: 50px;
}

.route_overview h6 {
    font-size: 24px;
    color: #212121;
    font-weight: 600;
}

.route_overview .route_overview_details {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
    gap: 10px;
}

.map {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(20, 72, 50, 0.2);
}

.map h2 {
    font-size: 24px;
    line-height: 32px;
    color: #212121;
    font-weight: 500;
}

.map img {
    height: 32px;
    width: auto;
}

iframe {
    width: 100%;
    padding-top: 24px;
    height: 400px;
    border-radius: 10px;
}

.day_step {
    padding-top: 50px;
}

.day_step .heading {
    gap: 3px;
    padding-bottom: 20px;
}

.day_step .heading h6 {
    font-size: 24px;
    color: #212121;
    font-weight: 500;
}

.day_step .heading p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
}

.accordion {
    gap: 10px;
}

.accordion-item {
    border: none;
    border-radius: 0px;
}

.accordion-item {
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

.accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: #212121 !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-body ul,
.accordion-body ul li {
    list-style: disc;
}

.accordion-body ul {
    padding-left: 20px;
}

.accordion-body ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #212121;
}

.itinery_details_right {
    position: sticky;
    top: 30px;
}

.itinery_details_right form,
.bike_details_right {
    padding: 24px;
    border: 1px solid rgba(20, 72, 50, 0.2);
    border-radius: 20px;
}

.itinery_details_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.itinery_details_right form p {
    font-size: 24px;
    color: #212121;
    font-weight: 600;
    padding-bottom: 24px;
}

.download_track,
.apply_filters {
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
}

.download_track svg {
    width: 24px;
    height: 24px;
}

.itinery_details_right .contact_icon {
    padding-top: 10px;
}

.stage_registration {
    padding: 24px 24px 0px;
}

.stage_registration h6 {
    font-size: 24px;
    color: #212121;
    font-weight: 600;
    padding-bottom: 3px;
}

.stage_registration p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
    padding-bottom: 20px;
}

.stage_registration a {
    padding: 18px;
    font-size: 14px;
}

.services_req {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    padding-top: 5px;
}

.services_req .form_check label {
    line-height: 24px;
}

.permission {
    border: none;
    border-radius: 10px;
}

.permission .btn-close {
    top: 20px;
    right: 20px;
    z-index: 1;
}

.permission .modal-body {
    padding: 40px;
}

.permission_icon {
    width: 50px;
    height: 50px;
    background-color: #D6A04B;
    border-radius: 10px;
}

.permission_icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.permission h6 {
    font-weight: 600;
    font-size: 24px;
    color: #212121;
    padding: 20px 0px 3px;
}

.permission p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
}

.permission .model_btn {
    padding-top: 20px;
    width: 100%;
    gap: 20px;
}

.permission .model_btn a {
    width: 100%;
    padding: 17.5px;
    font-size: 14px;
    line-height: 1.22;
}

.permission .model_btn a.custom_btn {
    padding: 0px;
    font-weight: 600;
    color: #212121;
    font-size: 12px;
    line-height: 100%;
}

/* ============================================= View Bike Rentals page ============================================= */
.view_bike_rentals_hero {
    height: 600px;
    background-image: url(../images/View_bike_rentals.jpg);
}

.bike_feature_inner {
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 10px;
    transition: all 0.35s;
}

.bike_feature_inner:hover {
    box-shadow: 0px 4px 10px 1px #0000001A;
}

.feature_number {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    background-color: #D6A04B;
    color: white;
}

.bike_feature_inner h6 {
    color: #212121;
    padding: 40px 0 3px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

.bike_feature_inner p {
    color: #212121;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.top_bikes_main .card_details p {
    padding-top: 5px;
}

/* ============================================= View Bike details page ============================================= */
.view_bike_details_hero {
    height: 500px;
    background-image: url(../images/bike_bg.jpg);
}

.bike_gallery img {
    aspect-ratio: 19/9;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

.bike_gallery .slick-next {
    right: 20px;
}

.bike_gallery .slick-prev {
    left: 20px;
}

.key_specifications,
.availability_main {
    gap: 20px;
}

.key_specifications h6,
.availability_main h6 {
    font-weight: 600;
    font-size: 24px;
    color: #212121;
}

.key_specifications ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.key_specifications ul li {
    padding: 14px;
    background-color: white;
    border-radius: 10px;
}

.key_specifications span {
    font-weight: 400;
    color: #212121;
    font-size: 14px;
    line-height: 20px;
}

.key_specifications p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}

.availability_main ul {
    padding: 0;
}

.bike_details_right {
    top: 30px;
}

.bike_details_right h6 {
    font-weight: 600;
    color: #212121;
    font-size: 24px;
}

.bike_details_right p {
    font-weight: 400;
    color: #212121;
    font-size: 12px;
    line-height: 20px;
}

.availability {
    padding: 20px 0px 40px;
    gap: 10px;
}

.availability li {
    gap: 5px;
}

.availability li span {
    font-weight: 500;
    font-size: 12px;
    color: #212121;
}

.availability_main li span {
    font-size: 16px;
}

.availability .double_check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #144832;
}

.availability .double_check svg {
    width: 12px;
    height: 12px;
    color: white;
}

.rent_btn button {
    padding: 18px;
    font-size: 14px;
    width: 100%;
}

.bike_details_gellery_main,
.hotel_gellery_main {
    padding-left: 12px;
    padding-right: 12px;
}

.bike_details_gellery .slick-track .bike_details_gellery_main:nth-child(even),
.hotel_gellery .slick-track .hotel_gellery_main:nth-child(even) {
    padding-top: 70px;
}

.bike_details_gellery_inner,
.hotel_gellery_inner {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 10px;
}

.bike_details_gellery_inner img,
.hotel_gellery_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ============================================= contact us page ============================================= */
.contact_hero {
    height: 600px;
    background-image: url(../images/contactus.jpg);
}

.contactus .contact_heading p {
    padding-bottom: 20px;
}

.contact_address_inner {
    gap: 10px;
}

.contact_address {
    padding-bottom: 30px;
    gap: 14px;
}

.contact_address_inner div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    background-color: #144832;
}

.contact_address_inner div svg {
    width: 14px;
    height: 14px;
}

.contact_address_inner span {
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    line-height: 24px;
}

.contactus .forget_inner {
    padding: 0;
    gap: 10px;
}

/* ============================================= Completed Stage History page ============================================= */
.complete_history_hero {
    height: 500px;
    background-image: url(../images/complete_history_bg.png);
}

.complete_history .section_heading {
    padding-bottom: 60px;
}

.tracks_progress {
    padding-bottom: 50px;
}

.tracks_progress h6 {
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    padding-bottom: 5px;
}

.progress_inner {
    max-width: 590px;
    width: 100%;
}

.progress_inner .progress {
    background-color: rgba(33, 33, 33, 0.05);
    height: 10px;
}

.progress_inner .progress .progress-bar {
    background-color: #144832;
}

.progress_title {
    padding-top: 5px;
    margin: 0px -16px;
}

.progress_title span {
    font-size: 12px;
    font-weight: 600;
    color: #212121;
}

/* ============================================= view_available_stages page ============================================= */
.star_badge.completed,
.star_badge.pending,
.star_badge.upcoming {
    color: #fff;
    padding: 10px 15px;
}

.star_badge.completed {
    background-color: #144832;
}

.star_badge.pending,
.star_badge.upcoming {
    background-color: #D6A04B;
}

.btn.stage_completed {
    background-color: #144832;
    color: white;
    padding: 14px 40px;
}

.btn.stage_reached {
    padding: 14px 40px;
}

/* ============================================= profile page ============================================= */

.profile header {
    background-color: #fff;
    position: unset;
}

.profile .main_header .logo img {
    filter: invert(1);
}

.profile .header_menu nav,
.profile .main_header .dropdown-menu {
    background-color: #2121211a;
}

.profile .header_menu nav a,
.profile .main_header .dropdown-menu .dropdown-item {
    color: rgba(33, 33, 33, 0.6);
}

.profile .user_login p {
    color: #212121;
}

.profile_breadcrumb {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.05);
}

.profile_breadcrumb .breadcrumb {
    padding: 0;
    gap: 5px;
}

.profile_breadcrumb .breadcrumb .breadcrumb-item,
.profile_breadcrumb .breadcrumb .breadcrumb-item a {
    color: #212121;
}

.profile_breadcrumb .breadcrumb .breadcrumb-icon img {
    filter: invert(1);
}

.profile_card_inner {
    gap: 30px;
}

.pro_img_card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.pro_img_bg {
    height: 150px;
}

.pro_img_bg .profile_bg_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_img_bg .log_out {
    top: 20px;
    right: 153px;
}

.pro_img_bg .delete_account {
    top: 20px;
    right: 20px;
}

.upload_bg_img,
.upload_img {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.upload_img svg,
.upload_bg_img .file_upload_inner svg,
.upload_bg_img .file_upload_inner h6,
.upload_bg_img .file_upload_inner p {
    color: #fff;
}

.upload_bg_img input,
.upload_img input {
    z-index: 1;
    width: 100%;
    cursor: pointer;
    left: 0;
}

.upload_img svg {
    width: 24px;
    height: 24px;
}

.pro_img {
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding: 0px 30px 30px;
}

.pro_img_inner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
}

.pro_img_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_img h6 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    padding-top: 10px;
}

.pro_img .hero_location {
    gap: 5px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(33, 33, 33, 0.6);
}

.pro_img .hero_location i {
    color: #144832;
}

.pro_basic_info,
.pro_address,
.edit_profile {
    padding: 30px;
    border-radius: 10px;
    background-color: white;
}

.edit {
    top: 30px;
    right: 30px;
    gap: 3px;
    padding: 10px 15px;
}

.edit svg {
    width: 14px;
    height: 14px;
}

.pro_basic_info h6,
.pro_address h6,
.edit_profile_inner h6 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    padding-bottom: 20px;
}

.basic_info_inner,
.address_inner,
.edit_profile_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.basic_info_inner span,
.address_inner span {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    opacity: 0.8;
    line-height: 20px;
}

.basic_info_inner p,
.address_inner p {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    line-height: 24px;
}

.edit_profile form {
    gap: 50px;
}

.edit_profile .hero_btn a {
    padding: 19px 30px;
    line-height: 1.3;
}

.edit_profile .hero_btn a.cancel {
    color: #212121;
}

/* ============================================= view bike hotel page ============================================= */
.bike_hotel_hero {
    height: 600px;
    background-image: url(../images/bike_hotel.png);
}

.hotel_filter_inner .form-group {
    gap: 0px;
}

.bike_hotel_filter {
    padding-right: 18px;
}

.hotel_filter {
    padding: 24px;
    border: 1px solid rgba(20, 72, 50, 0.2);
    border-radius: 20px;
}

.hotel_filter_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.hotel_filter h6,
.offcanvas-header h6 {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    padding-bottom: 14px;
}

.hotel_filter_inner .form-group label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(33, 33, 33, 1);
    padding-left: 5px;
}

.hotel_filter_inner .form-group input,
.hotel_filter_inner .form-group select,
.hotel_filter_inner .form-group textarea {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 12px 16px;
    color: rgba(33, 33, 33, 1);
    border-radius: 23px;
    background-color: transparent;
    border: 1px solid rgba(20, 72, 50, 0.2);
}

.hotel_filter_inner .form-group input::placeholder,
.hotel_filter_inner .form-group select::placeholder,
.hotel_filter_inner .form-group textarea::placeholder {
    color: rgba(33, 33, 33, 0.42);
}

.hotel_filter_inner .services_req {
    padding-top: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 5px;
}

.hotel_filter_inner .services_req .form_check input {
    width: 14px;
    height: 14px;
    margin: 0;
}

.hotel_filter_inner .form_check label {
    line-height: 14px;
}

.hotel_filter_inner .clear {
    color: #212121;
}

.bike_hotel_topbar {
    padding-bottom: 30px;
}

.bike_hotel_topbar select {
    font-size: 12px;
    padding: 12px 16px;
    width: 160px;
    background-color: transparent;
    border: 1px solid rgba(238, 114, 99, 0.2);
}

.grid_view {
    gap: 8px;
    padding: 0px 8px;
}

.grid_view button,
.filter_btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(238, 114, 99, 0.25);
    padding: 0;
    background-color: transparent;
}

.grid_view button.grid_two.active,
.grid_view button.grid_three.active {
    background-color: #EE7263;
    border-color: #EE7263;
}

.grid_view button svg,
.filter_btn svg {
    width: 24px;
    height: 24px;
    color: #EE7263;
}

.grid_view button svg {
    stroke: #EE7263;
    stroke-width: 1.5px;
}

.grid_view button.grid_two.active svg,
.grid_view button.grid_three.active svg {
    stroke: white;
    color: white;
}

.navigation {
    padding-top: 35px;
}

.pagination div {
    gap: 10px;
}

.page-link {
    width: 40px;
    height: 40px;
    background-color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #212121;
    transition: all 0.35s;
}

.page-link:hover,
.page-item.active .page-link {
    background-color: #EE7263;
    color: white;
}

.page-link svg {
    width: 16px;
    height: 16px;
}

.offcanvas-header h6 {
    padding: 0;
}

.offcanvas .hotel_filter {
    padding: 0;
    border: none;
    border-radius: 0;
}

#filter_sidebar .offcanvas-body {
    padding-bottom: 0px;
}

/* ============================================= bike hotel details page ============================================= */
.hotel_feature,
.hotel_contact {
    gap: 10px;
}

.hotel_feature h6,
.hotel_contact h6 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

.hotel_feature ul,
.hotel_contact ul {
    gap: 10px;
}

.hotel_feature ul li {
    gap: 5px;
}

.hotel_feature ul li i {
    font-size: 16px;
    color: #D6A04B;
}

.hotel_feature ul li span,
.hotel_contact ul li span {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #212121;
    opacity: 0.8;
}

.hotel_contact ul li a {
    gap: 10px;
}

.hotel_contact_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #144832;
    color: white;
}

.hotel_contact_icon svg {
    width: 18px;
    height: 18px;
}

.hotel_contact ul li span {
    font-weight: 600;
    opacity: 1;
    width: calc(100% - 50px);
}


/* === padding === */
.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

/* === margin === */
.ml-0 {
    margin-left: 0rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.wh-30px {
    width: 30px !important;
    height: 30px !important;
}
