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

html {
    scroll-behavior: smooth; /* Enables smooth scrolling */
}
.email-alert {
    min-height: 30px;
    background-color: #d8ec37;
}
/* Border color changings */
.form-control {
    border-color: #d8ec37 !important;
}

.form-check-input[type="checkbox"]:checked {
    background-color: #252f4a;
    border: #000;
    /* border-color: #d8ec37 !important; */

    outline: none;
}

.upload-button {
    border: 1px solid #d8ec37 !important;
}

.form-select {
    border-color: #d8ec37 !important;
}

.checkboxBorder {
    border: 1px solid #d8ec37 !important;
}
/* .border-gray-300 {
    border-color: #d8ec37 !important;
    } */

.read_documents_checkbox {
    border-color: #d8ec37 !important;
}
.scroll_checkbox .form-group {
    border-color: #d8ec37 !important;
}
.pdf-container {
    border: 1px solid #d8ec37 !important;
}

canvas#signature-pad {
    border: 1px solid #d8ec37 !important;
}

.cardInfo {
    border-radius: 10px;
    border: 1px solid #d8ec37;
}

/* Border color changings */

/* Overall site */
textarea {
    resize: none; /* Prevents resizing */
}

.icon {
    line-height: 0 !important;
}
.input-field-text {
    font-size: 14px;
}
#navbarDropdown {
    border: none !important;
    outline: none !important;
}
body {
    font-family: "Hanken Grotesk", sans-serif !important;
    background-color: white !important;
}
.initial_avatar {
    background-color: #d8ec37;
    color: rgba(56, 103, 251, 1);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
input {
    font-family: "Hanken Grotesk", sans-serif !important;
}

form label {
    font-size: 14px;
    font-weight: 500;
}

.form-check-input:hover {
    cursor: pointer;
}

.form-check-label:hover {
    cursor: pointer;
}

/* Global image classes */
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}

