* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    background-color: #FAFEFF;
    color: #49657B;
    font-family: 'Switzer-Variable';
}

/* ========= Utility Class Starts ==========  */

.font_200 {
    font-weight: 200 !important;
}

.font_300 {
    font-weight: 300 !important;
}

.font_400 {
    font-weight: 400 !important;
}

.font_500 {
    font-weight: 500 !important;
}

.font_600 {
    font-weight: 600 !important;
}

.font_700 {
    font-weight: 700 !important;
}

.font_800 {
    font-weight: 800 !important;
}

.font_900 {
    font-weight: 900 !important;
}

.font_8 {
    font-size: 8px !important;
}

.font_10 {
    font-size: 10px !important;
}

.font_11 {
    font-size: 11px !important;
}

.font_12 {
    font-size: 12px !important;
}

.font_13 {
    font-size: 13px !important;
}

.font_14 {
    font-size: 14px !important;
}

.font_15 {
    font-size: 15px !important;
}

.font_16 {
    font-size: 16px !important;
}

.font_17 {
    font-size: 17px !important;
}

.font_18 {
    font-size: 18px !important;
}

.font_19 {
    font-size: 19px !important;
}

.font_20 {
    font-size: 20px !important;
}

.font_22 {
    font-size: 22px !important;
}

.font_24 {
    font-size: 24px !important;
}

.font_25 {
    font-size: 25px !important;
}

.font_26 {
    font-size: 26px !important;
}

.font_28 {
    font-size: 28px !important;
}

.font_30 {
    font-size: 30px !important;
}

.font_32 {
    font-size: 32px !important;
}

.font_36 {
    font-size: 36px !important;
}

.font_40 {
    font-size: 40px !important;
}

.font_46 {
    font-size: 46px !important;
}

.font_48 {
    font-size: 48px !important;
}

.font_55 {
    font-size: 55px !important;
}

.font_60 {
    font-size: 60px !important;
}

a {
    color: inherit;
    text-decoration: none !important;
}

a:hover {
    color: inherit;
    text-decoration: none !important;
}

