*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
 }
 header nav{
    position: sticky;
 }
 .about-banner-sec {
    position: relative;
 }
 .about-banner-sec .swiffy-slider {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
 }
 .about-banner-sec .swiffy-slider img {
    filter: brightness(0.7);
 }
 .about-banner-sec{
    background-position: 0 0,50%;
    background-size: auto,cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 235px;
    padding-bottom: 230px;
    font-family: Poppins,sans-serif;
    display: flex;
    position: relative;
 }
 .about-banner-sec::before{
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
 }
 .about-banner-sec .banner-content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    display: flex;
 }
 .about-banner-sec .banner-content .top-banner-title-bg{
    background-color: var(--primary-web-color);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 30px;
    display: flex;
    transform: skew(-15deg);
 }
 .about-banner-sec .banner-content .top-banner-title-bg .top-banner-title{
    color: #fff;
    background-color: #0000;
    width: 150px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    transform: skew(15deg);
    text-align: center;
 }
 .about-banner-sec .banner-content .top-banner-title-bg .top-banner-title h4{
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
 }
 .about-banner-sec .aboutus-title{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins, sans-serif;
    line-height: 1.2;
    display: inline;
    font-size: 98px;
    font-weight: 700;
 }
 .about-banner-sec .aboutus-title .hightlight-dot-title i{
    color: var(--primary-web-color);
    font-weight: 700;
    font-size: 15px;
    padding-left: 8px;
 }
 .about-banner-sec .top-banner-text{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 720px;
    padding: 10px;
 }
