﻿.image-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #0880c1;
    background-image: url('../images/partners-n-psuppliers_hearderimage2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}


.top-container {


max-width:1920px;
margin:auto;

}


.top-wrapper {

 max-width:1255px;
 margin:auto;

}


.trusted-container {
max-width:1128px;
margin:auto;

}

.supplier-container {
    max-width: 1920px;
    margin: auto;
}

.listing-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center;*/
}


.listing-item1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-pack:end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
    -webkit-box-align: center; 
     -webkit-align-items: center; 
    -ms-flex-align: center;
     align-items: center;
}

.listing-item2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center;*/
}


@media screen and (max-width:1024px) {

    h3 {
    
        font-size: 22px;
    
    
    }

    .border-right {
        border-right: 0px;
    }

}


@media screen and (max-width:769px) {

    h5 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }

    h1 {
        font-size: 28px;
        line-height: 44px;
        margin-top: 20px;
    }

    .listing-item1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }




    .listing-item2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width:479px) {


    p {
        margin-top: 0;
        margin-bottom: 9px;
    }


    h1 {
        font-size: 18px;
        line-height: 44px;
        margin-top: 20px;
    }


    h3 {
        font-size: 13px;
        line-height: 30px;
        margin-top: 20px;
    }



    h5 {
        font-size: 11px;
        line-height: 20px;
        margin-top: 10px;
    }


    .border-right {
        border-right: 0px ;
    }



   

}