.nav-link:hover {
    color: inherit;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

ul .dropdown-item:focus,
ul .dropdown-item:hover {
    background-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

button {
    border: inherit;
}

.cursor-pointer {
    cursor: pointer;
}

.flex-1 {
    flex: 1;
}

.black_1b {
    color: #1B202E;
}

.black_15 {
    color: #151B1E;
}

.blue_08 {
    color: #085FA7;
}

.primary_color {
    color: #4FBFE7;
}

.secondary_color {
    color: #EA962A;
}

.primary_btn {
    border-radius: 8px;
    background-color: #4FBFE7;
    padding: 11px 20px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: 1px solid #4FBFE7;
}

.primary_btn:hover {
    color: #4FBFE7;
    background-color: transparent;
}

.secondary_btn {
    border-radius: 8px;
    background-color: #EA962A;
    padding: 11px 20px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: 1px solid #EA962A;
}

.secondary_btn:hover {
    color: #EA962A;
    background-color: transparent;
}

/* ========= Utility Class Ends ==========  */

/* ===============================================
Header Styling Starts Here
=============================================== */

.main_header .navbar {
    background-color: #FAFEFF;
    padding-top: 18px;
}

.main_header .navbar-light .navbar-nav .nav-link {
    color: #49657B;
}

.main_header .navbar-light .navbar-nav .nav-link.active {
    color: #1B202E;
    font-weight: 600;
}

.notification_number {
    color: white;
    font-size: 10px;
    font-weight: 700;
    border-radius: 100px;
    background-color: #EA962A;
    padding: 1px 6px;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 11px;
}

.navbar-brand img {
    mix-blend-mode: multiply;
}

/* ===============================================
Header Styling Ends Here
=============================================== */

/* ===============================================
Index Page Styling Starts Here
=============================================== */

.hero {
    position: relative;
    z-index: 0;
    padding: 100px 0;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url("../images/page-image/hero-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.truck_banner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.features {
    padding: 150px 0 0 0;
}

.right_line {
    border-right: 1px solid #49657B;
}

.f_box {
    border-radius: 19px;
    padding: 50px;
}

.f_blue_box {
    background-color: #4FBFE7;
}

.f_orange_box {
    background-color: #EA962A;
    margin: 30px 0;
}

.f_gray_box {
    background-color: #49657B;
}

.shipping_details {
    margin-top: 110px;
}

.shipping_card {
    border-radius: 32px;
    border: 1px solid rgba(126, 135, 159, 0.30);
    background: #FFFFFF;
    padding: 90px 60px;
    margin-bottom: 30px;
}

.screenshots {
    background: linear-gradient(180deg, rgba(216, 234, 246, 0.00) 0%, #E8F6FB 55.21%, rgba(216, 234, 246, 0.00) 100%);
    padding: 90px 0 200px 0;
}

.ss_2_shadow {
    box-shadow: 50px 40px 60px 0px rgba(112, 144, 176, 0.12);
}

.ss_2_4_top_space {
    margin-top: 120px;
}

.subscription {
    background: linear-gradient(180deg, rgba(246, 228, 203, 0.00) 0%, #FEF1E1 55.21%, rgba(242, 222, 196, 0.05) 100%);
    padding: 250px 0;
}

.mb_60 {
    margin-bottom: 60px;
}

.subscription_plan {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 60px 44px 40px 44px;
}

.primary_border_bottom {
    border-bottom: 2px solid #4FBFE7;
    padding: 0 7px 20px 7px;
    width: fit-content;
    margin: 0 auto 20px;
}

.secondary_border_bottom {
    border-bottom: 2px solid #EA962A;
    padding: 0 7px 20px 7px;
    width: fit-content;
    margin: 0 auto 20px;
}

.subscription_detail .subscription_detail_list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 17px;
}

.subscription_detail .subscription_detail_list:last-child {
    margin-bottom: 0;
}

/* ===============================================
Index Page Styling Ends Here
=============================================== */

/* ===============================================
Footer Styling Starts Here
=============================================== */

.first_contact {
    padding: 56px 0 90px 0;
}

.contacts {
    display: flex;
}

.contact_icon {
    border-radius: 100px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 21px;
}

.msj_blue {
    background-color: rgba(79, 191, 231, 0.2);
}

.location_gray {
    background-color: rgba(73, 101, 123, 0.2);
}

.call_orange {
    background-color: rgba(234, 150, 42, 0.2);
}

.contact_image {
    height: 28px;
    width: 28px;
}

.form-select {
    color: rgba(73, 101, 123, 0.4);
    border-radius: 10px;
    background: rgba(98, 167, 194, 0.15);
    color: rgba(73, 101, 123, 0.4);
    padding: 10px 13px;
    border: none;
    background-image: url("../images/icons/select-dropdown.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 0.75rem center;
}

.form-control {
    border-radius: 10px;
    background: rgba(98, 167, 194, 0.15);
    color: rgba(73, 101, 123, 0.4);
    /* padding: 10px 13px; */
    padding: 13px 13px;
    border: none;
}

.form-control:focus {
    background: rgba(98, 167, 194, 0.15);
}

.form-control::-webkit-input-placeholder {
    color: rgba(73, 101, 123, 0.4);
}

.form-control::-moz-placeholder {
    color: rgba(73, 101, 123, 0.4);
}

.form-control:-ms-input-placeholder {
    color: rgba(73, 101, 123, 0.4);
}

input:-moz-placeholder {
    color: rgba(73, 101, 123, 0.4);
}

.mb_24 {
    margin-bottom: 24px;
}

.input-group-text {
    background: rgba(98, 167, 194, 0.15);
    border: none;
    border-radius: 10px;
}

.middle_links {
    background-color: #E8F6FB;
    padding: 100px 0 150px 0;
}

.footer_logo {
    mix-blend-mode: multiply;
}

.footer_ul .footer_list {
    margin-top: 20px;
}

.last_footer {
    background-color: #FFFFFF;
    padding: 18px 0;
}

/* ===============================================
Footer Styling Ends Here
=============================================== */

/* ===============================================
Authentication Styling Starts Here
=============================================== */

.auth_height_100 {
    height: 100%;
}

.auth_height_100_81 {
    height: calc(100% - 81px);
}

.login_box {
    border-radius: 27px;
    border: 1px solid rgba(126, 135, 159, 0.30);
    background: #FFFFFF;
    padding: 50px 50px;
}

.otp_input .form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    height: 60px;
    width: 60px;
    color: #4FBFE7;
}

.otp_input .form-control:focus {
    border: 1.199px solid #4FBFE7;
    background-color: #ffffff;
}

.account_tabs .nav-item:first-of-type .nav-link {
    border-radius: 5px 0 0 5px;
}

.account_tabs .nav-item:last-of-type .nav-link {
    border-radius: 0 5px 5px 0;
}

.account_tabs .nav-item .nav-link {
    color: #49657B;
    background: rgba(98, 167, 194, 0.10);
    width: 165px;
    height: 50px;
}

.account_tabs .nav-item .nav-link.active {
    color: #FFFFFF;
    font-weight: 600;
    background: #4FBFE7;
}

.mb_20 {
    margin-bottom: 20px;
}

.login_box_30 {
    padding: 30px 40px;
}

.form-check {
    display: flex;
}

.form-check-input {
    height: 20px;
    width: 20px;
    border-radius: 27px;
    margin-right: 11px;
}

.form-check-input:checked {
    background-color: #4FBFE7;
    border-color: #4FBFE7;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-label {
    flex: 1;
}

.subscription_plan {
    border-radius: 10px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    background: #FFFFFF;
    padding: 15px;
}

.plan_btn {
    border-radius: 5px;
    background: #7E879F;
    padding: 5px 7px;
    color: #FFFFFF;
}

.subscription_plan.active {
    border: 1px solid #4FBFE7;
}

.subscription_plan.active .plan_btn {
    background: #4FBFE7;
}

.fileUpload {
    background: rgba(98, 167, 194, 0.10);
    ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.fileUpload:hover,
.fileUpload:active,
.fileUpload:focus {
    background: rgba(98, 167, 194, 0.10);
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 60px;
    height: 60px;
    cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

/* ===============================================
Authentication Styling Ends Here
=============================================== */

/* ===============================================
Home Page Styling Starts Here
=============================================== */

.bell {
    position: relative;
    cursor: pointer;
}

.bell::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 82px;
}

.bell .sub-notification {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 47px;
    left: -407px;
    width: 424px;
    padding: 24px;
    background-color: #fff;
    z-index: 20;
    transition: ease-out 0.3s;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
    text-align: start;
}

.sub-notification-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #49657B;
    margin-bottom: 28px;
}

.sub-notification-heading span {
    color: #49657B;
    position: relative;
}

.sub-notification-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative;
}

.sub-notification-item .content {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #49657B;
}

.bell .sub-notification-item .time {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #4FBFE7;
    padding-left: 0;
    margin-bottom: 0px;
    position: relative;
    margin-top: 5px;
}

.bell .sub-notification-item .content .name {
    font-weight: 500;
    color: #1B202E;
    position: relative;
}

.bell:hover .sub-notification {
    opacity: 1;
    visibility: visible;
    top: 53px;
}

.profile_dropdown {
    padding: 9px 16px;
    margin-left: 28px;
    border-radius: 8px;
    background: #EA962A;
}

.profile_dropdown.dropdown-toggle::after {
    display: none;
}

.profile_dropdown img {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 4px;
}

.dropdown-menu {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    border: none;
}

.dropdown-item {
    color: #000;
    font-weight: 500;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 47px;
    right: 4%;
    z-index: 9999;
    border: none;
    outline: none;
    background: #4FBFE7;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    box-shadow: 0px 4px 16px 0px rgba(79, 191, 231, 0.47);
}

.uparrow_white {
    height: 19px;
    width: 19px;
}

#customerSupport {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    position: fixed;
    bottom: 47px;
    right: 8%;
    z-index: 9999;
    border: none;
    outline: none;
    background: #EA962A;
    cursor: pointer;
    height: 44px;
    padding: 12px 15px;
    border-radius: 21px;
    box-shadow: 0px 4px 12px 0px rgba(234, 150, 42, 0.46);
}

.navbar-toggler {
    padding: 0;
    border: none;
}

/* ===============================================
Home Page Styling Ends Here
=============================================== */

/* ===============================================
Home Page Styling Ends Here
=============================================== */

.top_heading {
    background-color: #E8F6FB;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 141px;
    margin-bottom: 30px;
}

/* ===============================================
Home Page Styling Ends Here
=============================================== */

/* ===============================================
Warehouse Receipt Page Styling Starts Here
=============================================== */

.warehouse_table {
    border-radius: 16px;
    border: 0.956px solid rgba(126, 135, 159, 0.30);
    background: var(--White, #FFF);
    box-shadow: 0px 3.82373px 5.73559px 0px rgba(62, 73, 84, 0.04);
    margin-bottom: 50px;
}

.warehouse_table thead {
    background-color: #E8F6FB;
}

.warehouse_table thead th {
    padding: 31px 0.5rem 31px 25px;
}

.warehouse_table th,
.warehouse_table td {
    padding-left: 25px;
    vertical-align: middle;
}

.onhand_btn {
    border-radius: 20px;
    background-color: #6FD6D8 !important;
    display: inline-flex;
    align-items: center;
    padding: 5px 8px !important;
}

.inprogress_btn {
    background-color: #E0E17F !important;
}

.intransist_btn {
    background-color: #83C76C !important;
}

.delivered_btn {
    background-color: #49A0FF !important;
}

.pagination .page-item .page-link {
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 16px;
    border: 1px solid #49657B;
    color: #49657B;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: 16px;
    background: transparent;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background: #EA962A;
    color: #ffffff;
    border-color: transparent;
}

.go_btn {
    border-radius: 3.437px;
    background: #4FBFE7;
    padding: 4px 16px;
}

.warehouse_dp {
    background-color: #E8F6FB;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-toggle::after {
    border: none;
    background: url("../images/icons/select-dropdown.svg");
    background-repeat: no-repeat;
    height: 24px;
    width: 20px;
}

.mt_31 {
    margin-top: 31px;
}

.py_5 {
    padding: 5px 0;
}

.py_9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

textarea.form-control {
    resize: none;
}

.table>:not(:first-child) {
    border-top: 2px solid #E8F6FB;
}

.warehouse_detail {
    padding-bottom: 80px;
}

.warehouse_receipt {
    padding-bottom: 80px;
}

.notifications {
    padding-bottom: 100px;
}

/* ===============================================
Warehouse Receipt Page Styling Ends Here
=============================================== */

/* ===============================================
Warehouse Receipt Detail Page Styling Starts Here
=============================================== */

.breadcrumb-item.active {
    color: #4FBFE7;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #4FBFE7;
}

.onhand_receipt {
    padding: 30px;
    border-radius: 10px;
    background: rgba(232, 246, 251, 0.5);
}

.onhand_receipt_heading {
    margin-bottom: 36px;
}

.ware_box_small {
    border-radius: 10px;
    border: 0.956px solid rgba(126, 135, 159, 0.30);
    background: rgba(255, 255, 255, 0.5);
    padding: 18px 32px;
}

.reciept_box {
    border-radius: 10px;
    border: 0.956px solid rgba(126, 135, 159, 0.30);
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
}

.upload_reciept {
    display: flex;
    flex-wrap: wrap;
}

.upload_reciept_image {
    border-radius: 5px;
    border: 1px solid rgba(126, 135, 159, 0.30);
    height: 89px;
    width: 120px;
    overflow: hidden;
    margin-right: 20px;
}

.upload_reciept_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.receiptupload {
    height: 89px;
    width: 120px;
    margin-right: 20px;
    border: 1px solid rgba(126, 135, 159, 0.30);
}

.product_box {
    border-radius: 10px;
    border: 0.956px solid rgba(126, 135, 159, 0.30);
    background: rgba(255, 255, 255, 0.7);
}

.product_box_heading {
    padding: 23px 31px;
}

.product_invoice {
    background: #E8F6FB;
    border-radius: 0 0 10px 10px;
}

.product_invoice_heading {
    padding: 23px 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(126, 135, 159, 0.30);
}

.paid_btn {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    background-color: #14BA56;
    color: #ffffff;
}

.unpaid_btn {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    background-color: #EA962A;
    color: #ffffff;
}

.unpaid_btn img.img-fluid {
    max-width: unset;
}

.mb_16 {
    margin-bottom: 16px;
}

.invoice_table thead tr {
    background-color: #E8F6FB;
}

.invoice_table tr th,
.invoice_table tr td {
    padding: 20px 31px;
}

/* ===============================================
Warehouse Receipt Detail Page Styling Ends Here
=============================================== */

/* ===============================================
Notification Page Styling Starts Here
=============================================== */

.notification_box {
    border-radius: 16px;
    border: 0.956px solid rgba(126, 135, 159, 0.30);
    background: #FFF;
    box-shadow: 0px 3.82373px 5.73559px 0px rgba(62, 73, 84, 0.04);
}

.notification_ul .notification_list {
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    padding: 20px 30px;
}

.notification_ul .notification_list:last-child {
    border-bottom: none;
}

.notification_icon {
    margin-right: 30px;
}

.p_26 {
    padding: 26px;
}

.accordion {
    border-radius: 10px;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button {
    padding: 34px 30px;
    border-radius: 16px !important;
}

.accordion-button:focus {
    border-color: rgba(126, 135, 159, 0.30);
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #151B1E;
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0;
}

/* ===============================================
Notification Page Styling Ends Here
=============================================== */

/* ===============================================
Edit Profile Page Styling Starts Here
=============================================== */

.profile_tab {
    border-radius: 10px;
    border: 0.956px solid rgba(126, 135, 159, 0.30);
    background: rgba(255, 255, 255, 0.7);
}

.profile_tab .nav-link {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #151B1E;
    border-bottom: 1px solid rgba(73, 101, 123, 0.2);
}

.profile_tab .nav-link:last-child {
    border-bottom: none;
}

.profile_tab .nav-link.active {
    color: #4FBFE7;
    background: transparent;
}

.profile_tab_content {
    padding: 42px 26px 30px 26px;
    border-radius: 10px;
    border: 0.956px solid rgba(126, 135, 159, 0.30);
    background: rgba(255, 255, 255, 0.7);
}

.edit_profile_image {
    position: relative;
    margin: 35px auto 30px auto;
    cursor: pointer;
}

.edit_pic {
    border-radius: 100px;
    height: 116px;
    width: 116px;
    object-fit: cover;
}

.camera_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

input[type="date"] {
    padding: 8px 13px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("../images/icons/calendar.svg") no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

/* ===============================================
Edit Profile Page Styling Ends Here
=============================================== */

/* ========== Media Query Starts ===========  */

@media (min-width:1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1410px
    }
}

@media (max-width: 1199.50px) {
    .font_10 {
        font-size: 10px !important;
    }

    .font_12 {
        font-size: 12px !important;
    }

    .font_13 {
        font-size: 12px !important;
    }

    .font_14 {
        font-size: 14px !important;
    }

    .font_15 {
        font-size: 14px !important;
    }

    .font_16 {
        font-size: 15px !important;
    }

    .font_17 {
        font-size: 16px !important;
    }

    .font_18 {
        font-size: 16px !important;
    }

    .font_19 {
        font-size: 18px !important;
    }

    .font_20 {
        font-size: 18px !important;
    }

    .font_22 {
        font-size: 20px !important;
    }

    .font_24 {
        font-size: 22px !important;
    }

    .font_26 {
        font-size: 22px !important;
    }

    .font_25 {
        font-size: 22px !important;
    }

    .font_28 {
        font-size: 22px !important;
    }

    .font_30 {
        font-size: 23px !important;
    }

    .font_32 {
        font-size: 23px !important;
    }

    .font_36 {
        font-size: 24px !important;
    }

    .font_40 {
        font-size: 24px !important;
    }

    .font_46 {
        font-size: 32px !important;
    }

    .font_55 {
        font-size: 35px !important;
    }

    .font_60 {
        font-size: 38px !important;
    }

    #customerSupport {
        right: 9%;
    }
}

@media only screen and (max-width: 991.98px) {

    .font_10 {
        font-size: 10px !important;
    }

    .font_12 {
        font-size: 12px !important;
    }

    .font_13 {
        font-size: 12px !important;
    }

    .font_14 {
        font-size: 14px !important;
    }

    .font_15 {
        font-size: 14px !important;
    }

    .font_16 {
        font-size: 15px !important;
    }

    .font_17 {
        font-size: 16px !important;
    }

    .font_18 {
        font-size: 16px !important;
    }

    .font_19 {
        font-size: 18px !important;
    }

    .font_20 {
        font-size: 18px !important;
    }

    .font_22 {
        font-size: 20px !important;
    }

    .font_24 {
        font-size: 22px !important;
    }

    .font_26 {
        font-size: 22px !important;
    }

    .font_25 {
        font-size: 22px !important;
    }

    .font_28 {
        font-size: 22px !important;
    }

    .font_30 {
        font-size: 23px !important;
    }

    .font_32 {
        font-size: 23px !important;
    }

    .font_36 {
        font-size: 24px !important;
    }

    .font_40 {
        font-size: 26px !important;
    }

    .font_46 {
        font-size: 30px !important;
    }

    .font_48 {
        font-size: 30px !important;
    }

    .font_55 {
        font-size: 30px !important;
    }

    .font_60 {
        font-size: 32px !important;
    }

    .f_box {
        padding: 25px;
    }

    .shipping_details {
        margin-top: 70px;
    }

    .shipping_card {
        padding: 50px 30px;
    }

    .mb_60 {
        margin-bottom: 40px;
    }

    .subscription_plan {
        padding: 40px 30px 25px 30px;
    }

    .bell .sub-notification {
        left: 0;
    }

    .login_box {
        padding: 30px;
        border-radius: 14px;
    }

    .account_tabs .nav-item .nav-link {
        width: 125px;
        height: 40px;
    }

    #customerSupport {
        right: 10%;
    }
}

@media (max-width: 767.5px) {
    .font_10 {
        font-size: 10px !important;
    }

    .font_12 {
        font-size: 12px !important;
    }

    .font_13 {
        font-size: 12px !important;
    }

    .font_14 {
        font-size: 14px !important;
    }

    .font_15 {
        font-size: 14px !important;
    }

    .font_16 {
        font-size: 15px !important;
    }

    .font_17 {
        font-size: 15px !important;
    }

    .font_18 {
        font-size: 16px !important;
    }

    .font_19 {
        font-size: 16px !important;
    }

    .font_20 {
        font-size: 16px !important;
    }

    .font_22 {
        font-size: 16px !important;
    }

    .font_24 {
        font-size: 17px !important;
    }

    .font_26 {
        font-size: 17px !important;
    }

    .font_25 {
        font-size: 18px !important;
    }

    .font_28 {
        font-size: 18px !important;
    }

    .font_30 {
        font-size: 20px !important;
    }

    .font_32 {
        font-size: 20px !important;
    }

    .font_36 {
        font-size: 20px !important;
    }

    .font_40 {
        font-size: 26px !important;
    }

    .font_46 {
        font-size: 28px !important;
    }

    .font_48 {
        font-size: 28px !important;
    }

    .font_55 {
        font-size: 28px !important;
    }

    .font_60 {
        font-size: 30px !important;
    }

    .hero {
        padding: 50px 0;
    }

    .f_box {
        padding: 20px;
    }

    .shipping_details {
        margin-top: 55px;
    }

    .shipping_card {
        padding: 20px;
    }

    .mb_60 {
        margin-bottom: 30px;
    }

    .subscription_plan {
        padding: 30px;
    }

    .onhand_receipt {
        padding: 15px;
    }

    .reciept_box {
        padding: 15px;
    }

    .ware_box_small {
        padding: 10px 15px;
    }

    .p_26 {
        padding: 15px;
    }

    .mb_24 {
        margin-bottom: 15px;
    }

    .subscription {
        padding: 70px 0;
    }

    .screenshots {
        padding: 70px 0 30px 0;
    }

    .first_contact {
        padding: 50px 0 50px 0;
    }

    .middle_links {
        padding: 50px 0 50px 0;
    }

    .auth_height_100_81 {
        height: 100%;
        margin-top: 30px;
    }

    .login_banner {
        display: none;
    }

    .auth_height_100 {
        display: block !important;
        height: unset;
    }

    #customerSupport {
        right: 12%;
    }

    .warehouse_detail {
        padding-bottom: 35px;
    }

    .warehouse_receipt {
        padding-bottom: 35px;
    }

    .notifications {
        padding-bottom: 50px;
    }

    .truck_banner {
        bottom: -190px;
    }

    .features {
        padding: 300px 0 0 0;
    }
}

@media (max-width: 576px) {
    .font_10 {
        font-size: 10px !important;
    }

    .font_12 {
        font-size: 11px !important;
    }

    .font_13 {
        font-size: 11px !important;
    }

    .font_14 {
        font-size: 12px !important;
    }

    .font_15 {
        font-size: 12px !important;
    }

    .font_16 {
        font-size: 13px !important;
    }

    .font_17 {
        font-size: 14px !important;
    }

    .font_18 {
        font-size: 14px !important;
    }

    .font_19 {
        font-size: 14px !important;
    }

    .font_20 {
        font-size: 15px !important;
    }

    .font_22 {
        font-size: 16px !important;
    }

    .font_24 {
        font-size: 16px !important;
    }

    .font_26 {
        font-size: 16px !important;
    }

    .font_25 {
        font-size: 16px !important;
    }

    .font_28 {
        font-size: 16px !important;
    }

    .font_30 {
        font-size: 20px !important;
    }

    .font_32 {
        font-size: 20px !important;
    }

    .font_36 {
        font-size: 20px !important;
    }

    .font_40 {
        font-size: 22px !important;
    }

    .font_46 {
        font-size: 24px !important;
    }

    .font_48 {
        font-size: 24px !important;
    }

    .font_55 {
        font-size: 24px !important;
    }

    .font_60 {
        font-size: 24px !important;
    }

    .f_box {
        padding: 15px;
    }

    .screenshots {
        padding: 50px 0;
    }

    .ss_2_4_top_space {
        margin-top: 00px;
    }

    .ss_1 {
        margin-bottom: 50px;
    }

    .subscription_plan {
        padding: 20px;
    }

    .bell .sub-notification {
        width: 365px;
        padding: 15px;
    }

    .mb_24 {
        margin-bottom: 10px;
    }

    .account_tabs .nav-item .nav-link {
        width: 125px;
        height: 40px;
    }

    .login_box {
        padding: 20px;
        border-radius: 14px;
    }

    #customerSupport {
        right: 15%;
    }
}

@media (max-width: 460px) {
    #customerSupport {
        right: 17%;
    }
}

@media (max-width: 375px) {
    #customerSupport {
        right: 20%;
    }
}

/* ========== Media Query Ends ===========  */

@media (max-width: 575px) {
    .modal {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .popup-modal-dialog {
        position: fixed;
        margin: auto;
        width: 95% !important;
        height: 100%;
        right: 0px;
    }

    .actionbloc-pop {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        width: 99% !important;
        height: auto;
        padding: 0px 25px;
        margin-top: 5px;
    }
}