/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

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

h2 {
    font-size: 52px;
    font-weight: 700;
}

h3 {
    font-size: 42px;
    font-weight: 700;
}

h4 {
    font-size: 25px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    font-weight: 700;
}

p {
    font-size: 15px;
}

.fs-3 {
    font-size: 35px !important;
    font-weight: bold;
}

.heading-color {
    color: #562887;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: auto;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.outline-btn {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 9.5px 25.5px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;

}

.outline-btn:hover {
    background-color: #98C93C;
    color: #fff;
    border: 1px solid #98C93C;
}

.btn-green:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-green {
    background-color: #98C93C;
    font-size: 16px;
    padding: 9.5px 25.5px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-white {
    background-color: #fff;
    color: #562887;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 9.5px 25.5px;
}

.form-control:focus {
    box-shadow: unset;
}

.text-white {
    color: #fff;
}

.body-bg {
    background-color: #f5f5f5;
}

::placeholder {
    color: #707070;
    font-size: 15px;
}

.text-gray {
    color: #757575;
}

.text-green {
    color: #98C93C;
}

.main-color {
    color: #262626;
}

.text-color {
    color: #424242;
}

.home-page {
    background-color: #fff !important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #A4A4A4;
    box-shadow: inset;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

#dropdownMenu:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* header-start */

.mobile-view-icons .outline-btn:hover {
    background-color: unset !important;
    color: unset !important;
    border-color: unset !important;
}

.notification-wrapper i {
    font-size: 22px;
    color: #fff;
}

.body-bg .notification-wrapper i {
    color: #562887;
}

.notification-wrapper::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #98c93c;
    border-radius: 50%;
    right: 0;
    top: 10%;
}

.notification-wrapper {
    position: relative;
}

.mob-btns .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
}

a.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#header .navbar .navbar-nav .nav-link {
    margin-right: 38px !important;
}

.main-banner-background .nav-item .nav-link {
    color: #fff;
}

.main-banner-background .nav-link {
    color: #fff;
}

a.heading-color {
    color: #562887;
}

#header {
    z-index: 999;
    position: relative;
}

.main-banner-background {
    background-image: url("../../images/frontend/Banner-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top right;
    position: relative;
}

.green-bg {
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: -1;
}

#header .mob-btns {
    display: none;
}

#header .desktop-btns {
    display: block;
}

/* header-end */


/* main-banner-start */

.Calculate-Price-btn a {
    background-color: #562887;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding: 8px 22px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-top: 16px;
}

.Calculate-Price-btn a:hover {
    color: #fff;
}

.main-banner-content h1 {
    margin-bottom: 17px;
}

.main-banner-content p {
    margin-bottom: 31px;
}

.input-location-groups .input-group .input-group-text {
    border: 0;
    background-color: transparent;
    padding: 0;
    padding-right: 10px;
}

.input-location-groups .input-group .input-group-text i {
    color: #707070;
}

.input-location-groups .input-group .form-control {
    border: 0;
    padding: 0;
}

.input-location-groups .input-group {
    background-color: #fff;
    border: 1px solid #A4A4A4;
    border-radius: 5px;
    padding: 7px 10px;
}

section.main-banner-wrapper {
    height: 100%;
}

.main-banner-content {
    height: 100%;
}

/* main-banner-end */


