/* Responsive css */
@media (max-width: 1439px) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    /* .footer-menu {
        padding: 50px 0;
    } */
    .drive-for-us h2 {
        font-size: 55px;
        line-height: 80px;
    }
    .motor-carrier-content,
    .help-videos,
    .drive-for-us {
        padding: 75px 0;
    }
    .latest-news {
        padding: 60px 0;
    }
    .customs-brokerage-wrapper {
        padding: 70px 60px;
    }
    .location-content-slider {
        padding: 40px 40px 60px;
    }
    .help-videos-slider .slick-arrow {
        width: 60px;
        height: 60px;
        right: -20px;
    }
    .help-videos-slider .slick-prev {
        left: -40px;
    }
    .motor-carrier:after {
        width: 300px;
        height: 455px;
    }
    .terminal-maps.motor-carrier:after {
        width: 165px;
        height: 415px;
    }
    .latest-news .triangle-dots {
        top: -55px;
    }
    .faq-home:before {
        width: 200px;
        height: 469px;
    }
    .customs-brokerage-wrapper:after {
        width: 355px;
        height: 260px;
    }
    .motor-carrier-ratio h2 {
        font-size: 45px;
        line-height: 42px;
    }
    .section {
        padding: 60px 0;
    }
    .quote-section .triangle-dots {
        top: -50px;
    }
}
@media (max-width: 1365px) {
    .motor-carrier-img {
        padding: 30px 0 0 30px;
    }
    .motor-carrier-ratio {
        bottom: 150px;
    }
    .motor-carrier-ratio li {
        width: 250px;
        min-height: 152px;
        padding: 15px;
    }
    .ltl-red-box,
    .ltl-blue-box {
        padding: 40px;
    }
    .drive-for-us-content {
        padding: 40px 50px;
    }
}
@media (max-width: 1199px) {
    .nav-bar > ul > li {
        padding: 0 8px;
    }
    .nav-bar > ul.nav-menu-group > li a {
        font-size: 15px;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h3 {
        font-size: 28px;
        line-height: 40px;
    }
    h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .motor-carrier-ratio {
        bottom: 80px;
    }
    
    .customs-brokerage-content {
        max-width: 640px;
    }
    .customs-brokerage-wrapper {
        padding: 40px;
    }
    .ltl-shipments .triangle-dots {
        bottom: -115px;
    }
    .location-content-slider {
        padding: 35px;
    }
    .terminal-maps-content .triangle-dots-bottom {
        bottom: 0;
    }
    .help-videos-slider .slick-arrow {
        right: -10px;
    }
    .help-videos-slider .slick-prev {
        left: -10px;
    }
    h2 {
        font-size: 35px;
        line-height: 42px;
    }
    h5 {
        font-size: 22px;
        line-height: 32px;
     }
    .drive-for-us h2 {
        font-size: 50px;
        line-height: 75px;
    }
    .fuel-ps-table > .triangle-dots {
        left: calc(100% + 72px);
    }
    .bulk-system-box img {
        height: 336px;
    }
    h4 {
        font-size: 25px;
        line-height: 36px;
    }
    .bulk-system-box h5 > span {
        font-size: 24px;
    }
    .formError {
        margin-left: -25px;
    }
    .ltl-shipments .triangle-dots {
        display: none;
    }
    .fuel-prices-surcharge .triangle-dots {
        right: -35px;
    }
    .menu-open {
        overflow: hidden;
        background: transparent;
    }
    .menu-open .hamburger svg {
        display: none;
    }
    .menu-open .hamburger:before {
        font-family: var(--hercules-icons);
        content: '\e90d';
        color: var(--black-medium);
        font-size: 16px;
    }
    .menu-open header,
    .menu-open .header-top-bar {
        background: var(--white) !important;
    }
    .menu-open .call-no p {
        color: var(--black-medium);
    }
    .nav-bar {
        padding: 0 20px 24px;
        position: fixed;
        background: var(--white);
        height: calc(100% - 80px);
        width: 100%;
        left: 0;
        top: 135px;
        overflow-y: auto;
        transition: none;
        z-index: 11;
        opacity: 0;
        visibility: hidden;
    }
    .menu-open .nav-bar {
        opacity: 1;
        visibility: visible;
    }
    .nav-bar > ul > li {
        padding: 0;
    }
    .mobile-select-language {
        padding: 10px 0 0;
        border-top: 1px solid var(--light-grey);
    }
    .mobile-select-language p {
        color: var(--black-medium);
    }
    .nav-bar > ul {
        width: 100%;
    }
    .nav-bar > ul > li.dropdown:before {
        display: none;
    }
    .nav-bar > ul.nav-menu-group > li a {
        font-size: 18px;
        color: var(--black-medium);
        display: block;
        padding: 18px 0;
    }
    .nav-bar > ul > li.dropdown.open > a,
    .nav-bar > ul.nav-menu-group > li:hover > a {
        color: var(--blue);
    }
    .nav-bar > ul > li.dropdown > a:after {
        font-family: var(--hercules-icons);
        content: '\e90c';
        font-size: 9px;
        top: 50%;
        transform: translateY(-50%);
    }
    .nav-bar > ul > li.dropdown.open > a:after {
        transform: translateY(-50%) rotateX(180deg);
    }
    .nav-btn-group .btn-primary-white {
        color: var(--black);
        background: var(--yellow);
        border-color: var(--yellow);
    }
    .menu-open .header-menu-bar .btn-small.btn-primary-yellow {
        display: none;
    }
    .menu-open .language-selector, .menu-open .header-cta mobile {
        display: none !important;
    }
    .motor-carrier-ratio.fuel-ps-ratio li  {
        width: calc(50% - 20px);
    }
}
@media (max-width: 991px) {
    /* .menu-open {
        overflow: hidden;
        background: transparent;
    }
    .menu-open .hamburger svg {
        display: none;
    }
    .menu-open .hamburger:before {
        font-family: var(--hercules-icons);
        content: '\e90d';
        color: var(--black-medium);
        font-size: 16px;
    }
    .menu-open header,
    .menu-open .header-top-bar {
        background: var(--white) !important;
    }
    .menu-open .call-no p {
        color: var(--black-medium);
    }
    .nav-bar {
        padding: 0 20px 24px;
        position: fixed;
        background: var(--white);
        height: calc(100% - 135px);
        width: 100%;
        left: 0;
        top: 135px;
        overflow-y: auto;
        transition: none;
        z-index: 11;
        opacity: 0;
        visibility: hidden;
    }
    .menu-open .nav-bar {
        opacity: 1;
        visibility: visible;
    }
    .nav-bar > ul > li {
        padding: 0;
    }
    .mobile-select-language {
        padding: 10px 0 0;
        border-top: 1px solid var(--light-grey);
    }
    .mobile-select-language p {
        color: var(--black-medium);
    }
    .nav-bar > ul {
        width: 100%;
    }
    .nav-bar > ul > li.dropdown:before {
        display: none;
    }
    .nav-bar > ul.nav-menu-group > li a {
        font-size: 18px;
        color: var(--black-medium);
        display: block;
        padding: 18px 0;
    }
    .nav-bar > ul > li.dropdown.open > a,
    .nav-bar > ul.nav-menu-group > li:hover > a {
        color: var(--blue);
    }
    .nav-bar > ul > li.dropdown > a:after {
        font-family: var(--hercules-icons);
        content: '\e90c';
        font-size: 9px;
        top: 50%;
        transform: translateY(-50%);
    }
    .nav-bar > ul > li.dropdown.open > a:after {
        transform: translateY(-50%) rotateX(180deg);
    }
    .nav-btn-group .btn-primary-white {
        color: var(--black);
        background: var(--yellow);
        border-color: var(--yellow);
    } */
    .header-sub-menu .container-fluid {
        padding: 0;
    }
    .motor-carrier-ratio {
        bottom: 165px;
    }
    .motor-carrier-ratio li {
        width: 215px;
    }
    .nav-btn-group .btn-small {
        min-width: 170px;
    }
    .ltl-shipments .row {
        margin: 0 -40px;
    }
    .ltl-shipments .row > .position-lg-absolute {
        padding: 0 40px;
/*        margin-top: -80px;*/
        z-index: 1;
    }
    .ltl-shipments .triangle-dots {
        right: 30px;
        bottom: -150px;
        transform: rotate(41deg);
    }
    .motor-carrier:after {
        bottom: -15%;
    }
    .customs-brokerage-wrapper {
        padding-top: 400px;
        background: #E6F2FF url(../images/customs-brokerage-mobile-thumb.webp) no-repeat left top;
        background-size: 100% auto;
    }
    .customs-brokerage-wrapper:before {
        background: url(../images/customs-brokerage-bg-mobile.svg) no-repeat;
        background-position: top 270px left;
        background-size: 100%;
        width: 100%;
    }
    .customs-brokerage-wrapper:after {
        background: url(../images/customs-brokerage-circle-mobile.svg) no-repeat;
        width: 145px;
        height: 262px;
        bottom: auto;
        top: 0;
        border-top-right-radius: 8px;
    }
    .terminal-maps:after {
        top: 62%;
    }
    .terminal-maps-content .row > .position-lg-absolute {
        padding: 0 40px;
        margin-top: -60px;
    }
    .location-content-slider .slick-dots {
        bottom: 50px;
    }
    .login-modal {
        padding: 20px;
        position: fixed;
        background: var(--white);
        height: calc(100% - 135px);
        width: 100%;
        left: 0;
        top: 135px;
        overflow-y: auto;
        transition: none !important;
    }
    .login-modal .modal-dialog {
        max-width: calc(100% + 40px);
        margin: 0 -20px;
        transition: none !important;
        min-height: auto;
    }
    .login-modal .modal-content {
        padding: 0;
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .login-modal .modal-body {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .login-modal .btn-close {
        display: none;
    }
    .call-no:not(.footer-call-no) p a {
        transition: none;
    }
    .nav-bar > ul.nav-menu-group .header-sub-menu li a {
        font-size: 16px;
    }
    .modal-header h3 {
        margin-bottom: 8px;
    }
    .motor-carrier-row p,
    .fuel-ps-row p {
        max-width: 100%;
    }
    .quote-section .triangle-dots {
        top: -50px;
    }
    .fuel-prices-surcharge .triangle-dots {
        right: -5px;
        top: -110px;
    }
    .motor-carrier-ratio.fuel-ps-ratio {
        padding: 60px 0 50px;
    }
   
    .fuel-ps-table > .triangle-dots {
        left: auto;
        right: 0;
        top: -80px;
    }
    .fuel-ps-table-wrapper {
        padding-bottom: 40px;
    }
    .fuel-ps-table-wrapper:before {
        width: 139px;
        height: 375px;
        top: -105px;
    }
    .fuel-ps-table-wrapper > .triangle-dots:before,
    .fuel-ps-table > .triangle-dots:before {
        font-size: 70px;
    }
    .fuel-ps-table-wrapper > .triangle-dots {
        right: 40px;
    }
    .fuel-ps-modal .motor-carrier-ratio.fuel-ps-ratio li {
        width: calc(33.33333333% - 20px);
        min-height: 120px;
    }
    .bulk-system-box {
        padding: 30px;
        background-size: 100% 35%;
    }
    .bulk-system-box h5 {
        max-width: 100%;
    }
    .header-sub-menu li p {
        padding: 16px 0;
    }
    .header-icons-sub-menu {
        padding-top: 18px !important;
    }
    .header-icons-sub-menu .btns {
        font-size: 16px !important;
        padding: 12px 20px !important;
    }
    .transit-time-form {
        padding: 60px 40px;
    }
    .header-menu-bar .btn-small.btn-primary-yellow {
        font-size: 12px;
        min-width: 70px;
        min-height: 28px;
        padding: 3px 8px;
    }
    /* .menu-open .header-menu-bar .btn-small.btn-primary-yellow {
        display: none;
    } */
    .btns:hover {
        opacity: 1;
    }
    .banner:not(.home-banner) {
        height: 360px;
    }
    .banner-small:not(.home-banner){
        height: 240px;
    }
    .track-shipment-banner .banner-content{
        padding-bottom: 160px;
    }
}
@media (max-width: 767px) {
    .sticky-bar {
        width: 72px;
    }
    .sticky-bar li a {
        padding: 12px 8px;
    }
    .sticky-bar li a p {
        font-size: 12px;
    }
    /* .footer-menu {
        padding: 35px 0;
    } */
    .footer-hercules-logo {
        width: 140px;
    }
    .footer-sub-menu {
        display: none;
        padding-bottom: 10px;
    }
    .footer-menu-list {
        border-bottom: 1px solid rgba(241, 241, 241, 0.12);
     }
    .footer-menu-list h6 > a {
        padding: 16px 24px 16px 0;
        position: relative;
        font-weight: 400;
    }
    .footer-menu-list h6 > a:after {
        font-family: var(--hercules-icons);
        content: '\e90c';
        font-size: 10px;
        font-weight: 400;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease-in-out;
     }
     .footer-menu-list h6.open > a:after {
        transform: translateY(-50%) rotateX(180deg);
     }
     .motor-carrier-ratio {
        max-width: 240px;
        margin: 0 auto;
        padding-top: 10px;
     }
     .motor-carrier-ratio li {
        width: 100%;
        min-height: auto;
        margin: 20px 0 0;
        padding: 20px 40px;
     }
     .motor-carrier:after {
        bottom: 20%;
     }
     .btns {
        font-size: 16px;
        min-width: 175px;
        min-height: 46px;
     }
     .help-videos figure:before {
        width: 40px;
        height: 40px;
     }
     .drive-for-us-content {
        padding: 35px 30px;
     }
     .drive-for-us h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .motor-carrier-ratio h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .sticky-bar.close .sticky-bar-btn:before {
        content: '';
        box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.16);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 12px 12px 0;
    }
    .ratequote-fetch-row-set > .fields-set .row > .col-sm-1 + div {
        width: calc(100% - 36px);
    }
    div.dataTables_wrapper div.dataTables_info {
        padding-bottom: 24px;
    }
    .motor-carrier-ratio.fuel-ps-ratio {
        padding: 40px 0 60px;
        max-width: inherit;
    }
    .fuel-ps-table div.dataTables_wrapper div.dt-row {
        padding-bottom: 40px;
    }
    .fuel-ps-modal .modal-content {
        padding: 30px 20px 30px;
    }
    .fuel-ps-modal .fuel-ps-ratio {
        margin: 0 -10px;
    }
    .fuel-ps-modal .btn-close {
        right: 0;
    }
    .motor-carrier-ratio.fuel-ps-ratio li {
        min-height: 140px;
        padding: 20px;
    }
    .fuel-ps-modal .motor-carrier-ratio.fuel-ps-ratio li {
        width: calc(50% - 20px);
    }
    .quote-section.transit-time .triangle-dots {
        right: -16px;
        display: none;
    }
    .quote-section.transit-time .triangle-dots:before {
        font-size: 65px;
    }
    .nobreak-bulk-system {
        padding: 45px 0;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
        padding-right: 0;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
        padding-left: 0;
    }
    .sticky-bar {
        transform: translateX(-100%);
        border-bottom-right-radius: 0;
    }
    .sticky-bar.open {
        transform: none;
        border-bottom-right-radius: 12px;
    }
    .latest-news-box p.ellipsis {
        -webkit-line-clamp: 3;
    }
    .track-shipment {
        padding-bottom: 60px;
    }
    .track-shipment.quote-section .triangle-dots {
        right: 12px;
    }
    .track-shipment.quote-section .triangle-dots:before {
        font-size: 65px;
    }
    .common-table-modal .modal-content {
        padding: 24px;
    }
    .track-shipment-status-details .row > * {
        margin-bottom: 24px;
    }
    .track-shipment-history-details .mobile-scrollable-tab button {
        font-size: 18px;
        line-height: 22px;
        padding: 14px 10px;
    }
    .track-shipment-flow {
        padding-top: 40px;
    }
    .track-shipment-flow ul:before {
        top: 17px;
    }
    .track-shipment-flow li h6 {
        font-size: 16px;
        line-height: 22px;
        padding-top: 20px;
    }
    .track-shipment-flow li span {
        width: 30px;
        height: 30px;
        background-size: 14px 10px;
    }
    .track-shipment-status-details .bg-blue {
        width: 100%;
        border-radius: 9px 9px 0 0;
    }
    .track-shipment-status-details .bg-blue-light {
        width: 100%;
        padding: 20px 20px 0;
    }
    .track-customs-history {
        padding: 24px 20px;
    }
    .track-customs-history li {
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .track-shipper-details .row {
        padding: 0 15px;
    }
    .track-shipper-details .col-content {
        padding: 20px;
    }
    .dimens_shipform table td {
        width: 130px !important;
    }
    .dimensions-row-set.table-responsive .fields-set {
        width: calc(100vh - 40px);
    }
    .mobile-scrollable-tab button:hover:after {
        transform: scale(0);
    }
    .mobile-scrollable-tab button.active:after {
        transform: scale(1);
    }
    #sendemail {
        min-width: 100% !important;
    }
}
@media (max-width: 575px) {
    .content-box-wrap {
        max-width: 320px;
        margin: 0 auto;
    }
    .header-hercules-logo {
        width: 98px;
    }
    .call-no {
        width: 100%;
        justify-content: space-between;
    }
    .nav-bar {
        top: 111px;
        height: calc(100% - 79px);
    }
    .nav-btn-group li {
        width: 100%;
        display: inline-block;
    }
    h1 {
        font-size: 40px;
        line-height: 52px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .triangle-dots:before {
        font-size: 65px;
    }
    .help-videos,
    .drive-for-us {
        padding: 40px 0;
    }
    .motor-carrier-img {
        padding: 24px 0 0 24px;
    }
    .motor-carrier-content {
        padding: 65px 0 20px;
    }
    .motor-carrier .triangle-dots:not(.triangle-dots-bottom) {
        top: -20px;
        right: -3px !important;
    }
    .motor-carrier-row figure {
        margin: 0 5px 5px 0;
    }
    .motor-carrier-row figure:after {
        right: -5px;
        bottom: -5px;
    }
    .motor-carrier:after {
        width: 235px;
        height: 375px;
        bottom: 15%;
    }
    .ltl-shipments {
        padding: 45px 0 35px;
    }
    .ltl-red-box,
    .ltl-blue-box {
        padding: 30px 24px;
    }
    .ltl-shipments .triangle-dots {
        right: 35px;
        bottom: -90px;
    }
    .customs-brokerage {
        padding: 30px 0 50px;
    }
    .customs-brokerage-wrapper {
        padding: 40px 20px 20px;
        padding-top: 255px;
    }
    .customs-brokerage-wrapper:before {
        background-position: top 185px left;
    }
    .customs-brokerage-content li svg {
        width: 50px;
        height: 50px;
    }
    .location-map-slider img {
        height: 250px;
    }
    .location-content-slider {
        padding: 24px;
    }
    .location-content-slider .btns {
        min-width: 130px;
        width: 130px;
        min-height: 42px;
    }
    .location-content-slider .slick-dots {
        bottom: 35px;
    }
    .terminal-maps-content {
        padding: 40px 0 55px;
    }
    .terminal-maps-content .triangle-dots-bottom {
        bottom: -20px;
    }
    .help-videos-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .help-videos-slider .slick-arrow:before {
        font-size: 17px;
    }
    .latest-news {
        padding: 40px 0;
    }
    .latest-news .triangle-dots {
        top: -65px;
        transform: rotate(311deg);
    }
    .latest-news-box {
        padding: 24px;
    }
    .faq-home:before {
        width: 142px;
        height: 335px;
        top: -15%;
    }
    .faq-accordion .accordion-button,
    .faq-accordion .accordion-body {
        padding: 20px;
    }
    .faq-accordion .accordion-button {
        padding-right: 50px;
    }
    .faq-accordion .accordion-button:after {
        right: 20px;
    }
    .drive-for-us-content {
        background-position: right -90px center;
    }
    .drive-for-us h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .login-modal {
        top: 80px;
        height: calc(100% - 80px);
    }
    .modal-content {
        margin: 12px;
        width: calc(100% - 24px);
    }
    .form-control,
    .form-select {
        padding: 10px 24px;
    }
    .section {
        padding: 40px 0;
    }
    .btns.tab-next-btn {
        min-width: 100%;
    }
    .dimensions-row-set > .fields-set,
    .feet-row-set > .fields-set,
    .fetch-row-set > .fields-set {
        padding: 16px;
    }
    .feet-row-set .form-control {
        width: 105px;
    }
    .captcha-refresh-btn:before {
        font-size: 40px;
    }
    .toggle-check-label {
        min-width: 48px;
    }
    .toggle-check-label:has(input[type='checkbox']:checked):before,
    input[type='checkbox']:checked ~ .toggle-check-label:before,
    .toggle-check-label.checked:before {
        left: 21px;
    }
    .btns.remove-row-btn {
        font-size: 11px;
        min-width: 75px;
        min-height: 30px;
        padding: 4px 10px !important;
    }
    .btns.add-row-btn,
    .btns.add-row-class-btn {
        font-size: 13px;
    }
    .customs-brokerage-content li p {
        font-size: 16px;
    }
    .btns {
        font-size: 14px;
        min-height: 43px;
    }
    .nav-btn-group .btn-small,
    .help-videos p {
        font-size: 16px;
    }
    .nav-btn-group .btn-small {
        min-height: 46px;
    }
    .latest-news-box h5 {
        font-size: 20px;
    }
    .drive-for-us h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .common-form .btns:not(.btn-small) {
        font-size: 16px;
    }
    .banner-content {
        padding-bottom: 120px;
    }
    .banner-content-2 {
        padding-bottom: 120px;
    }
    .ratequote-fetch-row-set > .fields-set .row > .col-sm-1 + div {
        width: 100%;
    }
    .quote-section .triangle-dots {
        right: -8px;
        top: -30px;
    }
    .fuel-prices-surcharge .triangle-dots {
        top: -70px;
    }
    .fuel-prices-surcharge .fuel-ps-ratio {
        padding-top: 20px;
        max-width: 240px;
        margin: 0 auto;
    }
    .fuel-prices-surcharge .motor-carrier-ratio.fuel-ps-ratio li {
        margin: 20px 0 0;
    }
    .fuel-prices-surcharge .motor-carrier-ratio.fuel-ps-ratio li {
        width: 100%;
        min-height: auto;
    }
    .fuel-ps-table-wrapper > .triangle-dots {
        bottom: -62px;
    }
    .fuel-ps-table .common-table-responsive th,
    .fuel-ps-table .common-table-responsive td {
        padding: 15px;
        width: 60%;
    }
    .fuel-ps-table .common-table-responsive th:nth-child(2),
    .fuel-ps-table .common-table-responsive td:nth-child(2) {
        width: 40%;
    }
    .fuel-ps-table .common-table-responsive th h5 {
        font-size: 20px;
    }
    .fuel-ps-modal .motor-carrier-ratio.fuel-ps-ratio {
        margin: 0 -5px;
    }
    .fuel-ps-modal .motor-carrier-ratio.fuel-ps-ratio li {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 20px 10px;
    }
    .fuel-ps-modal .motor-carrier-ratio.fuel-ps-ratio li p {
        font-size: 15px;
    }
    .schedule-notification p {
        font-size: 17px;
    }
    .get-zip-postal-code input {
        width: calc(100% - 60px);
    }
    .transit-time-form {
        padding: 30px 20px;
        margin-top: -93px;
    }
    .bulk-system-box {
        padding: 20px;
        background-size: 100% 23%;
    }
    .bulk-system-box img {
        height: auto;
    }
    h4 {
        font-size: 23px;
        line-height: 32px;
    }
    h5 {
        font-size: 20px;
    }
    .bulk-system-box h5 {
        line-height: 32px;
    }
    .bulk-system-box h5 > span {
        font-size: 22px;
    }
    .location-content-slider h5 {
        font-size: 22px;
    }
    .delivery-terminal-modal .modal-content {
        padding: 48px 20px 30px;
    }
    .transit-time-form-table .common-table-responsive-2 {
        margin-top: 24px;
    }
    .common-table-responsive-2 {
        padding: 20px;
    }
    .help-videos-slider .slick-arrow {
        right: -60px;
    }
    .help-videos img {
        min-height: 240px;
        object-fit: cover;
    }
    .header-icons-sub-menu .btns {
        min-width: 100%;
    }
    .track-shipment-banner .banner-content {
/*        padding-bottom: 200px;*/
    }
    .track-shipment .track-shipment-form {
        margin-top: -130px;
    }
    .section-2 {
        padding: 35px 0;
    }
    .track-shipment-flow li h6 {
        font-size: 11px;
        line-height: 15px;
        padding-top: 8px;
    }
    .dimens_shipform table tr td label[for="Stackable"] {
        margin-right: 16px;
    }
    .common-form .btns:not(.btn-small) {
        min-width: 100%;
    }
    .dimension-choice-check {
        margin: -5px -10px;
    }
    .dimension-choice-check .form-check {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .freight-occupies-label > span {
        width: 100%;
    }
    .section.quote-section {
        padding-top: 50px;
    }
    .login-modal .btns {
        font-size: 16px;
    }
}
@media (max-width: 374px) {
    .call-no:not(.footer-call-no) p {
        font-size: 12px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 0 -6px
    }
    div.dataTables_paginate ul.pagination li.previous,
    div.dataTables_paginate ul.pagination li.next,
    div.dataTables_paginate ul.pagination li.active {
        margin: 0 6px;
    }
    .login-modal p {
        font-size: 17px;
    }
    .col-2-picker{padding-right: 0;}
}
@media (max-width: 359px) {
    .call-no:not(.footer-call-no) li {
        padding: 0 !important;
    }
    .drive-for-us h2 {
        font-size: 28px;
    }
    h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .btns {
        font-size: 14px;
    }
    .mobile-scrollable-tab button {
        font-size: 16px;
    }
    .login-modal p {
        font-size: 14px;
    }
    .fuel-ps-table .common-table-responsive th h5 {
        font-size: 18px;
    }
    .bulk-system-box {
        background-size: 100% 20%;
    }
    .track-shipment-flow li h6 {
        font-size: 9px;
        line-height: 12px;
    }
    .formError {
        margin-left: -20px;
    }
    .feet-row-set .form-control {
        width: 90px;
        padding: 10px 20px;
    }
    .motor-carrier .triangle-dots:not(.triangle-dots-bottom) {
        top: -10px;
    }
    .motor-carrier .triangle-dots:before {
        font-size: 50px;
    }
}
@media (max-width: 319px) {
    .form-check-label {
        font-size: 14px;
    }
    .feet-row-set .form-control {
        width: 70px;
    }
    .freight-occupies-label {
        font-size: 14px;
    }
}
@media (min-width: 576px) {
    .ratequote-fetch-row-set > .fields-set .p-or {
        top: -14px;
    }
    .motor-carrier-img.fuel-ps-img img {
        height: 380px;
    }
    .modal-dialog {
        max-width: 540px;
    }
    .nav-bar > ul.nav-btn-group > li.p-0.mt-1 {
        margin-top: 0 !important;
    }
}
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute;
    }
    .schedule-pickup-form .tab-content .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
    .ratequote-fetch-row-set > .fields-set .row > .col-md-4 {
        width: calc(33.33333333% - 12px);
    }
    .ratequote-fetch-row-set > .fields-set .row > .col-md-8 {
        width: calc(66.66666667% - 12px);
    }
    .transit-time-form .row .col-md-3 {
        width: 152px;
    }
    .transit-time-form .row .col-md-9 {
        width: calc(100% - 152px);
    }
}
@media (min-width: 992px) {
    .nav-bar > ul > li.dropdown:hover > a:after {
        transform: rotateX(180deg);
    }
    .nav-bar > ul > li.dropdown:hover:before {
        pointer-events: auto;
    }
    .header-sub-menu {
        width: 600px;
        position: absolute;
        left: 50%;
        top: 45px;
        padding: 15px 20px;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-radius: 4px;
        background: var(--white);
        z-index: 11;
        transition: top 0.3s ease-in-out;
        max-height: 600px;
        overflow-y: auto;
    }
    .nav-bar > ul > li.dropdown:hover .header-sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .footer-menu h3 {
        max-width: 335px;
    }
    .position-lg-absolute {
        position: absolute;
    }
    .position-lg-relative {
        position: relative;
    }
    .header-sub-menu .container-fluid {
        padding: 0;
    }
    .transit-time-form .row .col-md-3 {
        width: 264px;
    }
    .transit-time-form .row .col-md-9 {
        width: calc(100% - 264px);
    }
    .header-icons-sub-menu {
        padding-left: 30px;
        padding-right: 30px;
    }
    .user-menu {
        position: relative;
        cursor: pointer;
    }
    .user-menu:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 50%;
        width: 50px;
        height: 50px;
        transform: scaleX(5) translateX(-10%) rotate(45deg);
        z-index: 0;
        pointer-events: none;
    }
    .user-menu:hover:before {
        pointer-events: auto;
    }
    .user-menu-list {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .user-menu:hover .user-menu-list {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .nav-bar > ul > li:nth-child(4) .header-sub-menu {
        left: -20px !important;
    }
    .motor-carrier-img img {
        min-height: 600px;
    }
}
@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 50px;
    }
    .motor-carrier-row h2 {
        line-height: 55px;
        max-width: 510px;
    }
    .header-sub-menu {
        width: 740px;
    }
    .motor-carrier-img img {
        height: 640px;
    }
    main {
        margin-top: 93px;
    }
    .header-top-bar {
        background: #1a232d;
    }
    .container-fluid {
        padding: 0 20px;
    }
    .banner.home-banner {
        max-height: calc(100vh - 104px);
    }
}
@media (min-width: 1440px) {
    /* .container-fluid {
        padding: 0 80px;
    } */
    .latest-news-box h5 {
        font-size: 26px;
    }
    .drive-for-us h5 {
        font-size: 27px;
        line-height: 35px;
    }
    .common-form .btns:not(.btn-small) {
        min-width: 240px;
    }
    .header-sub-menu {
        width: 810px;
        padding: 18px 30px;
    }
    .motor-carrier-img img {
        height: 620px;
    }
}
@media (min-width: 1600px) {
    /* .footer-menu h3 {
        line-height: 52px;
    } */
    .ltl-shipments img {
        height: 730px;
        object-fit: cover;
    }
    .customs-brokerage-wrapper:after {
        width: 530px;
    }
    .faq-accordion .accordion-body p {
        max-width: 1065px;
    }
}
@media (min-width: 1920px) {
    .customs-brokerage-wrapper:after {
        width: 700px;
    }
    .motor-carrier-ratio li {
        width: 350px;
    }
    .location-map-slider,
    .location-map-slider img,
    .location-map-slider iframe {
        width: 100%;
        height: 620px;
    }
    .bulk-system-box h5 {
        max-width: 100%;
    }
    .bulk-system-box img {
        height: 426px;
    }
}
@media (max-height: 568px) {
    .home-banner .banner-content {
        padding-bottom: 60px;
    }
    .sticky-bar {
        top: 115px;
    }
    .sticky-bar li a {
        padding: 5px 8px;
    }
    .sticky-bar-btn {
        padding: 5px 6px;
    }
}
@media (device-width: 1024px) {
    .motor-carrier-ratio {
        bottom: 115px;
    }
    .header-sub-menu {
        width: 680px;
    }
}
@media (min-width: 1400px) {
    header .container-fluid, footer .container-fluid, main .container-fluid {
        max-width: 1440px;
    }
}
@media (max-width: 420px) {
    .form-fields-set .row .col-md-6.col-6 {
        width: 100%;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .login-modal {
        top: 80px;
        height: calc(100% - 80px);
        padding-left: 20px !important;
    }
}
@media (max-width: 820px) {
    form#form_ratequote .formError {
        left: 80px !important;
    }
}
@media (max-width: 360px) {
    form#form_ratequote .formError {
        left: 15px !important;
    }
}
@media (max-width: 575px) {
    .menu-open .nav-bar {
        top: 70px !important;
    }
}