.tabs {
    display: flex;
}
.tab {
    cursor: pointer;
}
.content {
    display: none;
}
.content.active {
    display: block;
}
.tab-items {
    margin-bottom:0px !important;
}
.tab-items .tab h3 {
    color:#4E4C4C;
}
.tab-items .tab.active h3 {
    color:#5F4FD8;
}
.hello_lbl{
    padding-left:0px;
    padding-right:10px;
}
.signup_lbl{
    padding-left:13px;
}
.tab-items li + li {
    border-left: solid #5F4FD8 4px;
    height: 30px;
}
.signup_tag{
    display:none;
}
/* .signup_lbl, .hello_lbl{
    font-size: 22px;
} */
/*Other site design start here*/
    .iti{
        width: 100%;
    }
    .iti__dropdown {
        z-index: 1050;      /* Keep on top of other elements */
        max-height: 200px;  /* Limit height */
        overflow-y: auto;   /* Add internal scroll */
    }
    .iti__flag-container {
        width: 100%;        /* Ensure proper alignment */
    }
    .online_agency, .local_agency, .represent_div{
        display:none;
    }
    .form_fields{
        position: relative;
        width: 100%;
        display: block;
        color: #4E4C4C;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
        height: 40px;
        letter-spacing: .1em;
        background-color: #ffffff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .iti__selected-country{
        padding-left: 0px !important;
        margin-right: 0px !important;
    }
    .iti__selected-country-primary{
        padding-left: 0px !important;
    }
/*Other site design end here*/

@media only screen and (max-width: 599px) {
    .tab-items li + li {
        border-left: solid #5F4FD8 3px;
        height: 20px;
    }
    .signup_lbl {
        padding-left: 9px;
    }
    .hello_lbl {
        padding-left: 0px;
        padding-right: 6px;
    }
    .iti--allow-dropdown button {
        margin-top: 4px !important;
    }
}