/* our-services-start */
.our-services-wrapper {
    background-image: url("../../images/frontend/our-services-background.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
}

.steps-box h4 {
    margin-bottom: 5px;
}

.steps-boxes-wrapper {
    padding-top: 31px;
}

.our-services-detail-box {
    background-color: #F7EFFF;
    border: 5px solid #fff;
    box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 15px;
    height: 100%;
    text-decoration: none;
    display: block;
}



.our-services-heading {
    margin-bottom: 30px;
    text-align: center;
}

.service-box-img {
    background-color: #562887;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-right: 15px;
}

.our-services-wrapper .col-md-6 {
    margin-bottom: 24px;
}

.steps-box {
    border-right: 1px solid #424242;
}

.steps-boxes-wrapper .col-md-4:last-child>.steps-box {
    border: 0px;
}

/* our-services-end */

/* CTA-start */
section.CTA-wrapper {
    background-image: url("../../images/frontend/CTA-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center right;
    padding: 115px 0;
}

.CTV-content-wrapper h3 {
    margin-bottom: 20px;
}

section.testimonal-wrapper {
    padding: 64px 0;
}

.CTV-content-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    left: -30px;
    top: 5px;
}

.CTV-content-wrapper {
    position: relative;
}

/* CTA-end */

/* Testimonal-slider-start */
button.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.custom-testimonal-slider .carousel-caption {
    position: unset !important;
    color: #000 !important;
    text-align: left !important;
}

.custom-testimonal-slider {
    background-color: #F7EFFF;
    border-radius: 20px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.custom-testimonal-slider .carousel-indicators .active {
    background-color: #98C93C;
    width: 30px;
}

.custom-testimonal-slider .carousel-indicators button {
    background-color: #D9D9D9;
    width: 20px;
}

.testimonal-wrapper h2 {
    margin-bottom: 30px;
}

.custom-testimonal-slider .carousel-caption p {
    text-align: left;
    font-size: 20px;
    color: #424242;
    margin-bottom: 17px;
}

span.quote-icon {
    margin-bottom: 0px;
    display: inline-block;
    color: #98C93C;
    font-size: 60px;
    line-height: normal;
}

span.quote-icon i {
    line-height: normal;
}

.testimonal-client-info h4 {
    color: #562887;
    margin-bottom: 5px;
}

.testimonal-client-info p {
    font-size: 15px !important;
}

.testimonal-wrapper .carousel-indicators {
    margin-bottom: -1rem;
}

section.pickup-delivery-wrapper h3 {
    border-left: 1px solid #562887;
    padding-left: 30px;
}

/* Testimonal-slider-end */


/* download-application-start */
.download-application-wrapper {
    background-image: url("../../images/frontend/Application-background.png");
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100%;
    padding: 25px 0;
}

.google-btn a {
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 19px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    color: #424242;
    margin-top: 60px;
    align-items: center;
}

.google-btn a span {
    font-size: 18px;
}

.google-btn img {
    margin-right: 5px;
}

a.google-play-btn {
    margin-right: 24px;
}

/* download-application-end */


/* owl-carousel-start */
section.owl-carousel-wrapper {
    padding: 30px 0;
}

.owl-carousel-wrappe .owl-carousel .owl-stage-outer {
    height: 100% !important;
}

.owl-carousel-wrapper .item {
    display: inline-block;
}

/* owl-carousel-end */


/* footer-start */
.footer-wrapper {
    background-color: #1B0731;
    padding: 80px 0;
}

section.footer-wrapper h5 {
    margin-bottom: 22px;
}

.quick-links ul {
    padding-left: 0;
    list-style-type: none;
}

.quick-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.quick-links ul li a:hover {
    text-decoration: underline;
}

.quick-links ul li {
    margin-bottom: 10px;
}

.contact-us-section a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.contact-us-section a i {
    margin-right: 10px;
}

.pnumber-section,
.telnumber-section,
.email-section {
    margin-bottom: 10px;
}

.address-section a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.address-section a i {
    margin-right: 10px;
}

.facebook a,
.instagram a,
.twitter a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.facebook a i,
.instagram a i,
.twitter a i {
    font-size: 20px;
}

section.copy-right-wrapper {
    background-color: #ECECEC;
    padding: 15px 0;
}

.footer-services-link a {
    text-decoration: none;
    font-size: 15px;
    color: #424242;
}

.footer-services-link a:hover {
    text-decoration: underline;
}

/* footer-end */



/* login-page-start */

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.alert {
    text-align: left;
    padding: 2px 10px;
    margin-top: 10px;
    display: block;
    width: 100%;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: auto;
}

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

input:-webkit-autofill {
    -webkit-text-fill-color: #707070;
}

input:-webkit-autofill:focus {
    -webkit-text-fill-color: #707070;
}

.bg-header {
    background-color: #fff;
}

.bg-header .outline-btn {
    border-color: #424242;
    color: #424242;
}

.bg-header .outline-btn:hover {
    border-color: #98C93C;
    background-color: #98C93C;
    color: #fff;
}

.bg-header .btn-green:hover {
    border-color: #424242;
    color: #424242;
}

.login-heading {
    margin-bottom: 34px;
}

.login-wrapper {
    padding: 94px 0;
}

.login-btn {
    background-color: #562887;
    border-radius: 5px;
    text-align: center;
    padding: 11px 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.login-btn a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.signup-wrapper label,
.login-form label {
    margin-bottom: 10px;
}

.forgot-password a:hover {
    color: #98c93c;
}

.forgot-password {
    margin-bottom: 15px;
}

p.create-account a {
    color: #98C93C;
    font-weight: bold;
    text-decoration: none;
}

.create-account a:hover {
    color: #562887;
}

.login-input-group {
    border: 1px solid #A4A4A4;
    border-radius: 5px;
    position: relative;
}

.login-input-group .input-group-text {
    border: 0;
    background-color: #fff;
    height: 100%;
    padding-right: 2px;
}

.login-input-group .input-group-text i {
    color: #707070;
    font-size: 20px;
}

.login-input-group .form-control {
    border: 0;
    background-color: #fff;
    color: #707070;
    border-radius: 5px !important;
}

span.password-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgb(255, 255, 255) inset !important;
}

.bg-header span.navbar-toggler-icon i {
    color: #424242;
}

.toggle-password-eye {
    position: absolute !important;
    color: #707070;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

/* login-page-end */



/* sign-up-page-start */
.checkbox-wrapper {
    margin-top: 30px;
    margin-bottom: 0px;
}

form.signup-form-wrapper {
    background: #FFFFFF;
    border: 1px solid #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 50px 100px;
}

section.signup-wrapper {
    padding: 70px 0;
}

/* sign-up-page-start */


/* my-profile-page-start */
span.user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    display: block;
}

.desktop-btns .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "\F282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: bold !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.desktop-btns .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.user-name-heading {
    margin-bottom: 30px;
}

.btn-purple {
    background: #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.btn-purple:hover {
    background-color: #98C93C;
    color: #fff;
}

.user-name-heading h4 {
    font-size: 35px;
}

p.personal-detail-heading {
    margin-bottom: 17px;
}

.profile-body {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 72px 100px;
    margin: 100px 0;
}

.user-personal-detail-box {
    border: 1px solid #707070;
    border-radius: 20px;
    padding: 26px 30px;
}

.change-password-btn {
    padding: 0;
    color: #1492E6;
    font-weight: 600;
    line-height: normal;
    border: 0;
    display: block;
}

.user-detail-heading .table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

td.detail-heading-- {
    font-size: 15px;
    color: #707070;
}

td.detail-label-- {
    font-size: 15px;
    color: #262626;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.user-detail-heading .table td {
    word-break: break-word;
}

#edit-profile .modal-content {
    background: #FFFFFF;
    border: 1px solid #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 50px;
    position: relative;
}

