@media all and (min-width: 992px) {
    .header-style-1 .main-menu ul li.dropdown:hover .submenu {
        opacity: 1;
        visibility: visible;
    }
    .header-style-1 .menu-btn {
        display: none;
    }
    .header-style-1 .logo {
        max-width: 334px;
        -webkit-transition: ease all 0.5s;
        -o-transition: ease all 0.5s;
        transition: ease all 0.5s;
    }
    .only-mobile {
        display: none;
    }
    .only-desktop {
        display: block;
    }
}

@media all and (max-width: 991px) {
    .only-mobile {
        display: block;
    }
    .only-desktop {
        display: none;
    }
    .header-style-1 .logo {
        max-width: 150px;
    }
    .header-style-1 .mobile-ul {
        display: flex;
        margin-right: 10px;
        position: relative;
        margin-left: auto;
    }
    .header-style-1 .mobile-ul li {
        display: inline-flex;
        margin-right: 5px;
    }
    .header-style-1 .mobile-ul li>i {
        font-size: 24px;
        margin-right: 5px;
    }
    .header-style-1 .mobile-ul li:last-child {
        margin-right: 0;
    }
    .header-style-1 .mobile-ul li a {
        font-size: 24px;
        color: inherit;
        width: 20px;
        text-align: center;
        line-height: 0;
    }
    .header-style-1 nav.main-menu {
        position: fixed;
        right: -310px;
        width: 100%;
        max-width: 300px;
        background-color: #345aa7;
        z-index: 9999;
        bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        top: 0 !important;
    }
    .header-style-1 nav.main-menu.active {
        right: 0;
        top: 0 !important;
    }
    .header-style-1 nav.main-menu ul {
        flex-direction: column;
        width: 100%;
        display: none;
        padding: 0 0 0 20px;
    }
    .header-style-1 nav.main-menu ul li.dropdown .submenu li a,
    .header-style-1 nav.main-menu ul.clear li a {
        display: block;
        line-height: 30px;
        height: auto;
        text-align: left;
        text-indent: 0;
        font-size: 14px;
    }
    .header-style-1 li.dropdown::after {
        content: '+';
        position: absolute;
        right: 20px;
        top: 3px;
        color: #191919;
    }
    .header-style-1 li.dropdown.minous::after {
        content: '-';
    }
    .header-style-1 li.dropdown .submenu.active {
        opacity: 1;
        visibility: visible;
        position: relative;
        transform: scaleY(1);
        transform-origin: top;
        height: auto;
    }
    .header-style-1 li.dropdown .submenu {
        width: 100%;
        transition: all .3s ease-in-out;
        padding: 0;
        box-shadow: none;
        top: unset;
        transform: scaleY(0);
        transform-origin: top;
        position: absolute;
        height: 0;
    }
    .header-style-1 .menu-btn {
        width: 30px;
        height: 24px;
        font-size: 25px;
        text-align: center;
        position: relative;
        cursor: pointer;
        display: flex;
        margin-left: 10px;
        z-index: 99999;
    }
    .header-style-1 .menu-btn span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #191919;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        top: 0;
    }
    .header-style-1 .menu-btn.active span {
        background: #ffffff;
    }
    .header-style-1 .menu-btn span:nth-child(2) {
        top: 10px;
    }
    .header-style-1 .menu-btn span:nth-child(3) {
        top: 20px;
    }
    .header-style-1 .menu-btn span:nth-child(4) {
        top: 15px;
    }
    .header-style-1 .menu-btn.active span:nth-child(1),
    .header-style-1 .menu-btn.active span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%;
    }
    .header-style-1 .menu-btn.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
    }
    .header-style-1 .menu-btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
    }
    .flex-property {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 60px 0 20px;
    }
    .header-style-1 .main-menu ul.clear li {
        line-height: 24px;
    }
    .header-style-1 .main-menu ul.clear li:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }
    .header-style-1 nav.main-menu ul.clear li a::before,
    .header-style-1 nav.main-menu ul.clear li:last-child a::before {
        display: none;
    }
    .header-style-1 nav.main-menu ul.clear li a {
        color: #fff;
    }
    .header-style-1 .main-menu ul.clear li a.active {
        color: #ffd629;
    }
    #thank-you-page h2 {
        font-size: 30px;
    }
    #thank-you-page {
        padding: 80px 0;
    }
}

