* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;

}

::selection {
    background-color: var(--second-color);
    color: #fff;
}

:root {
    --main-color: #ED1C24;
    --second-color: #226801;
    --bs-black: #000;
    --bs-light-gray: #7A7A7A;
    --color2: #484848;
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@font-face {
    font-family: "racingsans";
    src: url(../fonts/RacingSansOne-Regular.ttf);
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    color: var(--bs-black);
}

a {
    text-decoration: none;
}

a:focus {
    box-shadow: none;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 0;
}

/* font size */
p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--bs-light-gray);
}

h1 {
    font-weight: 700;
    font-size: 65px;
    line-height: 1.2;
}

h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 1.3;
}

h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
}

h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
}

.fs-12-light {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
}

.fs-14-light {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

.fs-14-regular {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.fs-14-med {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}

.fs-14-semibold {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}


.fs-16-light {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

.fs-16-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.fs-16-med {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.fs-16-semibold {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.fs-18-regular {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.fs-18-med {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.fs-18-semibold {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.fs-20-regular {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.fs-20-med {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
}

.fs-20-semibold {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}

.fs-22-regular {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
}

.fs-22-med {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
}

::file-selector-button {
    display: none;
}

/* font size */
.transition-3 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.green {
    color: var(--second-color);
}

.red {
    color: var(--main-color);
}

.black {
    color: #000;
}

.color2 {
    color: var(--color2);
}

.text-underline {
    text-decoration: underline;
}

.border-e1 {
    border: 1px solid #e1e1e1 !important;
}

/* 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;
}

.form-control {
    color: #000;
}

.form-control:focus {
    box-shadow: unset;
    border-color: rgba(237, 28, 36, 0.5);
    background-color: transparent;
}

.btn-fill1:focus {
    box-shadow: none;
}

.btn-sm {
    border: 0;
    outline: 0;
}

/* back to top */
.back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    border: none;
    border-radius: 50%;
    z-index: 99;
}

.btn-lg-square svg {
    transform: rotate(180deg);
}

.show {
    display: block;
}

/* button section start */
.btn-fill {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.8px;
    min-width: 210px;
    padding: 12px 24px 12px 24px;
    border-radius: 4px;
    background-color: var(--second-color);
    color: #fff;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.btn-fill:hover {
    background-color: var(--second-color);
    color: #fff;
}

.btn-fill svg {
    width: 15px;
    height: auto;
    transform: rotate(-90deg);
    margin-left: 5px;
}

.btn-fill1 {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 12px 24px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.8px;
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    background: var(--main-color);
    color: #fff;
}


.btn-fill1 span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

.btn-fill1 svg {
    position: relative;
}

.btn-fill1:hover span {
    color: #fff;
}

.btn-fill1::before,
.btn-fill1::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.btn-fill1::before {
    content: "";
    background: var(--second-color);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn-fill1:hover::before {
    background: var(--second-color);
    transform: translate3d(100%, 0, 0);
}

.btn-fill1:hover {
    background-color: var(--main-color);
}

.btn-fill2 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 12px 24px 12px 24px;
    border-radius: 4px;
    background-color: rgba(255, 234, 144, 0.5);
    color: var(--main-color);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.btn-fill2:hover {
    background-color: rgba(255, 234, 144, 0.8);
    color: var(--main-color);
}

.btn-secondary {
    padding: 12px 24px;
    border-radius: 4px;
}

.btn-border {
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 12px 24px 12px 24px;
    border: 1px solid var(--second-color);
    border-radius: 4px;
    background-color: transparent;
    color: var(--second-color);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.btn-border:hover {
    background-color: var(--second-color);
    color: #fff;
}

.btn-danger {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: rgba(237, 28, 36, 0.18);
    border: 1px solid rgba(237, 28, 36, 0.1);
    color: var(--main-color);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}


.btn-danger:hover,
.btn-danger:focus {
    background-color: rgba(237, 28, 36, 0.38);
    border: 1px solid rgba(237, 28, 36, 0.3);
    color: var(--main-color);
}

.btn-danger svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.btn-success {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: rgba(34, 104, 1, 0.12);
    border: 1px solid rgba(34, 104, 1, 0.12);
    color: #000;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}


.btn-success:hover,
.btn-danger:focus {
    background-color: rgba(34, 104, 1, 0.52);
    border: 1px solid rgba(34, 104, 1, 0.52);
    color: #000;
}

.btn-danger svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.btn-accept svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.btn-accept {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #C5FFE0;
    border: 1px solid #C5FFE0;
    color: #226801;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.btn-accept:hover {
    background-color: #90ffc4;
    border-color: #90ffc4;
    color: #226801;
}


.btn:focus {
    box-shadow: none;
}

.f-weight-500 {
    font-weight: 500;
}

.fs-section {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.mb-30px {
    margin-bottom: 30px;
}


*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* <==========top header start==========> */


.top-header-block svg {
    width: 20px;
    height: 15px;
    object-fit: contain;
}

.top-header-block a {
    color: #000;
}

/* <==========header section start===========> */
.header-wrapper {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 12px;
    transition: all 0.35s ease;
    background-color: #fff;
}

.header.on-scroll {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-medium);
}

.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.25rem;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.brand {
    width: 140px;
    height: auto;
    overflow: hidden;
}

.brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 3rem 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: var(--shadow-medium);
}

.menu.is-active {
    top: 75px;
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
}

.menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
}

.menu-link {
    font-family: 'poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-light-black);
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.menu-link:hover,
.menu-item.active .menu-link {
    color: var(--main-color);
}




.burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    order: 1;
    z-index: 10;
    width: 1.6rem;
    height: 1.15rem;
    border: none;
    outline: none;
    background: none;
    margin-left: auto;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
}


@media only screen and (min-width: 992px) {
    .menu {
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        padding: 0rem;
        margin-left: auto;
        /* margin-right: auto; */
        background: none;
        box-shadow: none;
    }

    .menu-inner {
        display: flex;
        flex-direction: row;
        column-gap: 2rem;
        margin: 0 auto;
    }

    .menu-link {
        text-transform: capitalize;
    }

    .burger {
        display: none;
        visibility: hidden;
    }
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 1rem;
    transform: rotate(0deg);
    background-color: #000;
    transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
}

.header-login a,
.header-login p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.header-login a svg {
    width: 18px;
    height: 18px;
}

.header-user-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 3px;
}

.header-dropdown:focus-visible {
    outline: 0 !important;
    border: 0 !important;
}

.header-dropdown .dropdown-menu a {
    font-weight: 400;
}

.header-dropdown .dropdown-menu a:focus {
    box-shadow: none;
}


.header-dropdown .dropdown-menu[data-bs-popper] {
    width: 90%;
    left: 5%;
}

.header-dropdown .dropdown-toggle::after {
    content: unset;
}

.header-dropdown svg {
    width: 10px;
    height: 21px;
}

.header-dropdown .dropdown-menu {
    border: 0;
}

.header-dropdown .dropdown-toggle {
    outline: 0;
}

.header-dropdown .dropdown-item:active {
    background-color: var(--main-color);
}

/* <========== hero slider ==========> */
.hero-slider {
    width: 100%;
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .slide-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    text-align: center;
    background-color: #fff;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background-color: #fff;
}

.hero-slider .swiper-button-prev svg,
.hero-slider .swiper-button-next svg {
    width: 25px;
    height: auto;
    object-fit: contain;
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-style {
    /* height: 850px; */
    transition: all .4s ease;
}

.hero-style .slide-title,
.hero-style .slide-subtitle,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 570px;
}

.hero-style .slide-title h1 span {
    color: var(--main-color);
}

.hero-style p {
    font-size: 18px;
    color: #fff;
}
.hero-style .app-store
{
    border-color: #fff;
}


.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.swiper-pagination-bullet {
    background-color: rgba(237, 28, 36, 50%);
    opacity: 1;
}


/* home about section start */
.home-about {
    background-color: #F8F8F8;
}

.home-about-left img {
    width: 80%;
}

.heading {
    position: relative;
    margin-bottom: 20px;
}

.heading .sub-title {
    position: relative;
    padding-left: 60px;
    color: var(--main-color);
}

.heading .sub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 2px;
    background-color: var(--main-color);
}

.heading .digit {
    position: absolute;
    z-index: 1;
    font-size: 170px;
    line-height: 1.3;
    opacity: 0.07;
    top: -30px;
    left: 0;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}

.owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    width: 110%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--second-color) !important;
    border-radius: 50% !important;
    transition: all 0.2s ease;
}

.owl-nav .owl-prev {
    left: 30px;
    opacity: 0;
}

.owl-nav .owl-next {
    right: 30px;
    opacity: 0;
}
.owl-theme .owl-dots .owl-dot:focus
{
    box-shadow: none;
}
/* screenshot section start */
.screenshot-carousel .img-box
{
    max-width: 100%;
    height: 440px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.screenshot-carousel .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* home-delivary section start */
.home-delivary {
    position: relative;
    background-image: url(../img/banner.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home-delivary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.home-delivary-inner {
    max-width: 590px;
    z-index: 2;
    position: relative;
}

.home-delivary .heading .digit {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255, 255, 255);
    opacity: 0.2;
}

.home-delivary .heading .title {
    font-size: 65px;
}

.home-delivary .heading .sub-title::before {
    left: 0px;
}

.home-delivary p {
    margin-bottom: 20px;
}

/* calculator section start */
.calculator .heading .digit {
    left: 50%;
    transform: translateX(-50%);
    font-size: 130px;
}

.calculator-inner {
    margin-bottom: 40px;
}

.calculator-left {
    width: 100%;
    height: 590px;
    overflow: hidden;
}

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

.calculator-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.calculator-right {
    width: 100%;
    height: 100%;
    padding: 40px;
    border: 1px solid rgba(34, 104, 1, 0.2);
    border-radius: 30px;
}

.calculator-right h4 {
    color: var(--main-color);
    margin-bottom: 30px;
}

.calculator-right .form-control,
.quote-modal .form-control {
    width: 100%;
    height: 50px;
    border-color: #e2e2e2;
    border-radius: 8px;
    font-size: 16px;
    color: var(--bs-black);
    padding: 15px;
}

.calculator-right .form-control::placeholder,
.quote-modal .form-control::placeholder {
    color: var(--bs-light-gray);
}

.calculator-right .form-control:focus,
.quote-modal .form-control:focus {
    border-color: rgba(238, 28, 36, 0.5);
    box-shadow: none;
}
.calculator-right textarea.form-control
{
    height: 150px;
    resize: none;
}

.select2-selection {
    height: 50px !important;
    border-color: #e2e2e2 !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-selection__placeholder {
    color: var(--bs-light-gray);
}

.select2-selection__rendered {
    padding-left: 15px;
}

.select2-search {
    display: none;
}

.select2-results {
    border-color: #e2e2e2 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main-color);
}

.option {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    color: var(--bs-light-gray);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox {
    position: relative;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    transition: all 0.15s;
}

.option input:focus-visible~.checkbox {
    border: 1px solid var(--main-color);
}

.option:hover input~.checkbox {
    border: 1px solid var(--main-color);
}

.form__radio-input {
    display: none;
}

.form__radio-label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    font-size: 16px;
    cursor: pointer;
}

.form__radio-button {
    height: 1.5rem;
    width: 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transform: translateY(-2px);
}

.form__radio-button::after {
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transition: opacity 0.1s;
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    opacity: 0;
}

.form__radio-input:checked+.form__radio-label .form__radio-button:after {
    opacity: 1;
}

.form__radio-input:checked+.form__radio-label .form__radio-button {
    border-color: var(--main-color);
}

/* ---------- */
/* Checkbox 1 */

.checkbox1:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 3px;
    width: 0px;
    height: 0px;
    border: solid var(--main-color);
    border-width: 2px 2px 0 0;
    opacity: 0;
    transform-origin: left top;
    transform: scaleX(-1) rotate(135deg);
    transition: width 0.08s ease 0.1s, height 0.1s ease, border-color 0.3s ease,
        opacity 0.1s ease 0.2s, border-width 0.1s ease;
}

.option input:checked~.checkbox1:after {
    opacity: 1;
    width: 9px;
    height: 15px;
    border-color: var(--main-color);
    transition: width 0.1s ease, height 0.08s ease 0.1s, border-color 0.3s ease,
        border-width 0.1s ease;
}

.form__radio-label-text,
.form__radio-label {
    color: var(--bs-light-gray);
}

.calculator-right .btn-fill1 {
    margin-top: 30px;
}

/* calculator section end */

/* testinomial section start */
.testinomial {
    width: 100%;
    background-image: url(../img/banner2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testinomial .digit {
    color: #fff;
    opacity: 0.2;
}

.feedback-box {
    margin-top: 100px;
    border-radius: 20px;
    padding: 80px 40px;
}

.review-box .img-block {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.review-box .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-box .review-text {
    max-width: 740px;
}

.review-by {
    font-size: 20px;
    font-weight: 500;
}

.review-desg {
    font-size: 18px;
    color: var(--bs-light-gray);
}

.review-carousel .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
}

.review-carousel .owl-dots .owl-dot span {
    background-color: var(--main-color) !important;
    opacity: 0.5 !important;
}

.review-carousel .owl-dots .owl-dot.active span {
    opacity: 1 !important;
}

/* app section start */
.app-left {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-right .heading .title {
    max-width: 450px;
}

.app-right .icon-box {
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.app-block span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.app-btn {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
}

.app-btn svg {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.app-btn p {
    font-weight: 500;
    color: #000;
}

.app-btn span {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
}

.playstore {
    background-color: #000;
}

/* footer section start */
footer {
    background-color: #121212;
    padding: 80px 0 20px;
}

.footer-logo {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.footer-heading {
    color: var(--main-color);
    margin-bottom: 30px;
}

.social-icons {
    margin-bottom: 30px;
}

.social-icons .icon-box {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background-color: var(--second-color);
}

.social-icons .icon-box svg {
    height: 25px;
    transition: all 300ms ease-in-out;
}

.social-icons .icon-box:last-child svg {
    height: 20px;
}

.footer-widgets1 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widgets1 ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #d2d2d2;
    transition: all 300ms ease-in-out;
}

.footer-widgets1 ul li:hover a {
    color: var(--main-color);
    text-decoration: underline;
    letter-spacing: 1px;
}

/* .footer-bottom {
    margin-top: 60px;
    border-top: 1px solid #d2d2d2;
} */

.footer-bottom span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #d2d2d2;
}

.footer-bottom .footer-bottom-links a {
    font-size: 14px;
    font-weight: 400;
    color: #d2d2d2;
    transition: all 300ms ease-in-out;
}

.footer-bottom .footer-bottom-links li:hover a {
    color: var(--main-color);
    text-decoration: underline;
}

/* footer section end */



/* quote section start */
.quote-modal label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-black);
    margin-bottom: 0 !important;
}

.quote-modal .form-control {
    background-color: #F8F8F8;
}


.quote-modal .modal-footer {
    border-top: 0;
}

.quote-modal .btn-close {
    box-shadow: none;
}

.quote-modal h4 {
    font-size: 22px;
}


/* <========== sigin page start ==========> */
.signin-right {
    background-color: rgba(34, 104, 1, 0.6);
    min-height: 100vh;
    position: sticky;
    top: 0;
}

.signin-right img {
    width: 370px;
    height: 270px;
    object-fit: contain;
}

.signin-right h3 {
    color: var(--second-color);
    max-width: 550px;
}

.signin-right p {
    color: #fff;
    max-width: 526px;
}

.signin-left {
    min-height: 100%;
}

.signin-block {
    width: 483px;
    max-width: 100%;
}

.other-sigin a {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 15px 15px;
    color: #000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.other-sigin a svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.other-sigin a:hover {
    border-color: rgba(237, 28, 36, 0.5);
    background-color: rgba(255, 234, 144, 25%);
}

.other-email {
    margin: 45px 0;
    color: rgba(0, 0, 0, 0.6);
}

.other-email::before,
.other-email::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 182px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.6);
}

.other-email::before {
    left: 0;
}

.other-email::after {
    left: 62%;
}

.signin-left .form-control,
.signin-left textarea,
.form-control1 {
    height: 45px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.form-control2 {
    height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.signin-left textarea.form-control {
    height: 100px;
    resize: none;
    text-align: start;
}

.not-account a:hover {
    text-decoration: underline;
}

.pass-box .pass-box i {
    font-size: 16px;
}

.pass-box span {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-selection__arrow {
    background-image: url('../img/icon/down.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    height: 12px !important;
    width: 12px !important;
    right: 15px !important;
}
.select2-container--default .select2-selection--single:focus
{
    box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0;
}

.signin-left .select2-selection {
    height: 45px !important;
    background-color: #f5f5f5;
    border-color: #f5f5f5 !important;
    border-radius: 8px !important;
}
.signin-left .select2-selection:focus
{
    border-color: var(--main-color) !important;
}
.signin-left .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400 !important;
    line-height: 45px;
    padding-left: 12px !important;
    color: #000;
}

.select2-container {
    width: 100% !important;
}

.signin-left .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.signin-left .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.select2-results__option {
    font-size: 14px !important;
}


/* <========== account page start ==========> */
/* logout popup start */
.swal2-popup {
    background-color: #fff;
}

.swal2-title {
    color: var(--bs-light-gray);
}

.swal2-icon .swal2-icon-content {
    color: var(--main-color);
}

.swal2-html-container {
    color: var(--bs-light-gray);
}

.swal2-styled,
.swal2-styled:focus:not(:focus-visible) {
    outline: 0;
    border: 0;
}

/* logout popup end */

.profile-section {
    background-color: #f8f8f8;
    padding: 20px 0 60px;
}

.profile-section .breadcrumb-item,
.profile-section .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

.profile-section .breadcrumb {
    margin-bottom: 40px;
}

.profile-box {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
}

.sidebar {
    width: 100%;
    height: 100%;
    padding: 25px;
    border-right: 1px solid #e2e2e2;
    overflow-x: hidden;
    padding: 30px 0;
    z-index: 100;
}

.sidebar-top img,
.view_profile .profile-pic img,
.edit_profile .profile-pic img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-list ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-list ul li a:focus {
    box-shadow: none;
}

.sidebar-list li.active {
    background-color: #f5f5f5;
}

.sidebar-list li.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--main-color);
}

.sidebar-list .sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 24px;
}

.sidebar-list .sidebar-link svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.sidebar-list .sidebar-link svg path {
    fill: #000;
}

.sidebar-list .sidebar-link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.sidebar-list li.active svg path,
.sidebar-list li:last-child svg path {
    fill: var(--main-color)
}

.sidebar-list li.active span,
.sidebar-list li:last-child span {
    color: var(--main-color);
}

/* profile right */
.profile-right {
    padding: 30px 24px 30px 0;
}

.view_profile,
.edit_profile {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profile-details-box {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.profile-details-box p {
    margin-bottom: 5px;
    color: var(--color2);
}

.profile-details-box .document {
    padding: 15px;
    border-radius: 8px;
    background-color: #f5f5f5;
}

.profile-details-box .document img {
    width: 15px;
    height: auto;
    object-fit: contain;
}

.profile-details-box .document .icon-box {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background-color: #fff;
    border-radius: 50%;
}

.profile-details-box .document .icon-box:focus {
    box-shadow: none;
}

.profile-details-box .document .icon-box i {
    font-size: 16px;
    color: #000;
}


/* <========== edit profile page start ===========> */

.file-upload {
    display: none;
}


.profile_pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.circle {
    border-radius: 50% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    display: grid;
    place-items: center;

}

.p-image {
    margin-top: 10px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    padding: 8px 13px;
    background-color: #f5f5f5;
    cursor: pointer;
    display: inline-flex;
}

.profile-pic {
    width: fit-content;
}

.fast-delivary-banner {
    background-image: linear-gradient(45deg, #98F9FD, rgba(184, 250, 253, 0.73), rgba(221, 252, 254, 0.44));
    padding: 15px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.fast-delivary-banner h3 {
    font-family: "racingsans";
    color: var(--main-color);
}

.fast-delivary-banner h3:last-child {
    margin-left: 65px;
}

.fast-delivary-banner h3 span {
    color: #000;
}

.fast-delivary-banner img {
    width: 240px;
    height: 170px;
    object-fit: contain;
}

.pickup-req-banner {
    padding: 25px 20px;
    border-radius: 8px;
    background-color: rgba(255, 234, 144, 0.25);
}

.pickup-req-banner .title {
    max-width: 190px;
}

.pickup-req-banner .delivary-man {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.pickup-req-banner .btn-fill2 svg {
    width: 20px;
    margin-left: 5px;
}

/* create package page start */
.profile-right-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(255, 234, 144, 0.25);
    margin-bottom: 30px;
}

.profile-right-top img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.radio-toggle {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 5px;
    width: fit-content;
    font-size: 14px;
}

.radio-toggle .radio {

    flex: 1 1 auto;
    text-align: center;
}

.radio-toggle .radio input {
    display: none;
}

.radio-toggle .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
    border: none;
    padding: 10px;
    color: #000;
    transition: all .15s ease-in-out;
}

.radio-toggle .radio input:checked+.name {
    background-color: rgba(34, 104, 1, 10%);
    font-weight: 600;
    color: var(--second-color);
}

.time-radio-toggle {
    width: 335px;
}

.time-radio-toggle .name svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.time-radio-toggle .radio {
    width: 50%;
}

.datepicker table thead tr:nth-child(2) th:nth-child(2) {
    text-align: center;
}

.datepicker table thead tr:nth-child(2) th:last-child {
    text-align: end;
}

.datepicker table thead tr:nth-child(3) th {
    font-size: 14px;
    font-weight: 400;
}

.datepicker table thead tr:nth-child(2) th {
    font-size: 14px;
    font-weight: 500;
}

.datepicker-days table thead tr:nth-child(3) th {
    height: 40px;
}

.datepicker table thead tr th {
    width: 30px;
    height: 30px;
}

.datepicker table tbody tr td {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.datepicker table {
    border-spacing: 5px 0;
    border-collapse: inherit;
}

.datepicker table tr td.today {
    background: var(--bs-orange) !important;
    color: #fff !important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: var(--second-color);
    color: #fff;
}

.delivary-time-box .form-control1::placeholder {
    color: #000;
    font-weight: 400;
}



/* package size radio  */
.package-size-radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.package-size-radio .radio-input:checked+.radio-tile {
    border-color: var(--main-color);
}

.package-size-radio .radio-input:checked+.radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: var(--main-color);
    border-color: var(--main-color);
}



.package-size-radio .radio-input:focus+.radio-tile {
    border-color: var(--main-color);
}

.package-size-radio .radio-input:focus+.radio-tile:before {
    transform: scale(1);
    opacity: 1;
}

.package-size-radio label {
    display: unset;
}

.package-size-radio .radio-tile {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 10px;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

.package-size-radio .radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid rgba(237, 28, 36, 0.35);
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    right: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}

.package-size-radio .radio-tile:hover {
    border-color: var(--main-color);
}

.package-size-radio .radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}


.package-size-radio .radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.package-size-radio .package-envelope-img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.package-size-radio .package-smallbox-img {
    width: 35px;
    height: 25px;
    object-fit: contain;
}

.package-size-radio .package-medbox-img {
    width: 50px;
    height: 36px;
    object-fit: contain;
}

.package-size-radio .package-largebox-img {
    width: 65px;
    height: 35px;
    object-fit: contain;
}

.accordion-button {
    box-shadow: none !important;
    padding: 15px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

/* timepicker */
.mdtimepicker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    background-color: rgba(10, 10, 10, 0.7);
    transition: background-color 0.28s ease;
    z-index: 100001;
}

.mdtimepicker.hidden {
    display: none;
}

.mdtimepicker.animate {
    background-color: transparent;
}

.mdtp__wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 50%;
    bottom: 20%;
    min-width: 280px;
    opacity: 1;
    user-select: none;
    border-radius: 2px;
    transform: translateX(-50%) scale(1);
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
        0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.mdtp__wrapper.animate {
    transform: translateX(-50%) scale(1.05);
    opacity: 0;
}

.mdtp__time_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    padding: 20px 24px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    background-color: var(--second-color);
}

.mdtp__time_holder>span {
    display: inline-block;
    line-height: 48px;
    cursor: default;
}

.mdtp__time_holder>span:not(.mdtp__timedots):not(.mdtp__ampm) {
    cursor: pointer;
    margin: 0 4px;
}

.mdtp__time_holder .mdtp__time_h.active,
.mdtp__time_holder .mdtp__time_m.active {
    color: #fafafa;
}

.mdtp__time_holder .mdtp__ampm {
    font-size: 18px;
}

.mdtp__clock_holder {
    position: relative;
    padding: 20px;
    background-color: #fff;
}

.mdtp__clock_holder .mdtp__clock {
    position: relative;
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #eee;
}

.mdtp__clock .mdtp__am,
.mdtp__clock .mdtp__pm {
    display: block;
    position: absolute;
    bottom: -8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease, color 0.2s;
    z-index: 3;
}

.mdtp__clock .mdtp__am {
    left: -8px;
}

.mdtp__clock .mdtp__pm {
    right: -8px;
}

.mdtp__clock .mdtp__am:hover,
.mdtp__clock .mdtp__pm:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.mdtp__clock .mdtp__am.active,
.mdtp__clock .mdtp__pm.active {
    color: #fafafa;
    background-color: var(--second-color);
}

.mdtp__clock .mdtp__clock_dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px;
    background-color: var(--second-color);
    border-radius: 50%;
}

.mdtp__clock .mdtp__hour_holder,
.mdtp__clock .mdtp__minute_holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
    overflow: hidden;
}

.mdtp__clock .mdtp__hour_holder.animate {
    transform: scale(1.2);
    opacity: 0;
}

.mdtp__clock .mdtp__minute_holder.animate {
    transform: scale(0.8);
    opacity: 0;
}

.mdtp__clock .mdtp__hour_holder.hidden,
.mdtp__clock .mdtp__minute_holder.hidden {
    display: none;
}

.mdtp__clock .mdtp__digit {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    margin-top: -16px;
    transform-origin: right center;
    z-index: 1;
}

.mdtp__clock .mdtp__digit span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 8px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.28s, color 0.14s;
}

.mdtp__clock .mdtp__digit span:hover,
.mdtp__digit.active span {
    background-color: var(--second-color) !important;
    color: #fff;
    z-index: 2;
}

.mdtp__button,
.mdtp__wrapper[data-theme="blue"] .mdtp__button {
    color: var(--second-color);
}

.mdtp__digit.active:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    width: calc(100% - 40px);
    background-color: var(--second-color);
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit {
    font-size: 13px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) {
    margin-top: -6px;
    height: 12px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker).active:before {
    width: calc(100% - 26px);
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-left: 14px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker {
    margin-top: -12px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker.active:before {
    width: calc(100% - 34px);
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
}

.mdtp__digit.rotate-6 {
    transform: rotate(6deg);
}

.mdtp__digit.rotate-6 span {
    transform: rotate(-6deg);
}

.mdtp__digit.rotate-12 {
    transform: rotate(12deg);
}

.mdtp__digit.rotate-12 span {
    transform: rotate(-12deg);
}

.mdtp__digit.rotate-18 {
    transform: rotate(18deg);
}

.mdtp__digit.rotate-18 span {
    transform: rotate(-18deg);
}

.mdtp__digit.rotate-24 {
    transform: rotate(24deg);
}

.mdtp__digit.rotate-24 span {
    transform: rotate(-24deg);
}

.mdtp__digit.rotate-30 {
    transform: rotate(30deg);
}

.mdtp__digit.rotate-30 span {
    transform: rotate(-30deg);
}

.mdtp__digit.rotate-36 {
    transform: rotate(36deg);
}

.mdtp__digit.rotate-36 span {
    transform: rotate(-36deg);
}

.mdtp__digit.rotate-42 {
    transform: rotate(42deg);
}

.mdtp__digit.rotate-42 span {
    transform: rotate(-42deg);
}

.mdtp__digit.rotate-48 {
    transform: rotate(48deg);
}

.mdtp__digit.rotate-48 span {
    transform: rotate(-48deg);
}

.mdtp__digit.rotate-54 {
    transform: rotate(54deg);
}

.mdtp__digit.rotate-54 span {
    transform: rotate(-54deg);
}

.mdtp__digit.rotate-60 {
    transform: rotate(60deg);
}

.mdtp__digit.rotate-60 span {
    transform: rotate(-60deg);
}

.mdtp__digit.rotate-66 {
    transform: rotate(66deg);
}

.mdtp__digit.rotate-66 span {
    transform: rotate(-66deg);
}

.mdtp__digit.rotate-72 {
    transform: rotate(72deg);
}

.mdtp__digit.rotate-72 span {
    transform: rotate(-72deg);
}

.mdtp__digit.rotate-78 {
    transform: rotate(78deg);
}

.mdtp__digit.rotate-78 span {
    transform: rotate(-78deg);
}

.mdtp__digit.rotate-84 {
    transform: rotate(84deg);
}

.mdtp__digit.rotate-84 span {
    transform: rotate(-84deg);
}

.mdtp__digit.rotate-90 {
    transform: rotate(90deg);
}

.mdtp__digit.rotate-90 span {
    transform: rotate(-90deg);
}

.mdtp__digit.rotate-96 {
    transform: rotate(96deg);
}

.mdtp__digit.rotate-96 span {
    transform: rotate(-96deg);
}

.mdtp__digit.rotate-102 {
    transform: rotate(102deg);
}

.mdtp__digit.rotate-102 span {
    transform: rotate(-102deg);
}

.mdtp__digit.rotate-108 {
    transform: rotate(108deg);
}

.mdtp__digit.rotate-108 span {
    transform: rotate(-108deg);
}

.mdtp__digit.rotate-114 {
    transform: rotate(114deg);
}

.mdtp__digit.rotate-114 span {
    transform: rotate(-114deg);
}

.mdtp__digit.rotate-120 {
    transform: rotate(120deg);
}

.mdtp__digit.rotate-120 span {
    transform: rotate(-120deg);
}

.mdtp__digit.rotate-126 {
    transform: rotate(126deg);
}

.mdtp__digit.rotate-126 span {
    transform: rotate(-126deg);
}

.mdtp__digit.rotate-132 {
    transform: rotate(132deg);
}

.mdtp__digit.rotate-132 span {
    transform: rotate(-132deg);
}

.mdtp__digit.rotate-138 {
    transform: rotate(138deg);
}

.mdtp__digit.rotate-138 span {
    transform: rotate(-138deg);
}

.mdtp__digit.rotate-144 {
    transform: rotate(144deg);
}

.mdtp__digit.rotate-144 span {
    transform: rotate(-144deg);
}

.mdtp__digit.rotate-150 {
    transform: rotate(150deg);
}

.mdtp__digit.rotate-150 span {
    transform: rotate(-150deg);
}

.mdtp__digit.rotate-156 {
    transform: rotate(156deg);
}

.mdtp__digit.rotate-156 span {
    transform: rotate(-156deg);
}

.mdtp__digit.rotate-162 {
    transform: rotate(162deg);
}

.mdtp__digit.rotate-162 span {
    transform: rotate(-162deg);
}

.mdtp__digit.rotate-168 {
    transform: rotate(168deg);
}

.mdtp__digit.rotate-168 span {
    transform: rotate(-168deg);
}

.mdtp__digit.rotate-174 {
    transform: rotate(174deg);
}

.mdtp__digit.rotate-174 span {
    transform: rotate(-174deg);
}

.mdtp__digit.rotate-180 {
    transform: rotate(180deg);
}

.mdtp__digit.rotate-180 span {
    transform: rotate(-180deg);
}

.mdtp__digit.rotate-186 {
    transform: rotate(186deg);
}

.mdtp__digit.rotate-186 span {
    transform: rotate(-186deg);
}

.mdtp__digit.rotate-192 {
    transform: rotate(192deg);
}

.mdtp__digit.rotate-192 span {
    transform: rotate(-192deg);
}

.mdtp__digit.rotate-198 {
    transform: rotate(198deg);
}

.mdtp__digit.rotate-198 span {
    transform: rotate(-198deg);
}

.mdtp__digit.rotate-204 {
    transform: rotate(204deg);
}

.mdtp__digit.rotate-204 span {
    transform: rotate(-204deg);
}

.mdtp__digit.rotate-210 {
    transform: rotate(210deg);
}

.mdtp__digit.rotate-210 span {
    transform: rotate(-210deg);
}

.mdtp__digit.rotate-216 {
    transform: rotate(216deg);
}

.mdtp__digit.rotate-216 span {
    transform: rotate(-216deg);
}

.mdtp__digit.rotate-222 {
    transform: rotate(222deg);
}

.mdtp__digit.rotate-222 span {
    transform: rotate(-222deg);
}

.mdtp__digit.rotate-228 {
    transform: rotate(228deg);
}

.mdtp__digit.rotate-228 span {
    transform: rotate(-228deg);
}

.mdtp__digit.rotate-234 {
    transform: rotate(234deg);
}

.mdtp__digit.rotate-234 span {
    transform: rotate(-234deg);
}

.mdtp__digit.rotate-240 {
    transform: rotate(240deg);
}

.mdtp__digit.rotate-240 span {
    transform: rotate(-240deg);
}

.mdtp__digit.rotate-246 {
    transform: rotate(246deg);
}

.mdtp__digit.rotate-246 span {
    transform: rotate(-246deg);
}

.mdtp__digit.rotate-252 {
    transform: rotate(252deg);
}

.mdtp__digit.rotate-252 span {
    transform: rotate(-252deg);
}

.mdtp__digit.rotate-258 {
    transform: rotate(258deg);
}

.mdtp__digit.rotate-258 span {
    transform: rotate(-258deg);
}

.mdtp__digit.rotate-264 {
    transform: rotate(264deg);
}

.mdtp__digit.rotate-264 span {
    transform: rotate(-264deg);
}

.mdtp__digit.rotate-270 {
    transform: rotate(270deg);
}

.mdtp__digit.rotate-270 span {
    transform: rotate(-270deg);
}

.mdtp__digit.rotate-276 {
    transform: rotate(276deg);
}

.mdtp__digit.rotate-276 span {
    transform: rotate(-276deg);
}

.mdtp__digit.rotate-282 {
    transform: rotate(282deg);
}

.mdtp__digit.rotate-282 span {
    transform: rotate(-282deg);
}

.mdtp__digit.rotate-288 {
    transform: rotate(288deg);
}

.mdtp__digit.rotate-288 span {
    transform: rotate(-288deg);
}

.mdtp__digit.rotate-294 {
    transform: rotate(294deg);
}

.mdtp__digit.rotate-294 span {
    transform: rotate(-294deg);
}

.mdtp__digit.rotate-300 {
    transform: rotate(300deg);
}

.mdtp__digit.rotate-300 span {
    transform: rotate(-300deg);
}

.mdtp__digit.rotate-306 {
    transform: rotate(306deg);
}

.mdtp__digit.rotate-306 span {
    transform: rotate(-306deg);
}

.mdtp__digit.rotate-312 {
    transform: rotate(312deg);
}

.mdtp__digit.rotate-312 span {
    transform: rotate(-312deg);
}

.mdtp__digit.rotate-318 {
    transform: rotate(318deg);
}

.mdtp__digit.rotate-318 span {
    transform: rotate(-318deg);
}

.mdtp__digit.rotate-324 {
    transform: rotate(324deg);
}

.mdtp__digit.rotate-324 span {
    transform: rotate(-324deg);
}

.mdtp__digit.rotate-330 {
    transform: rotate(330deg);
}

.mdtp__digit.rotate-330 span {
    transform: rotate(-330deg);
}

.mdtp__digit.rotate-336 {
    transform: rotate(336deg);
}

.mdtp__digit.rotate-336 span {
    transform: rotate(-336deg);
}

.mdtp__digit.rotate-342 {
    transform: rotate(342deg);
}

.mdtp__digit.rotate-342 span {
    transform: rotate(-342deg);
}

.mdtp__digit.rotate-348 {
    transform: rotate(348deg);
}

.mdtp__digit.rotate-348 span {
    transform: rotate(-348deg);
}

.mdtp__digit.rotate-354 {
    transform: rotate(354deg);
}

.mdtp__digit.rotate-354 span {
    transform: rotate(-354deg);
}

.mdtp__digit.rotate-360 {
    transform: rotate(360deg);
}

.mdtp__digit.rotate-360 span {
    transform: rotate(-360deg);
}

.mdtp__buttons {
    margin: 0 -10px -10px;
    text-align: right;
}

.mdtp__button {
    display: inline-block;
    padding: 0 16px;
    min-width: 50px;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 500;
    cursor: pointer;
}

.mdtp__button:hover {
    background-color: #e0e0e0;
}

.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="blue"] .mdtp__time_holder {
    background-color: var(--second-color);
}

.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="blue"] .mdtp__digit.active span {
    background-color: var(--second-color) !important;
}

.mdtp__wrapper[data-theme="blue"] .mdtp__digit.active:before {
    background-color: var(--second-color);
}

.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="red"] .mdtp__time_holder {
    background-color: #c62828;
}

.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="red"] .mdtp__digit.active span {
    background-color: #c62828 !important;
}

.mdtp__wrapper[data-theme="red"] .mdtp__digit.active:before {
    background-color: #c62828;
}

.mdtp__wrapper[data-theme="red"] .mdtp__button {
    color: #c62828;
}

.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="purple"] .mdtp__time_holder {
    background-color: #6a1b9a;
}

.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="purple"] .mdtp__digit.active span {
    background-color: #6a1b9a !important;
}

