.disable-user-select {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html,
body {
    height: 100%;
}
body {
    background: #fff !important;
    color: #555;
    font-family: "Fira Sans", sans-serif;
    padding-top: 50px !important;
    overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
    body {
        padding-top: 64px !important;
    }
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
a {
    color: #1B87E6;
}
a:hover,
a:focus {
    color: #0095dc;
    outline: none;
    text-decoration: none;
}
.search-page-conatainer .content-wrapper {
    padding: 20px 15px;
}
@media only screen and (min-width: 1024px) {
    .search-page-conatainer .content-wrapper {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .search-page-conatainer .content-wrapper {
        padding: 50px 60px;
    }
}
.search-page-conatainer .top-search-bar label {
    color: #d0d0d0;
    font-weight: 400;
}
.search-page-conatainer .top-search-bar .search-form {
    position: relative;
}
.search-page-conatainer .top-search-bar .search-form .form-control {
    height: 40px;
    background: #f5f5f5;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #505F82;
    font-weight: 500;
    outline: 0;
    padding: 6px 40px;
}
.search-page-conatainer .top-search-bar .search-form .form-control:focus {
    background: #f5f5f5;
    box-shadow: none;
    outline: 0;
}
.search-page-conatainer .top-search-bar .search-form .form-control:focus ~ .line-flow {
    width: 100%;
    background: #1B87E6;
}
.search-page-conatainer .top-search-bar .search-form .form-control.is-filled-text ~ .line-flow {
    width: 100%;
    background: #1B87E6;
}
.search-page-conatainer .top-search-bar .search-form .form-control.is-filled-text ~ .material-icons.close {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.search-page-conatainer .top-search-bar .search-form .material-icons,
.search-page-conatainer .top-search-bar .search-form .fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.search-page-conatainer .top-search-bar .search-form .material-icons.fa-search,
.search-page-conatainer .top-search-bar .search-form .fa.fa-search {
    color: #1B87E6;
    font-size: 14px;
    left: 15px;
    margin-top: -1px;
}
.search-page-conatainer .top-search-bar .search-form .material-icons.close,
.search-page-conatainer .top-search-bar .search-form .fa.close {
    color: #c2c2c2;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    right: 5px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.search-page-conatainer .top-search-bar .line-flow {
    width: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0.02);
    bottom: 0;
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    z-index: 0;
}
.new-section-tag-wrapper {
    width: 100%;
    display: block;
    margin: 30px auto 0;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper {
        margin: 40px auto 0;
    }
}
.new-section-tag-wrapper .inner-section-wrapper {
    width: 100%;
    display: inline-block;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .inner-section-wrapper {
        height: 100%;
        display: flex;
    }
}
.new-section-tag-wrapper .left-section-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .left-section-wrapper {
        width: 240px;
        height: 100%;
        position: -webkit-sticky;
        position: sticky;
        top: 95px;
    }
}
.new-section-tag-wrapper .left-section-wrapper > label {
    color: #505F82;
    font-weight: 500;
}
.new-section-tag-wrapper .left-section-wrapper > ul {
    height: auto;
    font-size: 0;
    border: 1px solid #eee;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .left-section-wrapper > ul {
        height: auto;
        border: 0;
        overflow: unset;
        white-space: normal;
    }
}
.new-section-tag-wrapper .left-section-wrapper > ul > li {
    width: auto;
    border-left: none;
    border-right: 1px solid #eee;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .left-section-wrapper > ul > li {
        width: 100%;
        border-right: 0;
    }
}
.new-section-tag-wrapper .left-section-wrapper > ul > li:last-child {
    border-right: 0;
}
.new-section-tag-wrapper .left-section-wrapper > ul > li:hover {
    border-left: none;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .left-section-wrapper > ul > li:hover {
        border-top: none;
    }
}
.new-section-tag-wrapper .left-section-wrapper > ul > li.active {
    background: rgba(10, 134, 234, 0.1);
}
.new-section-tag-wrapper .left-section-wrapper > ul > li .link-text {
    color: #505F82;
    display: block;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 12px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .left-section-wrapper > ul > li .link-text {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }
}
.new-section-tag-wrapper .left-section-wrapper > ul > li .link-text > span {
    color: #c6c6c6;
    margin-left: 15px;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .left-section-wrapper > ul > li .link-text > span {
        margin-left: 0;
    }
}
.new-section-tag-wrapper .right-section-wrapper {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .right-section-wrapper {
        width: calc((100% - 240px) - 40px);
        margin-left: 40px;
    }
}
.new-section-tag-wrapper .right-section-wrapper .sec-label {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .right-section-wrapper .sec-label {
        margin-bottom: 40px;
    }
}
.new-section-tag-wrapper .right-section-wrapper .result-block {
    margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
    .new-section-tag-wrapper .right-section-wrapper .result-block {
        margin-bottom: 40px;
    }
}
.new-section-tag-wrapper .right-section-wrapper .block-count-label {
    color: #AAAAAA;
    display: block;
    margin-bottom: 12px;
}
.new-section-tag-wrapper .right-section-wrapper .search-block-title {
    color: #505F82;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 5px;
}
.new-section-tag-wrapper .right-section-wrapper .block-link {
    color: #1B87E6;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 7px;
}
.new-section-tag-wrapper .right-section-wrapper .block-link:hover {
    color: #1B87E6;
}
.new-section-tag-wrapper .right-section-wrapper .search-block-desc {
    color: #505f82;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}