.botfoot{
    height: 350px;
    width: 100%;
    background: #e2f1fb;
    margin-top: -5px;
    position: relative;
    display: flex;
    justify-content: center;
    
}.footcont{
    width: 46%;
    display: flex;
    justify-content: space-around;
}.botfoot div div{
    width: 60%;
    display: flex;
    margin: 10px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}.botfoot div div label{
    font-weight: 800;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 25px;
}
#fsocial{
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}#fsocial a{
    width: 50px;

}
.cprt{
    width: 100%;
    height: 50px;
    opacity: 1;
    background: #b9d1e8;
   position: absolute;
   bottom: 1px;
   display: flex;
   justify-content: center;
   align-items: center;
    color: rgb(80, 80, 80);
    z-index: 6;

}

/* For tablets */
@media screen and (min-width: 601px) and (max-width: 1024px) {
    .botfoot{
        height: auto;
        width: 100%;
        background: #e2f1fb;
        margin-top: -5px;
        position: relative;
        display: flex;
        justify-content: center;
        padding-bottom: 90px;
    }.footcont{
        width: 40%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        
    }.cprt{ 
        width: 100%;
    } .botfoot div div{
        width: 220px;
        display: flex;
        margin: 10px;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
}
/* For mobile devices */
@media screen and (max-width: 600px) {
    .botfoot{
        height: auto;
        width: 100%;
        background: #e2f1fb;
        margin-top: -5px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
        padding-bottom: 120px;
        
    }.footcont{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }.botfoot div div{
        width: 100%;
        display: flex;
        margin: 10px;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;

    }
}