.mdtp__wrapper[data-theme="purple"] .mdtp__digit.active:before {
    background-color: #6a1b9a;
}

.mdtp__wrapper[data-theme="purple"] .mdtp__button {
    color: #6a1b9a;
}

.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="indigo"] .mdtp__time_holder {
    background-color: #283593;
}

.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="indigo"] .mdtp__digit.active span {
    background-color: #283593 !important;
}

.mdtp__wrapper[data-theme="indigo"] .mdtp__digit.active:before {
    background-color: #283593;
}

.mdtp__wrapper[data-theme="indigo"] .mdtp__button {
    color: #283593;
}

.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="teal"] .mdtp__time_holder {
    background-color: #00695c;
}

.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="teal"] .mdtp__digit.active span {
    background-color: #00695c !important;
}

.mdtp__wrapper[data-theme="teal"] .mdtp__digit.active:before {
    background-color: #00695c;
}

.mdtp__wrapper[data-theme="teal"] .mdtp__button {
    color: #00695c;
}

.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="green"] .mdtp__time_holder {
    background-color: #2e7d32;
}

.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="green"] .mdtp__digit.active span {
    background-color: #2e7d32 !important;
}

.mdtp__wrapper[data-theme="green"] .mdtp__digit.active:before {
    background-color: #2e7d32;
}

