*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

html,body{
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# Phone Size
--------------------------------------------------------------*/

nav .fa{
    display: none;
}

@media(max-width: 800px){
    
    .header{
        background-position: center;    
    }
    
    nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 800;
    }
    
    .text-box h1{
    font-size: 20px;
    }

    .nav-links ul li{
        flex-direction: column;
    }
    
    .nav-links{
        position: fixed;
        background: #011638;
        height: 100%;
        width: 200px;
        top: 0;
        left: initial;
        right: -500px;
        bottom: initial;
        text-align: center;
        z-index: 2;
        transition: 1s;
        padding: 10px;
    }
    
    nav .fa{
        display: block;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 5px;
        font-size: 26px;
        cursor: pointer;
    }
    
    .nav-links ul{
        padding: 20px;
    }
    
    .content h1{
        font-size: 30px;
        margin-top: 40%;
    }
    
    .nav-links .menu{
        text-align: center;
        flex: column;
        margin-top: 80px;
        left: -182px;
        position: relative;
    }
    
    .nav-links img{
        padding: 0px;
        width: 170px;
        margin: 0px;
    }
    
    .nav-links ul li:hover .sub-menu{
        width: 135%;
        background: #011638;
        position: absolute;
        z-index: 999;
        display: inline-flex;
        text-align: center;
        border: 2px solid #eec643;
        border-color: #eec643;
        left: -24px;
    }
    
    .sub-menu ul li a{
        font-size: 18px;
        padding-top: 8px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 8px;
    }
    
    .sub-menu ul{
        padding: 0px;
    }
    
    .content{
        margin: 0px;
        padding: 10px;
    }
}

/*--------------------------------------------------------------
# All Page Header
--------------------------------------------------------------*/

.sub-header{
    min-height: 0;
    width: 0;
    background-image: linear-gradient(rgb(249, 247, 247),rgba(241, 70, 135, 0.2));
    background-size: cover;
    position: relative;
    box-sizing: border-box;
}

.sub-header h1{
    margin-top: 140px;
    font-size: 35px;
    color: #eec643;
}

/*--------------------------------------------------------------
# Sub Pages Nav
--------------------------------------------------------------*/

nav{
    display: flex;
    padding: 10px 3%;
    justify-content: space-between;
    max-width: 100%;
    text-align: right;
    background: transparent;
}

.snav-links img{
    width: 200px;
    background-color: #ffeefc;
    margin-right: 900px;
    padding-top: 5px;
}

.snav-links{
    text-align: right;
    z-index: 2;
    display: inline-flex;
    padding: 0 3%;
    background: #ffeefc;
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.snav-links .menu{
    padding-top: 22px;
    text-align: left;
}

.snav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 2px 12px;
    position: relative;
}

.snav-links ul li a{
    display: block;
    padding: 5px;
    color: #344c6c;
    text-decoration: none;
    text-align: left;
    font-size: 17px;
}

.snav-links ul li::after{
    content: '';
    width: 0%;
    height: 4px;
    background: #344c6c;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.snav-links ul li:hover::after{
    width: 100%;
}

.snav.sticky ul{
    width: auto;
}

.ssub-menu{
    display: none;
    padding-top: 0px;
}

.snav-links ul li:hover .ssub-menu{
    width: 200%;
    left: 1px;
    background: black;
    position: absolute;
    z-index: 999;
    display: block;
    text-align: left;
    padding: 2px 2px;
}

.snav-links ul li:hover .ssub-menu ul{
    display: block;
    flex: auto;
}

.snav-links .btn{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 0%;
    background: #567DB0;
    color: white;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 100px;
}

.snav-links .btn:hover{
    border: 1.5px solid #567DB0;
    background: white;
    color: #567DB0;
    transition: 1s;
}

/*--------------------------------------------------------------
# Terms and Policy Section
--------------------------------------------------------------*/

.terms{
    width: 100%;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 50px;
}

.row{
    margin-top: 3%;
    display: contents;
    justify-content: space-between;
}

.terms-col{
    flex-basis: 0%;
    padding: 30px 2px;
}

.terms-col img{
    width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: 0.5s;
}

.terms-col:hover img{
    transform: scale(1.1);
}

.terms-col-3{
    flex-basis: 48%;
    padding: 30px 2px;
}

.terms-col h1{
    font-size: 30px;
    padding: 30px 20% 30px;
}

.terms-col h2{
    font-size: 25px;
    padding: 15px 20% 15px;
}

.terms-col p{
    font-size: 18px;
    padding: 0px 20% 20px;
}

/*--------------------------------------------------------------
# Data Table Privacy Page
--------------------------------------------------------------*/

.data-table {
    margin-left: auto;
    width: 90%;
    margin-right: auto;
    border-collapse: collapse;
    
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.data-table thead tr {
    background-color: #344c6c;
    color: #ffffff;
    text-align: left;
}

.data-table th,
.data-table td {
    padding: 12px 15px;
}
.data-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.data-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.data-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}


/*--------------------------------------------------------------
# Information Footer
--------------------------------------------------------------*/

.info-footer{
    width: 100%;
    height: 30vh;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.info-footer .row{
    width: 65%;
    display: flex;
}

.info-footer h1{
    font-size: 25px;
    color: #567DB0;
}

.info-footer p{
    font-size: 15px;
    color: #567DB0;
}

.info-footer .icons .fa{
    color: #567DB0;
    margin: 0 5px;
    cursor: pointer;
    padding: 5px 0;
    font-size: 30px;
}

.info-one{
    border-radius: 10px;
    margin-bottom: 4%;
    padding: 0px 50px;
}

.info-two{
    border-radius: 10px;
    margin-bottom: 4%;
    padding: 0px 50px;
}

.info-three{
    border-radius: 20px;
    margin-bottom: 4%;
    padding: 0px 50px;
}

.info-four{
    border-radius: 10px;
    margin-bottom: 4%;
    padding: 0px 50px;
}

/*--------------------------------------------------------------
# Download Footer
--------------------------------------------------------------*/

.download-footer{
    width: 100%;
    height: 15vh;
    background-color: white;
    justify-content: space-between;
}

.download-footer .download-row{
    margin-left: 3%;
}

.download-footer img{
    max-width: 200px;
    height: auto;
    cursor: pointer;
    margin: 1%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: white;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    color: #567DB0;
}

.footer p{
    color: #567DB0;
}

.icons .fa{
    color: #567DB0;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}