@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    background-color: #fafafa!Important;
    font-family: 'Roboto', sans-serif!important;
}

.malware-style h1{
    font-size: 32px;
    margin: 21px 0;
    font-weight: 600;
    
}
.malware-style h2{
    font-size: 25px;
    margin: 21px 0;
    font-weight: 500;
}
.malware-style p{
    margin: 12px 0;
    clear: both;
    text-align: justify;
    line-height: 1.5;
    font-weight: 400;
}

.malware-style ul{
    padding: 0 30px;
    margin: 12px 0;
}
.malware-style ul li{
    margin: 12px 0;
}
.malware-style ul span{
    font-weight: 600;
    text-align: justify;
}

/* NEW */
.col-inner {
    width: 100%;
    padding: 30px 0;
}
.form-title-wrap {
    margin-bottom: 20px;
    text-align: center;
}
.form-title-wrap h3 i {
    font-size: 20px;
    border: red solid 1px;
    padding: 5px;
    border-radius: 50%;
    color: red;
}
.form-title-wrap h3 span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.location-field iframe {
    width: 100%;
    height: 400px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

.support-wrap{
    width: 100%;
    padding: 10px;
    height: 400px;
}
.location-champ{
    padding: 15px 0; 
}
.location-champ i{
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
    color: red;
}
.location-champ a{
    text-decoration: none!important;
    color: black!important;
    font-size: 15px;
}
.location-champ span{
    font-size: 15px;
}