.mdtp__wrapper[data-theme="green"] .mdtp__button {
    color: #2e7d32;
}

@media (max-height: 360px) {
    .mdtp__wrapper {
        flex-direction: row;
        bottom: 8px;
    }

    .mdtp__time_holder {
        width: 160px;
        padding: 20px;
    }

    .mdtp__clock_holder {
        padding: 16px;
    }

    .mdtp__clock .mdtp__am,
    .mdtp__clock .mdtp__pm {
        bottom: -4px;
    }

    .mdtp__clock .mdtp__am {
        left: -4px;
    }

    .mdtp__clock .mdtp__pm {
        right: -4px;
    }
}

@media (max-height: 320px) {
    .mdtp__wrapper {
        bottom: 0;
    }
}

/* popup modal start */
.modal-header .btn-close {
    width: 20px;
    height: 20px;
}

.modal-content {
    border-radius: 15px;
}

.modal-header .btn-close:focus {
    box-shadow: none;
}

.radio-group1 .radio-label {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 0.5em;
    background-color: #fff;
    border: 1px dotted #e1e1e1e1;
    border-radius: 5px;
    transition: background-color 0.2s, border-color 0.2s;
}


.radio-group1 .radio-input {
    position: absolute;
    opacity: 0;
}

.radio-group1 .radio-inner-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    margin-right: 0.5em;
    transition: border-color 0.2s;
    position: relative;
    margin-left: auto;
}



