@media only screen and (max-width: 767px) {
  .hero-banner {
    height: 100%;
    padding-bottom: 140px;
  }
  .h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  
  .hero-banner .calculator-form-col {
    padding: 0 0.5rem;
  }
  .hero-banner .point,
  .hero-banner .point2 {
    padding: 0 0;
    width: fit-content;
  }
  .hero-banner .tags li {
    font-size: 15px;
  }
  .hero-banner .point2 ul {
    /* left:-15px !important; */
    left: unset !important;
  }
  .hero-banner .content-points {
    display: flex;
    justify-content: space-between;
    left: 2px;
    top: 19px;
    margin:0  -3px;
  }
  .hero-banner .container {
    padding:0 8px !important;
  }
  .hero-banner .hero-boy {
    left: 0px !important;
    top: -525px !important;
  }
  .bg-container .bg-image {
    left: unset !important;
  }
  .bg-container .bg-image {
    top: -100px;
  }
  .content-box2 {
    position: unset;
    display: flex;
    flex-direction: column-reverse;
    width:100%;
  }
  .calculator-form-wrapper h4 {
    font-size: 20px !important;
  }
  .why-choose-two__point-box {
    display: unset !important;
  }
  .why-choose-two__btn-box a {
    left: unset !important;
  }
  .volumetric-image {
    width: 100%;
    height: 100%;
  }
  .site-footer-two__top > .col-1 {
    width: 100%;
  }
  .footer-widget-two__contact {
    flex-direction: column;
    justify-content: start !important;
    text-align: left;
    align-items: unset !important;
    gap:18px;
    margin-bottom:25px;
  }
  .footer-widget-two__title{
    position: unset !important;
  }
  .footer-widget-links > div:first-child{
    position: unset !important;
  }
  .site-footer-two__top > .col-3,
  .site-footer-two__top > .col-2 {
    width: 100%;
    margin-top: 40px;
  }
  .site-footer-two__top {
    padding-bottom: 4px;
  }
  .site-footer-two__bottom-menu {
    gap: 5px;
  }

  
  .about-two__btn-box-more {
    text-align: center;
  }

  .more-cities-button {
    width: 168px;
  }
  .footer-widget-two__about {
    margin-right: 0;
  }
  .site-footer-two__social {
    justify-content: space-between;
    width: 100%;
  }
  .site-footer-two__social a + a {
    margin-right: 0;
  }
  .site-footer-two__social a {
    font-size: 28px;
    width: 50px !important;
    height: 50px !important;
  }
  .modal-body h2 {
    margin-top: 15px;
    text-align: center;
  }
  .modal-body {
    padding: 5px 10px 5px 10px !important;
  }
  #countriesModal .about-two__btn-box:nth-child(odd) {
    padding-right: 0;
  }

  #countriesModal .about-two__btn-box:nth-child(even) {
    padding-left: 0.7rem;
    padding-right: 1rem;
  }
  .calculator-form-col > div {
    margin-top: 3rem !important;
  }
  .mobile-nav__social {
    justify-content: space-between;
  }
  .mobile-nav__top  .site-footer-two__social a{
    font-size:21px !important;
    width:40px !important;
    height:40px !important;
  }
  .mobile-nav__top   .site-footer-two__social {
    margin-top:1px;
  }
  

  .text-mobile-center {
    text-align: center;
  }

  /* other page banner  */
  .page-header .container {
    padding:0;
  }
  .page-header__inner{
    height:unset !important;
    padding-bottom: unset;
  }
  .page-header__inner h1, .page-header__inner span {
    text-align: center;
  }
  .page-header__inner p, .page-header__inner ul {
    width:unset !important;
    
  }
  .page-header__inner ul{
    font-size:15px;
    padding:0px;
    padding-left:15px;
    font-weight:500;
    margin-top:unset !important;
    margin-bottom: 23px;
  }
  .page-header__inner ul li {
    margin:0;
    padding:0px;
  }
  .page-header__inner ul li.second {
    position: relative;
    left:9px;
  }
  .page-header__inner .banner-boy {
    right: unset;
    bottom: unset !important;
    position: relative !important;
  }

  .page-header__inner .boy-para {
    display:flex;
    flex-direction: column-reverse;
    align-items:center;
    margin:18px 0;
    
}

