*{margin: 0; padding: 0;}
body{ font-family: "Montserrat", sans-serif !important; box-sizing: border-box;}
figure{margin: 0;}
img{max-width: 100%;}
a{text-decoration: none; transition: all 0.2s ease-in-out; color: #000000;}
ul{padding: 0; margin: 0;}
li{padding: 0; list-style: none;}
p{margin: 0;}
.gradient-bg{
    position: relative;
    z-index: 0;
}
.gradient-bg::before{
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #FFFFFF 0%, #D2D1E5 6.52%, #BCBAD8 9.77%, #A6A4CC 15.32%, #6E6AAB 33.73%, rgba(76, 72, 152, 0.84) 40.2%, #7E7BB5 52.39%, #8F8DBF 58.36%, #D2D1E5 73.53%, #FFFFFF 84.72%);
    opacity: 8%;
    z-index: -1;
}
.btn{
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    padding: 7px 15px;
    background-color: #4C4898;
    color: #fff;
    min-height: 41px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition:  all 0.3s ease-in-out;

}
.btn::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #4C4898;
    width: 0;
    height: 100%;
    transition:  all 0.3s ease-in-out;
    z-index: -1;
}
.btn::after{
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-color: #4C4898;
    width: 0;
    height: 100%;
    transition:  all 0.3s ease-in-out;
    z-index: -1;
}
.btn:hover::before , .btn:hover::after{
    width: 51%;
}
.btn.btn-white{
    background-color: #F8F9FD;
    color: #000C37;
}
.btn.btn-white:hover{
    color: #fff;
}
.btn.btn-outline{
    min-height: 48px;
    min-width: 180px;
    background-color: transparent;
    border-color: #FFFFFF;
}
.btn.btn-outline::before , .btn.btn-outline::after{
    background-color: #1DB1CE;
}
.btn.btn-outline:hover{
    color: #fff;
    border-color: #1DB1CE;
}

