/***** Join Us Widget ******/
.join-us-widget {
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 999;
}
.join-us-widget .join-btn {
    background-color: var(--orange);
    color: #ffffff;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-size: 18px;
    letter-spacing: 0.27px;    
    text-decoration: none;
    padding:10px 20px;
    position: relative;
    min-height: 60px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-us-widget .join-btn:hover {
    color: var(--e-global-color-primary);
}

@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){

}