*{
    padding: 0;
    margin: 0;
}
body{
    position: relative;
}
/* header section starts here */
header{
    width: 100%;
    height: 350px;
    background-color: #2A2D91;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    left: 0px;
}
.banner{
    width: 100%;
    height: 350px;
    background-color: #2A2D91;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    left: 0px;

}
.banner_inner{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    left: 0px;

}
.header_inner{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    /*float: left;
    clear: right;*/
}
.header_inner h2{
    font-size: 20px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    line-height: 1.5;
}
.header_inner a{
    color: #ffffff;
    text-decoration: none;
    margin: 50px 0px 0px 200px;
}
nav{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    /*float: left;
    clear: right;*/
}
.nav_inner{
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 20%;
}
.nav_inner ul{
    margin: 10px;
    padding: 0;
    text-align: right;
    list-style: none;
}
.nav_inner ul li{
    display: inline-block;
    padding: 10px 0 px 0px 20px;
}
.nav_inner ul li a{
    font-size: 15px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
}
.banner_content{
    width: 60%;
    height: 300px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 20%;
}
.banner_content h1{
    font-size: 45px;
    font-weight: 700;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}
.banner_content p{
    font-size: 20px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    padding: 0px;
}
.banner_content input{
    height: 40px;
    width: 80%;
    margin-left: 10%;
    border-radius: 20px;
    padding-left: 10px;
    margin-top: 10px;

}
/* header section ending here */
/* main section starts here */
main{
    width: 100%;
    height: 900px;
    background-color: #F9F9F9;
    box-sizing: border-box;

}
.main_inner{
    width: 70%;
    height: 100%;
    background-color: #F9F9F9;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 15%;

}
.main_content{
    width: 100%;
    height: 600px;
    background-color: #F9F9F9;
    box-sizing: border-box;
}
.main_content_header{
    width: 50%;
    height: 60px;
    background-color: #F9F9F9;
    box-sizing: border-box;
    position: relative;
    top: 100px;
    left: 25%;
}
.main_content_header h1{
    font-size: 32px;
    font-weight: 700;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #242738;
    text-align: center;
}
.installation{
    width: 340px;
    height: 260px;
    background-color: #F6F6F6;
    border: 1px solid black;
    box-sizing: border-box;
    position: relative;
    top: 150px;
    left: 0px;
    padding: 10px;
    text-align: center;
}
.installation h1{
    font-size: 20px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    padding-top: 80px;
}
.installation p{
    font-size: 15px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #636363;
    text-align: center;
    padding: 0px;
}
.billing{
    width: 340px;
    height: 260px;
    background-color: #F6F6F6;
    border: 1px solid black;
    box-sizing: border-box;
    position: absolute;
    top: 210px;
    left: 360px;
}
.billing h1{
    font-size: 20px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    padding-top: 80px;
}
.billing p{
    font-size: 15px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #636363;
    text-align: center;
    padding: 0px;
}
.features{
    width: 340px;
    height: 260px;
    background-color: #F6F6F6;
    border: 1px solid black;
    box-sizing: border-box;
    position: absolute;
    top: 210px;
    left: 720px;
}
.features h1{
    font-size: 20px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    padding-top: 80px;
}
.features p{
    font-size: 15px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #636363;
    text-align: center;
    padding: 0px;
}
.main_content_ask_field{
    width: 100%;
    height: 300px;
    background-color: #F6F6F6;
    border: 1px solid black;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    left: 0px;
}
.main_content_ask_field h1{
    font-size: 32px;
    font-weight: 700;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #242738;
    text-align: center;
    margin-top: 80px;
}
.main_content_ask_field p{
    font-size: 15px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #636363;
    text-align: center;
}
.main_content_ask_field button{
    margin-left: 45%;
    height: 40px;
    width: 150px;
    padding: 10px;
    background-color: #2421cd;
}
.main_content_ask_field button a{
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #ffffff;

}
/* main section ending here */
/* footer section starts here */
footer{
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    top: 100px;
    left: 0px;
}
.footer_inner{
    width: 50%;
    height: 100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    left: 0px;
}
.footer_inner p{
    font-size: 15px;
    font-weight: 400;
    font-family:Lato, sans-serif;
    line-height: 1.5;
    color: #636363;
    text-align: center;
    margin-top: 40px;
}
.footer_social{
    width: 50%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid black;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 50%;
}
.footer_social ul{
    margin: 30px;
    padding: 10px;
    text-align: center;
    list-style: none;
}
.footer_social ul li{
    display: inline-block;
    margin-left: 20px;
}
.footer_social ul li a{
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
}
/* footer section ending here */