.btn.btn-primary{
    min-height: 48px;
    min-width: 180px;
    background-color: #1DB1CE;
    border:1px solid #1DB1CE;
}
.btn.btn-primary::before , .btn.btn-primary::after{
    background-color: #fff;
}
.btn.btn-primary:hover{
    color: #1DB1CE;
    border-color: #1DB1CE;
    box-shadow: 0px 4px 15px 0px rgb(29, 177, 206,0.3);
}
.btn.btn-fill{
    min-height: 48px;
    min-width: 180px;
    background-color: #4C4898;
    border-color: #4C4898;
}
.btn.btn-fill::before , .btn.btn-fill::after{
    background-color: #fff;
}
.btn.btn-fill:hover{
    color: #4C4898;
    border-color: #4C4898;
    box-shadow: 0px 4px 15px 0px rgb(76, 72, 152,0.3);
}
header{
    padding: 18px 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
header.fixed{
    background-color: #fff;
    border-color: #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header .container{
    max-width: 1345px;
}
.header-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-inner .header-right{
    display: flex;
    align-items: center;
}
.navbar li{
    margin-right: 25px;
}
.navbar li a{
    font-size: 15px;
    font-weight: 600;
    color: #000C37;
    transition:  all 0.3s ease-in-out;
}
.navbar li a:hover{
    color: #1DB1CE;
}
.header-inner .header-right .btn{
    margin-right: 10px;
}
.lang-btn .form-select{
    font-size: 15px;
    font-weight: 600;
    color: #000C37;
    background-color: #F8F9FD;
    border: none;
    padding: 7px 36px 7px 16px;
    min-height: 41px;
}
.lang-btn .form-select:focus{
    outline: none;
    box-shadow: none;
}
.home-banner-section{
    position: relative;
    z-index: 0;   
    overflow: hidden;
    border-radius: 40px;
    max-width: 1321px;
    margin:  0 auto;
}
.home-banner-section .banner-overlay{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #000C37;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    transition:  all 0.3s ease-in-out;
    z-index: -1;   
}
.home-banner-section video{
    z-index: -1;
    position: relative;
}
.home-banner-section .banner-content{
    position: absolute;
    top: 109px;
    left: 75px;
    z-index: 1;
}
.home-banner-section .banner-content h1{
    font-size: 66px;
    font-weight: 800;
    color: #fff;
    line-height: 74px;
    margin-bottom: 15px;
}
.home-banner-section .banner-content h1 span{
    font-weight: 400;
    font-size: 50px;
}
.home-banner-section .banner-content p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
.home-banner-section .banner-content ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-banner-section .banner-content ul li{
    display: flex;
    align-items: center;
    margin-right: 60px;

}
.home-banner-section .banner-content ul li figure{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #1DB1CE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex:  0 0 auto;
}
.home-banner-section .banner-content ul li span{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.searching-tab{
    margin-top: -100px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.tabs-btn{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.tabs-btn .nav-tabs{
    background-color: #fff;
    border-radius: 8px;
    padding: 4px;
    box-shadow: 0px 4px 15px 0px #3F3A8C14;
}
.tabs-btn .nav-tabs li:not(:last-child){
    margin-right: 5px;
}
.tabs-btn .nav-tabs li .nav-link{
    font-size: 12px;
    font-weight: 700;
    color: #000C37; 
    line-height: 18px;
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 7px;
    border: none;
    border-radius: 7px !important;
    text-transform: uppercase;
}
.tabs-btn .nav-tabs li .nav-link:hover{
    background-color: #ECEBF7;
}
.tabs-btn .nav-tabs li .nav-link.active{
    background-color: #ECEBF7;
    color: #4C4898;
}
.tabs-btn .nav-tabs li .nav-link img{
    margin-right: 11px;
    flex: 0 0 auto;
}
.tabs-btn .quote-btn{
    font-size: 12px;
    font-weight: 700;
    color: #000C37; 
    display: flex;
    align-items: center;
    padding: 11px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px #3F3A8C14;
    margin-left: 8px;
    transition: all 0.2s ease-in-out;
}
.tabs-btn .quote-btn:hover{
    background-color: #ECEBF7;
}
.tabs-btn .quote-btn img{
    margin-right: 8px;
    flex: 0 0 auto;
}
.searching-tab .tab-content{
    box-shadow: 0px 0px 30px 0px #3F3A8C14;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px 22px;
}
.home-search-fields .box-left{
    width: calc(100% - 44px);
}
.home-search-fields figure{
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #F5F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex: 0 0 auto;
}
.home-search-fields .box-left .location-div{
    width: 55%;
}
.home-search-fields .box-left .location-div .form-field{
    width: 45%;
}
.home-search-fields .box-left .location-div .form-field input{
    flex: 1;
}
.home-search-fields .box-left .location-div .location-toggle-icon{
    width: 10%;
    text-align: center;
}
.home-search-fields .box-left input{
    font-size: 15px;
    font-weight: 500;
    color: #000C37;
    padding: 0;
    border: none;
}
.home-search-fields .box-left input::placeholder{
    color: #9EA9B9;
}
.home-search-fields .box-left input:focus{
    outline: none;
    box-shadow: none;
}
.home-search-fields .box-left .form-field:not(.location-div .form-field){
    padding-left: 28px;
    border-left: 1px solid #9EA9B94D;
    width: 22.5%;
}
.home-search-fields .search-btn{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: #4C4898;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.home-search-fields .search-btn:hover{
    background-color: #1DB1CE;
}
.routes-section{
    margin-bottom: 45px;
}
.routes-section .section-head {
    margin-bottom: 25px;
}
.routes-section .section-head h2{
    font-size: 20px;
    font-weight: 600;
    color: #000C37;
    margin-bottom: 0;
}
.routes-section .section-head .tabs-btn{
    margin-left: 13px;
    margin-bottom: 0;
}
.routes-listing{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: inherit;
    padding: 10px 0;
    /* overflow-y: hidden; */
}
.routes-listing .route-box{
    min-width: 286px;
    box-shadow: 0px 4px 15px 0px #3F3A8C14;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 16px;
}
.routes-listing .route-box:not(:last-child){
    margin-right: 10px;
}
.route-box .countryTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 14px;
    margin-bottom: 29px;
}
.route-box .countryTop .leftcountry , .route-box .countryTop .rightcountry{
    display: flex;
    align-items: center;
}
.route-box .countryTop figure{
    flex: 0 0 auto;
    margin-right: 10px;
}
.route-box .countryTop strong{
    font-size: 14px;
    font-weight: 600;
    color: #000C37;
}
.trendBox-card{
    display: flex;
    gap: 0px 20px;
    align-items: center;
}
.trendBox-card .ship-range {
    display: flex;
    align-items: center;
    gap: 0px 6px;
    background-color:#F8F9FD;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 8px;
    flex-grow: 1;
}
.trendBox-card .ship-range span{
    font-size: 15px;
    font-weight: 500;
    color: #000C37;
}
.trendBox-card .priceCard span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #797979;
    padding-bottom: 2px;
}
.trendBox-card .priceCard strong{
    font-size: 20px;
    font-weight: 700;
    color: #231F20;
    display: flex;
    align-items: center;
}
.trendBox-card .priceCard strong img{
    margin-right: 5px;
    flex: 0 0 auto;
}
.section-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-head .tabs-btn .nav-tabs li .nav-link{
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 8px 10px 8px 7px;
}
.section-head .tabs-btn .quote-btn{
    padding: 14px 11px;
    font-size: 15px;
    line-height: 20px;
}
.heading{
    margin-bottom: 30px;
}
.heading h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #000C37;
}
.feature-section{
    margin: 90px 0;
}
.feature-wrap{
    border: 1px solid #E6E9F2;
    background-color: #fff;
    border-radius: 32px;
    overflow: hidden;
}
.feature-box{
    display: flex;
    flex-wrap: wrap;
}
.feature-box:not(:last-child){
    border-bottom:1px solid #E6E9F2;
}

.feature-box .left-box{
    width: 42.7%;
    padding: 90px 43px 90px 50px;
    border-right:1px solid #E6E9F2;
}
.feature-box .left-box h3{
    font-size: 30px;
    font-weight: 500;
    color: #000C37;
    margin-bottom: 18px;
}
.feature-box .left-box p{
    font-size: 16px;
    font-weight: 500;
    color: #000C37CC;
    margin-bottom: 0;
}
.feature-box .left-box ul li:not(:last-child){
    margin-bottom: 20px;
}
.feature-box .left-box ul li h4{
    font-size: 16px;
    font-weight: 700;
    color: #000C37CC;
    margin-bottom: 3px;
}
.feature-box .left-box ul li p{
    font-size: 16px;
    font-weight: 500;
    color: #000C37CC;
    margin-bottom: 0;
}
.feature-box .right-box{
    width: 57.3%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-box .right-box::before{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 58.03%, rgba(76, 72, 151, 0.3) 135.92%);
    opacity: 30%;  
    z-index: -1;
}
.feature-box .right-box figure{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    animation: zoomPulse 2.5s ease-in-out infinite;
    animation-delay: 0.8s;
    display: flex;
    align-items: end;
}

.feature-box .right-box figure.strip-2{
    bottom: 0;
    animation: zoomPulse2 2.5s ease-in-out infinite;
    animation-delay: 0s;
}
.feature-box .right-box figure img{
    width: 100%;
}

@keyframes zoomPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}
@keyframes zoomPulse2 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

