body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    background-color: #F5F5F5;
}
.maincontent {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.maincontent_wrapper {
    padding-top: 0;
}
.myButton {
    margin-top: 20px;
    background-color: #DA291C;
    border-radius: 3px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}
.myButton:hover {
    background-color: #fff;
    border: 1px solid #DA291C;
    color: #DA291C;
    text-decoration: none;
    transition: .3s;
}
.myButton a:active {
    position: relative;
    top: 1px;
    color:#fff;
}
h4 {
    text-decoration:underline;
  }
#r-hero {
    min-height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    
}
#r-hero-logo {
    position: absolute;
    top: 5%;
    left: 2%;
}
#r-hero-content {
    position: absolute;
    top: 40%;
    left: 10%;
    color: #fff;
}
#r-hero-content p{
    max-width:900px;
}
#r-hero-content h1 {
    font-size: clamp(24px, 4vw, 60px);
    font-weight: 600;
}

.myButton2 {
    margin-top: 20px;
    background-color: #DA291C;
    border-radius: 3px;
    border: 1px solid white;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}

.myButton2:hover {
    background-color: #fff;
    border: 1px solid #DA291C;
    color: #DA291C;
    text-decoration: none;
    transition: .3s;
}


.myButton2:active {
    position: relative;
    top: 1px;
}
#reusable {
    padding-bottom: 5%;
}

#reusable img{
    width:100%;
}
.row{
    margin:0;
}
.col-md-6{
    padding:0;
}
.r-container{
    max-width:1400px;
    margin:0 auto;
    padding:30px 5%;
}

.iso-container{
    max-width:1600px;
    margin:0 auto;
    padding:30px 5%;
}
.flex-group{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-evenly;
}
.flex-item{
    max-width:375px;
    background-color:#fff;
    padding:2%;
    border:1px solid #DA291C;
    border-radius:10px;
margin-block:5px;
}
.flex-item h3{
    font-weight:700;
    margin-top:5px;
}
.flex-image-box img{
    max-width:75px;
}
.r-header{
    text-align: center;
}
.r-header h2{
    font-weight:100;
    font-size:2.5rem;
}
.r-header p{
    max-width:800px;
    margin:0 auto;
}
.iso-product-box{
    text-align: center;
    padding-inline:5%;
    margin-top:50px;
}
.iso-product-box h3{
    margin-top:75px;
}

.b {
    display:none;
  }
.iso-product-box button{
    border:none;
    background-color:transparent;
    color:#DA291C;
}