.radio-group1 .radio-input:checked+.radio-label .radio-inner-circle::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* <========== create package end ===========> */

/* <========== checkout page start ==========> */
.dashed-line::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    top: 100%;
    left: 50%;
    border-left: 1px dashed #686868;
}

.apply-coupon .btn-sm {
    padding: 5px 10px;
    background-color: rgba(34, 104, 1, 0.05);
    color: var(--second-color);
    right: -3%;
}

.apply-coupon .position-relative .form-control1:focus-visible {
    border: 0;
    outline: 0;
}

.apply-coupon .btn-sm:hover {
    background-color: rgba(34, 104, 1, 0.15);
}

.my-coupon-title {
    padding: 15px 10px;
    background-color: #f5f5f5;
    cursor: pointer;
}

#couponAccordion .accordion-button {
    background-color: #f5f5f5;
}

#couponAccordion .accordion-body {
    padding: 15px 0;
}

.coupon-list-box {
    width: 100%;
    padding: 20px;
    border: 1px dashed var(--main-color);
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.coupon-list-box .off-svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.apply-coupon .form-control1:focus {
    border: 0;
}

.coupon-list .coupon-code {
    width: 120px;
    height: 45px;
    background-color: rgba(237, 28, 38, 0.08);
    border: 0;
}

.coupon-list .coupon-code:focus-visible,
.coupon-list .coupon-code:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.coupon-list-box:before {
    content: "Copied";
    position: absolute;
    top: -55px;
    right: 50%;
    transform: translateX(50%);
    background: rgba(255, 234, 144, 0.45);
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
    color: var(--main-color);
}

.coupon-list-box:after {
    content: "";
    position: absolute;
    top: -19px;
    right: 50%;
    width: 10px;
    height: 10px;
    background: rgba(255, 234, 144, 0.45);
    transform: rotate(45deg) translateX(50%);
    display: none;
}

.coupon-list-box.active:before,
.coupon-list-box.active:after {
    display: block;
}

.checkout-price-box {
    background-color: rgba(255, 234, 144, 0.25);
}

.checkout-price-box .title {
    display: inline-block;
    border-bottom: 1px dotted #686868;
}

.checkout-price-box ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkout-price-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-area: 8px;
    flex-wrap: wrap;
}