.feature-box:nth-child(even){
    flex-direction: row-reverse;
}
.feature-box:nth-child(even) .left-box{
    border-left: 1px solid #E6E9F2;
    border-right: 0;
    padding: 90px 50px 90px 43px;
}
.feature-box:nth-child(even) .left-box h3{
    margin-bottom: 25px;
}
.feature-box:nth-child(even) .right-box img{
animation: bounce 2.5s infinite ease-in-out;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.heading.text-white h2{
    color: #fff;
}
.heading.text-white p{
    color: #fff;
}
.statics-section{
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    padding: 65px 30px;
    z-index: 0;
    background-size: cover !important;
    background-position: center !important;
}
.statics-section::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000C1A;
    opacity: 35%;
    z-index: -1;
}
.statics-section .heading{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 11px;
}
.statics-section p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.static-counter{
    display: flex;
    flex-wrap: wrap;
    margin: 80px -40px 0;
}
.static-counter li{
    width: 25%;
    padding: 0 40px;
    text-align: center;
}
.static-counter li:not(:last-child){
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.static-counter li span{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.static-counter li p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}
.services-section{
    margin: 90px 0 0;
}
.cards-listing{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    justify-content: center;
}
.cards-listing li{
    width: 33.33%;
    padding: 0 13px 30px;
}
.cards-listing li .box-inner{
    text-align: center;
    border: 1px solid #E6E9F2;
    background-color: #fff;
    border-radius: 32px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    padding: 38px 21px;
    transition: all 0.3s ease-in-out;
}
.cards-listing li .box-inner:hover{
    /* border-color: #4c4898; */
    box-shadow: 0px 4px 15px 0px #3F3A8C14;
}
.cards-listing li .box-inner::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 15%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 39.12%, rgba(76, 72, 151, 0.3) 123.01%);
}
.cards-listing li .box-inner::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/wave-vector-icon.svg);
    background-repeat: no-repeat;
    z-index: -1;
    animation: bounce2 2.5s infinite ease-in-out;
}
@keyframes bounce2 {
    0%, 100% {
        transform: translateY(0);
        opacity: 90%;
    }
    50% {
        transform: translateY(-8px);
        opacity: 40%;
    }
}

.cards-listing li .box-inner figure{
    outline: 5px solid #fff;
    background-color: #F8F9FD;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 45px;
    position: relative;
    transition: all 0.3s ease-in-out;

}
.cards-listing li .box-inner:hover figure{
    background-color: #4c4898;
    transform: scale(1.05);
}
.cards-listing li .box-inner figure img{
    transition: all 0.3s ease-in-out;
}
.cards-listing li .box-inner:hover figure img {
    filter: invert(1) brightness(5);
}
.cards-listing li .box-inner figure::before{
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    opacity: 50%;
    border: 1px solid #E6E9F2;
    border-radius: 25px;
}
.cards-listing li .box-inner h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000C37;
    margin-bottom: 10px;
    min-height: 48px;
}
.cards-listing li .box-inner p{
    font-size: 16px;
    font-weight: 500;
    color: #000C37CC;
    margin-bottom: 0;
}
.mobile-application-banner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 40px;
    position: relative;
    margin: 0 0 10px;
    z-index: 0;
    padding: 0 40px 0 78px;
}
.mobile-application-banner::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 468px;
    border-radius: 40px;
    content: "";
    z-index: -1;
    background-color: #1DB1CE;
    background-image: url(../images/container-vector-img.svg);
    background-position: bottom 20px left;
    background-repeat: no-repeat;
}
.mobile-application-banner .content-box{
  width: 53%;
  padding: 0 0 20px;
}
.mobile-application-banner .content-box h3{
    font-size:36px ;
    font-weight: 600;
    color: #fff;
}
.mobile-application-banner .content-box h2{
    font-size:64px ;
    font-weight: 700;
    color: #fff;
}
.mobile-application-banner .content-box p{
    font-size:16px ;
    font-weight: 500;
    color: #fff;
    margin-bottom: 19px;
}
.mobile-application-banner .img-box{
  width: 47%;
  animation: bounce 2.5s infinite ease-in-out;
}

.global-carriers-section{
    padding: 60px 0 90px;
}
.global-carriers-section .heading{
    margin-bottom: 40px;
}
.carriers-listing{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.carriers-listing:not(:last-child){
    margin-bottom: 30px;
}
.carriers-listing::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: radial-gradient(50% 4508.34% at 50% 50%, rgba(158, 169, 185, 0.4) 0%, rgba(158, 169, 185, 0) 100%);
    opacity: 0.80;
}
.carriers-listing::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: radial-gradient(50% 4508.34% at 50% 50%, rgba(158, 169, 185, 0.4) 0%, rgba(158, 169, 185, 0) 100%);
    opacity: 0.80;
}

