
body{
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    display: block;
}
.container{
    margin: 30px;
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header {
    display: flex;
    justify-content: space-between;
    height: 180px;
    background-color:#005EAA;
    border-radius: 20px;
}

.hItem {
    width: 33%;
    margin: 10px;
    border-radius: 10px;
}

.logo  img {
    border-radius: 10px
}
.helix {
    display: flex;
    font-size: 45px;
   
    
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.topRight {
    width: 200px;
    display: flex;
    font-size: 20px;
    color: white;
    text-align: center;
    justify-content: flex-end;
    align-items:center;
}


.beef {
    display: flex;
    /*justify-content: space-between;
    align-items: center;*/
    border-radius: 10px;
    height: 100%;
    background-color: #70BC52;
    
}

.mItem{
    display: flex;
    flex-direction: column;
    margin: 15px;
    width : 50%;
    background-color: #e5f3df;
    border-radius: 10px;
    /*border-style: solid;
    border-width: 10px;
    border-color: #81A9C8;*/
    
}

.description {
    display: flex;
}
.description li{
    font-size: 30px;
    padding-bottom: 50px;
}
.description h1{
    color: #005da8;
    text-align: center;
    font-size: 45px;
}

.chatBot {
    display: flex;
    
}
.chatBot li {
    font-size: 30px;
    padding-bottom: 50px;
}

.chatBot h1{
    color: #005da8;
    text-align: center;
    font-size: 45px;
}

.footer {
    height: 90px;
    width: 100%;
    border-radius: 20px;
    background-color: #005EAA;

}
.footer h1{
    text-align: center;
    color: white;
}
.whiteSpace {
    display: flex;
    height: 30px;
}
.whiteSpace1 {
    display: flex;
    height: 30px;
}

@media all and (max-width: 1670px) {
    
body{
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    display: block;
}
.container{
    margin: 30px;
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header {
    display: flex;
    justify-content: space-between;
    height: 180px;
    background-color:#005EAA;
    border-radius: 20px;
}

.hItem {
    width: 33%;
    margin: 10px;
    border-radius: 10px;
}


.logo  img {
    border-radius: 10px
}
.helix {
    display: flex;
    font-size: 35px;
    height: 100%;
    
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.topRight {
    width: 200px;
    display: flex;
    font-size: 20px;
    color: white;
    text-align: center;
    justify-content: flex-end;
    align-items:center;
}


.beef {
    display: flex;
    /*justify-content: space-between;
    align-items: center;*/
    border-radius: 10px;
    height: 100%;
    background-color: #70BC52;
    
}

.mItem{
    display: flex;
    flex-direction: column;
    margin: 15px;
    background-color: #e5f3df;
    border-radius: 10px;
    /*border-style: solid;
    border-width: 10px;
    border-color: #81A9C8;*/
    
}

.description {
    display: flex;
}
.description li{
    font-size: 30px;
    padding-bottom: 50px;
}
.description h1{
    color: #005da8;
    text-align: center;
    font-size: 45px;
}

.chatBot {
    display: flex;
    
}
.chatBot li {
    font-size: 30px;
    padding-bottom: 50px;
}

.chatBot h1{
    color: #005da8;
    text-align: center;
    font-size: 45px;
}

.footer {
    height: 90px;
    width: 100%;
    border-radius: 20px;
    background-color: #005EAA;

}
.footer h1{
    text-align: center;
    color: white;
}
.whiteSpace {
    display: flex;
    height: 30px;
}
.whiteSpace1 {
    display: flex;
    height: 30px;
}

/*








 PHONEEEEEEE






*/
}
@media all and (max-width: 640px) {
    
    body{
        background-color: whitesmoke;
        width: 100%;
        height: 100%;
        display: block;
    }
    .container{
        margin: 20px;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
    
        background-color:#005EAA;
        border-radius: 20px;
    }
    
    .hItem {
        
        margin: 10px;
        border-radius: 10px;
    }
    
    
    .logo  img {
        border-radius: 10px
    }
    .helix {
        display: flex;
        font-size: 35px;
      
        
        color: white;
        /*text-align: center;
        justify-content: center;
        align-items: center;*/
    }
    
    .topRight {
        
        display: flex;
        font-size: 20px;
        color: white;
       /* text-align: center;
        justify-content: flex-end;
        align-items:center;*/
    }
    
    
    .beef {
        display: block;
        
        /*justify-content: space-between;*/
        align-items: center;
        
        
        background-color: #70BC52;
        
    }
    
    .mItem{
        /*display: flex;
        flex-direction: column;*/
        margin: 3px;
        width: 98%;
        /*justify-content: center;*/
        background-color: #e5f3df;
        border-radius: 10px;
        /*border-style: solid;
        border-width: 10px;
        border-color: #81A9C8;*/
        
    }
    
    .description {
        display: flex;
    }
    .description li{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .description h1{
        color: #005da8;
        /*text-align: center;*/
        font-size: 45px;
    }
    
    .chatBot {
        display: flex;
        
    }
    .chatBot li {
        font-size: 30px;
        padding-bottom: 50px;
    }
    
    .chatBot h1{
        color: #005da8;
        text-align: center;
        font-size: 45px;
    }
    
    .footer {
        height: 90px;
        width: 100%;
        border-radius: 20px;
        background-color: #005EAA;
    
    }
    .footer h1{
        text-align: center;
        color: white;
    }
    .whiteSpace {
        display: flex;
        height: 30px;
    }
    .whiteSpace1 {
        display: flex;
        height: 30px;
    }
    
    } 