/* @media (min-width: 1440px) {
	.image-height {
    object-fit: cover;
    position: relative;
    height: 100vh !important;
}
} */

@media (min-width: 1200px) {
    .submenu {
        position: absolute;
        top: 300px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        background: #660593;
        left: 0;
        width: 230px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
    }

    .menus .submenu a {
        color: #fff;
        padding: 15px 25px;
    }

    .menus>li:hover>.submenu,
    .menus>li:focus>.submenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .menus>li:hover>a,
    .menus>li:focus>a {
        background: #243040 !important;
        color: #fff;
    }

    .droupdown-toggle {
        display: none;
    }

    .btn-display {
        display: none !important;
    }

}


@media (max-width: 1199px) {
    .banner-single-slide {
        height: calc(100vh) !important;
    }

    .banner-single-slide:after {
        height: calc(100vh) !important;
    }

    .top-offset {
        margin: 71px 0 0 0 !important;
    }

    .header-left-section {
        padding: 15px 0px;
    }

    .header-sticky-nav {
        position: fixed;
        background: #fff;
        top: 70px;
        width: 50%;
        right: -50%;
        display: inline-block;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        bottom: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }

    .menus li a {
        padding: 10px 20px;
        color: #fff;
    }

    .menus li {
        position: relative;
        display: block;
        text-align: left;
        border-bottom: 1px solid #243040;

    }

    .menus {
        text-align: left;
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        display: block !important;
    }

    .menus li .submenu a {
        padding-left: 40px;
    }

    .header {
        padding: 15px 35px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .droupdown-toggle {
        position: absolute;
        right: 5px;
        top: 0;
        width: 41px;
        height: 41px;
        border: none;
        z-index: 99;
        padding: 0;
        background: transparent;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        outline: none;
        cursor: pointer;
        box-shadow: none;
    }

    .droupdown-toggle:hover,
    .droupdown-toggle:focus {
        outline: none;
        box-shadow: none;
    }

    .submenu {
        display: none;
    }

    .droupdown-toggle::before {
        font-family: fontawesome;
        content: "\f107";
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 28px;
    }

    .toggle-btn {
        position: absolute;
        width: 10px;
        height: 5px;
        left: -20px;
        top: -28px !important;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        cursor: pointer;
    }

    .toggle-btn span {
        /* width: 100%;
        height: 5px;
        background: #243040; */
        position: absolute;
        border-radius: 50px;
        top: 50%;
        transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

    /*  .toggle-btn::before {
        width: 100%;
        background: #243040;
        height: 5px;
        position: absolute;
        top: 0;
        content: "";
        border-radius: 50px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
    }

    .toggle-btn::after {
        width: 100%;
        background: #243040;
        height: 5px;
        position: absolute;
        bottom: 0;
        content: "";
        border-radius: 50px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
    } */

    .fixed-nav .header-sticky-nav {
        right: 0;
    }

    /* .toggle-btn.active span {
        opacity: 0;
        visibility: hidden;
    } */

    .toggle-btn.active::before {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
    }

    .toggle-btn.active::after {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        bottom: auto;
    }

    .droupdown-toggle.active {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .btn.header-login-btn {
        border-color: #fff;
        background: #fff;
        margin-left: 20px;
    }

    .header .col-lg-9 {
        position: static;
    }

    .sign-up {
        display: table;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .number-text:after {
        border-right: 117px solid #ccc !important;
        left: 45px;
    }

    .vlaue-ship {
        font-size: 29px !important;
        line-height: 35px !important;
    }

    .finance-pad:after {
        border: 0px !important;
    }

    .btn-display {
        display: none !important;
    }

    .dash-table .table tr th:first-child,
    .dash-table .table tr td:first-child {
        width: 5% !important;
    }

    .dash-table .table tr th,
    .dash-table .table tr td {
        white-space: nowrap !important;
    }

    .dash-table .table tr th:first-child,
    .dash-table .table tr td:first-child {
        display: inline;
        position: relative;
        top: 10px;
    }
}


@media (max-width:990px) {
    .service-heading {
        font-size: 22px;
    }

    .toggle-btn {
        top: -45px;
    }

    .header-sticky-nav {
        top: 85px;
    }

    .search-outer {
        width: 257px !important;
        margin: 10px 0px !important;
    }
}

@media (max-width:767px) {
    .service-heading br {
        display: none;
    }

    .service-section {
        padding: 50px 0;
    }

    .number-text:after {
        border-right: 0px solid #ccc !important;
    }

    .add-role-link {

        display: block;
        justify-content: center;
        float: none;
        text-align: center;
    }

    .btn-display {
        display: none !important;
    }

    .dash-table .table tr th:first-child,
    .dash-table .table tr td:first-child {
        width: 5% !important;
    }
}

@media (max-width:767px) {
    .banner-heading h1 {
        font-size: 28px;
        padding-bottom: 15px;
        font-weight: 600;
        line-height: 40px;
    }

    /* .image-height { height: auto; padding-bottom: 20px;width:100%;} */

    .number-text:after {
        border-right: 0px solid #ccc !important;
    }

    .header-dashboard {
        height: auto !important;
        padding: 10px 0px;
        text-align: center;
    }

    .header-notif {
        float: none;
        margin: 0 auto;
        justify-content: center;
    }

    /* .user-name {font-size: 26px !important;padding-top: 15px !important;text-align:center;} */
    .finance-mngr {
        text-align: center;
    }

    .refer-link {
        text-align: center !important;
    }

    .manage-user-list {
        margin: 0 auto;
    }

    .logistic-need2,
    .logistic-need {
        margin-bottom: 20px !important;
    }

    .manage-user-list li {
        padding: 7px;
    }

    .log-out {
        position: static !important;
    }

    .download-report {
        margin: 0 auto;
    }

    .text-up {
        font-size: 30px;
    }

    .dash-table .table tr th:first-child,
    .dash-table .table tr td:first-child {
        display: inline;
        position: relative;
        top: 10px;
    }
}

@media (min-width: 576px) {
    .custom-model .modal-dialog {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .center-md {
        text-align: center;
    }
}


@media (max-width:570px) {
    .btn-display {
        display: block !important;
    }

    .back-btn {
        position: static !important;
    }

    .toggle-icon {
        bottom: 10px !important;
        right: 10px !important;
    }

    .right-content-side {
        padding: 20px 0px !important;
    }

    .number-text:after {
        border-right: 0px solid #ccc !important;
    }

    .submit-button {
        float: none;
    }

    .welcome-movies {
        font-size: 22px;
    }

    .image-height {
        object-fit: cover;
        position: relative;
        object-position: top !important;
        z-index: 999;
        height: 277px !important;
    }

    .welcome-movies {
        font-size: 22px;
    }

    .shipment-nav li {
        padding: 5px 0px;
    }

    .pagi {
        border: 0px;
        float: none;
        margin: 0 auto;
        justify-content: center !important;
    }

    .show-entery {
        text-align: center;
    }

    .dashboard-left {
        height: auto !important;
    }


    .hide-sm {
        display: block !important;
        margin: 0 auto;
    }

    .hide-lg {
        display: none !important;
    }

    .image-height {
        object-fit: cover;
        position: relative;
        object-position: top !important;
        z-index: 999;
        height: 370px !important;
    }

    .welcome-movies {
        font-size: 22px;
    }

    .add-source {
        font-size: 14px !important;
    }

    .cross-btn:after {
        top: 0px;
    }

    .padd-right {
        padding: 0px;
    }

    .finance-list li span {
        float: left !important;
    }

    .otp-block {
        display: block !important;
        text-align: center;
    }

    .customer-care-img {
        width: 50%;
    }

    .logo-side22 {
        display: none;
    }

    .cancel-btn {
        margin: 0 auto;
        display: block;
    }

    .update {
        margin: 0 auto !important;
    }

    .modal-body .submit-btn,
    .modal-body .submit-btn2 {
        margin: 0 auto;
        display: block;
    }

    .modal-body .submit-btn {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .print-bill {
        float: none;
    }

    .ind {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .payment-option {
        text-align: center;
    }

    .delet-pos {
        top: -44px !important;
    }

    .multipro {
        display: none;
    }

    .header-notif {
        padding: 10px 0px;
    }

    .border-right-side {
        height: auto !important;
    }

    .add-user {
        font-size: 15px !important;
    }

    .search-outer2 {
        width: auto !important;
    }

    .dash-table .table tr th,
    .dash-table .table tr td {
        white-space: nowrap !important;
    }

    .shipment-nav li {
        padding-right: 25px;
        padding-left: 0px !important;
    }

    .dash-table .table tr th:first-child,
    .dash-table .table tr td:first-child {
        display: inline;
        position: relative;
        top: 10px;
    }


}








@media (max-width:480px) {
    .header {
        padding: 15px 0px;
    }

    .client-text {
        padding: 10px !important;
    }

    .header-left-section .btn {
        margin: 0 0 0 10px;
    }

    .toggle-btn {
        right: 15px;
    }

    .header-sticky-nav {
        width: 100%;
        right: -100%;
    }

    .banner-content {
        color: #fff;
        padding: 0 15px;
        text-align: center;
    }

    .banner-heading {
        font-size: 25px;
    }

    .banner-subheading {
        font-size: 20px;
        margin: 10px 0;
    }

    .banner-content p br {
        display: none;
    }

    .footer {
        text-align: center;
    }

    /*.header-logo img {*/
    /*    width: 85%;*/
    /*}*/

    .toggle-btn {
        top: -38px;
    }

    .header-meaasenger {
        width: 100% !important;
    }

    .outer-chat {
        width: 100% !important;
    }

    .welcome-movies {
        font-size: 22px;
    }

    .slick-next {
        right: -7px;
    }

    .slick-prev {
        left: -9px;
    }
}