.carriers-listing .left-box{
    width: 140px;
    text-align: center;
}
.carriers-listing .left-box h3{
    font-size: 50px;    
    line-height: 60px;
    font-weight: 700;
    color: #4C4898;
    margin-bottom: 2px;
}
.carriers-listing .left-box p{
    font-size: 16px;    
    font-weight: 600;
    color: #000C37;
    margin-bottom:0;
}
.carriers-listing .right-box{
    width: calc(100% - 140px);   
    position: relative;
    background-image: url(../images/gradient-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 33px 10px 33px 35px;
    z-index: 0;
}
.carriers-listing .right-box::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
    z-index: 1;
}
.carriers-listing .right-box::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    opacity: 10%;
    background: linear-gradient(270deg, #fff 0, hsla(0, 0%, 100%, 0));
    z-index: 1;
}
.carriers-listing .right-box figure{
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    min-height: 70px;
}
.carriers-listing .right-box figure img{
    max-width: 130px;
}
.carriers-slider .slick-slide{
    margin: 0 10px;
    min-width: 145px;
}

.platform-section{
    position: relative;
    z-index: 0;
    padding-bottom: 60px;
}
.platform-section::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, #FFFFFF 0%, #D2D1E5 6.52%, #BCBAD8 9.77%, #A6A4CC 15.32%, #6E6AAB 33.73%, rgba(76, 72, 152, 0.84) 40.2%, #7E7BB5 52.39%, #8F8DBF 58.36%, #D2D1E5 73.53%, #FFFFFF 84.72%);
    opacity: 0.1;
}
.platform-section .heading{
    margin-bottom: 35px;
}
.platform-section .cards-listing li .box-inner::after , .platform-section .cards-listing li .box-inner::before{
    display: none;
}
.platform-section .cards-listing li .box-inner h3{
    min-height: auto;
    margin-bottom: 17px;
}
.schedule-demo-banner{
    text-align: center;
    background: linear-gradient(180deg, #1DB1CE -59.09%, #4C4898 100%);
    position: relative;
    padding: 104px 20px 153px;
    border-radius: 40px;
    z-index: 0;
    margin-bottom: 90px;
}
.schedule-demo-banner::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url(../images/container-vector-img-02.svg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.schedule-demo-banner .btn{
    margin-top: 40px;
}
.faq-section{
    margin-bottom: 15px;
}
.faq-inner{
    display: flex;
    flex-wrap: wrap;
}
.faq-inner .left-wrap{
    width: 25%;
    border: 1px solid #E6E9F2;
    padding: 25px 30px;
    border-radius: 20px;
}
.faq-inner h2{
    font-size: 24px;
    font-weight: 600;
    color: #000C37CC;
    margin-bottom: 30px;
}
.faq-inner .left-wrap .nav-tabs{
    border:none ;
}
.faq-inner .left-wrap .nav-tabs li:not(:last-child){
    margin-bottom: 25px;
}
.faq-inner .left-wrap .nav-tabs li button{
    padding: 0;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000C37;
    position: relative;
    border: none;
}
.faq-inner .left-wrap .nav-tabs li button.active{
    color: #4C4898;
}
.faq-inner .left-wrap .nav-tabs li button::before{
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    background-color: #4C4898;
    width: 8px;
    height: 8px;
    border-radius: 2px;
}
.faq-inner .right-wrap{
    width: calc(75% - 20px);
    margin-left: 20px;
    border: 1px solid #E6E9F2;
    padding: 25px 30px;
    border-radius: 20px;
}
.faq-inner .right-wrap .accordion .accordion-item{
    border: none;
    box-shadow: none;
}
.faq-inner .right-wrap .accordion .accordion-item:not(:last-child){
    border-bottom: 1px solid#D9D9D9;
}
.faq-inner .right-wrap .accordion .accordion-item:first-child .accordion-button{
    padding-top: 0;
}
.faq-inner .right-wrap .accordion  .accordion-button{
    font-size: 16px;
    font-weight: 600;
    color: #000C37;
    padding: 15px 0;
    background-color: transparent ;
    border: none;
    box-shadow: none;
}
.faq-inner .right-wrap .accordion .accordion-button:not(.collapsed)::after{
    background-image: url(../images/arrow-down-colored.svg);
}
.faq-inner .right-wrap .accordion .accordion-button::after{
    background-position: center;
}
.faq-inner .right-wrap .accordion  .accordion-body{
    padding: 0 0 20px;
}
.faq-inner .right-wrap .accordion  .accordion-body p{
    font-size: 15px;
    font-weight: 500;
    color: #000C37CC;
}
.query-section{
    border: 1px solid #4C4898;
    background-color: #F8F9FD;
    padding: 20px 24px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.query-section .left-content h2{
    font-size: 24px;
    font-weight: 600;
    color: #000C37CC;
    margin-bottom: 0;
}
.query-section .left-content p{
    font-size: 16px;
    font-weight: 500;
    color: #000C37CC;
    margin-bottom: 0;
}
.query-section .right-content{
    display: flex;
    align-items: center;
}
.query-section .right-content span{
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000C37CC;   
}
footer{
    padding-top: 75px;
}
footer .container{
    max-width: 1344px;
}
.footer-inner{
    border-top: 1px solid #E0E4EC;
    padding-top: 40px;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top .left-section{
    display: flex;
    align-items: baseline;
}
.footer-top .left-section .footer-logo{
    margin-right: 30px;
}
.footer-top .left-section p{
    font-size: 12px;
    font-weight: 500;
    color: #000C37;
}
.social-links li:not(:last-child){
    margin-right: 16px;
}
.social-links li a{
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ECEBF7;
    transition: all 0.3s ease-in-out;
}
.social-links li a:hover{
    background-color: #4C4898;
}
.social-links li a:hover img{
    filter: invert(1) brightness(5);
}
.footer-bottom{
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 50px;
}
.footer-bottom .footerlink-row{
    width: 76%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 20px;
}
.footer-bottom .footerlink-row .footerlink-column{
    width: 25%;
}
.footer-bottom .footerlink-row .footerlink-column:not(:last-child){
    padding-right: 15px;
}
.footer-bottom  h3{
    font-size: 15px;
    font-weight: 600;
    color: #000C37;
    margin-bottom: 20px;
}
.footerlink-column ul li:not(:last-child){
    margin-bottom: 8px;
}

.footerlink-column ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000C37;
    transition: all 0.3s ease-in-out;
}
.footerlink-column ul li a:hover{
    color: #1DB1CE;
}

.footer-bottom .subscribe-box{
    width: 24%;
}
.footer-bottom .subscribe-box input{
    background-color: #fff;
    border: 1px solid #D9D8EE;
    min-height :55px;
    padding: 10px 19px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #000C37;
    width: 100%;
    margin-bottom: 16px;
} 
.footer-bottom .subscribe-box input::placeholder{
    color: #797979;
}
.footer-bottom .subscribe-box input:focus{
    outline: none;
    box-shadow: none;
}
.footer-bottom .subscribe-box .btn{
    min-width: 130px;
}
.route-customscroll{
    overflow-x: auto;
}
.route-customscroll .mCSB_container{
    margin-bottom: 20px !important;
}


body:has(.login-section){
    background-color: #F5F5F9;
}
.login-section{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0;
}
.login-section .left-wrap{
    background-color: #4C4897;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    width: 700px;
    padding: 45px 42px 108px;
    position: relative;
}
.login-section .left-wrap::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url(../images/container-vector-img-02.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.login-section .arrow-box{
    margin-top: 28px;
    position: relative;
    margin-bottom: -100px;
}
.login-section .arrow-box::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;            
  background: #4C4897;
  animation: fillBox 3.5s backwards; 
  z-index: 1;
}
@keyframes fillBox {
    100% {
        height: 0%;
    }
    0% {
      height: 100%;
    }
}
.login-section .left-wrap h2{
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.login-section .left-wrap h2 span{
    font-weight: 600;
}
.login-section .left-wrap svg{
    width: 100%;
}
.login-section .right-wrap{
    width: calc(100% - 700px - 20px);
    background-color: #fff;
    padding: 45px 69px;
    backdrop-filter: blur(20px);
    margin-left: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-section .right-wrap h3{
    font-size: 20px;
    font-weight: 600;
    color: #000C37;
    margin-bottom: 6px;
}
.login-section .right-wrap p{
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    margin-bottom: 15px;
}
.form-box .row{
    margin: 0 -8px;
}
.form-box .row> [class*="col"]{
    padding: 0 8px;
}
.form-group{
    margin-bottom: 17px;
}
.form-label{
    font-size: 13px;
    font-weight: 600;
    color: #000C37;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.forgot-password{
    font-size: 12px;
    font-weight: 500;
    color: #000C37;    
    text-decoration: underline;
    text-transform: uppercase;
}
.form-control{
    font-size: 16px;
    font-weight: 400;
    color: #000C37;
    border: 1px solid #9EA9B999;
    background-color: #fff;
    border-radius: 5px;
    min-height: 55px;
    transition: all 0.3s ease-in-out;
}
.form-control[type=number]::-webkit-inner-spin-button , .form-control[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.form-control:focus , .form-select:focus{
    box-shadow: none;
    outline: none;
    border-color: #868686;
}
.number-field{
    display: flex;
    align-items: center;
    position: relative;
}
.number-field .country-option{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: fit-content;
    height: 30px;
    border: none;
    background-color: transparent;
    padding:5px 40px 5px 20px  ;
    border-right: 2px solid #9EA9B94D;
    border-radius: 0;
        font-size: 16px;
    font-weight: 400;
    color: #000C37;
}
/* .number-field .country-option::before{
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    background-color: #9EA9B94D;
    width: 1px ;
    height: 30px;
    transform: translateY(-50%);
} */
.number-field .form-control{
    padding-left: 105px;
}
.password-field .form-control{
    padding-right: 60px;
}
.password-field .eye-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: none;
    background-color: transparent;
}
.form-box p{
    font-size: 16px;
    font-weight: 500;
    color: #797979;
}
.form-box p a{
    text-decoration: underline;
    color: #797979;
}
.form-box p a:hover{
    color: #000C37;
}
.form-box .btn-fill{
    font-size: 18px;
    font-weight: 700;
    min-height: 55px;
    border-radius: 5px;
}
.login-section .right-wrap span{
    padding: 18px 0 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #797979;
}
.login-option-box {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 5px;
    margin-bottom: 27px;
}
.login-option-box a{
    background-color: #fff;
    border: 1px solid #9EA9B999;
    padding: 13px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #000C37;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:  all 0.3s ease-in-out;
}
.login-option-box a:hover{
    background-color: rgb(76, 72, 152,0.05);
    border-color: rgb(76, 72, 152,0.5);
}
.login-option-box a img{
    margin-right: 11px;
    flex: 0 0 auto;
    
}
.login-section .right-wrap .text-center p{
    font-size: 15px;
    font-weight: 500;
    color: #000C37;
}
.login-section .right-wrap .text-center p a{
    text-decoration: underline;
    color: #000C37;
}
@media(min-width:1345px){
    .container{
        max-width: 1194px;
        margin: 0 auto;
    }
    .container:has(.login-section){
        max-width: 1345px;
    }
}
@media(max-width:1344px){
    .static-counter{
        margin: 80px -20px 0;
    }
    .static-counter li{
        padding: 0 20px;
    }
    .login-section .left-wrap{
        width: 580px;
    }
    .login-section .right-wrap{
        width: calc(100% - 580px - 20px);
        padding: 45px 35px;
    }
}
@media(max-width:1199px){
    .feature-box .left-box{
        padding: 70px 25px 70px 35px;
    }
    .feature-box:nth-child(even) .left-box{
        padding: 70px 35px 70px 25px;
    }
    .static-counter{
        margin: 50px -12px 0;
    }
    .static-counter li{
        padding: 0 12px;
    }
    .static-counter li p{
        font-size: 14px;
    }
    .cards-listing{
        margin: 0 -10px;
    }
    .cards-listing li{
        padding: 0 10px 20px;
    }
    .cards-listing li .box-inner{
        padding: 30px 15px;
    }
    .cards-listing li .box-inner h3{
        font-size: 18px;
    }
    .cards-listing li .box-inner p{
        font-size: 15px;
    }
    .mobile-application-banner{
        padding: 0 40px 0 40px;
    }
    .mobile-application-banner .content-box h3{
        font-size: 30px;
    }
    .mobile-application-banner::before{
        height: 418px;
    }
    .mobile-application-banner .content-box h2{
        font-size: 45px;
    }
    .carriers-listing .left-box h3{
        font-size: 40px;
        line-height: 50px;
    }
    .carriers-listing .left-box p{
        font-size: 15px;
    }
    .schedule-demo-banner{
        padding: 60px 20px 125px;
    }
    .faq-inner .left-wrap{
        width: 30%;
    }
    .faq-inner .right-wrap{
        width: calc(70% - 20px);
    }
    .login-section .left-wrap{
        width: 480px;
    }
    .login-section .right-wrap{
        width: calc(100% - 480px - 20px);
        padding: 45px 27px;
    }
    .login-section .left-wrap h2{
        font-size: 45px;
    }
}
@media(max-width:991px){
    .home-banner-section{
        text-align: center;
        border-radius: 0;
    }
    .home-banner-section .banner-content{
        top: 0;
        left: 0;
        padding: 20px 12px;
        width: 100%;
    }
    .home-banner-section .banner-content ul{
        justify-content: center;
        gap: 20px;
    }
    .home-banner-section .banner-content ul li{
        margin-right: 0;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .home-banner-section .banner-content ul li figure{
        margin: 0 0 14px;
    }
    
    .home-banner-section .banner-content h1 span{
        font-size: 39px;
    }
    .home-banner-section .banner-content h1{
        font-size: 52px;
        line-height: 62px;
    }
    .home-banner-section .banner-content p{
        font-size: 18px;
    }
    .home-banner-section .banner-content ul li{
        margin-right: 0;
    }
    .home-search-fields .box-left{
        width: 100%;
        padding-bottom: 20px;
    }
    .home-search-fields .box-left .location-div{
        width: 100%;
        padding-bottom: 20px;
    }
    .home-search-fields .box-left .form-field:not(.location-div .form-field){
        width: 50%;
        padding-left: 0;
        border: none;
    }
    .home-search-fields .box-left .location-div .location-toggle-icon{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 5%;
        margin-left: -22px;
    }
    .home-search-fields .box-left .location-div .form-field{
        width: 50%;
    }
    .home-search-fields .box-left .location-div .form-field:first-child{
        padding-right: 50px;
    }
    .home-search-fields .box-left input{
        border-bottom: 1px solid #ddd;
        width: 100%;
        padding-bottom: 5px;
    }
    .home-search-fields .box-left .form-field:not(.location-div .form-field):nth-child(2){
        padding-right: 10px;
    }
    .home-search-fields{
        justify-content: center !important;
    }
    .home-search-fields .search-btn{
        width: fit-content;
        padding: 10px 20px ;
    }
    .home-search-fields .search-btn span{
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        padding-left: 5px;
    }
    .home-search-fields .search-btn img{
        max-width: 18px;
    }
    .searching-tab{
        margin-bottom: 40px;
    }
    .routes-section .section-head .tabs-btn{
        margin-top: 20px;
        margin-left: 0;
    }
    .section-head .tabs-btn .nav-tabs li .nav-link{
        font-size: 13px;
    }
    .section-head .tabs-btn .quote-btn{
        font-size: 13px;
    }
    .feature-section {
        margin: 50px 0;
    }
    .feature-box .left-box{
        width: 100%;
        padding: 30px 15px 20px 15px;
    }
    .feature-box .left-box h3{
        font-size: 28px;
        text-align: center;
    }
    .feature-box .left-box p{
        text-align: center;
    }
    .feature-box .left-box h3 br{
        display: none;
    }
    .feature-box .right-box{
        width: 100%;        
    }
    .feature-box .right-box.partner-images{
        height: 390px;
    }
    .feature-box:nth-child(even) .left-box {
        padding: 30px 15px 40px 15px;
    }
    .feature-box:nth-child(even) .left-box p{
        text-align: left;
    }
    .statics-section p{
        font-size: 17px;
    }
    .static-counter li{
        width: 50%;
    }
    .static-counter li{
        border: none !important;
        margin-bottom: 25px;
    }
    .static-counter li:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.8) !important;
    }
    .statics-section{
        padding: 35px 20px;
    }
    .static-counter li p{
        margin-top: 10px;
    }
    .cards-listing li{
        width: 50%;
    }
    .services-section {
        margin: 50px 0 30px;
    }
    .heading {
        margin-bottom: 20px;
    }
    .heading h2{
        font-size: 28px;
    }
    .mobile-application-banner::before {
        height: 100%;
    }
    .mobile-application-banner {
        padding: 0 30px 0 20px;
        margin-bottom: 50px;
    }
    .mobile-application-banner .content-box h3 {
        font-size: 22px;
    }   
    .mobile-application-banner .content-box h2 {
        font-size: 35px;
    }
    .mobile-application-banner .content-box p{
        font-size: 15px;
    }
    .schedule-demo-banner .btn {
        margin-top: 20px;
    }
    .container{
        max-width: 100%;
    }
    .query-section{
        justify-content: center;
        text-align: center;
    }
    .query-section .right-content{
        margin-top: 25px;
    }
    .faq-inner .left-wrap{
        width: 100%;
        padding: 0;
        border: none;
    }
    .faq-inner .left-wrap h2{
        display: none;
    }
    .faq-inner .left-wrap .nav-tabs li button{
        padding: 8px 15px;
        border: 1px solid transparent;
        border-radius: 7px;
        font-size: 15px;
    }
    .faq-inner .left-wrap .nav-tabs li button.active{
        border-color: #4C4898;
        background-color: rgb(76, 72, 152,0.08);
    }
    .faq-inner .left-wrap .nav-tabs li button::before{
        display: none;
    }
    .faq-inner h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .faq-inner .left-wrap .nav-tabs{
        display: flex !important;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .faq-inner .left-wrap .nav-tabs li{
        margin-bottom: 0 !important;
    }
    .faq-inner .left-wrap .nav-tabs li:not(:last-child){
        margin-right: 8px !important;
    }
    .faq-inner .right-wrap{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .home-banner-section video{
        height: 470px;
        object-fit: cover;
        width: 100%;
    }   

    /* menu bar */

    .menu-bar {
        border: 0;
        display: block;
        background-color: transparent;
        width: 30px;
        height: 25px;
        position: relative;
        transition: all 0.3s ease-in-out;
        margin-left: 20px;
        flex: 0 0 auto;
    }
    .menu-bar span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 50px;
        background-color: #000C37;
        transition: all 0.3s ease-in-out;
    }
    .menu-bar span:nth-of-type(2) {
        top: 10px;
    }
    .menu-bar span:nth-of-type(3) {
        top: 20px;
    }
    .menu-bar.open span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 10px;
    }
    .menu-bar.open span:nth-of-type(2) {
        width: 0;
    }
    .menu-bar.open span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 10px;
    }
    .navbar{
        position: absolute;
        top: 86px;
        left: 0;
        background-color: #fff;
        display: block;
        width: 100%;
        padding: 0 15px;
        z-index: 999;
        height: 0;
        border-top: 1px solid transparent;
        transition: all 0.3s ease-in-out;
        overflow-y: auto;
    }

    .navbar>li {
        margin-right: 0 !important;
    }
    .navbar>li:not(:last-child) {
        margin-bottom: 20px;
    }
    .navbar.show{
        height: calc(100vh - 87px);
        padding: 20px 15px;
        border-color: #ddd;
        transition: all 0.3s ease-in-out;
    }

    .stop-scroll {
        overflow: hidden;
    }

    /* menu bar */

    .logo{
        max-width: 180px;
    }
    .home-banner-section .banner-overlay{
        opacity: 0.6;
    }
    .routes-section .section-head{
        justify-content: center;
    }
    .login-section .left-wrap{
        width: 100%;
        display: none;
    }
    .login-section .right-wrap{
        width: 100%;
        margin-left: 0;
    }
}
@media(max-width:767px){
    .faq-inner .right-wrap{
        padding: 25px 15px;
    }
    .faq-inner h2 {
        font-size: 20px;
    }
    .home-banner-section .banner-content h1 span {
        font-size: 22px;
    }
    .home-banner-section .banner-content h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .home-banner-section .banner-content p {
        font-size: 16px;
    }
    .home-banner-section .banner-content ul li span{
        font-size: 14px;
    }
    .home-banner-section .banner-content ul li {
        margin-right: 0;
        margin-bottom: 0;
    }
    .tabs-btn{
        /* flex-wrap: wrap; */
    }
    .tabs-btn .quote-btn{
        font-size: 0 !important;
        min-width: auto;
        width: 54px;
        height: 54px;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        padding: 8px;
        flex: 0 0 auto;
    }
    .tabs-btn .quote-btn .ms-2{
        display: none;
    }
    .tabs-btn .quote-btn img{
        margin-right: 0;
        width: 25px;
    }
    .tabs-btn .nav-tabs{
        width: 100%;
        margin-right: 10px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tabs-btn .nav-tabs li:not(:last-child) {
        margin-right: 8px;
    }
    .tabs-btn .nav-tabs li {
        min-width: auto;
    }
    .tabs-btn .nav-tabs li .nav-link{
        justify-content: center;
        /* width: 100%; */
        padding: 7px 20px 7px 20px;
    }
    .home-search-fields .search-btn{
        width: 100%;
    }
    .routes-section .section-head .tabs-btn{
        overflow: hidden;
    }
    .home-search-fields .box-left .location-div .form-field:first-child{
        padding-right: 0;
    }
    .home-search-fields .box-left .location-div{
        padding-bottom: 0;
    }
    .home-search-fields .box-left .location-div .form-field{
        width: 100%;
        padding-bottom: 15px;
    }
    .home-search-fields .box-left .location-div .location-toggle-icon{
        /* width: 100%;
        position: relative;
        left: 0;
        transform: none;
        margin: 10px 0; */
        display: none;
    }
    .home-search-fields .box-left .form-field:not(.location-div .form-field){
        width: 100%;
    }
    .home-search-fields .box-left .form-field:not(.location-div .form-field):nth-child(2){
        padding-bottom: 15px;
        padding-right: 0;
    }
    .searching-tab .tab-content{
        padding: 20px 15px;
    }
    .feature-box .right-box.partner-images {
        height: 220px;
    }
    .feature-box .left-box h3 {
        font-size: 24px;
    }
    .feature-box .left-box p{
        font-size: 15px;
    }
    .feature-box .left-box ul li h4{
        font-size: 15px;
    }
    .feature-box .left-box ul li p{
        font-size: 15px;
    }
    .static-counter li span{
        font-size: 27px;
    }
    .static-counter li p {
        font-size: 13px;
        margin-top: 0;
    }
    .static-counter {
        margin: 35px -6px 0;
    }
    .static-counter li {
        padding: 0 6px;
    }
    .statics-section {
        padding: 25px 12px;
    }
    .statics-section p{
        font-size: 15px;
    }
    .cards-listing li {
        width: 100%;
    }
    .heading h2{
        font-size: 26px;
        line-height: 36px;
    }
    .cards-listing li .box-inner h3{
        min-height: auto;
    }
    .mobile-application-banner .content-box{
        width: 100%;
    }
    .mobile-application-banner {
        padding: 30px 20px 5px;
        justify-content: center;
        text-align: center;
    }
    .mobile-application-banner .img-box {
        width: 100%;
    }
    .carriers-listing .left-box h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .carriers-listing .left-box p {
        font-size: 13px;
    }
    .carriers-listing .left-box {
        width: 115px;
    }
    .carriers-listing .right-box{
        width: calc(100% - 115px);
        padding: 22px 10px 22px 15px;
    }
    .carriers-slider .slick-slide {
        min-width: 115px;
    }
    .faq-inner .right-wrap .accordion .accordion-button{
        font-size: 15px;
    }
    .query-section .right-content{
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    .query-section .right-content .btn{
        width: 100%;
        min-width: 100%;
    }
    .query-section .right-content span{
        padding: 8px 0;
    }
    .query-section .left-content h2{
        font-size: 22px;
    }
    .footer-top{
        justify-content: center;
    }
    .footer-top .left-section{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-top .left-section .footer-logo {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .footer-top .left-section p br{
        display: none;
    }
    .footer-bottom .footerlink-row{
        width: 100%;
        order: 2;
    }
    .global-carriers-section {
        padding: 40px 0 50px;
    }
    .schedule-demo-banner{
        margin-bottom: 50px;
    }
    .footer-bottom .subscribe-box {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-bottom .subscribe-box .btn{
        margin: 0 auto;
    }
    .footer-bottom .footerlink-row .footerlink-column{
        width: 50%;
        margin-bottom: 20px;
    }
    .footer-bottom h3{
        margin-bottom: 13px;
    }
    .footer-bottom{
        padding: 40px 0 30px;
    }
    footer {
        padding-top: 50px;
    }
    .footer-inner{
        padding-top: 20px;
    }
    .logo {
        max-width: 35px;
        overflow: hidden;
    }
    .logo img{
        max-width: min-content;
        width: 146px;
    }
    .header-inner .header-right .btn{
        font-size: 14px;
        min-height: 36px;
    }
    .lang-btn .form-select{
        font-size: 14px;
        padding: 7px 22px 7px 12px;
        background-position: right 5px center;
        min-height: 36px;
    }
    .home-banner-section video {
        height: 520px;
    }
    .searching-tab{
        margin-top: -170px;
    }
    header{
        padding: 12px 0;
    }
    .navbar{
        top: 65px;
    }
    .navbar.show{
        height: calc(100vh - 65px);
    }
    .mobile-application-banner .content-box h3 {
        font-size: 20px;
    }
    .mobile-application-banner .content-box h2 {
        font-size: 30px;
    }
    .cards-listing li .box-inner figure{
        margin: 0 auto 25px;
    }
    .footer-logo{
        display: none;
    }
    .footer-top .left-section p{
        display: none;
    }
    .section-head .tabs-btn .nav-tabs li .nav-link{
        padding: 8px 20px 8px 20px;
    }
    .login-section .right-wrap{
        padding: 37px 17px;
    }
    .form-control{
        min-height: 45px;
    }
    .login-section .right-wrap p{
        font-size: 15px;
    }
    .form-box .btn-fill{
        font-size: 16px;
    }   
    .login-option-box{
        grid-template-columns: repeat(1 , 1fr);
    }
    .login-section{
        padding: 30px 0 0;
    }
}
