/* File: freight-agency/assets/css/responsive.css */

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 1179px) {
  html {
    font-size: 1.36vw;
  }
  
  section.logistics-solution {
    padding: 0 0 7.63vw;
  }
  
  section.logistics-solution .text-section h2.title {
    line-height: 1.3;
    margin-top: 1vw;
  }
  
  section.logistics-solution .image img {
    width: 33.25vw;
  }
  
  section.top-banner .top-banner-wrapper {
    min-height: 47.33vw;
    background-position: center;
  }
  
  .container {
    width: 100%;
  }
  
  section.quick-services .services-wrapper .item {
    width: 24.15vw;
    height: 12.13vw;
    padding: 4.07vw 2.54vw 4.07vw 3.39vw;
  }
  
  section.our-affiliations {
    padding: 6.36vw 0 9.75vw;
  }
  
  section.our-affiliations .affiliations-items .item {
    width: 100%;
    height: 21.8vw;
  }
  
  section.our-affiliations .affiliations-items .item img {
    width: 100%;
  }
  
  section.clients-feedback {
    padding: 3.82vw 0px;
  }
  
  section.clients-feedback .feedbacks-wrapper {
    margin-top: 6.36vw;
    width: calc(100% + 2.54vw);
    padding: 1.27vw 1.44vw;
    margin-left: -2.54vw;
  }
  
  section.clients-feedback .feedbacks-wrapper .item {
    width: 30.45vw;
    height: 32.32vw;
    padding: 2.54vw 3.39vw 5.94vw 3.14vw;
    margin: 0 1.27vw;
  }
  
  section.services-section {
    padding: 8.48vw 0 7.89vw;
  }
  
  section.services-section .services-container .item {
    width: 30.45vw;
    height: 32.32vw;
    padding: 3.39vw 3.39vw 5.94vw 3.39vw;
  }
  
  section.request-quote {
    padding: 7.21vw 0;
    height: 58.69vw;
  }
  
  .home section.request-track-forms-section {
    margin-top: -29.69vw;
  }
  
  section.contact-us {
    padding: 7.63vw 0;
  }
  
  section.contact-us .buttons a {
    width: 19.76vw;
    height: 11.11vw;
    gap: 1.7vw;
  }
  
  section.contact-us .buttons a:nth-child(1) img {
    width: 5vw;
  }
  
  section.contact-us .buttons a:nth-child(2) img {
    width: 4.33vw;
  }
  
  section.contact-us .buttons a:nth-child(3) img {
    width: 3.14vw;
  }
  
  section.contact-us .image img {
    width: 58.78vw;
  }
  
  footer .footer-content .top-line .subscribe-form form label {
    max-width: 24.34vw;
  }
  
  footer .footer-content .bottom-line ul.social-networks li a img {
    width: 5.2vw;
  }

  /* ABOUT US */
  section.our-experts ul.positions {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: normal;
  }
  
  section.our-experts .employees-wrapper .employee {
    flex: 0 1 calc(33.333% - 20px);
  }
  
  section.tabs-section > div {
    flex: 1;
  }
  
  .single-post article .content-wrapper {
    gap: 7vw;
    justify-content: space-between;
  }
  
  .single-post article .content-wrapper .left-side {
    width: 100%;
    flex: 3;
  }
  
  .single-post article .content-wrapper .left-side img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  
  .single-post article .content-wrapper .side-bar {
    flex: 1;
  }
  
  .archive-content {
    gap: 7vw;
  }
  
  .archive-content .archive-posts-wrapper {
    width: 100%;
  }
  
  .archive-content img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  
  .archive-content .widget-area {
    flex: 1;
  }
}

@media (min-width: 967px) {
  .mobile-part {
    display: none;
  }
  
  .image.desktop-part {
    max-width:30%;

  }


}