.page-header__inner .box {
    padding: 5px;
    border: 1px solid white;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
  }
  .page-header__inner {
     padding: 22px 8px;
     padding-bottom: unset;
   }
   .content-container{
    width:unset;
   }

   .mobile-hide {
    display:none;
   }
   .banner-form {
    margin-bottom: 82px;
   }

  .page-header__shape-1.desktop-priceBox{
    display:none;
   }
   .page-header__shape-1.mobile-priceBox{
    display:flex;
    justify-content: center;
    margin-bottom:41px;
   }
   .page-header__shape-1{
    position: unset ;
   }
   .import-export-box {
    display: none;
   }

   /* table charges */
   /* MOBILE ONLY */

  .rate-table {
    table-layout: fixed;
    min-width: 900px; /* enables horizontal scroll */
  }

  /* Sticky first column */
  .rate-table th:first-child,
  .rate-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 5; 
    width: 171px;
    background-color: white;
    color:var(--primary);
  }

  .sticky-1 th:first-child {
    z-index: 60;
    background-color: var(--primary);
    color:white;
  }

  .sticky-2 th:first-child {
    z-index: 55;
    background-color: var(--secondary);
    color:white;
  }

  .sticky-3 th:first-child {
    z-index: 50;
    background: #f8f9fa;
    color:var(--primary)
  }

  /* Equal width for remaining columns */
  .rate-table th:not(:first-child),
  .rate-table td:not(:first-child) {
    width: 140px;
  }


   /* end table charges */


  .flags-box svg {
    width:116px !important;
  } 
  .flags-box .aireoplane-box{
    left:103px !important;
    top:-9px !important;
  }
  .feature-one__single{
    margin-bottom: 26px !important;
  }
  .flags-box {
    margin-top:-3px !important;
    margin-bottom:43px  !important;
  }
  .calculator-form-wrapper .thm-btn{
    margin-top:13px;
  }
  .mt-mb-col-section {
    margin-top:43px;
  }
  .mb-mb-col-section {
    margin-top:43px;
  }
  .pickup-btn{
    width:151px;
  }
  #homeChargesList2 hr  {
    width:200px !important;
  }
  .section-points {
    margin-top:1.5rem !important;
  }

  .section-points li {
    margin-bottom: 7px;
  }
  .find-transport{
    margin-top:1.5rem !important;
  }
  .find-transport__title{
    font-size:34px !important;
  }
    .find-transport__inner {
      padding:32px 0 49px !important;
    }
    .site-footer-two {
      margin-top:1.5rem !important;
    }
    .site-footer-two__bottom-text {
      text-align: center;
    }
    .volumetric-card .card-body {
      padding:12px !important;
    }
    .spec .section-title__title{
      font-size:26px !important;
    }
    .why-choose-two__left .section-title__title{
      font-size:30px;
      text-align: left;
    }
    .more-cities-button2 {
      display: flex;
      justify-content: center;
    }
  
    .flag-contents {
      width:330px !important;
    }
    #more-countries .ul-icon li {
      font-size:15px;
    }
    .footer-image{
      position: unset !important;
      max-width: 100% !important ;
      height: fit-content;
      margin-bottom:41px;
    }
    .document-points {
      padding:10px !important;
    }
      .footer-widget-two__title {
        margin-left: -4px;
        font-size:18px;
      }
    .footer-widget-two__title img {
      width:18px; height: 18px;

    }
    .thm-breadcrumb__inner {
      margin-top:1px !important;
    }
    #homeChargesList2 .item{
      padding:5px ;
    }
    #homeChargesList2 .item a {
      font-size:16px !important; 
    }

  }
  