* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

header{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10p 10px;
    background-color: #fff;  
    position: sticky;
    top: 0; /* required */
    box-shadow: 2px 5px 6px 0 rgba(0,0,0,.1);
}



.logo{
    margin-left: 100px;
}
nav li{
    display: inline;
    list-style: none;
}

nav li a{
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: black;
    
}

nav ul li a{
    text-align: center;
}

.btn1{
    display: inline;
    padding: .65rem 1.75rem;
    border-radius: 0.375rem;
    font-family: 'Poppins', sans-serif;
    border: 2px solid transparent;
    color: #fff;
    background-color: #071c4d;
    border-color: #071c4d;
    line-height: 1.5;
    text-align: center;
    margin-right: 100px;
}

.page1{
    background-color: #198754;
    padding: 50px 80px;
    max-width: 100%;
}

.m-1{
    width: 40px;
    height: 40px;

}

.m-2{
    width: 40px;
    height: 40px;
}

.text{
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}


.p1{
    font-size: 22px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.0rem;
    height: 50px;
    padding-bottom: 110px;
}
p {
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.5;
    font-weight: lighter;
}
ul{
    text-align: center;
    
}

ul li{
    display: inline;
    list-style: none; 
}

li img{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent;
    color: #fff;
    border-color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-right: 100px;
    border-radius: 0.375rem;
    margin: 0px 5px;
}
.tem{
    color: #fff;
    padding-top: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}
.p2{
    text-align: center;
    padding: 30px 20px;
    
    
}
.preview{
    width: 65vw;
    border-radius: 10px;
    border: solid #fff;
}

.page2{
    text-align: center;
    padding: 100px 120px;
    background-color: #f1f0f3;
    
}

.p3{
    font-size: 2.3rem;
    font-weight: bold;
}

.p4{
    font-size: 1.2rem;
    color: #6c757d;
}

.icon{
    display: flex;
    padding: 10px 10px;
    margin: 80px 80px;

}

.iconimg{
    width: 60x;
    height: 60px;
}

.icon h5{
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 30px;
    
}

.icon p{
    margin-top: 0;
    margin-bottom: 1rem;
    
    color: #6c757d;
    font-weight: lighter;
    font-size: 1.2rem;
    line-height: 1.5;
}
ul li{
    display: inline-block;
}
.py{
    width: 20px;
    height: 20px;
    
}
li{
    display: flex;
}

.list-two-col li{
    margin-right: 30px;   
}

.link{
    font-size: 1.1rem;
    color: #0a58ca;
    font-weight: bold;
}

.page3{
    display: flex;
    justify-content: space-between;
    padding: 50px 5px;
    margin: 0px 100px;
}

.top{
    padding-top: 100px;
}

.left p{
    color: #6c757d;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.5;
}

.left h2{
    font-size: 2.5rem;
    color: #071c4d;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 1.1;
}

.left ul{
    float: left;
    display: flex;
    columns: 2;
    margin-right: 20px;

}
.left ul li a{
    text-decoration: none;
    color: #6c757d;
    padding: 0%;
    
}

.left li a{
    color: #6c757d;
    font-weight: 490;
    font-size: 1rem;
    line-height: 1.5;
}

.footer{
    width: 100%;
    height: 80px;
    align-items: center;
    padding: 50p 30px;
    background-color: #198754;
}

.footer h4{
    text-align: center;
    position: relative;
    font-size: 1rem;
    color: #fff;
    padding: 30px 0px;
}

@media screen and (max-width:800px){
    
    header{
       height: 100px;
    }
    .page1 ul{
        display: none;
    }
    .p1{
        margin-bottom: 3rem;
    }
    .icon{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .page3{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:600px){
    header>*{
        display: none;
    }
    .head-btn{
        display: none;
    }
}