#edit-profile .modal-title {
    font-size: 35px;
    font-weight: bold;
}

#edit-profile .modal-header {
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

.edit-profile-save-btn:hover {
    color: #fff;
}

.edit-profile-save-btn {
    font-size: 18px;
    font-weight: 600;
    background-color: #562887;
    color: #fff;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    display: block;
    padding: 10px 20px;
}

.edit-profile-close-btn {
    position: absolute;
    right: 3%;
    top: 6%;
    font-size: 14px;
}

#change-password .modal-content {
    background: #FFFFFF;
    border: 1px solid #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 50px;
    position: relative;
}

#change-password .modal-title {
    font-size: 35px;
    font-weight: bold;
}

#change-password .modal-header {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
}

.pwd-update-btn {
    background: #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
}

.pwd-update-btn:hover {
    color: #fff;
}

.pwd-update-close-btn {
    font-size: 13px;
    position: absolute;
    right: 5%;
    top: 7%;
}

/* my-profile-page-end */


/* my-order-page-start */
.my-orders-- {
    background: #FFFFFF;
    border-radius: 20px;
    margin: 60px 0;
    padding: 50px;
}

.my-orders-heading {
    margin-bottom: 30px;
}

.table.my-order-table thead tr th {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
}

.my-order-table tbody tr td,
.my-order-table tbody tr th {
    font-size: 15px;
    vertical-align: middle;
    color: #424242;
    border-color: #DDDDDD;
}

.accepted-btn {
    background: #5bc0de;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 4px 10px;
}

.ordered-btn {
    background: #EBCF6D;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 4px 10px;
}

.delivered-btn {
    background: #32BE00;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 10px;
}

.in_transit-btn {
    background: #FF7A00;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 10px;
}