.payment-box {
    width: 50%;
}

.payment-box-top .other-payment-box {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.payment-box-top .other-payment-box:focus {
    box-shadow: none;
}

.payment-box-top .other-payment-box:hover {
    background-color: #f0f0f0;
}

.other-payment-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.payment-method .radio-label {
    cursor: pointer;
}

.creaditcard-box .form-control::placeholder {
    color: #000;
    font-weight: 300;
}

/* <========== user package page start ==========> */
.user-package-list-box {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.user-package-list-box:hover {
    border-color: var(--main-color);
}

.user-package-list-box .address-box {
    gap: 20px;
    background-color: #f9f9f9;
}

.user-profile-right-top .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: var(--main-color) !important;
}

.user-profile-right-top .select2-container--default .select2-selection--single .select2-selection__placeholder,
.user-profile-right-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-black);
    font-weight: 300;
}

.user-profile-right-top .select2-selection {
    height: 45px !important;
}

.user-profile-right-top .select2-selection:focus {
    box-shadow: none;
}

.user-profile-right-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.user-profile-right-top .form-control1 {
    background-color: transparent;
    border-color: var(--main-color);
    font-weight: 300 !important;
}

.datepicker {
    z-index: 999 !important;

}

input.form-control.select_date.form-control1::placeholder,
input.form-control.form-control1.timepicker.fs-16-light::placeholder {
    color: var(--bs-black);
    font-weight: 300;
}

