@media screen and (max-width: 768px) {
    .text-truncate {
        display: none;
    }

    .on-bording {
        position: relative;
        overflow-x: hidden;
    }

    ul.next-button li:nth-child(1) {
        padding-left: 42px;
    }

    ul.next-button li:nth-child(2) {
        padding-right: 42px;
    }

    .our-webcoderskull ul li {
        width: 33%;
        flex: 1 1;
    }

    .calc {
        height: auto;
    }

    .our-webcoderskull ul {
        padding: 0;
    }

    .breadcrumb-left {
        display: none !important;
    }

    .open-menu {
        background: transparent;
        border: 0;
    }

    .open-menu div {
        width: 25px;
        height: 3px;
        background-color: #17a2b8;
        margin: 6px 0;
        margin-left: 10px;
    }

    .filter-bg {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .filter-bg ul li {
        margin-bottom: 10px;
    }

    .close-menu {
        position: absolute;
        background: #5CB8D3;
        border: 0;
        right: -36px;
        top: 0;
        color: #fff;
        width: 36px;
        height: 32px;
        font-size: 19px;
    }

    .open-menu {
        display: block;
    }

    .close-menu {
        display: block;
    }

    ul.nav-top {
        margin: 10px 0;
        padding-left: 0;
        padding-right: 0;
    }

    nav.col-md-2.d-md-block.sidebar {
        flex: 0 0 75%;
        max-width: 75%;
    }

    /* main.ml-sm-auto.col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    } */

    .profile-bottom ul {
        flex-direction: column;
        margin: 0;
    }

    .profile-bottom ul li {
        padding: 10px 0;
    }

    .accordionItemContent .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
        margin-bottom: 15px;
    }

    .accordionItemContent .col-lg-3.col-md-3.col-sm-6.col-xs-12:last-child {
        margin-bottom: 0px;
    }

    .profile-img-pro img {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .nav-tabs-custom {
        padding-right: 0;
    }

    .nav-tabs-custom li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #efefef;
    }

    .nav-tabs-custom li:last-child {
        border-bottom: 0;
    }

    .nav-tabs-custom .nav-item.show .nav-link,
    .nav-tabs-custom .nav-link.active {
        border-radius: 0;
    }

    .calc-modal {
        height: calc(100vh - 188px);
    }

    ul.price-ul li {
        width: 50%;
        padding-right: 0;
    }

    .modal-title {
        font-size: 18px;
    }

    .top-sticky {
        background: #227b82;
        margin-left: 0;
        margin-right: 0;
        box-shadow: 2px 1px 3px #227b82;
        position: relative;
    }

    .form-control-bottom {
        margin-bottom: 10px;
    }

    .float-rightbtn-sm {
        margin-top: 10px;
    }

    .switch-field.ml-1.mr-1 {
        margin-bottom: 10px;
    }

    button.delete-icon.tnc-delete {
        right: -23px;
    }

    .carousel-inner img {
        width: 100%;
        height: auto;
    }

    .form-signin {
        width: 100%;
    }

    .footer {
        position: relative;
        bottom: inherit;
    }

    ul.nav-footer {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .col-md-4.order-sm-1.text-left {
        text-align: center !important;
        margin-top: 15px;
    }

    .table-cell {
        background: #fff !important;
    }

    .input-margin {
        margin-top: 10px;
    }

    .menu-overflow {
        overflow: auto;
        max-height: 85vh;
    }

    .expanded-menu {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    ul.breadcrumb-show {
        display: block;
    }

    /* main {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 70px;
    } */

    .btn {
        font-size: 0.7rem;
    }

    /* OnBoarding */
    body {
        padding-bottom: 0px;
    }

    ul.on-bording-dashboard {
        margin: auto;
        width: 280px;
    }

    ul.on-bording-dashboard li {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
    }

    ul.on-bording-dashboard li:nth-child(1) {
        left: inherit;
        top: inherit;
    }

    ul.on-bording-dashboard li:nth-child(2) {
        top: inherit;
        left: inherit
    }

    ul.on-bording-dashboard li:nth-child(3) {
        right: inherit;
        top: inherit;
    }

    ul.on-bording-dashboard li:nth-child(4) {
        bottom: inherit;
        left: inherit;
    }

    ul.on-bording-dashboard li .img-icon {
        width: 100%;
    }

    .bording-h2 {
        font-size: 18px;
    }

    .calc-inner {
        height: auto;
    }

    .col-md-9.calc-inner.mt-5 form.pr-4 {
        padding-right: 0rem !important;
    }

    ul.next-button {
        position: fixed;
        bottom: 0;
        z-index: 2;
        height: 50px;
        background: #B1E4E8;
        box-shadow: 1px 1px 6px #759da0;
    }

    ul.next-button li button {
        border: 1px solid #B1E4E8;
        width: 42px;
        background: transparent;
        font-size: 40px;
        padding: 0;
        line-height: 30px;
        color: #297079;
    }

    .our-webcoderskull ul {
        padding: 0;
    }

    .our-webcoderskull ul li {
        width: 50%;
        flex: 1 1;
    }

    ul.other-documents {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    ul.other-documents li:nth-child(1) {
        order: 0;
        display: none;
    }

    ul.other-documents li:nth-child(2) {
        order: 1;
    }

    ul.other-documents li:nth-child(3) {
        order: 1;
        float: left;
        width: 72%;
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-top: 15px;
    }

    ul.other-documents li:nth-child(4) {
        order: 1;
        display: flex;
        margin-top: 14px;
    }

    ul.other-documents li:nth-child(5) {
        order: 5;
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 152px;
    }

    ul.other-documents li {
        width: 100%;
        padding: 0;
    }

    ul.other-documents li:nth-child(2) input {
        padding-right: 125px;
    }

    .year {
        width: 70px;
        margin-right: 15px;
    }

    .form-group.pr-10 {
        padding-left: 0;
    }

    .bottom-btn {
        position: relative;
    }

    .d-flex.mt-2.pr-10 {
        padding-left: 0
    }

    .col-md-7.mx-auto.bg-white.rounded.pl-5.pr-5.pb-5.mt-3.mb-5.calc.pt-3 {
        padding-left: 25px !important;
        padding-right: 40px !important;
    }

    .calc-inner-bank {
        height: auto;
    }

    form.pr-4 {
        padding-right: 0 !important;
    }

    ul.thank-you-bg {
        position: fixed;
        height: 100vh;
    }

    .thaks-bg {
        width: 90%;
        padding: 20px;
    }

    span.custum-input input {
        width: 140px;
    }

    /* Mobile menu */
    .sidebarOpen {
        margin: 0;
        height: 100%;
        width: 75%;
        max-width: 320px;
        z-index: 999;
        top: 0;
        left: 0%;
        transition: left .5s ease-out;
        position: fixed;
    }

    .sidebarClosed {
        margin: 0;
        height: 100%;
        width: 75%;
        max-width: 320px;
        z-index: 999;
        top: 0;
        left: -100%;
        transition: left .5s ease-out;
        position: fixed;
    }

    .responsive-active .sidebar {
        left: 0;
    }

    .responsive-active:after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        height: 100vh;
        width: 100%;
        z-index: 99;
    }

    .breadcrumb-bg {
        padding-left: 0 !important;
        position: fixed;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        left: 0;
    }

    /* Filter */
    #ProfileCard {
        bottom: -108px;
    }

    .filter-bg ul {
        width: 100%;
    }

    .filter-bg ul li {
        margin-right: 0;
    }

    .filter-bg ul li button {
        float: right;
    }

    ul.range-slider {
        margin-left: -8px;
        margin-right: -8px;
    }

    ul.range-slider li {
        padding: 0 8px;
        float: left;
        margin-bottom: 15px;
    }

    .range-slider input {
        width: 100%;
    }

    ul.range-slider li:nth-child(3) input {
        padding-right: 10px;
    }

    /* .range-slider button {
        top: -2px;
        right: 10px;
    } */

    /*Modal*/
    .modal {
        padding-left: 0;
    }

    .modal-dialog {
        max-width: 94%;
    }

    /* Track Shipment */
    .timeline {
        list-style-type: none;
        display: block;
        border-left: 2px solid #bebebe;
    }

    .timeline li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
        flex-wrap: wrap;
        min-height: auto;
    }

    .timestamp {
        width: 100px;
        display: none;
    }

    .status:before {
        left: -13px;
        top: -1px;
        transition: all 200ms ease-in;
    }

    .status {
        padding: 0 0 30px 20px;
        border-top: 0px;
    }

    .timeline li.complete .status {
        border-top: 0px solid #8FBB13;
        border-left: 2px solid #8FBB13;
        margin-left: -2px;
    }

    .timeline li:last-child .status:after {
        bottom: 0;
        left: -13px;
        top: auto;
    }

    .timeline li:last-child:after {
        display: none;
    }

    /* Table */
    ul.seller-vertical-buyer li .table-sm th,
    .table-sm td {
        white-space: nowrap;
    }

    ul.seller-vertical li .table-sm th,
    .table-sm td {
        white-space: nowrap;
    }

    ul.seller-vertical {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    ul.seller-vertical li {
        display: grid;
        list-style: none;
        border: 1px solid #227b82;
    }

    ul.seller-vertical li:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    ul.seller-vertical li:nth-child(1) span {
        align-items: center;
        display: grid;
        text-align: center;
    }

    ul.seller-vertical li:nth-child(2) {
        border-left: 50px solid #227b82;
    }

    ul.seller-vertical-buyer {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    ul.seller-vertical-buyer li {
        display: grid;
        list-style: none;
        border: 1px solid #1ea3ae;
    }

    ul.seller-vertical-buyer li:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    ul.seller-vertical-buyer li:nth-child(1) span {
        align-items: center;
        display: grid;
        text-align: center;
    }

    ul.seller-vertical-buyer li:nth-child(2) {
        border-left: 50px solid #1ea3ae;
    }

    /* Table Dropdown*/
    .table thead th {
        white-space: nowrap;
    }

    .table tbody td {
        white-space: nowrap;
    }

    .action-btn-i .show-invoice {
        white-space: initial;
    }


    /*Invoice*/
    .invoice-table {
        position: fixed;
        left: 0;
        right: 0;
        top: 25px;
        width: 100%;
        height: 50px;
        background: #e4f5f6;
        padding-right: 15px;
    }

    .invoice-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    /* Notification*/
    .notification_listing .Ul-list>li {
        flex-wrap: wrap;
    }

    .notification_listing .ntf_time {
        border-right: 0;
        flex: 100%;
        border-bottom: solid #b7ebf1 1px;
    }

    .notification_listing .ntf_content {
        border-right: 0;
        border-bottom: solid #b7ebf1 1px;
        flex: 100%;
    }

    .notification_listing .ntf_mode {
        flex: 100%;
    }

    /* Contract Details */

    ul.contract-top {
        padding: 0;
        justify-content: space-between !important;
        margin-right: -25px;
        margin-left: -10px;
    }

    ul.contract-top li:nth-child(1) {
        text-align: left;
    }

    ul.contract-top li:nth-child(2) {
        text-align: right;
    }

    /* Accordion */
    .accordionItemHeading {
        padding-right: 40px;
    }

    .accordionItemContent .form-control {
        margin-bottom: 0;
    }

    /* Profile*/
    .tab-nav {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        align-items: stretch;
        display: flex;
        font-size: 1rem;
        justify-content: space-between;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-start;
    }

    ul.add-profile {
        min-height: 367px;
    }

}

@media screen and (max-width: 480px) {

    ul.range-slider li:nth-child(1) {
        width: 100%;
    }

    ul.range-slider li:nth-child(2) {
        width: 50%;
    }

    ul.range-slider li:nth-child(3) {
        width: 50%;
    }

    .range-slider input {
        width: 100%;
    }

    ul.range-slider li:nth-child(2) input {
        width: 100%;
        padding-left: 10px;
    }

    ul.range-slider li:nth-child(3) input {
        width: 100%;
        padding-left: 10px;
    }

    ul.range-slider li:nth-child(2) label {
        position: relative;
        left: 0;
        line-height: 25px;
    }

    ul.range-slider li:nth-child(3) label {
        position: relative;
        left: 0;
        line-height: 25px;
    }

    ul.price-ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .form-check {
        padding-left: 0;
    }

    .col-md-7.col-lg-8.p-0.login-panel-right.hidden-xs.hidden-sm {
        display: none;
    }

    .our-webcoderskull ul li {
        width: 100%;
        flex: 1 1;
    }



}

@media screen and (max-width: 375px) {

    .file-browse button {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 70px;
    }

    .filter-bg ul li {
        width: 100%;
    }

    .filter-bg ul li button {
        line-height: 28px;
    }

    /* Create Modal*/
    .calc-modal {
        height: calc(100vh - 235px);
    }

    .calc-inner-modal {
        height: calc(100vh - 325px);
    }

    .modal-header {
        padding: 0.7rem 1rem;
    }

    .modal-footer {
        padding: 0.5rem 1rem;
    }

    .modal-title {
        font-size: 18px;
    }

    .form-control {
        margin-bottom: 15px;
    }

    .tab-link {
        padding-right: 1rem;
    }

    ul.category-ul li {
        width: 100%;
    }

    .nav-link label {
        width: 100%;
    }

    ul.category-ul li .cate-img {
        float: right;
    }

    .accordionItemHeading {
        font-size: 14px;
    }

    .card-panel {
        width: 100%;
        border: 1px solid #dee2e6;
        border-bottom: 0;
        background: #f1f1f1;
    }

    .contract-details .card-panel {
        padding-left: 10px;
    }

    .card-panel ul {
        min-height: 50px;
    }

}