.subscribe_btn button {
position: relative;
right: 41px;
}
button#forem_icon svg {
font-size: 25px;
float: right;
}
.subscribe_btn button::after {
content: '';
background-image: url(https://redhatsafety.com/wp-content/uploads/2024/03/newletter_icon.svg);
position: absolute;
height: 46px;
width: 46px;
background-repeat: no-repeat;
background-size: contain;
top: 3px;
right: 3px;
}
.subscribe_btn button:hover::after {
background-image: url(https://redhatsafety.com/wp-content/uploads/2024/03/newletter_icon-white.svg);
background-color: #394F55 !important;
}
button#forem_icon::after {
content: '';
background-image: url(https://redhatsafety.com/wp-content/uploads/2024/03/newletter_icon-white.svg);
position: absolute;
height: 30px;
width: 34px;
background-repeat: no-repeat;
background-size: contain;
top: 3px;
right: 0px;
}
button#forem_icon:hover::after{
background-image: url(https://redhatsafety.com/wp-content/uploads/2024/03/newletter_icon.svg);
}
.about_Button span::after{
content: '';
background-image: url(https://redhatsafety.com/wp-content/uploads/2024/03/newletter_icon-white.svg);
position: absolute;
height: 30px;
width: 34px;
background-repeat: no-repeat;
background-size: contain;
top: 8px;
right: 0px;
}
.about_Button span:hover::after{
background-image: url(https://redhatsafety.com/wp-content/uploads/2024/03/newletter_icon.svg);
} input#form-field-footername {
background-image: url(https://redhatsafety.com/wp-content/uploads/2024/03/Group-82-1.svg);
background-repeat: no-repeat;
padding: 10px 26px 10px 37px;
background-position-x: 10px;
background-position-y: 8px;
}
input#form-field-footeremail{
background-image: url(https://redhatsafety.com/wp-content/uploads/2024/03/envelope-2-1-1.svg);
background-repeat: no-repeat;
padding: 10px 26px 10px 37px;
background-position-x: 10px;
background-position-y: 8px;
} @media only screen and (max-width: 767px){
.subscribe_btn .wpr-mailchimp-fields {
display: block;
padding: 0px 15px;
}
.subscribe_btn button {
position: relative;
left: 0px;
top: 17px;
}
}  #select_cource {
background-color: #394F55;
border-radius: 10px;
color: #b9b8b8;
border: none;
}