*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
 }
 body{
    background-color: #fff;
 }
 header nav{
    position: sticky;
 }
 .service-banner-sec {
    position: relative;
 }
 .service-banner-sec .swiffy-slider {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
 }
 .service-banner-sec .swiffy-slider img {
    filter: brightness(0.7);
 }
 .service-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;
 }
 .service-banner-sec::before{
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
 }
 .service-banner-sec .banner-content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    display: flex;
 }
 .service-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);
 }
 .service-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;
 }
 .service-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;
 }
 .service-banner-sec .aboutus-title{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins, sans-serif;
    line-height: 90px;
    display: inline;
    font-size: 80px;
    font-weight: 700;
 }
 .service-banner-sec .aboutus-title .hightlight-dot-title i{
    color: var(--primary-web-color);
    font-weight: 700;
    font-size: 15px;
    padding-left: 8px;
 }
 .service-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: 35.5rem;
    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); 
}
.additional-info-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 4rem;
    overflow-y: hidden;
}
.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;
}
.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: 35px;
    font-weight: 700;
    line-height: 42px;
    display: inline;
    margin-top: 20px;
    margin-bottom: 30px;
}
.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;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}
.we-give-section .we-give-image{
    width: 100%;
}
.we-give-section .we-give-image img{
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
.help-businesses {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 1rem;
}
.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);
}



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

}

@media (max-width: 992px) { 
   .banner-bottom-menu {
       display: none;
   }
   .service-banner-sec .aboutus-title{
    margin-top: 20px;
    font-size: 55px;
    display: block;
}
   .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;
   }
 
}
@media (max-width: 768px) { 
   .we-give-section .content-div .shipments-text{
       margin-top: 40px;
       margin-bottom: 40px;
   }
   .service-banner-sec .aboutus-title{
    font-size: 48px;
    line-height:35px;
    text-align: center;
   }
   .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;
   }
   .additional-info-sec .title-info-text{
    margin-bottom: 0px!important;
}
.we-give-section .content-div{
 text-align: center;
}
.we-give-section .content-div .shipments-text{
    text-align: center;
}
 }
 @media (max-width: 576px) { 
    .service-banner-sec .aboutus-title{
        margin-top: 20px;
        font-size: 30px;
        line-height:35px;
        text-align: center;
    }
    .service-banner-sec .top-banner-text{
        text-align: center;
        font-size: 14px;
    }
   .we-give-section .content-div .we-give-title{
       font-size: 28px;
   }
   .we-give-section .content-div .shipments-text{
       font-size: 15px;
   }
   
   .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 */
