.cl__bg-img {
    margin-top: 136px;
    padding: 10.6% 0;
    background-size: cover;
    width: 100%;
}
.cl__content-block {
    position: relative;
}
.cl__powering-sec .cl__powering-desc {
    margin-bottom: 42px;
}
.cl__powering-sec h3 {
    color: var(--blue);
    font-size: 30px;
    font-weight: 500;
}
.cl__powering-sec p {
    font-size: 18px;
    max-width: 90%;
    margin: 0 auto;
}
/* responsive css start */
@media (max-width:1650px){
    .cl__bg-img{
        margin-top: 90px;
    }
    .cl__powering-sec p{
        width: 100%;
    }
    .cl__powering-sec h3{
        font-size: 26px;
    }
}
@media (max-width:991px){
    .cl__bg-img {
        padding: 25% 0;
        margin-top: 82px;
    }
}
/* responsive css end */
/* Powering shipping & logistics sec start */

.cl__icon-block {
    background-color: var(--skyblue);
    border-radius: 10px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
}
.cl__powering-sec .container{
    border-bottom: 1px solid #9BE4F7;
    padding: 100px 0 80px;
}
@media (max-width:991px){
    .cl__powering-sec .container{
        padding: 70px 0 40px;
    }
    .cl__powering-inner {
        margin-bottom: 36px;
    }
    .cl__powering-sec{
        overflow: hidden;
    }
}
/* Powering shipping & logistics sec end */
/* how it works section start */
.cl__howwork-sec {
    padding: 80px 0 120px;
}
.cl__howwork-sec p {
    max-width: 85%;
    margin: 24px auto 65px;
}
.cl__howwork-sec h3 {
    font-weight: 500;
    font-size: 30px;
    color: var(--blue);
    text-transform: capitalize;
}
.cl__howwork-sec .cl__icon-block {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
}
.cl__howwork-sec .col-lg-3{
    position: relative;
}
.cl__howwork-sec .col-lg-3:nth-child(2):before, .cl__howwork-sec .col-lg-3:last-child:before {
    content: '';
    position: absolute;
    background-image: url(../images/howitworkarrow.png);
    left: -123px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -121px;
}
.cl__howwork-sec .col-lg-3:nth-child(3):before{
    content: '';
    position: absolute;
    background-image: url(../images/howitworkdownarrow.png);
    left: -123px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: auto;
    bottom: 0;
}
.cl__howwork-sec .col-lg-3:nth-child(2), 
.cl__howwork-sec .col-lg-3:nth-child(4) {
    margin-top: 40px;
}
/* responsive css start */
@media (max-width:1650px){
    .cl__howwork-sec .col-lg-3:nth-child(2):before, .cl__howwork-sec .col-lg-3:last-child:before {
        left: -94px;
        background-size: 65%;
    }
    .cl__howwork-sec .col-lg-3:nth-child(3):before {
        left: -96px;
        bottom: -10px;
        background-size: 60%;
    }
}
@media (max-width:1366px){
    .cl__howwork-sec .col-lg-3:nth-child(2):before, .cl__howwork-sec .col-lg-3:last-child:before {
        left: -79px;
        top: -105px;
    }
    .cl__howwork-sec .col-lg-3:nth-child(3):before {
        left: -77px;
        bottom: -30px;
    }
}
@media (max-width:1199px){
    .cl__howwork-sec .col-lg-3:nth-child(2):before, .cl__howwork-sec .col-lg-3:last-child:before {
        left: -62px;
        top: -93px;
    }
    .cl__howwork-sec .col-lg-3:nth-child(3):before {
        left: -58px;
        bottom: -50px;
        background-size: 56%;
    }
}
@media (max-width:991px){
        .cl__howwork-sec .col-lg-3:nth-child(2), 
    .cl__howwork-sec .col-lg-3:nth-child(4) {
        margin-top: 0;
    }
    .cl__howwork-sec .col-lg-3:nth-child(3):before{
        content: none;
    }
    .cl__howwork-sec{
        padding: 70px 0 40px;
    }
    .cl__howwork-sec .col-lg-3:before{
        content: none !important;

    }
    .cl__howwork-sec .col-lg-3 {
        margin: 0 0 36px;
    }
    .cl__howwork-sec p {
        max-width: 100%;
        margin: 24px auto 36px;
    }
}
/* responsive css end */
/* how it works section end */
/* Customer experiences  section css start */
.cl__cust-exp .swiper .cl__img-block {
    border: 2px solid #1B6098;
    border-radius: 10px;
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 16px;
}
.cl__cust-exp .swiper .cl__img-block img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cl__custexp-info .cl__info h4 {
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px;
}
.cl__custexp-info .cl__info p {
    margin: 0;
    color: #8C8C8C;
    font-size: 18px;
    font-weight: 400;
}
.cl__cust-desc p {
    margin-bottom: 0;
}
.cl__cust-desc {
    margin-top: 24px;
}
.cl__cust-qoute {
    top: 0;
    right: 0;
    background-color: var(--light-skyblue);
    width: 84px;
    height: 84px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    border: 1px solid var(--blue);
    position: absolute;
}
.cl__cust-exp .swiper-slide {
    background-color: #ffffff;
    border-radius: 10px 150px 10px 10px;
    padding: 36px;
}
.cl__cust-exp .swiper {
    margin-top: 70px;
    z-index: 99;
}
.cl__cust-exp {
    background-color: var(--light-skyblue);
    background-position: bottom;
    background-size: cover;
    position: relative;
    padding: 12% 0;
}
.cl__cust-exp .cl__rightimg-block {
    position: absolute;
    right: 0;
    width: 48.6%;
    z-index: 9;
    padding: 0;
}
.cl__cust-exp .cl__rightimg-block img {
    border-radius: 10px 0 0 10px;
}
.cl__cust-exp h2 {
    max-width: 60%;
}
@media (max-width:1199px){
    .cl__cust-exp h2 {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .cl__cust-exp {
        padding: 7% 0;
    }
    .cl__cust-exp .cl__rightimg-block {
        position: static;
        width: 100%;
        margin: 36px 0 0;
        padding: 0 12px;
    }
    .cl__cust-exp h2 span {
        width: 100%;
        display: inline-block;
    }
}
@media (max-width:991px){
 
    .cl__cust-exp .cl__rightimg-block img {
        border-radius: 10px;
    }
}
@media (max-width:767px){
    .cl__cust-exp h2 {
        max-width: 100%;
    }
    .cl__cust-exp .swiper {
        margin-top: 40px;
    }
}

/* Customer experiences  section css end */
/* sit At Home We will section css start */
.cl__sithomeimg-block img {
    border-radius: 10px;
}
.cl__sithomeimg-block {
    width: 94%;
    float: right;
}
.cl__sithome-sec h2 span {
    width: 100%;
    display: inline-block;
}
.cl__sithome-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
    text-transform: capitalize;
}
.cl__sithome-info .cl__sithome-content {
    max-width: calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    padding-left: 16px;
}
.cl__sithome-info .cl__img-block {
    max-width: 50px;
    flex: 0 0 50px;
}
.cl__sithome-info .cl__sithome-content p {
    max-width: 85%;
}
.cl__sithome-sec {
    padding: 120px 0;
}
/* responsive css start */
@media (max-width:991px){
    .cl__sithomeimg-block{
        width: 100%;
        float: unset;
        margin-top: 20px;
    }
    .cl__sithome-sec {
        padding: 70px 0;
    }
}
/* responsive css end */
/* sit At Home We will section css end */