@media (max-width: 967px) {

  .image.desktop-part {
    max-width:100%;

  }


  .desktop-part {
    display: none;
  }
  
  html {
    font-size: 16px;
  }
  
  .mobile-part {
    display: block;
  }
  
  header .main-navigation {
    display: none;
  }
  
  section.top-banner .top-banner-wrapper {
    padding-top: 0;
  }
  
  section.logistics-solution .text-section .text,
  section.request-quote .description,
  section.logistics-solution .content-wrapper,
  .display-flex {
    flex-direction: column;
  }
  
  section.logistics-solution {
    padding: 0 0 7.63vw;
    margin-top: -7vw;
  }
  
  section.logistics-solution .content-wrapper {
    flex-direction: column-reverse;
  }
  
  section.logistics-solution .content-wrapper .image {
    text-align: center;
  }
  
  section.logistics-solution .right-side ul {
    margin-bottom: 0;
  }
  
  section.logistics-solution .text-section .text .left-side p {
    padding-right: 0;
    line-height: 1.4;
  }
  
  section.logistics-solution .text-section .text .right-side ul li p {
    line-height: 1.4;
  }
  
  section.services-section {
    padding: 5.48vw 0 7.89vw;
  }
  
  section.services-section .services-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  section.services-section .text-part {
    flex-direction: column;
  }
  
  section.services-section .text-part .right-side {
    padding-left: 0;
  }
  
  section.services-section .services-container .item {
    height: auto;
  }
  
  .home section.request-track-forms-section {
    margin-top: 40px;
  }
  
  section.contact-us .right-side p {
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.4;
  }
  
  section.contact-us .right-side .undertext {
    font-size: 1rem;
    line-height: 1.4;
  }
  
  section.request-quote {
    height: auto;
  }
  
  section.request-quote .description .right-side {
    padding: 0;
    line-height: 1.4;
  }
  
  section.contact-us {
    padding: 30px 0;
  }
  
  section.contact-us h2 br {
    display: none;
  }
  
  section.contact-us .display-flex {
    flex-direction: column-reverse;
  }
  
  section.contact-us .left-side {
    margin-top: 15px;
  }
  
  section.contact-us .left-side .image {
    text-align: center;
  }
  
  section.contact-us .right-side {
    padding-left: 0;
  }
  
  section.contact-us .right-side .undertext {
    margin-top: 15px;
  }
  
  section.contact-us .buttons {
    margin-top: 0;
    margin-left: 0;
    justify-content: center;
    margin-top: 15px;
  }
  
  section.contact-us .buttons a {
    padding: 15px;
    width: 24.76vw;
  }
  
  section.top-banner .top-banner-wrapper .text h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0;
    padding: 25px 0;
  }
  
  section.top-banner .top-banner-wrapper .text h1 br {
    display: none;
  }
  
  section.quick-services .services-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }
  
  section.quick-services .services-wrapper .item {
    flex: 0 0 50%;
  }
  
  section.clients-feedback .feedbacks-wrapper .item {
    height: auto;
  }
  
  section.our-affiliations {
    padding: 6vw 0;
  }
  
  section.our-affiliations h2 {
    margin-top: 0;
  }

  section.our-affiliations .affiliations-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  footer .footer-content .top-line {
    flex-direction: column;
  }
  
  footer .footer-content .top-line .subscribe-form form {
    position: static;
    align-items: baseline;
    flex-wrap: wrap;
  }
  
  footer .footer-content .top-line .subscribe-form form label {
    max-width: 100%;
    margin: 15px 0;
  }
  
  footer .footer-content .top-line .subscribe-form form input[type='email'] {
    flex: 1 1 calc(50% - 10px);
  }
  
  footer .footer-content .bottom-line {
    flex-direction: column;
    gap: 0;
  }
  
  footer .footer-content .bottom-line .about-us {
    max-width: 100%;
  }
  
  footer .footer-content .bottom-line .about-us .social-networks {
    margin-bottom: 0;
  }
  
  footer .footer-content .bottom-line .contacts-wrapper {
    margin-left: 0;
  }
  
  footer .footer-content .bottom-line .contacts-wrapper .left-grey-line::after {
    display: none;
  }
  
  footer .footer-content .bottom-line .footer-menu ul {
    margin: 0;
  }
  
  section.our-experts {
    gap: 3.1vw;
  }
  
  section.our-experts .employees-wrapper .employee {
    height: 450px;
    flex: 0 1 calc(50% - 3.1vw);
  }
  
  section.our-experts .employees-wrapper .employee .image {
    height: 340px;
  }
  
  section.services-page .contact-section {
    background-position: center;
  }
  
  .contact-buttons-wrapper {
    justify-content: center;
    margin-top: 25px;
  }
  
  .contact-buttons-wrapper a {
    width: 24.1vw;
    height: 13.55vw;
    text-align: center;
    padding: 10px;
  }
  
  .contact-buttons-wrapper a img {
    height: 3vw;
  }
  
  section.tabs-section .tabs-content-wrapper .tab-content {
    flex-direction: column;
    padding: 25px;
  }
  
  section.tabs-section .tabs-content-wrapper .tab-content .image-part {
    text-align: center;
  }
  
  .employee-popup-wrapper .employee-popup .text .position {
    margin-bottom: 10px;
  }
  
  .employee-popup-wrapper .employee-popup .text .bio-description {
    line-height: 1.4;
  }
  
  .contact-buttons-wrapper a .description {
    font-size: 1rem;
    line-height: 1.4;
  }
  
  section.services-page .ocean-freight-forwarding .description p,
  section.tabs-section .tabs-content-wrapper .tab-content p {
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  h2.title {
    font-size: 2rem;
    line-height: 1.2;
  }

  section.quick-services {
    padding: 5vw 0;
  }
  
  section.quick-services .services-wrapper {
    transform: unset;
  }
  
  section.services-section .text-part h2.title {
    line-height: 1.2;
  }
  
  section.services-section .services-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  section.services-section .services-container .item {
    justify-content: flex-start;
    width: 100%;
    padding: 3.39vw;
    min-height: auto;
  }
  
  section.services-section .services-container .item .description {
    min-height: auto;
  }
  
  section.our-affiliations .affiliations-items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  section.our-affiliations .affiliations-items .item {
    width: 100%;
    height: auto;
  }
  
  section.our-affiliations .affiliations-items .item img {
    width: auto;
  }
  
  section.contact-us .buttons {
    flex-direction: column;
    align-items: center;
  }
  
  section.contact-us .buttons a {
    width: 50%;
    flex-direction: row;
    justify-content: left;
  }
  
  section.clients-feedback .container {
    padding: 0;
  }
  
  section.clients-feedback .feedbacks-wrapper {
    padding: 20px 20px 0 20px;
    margin-top: 0;
  }
  
  section.clients-feedback .feedbacks-wrapper .item {
    margin: 0 1.5vw;
  }
  
  section.clients-feedback .feedbacks-wrapper .item .feedback-text,
  section.clients-feedback .feedbacks-wrapper .item .position,
  section.clients-feedback .feedbacks-wrapper .item .name {
    font-size: 1rem;
  }
  
  section.clients-feedback .feedbacks-wrapper .slick-dots {
    margin-top: 40px;
  }
  
  section.request-track-forms-section .request-track-forms-wrapper .request-track-forms > div {
    height: auto;
  }
  
  section.request-track-forms-section .request-quote-form form .inputs-row {
    flex-direction: column;
  }
  
  section.request-track-forms-section .request-quote-form form .inputs-row .input-wrapper {
    width: 100%;
  }
  
  section.request-track-forms-section .request-quote-form form .inputs-row .short-inputs {
    width: 100%;
  }
  
  section.top-banner .top-banner-wrapper {
    align-items: center;
  }
  
  section.top-banner .top-banner-wrapper .text h1 {
    padding-top: 0;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  
  section.top-banner .top-banner-wrapper .text p {
    font-size: 1rem;
  }
  
  section.quick-services .services-wrapper .item h3 {
    font-size: 1rem;
  }
  
  section.quick-services .services-wrapper .item img {
    max-width: 6vw;
  }
  
  section.logistics-solution {
    padding: 0 0 7.63vw;
    margin-top: 0;
  }
  
  section.logistics-solution .text-section h2.title {
    line-height: 1.2;
  }
  
  .request-track-forms-wrapper .buttons-row img {
    max-width: 5vw;
  }
  
  section.meet-our-experts {
    flex-direction: column;
    margin-bottom: 40px;
    font-size: 1rem;
  }
  
  section.meet-our-experts h2 {
    font-size: 1.5rem; /* 24px */
  }
  
  section.our-experts .employees-wrapper {
    margin-bottom: 60px;
  }
  
  section.our-experts .employees-wrapper .employee {
    flex: 0 1 100%;
    height: auto;
    padding-bottom: 20px;
  }
  
  section.our-experts .employees-wrapper .employee .image {
    height: auto;
  }
  
  .page-top-line {
    margin-bottom: 25px;
    height: 185px;
  }
  
  .page-top-line h1 {
    font-size: 1.625rem; /* 26px */
    text-align: center;
  }
  
  .employee-popup-wrapper .employee-popup {
    width: 100%;
    height: 100vh;
    padding: 25px;
    top: 0vw;
    transform: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-y: auto;
    min-height: unset;
    display: block;
  }
  
  .page-template-services .page-top-line {
    margin-bottom: 20px;
  }
  
  section.services-page .introductory-section h2 {
    font-size: 1.5rem; /* 24px */
  }
  
  section.services-page .introductory-section .description {
    font-size: 1.125rem; /* 18px */
  }
  
  section.services-page .ocean-freight-forwarding h2 {
    font-size: 1.5rem; /* 24px */
  }
  
  .contact-buttons-wrapper {
    transform: unset !important;
    align-items: center;
    margin: 20px 0;
    gap: 20px !important;
    flex-direction: column;
  }
  
  .contact-buttons-wrapper a {
    width: 50%;
    max-width: 233px;
    height: auto;
    padding: 15px;
  }
  
  .contact-buttons-wrapper a img {
    height: auto;
    max-height: 25px;
  }
  
  section.tabs-section {
    margin: 20px 0 0;
  }
  
  section.tabs-section ul.tabs {
    flex-direction: column;
    gap: 10px;
  }
  
  section.tabs-section ul.tabs li {
    font-size: 16px;
  }
  
  section.tabs-section .tabs-content-wrapper .tab-content .image-part img {
    width: 100%;
  }
  
  .page-template-services section.request-track-forms-section {
    padding: 40px 0 50px;
  }
  
  h2 {
    font-size: 1.5rem; /* 24px */
  }
  
  .page-template-personalisedquote .page-top-line {
    margin-bottom: 20px;
  }
  
  .page-template-personalisedquote .request-track-forms-section {
    padding: 20px 0;
  }
  
  .personalised-quote h2 {
    margin-bottom: 0;
  }
  
  section.contact-us .image img {
    width: 100%;
  }
  
  .single-post article .content-wrapper {
    flex-direction: column;
  }
  
  .single-post article .content-wrapper .entry-content h2 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.5rem;
  }
  
  .widget.widget_related_posts_widget h3.widget-title {
    font-size: 1.125rem; /* 18px */
    line-height: 1.375rem;
  }
  
  .single-post article {
    margin-bottom: 20px;
  }
  
  .archive-content {
    flex-direction: column;
    gap: 0;
  }
  
  .archive-posts-wrapper .post-item .post-excerpt {
    max-width: 100%;
  }
  
  form.wpcf7-form .row-inline {
    flex-direction: column;
  }
  
  #freight-search-overlay .search-overlay-content {
    width: 80%;
  }
  
  #freight-search-overlay input.search-field {
    font-size: 1.3rem;
  }
}

