*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}



.formbg,.third-section{
    background: #aa2826;
}

@media screen and (max-width:1024px){
    .form-submission{
        text-align: center;
    }
   
    .silverooakslogo{
        width:100px;
    }
    .contact{
        text-align: center;
    }
    .scrollimage{
        display: none;
    }
    
}

.mainimage{
    position: relative;
   
}
.bgadvantage{
    background: #dfdfdf;
}
.borderadvantage{
    border-bottom: 1px dotted #333;
}
.formtext{
    position: absolute;
    top: 40%;
    left: 2%;
    font-size: 30px;
}

.second-section{
    background: #fefefe;
}

.icon1{
    border-right: 1px dotted #fff;
}

.footerbg{
    background-color: #d8d8d8;
}
@media screen and (max-width:1024px){
    .icon1{
        border-right: none;
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .mainheaderimg{
        height: 700px;
    }
    
}
.advantagesbg{
   
    background: url(../images/advantagesbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
   
}
.advantagesborder{
    border-bottom: 1px dotted #333;
}