.user-profile-right-top .form-control1::-webkit-input-placeholder,
.user-profile-right-top .form-control1:-moz-placeholder,
.user-profile-right-top .form-control1::-moz-placeholder,
.user-profile-right-top .form-control1:-ms-input-placeholder {
    color: #000 !important;

}

.no-package img {
    width: 230px;
    height: 170px;
    object-fit: contain;
}

/* <========== package details page start ==========> */
.package-status {
    border: 1px solid #e1e1e1;
}

.package-map iframe {
    width: 100%;
    height: 310px;
    border-radius: 8px;
}

.package-map iframe:focus {
    border: 0;
    outline: 0;
}

.progress-steps>div {
    margin-left: 39px;
    position: relative;
    padding-bottom: 30px;
}

.progress-steps>div:last-child {
    padding-bottom: 0;
}

.progress-steps>div.active>.top::before {
    border: none;
}

.progress-steps>div.complete .title,
.progress-steps>div.current .title {
    color: var(--second-color);
    font-weight: 500 !important;
}

.progress-steps>.package-status-box>.top>.number {
    border: 1px solid var(--second-color);
    background-color: #fff;
    color: #FFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.progress-steps>div.complete>.top>.number,
.progress-steps>div.current>.top>.number {
    background: var(--second-color);
}

.progress-steps .number svg {
    width: 14px;
    height: 10px;
    object-fit: contain;
}

.progress-steps>div:last-child>.top::before {
    border: none;
}

.progress-steps>div>.top {
    font-size: 1em;
    margin-left: -39px;
    color: #222;
    font-weight: 600;
}

.progress-steps>div>.top::before {
    content: "";
    position: absolute;
    border-left: dashed 1px #D4D4D1;
    width: 1px;
    height: calc(100% - 27px);
    top: 28px;
    left: -27.5px;
}

.progress-steps>div>.top>.number {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}

.progress-steps .title {
    margin-left: 15px;
}

.progress-steps .desc {
    margin-left: 15px;
}

.progress-steps .subtitle {
    margin-left: 7px;
}

.progress-steps .complete .subtitle p,
.progress-steps .pending .subtitle p,
.progress-steps .pending .subtitle span {
    display: none;
}

.driver-details-box {
    background-color: rgba(255, 234, 144, 0.2);
    border-radius: 15px;
}

.driver-details-box .driver-call {
    width: 32px;
    height: 32px;
    padding: 10px;
    border: 1px solid var(--main-color);
    border-radius: 8px;
}

.driver-details-box .driver-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.driver-details-box .driver-call:focus {
    box-shadow: none;
}

.driver-details-box .driver-call svg {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.driver-details-box .white-btn {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}

.driver-details-box .white-btn:focus {
    border-color: #E1E1E1;
    outline: 0;
}

.driver-details-box .white-btn svg {
    margin-left: 5px;
}

.apply-rating .card,
.applied-rate .card,
.give-tip-collapse .card,
.given-tip-collapse .card {
    border-color: #e2e2e2;
}

.apply-rating textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.apply-rating textarea {
    font-size: 14px;
    resize: none;
    height: 100px;
}


:focus {
    outline: 0;
    border-color: #2260ff;
    box-shadow: 0 0 0 4px #b5c9fc;
}

.radio-group-2 div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    gap: 10PX;
}

.radio-group-2 input[type="radio"] {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.radio-group-2 input[type="radio"]:checked+span {
    box-shadow: 0 0 0 0.0625em rgba(34, 104, 1, 0.05);
    background-color: rgba(34, 104, 1, 0.25);
    z-index: 1;
    color: var(--second-color);
    font-weight: 500 !important;
}

.radio-group-2 label span {
    display: block;
    cursor: pointer;
    background-color: rgba(34, 104, 1, 0.05);
    padding: 10px 25px;
    position: relative;
    margin-left: .0625em;

    letter-spacing: .05em;
    color: #000;
    text-align: center;
    transition: background-color .5s ease;
}

.give-tip-collapse .input-group .form-control1 {
    background-color: transparent;
    border-left: 0;
    border-color: #E2E2E2;
}

.give-tip-collapse .input-group .input-group-text {
    background-color: transparent;
    border-right: 0;
    border-color: #E2E2E2;
}

.give-tip-collapse .input-group.disabled .form-control1,
.give-tip-collapse .input-group.disabled .input-group-text {
    background-color: #f5f5f5;
}

.given-tip-collapse .given-tip-price {
    display: inline;
    background-color: rgba(34, 104, 1, 0.08);
    padding: 8px 15px;
    border-radius: 50px;
}

.track-btn {
    min-width: 210px;
    background-color: var(--main-color);
    padding: 6px 15px;
    color: #fff;
}

.track-btn:hover {
    background-color: rgba(237, 28, 36, 0.65);
    color: #fff;
}

.user-package-details .price-box,
.driver-package-details .price-box {
    background-color: rgba(255, 234, 144, 0.25);
}

.pricebox-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dotted #000;
}

.user-package-details .accordion-button::after {
    background-size: 15px;
}

.user-package-details .card {
    border-color: #e1e1e1;
}

.user-package-details .payment-details .icon {
    width: 22px;
    min-width: 22px;
    max-width: 22px;
    height: auto;
    object-fit: contain;
}

.applied-rated-box {
    background-color: rgba(255, 234, 144, 0.2);
    padding: 10px 15px;
    border-radius: 50px;
}

/* <=========== user package details page end ===========> */


/* <=========== coupon page start ===========> */
.expired-coupon .coupon-list-box {
    opacity: 0.5;
}

/* <=========== coupon page end ===========> */


/* <=========== address page start ===========> */
.address-block {
    width: 100%;
    height: 100%;
    /* min-height: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.address-block:hover {
    border-color: var(--main-color);
}

.address-block .icon-box {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    display: grid;
    place-items: center;
}

.address-block .icon-box:hover {
    background-color: rgba(255, 234, 144, 0.5);
    border-color: rgba(255, 234, 144, 0.5);
}

.address-block .icon-box:focus {
    box-shadow: none;
}

.addaddress-block {
    cursor: pointer;
}

.AddAddressModal textarea,
.EditAddressModal textarea {
    width: 100%;
    height: 100px;
    resize: none;
}

/* <=========== address page end ===========> */

/* <========== notification page start  ==========>*/
.notification-list ul li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 10px;
    border-bottom: 1px solid #e2e2e2;
}

.notification-list ul li span:last-child {
    min-width: 170px;
}

.help-box .accordion {
    margin-bottom: 30px;
}

.help-box .accordion-item {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
}

.help-box .accordion-body {
    padding: 15px;
}

.customer-support {
    background-color: rgba(255, 234, 144, 0.2);
}

.customer-support-block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 10px;
    background-color: #fff;
    border-radius: 8px;
}

