.contact-warning {
    position: absolute;
    color: #ffffff;
    top: 12px;
    right: 12px;
    font-size: 12px;
    left: auto;
    width: auto;
    cursor: text;
}
.contact-label {
    position: relative;
}
.y-video-item {
    cursor: pointer;
}
.post.news-post.post-grid .post-thumb img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 132px;
    box-sizing: border-box;
}
.button-cover {
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}
.button-cover:before {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.button {
    position: relative;
    top: 50%;
    width: 80px;
    height: 30px;
    margin: -15px auto 0 auto;
    overflow: hidden;
}
.button.r,
.button.r .layer {
    border-radius: 100px;
}
.button.b2 {
    border-radius: 2px;
}
.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.knobs {
    z-index: 2;
}
.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}
/* Button 10 */
#button-change-lang .knobs:before,
#button-change-lang .knobs:after,
#button-change-lang .knobs span {
    position: absolute;
    top: 6px;
    width: 33px;
    height: 9px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 0;
    padding: 9px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}
#button-change-lang .knobs:before {
    content: '';
    left: 4px;
    background-color: #195190FF;
}
#button-change-lang .knobs:after {
    content: 'नेपा';
    right: 4px;
    color: #4e4e4e;
}
#button-change-lang .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}
#button-change-lang .checkbox:checked+.knobs span {
    color: #4e4e4e;
}
#button-change-lang .checkbox:checked+.knobs:before {
    left: 42px;
    background-color: #F44336;
}
#button-change-lang .checkbox:checked+.knobs:after {
    color: #fff;
}
#button-change-lang .checkbox:checked~.layer {
    background-color: #fcebeb;
}
.social-media-icons .icon {
    background: #4D4D4D;
    margin: 0 10px;
}
.social-media-icons .icon:hover,
.social-media-icons .icon:hover .tooltip-custom,
.social-media-icons .icon:hover .tooltip-custom::before {
    background: #5A5A5A;
}
.social-media-icons .icon {
    position: relative;
    border-radius: 5px;
    padding: 0;
    width: 50px;
    height: 30px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
