@media (min-width:768px) and (max-width:1119px){.hidden-sm-plus{display:none!important}}
@media (min-width:768px) and (max-width:1119px){.visible-sm-plus{display: block!important}}

@media (min-width:1120px) and (max-width:1460px){.visible-md-plus{display: block!important}.hidden-md-plus{display:none!important}}

.btn-orange{
    background-color: darkorange;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
   
}
.btn-red{
    background-color: red;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.t1{
    font-size: 18px;
    color: red;
    text-align: left!important;
}