.img-icon{
    width: 35px !important;
    height: 35px !important;
}


.contact-session{
    background-image: url(../images/bg-pattern.png);
    background-color: #eeeeee;
    background-position: center;
    background-size: cover;
}


.bg-dark-blue{
    background: #002157;
}

.flex-row-center-center{
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    cursor: pointer;
}

.flex-row-start-center{
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
}

.apps-nav-container{
    border-radius: 0px 0px 10px 10px;
    padding: 5px 44px;
}

.app-name{
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.app-logo-container{
    background: #FFFFFF;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-right: 6px;
}


.app-logo{
    width: 100%;

}


.apps-row{
    column-gap: 50px;
}

.kordzi-logo, .medpaddy-logo{
    width: 83%;
}

.fu-logo{
    width: 80%;
}

.flex-col-80{
    max-width: 80%;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
}

.flex-col-20{
    max-width: 20%;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
}

.socials-row{
    column-gap: 10px;
}

.apps-container{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1530;
}


.custom-navbar{
    /*top: 38px !important;*/
    /*z-index: 1030;*/
}
