.top-bar p {
    color: #FFF;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;

    margin-bottom: 0px !important;
}

.common-padding {
    padding: 0px 50px;
}

header {
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-flex {
    display: flex;
}

.header-flex a {
    color: #969696;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
}

.header_btn {
    color: var(--Backgrounds-Primary, #FFF);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    border-radius: 10px;
    background: linear-gradient(277deg, #24B5AE -42.96%, #6FBE58 125.46%);
    border: 0;
    padding: 10px 20px;
}
.humberger_menu{
    display: none;
}