.image {
    border-radius: 10px 10px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.image-2 {
    border-radius: 10px 10px 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

/* Global backgroundColor classes */
.bg-site-gray {
    background-color: #f8f8f7;
}

.card-gray {
    background-color: #f8f8f7;
}

.site-bg-primary {
    background-color: #d8ec37;
    color: #000;
}

.site-bg-secondary {
    color: white;
    color: #fd5f59;
}

.site-bg-info {
    background-color: #edf5ff;
}

.site-bg-light {
    background: #faffd3;
    color: #000;
}

/* Global text colors */
.site-text-primary {
    color: #3867fb;
}

/* Navbar */

.navbar-toggler {
    border: none !important;
    margin-bottom: 16px;
}

.navbar-toggler-icon {
    height: 1.8em;
    width: 1.8em;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    border: 0.3px solid #f1f1f2; /* Removes border */
    outline: none; /* Removes outline */
    box-shadow: none; /* Removes box shadow */
}

.nav-link {
    font-size: 16px;
}

/* Loader overlay*/
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* semi-transparent white */
    display: none; /* hide by default */
    z-index: 9999; /* ensure it's on top */
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(0, 0, 0, 0.1); /* light gray */
    border-top: 4px solid #3498db; /* blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; /* spin animation */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

button:disabled {
    background-color: inherit; /* Keeps original background color */
    color: inherit; /* Keeps original text color */
    border: inherit; /* Keeps original border */
    cursor: not-allowed; /* Change cursor to indicate the button is disabled */
}

/* Button loader*/
#loader {
    border: 3px solid #000;
    /* Black loader */
    border-top: 4px solid transparent;
    /* Transparent top border to maintain button dimensions */
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Products page category sidebar */
.item-show {
    border-left: 1px solid #99a1b7;
    margin-left: 0.9rem;
    padding-left: 0.68rem;
}

.menu-arrow-changed {
    width: 15px !important;
    height: 15px !important;
}

.item-show .menu-link {
    color: #021229;
}

.sidebar .card-header {
    padding: 0px !important;
}

.sidebar .card-body {
    padding: 0px !important;
}

/* Global Headings */
.h5 {
    font-size: 24px;
    font-family: Hanken Grotesk, sans-serif;
    font-weight: 700;
}

.heading-1 {
    font-size: 32px;
    font-family: Hanken Grotesk, sans-serif;
    font-weight: 700;
}
.heading-2 {
    font-size: 24px;
    font-family: Hanken Grotesk, sans-serif;
    font-weight: 700;
}

.heading-3 {
    font-size: 18px;
    font-family: Hanken Grotesk, sans-serif;
    font-weight: 700;
}

.associated-tiles-heading {
    font-size: 2.1rem;
    font-family: Hanken Grotesk, sans-serif;
    font-weight: bold;
}

/* Contact US */
.contactus {
    height: 200px;
    background-color: #f8f8f7;
    padding: 40px, 108px, 40px, 108px !important;
}

.contactus h6,
.contactus h3 {
    color: #000;
}

/* Hero section */
.heroSection {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Global achor tags */
.bg-hover-green a {
    color: #252f4a;
}
.bg-hover-green a:hover {
    background-color: #e2fef9;
    color: #1c937e;
}
.bg-hover-green a.active {
    background-color: #e2fef9;
    color: #1c937e;
}

.bg-hover-blue a {
    color: #252f4a;
}
.bg-hover-blue a:hover {
    color: #3867fb;
}
.bg-hover-blue a.active {
    color: #3867fb;
}

.site-bg-danger {
    background-color: #ffe8e7;
}
/* Contract Box */
.contract-box {
    height: 650px;
    border: 1px solid rgb(173, 173, 173);
}

/* Custom Button Styling */
.btn-success-2 {
    display: inline-block;
    font-weight: bold;
    color: #000;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #d8ec37 !important; /* Background color */
    border: 1px solid transparent;
    padding: 0.77rem 1.3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease; /* Hover transition */
    cursor: pointer;
}

.btn-success-2:hover {
    background-color: #c2d535; /* Darker color on hover */
    color: #000; /* Text color on hover */
}

#submitButton {
    display: inline-block;
    font-weight: bold;
    color: #021229;
    border-radius: 16px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e7e8ec;
    padding: 0.77rem 1.3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.btn-secondary-2 {
    display: inline-block;
    font-weight: bold;
    color: #000;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #cdcdcd; /* Background color */
    border: 1px solid transparent;
    padding: 0.77rem 1.3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease; /* Hover transition */
}
.btn-secondary-2:hover {
    color: #000;
    background-color: #adadad; /* Background color */
}
.prev-btn {
    display: inline-block;
    font-weight: bold;
    color: #021229;
    border-radius: 16px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff; /* Background color */
    border: 1px solid #e7e8ec;
    padding: 0.77rem 1.3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease; /* Hover transition */
}
.prev-btn:hover {
    color: #000;
    background-color: #f8f8f8; /* Background color */
}
.next-btn {
    display: inline-block;
    font-weight: bold;
    color: #021229;
    border-radius: 16px;
    text-align: center;
    vertical-align: middle;
    background-color: #d8ec37; /* Background color */
    border: 1px solid transparent;
    padding: 0.77rem 1.3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease; /* Hover transition */
}
.next-btn:hover {
    color: #000;
    background-color: #c2d535; /* Background color */
}
.btn-default {
    display: inline-block;
    font-weight: bold;
    color: #fff !important;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #021229; /* Background color */
    border: 1px solid transparent;
    padding: 0.77rem 1.3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease; /* Hover transition */
}

#crossBtn {
    position: absolute;
    top: -1px;
    right: 20px;
    height: 25px;
    width: 25px;
}
.priceOf-Card {
    margin-right: 0 !important;
}
/* Custom widths */
.w-40 {
    width: 110px;
}

/* cart styling */
.cart-style h4 {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    background-color: #fd5f59;
    border-radius: 50%;
    padding: 4px;
}

.cart-design {
    position: relative;
}

.cart-style {
    width: 19px;
    position: absolute;
    top: 0px;
    left: 8px;
}

.time {
    font-size: 11px;
}

/* Homepage carousel */
.carousel {
    min-height: 460px !important;
}
.carousel-inner {
    height: 370px; /* Set the desired height of the carousel */
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: gray;
}

.carousel-inner img {
    width: 100%; /* Make the images fill the entire width of the carousel */
    height: 100%; /* Make the images fill the entire height of the carousel */
    object-fit: contain; /* Maintain aspect ratio and cover the entire slide */
}

#custCarousel .carousel-indicators {
    align-self: flex-start;
    margin-left: 0px;
    align-items: start;
    justify-content: start !important;
    position: static;
    margin-top: 0px;
}

#custCarousel .carousel-indicators > li {
    align-self: flex-start;
    width: 50px; /* Adjust width as needed */
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    width: 100%;
    height: auto;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-item img {
    width: 80%; /* Adjust width as needed */
}
.carousel-inner iframe {
    height: 375px;
}

/* Product details page availablility box */
.trailer-requires {
    background-color: #e2fef9;
    color: #000;
}
.trailer-requires a {
    color: #1c937e;
    font-weight: bold;
}
.site-badge-parimary {
    padding: 12px 15px;
    background-color: #faffd3;
    color: #000;
    border-radius: 20px;
    border: 0.5px solid #faffd3;
    margin-bottom: 20px;
}

/* Custom checkboxes */
.checkbox-dark {
    width: 15px;
    height: 15px;
    border-radius: 0 !important;
    background-color: #fff;
    border: 1px solid rgb(75, 75, 75) !important;
}

.checkbox-dark-2 {
    border: 1px solid rgb(108, 108, 108);
    height: 16px;
    width: 16px;
    border-radius: 4px !important;
    margin-top: 0.8px;
}

.check {
    height: 116px;
    width: 116px;
    background: #1c937e;
    border-radius: 50%;
}

.check .icon {
    font-size: 75px;
    color: #fff;
}

.trailer .form-check-input:checked {
    background-color: #1c937e;
    border-color: #1c937e;
}

/* products images */
.imageContrainer3 {
    width: 32%;
    border-radius: 12px;
    margin-right: 15px;
}
.imageContrainer2 {
    width: 48%;
    border-radius: 12px;
    margin-right: 15px;
}
.imageContrainer {
    width: 40%;
    border-radius: 12px;
}

/* Custom border style */
.border-style {
    border-radius: 0px 12px 12px 0px;
    border-top: 1px solid #dbdfe9 !important;
    border-bottom: 1px solid #dbdfe9 !important;
    border-right: 1px solid #dbdfe9 !important;
}

/* Custom border radius */
.rounded-6 {
    border-radius: 16px !important;
}
.rounded-7 {
    border-radius: 25px !important;
}
.rounded-8 {
    border-radius: 35px !important;
}
.rounded-9 {
    border-radius: 55px !important;
}
.rounded-10 {
    border-radius: 75px !important;
}

/* Navbar myAccount Button */
.accountBtn {
    display: inline-block;
    font-weight: bold;
    color: #000;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #d8ec37; /* Background color */
    border: 1px solid transparent;
    padding: 0.65rem 1.3rem !important;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease; /* Hover transition */
}

.accountBtn:hover {
    background-color: #3867fb;
    color: white !important;
}
.accountBtn:focus {
    background-color: #3867fb;
    color: white !important;
}

.accountBtn.show {
    background-color: #3867fb;
    color: white !important;
}

.account-dropdown {
    z-index: 2222;
    width: 250px;
}

.capsule-light {
    font-family: Hanken Grotesk;
    padding: 12px 16px 12px 16px;
    border: 1px solid #c7d1d9;
    width: 100%;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
}
/* .account-dropdown li {
    padding: 0.5rem 0.4rem;
    width: 100%;
} */

.account-dropdown li a {
    padding: 1rem;
    width: 100%;
}
.account-dropdown li button {
    padding: 1rem;
    width: 100%;
}

/* Verification code box container */
.input-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2%;
}

