.btn-primary {
    --vz-btn-bg: var(--vz-primary);
    --vz-btn-border-color: var(--vz-primary);
    --vz-btn-hover-bg: var(--vz-primary-text-emphasis);
    --vz-btn-hover-border-color: var(--vz-primary-text-emphasis);
    --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
    --vz-btn-active-bg: var(--vz-primary-text-emphasis);
    --vz-btn-active-border-color: var(--vz-primary-text-emphasis);
}
:root, [data-bs-theme=light] {
    --vz-blue: #4788ff;
    --vz-indigo: #405189;
    --vz-purple: #ad64f1;
    --vz-pink: #f672a7;
    --vz-red: #ee6352;
    --vz-orange: #f1963b;
    --vz-yellow: #ffca5b;
    --vz-green: #40bb82;
    --vz-teal: #02a8b5;
    --vz-cyan: #3fa7d6;
    --vz-white: #fff;
    --vz-gray: #878a99;
    --vz-gray-dark: #343a40;
    --vz-gray-100: #f3f6f9;
    --vz-gray-200: #eff2f7;
    --vz-gray-300: #e9ebec;
    --vz-gray-400: #ced4da;
    --vz-gray-500: #adb5bd;
    --vz-gray-600: #878a99;
    --vz-gray-700: #495057;
    --vz-gray-800: #343a40;
    --vz-gray-900: #212529;
    --vz-primary: #da7501;
    --vz-secondary: #4788ff;
    --vz-success: #40bb82;
    --vz-info: #3fa7d6;
    --vz-warning: #ffca5b;
    --vz-danger: #ee6352;
    --vz-light: #f3f6f9;
    --vz-dark: #212529;
    --vz-primary-rgb: 140, 104, 205;
    --vz-secondary-rgb: 71, 136, 255;
    --vz-success-rgb: 64, 187, 130;
    --vz-info-rgb: 63, 167, 214;
    --vz-warning-rgb: 255, 202, 91;
    --vz-danger-rgb: 238, 99, 82;
    --vz-light-rgb: 243, 246, 249;
    --vz-dark-rgb: 33, 37, 41;
    --vz-primary-text-emphasis: #bc6705;
    --vz-secondary-text-emphasis: #3c74d9;
    --vz-success-text-emphasis: #369f6f;
    --vz-info-text-emphasis: #368eb6;
    --vz-warning-text-emphasis: #d9ac4d;
    --vz-danger-text-emphasis: #ca5446;
    --vz-light-text-emphasis: #ced4da;
    --vz-dark-text-emphasis: #343a40;
    --vz-primary-bg-subtle: #eee8f8;
    --vz-secondary-bg-subtle: #e3edff;
    --vz-success-bg-subtle: #e2f5ec;
    --vz-info-bg-subtle: #e2f2f9;
    --vz-warning-bg-subtle: #fff7e6;
    --vz-danger-bg-subtle: #fce8e5;
    --vz-light-bg-subtle: #f9fbfc;
    --vz-dark-bg-subtle: #e9ebec;
    --vz-primary-border-subtle: #d1c3eb;
    --vz-secondary-border-subtle: #b5cfff;
    --vz-success-border-subtle: #b3e4cd;
    --vz-info-border-subtle: #b2dcef;
    --vz-warning-border-subtle: #ffeabd;
    --vz-danger-border-subtle: #f8c1ba;
    --vz-light-border-subtle: #eff2f7;
    --vz-dark-border-subtle: #adb5bd;
    --vz-white-rgb: 255, 255, 255;
    --vz-black-rgb: 0, 0, 0;
    --vz-font-sans-serif: "Saira", sans-serif;
    --vz-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --vz-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --vz-body-font-family: var(--vz-font-sans-serif);
    --vz-body-font-size: 0.8512rem;
    --vz-body-font-weight: 400;
    --vz-body-line-height: 1.5;
    --vz-body-color: #212529;
    --vz-body-color-rgb: 33, 37, 41;
    --vz-body-bg: transparent;
    --vz-body-bg-rgb: 0, 0, 0;
    --vz-emphasis-color: #212529;
    --vz-emphasis-color-rgb: 33, 37, 41;
    --vz-secondary-color: #878a99;
    --vz-secondary-color-rgb: 135, 138, 153;
    --vz-secondary-bg: #fff;
    --vz-secondary-bg-rgb: 255, 255, 255;
    --vz-tertiary-color: rgba(33, 37, 41, 0.5);
    --vz-tertiary-color-rgb: 33, 37, 41;
    --vz-tertiary-bg: #eff2f7;
    --vz-tertiary-bg-rgb: 239, 242, 247;
    --vz-heading-color: #495057;
    --vz-link-color: #8c68cd;
    --vz-link-color-rgb: 140, 104, 205;
    --vz-link-decoration: none;
    --vz-link-hover-color: #8c68cd;
    --vz-link-hover-color-rgb: 140, 104, 205;
    --vz-code-color: #f672a7;
    --vz-highlight-color: #212529;
    --vz-highlight-bg: #fcf8e3;
    --vz-border-width: 1px;
    --vz-border-style: solid;
    --vz-border-color: #e9ebec;
    --vz-border-color-translucent: #ced4da;
    --vz-border-radius: 0.25rem;
    --vz-border-radius-sm: 0.2rem;
    --vz-border-radius-lg: 0.3rem;
    --vz-border-radius-xl: 1rem;
    --vz-border-radius-xxl: 2rem;
    --vz-border-radius-2xl: var(--vz-border-radius-xxl);
    --vz-border-radius-pill: 50rem;
    --vz-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    --vz-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --vz-box-shadow-lg: 0 5px 10px rgba(30, 32, 37, 0.12);
    --vz-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --vz-focus-ring-width: 0.25rem;
    --vz-focus-ring-opacity: 0.25;
    --vz-focus-ring-color: rgba(var(--vz-primary-rgb), 0.25);
    --vz-form-valid-color: #40bb82;
    --vz-form-valid-border-color: #40bb82;
    --vz-form-invalid-color: #ee6352;
    --vz-form-invalid-border-color: #ee6352;
}
.ps-20{font-size: 18px !important;}
.fs-20{font-size: 20px !important;}
.ps-18{font-size:18px !important;}
.gray{color: #5f5f5f !important;}
/* .auth-bg-cover {
    background-image: url(https://agent.bullslogistics.in/assets/images/bgsignup.png);
    background-position: 50%;
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-color: #da75010f;
} */
.auth-bg-cover {
    background-image: url(https://agent.bullslogistics.in/assets/images/login-banner.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-color: #ffffff0f;
    background-size: contain;
}
.responsive-logo{width: 150px;}
.Welcome-Back h5 {
    text-align: center;
    font-size: 24px;
    font-weight:500;
    color: #000000 !important;
}
.Welcome-Back p {
    text-align: center;
}
footer.footer.Crafted--with p {
    color: #000000;
    font-size: 15px;
}
.login-bg-images {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.Welcome-Back {
    border: 1px solid #bfbbbb61;
    border-radius: 10px;
    background-color: #00000036;
}
.fix-cont-img h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 51%);
}
.fix-cont-img i.ri-arrow-right-fill {
    font-size: 29px;
    height: 41px;
    display: inline-block;
    float: inline-start;
    margin: 0px 8px 0px 0px;
}
.fix-cont-img p {
    margin-bottom: 13px;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 51%);
}
.fix-cont-img {
    width: 500px;
}
.login-bg-images {
    width: 100%;
    opacity: 0.3;
}
footer.footer.Crafted--with {
    left: 0px !important;
}
.fix-cont-img {
    position: absolute;
    top: 38%; /* Moves the element 50% from the top */
    right: 20px; /* Keeps the element aligned to the right */
    transform: translateY(-50%); /* Centers the element vertically */
}
.auth-one-bg .bg-overlay {
    opacity: .94;
    background: #ffffff;
}
.Orange{color:#da7501 !important;}
.Welcome-Back .text-primary {
    --vz-text-opacity: 1;
    color: rgb(218 117 1) !important;
}
.alert.alert-danger.dark.alert-dismissible.fade.show {
    text-align: center;
}
.alert.alert-danger.dark.alert-dismissible.fade.show p {
    margin: 0px;
}
.Dashboard--Sidebar .card::before {display: none;}
.Dashboard--Sidebar .card::after {display: none;}
.before-after .card::before {
    display: none !important;
}
.before-after .card::after {
    display: none;
}
a.btn.btn-primary.btn-sm.openPopup {
    background: none;
    color: #da7501;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.Rate__Calculator {
    text-transform: capitalize !important;
    color: #000000 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    margin: 0px;
    line-height: 1.5rem !important;
}
.Rate____Calculator {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border: none;
    box-shadow: none;
    gap: 30px;
}
.Rate____Calculator .card-body{margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    border: 1px solid #f1f1f1;
    border-radius: 5px;}
.design1 {
    -webkit-box-align: center;
    align-items: center;
    background-color: #e0750142;
    color: #e07501;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 24px;
    border-radius: 7px;
}
.design1.design2 {
    background: #e1d4eb;
    color: #e37501;
}
.navbar-menu {
    background: rgb(0 0 0);
    border-right: 1px solid rgb(0 0 0);
}
.navbar-menu .navbar-nav .nav-link {
    color: #f3c086;
}
.navbar-menu .navbar-nav .nav-sm .nav-link {
    color: #f3c086;
}
.card.overflow-hidden.your_account {
    background: linear-gradient(90deg, #eee8f8 0%, #f7dbbd 100%), #e2f2f9;
    border-radius: 10px;
    padding: 5px 20px;
}
.first-shipment {
    border: 1px solid #0000004a;
    font-size: 15px;
    background-color: #ffffff;
    font-weight: 500;
}
.first-shipment:hover {
    border: 1px solid #db7d20;
    font-size: 15px;
    background-color:#db7d20;
    color: #fff;
}
.title.Action--Required h3 {
    background-color: #081c41;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}
.Create-New-Pickup{align-items: center;
    display: flex;
    color: #e37501;
    font-weight: 500;}
.cus-padd {
    padding: 7px 10px;
}
.Last-7-Days {
    padding: 7px 20px !important;
    background-color: #e2f2f9;
    border-radius: 5px;
    font-weight: 400;
}
.My---Wallet hr {
    margin: 0px !important;
}
.pd-left.Pickup__Location {
    padding-left: 10%;
    padding-top: 25px;
}
.AddCustomer--Details {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
}
.mile-square {
    background-color: #ffffff;
    border: 2px solid #059669;
    border-width: 3px;
    height: 15px;
    width: 15px;
    margin-right: 0.5rem;
    position: absolute;
    top: 4px;
    content: "";
    left: -1.9rem;
}
.mile-circle {
    background-color: #ffffff;
    border: 2px solid #d97706;
    border-radius: 9999px;
    border-width: 3px;
    height: 15px;
    width: 15px;
    margin-right: 0.5rem;
    position: absolute;
    top: 0.6rem;
    content: "";
    left: -2rem;
}
.h-full {
    height: 100%;
}
.mile-path {
    border: 2px solid #525b7a;
    border-style: dashed;
    border-left-width: 2px;
    height: 100%;
    width: 0px;
    position: absolute;
    content: "";
    left: -1.6rem;
    top: 19px;
}
.relative{position: relative;}
.box-shadow{box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;}
button#button-addon2 {
    background-color: #f0f0f0;
    color: #323131;
    border: 1px solid #d97706c7;
}
label {
    font-weight: 500;
    margin-bottom: 2px !important;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.Terms-and-Conditions p {
    font-size: 0.9rem;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 22px;
}
.Terms-and-Conditions h4 {
    padding: 11px 0px 3px 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}
.restricted-items-content {
    margin: 0px;
    padding: 12px 0px;
    font-size: 14px;
}
.row.before-after.restricted-items h4 {
    font-size: 17px !important;
}
.restricted-items .card-body {
    height: 138px;
    overflow: hidden;
}
.avatar-sm {
    height: 2.5rem !important;
    width: 2.5rem !important;
}
.accordion-success .accordion-item .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: rgb(247 219 189 / 31%) !important;
}
.accordion-success .accordion-item {
    border-color: rgb(251 205 155);
}
.accordion-success .accordion-item .accordion-button::after {
    color: #da7501;
}
.packing-guide button.accordion-button{
    font-size: 16px !important;
}
.Packaging.Guidelines {
    margin: 0px;
    font-size: 15px;
    color: #000000;
}
.Packaging.Guidelines h4 {
    margin: 23px 0px 5px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.pincode-serviceability-table table.table {
    border: 1px solid #c1c1c1;
}
.pincode-serviceability-table th {
    border: 1px solid #c1c1c1;
}
.pincode-serviceability-table td {
    padding: 7px 19px !important;
}
.pincode-serviceability-table th {
    padding: 7px 19px !important;
}
.pincode-serviceability-table h4 {
    margin: 0px;
    font-size: 18px;
    padding: 9px 20px;
    background-color: #c1c1c1;
    color: #000000;
}
.truck-line{       background-color: #000000;
    color: #ffffff;    padding: 3px 15px;
    border: 1px solid #000000;
    font-size: 13px;}
.close-line{padding: 3px 15px;}
.headphone-line{padding: 3px 15px;}
.fs-75{font-size: 75px;}
.Print-Shipping-Label {
    width: 100%;
    background: none;
    color: #da7501;
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
}
.timeline li .icon {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 2px solid #fdc07e !important;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #da7501 !important;
    font-size: 15px !important;
}
.Scan{    color: #da7501;
    font-weight: 500;
    font-size: 14px;}
span.badge.bg-primary {
    padding: 7px 16px;
    font-weight: 500;
}
.SelectPickuplocation {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px 20px;
    margin: 13px 0px;
    width: 100%;
    border-radius: 5px;
}
.c_radio {
    padding: 10px 36px !important;
}
.Ticket-Support-Bull-Logistics p{
    font-size: 15px;
    font-weight: 500;
}
.Contact-Support{
    background: none;
    width: 100%;
    border: 1px solid #e07d10;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 50px;
}
.Referral-link-copied{
    color: #e27d3b; border: 1px solid #e27d3b;
}
.Referral-link-copied:hover{
   background-color: #000000;
   color: #ffffff;border: 1px solid #000000 !important;
}
.actnow {
    text-decoration: none !important;
    font-size: 15px;
    margin: 0px;
    color: #000000;
    font-weight: 500;
}
thead.CreateNew-_Pickup tr td {
    font-weight: 600;
    text-align: left;
    padding: 5px 10px;
    background-color: #f1f1f1;
}
.Whatcanwehelpyou h4 {
    font-size: 16px !important;
    font-weight: 600;
    padding-bottom: 4px;
}
.Whatcanwehelpyou p {
    font-size: 13px !important;
    font-weight: 500;
    color: #000000 !important;
}
.with-Delhivery___One .card-body {
    height: 119px !important;
}
.with-Delhivery___One .avatar-xs {
    height: 2.8rem;
    width: 2.8rem;
}
.Whatcanwehelpyou .d-flex.align-items-center {
    text-align: left !important;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--vz-pagination-active-color);
    background-color: #da7501 !important;
    border-color: #da7501!important;
}
.dropdown.ms-sm-3.header-item.__page-header-user-dropdown {
    background-color: #c1c1c1;
}
button.btn.--__--Account {
    font-weight: 500;
}
img.rounded-circle.header-profile-user {
    border: 3px solid #da7501;
}
.header-profile-user {
    height: 40px;
    width: 40px;
}
.dropdown-menu.dropdown-menu-end.show {
    background-color: #4c4c4c;
    padding: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #f9ad56;
}
.dropdown-menu.dropdown-menu-end.show a i {
    color: #ffffff !important;
}
.dropdown-item {
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase !important;
}
.dropdown-menu.dropdown-menu-end.show h2 {
    background-color: #da7501;
    color: #ffffff;
    text-transform: uppercase;
}
.Selected____Account{    font-size: 30px;
    display: inline-block;
    line-height: 0px;
    position: absolute;
    top: 50%;
    right: initial;
    left: -22px;
    color: #da7501;}
/* .Chargeble--Chargeble{
    background-color: #f1f1f1;
    padding: 22px;
    border-radius: 5px;
} */
.Wallet-balance.d-flex.align-items-center {
    background-color: #f1f1f1;
    padding: 5px 15px;
    border-radius: 5px;
    gap: 10px;
}
.Wallet-balance.d-flex.align-items-center {
    background-color: #f1f1f1;
    padding: 5px 15px;
    border-radius: 5px;
    gap: 10px;
    width: fit-content;
    margin: 0px 5px;
    float: right;
}
.Total____----Debit{padding-left: 24px;}
.Wallet-balance.d-flex.align-items-center img {
    width: 40px;
}
.Wallet-balance.d-flex.align-items-center p {
    margin: 0px;
}
.Wallet-balance.d-flex.align-items-center h5 {
    margin: 0px;
}
.upcoming__pickup tr td{
    text-align: left;
    padding: 5px 10px;}
@media (min-width: 1024px) and (max-width: 1450px) {
    .c_radio {
        padding: 7px 24px !important;
    }
    .md_radio {
        padding: 7px 20px !important;
        font-size: 15px !important;
    }
    .ps-18 {
        font-size: 16px !important;
    }
    .fs-22 {
        font-size: 20px !important;
    }
    .Weight-Mismatchs {
        font-size: 11px;
    }
    .fs-18 {
        font-size: 16px !important;
    }
    .fs-4 {
        font-size: 1.2068rem !important;
    }
    .h2, h2 {
        font-size: 1.6024rem;
    }
    .Wallet-balance.d-flex.align-items-center {
        background-color: #f1f1f1;
        padding: 4px 5px;
        border-radius: 5px;
        gap: 10px;
        width: fit-content;
        margin: 4px 5px;
        float: right;
    }
    .Wallet-balance.d-flex.align-items-center img {
        width: 30px;
    }
    .Wallet-balance.d-flex.align-items-center p {
        margin: 0px;
        font-size: 12px;
    }
    .Wallet-balance.d-flex.align-items-center h5 {
        margin: 0px;
        font-size: 14px;
    }
    .Terms-and-Conditions p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        text-align: justify;
        line-height: 22px;
    }
    .login-bg-images img {
        width: 43%;
    }
    .footer-bg-images {
        position: absolute;
        right: 38px !important;
        bottom: 0px;
        width: 289px !important;
    }
    .fix-cont-img {
        position: absolute;
        top: 40%;
        right: 12px;
        transform: translateY(-50%);
    }
    .auth-bg-cover {
        background-size: cover;
    }
    .Welcome-Back {
        border: 1px solid #bfbbbb61;
        border-radius: 10px;
        background-color: #ffffffde;
    }
}

@media (min-width: 200px) and (max-width: 400px) {
    .Selected____Account {display: none;}
    .sidebar-background {
        opacity: 1;
        background-color: #0d0e0e;
    }
    .ps-18 {
        font-size: 15px !important;
    }
    .Rate__Calculator {
        font-size: 14px;
        line-height: 1.5rem !important;
    }
    .modal-content.py-3.px-5 {
        padding: 0px !important;
    }
    .modal-dialog.modal-dialog-centered.modal-lg h1#ReferEarnLabel {
        font-size: 25px !important;
    }
    .c_radio {
        padding: 6px 15px !important;
    }
    .card-body.bg-marketplace.d-flex.align-items-center {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .SelectPickuplocation {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .col-md-1.text-center.mt-5 {
        margin-top: 10px !important;
    }
    .mile-circle {
        left: -1.9rem;
    }
    .mile-square {
        background-color: #ffffff;
        border: 1px solid #059669;
        border-width: 2px;
        height: 15px;
        width: 15px;
        margin-right: 0.5rem;
        position: absolute;
        top: 4px;
        content: "";
        left: -1.9rem;
    }
    .Wallet-balance.d-flex.align-items-center {
        margin: 4px 5px;
    }
    .Wallet-balance.d-flex.align-items-center p {
        margin: 0px;
        font-size: 12px;
    }
    .Wallet-balance.d-flex.align-items-center h5 {
        margin: 0px;
        font-size: 14px;
    }
    div#layout-wrapper\ withoutdownload .row.py-4.px-4 {
        padding: 0px !important;
    }
    div#layout-wrapper\ withoutdownload .card-body.py-4.px-5 {
        padding: 0px !important;
        border: none;
    }
    .card.Terms-and-Conditions {
        border: none !important;
    }
    
}

@media (min-width: 200px) and (max-width:992px) {
    .fix-cont-img {
        display: none;
    }
    .footer-bg-images {
        display: none;
    }
    .auth-bg-cover {
        background-image: none;
    }
    .Welcome-Back {
        border: 2px solid #bfbbbb61;
        border-radius: 10px;
        background-color: #ffffff;
        padding: 3rem !important;
    }
    .card-body{    width: 100%;
        overflow-y: scroll;}
        .headerOne.gradientBanner {
            background: transparent linear-gradient(244deg, #fde6cd, #ebebff) 0 0 no-repeat padding-box;
            background-position: bottom;
            z-index: 0;
            padding: 20px 0 100px !important;
            margin-top: -23px;
            overflow: hidden;
            height: auto !important;
        }
        .headerOne.gradientBanner .contentWrapper .headingText {
            margin-bottom: 5px !important;
        }
        .headerOne .headingText {
            font-weight: 700;
            font-size: 25px !important;
            line-height: 32px!important;
        }
}

@media (min-width: 992px) and (max-width:1260px) {
    .fix-cont-img {
        display: none;
    }
    .footer-bg-images {
        display: block;
    }
    .auth-bg-cover {
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1500px) {
    .headerOne.gradientBanner {
        padding: 20px 0 100px !important;
        margin-top: -23px;
        overflow: hidden;
        height: 100vh !important;
    }
    .headerOne.gradientBanner .contentWrapper .content {
        margin: 0px;
    }
    .headerOne .headingText {
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
    }
    .Serviceable-Pin_Codes.headerOne.Section.gradientBanner.rightImageInContainer.row.eCommerce__shipments {
        height: auto !important;
    }
    .Serviceable-Pin_Codes.headerOne.Section.gradientBanner.rightImageInContainer.row.eCommerce__shipments .imageWrapper img {
        width: 75%;
    }
}