.customer-support-block:focus {
    box-shadow: none;
}

/* <========== language page start ==========> */
.selected-lang-box {
    background-color: rgba(34, 104, 1, 0.08);
}


.lang-block .title {
    margin: 20px 0 10px;
    display: block;
}

.radio-group2 input {
    display: none;
}

.radio-group2 {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    overflow: hidden;
}

.radio-group2 label {
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px dotted #D9D9D9;
}

.radio-group2 label:has(input:checked) {
    border-color: var(--main-color);
}

.radio-group2 label:has(input:checked) span {
    color: var(--main-color);
}

/* .radio-group2 label {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
}

.radio-group2 .selection {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 3);
    z-index: 0;
    left: 0;
    top: 0;
    transition: .15s ease;
}

.radio-group2 label:has(input:checked) {
    color: #fff;
}

.radio-group2 label:has(input:checked)~.selection {
    background-color: rgb(11 117 223);
    display: inline-block;
}

.radio-group2 label:nth-child(1):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 0/3));
}

.radio-group2 label:nth-child(2):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 1/3));
}

.radio-group2 label:nth-child(3):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 2/3));
} */


/* <========== dashboard page start ==========> */
.sidebar-list li.dashboard-li svg path {
    fill: transparent;
}

.sidebar-list li.active.dashboard-li svg path {
    fill: transparent;
    stroke: var(--main-color);
}