.input-container input {
    height: 40px;
    width: 65px;
    text-align: center;
    font-size: 20px;
    border-radius: 12px;
    border: 1px solid #e7e8ec;
    font-size: 20px;
}

/* Success msg icon */
.checkicon {
    font-size: 60px !important;
    color: #fff !important;
    background-color: #29dea3;
    border-radius: 50%;
}

.crossIcon {
    font-size: 60px !important;
    color: #fff !important;
    background-color: #c52100;
    border-radius: 50%;
}
.emailIcon {
    font-size: 60px !important;
    color: #fff !important;
    background-color: #004ea1;
    border-radius: 50%;
    padding: 10px;
}

/* Cart Section  */
.cartSection .arrow {
    transition: transform 0.3s ease-in-out;
}

.cartSection .arrow.collapsed {
    transform: rotate(0deg);
}

.cartSection .arrow.not-collapsed {
    transform: rotate(180deg);
}

.cartSection .accordion {
    border-radius: 16px;
    padding: 12px 16px;
    border: 1px solid #c7d1d9;
}

.cartSection .accordion-header {
    /* height: 100px; */
    /* padding-top: 41px !important; */
    width: 100%;
    justify-content: space-around;
    /* background-color: #fdfdfd; */
}

.cartSection .accordion-item {
    border: none;
}

.cartSection .header-attributes {
    padding: 0px;
}

.cartSection .header-attributes li {
    list-style-type: none;
    font-weight: normal;
    font-family: Hanken;
    color: black;
}

.cartSection .inner {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 16px;
    background-color: #f8f8f7;
}

.cartSection .accordion-body {
    padding: 0px;
    padding-top: 10px;
    padding-block: 10px;
}

.cartSection .accordion img {
    border-radius: 5px;
}

.timeTitle {
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #6e6d7a;
}

.cart-items-block {
    border: 1px solid #c7d1d9;
    padding: 10px;
    border-radius: 12px;
}
/* End cart Section */

/* My rentals image plates */
.plate-container {
    display: flex;
}

.plate {
    position: relative;
    width: 50px;
    /* Adjust as needed */
    height: 50px;
    /* Adjust as needed */
    border-radius: 50%;
    overflow: hidden;
    margin-right: -15px;
    border: 1px solid #e7e8ec;
    /* Adjust as needed */
}