.rejected-btn {
    background: #FF2C2C;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.awaiting-btn {
    background: #0275d8;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}


.accepted-color {
    color: #5bc0de;
}

.ordered-color {
    color: #EBCF6D;
}

.delivered-color {
    color: #32BE00;
}

.in_transit-color {
    color: #FF7A00;
}

.rejected-color {
    color: #FF2C2C;
}

.awaiting-color {
    color: #0275d8;
}

.my-order-table>:not(:first-child) {
    border-top: 2px solid currentColor;
    border-color: #DDDDDD;
}

.my-order-table tbody tr[aria-expanded="true"] td .accordion-btn {
    transform: rotate(180deg);
}

/* my-order-page-start */


/* pickup-address-page-start */
.pickup-address-heading {
    margin-top: 50px;
    margin-bottom: 50px;
}


.navigation_menu {
    width: 100%;
    text-align: center;
}

.navigation_tabs {
    counter-reset: step;
    padding-left: 0;
}

/* one item */
.navigation_tabs li:first-child:nth-last-child(1) {
    width: 100%;
}

/* two items */
.navigation_tabs li:first-child:nth-last-child(2),
.navigation_tabs li:first-child:nth-last-child(2)~li {
    width: 49%;
}

/* three items */
.navigation_tabs li:first-child:nth-last-child(3),
.navigation_tabs li:first-child:nth-last-child(3)~li {
    width: 30.3333%;
}

/* four items */
.navigation_tabs li:first-child:nth-last-child(4),
.navigation_tabs li:first-child:nth-last-child(4)~li {
    width: 24%;
}

/* five items */
.navigation_tabs li:first-child:nth-last-child(5),
.navigation_tabs li:first-child:nth-last-child(5)~li {
    width: 19%;
}

/* six items */
.navigation_tabs li:first-child:nth-last-child(6),
.navigation_tabs li:first-child:nth-last-child(6)~li {
    width: 16%;
}

.navigation_tabs li {
    list-style: none;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

a {
    color: #000;
}

.navigation_tabs li a {
    text-decoration: none;
    color: #424242;
}

.navigation_tabs li:before {
    content: "";
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #562887;
    box-shadow: 0px 0px 0px 1px #562887;
    border: 6px solid #F5F5F5;
}

/* #payment:before{
    content: "";
    background-color: #808080;
    outline: 1px solid #808080;
    box-shadow: 0px 0px 0px 1px #808080;
    border: 6px solid #F5F5F5;
} */

.navigation_tabs li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    top: 13px;
    left: -50%;
    z-index: -1;
}

.navigation_tabs li:first-child:after {
    content: none;
}

/* .navigation_tabs li.tab_active,
  .navigation_tabs li.tab_inactive,
  .navigation_tabs li.tab_active a,
  .navigation_tabs li.tab_inactive a{
    color: green;
  } */

.navigation_tabs li.tab_active a:hover,
.navigation_tabs li.tab_inactive a:hover {
    font-weight: bold;
}

.navigation_tabs li.tab_active:before {
    border: 6px solid #F5F5F5;
    background-color: #562887;
    box-shadow: 0px 0px 0px 1px #562887;
}

.navigation_tabs li.tab_inactive:before {
    border-color: #98c93c;
    background-color: #98c93c;
    color: #fff;
    content: "\F633";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: bold !important;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    outline: 0;
    font-size: 20px;
    box-shadow: 0px 0px 0px 1px #98c93c;
}

.navigation_tabs li.tab_inactive+li:after {
    background-color: #98c93c;
}

.delivery-details {
    background: #FFFFFF;
    border: 1px solid #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 39px 50px;
    margin-top: 30px;
    margin-bottom: 70px;
}

.delivery-details-heading {
    margin-bottom: 15px;
    font-size: 30px;
}

.choose-weight-heading,
.choose-dimensions-heading,
.pickup-schedule-heading {
    margin-top: 15px;
    margin-bottom: 10px;
}

.weight-cat {
    overflow: hidden;
    float: left;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.weight-cat label {
    float: left;
    line-height: normal;
    width: 48%;
    height: 2.2em;
    cursor: pointer;
    margin-right: 8px;
}

.weight-cat label span {
    text-align: center;
    padding: 3px 0;
    display: block;
}

.weight-cat label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.weight-cat label input+span {
    color: #707070;
    user-select: none;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border: 1px solid #A4A4A4;
    border-radius: 5px;
    font-size: 13px;
}

.weight-cat input:checked+span {
    background-color: #98C93C;
    color: #ffffff;
    border: 1px solid #98C93C;
}

.pickup-schedule-wrapper .form-select {
    background-image: url("../../images/frontend/sort-down-solid.svg");
    background-size: 10%;
    background-position: 90% 45%;
}

.next-step-btn a {
    background: #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
}

.confirm-order-heading {
    font-size: 30px;
}

.confirm-order-content {
    background: #FFFFFF;
    border: 1px solid #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 39px 15px 30px 15px;
    margin-bottom: 70px;
}

.delivery-fee-heading,
.tax-heading {
    color: #707070;
    font-size: 15px;
}

.prize-heading,
.tax-prize-heading {
    font-weight: 700;
    color: #424242;
}

.tax-content {
    border-bottom: 1px solid #DDDDDD;
}

h3.total-prize-heading {
    margin-top: 12px;
    margin-bottom: 18px;
}

.order-now-btn {
    background: #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px 20px;
}

.order-now-btn:hover {
    color: #fff;
}

.amount-details {
    padding: 0px 30px;
}

.choose-dimensions-field {
    width: 7.8rem;
}

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

.length-img img {
    transform: rotate(-45deg);
}

.upload-img-wrapper input[type="file"] {
    color: #878787;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
}

.upload-img-wrapper {
    width: 100%;
    position: relative;
}

.upload-img-wrapper p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #888888;
    margin-bottom: 0;
    text-align: center;
    padding: 9px 0;
    border-radius: 5px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.upload-img-wrapper p i {
    font-size: 20px;
    line-height: normal;
    margin-right: 5px;
}

.Uploaded-wrapper p {
    background-color: #98C93C;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

/* pickup-address-page-end */



/* thank-you-page-start */
.thanku-for-order {
    margin: 70px 0;
    text-align: center;
}

.thanku-page-heading {
    font-size: 35px;
    margin: 15px 0;
}

h5.order-id {
    margin-top: 15px;
    margin-bottom: 30px;
}

.order-status-btn {
    background: #562887;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px 20px;
}

.order-status-btn:hover {
    color: #fff;
}

label.error {
    color: #dc3545;
    font-size: 14px;
    float: left;
}

.content {
    padding: 5rem 0;
}

/* thank-you-page-end */


/* contact-us-page-start */
.contact-us-form .form-control {
    border: 1px solid #A4A4A4;
    padding: 10px 15px;
    border-radius: 5px;
}

.contact-address-section,
.contact-pnumber-section,
.contact-email-section {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 5px;
}

.contact-address-section a,
.contact-pnumber-section a,
.contact-email-section a {
    text-decoration: none;
}

.contact-address-section p,
.contact-pnumber-section p,
.contact-email-section p {
    font-size: 17px;
}

/* contact-us-page-end */

/* terms-and-conditions-page-start */
section.terms-and-conditions-wrapper p,
section.terms-and-conditions-wrapper ul {
    font-size: 18px;
    color: #424242;
}

/* terms-and-conditions-page-end */


/* about-us-page-start */
section.about-us-banner {
    padding: 2rem 0;
}

.who-we-are-section {
    background-color: #fff;
    padding: 3rem 0 0px;
}

section.why-choose-us {
    background-color: #fff;
    padding: 3rem 0 3rem;
}

.choose-us-content h6 {
    position: relative;
}

.choose-us-content h6::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 30%;
    background-color: #562887;
    left: 0;
    bottom: -7px;
}

section.how-it-works {
    background-color: #fff;
    padding: 3rem 0;
}

.about-us-works-wrapper {
    border: 2px solid #562887;
    padding: 20px 20px;
    height: 100%;
    border-radius: 7px;
}

section.our-team {
    background-color: #fff;
    padding: 3rem 0;
}

.our-team-content {
    margin-top: 2rem;
}

.our-team-content .card {
    border: 1px solid #562887;
}

.about-us-wrapper p {
    font-size: 17px;
}

/* about-us-page-end */

/* order-detail-page-start */
.order-detail-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 50px 40px;
}

/* #order-detail-progress {
    list-style-type: none;
    border-left: 2px solid #98C93C;
} */

#order-detail-progress li {
    position: relative;
    margin-bottom: 100px;
}

