.tab_contents
{
    width: 100%;
}
.tab_contents .tab_content
{
    width: 100%;
    padding-top: 20px;
    /*display: none;*/
}
.tab_contents .tab_content.active
{
    display: flex;
}
.contact_content {
    padding: 20px;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #1b537c;
}
.ui-widget-header {
    border: none;
    background: #fff;
    color: #333333;
    font-weight: bold;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #fff;
    color: #ff;
    font-family: unset;
    font-size: unset;
    margin-bottom: 20px;
}
.spec_note_blck {
    width: 100%;
    padding: 10px 30px;
}
.spec_note_blck .note {
    float: left;
    position: relative;
    padding-left: 5px;
    margin-right: 30px;
}
.spec_circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #1b537c;
}
.spec_circle.red {
    background: red;
}
.spec_circle.darkorange {
    background: #ff8c00;
}
.ui-state-hover {
    border: 1px solid #1b537c!important;
    border-bottom: none!important;
    background: #e6f2ff!important;
}
.cityname {
    font-size: 20px;
    font-weight: bold;
}