

h2,
h3,
h4 {
    line-height: 1.5;
}


.section-gap {
    padding: 2em 0;
}
.customer-slider li {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
.customer-slider li .img {
    width: auto;
    height: auto;
    flex: 1;
    flex-basis: 20%;

}

#our-customers .bx-wrapper .bx-pager {
    display: block;
}

#our-customers h1 {
    color: #01439C;
    text-align: center;
    display: block;
}
@media (min-width:992px) {
    #footer-1 .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .customer-slider li .img {
        width: auto;
        height: auto;
        flex: 1;
        flex-basis: 33.33%;
    }
}

@media (max-width:767px) {
    #explore-products {
        padding: 0;
    }
    .customer-slider li .img {
        width: auto;
        height: auto;
        flex: 1;
        flex-basis: 30%;
        justify-content: center;
    }

    /* #custom-rd .new-block {
        bottom: -60em;
        margin-left: 0;
    } */

    .bx-wrapper .bx-controls-direction .bx-prev {
        right: 20%;
    }

}

.customer-slider img {
    height: 120px !important;
    width: 120px !important;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

#custom-rd .main-img img {
    border-radius: 25px;
}

.pagination {
    height: 85px;
    z-index: -1;
    margin-top: -85px;
}

#explore-products {
    position: relative;
    /* background-image: url(img/Homepage/Background-Graphics/ExploreOurProductsGraphic.png);     */
}


@media (max-width:991px) {

    .view .btn-lg {
        padding: 5px 15px;
    }

    .slider img {
        width: 100%;
        height: 350px !important;
        object-fit: cover;
        margin-bottom: -10px;
    }

    .logo-img {
        height: 60px;
    }
}

@media (min-width:1900px) {
    #explore-products .card {
        /* width: 350px !important; */
        height: 300px;
    }

}

@media (min-width: 0px) and (max-width: 321px) {
    .col-xs-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

#explore-products .card {
    transition: 0.5s all ease-in-out;
}

#explore-products .card:hover {
    background-color: #2b4a74;
    color: #fff !important;
}

#explore-products .card:hover h3 {
    color: #fff;
}

#explore-products .card:hover .svg-2 .cls-1 {
    fill: #fff;
}

#explore-products .card .svg-3 circle {
    fill: none;
    stroke: #260970;
    stroke-miterlimit: 10;
}

/* The sidepanel menu */
.sidepanel {
    height: 250px; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
  
  /* The sidepanel links */
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  