
/*---------------------first section----------------------*/

.retailer_first_section {
    background-image: url(../images/banner1overlay.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: 100%;
    height: auto;
    padding: 140px 0px;
}

.retailer_banner_content {
    letter-spacing: 2px;
    line-height: 1.8;
}

.retailer_banner_content h2 {
    font-size: 45px;
    font-family: 'Metropolis';
}

.retailer_banner_content p {
    font-size: 20px;
}

.retailer_content_top span {
    font-size: 20px;
    color: #004962;
}


/*----------------second-section----------------------*/

.retailer_btn a {
    border-radius: 30px;
}




/****responisve css*********/


/*------------------------------------------------@media(max-width:1200)----------------------------------------*/



/*--------@media(max-width:991)------*/

@media(max-width:991px) {
  
    /*----------first section-----------*/
    .retailer_banner_content h2 {
        font-size: 35px;
    }
    .retailer_banner_content p {
        font-size: 17px;
    }
   
}


/*--------@media(max-width:767)-----------*/

@media(max-width:767px) {
    /*---------------first section-----------*/
    .retailer_banner_content h2 {
        font-size: 24px;
    }
    .retailer_banner_content p {
        font-size: 14px;
    }
    h2 {
        font-size: 28px;
    }
    .retailer_first_section {
        padding: 80px 0px;
    }
    .w-100 {
        width: 100%!important;
    }
    /*--------------second section-----------*/
    .retailer_content_top span {
        font-size: 16px;
    }
    .retailer_content_top p {
        font-size: 14px;
    }
   
}


/*-------------------------------@media(max-width:575px)------------------------------------*/

@media(max-width:575px) {
    /*---------first section-----------*/
    .retailer_banner_content p {
        font-size: 12px;
    }
    /*---------second section-----------*/
    .retailer_content_top p {
        font-size: 12px;
    }
    h2 {
        font-size: 25px;
    }
    .retailer_content_top span {
        font-size: 12px;
    }
}


/*-------------------------------@media(max-width:375px)------------------------------------*/

@media(max-width:375px) {
    .retailer_banner_content p {
        font-size: 12px;
    }
}