/* effortless shipping solutions section css start */
.cl__shipsolution-sec {
    padding: 72px 0;
    background-color: var(--light-skyblue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cl__shipsolution-sec .cl__shopsol-block:last-child, 
.cl__shipsolution-sec .cl__shopsol-block:nth-child(3) {
    border-right: 0;
}
.cl__shipsolution-sec .cl__shopsol-block {
    border-right: 1px solid #95E2F5;
    padding: 42px 24px;
}
.cl__shipsolution-sec .cl__shopsol-block:nth-child(-n+3) {
    border-bottom: 1px solid #95E2F5;
}
.cl__shipsolution-sec h2 span {
    width: 100%;
    display: inline-block;
}
.cl__shipsolution-content {
    padding-left: 36px;
}
.cl__shipsolution-content p {
    margin-top: 24px;
}
.cl__shipsolution-sec h4 {
    color: var(--blue);
    font-size: 30px;
    line-height: 42px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}
/* responsive css start */
@media(max-width:1650px){
    .cl__shipsolution-sec h4 {
        font-size: 20px;
        line-height: 34px;
    }
}
@media (max-width:1366px){
    .cl__shipsolution-sec .cl__shopsol-block {
        padding: 30px 20px;
    }
}
@media (max-width:767px){
    .cl__shipsolution-sec .cl__shopsol-block{
        border-bottom: 1px solid #95E2F5;
        border-right: 0;
    }
    .cl__shipsolution-sec .cl__shopsol-block:last-child{
        border-bottom:0;
    }
    .cl__shipsolution-sec {
        padding: 36px 0;
    }
}
/* responsive css end */
/* effortless shipping solutions section css end */
/* brand section css start */
.cl__brand-sec .cl__brand-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.cl__brand-sec .cl__brand-block {
    height: 150px;
    width: 100%;
    position: relative;
}
.cl__brand-sec {
    padding: 120px 0;
}
.cl__brand-sec .cl__brand-img {
    border-right: 1px solid var(--skyblue);
    padding: 36px 12px;
}
.cl__brand-sec .cl__brand-img:last-child {
    border-right: 0;
}
/* responsive css start */
@media (max-width:1366px){
    .cl__brand-sec .cl__brand-block{
        height: 120px;
    }
}
@media (max-width:1199px){
    .cl__shipsolution-content {
        padding-left: 12px;
        padding-top: 20px;
    }
}
@media (max-width:991px){
    .cl__brand-sec .cl__brand-img:first-child, .cl__brand-sec .cl__brand-img:nth-child(2) {
        border-bottom: 1px solid var(--skyblue);
    }
    .cl__brand-sec .cl__brand-img:first-child, .cl__brand-sec .cl__brand-img:nth-child(3) {
        border-right: 1px solid var(--skyblue);
    }
    .cl__brand-sec .cl__brand-img:first-child, .cl__brand-sec .cl__brand-img:nth-child(3) {
        border-bottom: 1px solid var(--skyblue);
    }
    .cl__brand-sec .cl__brand-img:first-child, .cl__brand-sec .cl__brand-img:nth-child(4) {
        border-bottom: 1px solid var(--skyblue);
    }
    .cl__brand-sec .cl__brand-img {
        border-right: 0;
    }
    .cl__shipsolution-sec h4{
        font-size: 20px;
        line-height: 30px;
    }
    .cl__brand-sec {
        padding: 70px 0;
    }
    
}
@media (max-width:767px){
    .cl__brand-sec .cl__brand-img:first-child, .cl__brand-sec .cl__brand-img:nth-child(3) {
        border-right: 0;
    }
    .cl__brand-sec .cl__brand-img {
        border-bottom: 1px solid var(--skyblue);
    }
    .cl__brand-sec .cl__brand-img:last-child {
        border-bottom: 0;
    }
}
/* responsive css end */
/* brand section css end */

.cl__sithomeimg-block {
    /* position: relative; */
    width: 100% !important;
    height: 375px !important; /* choose your desired height */
    overflow: hidden !important;
}

.cl__sithomeimg-block img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}