.dashboard-banner {
    background: linear-gradient(92.25deg, #98F9FD 0%, rgba(184, 250, 253, 0.735702) 35.76%, rgba(221, 252, 254, 0.44) 99.85%);
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.dashboard-banner-box {
    width: 140px;
    height: auto;
    padding: 15px 10px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(34, 104, 1, 0.2) 0%, rgba(67, 206, 2, 0.2) 100%);
}

.dashboard-banner .img-block {
    width: 250px;
    height: 160px;
    overflow: hidden;
}

.dashboard-banner .img-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dashboard-ongoing-banner {
    width: 100%;
    height: auto;
    padding: 25px 20px;
    background-color: rgba(255, 234, 144, 0.25);
    border-radius: 10px;
    margin-bottom: 30px;
}

.dashboard-ongoing-banner .delivary-man-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.view_more {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}

.view_more:hover {
    border-bottom-color: var(--second-color);
}

/* driver pending package page start */
.delivary-state-pill {
    display: inline-flex;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 30px;
}

.delivary-state-pill.nav-pills .nav-link {
    min-width: 140px;
    text-align: center;
}

.delivary-state-pill.nav-pills .nav-link.active,
.delivary-state-pill.nav-pills .show>.nav-link {
    font-weight: 600;
    color: var(--second-color);
    border-radius: 50px;
    background-color: #E8EFE6;
}

.delivary-state-pill .nav-link:focus,
.delivary-state-pill .nav-link:hover {
    color: var(--second-color);
}

/* driver package details page start */
.customer-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-color: rgba(237, 28, 26, 0.5);
    border-radius: 5px;
}

.customer-details img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.customer-details .call {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(237, 28, 26);
    border-radius: 5px;
}

.customer-details .call:hover {
    background-color: rgba(237, 28, 26, 5);
}

.customer-details .call:hover svg path {
    fill: #fff;
}

.customer-details .customer-instrauction {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 234, 144, 0.25);
}

.package_modal .modal-content {
    border-radius: 8px;
}

.package_modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.package_modal .icon-box {
    width: 110px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid rgba(34, 104, 1, 0.2);
    display: grid;
    place-items: center;
    margin-bottom: 30px;
}

.package_modal .congrats-box {
    width: 510px;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
    border-radius: 20px;
    background: linear-gradient(96.16deg, rgba(237, 28, 36, 0.2) -0.23%, rgba(237, 28, 36, 0.05) 98.73%);
}

.congrats-box img {
    width: 240px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.package_modal .btn-fill1 {
    width: 50%;
}

.delivered_top_bar .search-box {
    padding: 8px;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
}

.delivered_top_bar .search-box .form-control {
    width: 260px;
    border: 0;
}

.delivered_top_bar .search-box button {
    width: 40px;
    height: 40px;
    background-color: rgba(34, 104, 1, 0.2);
    border-radius: 50%;
}

.delivered_top_bar .search-box button svg {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.delivered_top_bar .search-box button:hover {
    background-color: rgba(34, 104, 1, 0.4);
}

/* <========== earning page start ==========> */
.earning-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 15px;
    gap: 24px;
    background: linear-gradient(90deg, #226801 0%, #43CE02 100%);
    border-radius: 10px;
    margin-bottom: 30px;
}
.earning-top h4
{ 
    font-weight: 700;
    color: #FFEA90;
}
.earning-card
{
    width: 230px;
    height: auto;
    border: 0;
    background-color: rgba(255, 234, 144, 0.75);
    border-radius: 15px;
}

.earning-card img
{
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.term-block p span
{
    color: var(--bs-black);
    font-weight: 500;
}

.term-header
{
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.form-label span
{
    color: var(--main-color);
}