.plate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Maintain aspect ratio */
}

.more {
    width: 100%;
    height: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    background-color: #faffd3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.barge-2 {
    font-size: 14px;
}

.heroCard {
    width: 75%;
}
.herotitle {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    color: rgba(2, 18, 41, 1);
}
.hero-paragraph {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: rgba(2, 18, 41, 1);
}

.heroImage {
    height: 450px;
}

.mw-lg-1170px {
    max-width: 1050px !important;
}

.card-p4 {
    padding: 24px;
}

.card-rounded {
    border-radius: 24px;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.nextMonthDay.startRange,
.flatpickr-day.nextMonthDay.endRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.prevMonthDay.startRange,
.flatpickr-day.prevMonthDay.endRange,
.flatpickr-day.selected,
.flatpickr-day.selected.endRange,
.flatpickr-day.nextMonthDay.selected {
    background-color: #d8ec37 !important;
    color: #000 !important;
}

.flatpickr-day:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.prevMonthDay.inRange {
    color: #000;
    background-color: #faffd3;
}

.icon-toggle {
    position: absolute;
    right: 10px;
    top: 10px;
}

.card-border {
    border: 1px solid #c7d1d9;
}
.close-btn-text {
    display: flex;
    justify-content: center;
}

.flatpickr-calendar.hasTime.noCalendar.animate.open {
    max-width: 250px !important;
}

/* Custom selection color for numInput in Flatpickr */
/* .numInput.flatpickr-hour::selection {
                                            background-color: #d8ec37;
                                        }

                                        .numInput.flatpickr-minute::selection {
                                            background-color: #d8ec37;
                                        } */

/* Custom selection color for text inside numInput in Flatpickr */
.numInput.flatpickr-minute::-webkit-inner-spin-button,
.numInput.flatpickr-minute::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.numInput.flatpickr-minute {
    -moz-appearance: textfield;
}

/* Apply selection color only to the text inside the input field */
.numInput.flatpickr-minute::-webkit-input-placeholder {
    color: transparent;
}

.numInput.flatpickr-minute::-moz-placeholder {
    color: transparent;
}

.numInput.flatpickr-minute:-ms-input-placeholder {
    color: transparent;
}

.numInput.flatpickr-minute::placeholder {
    color: transparent;
}

.numInput.flatpickr-minute::selection {
    background-color: #d8ec37;
    /* Change to your desired background color */
}

.numInput.flatpickr-hour::-webkit-inner-spin-button,
.numInput.flatpickr-hour::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.numInput.flatpickr-hour {
    -moz-appearance: textfield;
}

/* Apply selection color only to the text inside the input field */
.numInput.flatpickr-hour::-webkit-input-placeholder {
    color: transparent;
}

.numInput.flatpickr-hour::-moz-placeholder {
    color: transparent;
}

.numInput.flatpickr-hour:-ms-input-placeholder {
    color: transparent;
}

.numInput.flatpickr-hour::placeholder {
    color: transparent;
}

.numInput.flatpickr-hour::selection {
    background-color: #d8ec37;
    /* Change to your desired background color */
}

.numInputWrapper input::-moz-selection {
    background: transparent;
}

.numInputWrapper input::selection {
    background: transparent;
}

/* Create an overlay to style the selection color */
.numInputWrapper input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d8ec37;
    /* Change to your desired background color */
    pointer-events: none;
    /* Ensure the overlay doesn't interfere with input events */
    z-index: 1;
    /* Ensure the overlay is above the input field */
}

.icon-settings {
    position: absolute;
    right: 10px !important;
    top: 14px !important;
    font-size: 16px !important;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #d8ec37 !important;
    color: #252f4a !important;
}
.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #faffd3 !important;
}

.checkAvilabilityAnchor {
    text-decoration: underline;
    font-size: 16px;
}

/*  ============================ Associate trailer page ================================== */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    pointer-events: none;
}

