.allproductsdiv {
    position: relative;
    display: flex;
    margin-top: 2%;
    margin-bottom: 4%;
}
.allproductsdiv .col-md-12 {
    padding: 0;
}
.allproductsdiv h1{
    font-size: 32px;
    font-weight: 500;
    border-bottom: 4px solid #e4ba69;
       width: auto;
    margin-bottom: 2%;
    display: inline-block;
}
.allproductsdiv1 .col-md-12 {
    padding: 0;
}
.expoadivmain h2{
    display: table !important;
}
.expodivev {
    display: inline-block;
        margin-top: 5%;
}
.expodivev h2 {
    font-weight: 500;
    margin-bottom: 3%;
}
.expoevdiv1.expodivev .col-md-3 {
    text-align: center;
    border-right: 1px solid;
}
.upbordernone {
  border-right: 0px !important;
}
.upcodate {
    border: 3px solid #e4ba69;
    padding: 28px 21px;
    width: 140px;
    height: 140px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #fafafa;
    font-weight: bold;
}
.recevdiv p {
    margin: 0;
}
.expoevdiv2.expodivev hr {
    border-top: 2px solid #000 !important;
}
.exposbanner{
    margin: 35px auto 0;
}
.mobile {
    display: none !important;
}
@media (min-width: 240px) and (max-width: 599px)  {
 .allproductsdiv {
    padding-top: 8%;
    padding-bottom: 12%;
}
.expoevdiv2.expodivev h2 {
    text-align: center;
    margin-bottom: 8%;
}
.expodivev {
    display: inline-block;
    margin-top: 11%;
}
.expodivev h2 {
    font-weight: 500;
    margin-bottom: 8%;
    text-align: center;
}
.mobile {
    display: block !important;
}
.desktop {
    display: none !important;
}
.expoevdiv1.expodivev .col-md-3 {
    border-right: 0 !important;
}
}