#order-detail-progress li:last-child {
    margin-bottom: 0;
}

/* li.progress-dot::before {
    content: "";
    position: absolute;
    background-color: #98C93C;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    left: -40px;
    top: 6px;
    border: 2px solid #fff;
    outline: 2px solid #98c93c;
} */

.progress-dot h6 {
    font-size: 18px;
}

.progress-detail h5 {
    font-size: 18px;
    color: #262626;
}

.chat-icon__ {
    font-size: 35px;
}

.ordered-detail-section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.pickup-detail-section {
    margin-top: 25px;
}

.delivery-detail-section {
    margin-top: 25px;
}

#pick_schedule_time_id,
#delivery_schedule_time_id {
    background: url(../../images/frontend/caret-down-fill.svg);
    background-size: auto;
    background-position: 95% center;
    background-repeat: no-repeat;
}

.order-detail-progress::before {
    
    position: absolute;
    content: "";
    background-color: #ccc;
    width: 3px;
    left: 3px;
    height: calc(100% - 121px);
}

.order-detail-progress .tab_active:before {
    background-color: #562887 !important;
    box-shadow: 0px 0px 0px 2px #562887 !important;
    border: 5px solid #fff !important;
}

.order-detail-progress .tab_inactive::before {
    background-color: #98C93C !important;
    box-shadow: 0px 0px 0px 2px #98C93C !important;
    border: 5px solid #fff !important;
}

