.nav-link {
    background: url('../img/nav-left.png') left,
    url('../img/nav-right.png') right;
    background-repeat: no-repeat;
}

.nav-link {
    color: #6E7480 !important;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
}
.nav-link:hover{
    color:#5a82d0!important;
}



.buddha_icon {
    color: #5A82D0;
}

.search-bg {
    width: 100%;
    border: 1px solid #5A82D0;
    background: #F7FAFF;
    border-radius: 4px;
    flex: 1;
    justify-content: space-between;

}

.search-label {
    border: 0;
    background: 0;
    height: 100%;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: url('../img/search-tl.png') top left,
    url('../img/search-bl.png') bottom left;
    background-repeat: no-repeat;
}

.search-input {
    border: 0;

    color: black !important;
    background: url('../img/search-tr.png') top right,
    url('../img/search-br.png') bottom right;
    background-repeat: no-repeat;
}

.search-button {
    background: #5A82D0;
    border-radius: 4px;
    height: 100%;
}

.search-tag {
    color: #3E6ABC;
    display:inline-block;
}

.search-tag a {
    color: #3E6ABC;
    text-decoration: none;
}

.link-tag {
    font-size: 24px;
    color: #6E7480;
}

.copyright-c {
    font-size: 18px;
}

input, input:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: #F7FAFF !important;
}

@media (max-width: 500px) {
    .link-tag {
        font-size: 18px
    }
}

@media (max-width: 500px) {
    .copyright-c {
        font-size: 14px
    }
}
