.link-instagram{
    background-image: url(../img/icn/in-green-2x.jpg)!important;
}

.person-left-bar{
    position: relative;
    padding: 10px 0 8px;
}
.person-left-bar ul li{
    margin-bottom: 10px;
    position: relative;
}
.person-left-bar ul li.active a{
    color: #7a9669;
    font-weight: bold;
}
.person-left-bar ul li a{
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.person-left-bar ul li.active:after {
    content: '';
    position: absolute;
    left: -40px;
    height: 100%;
    width: 3px;
    background: #7a9669;
    z-index: 9;
}
.person-left-bar:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #e5e5e5;
}

.gov-contact-form{
    display: flex;
    margin: 20px  auto;
}

.search-calendar{
    position: relative;
    margin-top:20px;
}
.your_date{
    border:none;
    background: transparent;
    border-bottom: 1px solid rgba(65, 85, 54,.98);
    width: 100px;
    margin-left:10px;
}
.search-news:hover{
    background: rgba(83, 101, 71, .76);
    color:#ffffff;
    cursor: pointer;
}
.search-news{
    border:none!important;
    background: rgba(65, 85, 54,.8)!important;;
    color: #ffffff!important;;
    font-family: FreeSetWebDemiBold, serif!important;;
    font-size: 14px!important;;
    display: none!important;
    line-height: 7px!important;;
    padding: 10px!important;;
    text-align: center!important;;
    border-radius: 2px!important;;
    margin-bottom: 8px!important;;
}
.main {
    z-index: 13;
    position: absolute;
    width: 400px;
    right: 0;
    color: white;
    background: rgba(65, 85, 54,.98);
    font-family: "Raleway", sans-serif;
    text-align: center;
    border-radius: 0rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
}
.month {
    text-align: center;
    padding: 10px;
}
.week {
    display: inline-flex;
    text-align: center;
    padding: 10px;
}
.week .wDay {
    padding: 10px;
    margin: 10px;
    color: silver;
}
.date {
    color: silver;
}
#fillDate {
    width: 100%;
    color: silver;
}
#fillDate tr,
td {
    color: silver;
}
.date:hover {
    background: white;
    color: rgba(65, 85, 54, .8);
    font-weight: bold;
    cursor: pointer;
}
.date.active {
    background: white;
    color: rgba(65, 85, 54, .8);
    font-weight: bold;
    cursor: pointer;
}
.date td:hover {
    background: white;
    color: #007bff;
    font-weight: bold;
}
.year,
.month {
    padding: 5px;
    cursor: pointer;
}
.yearDiv {
    position: relative;
    font-size: 25px;
    padding: 10px;
}
.monthDiv {
    position: relative;
    font-size: 20px;
    padding: 10px;
}
.left {
    position: absolute;
    left: 10px;
    cursor: pointer;
}
.right {
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.wDay {
    cursor: default;
}
#d{
    display: none;
}
.search-by-date-title{
    font-size: 16px;
    color: #425b5f;
    line-height: 24px;
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}
.mobile-search-date{
    display: none;
}
.search-news-section{
    position: absolute;
    top: 20px;
    right: 270px;
    height: 44px;
    margin: 0;
    line-height: 3;
    padding-right: 24px;
    z-index: 1000;
}

.active-search-button{
    display: inline-block!important;
}

.news-slider{
    margin: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

#close {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 200vh;
    z-index: 12;
}

.hash-tags-list li{
    margin: 0!important;
}

.all-hash-tags{
    padding: 8px 0;
}

.bio-article{
    margin-bottom: 8px !important
}

.hot-line .hot-line-number h4{
    line-height: 20px!important;
}
.hot-line .hot-line-number h4 a{
    line-height: 35px!important;
}

@media (max-width: 1023px) {
    .search-news-section{
        left: 10px!important;
    }
}
@media (min-width: 1023px) {
    .mobile-search-date{
        display: none!important;
    }
}

@media (max-width: 750px) {
    .main{
        position: fixed;
        top: 100px;
        left: 0;
    }
}