@media (max-width: 500px) {
  section.top-banner .top-banner-wrapper {
    min-height: 80.33vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  section.top-banner .top-banner-wrapper .text .buttons {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  section.top-banner .top-banner-wrapper .text h1 {
    font-size: 1.375rem; /* 22px */
    line-height: 1.3;
  }
  
  section.top-banner .top-banner-wrapper .text .buttons a {
    font-size: 0.8rem;
  }
  
  section.quick-services .services-wrapper .item {
    width: auto;
    flex: 0 0 100%;
  }
  
  section.quick-services .services-wrapper .item h3 {
    font-size: 0.8rem;
  }
  
  section.logistics-solution {
    padding: 5vw 0 7.63vw;
  }
  
  section.logistics-solution .text-section h2.title {
    font-size: 1.5rem; /* 24px */
  }
  
  section.logistics-solution .text-section .text {
    padding-left: 0;
  }
  
  section.logistics-solution .text-section .text .right-side ul li strong {
    font-size: 1rem; /* 16px */
  }
  
  section.logistics-solution .text-section .text .right-side ul li::before {
    left: 0;
  }
  
  section.logistics-solution .text-section .text .image img {
    width: 100%;
  }
  
  section.logistics-solution .text-section .red-line {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem;
  }
  
  section.request-quote .description h2 {
    font-size: 1.125rem; /* 18px */
    line-height: 1.5rem;
  }
  
  section.services-section .text-part h2.title {
    font-size: 1.125rem; /* 18px */
    line-height: 1.5rem;
  }
  
  section.services-section .top-line {
    font-size: 1rem; /* 16px */
    line-height: 1.375rem;
  }
  
  section.services-section .services-container .item {
    padding: 20px;
  }
  
  section.services-section .services-container .item h3 {
    font-size: 1.125rem; /* 18px */
    line-height: 1.5rem;
  }
  
  .request-track-forms-wrapper .buttons-row {
    flex-direction: column;
  }
  
  .request-track-forms-wrapper .buttons-row button {
    justify-content: left !important;
    font-size: 1rem !important;
    padding: 10px 20px !important;
  }
  
  .request-track-forms-wrapper .buttons-row img {
    max-width: 7vw;
    max-height: 7vw;
  }
  
  .request-track-forms-wrapper .request-quote-form form {
    padding: 20px;
  }
  
  .request-track-forms-wrapper .request-quote-form form .shipment-data-wrapper {
    margin-top: 0;
  }
  
  .request-track-forms-wrapper .request-quote-form form .inputs-row.checkboxes {
    padding: 0;
  }
  
  .request-track-forms-wrapper .request-quote-form form h4 {
    margin-top: 0;
  }
  
  .request-track-forms-wrapper .request-quote-form form .submit-wrapper input {
    font-size: 1rem; /* 16px */
    padding: 15px 0;
  }
  
  section.our-affiliations h2 {
    font-size: 1.125rem; /* 18px */
  }
  
  section.contact-us .buttons a {
    width: 80%;
  }
  
  section.contact-us .right-side .undertext {
    font-size: 0.875rem; /* 14px */
  }
  
  header .top-line {
    font-size: 12px;
    height: auto;
    padding: 0;
  }
  
  header .top-line .container {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  header .top-line .top-line__inner {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  
  header .top-line .top-line__contact {
    justify-content: center;
  }
  
  header .header-line .right-part > .search-icon,
  header .header-line .right-part > a.btn,
  header .header-line .right-part > .language-switcher {
    display: none;
  }
  
  .contact-buttons-wrapper a {
    width: 80%;
  }
  
  section.clients-feedback .feedbacks-wrapper .item {
    margin: 0 4.5vw;
    min-height: auto;
  }
  
  footer .footer-content .bottom-line {
    margin-top: 15px;
  }
  
  footer .footer-content .top-line .subscribe-form form input[type='email'] {
    margin-right: 0;
  }
}