.banner-bottom-menu {
    z-index: 1000;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* margin-top: -80px; */
    position: absolute;
    top: 39rem;
    box-shadow: 7px 7px 50px rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

.banner-bottom-menu .bottom-menu-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.banner-bottom-menu .bottom-menu-items .nav-item {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.banner-bottom-menu .bottom-menu-items .nav-item a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: color 0.9s ease;
  padding-top: 30px;
}

.banner-bottom-menu .bottom-menu-items .nav-item a:hover {
  color: #8a8a8a; 
}

.nav-underline .nav-link.active {
  color: var(--primary-web-color);
  font-weight: bold;
  border-bottom: none;
}

.nav-underline .nav-link {
  padding: 0; 
  position: relative;
  border-bottom: none;
}
.banner-bottom-menu .bottom-menu-items .nav-item a:hover.hover-line {
    color: var(--primary-web-color);
}
.banner-bottom-menu .nav-item .hover-line {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0px;
  height: 3.5px;
  width: 100%;
  background-color: var(--primary-web-color); 
  transform: scaleX(0); 
  transform-origin:left;
  transition: transform 1.5s ease;
   margin-bottom: 10px;
}
.nav-underline .nav-link.active {
    border-top: 3.5px solid var(--primary-web-color);
    margin-top: 1px;
}
.banner-bottom-menu .nav-item .nav-link.active + .hover-line{
    transform: scaleX(2.5)!important; 
}
.banner-bottom-menu .nav-item:hover .hover-line,
.banner-bottom-menu .nav-item .nav-link.active + .hover-line {
  transform: scaleX(2.5)!important; 
}


.we-give-section .content-div{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.we-give-section .content-div .we-give-title{
    color: #131c21;
    font-family: Poppins, sans-serif;
    font-size: 45px;
    line-height: 1.2;
    display: inline;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.we-give-section .content-div .we-give-title span i{
    color: var(--primary-web-color);
    font-weight: 700;
    font-size: 15px;
    padding-left: 8px;
}
.we-give-section .content-div .shipments-text{
    color: #131c21b3;
    text-align: left;
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67em;
}
.we-give-section .shipment-content{
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
} 
.we-give-section .shipment-content .shipment-progressbar-item{
    justify-content: center;
    align-items: center;
    display: flex;
}
.we-give-section .shipment-content .shipments-progressbar-item{
    /* width: 33.333%; */
    padding: 58px 40px;
    box-shadow: 7px 7px 50px #00000014;
}
.we-give-section .shipment-content  .central-item{
    z-index: 10;
    background-color: #fff;
    padding: 85px 40px;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item img{
    max-width: 100%;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item h2{
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item h5{
    color: #000;;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item h5 span i{
    color: var(--primary-web-color);
    font-size: 4px;
    padding-left: 2px;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item .progressbar-title-description{
    color: #131c2199;
    text-align: center;
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    overflow: visible;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item .learn-more-button{
    color: #131c21;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item .learn-more-button:hover{
    opacity: .6;
    transition: 0.3s ease;
}
.we-give-section .shipment-content .shipment-progressbar-item .progressbar-item .learn-more-button span i{
    padding-left: 20px;
    font-size: 14px;
}
.history-section{
    background-color: #131c21;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-top: 5rem;
}
.history-section .history-title-content{
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 60px;
}
.history-section .history-title-content .history-section-title-bg{
    background-color: var(--primary-web-color);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 150px;
    display: flex;
    transform: skew(-15deg);
}
.history-section .history-title-content .history-section-title-bg .history-section-title {
    color: #fff;
    background-color: #0000;
    width: 150px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    transform: skew(15deg);
    text-align: center;
}
.history-section .history-title-content .history-section-title-bg .history-section-title h5{
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}
.history-section .history-title {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins, sans-serif;
    line-height: 1.2;
    display: inline;
    font-size: 45px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 80px;
}
.history-section .history-title span i {
    font-size: 8px;
    color: var(--primary-web-color);
}
.history-section .history-item-slider{
    flex-direction: row;
    align-items: center;
    display: flex
;
}
.history-section .history-item-slider img{
    object-fit: cover;
    width: 460px;
    height: 360px;
    margin-right: 60px;
}
.history-section .history-item-right-content{
    margin: auto;
}
.history-section .history-item-right-content .history-slide-title{
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
}
.history-section .history-item-right-content .history-slide-title span{
    color: var(--primary-web-color);
}
.history-section .history-item-right-content .about-slider-item-description{
    color: #ffffffb3;
    text-align: left;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
    overflow: visible;
}
.history-section .history-item-right-content .history-slider-learn-more{
    color: #f9f9f9;
    font-size: 16px;
    line-height: 1.15;
    text-decoration: none;
}
.history-section .history-item-right-content .history-slider-learn-more:hover{
    color: var(--primary-web-color);
    transition: 0.3s ease-in-out;
}
.slider-nav {
    position: absolute;
    top: 18rem;
    left: 3rem;
    bottom: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    visibility: visible;
    opacity: .8;
    transition: visibility .1s,opacity .2s linear;
    margin-bottom: var(--swiffy-slider-track-height);
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    -webkit-filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));
    transform: scale(var(--swiffy-slider-nav-zoom));
}
.owl-theme .owl-nav {
    /* margin-top: 10px; */
    position: absolute;
    top:  18.15rem;
    left: 3.7rem;
    display: flex;
    border-radius: none!important;
}
.owl-carousel .owl-nav button.owl-prev{
    color: #161616;
    background-color: #fff!important;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 20px 10px;
    font-size: 36px!important;
    transition: color .4s, background-color .4s;
    display: flex;
    border-radius: none!important;
}
.owl-carousel .owl-nav button.owl-prev:hover{
    color: #fff!important;
    background-color: var(--primary-web-color)!important;
}
.owl-carousel .owl-nav button.owl-next:hover{
    color: #161616!important;
    background-color: #fff!important;
}
.owl-carousel .owl-nav button.owl-next{
    background-color: var(--primary-web-color)!important;
    color: #fff!important;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0;
    font-size: 36px!important;
    font-weight: 400;
    transition: color .4s, background-color .425s;
    display: flex;
    border-radius: none!important;
}
.owl-carousel .owl-nav button.owl-prev .span{
    color: #161616;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 20px 10px;
    font-family: "Icon Font 3", sans-serif;
    font-size: 18px;
    transition: color .4s, background-color .4s;
    display: flex;
}
.partners-section {
    margin-top: 110px;
    margin-bottom: 65px;
}
.partners-section .partner-link{
    width: 100%;
    height: 100%;
    min-height: 130px;
}
.partners-section .partner{
    filter: brightness(0%);
}
.partners-section .partner:hover{
    filter: brightness(100%);
}
.optimization-logistics h3{
    color: #131c21;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
}
.optimization-logistics h3 span i{
    color: var(--primary-web-color);
    font-weight: 700;
    font-size: 5px;
    padding-left: 4px;
}

.optimization-logistics .progressbar-line-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.optimization-logistics .progressbar-line-title strong{
    color: #131c21;
    font-size: 15px;
    line-height: 1.7;
}
.optimization-logistics .progressbar-line-title strong p{
    color: #131c21;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: auto;
    right: -10px;
}
.optimization-logistics{
    height: 17rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.optimization-logistics .left-content{
    margin: auto;
}
.optimization-logistics .right-content{
    margin: auto;
} 
.optimization-logistics .progressbar-line-item{
    padding-bottom: 30px;
}
.optimization-logistics .progressbar-line-item .progress{
    height: 6px;
}
.optimization-logistics .progressbar-line-item .progress-bar{
    height: 6px;
    background-color: var(--primary-web-color);
}
.optimization-logistics .progressbar-line-item .progress-bar {
    height: 6px;
    background-color: var(--primary-web-color);
    transform-origin: left;
    transition: transform 2.5s ease; /* Smooth animation */
  }
.photos-section{
    margin-top: 4rem;
    margin-bottom: 6rem;
}
.photos-section .row{
    --bs-gutter-x: 0%;
}
.photos-section .img-box{
    height: 16rem;
    overflow: hidden;
}
.photos-section .img-box img{
    object-fit: cover;
    width: 100%;
    height: 95%;
}
.additional-info-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.additional-info-sec .additional-info-title-bg{
    width: 147px;
    height: auto;
    margin-bottom: 15px;
    background-color: var(--primary-web-color);
    justify-content: center;
    align-items: center;
    display: flex;
    transform: skew(-15deg);
}
.additional-info-sec .additional-info-title-bg .additional-info-title{
    color: #fff;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 190px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    display: flex;
    transform: skew(15deg);
}
.additional-info-sec .additional-info-title-bg .additional-info-title h4{
    text-align: center;
    background-color: var(--primary-web-color);
    width: 130px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.additional-info-sec  .title-headind{
    color: #131c21;
    text-align: center;
    flex: 0 auto;
    max-width: 750px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
}
.additional-info-sec  .title-headind span i{
    font-size: 8px;
    color: var(--primary-web-color);
}
.additional-info-sec .title-info-text{
    color: #1b1e23b3;
    text-align: center;
    max-width: 785px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.67em;
}
.additional-info-sec .title-btn{
    color: #131b21;
    letter-spacing: 1.28px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity .4s;
    position: relative;
}
.additional-info-sec .title-btn:hover{
    opacity: .7;
}
.additional-info-sec .shipment-content{
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.additional-info-sec .shipment-content .shipment-progressbar-item{
    justify-content: center;
    align-items: center;
    display: flex;
}
.additional-info-sec .shipment-content .shipments-progressbar-item{
    width: 33.333%;
    padding: 58px 40px;
    box-shadow: 7px 7px 50px #00000014;
}
.additional-info-sec .shipment-content  .central-item{
    z-index: 10;
    background-color: #fff;
    padding: 85px 40px;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item img{
    max-width: 100%;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item h2{
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item h5{
    color: #000;;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item h5 span i{
    color: var(--primary-web-color);
    font-size: 4px;
    padding-left: 2px;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item .progressbar-title-description{
    color: #131c2199;
    text-align: center;
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    overflow: visible;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item .learn-more-button{
    color: #131c21;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item .learn-more-button:hover{
    opacity: .6;
    transition: 0.3s ease;
}
.additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item .learn-more-button span i{
    padding-left: 20px;
    font-size: 14px;
}

.help-businesses {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
}
.help-businesses .help-businesses-title-bg{
    width: 147px;
    height: auto;
    margin-bottom: 15px;
    background-color: var(--primary-web-color);
    justify-content: center;
    align-items: center;
    display: flex;
    transform: skew(-15deg);
}
.help-businesses .help-businesses-title-bg .help-businesses-title{
    color: #fff;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 190px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    display: flex;
    transform: skew(15deg);
}
.help-businesses .help-businesses-title-bg .help-businesses-title h4{
    text-align: center;
    background-color: var(--primary-web-color);
    width: 130px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.help-businesses  .help-businesses-head-title{
    color: #131c21;
    text-align: center;
    flex: 0 auto;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 950px;
    margin-top: 5px;
}
.help-businesses .help-businesses-head-title span i{
    font-size: 8px;
    color: var(--primary-web-color);
}
.help-businesses .help-businesses-text{
    color: #1b1e23b3;
    text-align: center;
    max-width: 785px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.67em;
}
.help-businesses .help-businesses-title-btn{
    cursor: pointer;
    background-color: var(--primary-web-color);
    min-width: 155px;
    margin-left: auto;
    margin-right: auto;
    padding: 21px 32px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.15;
    transition: background-color .25s;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
}
.help-businesses .help-businesses-title-btn:hover{
    opacity: 1;
    background-color: var(--primary-hover-web-color);
}
.newsletter{
    background-color: var(--primary-web-color);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 15px;
    display: flex;
    opacity: 1;
    margin-top: 5rem;
}
.mb-4{
    margin-bottom: 4.5rem!important;
}
.newsletter .left-area{
    display: flex;
    align-items: center;
}
.newsletter .right-area{
    display: flex;
    align-items: center;
    justify-content: center;

}
.newsletter .newsletter-title{
    align-items: center;
    width: 100%;
    display: flex;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    justify-content: start;
}
.newsletter .subscribe-form{
    display: flex;
    align-items: center;
}
.newsletter .subscribe-form input{
    background-color: #f3f5f6;
    width: 100%;
    min-width: 100%;
    height: 58px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border: none!important;
}
.newsletter .subscribe-form input:focus-visible{
   outline: none;
}
.newsletter .subscribe-form button{
    background-color: #000;
    height: 58px;
    cursor: pointer;
    min-width: 155px;
    margin-left: auto;
    margin-right: auto;
    padding: 21px 32px;
    font-weight: 400;
    line-height: 1.15;
    font-size: 14px;
    color: #fff;
    transition: background-color .25s;
    border: none;
}
.newsletter .subscribe-form button:hover{
    background-color: #2f434e;
}

section.help-businesses { 
    padding-bottom: 1rem;
}

/* Media query starts */
/*  Large devices (desktops, 992px and up) */
@media (max-width: 1200px) {

 }

@media (max-width: 992px) { 
    .banner-bottom-menu {
        display: none;
    }
    .about-banner-sec .aboutus-title{
        margin-top: 20px;
        font-size: 65px;
        display: block;
    }
    .about-banner-sec{
        padding: 190px 15px 140px;
        position: relative;
    }
    .owl-theme .owl-nav {
        position: relative;
        top: 2.15rem;
        left: 0%;
        display: flex;
        justify-content: center;
    }
    .optimization-logistics h3{
        margin-bottom: 40px;
        font-size: 30px;
    }
    .additional-info-sec .title-headind{
        margin-top: 0;
        font-size: 40px;
    }
    .additional-info-sec .shipment-content .shipment-progressbar-item{
        flex-wrap: wrap;
    }
    .additional-info-sec .shipment-content .shipments-progressbar-item{
        width: 90%;
        padding: 58px 40px;
        box-shadow: 7px 7px 50px #00000014;
        margin-bottom: 30px;
    }
    .help-businesses .help-businesses-head-title{
        font-size: 40px;
    }
    .newsletter .newsletter-title{
        font-size: 22px;
        justify-content: center;
    }
    .newsletter .subscribe-form input {
        min-width: 70%;
        height: 54px;
        padding: 8px 12px;
        font-size: 14px;
    }
    .newsletter .subscribe-form button{
        height: 54px;
        padding: 21px 25px;
        min-width: 115px;
    }
 }
 @media (max-width: 768px) { 
    .we-give-section .content-div .shipments-text{
        margin-top: 40px;
    }
    .we-give-section .shipment-content .shipment-progressbar-item{
        flex-wrap: wrap;
    }
    .we-give-section .shipment-content .shipments-progressbar-item{
        margin-bottom: 50px;
    }
    .owl-carousel .owl-item img{
        margin-bottom: 40px;
    }
    .history-section .history-item-right-content .history-slide-title{
        text-align: center;
    }
    .history-section .history-item-right-content .about-slider-item-description{
        text-align: center;
    }
    .history-section .history-item-right-content {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .history-section .history-item-right-content .history-slide-title{
        font-size: 20px;
    }
    .help-businesses .help-businesses-head-title{
        font-size: 30px;
        max-width: 90%;
    }
    .help-businesses .help-businesses-text{
        max-width: 90%;
    }
    .additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item h5{
        margin-top: 20px;
    }
  }
  @media (max-width: 576px) { 
    .about-banner-sec .aboutus-title{
        margin-top: 20px;
        font-size: 45px;
    }
    .about-banner-sec {
        padding: 130px 15px 130px;
        position: relative;
    }
    .we-give-section .content-div .we-give-title{
        font-size: 30px;
    }
    .we-give-section .content-div .shipments-text{
        font-size: 15px;
    }
    .history-section .history-title{
        font-size: 35px;
    }
    .history-section .history-title{
        padding-bottom: 0px;
    }
    .optimization-logistics h3{
        margin-bottom: 30px;
        font-size: 22px;
    }
    .additional-info-sec .title-headind{
        margin-top: 0;
        font-size: 30px;
        max-width: 90%;
    }
    .additional-info-sec .title-info-text{
        font-size: 15px;
        max-width: 90%;
    }
    .additional-info-sec .shipment-content .shipment-progressbar-item .progressbar-item .learn-more-button{
        font-size: 14px;
    }
    .help-businesses .help-businesses-text{
        font-size: 15px;
    }
    .help-businesses .help-businesses-title-btn{
        padding: 15px 30px;
    }
  }

/* Media query ends */
