.th-topbar{
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.th-topbar-logo{
    height: 62px;
    min-width: 300px;
}

.th-topbar-logo img{
    height: 100%;
}

.th-topbar-contact-list{
    display: flex;
    align-items: center;
}

.th-topbar-contact-list .fa-bell-o{
    padding-right: 10px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
}

.th-topbar-contact-item{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.th-topbar-contact-item-icon{
    width: 48px;
    height: 48px;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #2F3590;
}

.th-topbar-contact-item-icon i{
    width: 23px;
    font-size: 25px;
    line-height: 48px;
    color: white;
}

.th-topbar-contact-item-button{
    padding: 0 20px;
    border-radius: 3px;
    border:1px solid #2F3590;
    color: #2F3590;
}

.th-topbar-contact-item-button:hover{
    background-color: #2F3590;
    color: white;
}

.aged-care-theme .th-topbar-contact-item-icon,
.aged-care-theme .th-topbar-contact-item-button:hover{
    background-color: #fbae42;
}

.aged-care-theme .th-topbar-contact-item-icon i,
.aged-care-theme .th-topbar-contact-item-button:hover{
    color: white;
}

.aged-care-theme .th-topbar-contact-item-button{
    border: 1px solid #fbae42;
    color: #fbae42;
}

.automotive-theme .th-topbar-contact-item-icon,
.automotive-theme .th-topbar-contact-item-button:hover{
    background-color: #006AB5;
}

.automotive-theme .th-topbar-contact-item-icon i,
.automotive-theme .th-topbar-contact-item-button:hover{
    color: white;
}

.automotive-theme .th-topbar-contact-item-button{
    border: 1px solid #006AB5;
    color: #006AB5;
}

.business-theme .th-topbar-contact-item-icon,
.business-theme .th-topbar-contact-item-button:hover{
    background-color: #58585A;
}

.business-theme .th-topbar-contact-item-icon i,
.business-theme .th-topbar-contact-item-button:hover{
    color: white;
}

.business-theme .th-topbar-contact-item-button{
    border: 1px solid #58585A;
    color: #58585A;
}

.dental-healthy-theme .th-topbar-contact-item-icon,
.dental-healthy-theme .th-topbar-contact-item-button:hover{
    background-color: #06B7B4;
}

.dental-healthy-theme .th-topbar-contact-item-icon i,
.dental-healthy-theme .th-topbar-contact-item-button:hover{
    color: white;
}

.dental-healthy-theme .th-topbar-contact-item-button{
    border: 1px solid #06B7B4;
    color: #06B7B4;
}

.nursing-theme .th-topbar-contact-item-icon,
.nursing-theme .th-topbar-contact-item-button:hover{
    background-color: #E91B75;
}

.nursing-theme .th-topbar-contact-item-icon i,
.nursing-theme .th-topbar-contact-item-button:hover{
    color: white;
}

.nursing-theme .th-topbar-contact-item-button{
    border: 1px solid #E91B75;
    color: #E91B75;
}

.pathology-theme .th-topbar-contact-item-icon,
.pathology-theme .th-topbar-contact-item-button:hover{
    background-color: #7C5120;
}

.pathology-theme .th-topbar-contact-item-icon i,
.pathology-theme .th-topbar-contact-item-button:hover{
    color: white;
}

.pathology-theme .th-topbar-contact-item-button{
    border: 1px solid #7C5120;
    color: #7C5120;
}

.th-topbar-contact-item-desc{
    font-weight: 700;
}

.th-topbar-contact-item-desc p{
    font-size: 13px;
    font-weight: 600px;
    line-height: 24px;
    margin: 0;
}

.th-topbar-contact-item-button em{
    color:;
    font-size: 17px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width:991px){
    .th-topbar{
        margin-top: 0;
        flex-direction: column;
    }

    .th-topbar-logo{
        margin: 30px auto;
        min-width: unset;
    }

    .th-topbar-contact-list{
        width: 100%;
        justify-content: space-between;
    }

    .th-topbar-contact-item{
        justify-content: center;
    }
}

@media (max-width:630px){
    .th-topbar-contact-list{
        flex-direction: column;
    }

    .th-topbar-contact-item{
        width: 100%;
        margin-bottom: 10px;
        justify-content: flex-start;
    }
}