.order-detail-progress .last_tab::before {
  content: "\F633" !important;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-size: 20px;
  color: #98C93C;
  overflow: hidden;
  position: absolute;
  left: -38px;
  top: 0px;
  box-shadow: 0px 0px 0px 2px #98C93C !important;
  border: 5px solid #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inprogress_row::before {
    background-color: #98C93C !important;

}

.rejected_row::before {
    background-color: red !important;
}

.rejected::before {
    background-color: red !important;
    box-shadow: 0px 0px 0px 2px red !important;
}

.order-detail-progress {
    position: relative;
    padding-left: 30px;
}

.step-1-start::before, .step-2-start::before, .step-3-start::before .step-4-start::before{
    z-index: 1;
}

.awaiting_row::after {
    content: "";
    position: absolute;
    background-color: #98c93c;
    width: 3px;
    height: 35%;
    left: 3px;
    top: 0;
}

.step-1-start::before {
    content: "";
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    box-shadow: 0px 0px 0px 2px #ccc;
    border: 5px solid #fff;
}

.step-2-start::before {
    content: "";
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    box-shadow: 0px 0px 0px 2px #ccc;
    border: 5px solid #fff;
}

.step-3-start::before {
    content: "";
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    box-shadow: 0px 0px 0px 2px #ccc;
    border: 5px solid #fff;
}

.step-4-start::before {
    content: "";
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    box-shadow: 0px 0px 0px 2px #ccc;
    border: 5px solid #fff;
}

.step-1-start,
.step-2-start,
.step-3-start,
.step-4-start
 {
    position: relative;
}

.step-1-start h6,
.step-2-start h6,
.step-3-start h6,
.step-4-start h6
 {
    font-size: 18px;
    font-weight: bold;
    color: #262626;
}

.step-4-start.last_tab {
    position: relative;
}

.step-1-start p,
.step-2-start p,
.step-3-start p 
{
    font-size: 15px;
    color: #424242;
}

.custom-border-right {
    border-right: 1px solid #262626;
}

.chat-popup .card-header button i:hover {
    color: #562887;
}

.close span:hover {
    color: #562887;
}

.tooltip-inner {
    max-width: 240px !important;
    height: 100%;
    font-size: 15px;
    padding: 10px 20px;
    background-color: #f4f4f4;
    color: #000;
    border: 1px solid #ddd;
    text-align: left;
    box-shadow: 1px 1px 15px 0px rgba(221, 221, 221, 0.651);
    opacity: 2;
}

.Orders-pagination .pagination {
    justify-content: end;
    margin-bottom: 0;
}

.Orders-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #562887;
    border-color: #562887;
}

.Orders-pagination .page-link {
    border: 1px solid #ddd;
    color: #707070;
    padding: 6px 16px;
}

/* order-detail-page-end */

/* toast-msg-css-start */
.toast-close-icon {
    position: absolute;
    right: 8px;
    top: -4px;
}

#showNotifications {
    position: relative;
}

@media (max-width:576px){
.custom-border-right{
    border-right: 0px;
    border-bottom: 1px solid #262626;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.order-detail-progress::before {
    content: "";
}
}

.custom-order-table-wrapper .dropdown-menu.show {
    min-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
}

/* toast-msg-css-end */