.footer-category-list{
    color: #D1D0D0;
    margin-right: 19px;
    font-weight: 100;
}
.main-column-flex{
    padding: 0px 80px;
}
.categories-section{
    margin-bottom: 35px;
}
.cateogry-name{
    color: #D1D0D0;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
}
.company-information{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    border-bottom: 1px solid #A4A4A4;
    padding-bottom: 35px;
}
.location{
    display: flex;
    align-items: center;
    margin-right: 45px;
}
.location img{
    width: 22px;
    margin-right: 20px;
}
.email{
    display: flex;
    align-items: center;
    margin-right: 45px;
}
.email img {
    width: 22px;
    margin-right: 20px;
}
.phone{
    display: flex;
    align-items: center;
}
.phone img {
    width: 22px;
    margin-right: 20px;
}
.brand-details{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
}
.name-logo a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.social-media-links{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.downlaod-app{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.downlaod-app img {
    margin-right: 30px;
    width: 145px;
}
.name-logo a img{
    width: 110px;
}
.name-logo a p{
    margin-bottom: 0px !important;
    margin-left: 15px;
}
.company-address {
    font-size: 14px;
}
.company-mail{
    font-size: 14px;
}
.company-phone{
    font-size: 14px;
}
.Input-wrapper{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 12px;
    line-height: 12px;
    width: 100%;
}
select{
    font-size: 12px;
    padding: 15px 5px;
    border: 1px solid #00B576;
}
.label-name{
    font-size: 12px;
    color: #4a4a4a;
}
.Input-wrapper input{
    font-size: 12px;
    padding: 15px 5px;
    border: 1px solid #00B576;
}
.submit-kylas-form{
    border-style: none;
    border-radius: 10px;
    padding: 10px 80px;
    background-color: #00B576;
    color: white;
    box-shadow: 1px 1px 13px #c9c9c9;
}
.body-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




@media (max-width: 600px) {
    .footer-category-list {
        color: #D1D0D0;
        margin-right: 19px;
        font-weight: 100;
        font-size: 14px;
    }
    .main-column-flex {
        padding: 0px 35px;
    }
    .company-information {
        display: flex;
        flex-direction: column;
        /* align-items: left; */
        border-bottom: 1px solid #A4A4A4;
        padding-bottom: 35px;
    }
    .location {
        margin-bottom: 15px;
    }
    .email {
        margin-bottom: 15px;
    }
    .phone {
        margin-bottom: 15px;
    }
    .brand-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-top: 28px;
        height: 328px;
        padding-bottom: 15px;
    }
}