.no-border {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-checkbox label {
    display: inline-block;
    font-weight: bold;
    color: #000;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #d8ec37;
    border: 1px solid transparent;
    padding: 0.77rem 1.3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Change the label text and style when the checkbox is checked */
.custom-checkbox input[type="checkbox"]:checked + label {
    background-color: #d7d7d7;
}

/* Hide the original checkbox */
.custom-checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

/* Set the default content for the label */
.custom-checkbox label::before {
    content: "Select";
}

/* Set the content for the label when checked */
.custom-checkbox input[type="checkbox"]:checked + label::before {
    content: "Selected";
}

.custom-cart label {
    display: inline-block;
    font-weight: bold;
    color: #000;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #d8ec37;
    /* Background color */
    border: 1px solid transparent;
    padding: 0.77rem 1.3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease;
    cursor: pointer;
    /* Hover transition */
}

/* Change the label text and style when the checkbox is checked */
.custom-cart input[type="checkbox"]:checked + label {
    background-color: #d7d7d7;
}

/* Hide the original checkbox */
.custom-cart input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

/* Set the default content for the label */
.custom-cart label::before {
    content: "Select";
}

/* Set the content for the label when checked */
.custom-cart input[type="checkbox"]:checked + label::before {
    content: "Selected";
}

.stepwizard {
    position: relative;
    text-align: center;
}

.stepwizard-row {
    position: relative;
}

.stepwizard-row::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid black;
    z-index: -1;
    /* Ensure the line is behind the content */
}

.stepwizard-step {
    z-index: 4;
    background-color: #fff;
}

.btn-next {
    background-color: #6e6d7a !important;
    color: white !important;
}

.btn-default {
    color: white;
}

.btn-default i {
    color: white;
}

.btn-default .fa-check {
    color: white !important;
    font-size: 18px !important;
}

/* Style the radio container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
}

/* Hide the default radio button */
.radio-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Style the custom radio button */
.radio-container .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

/* On hover, add a grey background color */
.radio-container:hover .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a black dot */
.radio-container input[type="radio"]:checked + .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-next2 {
    background-color: #6e6d7a !important;
    color: white !important;
}
/*  ============================ Associate trailer page ================================== */

@media (max-width: 767px) {
    .h5 {
        font-size: 20px;
        font-family: Hanken Grotesk, sans-serif;
        font-weight: 700;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .carousel-inner {
        height: 270px; /* Set the desired height of the carousel */
        overflow: hidden;
        background-color: gray;
    }
    .carousel-inner iframe {
        height: 275px;
    }

    .carousel {
        min-height: 360px !important;
    }

    .contract-box {
        height: 350px;
        border: 1px solid rgb(173, 173, 173);
    }

    .imageContrainer {
        width: 100%;
        border-radius: 12px;
    }
    .input-container input {
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #e7e8ec;
        font-size: 12px;
        padding: 7px;
    }
    .bg-image {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imageContrainer2 {
        width: 100%;
        border-radius: 12px;
        margin-right: 0px !important;
    }
    .imageContrainer3 {
        width: 100%;
        border-radius: 12px;
        margin-right: 0px !important;
    }
    .time {
        font-size: 9px;
    }
    .heroCard {
        width: 100%;
    }
    .herotitle {
        font-size: 24px;
    }
    .heroImage {
        height: 260px;
    }
    /* cart styling */
    .cart-style h4 {
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: white;
        background-color: #fd5f59;
        border-radius: 50%;
        padding: 4px;
    }
    .cart-style {
        width: 18px;
        position: absolute;
        top: 5px;
        right: -6px;
    }
    .barge-2 {
        font-size: 10px;
    }
    .priceOf-Card {
        margin-right: 80px !important;
    }

    .associated-tiles-heading {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .priceOf-Card {
        margin-right: 80px !important;
    }
    .imageContrainer {
        width: 100%;
        border-radius: 12px;
    }
    .input-container input {
        height: 35px;
        width: 35px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #e7e8ec;
        font-size: 17px;
        padding: 6px;
    }
    .barge-2 {
        font-size: 9px;
    }
    .imageContrainer2 {
        width: 100%;
        border-radius: 12px;
        margin-right: 5px;
    }
    .imageContrainer3 {
        width: 100%;
        border-radius: 12px;
        margin-right: 15px;
    }
    .time {
        font-size: 8px;
    }
    #crossBtn {
        position: absolute;
        top: -1px;
        right: 10px;
        height: 25px;
        width: 25px;
    }
    .heroCard {
        width: 100%;
    }
    .herotitle {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }
    .heroImage {
        height: 300px;
    }
    .cart-style h4 {
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: white;
        background-color: #fd5f59;
        border-radius: 50%;
        padding: 4px;
    }
    .cart-style {
        width: 18px;
        position: absolute;
        top: 5px;
        right: -6px;
    }
    .associated-tiles-heading {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .priceOf-Card {
        margin-right: 80px !important;
    }
    .imageContrainer {
        width: 45%;
        border-radius: 12px;
    }
    .imageContrainer2 {
        width: 49%;
        border-radius: 12px;
        margin-right: 5px;
    }
    .imageContrainer3 {
        width: 32%;
        border-radius: 12px;
        margin-right: 5px;
    }
    .time {
        font-size: 8px;
    }
    .associated-tiles-heading {
        font-size: 1.8rem;
        font-weight: bold;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .navbar-logo {
        max-width: 60px;
        max-height: 40px;
    }
    .Verify-email {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-weight: 700;
        font-size: 25px;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }
    .heading-1 {
        font-size: 35px;
        line-height: 64px;
        font-family: Hanken Grotesk, sans-serif !important;
        font-weight: 700;
    }
    .home-img {
        max-width: 100% !important;
    }
    .herotitle {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }

    .hero-paragraph {
        font-size: 14px;
    }
    .footer-text {
        font-size: 16px;
    }
    .footer-need-help {
        font-size: 30px;
        line-height: 40px;
    }
    .about-text {
        font-size: 17px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .herotitle {
        font-size: 27px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .h5 {
        font-size: 20px;
        font-family: Hanken Grotesk, sans-serif;
        font-weight: 700;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .carousel-inner {
        height: 270px; /* Set the desired height of the carousel */
        overflow: hidden;
        background-color: gray;
    }
    .carousel-inner iframe {
        height: 275px;
    }

    .carousel {
        min-height: 360px !important;
    }

    .contract-box {
        height: 350px;
        border: 1px solid rgb(173, 173, 173);
    }

    .imageContrainer {
        width: 100%;
        border-radius: 12px;
    }
    .input-container input {
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #e7e8ec;
        font-size: 12px;
        padding: 7px;
    }
    .bg-image {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imageContrainer2 {
        width: 100%;
        border-radius: 12px;
        margin-right: 0px !important;
    }
    .time {
        font-size: 9px;
    }
    .heroCard {
        width: 100%;
    }
    .herotitle {
        font-size: 24px;
    }
    .heroImage {
        height: 260px;
    }
    /* cart styling */
    .cart-style h4 {
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: white;
        background-color: #fd5f59;
        border-radius: 50%;
        padding: 4px;
    }
    .cart-style {
        width: 18px;
        position: absolute;
        top: 5px;
        right: -6px;
    }
    .barge-2 {
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .imageContrainer {
        width: 100%;
        border-radius: 12px;
    }
    .input-container input {
        height: 35px;
        width: 35px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #e7e8ec;
        font-size: 17px;
        padding: 6px;
    }
    .barge-2 {
        font-size: 9px;
    }
    .imageContrainer2 {
        width: 100%;
        border-radius: 12px;
        margin-right: 5px;
    }
    .imageContrainer3 {
        width: 100%;
        border-radius: 12px;
        margin-right: 15px;
    }
    .time {
        font-size: 8px;
    }
    #crossBtn {
        position: absolute;
        top: -1px;
        right: 10px;
        height: 25px;
        width: 25px;
    }
    .heroCard {
        width: 100%;
    }
    .herotitle {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }
    .heroImage {
        height: 300px;
    }
    .cart-style h4 {
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: white;
        background-color: #fd5f59;
        border-radius: 50%;
        padding: 4px;
    }
    .cart-style {
        width: 18px;
        position: absolute;
        top: 5px;
        right: -6px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .imageContrainer {
        width: 45%;
        border-radius: 12px;
    }
    .imageContrainer2 {
        width: 49%;
        border-radius: 12px;
        margin-right: 5px;
    }
    .imageContrainer3 {
        width: 32%;
        border-radius: 12px;
        margin-right: 5px;
    }
    .time {
        font-size: 8px;
    }

    .input-container input {
        height: 35px;
        width: 50px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #e7e8ec;
        font-size: 17px;
        padding: 6px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .navbar-logo {
        max-width: 60px;
        max-height: 40px;
    }
    .Verify-email {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-weight: 700;
        font-size: 25px;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }
    .heading-1 {
        font-size: 35px;
        line-height: 64px;
        font-family: Hanken Grotesk, sans-serif !important;
        font-weight: 700;
    }
    .home-img {
        max-width: 100% !important;
    }
    .herotitle {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }

    .hero-paragraph {
        font-size: 14px;
    }
    .footer-text {
        font-size: 16px;
    }
    .footer-need-help {
        font-size: 30px;
        line-height: 40px;
    }
    .about-text {
        font-size: 17px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .herotitle {
        font-size: 27px;
        line-height: 35px;
    }

    .price-scroll {
        max-width: 80px;
        overflow: scroll;
    }
}

@media (max-width: 767px) {
    .h5 {
        font-size: 20px;
        font-family: Hanken Grotesk, sans-serif;
        font-weight: 700;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .carousel-inner {
        height: 270px; /* Set the desired height of the carousel */
        overflow: hidden;
        background-color: gray;
    }
    .carousel-inner iframe {
        height: 275px;
    }

    .carousel {
        min-height: 360px !important;
    }

    .contract-box {
        height: 350px;
        border: 1px solid rgb(173, 173, 173);
    }

    .imageContrainer {
        width: 100%;
        border-radius: 12px;
    }
    .input-container input {
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #e7e8ec;
        font-size: 12px;
        padding: 7px;
    }
    .bg-image {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imageContrainer2 {
        width: 100%;
        border-radius: 12px;
        margin-right: 0px !important;
    }
    .time {
        font-size: 9px;
    }
    .heroCard {
        width: 100%;
    }
    .herotitle {
        font-size: 24px;
    }
    .heroImage {
        height: 260px;
    }
    /* cart styling */
    .cart-style h4 {
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: white;
        background-color: #fd5f59;
        border-radius: 50%;
        padding: 4px;
    }
    .cart-style {
        width: 18px;
        position: absolute;
        top: 5px;
        right: -6px;
    }
    .barge-2 {
        font-size: 10px;
    }
}

.about-responsive {
    width: 600px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .imageContrainer {
        width: 100%;
        border-radius: 12px;
    }
    .input-container input {
        height: 35px;
        width: 35px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #e7e8ec;
        font-size: 17px;
        padding: 6px;
    }
    .barge-2 {
        font-size: 9px;
    }
    .imageContrainer2 {
        width: 100%;
        border-radius: 12px;
        margin-right: 5px;
    }
    .time {
        font-size: 8px;
    }
    #crossBtn {
        position: absolute;
        top: -1px;
        right: 10px;
        height: 25px;
        width: 25px;
    }
    .heroCard {
        width: 100%;
    }
    .herotitle {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }
    .heroImage {
        height: 300px;
    }
    .cart-style h4 {
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: white;
        background-color: #fd5f59;
        border-radius: 50%;
        padding: 4px;
    }
    .cart-style {
        width: 18px;
        position: absolute;
        top: 5px;
        right: -6px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .imageContrainer {
        width: 45%;
        border-radius: 12px;
    }
    .imageContrainer2 {
        width: 49%;
        border-radius: 12px;
        margin-right: 5px;
    }
    .time {
        font-size: 8px;
    }

    .input-container input {
        height: 35px;
        width: 50px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #e7e8ec;
        font-size: 17px;
        padding: 6px;
    }
}

.crane {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(110, 109, 122, 1);
}

.rental-equipment {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(2, 18, 41, 1);
}
.card-home {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(110, 109, 122, 1);
}
.home-img {
    max-width: 427px !important;
    height: 596px !important;
}

/* browse our equipment home page */
.browse-our-equipments {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: rgba(2, 18, 41, 1);
}
.footer-need-help {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    color: rgba(2, 18, 41, 1);
}
.footer-contact {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(2, 18, 41, 1);
}
.footer-text {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: rgba(2, 18, 41, 1);
    margin-top: -5px;
    word-break: break-all;
    white-space: wrap;
}
.fa-facebook-f {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: rgba(24, 119, 242, 1) !important;
    background-color: rgba(255, 255, 255, 1);
}

.footer-text-end {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
}

/* about page */
.about-text {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgba(2, 18, 41, 1);
}
.about-heading {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    color: rgba(2, 18, 41, 1);
}

.contact-heading {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: rgba(2, 18, 41, 1);
}
.contact-text {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #021229;
}

.contact-label {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(66, 89, 122, 1);
}

/* login css */
.font-settings {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(2, 18, 41, 1);
    text-align: center;
}

.font-settings-2 {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(2, 18, 41, 1);
    text-align: center;
}
.forget-password {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #3867fb;
}

.Verify-email {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: rgba(2, 18, 41, 1);
}
.card-heading {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: rgba(2, 18, 41, 1);
}

.upload-btn-wraper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    max-height: 144px !important;
}
.upload-btn-wraper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;

    max-height: 144px !important;
    overflow: hidden;
}
.upload-btn-wraper img {
    border-radius: 16px;
    overflow: hidden;
}
.upload-button {
    color: gray;
    background-color: #fff;
    border-radius: 16px;
    font-size: 20px;
    height: 130px;
    margin: auto;
    text-align: center !important;
    font-weight: 400;
    overflow: hidden;
    display: flex; /* Add this */
    flex-direction: column; /* Add this */
    justify-content: center;
}
.image-sub-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    color: rgba(110, 109, 122, 1);
}
.image-sub-text-2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    color: rgba(110, 109, 122, 1);
}
.image-sub-text-3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    color: rgba(110, 109, 122, 1);
}
.form-width {
    max-width: 600px;
}
#signature-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: #6e6d7a;
    font-size: 16px;
}
.box-width {
    width: 600px;
    height: 200px;
}

.my-account {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(2, 18, 41, 1) !important;
}
.my-account:hover {
    color: rgba(56, 103, 251, 1) !important;
}

.my-account.active {
    color: rgba(56, 103, 251, 1) !important;
}
.card-my-account {
    max-width: 288px;
    border-radius: 18px !important;
    background-color: rgba(248, 248, 247, 1);
}
.rental-detail {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #021229;
}
.equipment {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #021229;
}
.equipment-cart {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #6e6d7a;
}
.paragraph {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(66, 89, 122, 1);
}
.navbar-dropdown {
    display: inline-block;
    font-weight: bold;
    color: #000;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #c2d535;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease; /* Hover transition */
}

/* navbar top */
.login {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #021229 !important;
}

/* .border-right-btn {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} */
.border-input-field {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.navbar-logo {
    width: 80px;
    height: 40px;
}

.filter {
    border: 1px solid #000 !important;
}

.material-symbols-outlined {
    transition: transform 0.1s ease, margin-top 0.3s ease; /* Add a transition for the transform and margin-top properties */
}

.rotated {
    /* Rotate the icon when the rotated class is applied */
    margin-top: -3px; /* Move the icon up when rotated */
}

/* categories */
.categies-style {
    font-family: "Hanken Grotesk", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #021229;
    cursor: pointer;
}
.category-border {
    border: 3px solid black !important;
    border-radius: 3px !important;
}

.input-radius {
    border-radius: 12px !important;
}

.font-size-2 {
    font-size: 16px;
}
.password-toggle {
    position: absolute;
    right: 10px;
    top: 12px;
}

.password-toggle {
    cursor: pointer;
}

/* home page */

.hero-section {
    width: 100%;
    height: auto;
}

.background-image {
    min-height: 570px;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-info {
    border-radius: 16px;
    padding: 40px;
    max-width: 600px;
    height: 492px;
    position: absolute;
    top: 40px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.8);
}

.hero-heading {
    font-size: 52px;
    color: #021229;
    line-height: 64px;
    font-weight: 700;
    font-family: Hanken Grotesk;
}

.hero-details {
    max-width: 520px;
    height: 140px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 34px;
}

.hero-inner-details {
    height: 192px;
    max-width: 520px;
}
.img-hero-border {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.icon-position {
    position: absolute;
    top: 0;
    right: 12px;
}

/* .card .card-body{
    padding:1rem 2rem 0.5rem 2rem !important;
} */
/* home page end */

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .hero-info {
        max-width: 100% !important;
        margin-right: 7px !important;
        -webkit-max-width: 100% !important;
        -webkit-margin-right: 7px !important;
    }
    .heading-2 {
        font-size: 20px;
        font-family: Hanken Grotesk, sans-serif;
        font-weight: 700;
    }
    .input-field-text {
        font-size: 13px;
    }
    .close-btn-text {
        display: flex;
        justify-content: space-between;
    }
    .priceOf-Card {
        margin-right: 5px !important;
    }
    .about-responsive {
        width: 100%;
    }
    .contactus {
        height: auto;
    }
    .card .card-body {
        padding: 0rem 0rem 0rem 0rem !important;
    }

    .navbar-logo {
        max-width: 60px;
        max-height: 40px;
    }
    .Verify-email {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-weight: 700;
        font-size: 25px;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }
    .heading-1 {
        font-size: 25px;
        line-height: 64px;
        font-family: Hanken Grotesk, sans-serif !important;
        font-weight: 700;
    }
    .home-img {
        max-width: 100% !important;
    }
    .herotitle {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: rgba(2, 18, 41, 1);
    }

    .hero-heading {
        font-size: 35px;
        line-height: 40px;
    }
    .hero-details {
        font-size: 16px;
        line-height: 20px;
    }

    .background-image {
        max-height: 100%;
        background-position: center;
    }
    .hero-paragraph {
        font-size: 14px;
    }
    .footer-text {
        font-size: 16px;
    }
    .footer-need-help {
        font-size: 30px;
        line-height: 40px;
    }
    .about-text {
        font-size: 17px;
    }
    .contactus {
        height: 100% !;
        background-color: #f8f8f7;
        padding: 40px, 108px, 40px, 108px !important;
    }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
    .background-image {
        max-height: 100%;
        background-position: center;
    }
    .herotitle {
        font-size: 27px;
        line-height: 35px;
    }

    .footer-text {
        font-family: "Hanken Grotesk", sans-serif !important;
        font-weight: 700;
        font-size: 14px;
        line-height: 28px;
        color: rgba(2, 18, 41, 1);
        white-space: nowrap;
        word-break: break-all;
        white-space: wrap;
    }

    .icon-position {
        position: absolute !important;
        top: 0 !important;
        right: 55px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .background-image {
        max-height: 100%;
        background-position: center;
    }
}

@media (max-width: 320px) {
    .hero-heading {
        font-size: 30px !important;
        line-height: 35px;
    }
    .hero-details {
        margin-bottom: 55px;
    }
}
