.two_buttons{
    margin-top: 50px;
}
.message{
    cursor:pointer;
    color: green;
    font-weight: 500;
    font-size: 15px;
    padding: 3px 0px;
}
.imp_exp_btn{
    border: 1px solid #DA0202 !important;
    padding: 6px 10px;
    border-radius: 0px;
    border: 0px;
    display: inline-block;
    text-decoration: none;
    color: #000000;
}
.p_company{
    color: #000000;
    margin-top: 15px;
}
.company_name{
    color: #000000;
    margin-top: 15px;
}
.for_headi9ng {
    display: block;
    font-size: 23px;
    font-weight: 500;
    color: #2d2d2d;
    text-decoration: none;
    margin-top: 0px;
  }
.imp_exp_btn:hover{
    border: 1px solid #DA0202;
    background: #DA0202;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px;
    border: 0px;
}
.import_act{
    border: 1px solid #DA0202 !important;
    background: #DA0202 !important;
    color: #fff !important;
}
.select_btn{
    width: 220px;
    display: inline-block;
    float: right;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #DA0202 !important;
    border-color: #DA0202 !important;
  }
  
/***********************************************************************/
@media only screen and (min-width:280px) and (max-width:576px){
    .two_buttons{
        margin-top: 30px;
    }
    .select_btn{
        margin-top: 10px;
        margin-bottom: 25px !important;
    }
} 
/***********************************************************************/
@media only screen and (min-width:576px) and (max-width:768px){
    .two_buttons{
        margin-top: 30px;
    }
    .select_btn{
        margin-top: 10px;
        margin-bottom: 25px !important;
    }
}