@media (min-width: 1366px) and (max-width: 1700px) {
    .home-haulage-industry-box {
        padding: 70px 0 0;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .header-style-1 .container {
        padding: 0 30px 0 30px;
    }
    .home-haulage-industry-box {
        padding: 38px 0 0;
    }
    .modal-big .modal-content {
        padding: 30px 30px;
    }
    #home-banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-banner-services {
        padding-left: 15px;
        padding-right: 15px;
    }
    .modal-open .modal {
        padding: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .container {
        padding: 0 15px 0 15px;
    }
    .header-style-1 .main-menu ul.clear li {
        margin: 0 10px;
    }
    ul.top-bar li {
        margin-right: 10px;
    }
    #home-banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-banner-services {
        padding-left: 15px;
        padding-right: 15px;
    }
    .border-box h1 {
        font-size: 35px;
    }
    .home-banner-box {
        padding: 150px 0 215px;
    }
    .home-banner-services li a {
        padding: 21px 10px 13px 28px;
        font-size: 18px;
    }
    #the-importance-of-providing {
        padding: 50px 0 50px 0;
    }
    .home-haulage-industry-box {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 30px 0 90px;
    }
    .border-box {
        padding: 10px 0 18px 38px;
    }
    .heading2 {
        font-size: 30px;
    }
    .btn-box {
        margin-top: 10px;
    }
    #personal-information ul {
        top: -63px;
    }
    #personal-information ul li a {
        height: 63px;
    }
    .border-box p {
        margin-bottom: 16px;
    }
    .pi-pading-box {
        padding: 40px 30px 40px 30px;
    }
    .home-we-help-you-box {
        padding: 15px 15px 0 15px;
        margin-left: 15px;
    }
    #personal-information {
        padding-bottom: 50px;
    }
    #our-distribution-section {
        padding: 50px 0 50px;
    }
    .our-services-box {
        padding: 10px 0 20px 36px;
        margin: 0 44px 0;
    }
    .about-services-box {
        margin-top: 30px;
    }
    .mb-30 {
        margin-bottom: 0px;
    }
    .ot-pading-box {
        padding: 40px 50px 7px 50px;
        margin-bottom: 3px;
    }
    #footer {
        padding: 50px 0 0 0;
    }
    .last-footer {
        margin-top: 46px;
    }
    .right-img-box img {
        width: 90%;
    }
    .header-style-1 .logo {
        max-width: 234px;
    }
    .flex-property {
        padding: 8px 0 8px;
    }
    .header-style-1 nav.main-menu ul.clear li a::before {
        bottom: -8px;
    }
    /***** Condition Page Css ****/
    #conditions-section {
        padding: 50px 0 20px;
    }
    .conditions-box {
        padding: 30px 30px 30px;
        margin-bottom: 30px;
    }
    /***** Vacancie Page Css ****/
    .vacancie-box-list p {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }
    .vacancie-box {
        margin-bottom: 30px;
    }
    .vacancie-last-box {
        margin-top: 30px;
    }
    .vacancie-last-box h2 {
        padding: 5px 0 5px 25px !important;
    }
    .vacancie-last-box p {
        padding-left: 30px !important;
    }
    .vacancie-last-box .blue {
        margin-left: 30px;
        margin-top: 20px;
    }
    .vacancies-section {
        padding-bottom: 50px !important;
    }
    .vacancies-btn-box {
        display: none;
    }
    .modal-big {
        margin: 6.75rem auto 1.75rem auto;
    }
    .modal-big .modal-content {
        padding: 30px;
    }
    .modal-big .modal-footer {
        padding: 25px 0 0 0;
    }
    .transport-services-box {
        margin-top: 30px;
    }
    ul.haulage-list {
        margin: 5px 0 30px;
    }
    .pb-90 {
        padding-bottom: 47px!important;
    }
    /**** Contact page css start  ***/
    #contact-section {
        padding: 50px 0 50px;
    }
    .contact-map {
        padding-top: 69%;
    }
    /**** Contact page css end  ***/
    #home-haulage-industry .img-fluid {
        position: absolute;
        z-index: 1;
        height: 100%;
        top: 0;
        width: 400%;
        left: 0%;
    }
    .footer-sitemap li {
        padding-left: 15px;
    }
    .footer-sitemap li a {
        font-size: 13px;
    }
    .footer-contact li .footer-mic-icon {
        margin-right: 14px;
    }
    .footer-contact li .footer-mail-icon {
        margin-right: 11px;
    }
    .vacancie-box-list .blue {
        margin-bottom: 15px;
        margin-right: 10px;
    }
    .modal-open .modal {
        padding: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1.collapss .main-menu {
        padding: 58px 0 8px 0;
    }
    .header-style-1 .container {
        padding: 0 15px 0 15px;
    }
    .header-style-1.collapss .main-menu .menu-box .top-bar {
        display: none;
    }
    .logo.desktop-visible {
        display: none;
    }
    .logo.mobile-visible {
        display: block;
    }
    header {
        padding: 15px 0;
    }
    /*** Home Page Css  ****/
    h1 {
        font-size: 30px!important;
    }
    h2 {
        font-size: 24px;
    }
    .border-box {
        padding: 10px 0 18px 18px;
    }
    .border-box ul li {
        margin-right: 5px;
    }
    .medium-btn {
        min-width: 126px;
    }
    .size-btn {
        font-size: 14px;
        padding: 9px 11px;
    }
    .home-banner-box {
        padding: 100px 0 225px;
    }
    .home-banner-services li {
        width: 24.9%;
        margin-bottom: 0;
        margin-right: 0.1%;
    }
    .home-banner-services li a {
        padding: 15px 15px 10px;
        font-size: 15px;
        line-height: 17px;
    }
    .read-more {
        margin-top: 20px;
    }
    #get-in-touch-strip p {
        font-size: 18px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    #the-importance-of-providing {
        padding: 50px 0 50px 0;
    }
    #the-importance-of-providing h2 {
        padding: 20px 0 20px 25px;
    }
    #the-importance-of-providing h2 br {
        display: none;
    }
    #the-importance-of-providing p {
        padding-right: 0;
    }
    .btn-box {
        margin-top: 20px;
    }
    .right-img-box {
        margin-top: 30px;
    }
    .right-img-box img {
        max-width: 100%;
        width: 94%;
    }
    .right-img-box::before {
        bottom: -20px;
        right: -4px;
    }
    .home-haulage-industry-box {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 30px 0 90px;
    }
    #home-haulage-industry .img-fluid {
        position: absolute;
        z-index: 1;
        height: 100%;
        top: 0;
        max-width: 200%;
        left: 0%;
    }
    .heading2 {
        font-size: 24px;
    }
    .btn-box .size-btn {
        margin-right: 5px;
    }
    #personal-information ul {
        z-index: 2;
        top: -53px;
    }
    #personal-information ul li a {
        min-width: 154px;
        height: 53px;
        font-size: 14px;
    }
    .pi-pading-box {
        padding: 30px 0px 0px 15px;
    }
    .margT-45 {
        margin-top: 11px;
    }
    .home-we-help-you-box {
        padding: 20px 30px 85px 30px;
        margin-left: 0;
        margin-top: 30px;
        margin-right: 0;
        max-width: 100%;
        height: auto;
    }
    .home-we-help-you-box a {
        bottom: 30px;
    }
    #personal-information {
        padding-bottom: 50px;
    }
    #our-distribution-section {
        padding: 50px 0 50px;
    }
    .our-services-box {
        padding: 0px 0 0px 26px;
        margin: 15px 15px 15px;
    }
    .our-services-box h2 {
        margin-bottom: 10px;
    }
    .our-services-box p {
        margin-bottom: 15px;
        line-height: 18px;
    }
    .our-services-box {
        padding: 0px 0 5px 15px;
        margin: 15px 15px 15px;
    }
    .testimonial-slider-content {
        padding: 10px 15px 0px;
    }
    #home-testimonial {
        padding: 30px 0 30px 0;
    }
    #footer {
        padding: 30px 0 0 0;
    }
    .footer-logo {
        margin-bottom: 16px;
    }
    .footer-social {
        margin: 24px 0 30px 0;
    }
    .footer-first-box2 {
        margin-top: 0;
        padding-left: 0px;
    }
    .footer-sitemap li {
        width: 100%;
        padding-left: 15px;
    }
    .last-footer {
        padding: 23px 0 53px 0;
        margin-top: 17px;
    }
    .last-footer ul {
        text-align: center;
    }
    .last-footer ul li:first-child {
        padding-right: 0;
        padding-left: 0px;
    }
    .last-footer ul li {
        /*width: 100%;*/
    }
    .last-footer ul li:last-child {
        padding-right: 0px;
        padding-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .footer-social li {
        margin: 0 5px 0 0;
    }
    .last-footer ul li:last-child a {
        padding-right: 0;
        padding-left: 0;
    }
    #footer p {
        max-width: 100%;
    }
    .footer-contact li .footer-mail-icon {
        margin-right: 11px;
    }
    .footer-contact li .footer-mic-icon {
        margin-right: 14px;
    }
    .home-we-help-you-box::before {
        width: 179px;
        height: 134px;
        background-size: cover;
    }
    #home-banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-banner-services {
        padding-left: 15px;
        padding-right: 15px;
    }
    /***** About Page Css ****/
    .ot-pading-box {
        padding: 40px 30px 0px 30px;
        margin-bottom: 0px;
    }
    .inner-page-banner-box {
        padding: 74px 0 46px;
    }
    .transport-services-box {
        margin-top: 30px;
    }
    ul.haulage-list {
        margin: 5px 0 30px;
    }
    .pb-90 {
        padding-bottom: 47px!important;
    }
    .about-services-box {
        margin-top: 30px;
    }
    .mb-30 {
        margin-bottom: 30px;
    }
    .mb-b-rp {
        margin-bottom: 0px!important;
    }
    /***** Distribution Page Css ****/
    .bulet-list li {
        padding-left: 15px;
    }
    /***** Condition Page Css ****/
    #conditions-section {
        padding: 50px 0 20px;
    }
    .conditions-box {
        padding: 30px 30px 30px;
        margin-bottom: 30px;
    }
    /***** Vacancie Page Css ****/
    .vacancie-box-list p {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }
    .vacancie-box {
        margin-bottom: 30px;
    }
    .vacancie-last-box {
        margin-top: 30px;
    }
    .vacancie-last-box h2 {
        padding: 5px 0 5px 25px !important;
    }
    .vacancie-last-box p {
        padding-left: 30px !important;
    }
    .vacancie-last-box .blue {
        margin-left: 30px;
        margin-top: 20px;
    }
    .vacancies-section {
        padding-bottom: 50px !important;
    }
    .vacancies-btn-box {
        display: none;
    }
    .modal-big {
        margin: 6.75rem auto 1.75rem auto;
    }
    .modal-big .modal-content {
        padding: 30px;
    }
    .modal-big .modal-footer {
        padding: 25px 0 0 0;
    }
    /**** Contact page css start  ***/
    #contact-section {
        padding: 50px 0 50px;
    }
    .send-us-message-box {
        padding: 20px;
    }
    .blue-box-inside-get-in-touch {
        padding: 50px 20px 50px 20px;
    }
    .contact-map {
        padding-top: 79%;
    }
    .get-in-touch-box h3 {
        font-size: 18px;
    }
    /**** Contact page css end  ***/
    .modal-open .modal {
        padding: 30px;
    }
    .vacancie-box-list .blue {
        margin-bottom: 15px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .header-style-1.collapss .main-menu {
        padding: 58px 0 8px 0;
    }
    .header-style-1 .mobile-ul li:first-child {
        display: none;
    }
    .logo.desktop-visible {
        display: none;
    }
    .logo.mobile-visible {
        display: block;
    }
    header {
        padding: 15px 0;
    }
    .top-bar {
        display: none;
    }
    /***** Home Page Css ****/
    h1 {
        font-size: 30px!important;
    }
    h2 {
        font-size: 24px;
    }
    .border-box {
        padding: 10px 0 18px 18px;
    }
    .border-box ul li {
        margin-right: 5px;
    }
    .medium-btn {
        min-width: 126px;
    }
    .size-btn {
        font-size: 14px;
        padding: 9px 11px;
    }
    #home-testimonial a.yellow {
        margin-top: 30px;
    }
    .home-banner-box {
        padding: 100px 0 225px;
    }
    .home-banner-services li {
        width: 24.9%;
        margin-bottom: 0;
        margin-right: 0.1%;
    }
    .home-banner-services li a {
        padding: 15px 15px 10px;
        font-size: 15px;
        line-height: 17px;
    }
    .read-more {
        margin-top: 20px;
    }
    #get-in-touch-strip p {
        font-size: 18px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    #the-importance-of-providing {
        padding: 50px 0 50px 0;
    }
    #the-importance-of-providing h2 {
        padding: 10px 0 10px 25px;
    }
    #the-importance-of-providing h2 br {
        display: none;
    }
    #the-importance-of-providing p {
        padding-right: 0;
    }
    .btn-box {
        margin-top: 20px;
    }
    .right-img-box {
        margin-top: 30px;
    }
    .right-img-box img {
        max-width: 100%;
        width: 94%;
    }
    .right-img-box::before {
        bottom: -20px;
        right: 9px;
    }
    .home-haulage-industry-box {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 30px 0 90px;
    }
    #home-haulage-industry .img-fluid {
        position: absolute;
        z-index: 1;
        height: 100%;
        top: 0;
        max-width: 200%;
        left: 0%;
    }
    .heading2 {
        font-size: 24px;
    }
    .btn-box .size-btn {
        margin-right: 10px;
    }
    .vacancie-box-list .blue {
        margin-right: 10px;
    }
    #personal-information ul {
        z-index: 2;
        top: -53px;
    }
    #personal-information ul li a {
        min-width: 154px;
        height: 53px;
        font-size: 14px;
    }
    .pi-pading-box {
        padding: 30px 15px 10px 15px;
    }
    .margT-45 {
        margin-top: 11px;
    }
    .home-we-help-you-box {
        padding: 20px 30px 40px 30px;
        margin-left: 0;
        margin-top: 0px;
        margin-right: 0;
        max-width: 100%;
    }
    .pi-pading-box input[type="submit"] {
        margin-bottom: 30px;
    }
    .home-we-help-you-box a {
        bottom: 30px;
    }
    #personal-information {
        padding-bottom: 50px;
    }
    #our-distribution-section {
        padding: 50px 0 50px;
    }
    .our-services-box {
        padding: 10px 0 20px 26px;
        margin: 30px 24px 30px;
    }
    .testimonial-slider-content {
        padding: 10px 15px 0px;
    }
    #home-testimonial {
        padding: 30px 0 30px 0;
    }
    #footer {
        padding: 30px 0 0 0;
    }
    .footer-logo {
        margin-bottom: 16px;
    }
    .footer-social {
        margin: 24px 0 30px 0;
    }
    .footer-first-box2 {
        margin-top: 0;
        padding-left: 50px;
    }
    .footer-sitemap li {
        width: 100%;
        padding-left: 15px;
    }
    .last-footer {
        padding: 23px 0 53px 0;
        margin-top: 17px;
    }
    .last-footer ul {
        text-align: center;
    }
    .last-footer ul li:first-child {
        padding-right: 0;
        padding-left: 0px;
    }
    .last-footer ul li {
        width: 100%;
    }
    .last-footer ul li:last-child {
        padding-right: 0px;
        padding-left: 0;
        margin-top: 10px;
    }
    .footer-social li {
        margin: 0 5px 0 0;
    }
    .last-footer ul li:last-child a {
        padding-right: 0;
        padding-left: 0;
    }
    #footer p {
        max-width: 100%;
    }
    .footer-contact li .footer-mail-icon {
        margin-right: 11px;
    }
    .footer-contact li .footer-mic-icon {
        margin-right: 14px;
    }
    #home-banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-banner-services {
        padding-left: 15px;
        padding-right: 15px;
    }
    /***** About Page Css ****/
    .inner-page-banner-box {
        padding: 74px 0 46px;
    }
    .inner-border-box {
        padding: 15px 0 20px 25px;
    }
    .about-services-box {
        margin-top: 70px;
    }
    .ot-pading-box {
        padding: 50px 0px 0px 0px;
        margin-bottom: 23px;
        margin: 0 0;
    }
    .mb-45 {
        margin-bottom: 31px;
    }
    .mb-30 {
        margin-bottom: 30px;
    }
    /***** Haulage Page Css ****/
    .transport-services-box {
        margin-top: 70px;
    }
    ul.haulage-list {
        margin: 5px 0 22px;
    }
    .haulage-list.mb-0 {
        margin-bottom: 22px !important;
    }
    .pb-90 {
        padding-bottom: 27px !important;
    }
    /***** Distribution Page Css ****/
    ul.distribution-list li {
        width: 49%;
    }
    .bulet-list li {
        padding-left: 20px;
    }
    .distribution-list {
        margin-bottom: 16px;
    }
    /***** Condition Page Css ****/
    #conditions-section {
        padding: 50px 0 20px;
    }
    .conditions-box {
        padding: 30px 30px 30px;
        margin-bottom: 30px;
    }
    /***** Vacancie Page Css ****/
    .vacancie-box .blue {
        margin-top: 0;
    }
    .vacancie-box {
        margin-bottom: 30px;
    }
    .vacancie-box-list p {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0 !important;
        margin-top: 0;
        margin-bottom: 20px !important;
    }
    .vacancie-last-box {
        margin-top: 30px;
    }
    .vacancie-last-box h2 {
        padding: 5px 0 5px 25px !important;
    }
    .vacancie-last-box p {
        padding-left: 30px !important;
    }
    .vacancie-last-box .blue {
        margin-left: 30px;
        margin-top: 20px;
    }
    .vacancies-section {
        padding-bottom: 50px !important;
    }
    .modal-big .modal-content {
        padding: 15px;
    }
    .vacancies-btn-box {
        padding: 0 0 0 0px;
        display: none;
    }
    .modal-big .modal-footer {
        padding: 15px 0 20px 0;
    }
    .modal-big {
        margin: 6.75rem auto 1.75rem auto;
    }
    /**** Contact page css start  ***/
    #contact-section {
        padding: 50px 0 40px;
    }
    .send-us-message-box {
        padding: 20px;
    }
    .blue-box-inside-get-in-touch {
        padding: 15px;
    }
    .get-in-touch-box h3 {
        font-size: 18px;
    }
    /**** Contact page css end  ***/
    .header-style-1 .container {
        padding: 0 15px;
    }
    #get-in-touch-strip p {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .responsiv-p0 {
        padding-left: 0;
        padding-right: 0;
    }
    .modal-open .modal {
        padding: 30px;
    }
    .job-details-list li {
        margin-bottom: 7px;
        font-size: 16px;
    }
    #thank-you-page img {
        max-width: 240px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 575px) {
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .home-banner-box {
        padding: 80px 0 355px;
    }
    .home-banner-services li {
        width: 48.9%;
        margin-bottom: 1.1%;
        margin-right: 1.1%;
    }
    .right-img-box::before {
        bottom: -20px;
        right: 5px;
    }
    #home-haulage-industry .img-fluid {
        left: 0%;
    }
    .footer-first-box2 {
        margin-top: 30px;
        padding-left: 0;
    }
    /***** Distribution Page Css ****/
    ul.distribution-list li {
        width: 100%;
    }
    /***** Vacancie Page Css ****/
    .vacancie-box .blue {
        margin-top: 30px;
    }
    #personal-information ul li a {
        min-width: 143px;
        height: 43px;
        font-size: 14px;
        padding: 10px;
    }
    .request-a-quote-icon {
        width: 17px;
        margin-right: 5px;
    }
    #personal-information ul {
        z-index: 2;
        top: -43px;
    }
    .home-we-help-you-box {
        padding: 20px 30px 70px 30px;
    }
}

@media (max-width: 568px) {
    .header-style-1 .mobile-ul li:first-child {
        display: none;
    }
}

.modal-big .vacancie-box-list {
    margin: 0;
}

@media (max-width: 480px) {
    #personal-information ul li a {
        min-width: 143px;
        height: 43px;
        font-size: 14px;
        padding: 10px;
    }
    .request-a-quote-icon {
        width: 17px;
        margin-right: 5px;
    }
    #personal-information ul {
        z-index: 2;
        top: -43px;
    }
    .right-img-box::before {
        bottom: -20px;
        right: 0px;
    }
    .contact-list li {
        padding-left: 25px;
    }
    .get-in-touch-box h3 {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .vacancie-box h2 {
        margin-bottom: 20px!important;
    }
    .medium-btn {
        min-width: 110px;
    }
    .vacancie-box-list .blue {
        margin-right: 5px;
    }
    #the-importance-of-providing a {
        font-size: 14px;
    }
    .vacancie-box-list .size-btn {
        font-size: 12px;
    }
    .vacancie-box-list .medium-btn {
        min-width: 95px;
    }
    .modal-big .modal-footer .close {
        font-size: 15px;
    }
}