/*
Theme Name:Tukikhabar.com
Theme http://rudradigitalcorp.com.np/: 
Author: Sanjib Jha
Author URI: http://rudradigitalcorp.com.np/
Description: Tukikhabar
Version: 1.0
Date:07-07-2025
*/
@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900");
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sura:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,500,600,700"');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #fff;
    font-family: mukta, sans-serif;
    /*font-family: noto sans,sans-serif;
    font-family: 'Baloo 2', cursive;*/
    /* font-family: 'Sura', serif; */
    /* font-family: 'Hind', sans-serif; */
    padding: 0;
    margin: 0;
}
body.active {
    position: relative;
}
body.active:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 1010;
}
.container {
    max-width: 90%;
    margin: 0 auto;
}
p {
    line-height: 1.7;
    font-size: 20px;
    color: #000000d6;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    /* font-family: mukta, sans-serif; */
    margin-top: 0;
    padding: 0;
    font-weight: 600;
}
h1 {
    font-size: 45px;
    /* line-height: 60px; */
}
h2 {
    font-size: 30px;
    line-height: 42px;
}
h3 {
    font-size: 20px;
    line-height: 1.5;
}
h4 {
    font-size: 20px;
    line-height: 31px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}
a {
    color: #444;
    display: block;
    text-decoration: none;
    transition: ease-in-out .3s;
}
a:hover {
    color: #001064;
}
section#top-heading {
    margin-top: 30px;
    /* background: #027f6f57; */
}
/* Top Header */

.top-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 0;
}
.top-header-left img {
    width: auto;
}
.top-header-wrap .footer-social {
    margin-top: 0;
}
.top-header-left ul {
    display: flex;
    align-items: center;
}
.top-header-left ul li+li {
    margin-left: 30px;
}
.top-header-left ul li i {
    margin-right: 5px;
    color: #1164A4;
}
.top-header-left ul li img {
    margin-right: 8px;
}
.top-header-wrap .footer-social ul li+li {
    margin-left: 5px;
}
.top-header-wrap .footer-social ul li a {
    height: 30px;
    width: 30px;
    line-height: 32px;
    font-size: 16px;
    background: transparent !important;
    box-shadow: none !important;
}
.top-header-wrap .footer-social ul li a:hover {
    color: #1164A4 !important;
}
.top-header-wrap .footer-social ul li.facebook a {
    color: #3b5998;
}
.top-header-wrap .footer-social ul li.twitter a {
    color: #1da1f2;
}
.top-header-wrap .footer-social ul li.instagram a {
    color: #c13584;
}
.top-header-wrap .footer-social ul li.youtube a {
    color: #ff0000;
}
.top-header-left li {
    font-size: 14px;
}
/* Top Header End */

/*Top head*/

.custom-logo img {
    width: 100%;
    /*padding: 15px 0px;*/
    height: auto;
    /* margin-bottom: 15px; */
}
.custom-logo span {
    font-size: 14px;
    color: #717171;
    display: block;
    margin-top: 7px;
    float: right;
    /* text-align: center; */
}
/* Footer */

#footer {
    padding: 50px 0;
     background: #f4f4f4;
}
.footer-social ul {
    display: flex;
    margin-bottom: 0;
}
.footer-social {
    margin-top: 40px;
}
.footer-social ul li a {
    color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    transition: ease-in-out .5s;
    border-radius: 100%;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
}
.footer-social ul li.facebook a {
    background: #3b5998;
}
.footer-social ul li.twitter a {
    background: #1da1f2;
}
.footer-social ul li.instagram a {
    background: #c13584;
}
.footer-social ul li.youtube a {
    background: #ff0000;
}
.footer-social ul li a:hover {
    background: #1164A4;
}
.footer-social ul li+li {
    margin-left: 10px;
}
.footer-wrap h4 {
    color: #fff;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
}
.footer-wrap h4:before {
    position: absolute;
    content: '';
    bottom: -10px;
    height: 1px;
    width: 100%;
    background: #ffffff1a;
    left: 0;
}
.footer-wrap h4:after {
    position: absolute;
    content: '';
    bottom: -11px;
    height: 3px;
    width: 50px;
    background: #ffffff;
    left: 0;
    border-radius: 100%;
}
.footer-wrap ul {
    margin-bottom: 0;
}
.footer-wrap ul li, .footer-wrap ul li a {
    color: #fff;
    display: block;
    transition: ease-in-out .5s;
}
.footer-wrap ul li a:hover {
    color: #FD0100;
}
.footer-wrap ul li+li {
    margin-top: 15px;
}
.footer-contact img {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    background: #fff;
    padding: 10px;
    width: 250px;
    border-radius: 3px;
}
.footer-space {
    padding-left: 30px;
}
.footer-bototm ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}
.footer-bototm {
    background: #000000e6;
    padding: 15px 0;
}
.footer-bototm ul li {
    color: #fff;
}
.footer-bototm ul li a {
    color: #FD0100;
    font-weight: 500;
    display: inline-block;
}
/* Footer End */

.my-logo span {
    font-size: 14px;
    color: #717171;
    display: block;
    margin-top: 7px;
    text-align: center;
}
#navbar_top {
    background: #b15814;
    /* box-shadow: 0px 5px 5px rgb(0 0 0 / 10%); */
    padding: 0;
    /* border-top: 1px solid #f1f1f1; */
    /* border-bottom: 1px solid #f1f1f1; */
    /* border-bottom: 4px solid #ff0000; */
}
.sticky {
    border-top: none !important;
}
.navbar-light .navbar-nav .nav-link {
    padding: 12px 12px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link:focus {
    /*color: #fff;*/
}
.navbar-light .navbar-nav .nav-link:hover {
    background: #05574c;
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #fcfcfc!important;
    /* background: #FF9800; */
    /* border-bottom: 2px solid #d42e27; */
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 0;
}
.dropdown-menu a {
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}
.dropdown-menu a+a {
    border-top: 1px solid #ddd;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/*.dropdown-menu a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
    font-weight: 600;
    transition: ease-in-out .3s;
    font-size: 15px;
}*/

.dropdown-menu a:hover {
    color: #FD0100;
}
.dropdown-toggle::after {
    margin-left: 7px;
}
.my-tag ul li {
    display: inline;
    padding: 0px 10px;
}
.my-tag {
    padding: 0px 0px 0px 0px;
}
.my-tag ul li a {
    color: #33333396;
    font-size: 17px;
    line-height: 31px;
}
#tag-section {
    border-bottom: 1px solid red;
}
.icon23 ul li {
    display: inline;
}
.icon23 ul .icon a img {
    width: 100px;
    height: 20px;
    object-fit: cover;
    margin-top: 12px;
}
.add-banner {
    padding: 20px 0px 10px 0px;
}
a:hover {
    text-decoration: none;
}
.sticky-logo {
    display: none;
    margin: 0px 19px 0px 0px;
}
/*.sticky-logo img {
    border-radius: 3px;

}*/

.sticky-logo img {
    height: 40px;
    border-radius: 5px;
    display: none;
}
.navbar-brand span {
    display: block;
    height: 2px;
    width: 25px;
    background: #fcfcfc;
    margin: 5px 0;
}
.navbar-brand span:nth-child(2) {
    width: 20px;
}
#toTopBtn {
    position: fixed;
    bottom: 60px;
    right: 10px;
    padding: 4px 12px 4px 12px;
    border-radius: 100%;
    background-color: #FD0100;
    color: #fff;
    font-size: 18px;
    z-index: 1009;
    height: 35px;
    width: 35px;
    line-height: 31px;
    text-align: center;
}
.sticky {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 600ms ease-in;
}
.sticky+.content {
    padding-top: 60px;
}
.news-logo {
    margin: 0px 0px;
}
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1010;
}
.logo {
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    background: #fff;
}
.logo {}
.logo a {
    padding: 0 !important;
    border-top: none !important;
}
.items_wrapper {}
.sidenav.active {
    left: 0;
}
.sidenav ul.mm-collapse {
    background: #f1f1f1;
}
.sidenav a {
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block;
    transition: 0.3s;
    color: #000000e6;
    border-top: 1px solid #e4e4e4;
}
.sidenav ul li:first-child a {
    border-top: none;
}
.sidenav a:hover {
    /* color: #FD0100; */
}
.sidenav .closebtn {
    font-size: 30px;
    padding: 0;
    color: #FD0100;
    border: none;
    margin-left: 15px;
    position: inherit;
    background: white;
}
.sidenav::-webkit-scrollbar {
    width: 7px;
}
.sidenav::-webkit-scrollbar-track {
    background: #eaf0fd;
}
.sidenav::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 30px;
}
#myModal .close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: red !important;
    font-size: 20px;
    opacity: 1;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 15px;
    text-align: center;
    padding: 0 !important;
    font-size: 22px;
    border-radius: 100%;
    z-index: 1;
}
#myModal.modal.fade {
    background: rgb(0 0 0 / 90%);
}
#myModal .modal-body {
    background: #b15814;
    padding: 0 15px;
}
#myModal .modal-dialog {
    margin: 0;
    padding: 10px;
}
.sidenav1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav1 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    display: block;
    transition: 0.3s;
    color: #818181;
}
.sidenav1 a:hover {
    color: red;
}
.sidenav1 .closebtn1 {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.search-up {
    display: none;
    left: 0;
    background: rgb(216, 222, 229);
    bottom: -66px;
    position: absolute;
    z-index: 9999999;
    width: 100%;
}
#myModal .modal-body .form-control {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 0;
}
#myModal .modal-body .btn {
    width: 100%;
    border-radius: 0;
    height: 45px;
    background: #FD0100;
    border: none;
}
.search {
    color: red;
    padding: 6px 16px;
}
.search a i {
    font-size: 18px;
    color: #1164A4;
}
.search * {
    outline: none;
    box-sizing: border-box;
}
.search__wrapper {
    position: relative;
}
.search__field {
    width: 50px;
    height: 50px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 1.35em;
    /* padding: 0.35em 50px 0.35em 0;*/
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.search__field:focus {
    right: 0px;
    border-bottom-color: #ccc;
    width: 63vw;
    color: #2b2b2b;
    cursor: default;
}
.search__field:focus~.search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}
.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e9f1f4;
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    right: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    right: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    right: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    right: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 890px;
        margin: auto !important;
    }

}
.top-half {
    margin: 20px 0px;
}
.my-logo {
    text-align: center;
    flex: 2;
    margin-right: 120px;
}
.logo-section-right {
    flex: 6;
}
.logo-section-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-sec {
    padding: 25px 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
}
.mySidenav1 .closebtn {
    float: right;
}
.overlay-text h4 {
    text-align: center;
}
.sidenav1 .aro {
    float: right!important;
    background-color: #1164A4;
    color: #fff;
    padding: 5px 22px;
    font-size: 20px;
}
.my-nav a {
    color: #fcfcfc;
    font-size: 20px;
}

.my-nav>ul {
    display: flex;
    align-items: center;
}

.search {
    color: #fff;
    padding: 6px 16px;
    border: 1px solid;
    border-radius: 50px;
    margin-right: 5px;
}
.eng_lang {
    display: flex;
    justify-content: center;
    /* margin-left: 20px; */
}
.eng_lang a {
    border-radius: 30px;
    line-height: 36px;
    padding: 0 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}


/*flash news*/

.flash-item {
    text-align: center;
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 15px;
}
.flash-item>a {
    text-align: center;
    font-size: 60px;
    color: #030303;
    text-decoration: none;
    display: block;
    line-height: 130%;
    /* font-family: 'Mukta'; */
    font-weight: 700;
    /* padding: 12px; */
}

.flash-item a:hover {
    color: #b15814;
}


.author-wrap {
    display: -webkit-inline-flex;
    align-items: center;
    margin-right: 1em;
}
.author-wrap label {
    vertical-align: top;
    color: rgba(0, 0, 0, .5);
    margin: 0;
}
.author-wrap label a {
    color: rgba(0, 0, 0, .5);
}
span.author-img {
    height: 30px;
    width: 30px;
    max-width: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    border: 1px dotted #027f6f;
}
time {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.flash-item .post-img {
    width: 100%;
    max-width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}
.flash-item p {
    margin-top: 20px;
    font-size: 21px;
    /* color: rgba(0, 0, 0, .6); */
    color: #000000a8;
    text-align: center;
    line-height: 150%;
    position: relative;
    /* border-bottom: solid 1px rgba(0,0,0,.14); */
    /* padding-bottom: 30px; */
}
.post-meta {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 12px;
}
.post-img img {
    border-radius: 4px;
}
/*single page*/

.single_title h1 {
    color: #4a4c4e!important;
    font-size: 47px;
    font-weight: 700;
    /* margin-top: 20px; */
    line-height: 1.2;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    /* margin-bottom: 25px; */
    /* font-family: mukta; */
}


.very-small-box {
    display: inline-block;
    margin-bottom: 8px;
    /*border-bottom: 1px dotted #ddd;*/
    width: 100%;
}
.very-small-box img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 80px;
    width: 120px;
    object-fit: cover;
}
.very-small-box.bichar img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.small-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
}
.jft-small-box-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}
.jft-small-box-title h3 {
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: 600;
}
/*

.side-content {
    background: #222;
    padding: 30px;
    min-height: 350px;
}

.side-content h3 {
    font-size: 23px;
    line-height: 1.5;
}
.side-content p +p {
    margin-top: 20px;
}

.side-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}

.side-img {
    height: 350px;
    overflow: hidden;
}

.side-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}*/

.side-img {
    height: 350px;
    overflow: hidden;
}
.side-img a {
    height: 100%;
    width: 100%;
}
.side-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.side-content {
    background: #222;
    padding: 30px;
    min-height: 350px;
}
.side-content h3 {
    font-size: 23px;
    line-height: 1.5;
}
.side-content h3 a {
    color: #fff;
}
.side-content p+p {
    margin-top: 20px;
}
.side-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}
.story-promo {
    margin-bottom: 10px;
}
.story-img {
    margin-bottom: 15px;
}
.story-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    /*border-radius: 4px;*/
}
.story-docs h3 {
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: 600;
}
.text-on-image {
    margin-bottom: 19px;
    position: relative;
}
.text-on-image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.text-on-image h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(5, 5, 5, 0) 0, rgba(0, 0, 0, 0) 0, rgba(71, 71, 71, 0) 0, rgba(102, 102, 102, 0) 0, rgba(28, 28, 28, 0) 0, rgba(20, 20, 20, .59) 32%, rgba(13, 13, 13, 1) 62%, rgba(3, 3, 3, 1) 100%) repeat scroll 0 0;
}
.text-on-image h3 a {
    color: #fff;
}
.big-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.news_title_bg {
    font-size: 25px;
    font-weight: bold;
    line-height: 38px;
}
.big-box p {
    font-size: 17px;
    text-align: justify;
    /* padding: 10px; */
    overflow: hidden;
}
.large-box-title h3 a {
    font-size: 25px;
}
.large-box-title p {
    font-size: 20px;
}
#tenth-news .news-block {
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
}
#tenth-news .news-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#tenth-news .news-block a {
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots {
    margin-top: 20px !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1164a4;
}
.owl-theme .owl-dots .owl-dot span {
    height: 10px;
    width: 25px;
    margin: 5px 5px;
}
.pradesh-tab .nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
}
.pradesh-tab .nav-tabs .nav-link.active {
    background: #1164A4;
    color: #fff;
}
.pradesh-tab .nav-tabs .nav-link {
    color: #666;
    border: 1px solid rgb(225 225 225);
    border-radius: 40px;
    padding: 3px 15px;
    margin-right: 7px;
    line-height: normal;
    background: whitesmoke;
}
.large-block h3 {
    font-size: 30px;
}
ul.media-list li {
    /* background: #fff; */
    position: relative;
    display: flex;
    padding: 7px;
    padding-left: 20px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
}
ul.media-list li:before {
    content: "";
    background-color: #b15814;
    left: 0;
    top: 15px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    /* right: 172px; */
}
.card {
    border: none;
}
.card-img.circle figure {
    margin: auto;
    border-radius: 50%;
    width: 160px;
    overflow: hidden;
    min-height: 160px;
}
.card-img figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 160px;
}
.bg-gray {
    background-color: #eeeeee;
}
.card-title {
    padding: 10px 5px;
}
.sub-title h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
}
/*pills*/

ul#myTab {
    background: #1064a4;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background: red;
    border-radius: none!important;
}
.nav-tabs .nav-link {
    color: #fff;
    border: none!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.grid-col img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.body-content {
    background: #1064a4;
    padding: 0 14px 21px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 100px;
}
.body-content:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 99.9%;
    height: 50px;
    background: #1064a4;
    transform: skewY(-6deg);
    z-index: -1;
}
.body-content h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
.body-content h3 a {
    color: #fff;
}
/* Red border */

hr.new1 {
    border-top: 1px solid red;
}
/* Dashed red border */

hr.new2 {
    border-top: 1px dashed red;
}
/* Dotted red border */

hr.new3 {
    border-top: 2px dotted red;
}
/* Thick red border */

hr.new4 {
    border: 1px solid red;
}
/* Large rounded green border */

hr.new5 {
    border: 10px solid green;
    border-radius: 5px;
}
.cat-title {
    position: relative;
    display: block;
    top: 3px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.cat-title:before {
    width: 100%;
    height: 1px;
    background: #ddd;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.cat-tags {
    background: 0 0;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 0;
    border-bottom: 3px solid #ff0000;
    display: table;
    line-height: 24px;
}
.cat-tags a {
    color: #000000;
}
.playlist-title {
    max-height: 407px;
    overflow: auto;
}
.list-unstyled {
    color: #ffffff;
    padding-left: 0;
    list-style: none;
}
.playlist-title li {
    padding: 5px 0px;
}
.playlist-title li .video-thumb {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid transparent;
}
.playlist-title li .video-title {
    margin: 0;
    display: inline;
    vertical-align: middle;
    text-align: left;
    color: #f8f9fa;
}
figure {
    margin: 0;
}
.feature-block {
    padding-bottom: 10px;
    display: inline-block;
}
.feature-number img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.feature-number .tab-desc {
    border: 1px solid #f5e7e7;
    padding: 0px 10px;
    background: #fffdfd;
    height: 200px;
    margin-top: -10px;
}
span.number-post {
    display: flex!important;
    background-color: red;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
    margin-top: calc(-60px/2);
    text-align: center;
    width: 60px;
    border-radius: 50%;
    position: relative;
}
span.number-post span {
    text-align: center;
    background: red;
    border-radius: 50%;
    padding: 0 18px;
    font-size: 35px;
    font-weight: 400;
}
.tab-desc h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    text-align: center;
    color: #000;
}
.bottom-header {
    background-color: #f1eaea;
    padding: 5px 0;
}
.bottom-header h3 {
    margin-bottom: 0;
    padding: 4px 5px 0px 0px;
    font-size: 17px;
    color: #d42e27;
    margin-right: 5px;
}
.bottom-header .tag {
    overflow-y: hidden;
}
.bottom-header .tag a {
    color: #656565;
    padding: 2px 8px;
    white-space: nowrap;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    /* font-weight: 600; */
}
.bottom-header .tag a:hover {
    color: #323232;
    letter-spacing: 1.1px;
    background-color: #fff;
}
.trend.mr-2 {
    padding: 5px 0px;
}
.nepali_num {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #f1ebeb;
    padding: 10px;
}
.item-nunber {
    margin-right: 20px;
    font-size: 30px;
    color: #bfb9b9;
}
.image-caption-text {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
    /*padding: 10px 0;*/
}
.module>section .news-lists2>li {
    background: #484848;
    margin-bottom: 15px;
    padding: 15px;
}
.module>section .news-lists2>li>figure {
    float: left;
    height: 75px;
    margin-right: 15px;
    max-width: 100px;
}
.module>section .news-lists2>li>figure img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}
.module>section .news-lists2>li>h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    display: block;
    line-height: 30px;
    transition: all 0.5s ease;
}
.bg-lightblack {
    background: #333333;
    padding: 20px;
}
.d-1 {
    --c: #1095c1;
    /* the color */
    --b: .1em;
    /* border length*/
    --d: 20px;
    /* the cube depth */
    --_s: calc(var(--d) + var(--b));
    color: var(--c);
    border: solid #0000;
    border-width: var(--b) var(--b) var(--_s) var(--_s);
    background: conic-gradient(at left var(--d) bottom var(--d), #0000 90deg, rgb(255 255 255 /0.3) 0 225deg, rgb(255 255 255 /0.6) 0) border-box, conic-gradient(at left var(--_s) bottom var(--_s), #0000 90deg, var(--c) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b)) border-box;
    transform: translate(calc(var(--d)/-1), var(--d));
    clip-path: polygon( var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
    transition: 0.5s;
}
.d-1:hover {
    transform: translate(0, 0);
    clip-path: polygon( 0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
p.test2 {
    white-space: nowrap;
    width: 200px;
    border: 1px solid #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cat {
    background: 0 0;
    font-weight: 700;
    color: #222;
    display: block;
    line-height: 34px;
    position: relative;
    margin-bottom: 19px!important;
}
.news-cat::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #33333336;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-cat .cat-name {
    color: #000;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    padding: 0 25px 0 0;
    margin: 0;
    display: inline-block;
    border: 0;
    background: #fcfcfc;
    /* font-family: poppins,sans-serif; */
    position: relative;
    top: 4px;
    z-index: 2;
    letter-spacing: -1px;
}
.news-cat a.all {
    display: inline-block;
    margin-top: 0;
    background: #fff;
    /* font-family: poppins,sans-serif; */
    font-size: 14px;
    color: #333;
    font-weight: 400;
    border: 1px solid #33333317;
    padding: 10px 30px 7px 20px;
    line-height: 16px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0px;
    font-weight: 600;
    -webkit-border-radius: 9px;
    border-radius: 30px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
/*.news-cat a.all::before {
    position: absolute;
    right: 14px;
    top: 10px;
    content: '\f2f6';
    font-family: material-design-iconic-font;
    font-size: 25px;
    color: #c4161c;
}*/

.navbar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b15814;
    z-index: -1;
    /* border-bottom: 2px solid rgba(0, 0, 0, .15); */
}
.navbar-light .navbar-nav .nav-link.active {
    background-color: #4267b2;
    color: #fff!important;
}
.round-thumb img {
    height: 35px;
    border-radius: 50%;
}
.politican_home_trend {
    border: 1px solid #ddd;
    margin-top: 5px;
    display: flex;
    margin-right: 10px;
    border-radius: 10px;
    padding: 0px;
}
.header-trending img {
    width: 100%;
    height: 100%;
    height: 35px;
    width: 35px;
    border: 4px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    object-fit: cover;
}
.header-trending span {
    /* font-family: 'Mukta'; */
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 7px;
    margin: 7px 6px 0px 2px;
}
img, svg {
    vertical-align: middle;
}
ul.footer-linkList {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    display: inline-flex;
    flex-flow: row wrap;
    font-size: .9rem;
    margin: 0;
    font-weight: 600;
}
.footer-main {
    font-family: 'Baloo 2', cursive;
    background: #5d677b05;
}
.footer-widget {
    padding: 30px 0;
    color: #888;
    text-align: center;
}
.footer-widget .widget-title {
    background: none;
    border: none;
    color: #d42e27;
    text-align: center;
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-size: 23px;
    font-weight: 600;
    /*font-family: 'Ek Mukta';*/
}
.footer-widget ul {
    padding: 0;
    list-style: none;
    font-weight: 200;
}
.footer-widget strong {
    font-weight: bold;
    font-size: 17px;
}
.footer-credit {
    background: #000;
    padding: 10px;
    font-size: 15px;
    color: #fff;
}
.footer-credit p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
}
.develoeper p a {
    color: #fff;
}
.footer-main .col-sm-4:nth-child(2) {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.related-tag li {
    border: 1px solid #00000069;
    color: #0000009c;
    font-size: 15px;
    display: inline-block;
    padding: 3px 11px;
    margin: 0px 8px 0px 0px;
    -webkit-border-radius: 8px;
    border-radius: 50px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.related-tag li a {
    color: #0000009c;
}

.single-detail a {
    color: #4267b2;
}
.single-detail a:hover {
    color: #d42e27;
}
div#st-1 {
    z-index: 0;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

  .flash-item>a {
    font-size: 30px;
    line-height: 113%;
    font-weight: 600;
}
.flash-item p {
    margin-top: 10px;
    font-size: 19px;
    text-align: justify;
    /* color: #999; */
    text-align: center;
    line-height: 150%;
    position: relative;
    /* padding-bottom: 30px; */
}
.single_title h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    /* text-align: justify; */
}
.post-meta {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
}
 


    .section-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    background: #0069b426;
    /* border: 1px solid #F1F1F1; */
    line-height: 26px;
    font-weight: 500;
    color: #333;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}
.section-title > span {
    padding: 5px 20px;
    display: inline-block;
    background: #0069b4;
    position: relative;
    margin-left: 6px;
    color: #FFF;
    order: 1;
    border-radius: 4px;
}
.section-title > a {
    font-size: 13px;
    padding: 0 15px;
    font-weight: bold;
    color: #0069b4;
    order: 3;
}


footer .secondary-footer {
    background: #2c2798;
    padding: 2em 0;
    color: #2e2e2e;
}

.secondary-footer h1 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.secondary-footer h1 {
    color: #fff;
    line-height: 40px;
    /* font-size: 20px; */
    /* font-weight: 700; */
    /* border-bottom: 2px solid #fff; */
    /* display: inline-block; */
}



.single-detail p {
    font-size: 22px;
    text-align: justify;
    line-height: 36px;
    font-weight: 500;
}

.single-img {
    background: #eee;
    text-align: center;
}


section#single-page {
    margin-top: 30px;
}

.developer h5{
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}



ul.list-unstyled li a {
    color: #000;
}
section.developer {
    background: #000;
}




.main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 4px;
}
.main-title:before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    z-index: -1;
    bottom: -2px;
    height: 3px;
    width: 20px;
    /* background: #fd0100; */
}
.main-title h4 {
    margin-bottom: 0;
    color: #00659a;
    font-weight: 700;
    padding-right: 20px;
    font-family: mukta;
    font-size: 25px;
    line-height: 1.5;
}
.main-title a {
    display: block;
    background: #fff;
    color: #333;
    font-weight: 600;
    transition: ease-in-out .3s;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    padding: 3px 13px;
    border-radius: 50px;
    display: none;
}
.main-title a i {
    margin-left: 3px;
    vertical-align: middle;
    font-size: 14px;
}
.main-title:after {
    position: absolute;
    content: '';
    /* left: 20px; */
    z-index: -1;
    bottom: -2px;
    height: 3px;
    width: 69px;
    background: #ff9933;
}




.line1-media img {
    height: 130px;
    width: 100%;
    object-fit: cover;
}


h4.f-white {
    color: #fff;
}


.bg-color {
    background: #f4f4f4;
    padding: 80px 0 80px 0;
}
.bg-second-color {
    background: #210925;
    padding: 35px 0 80px 0;
}




.text-on-image-bold {
    margin-bottom: 19px;
    position: relative;
}
.text-on-image-bold h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.5;
}
.text-on-image-bold h3 a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}


.text-on-image-normal {
    margin-bottom: 19px;
    position: relative;
}
.text-on-image-normal h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.5;
}
.text-on-image-normal h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}




span.jft-video-play {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    top: 10px;
    right: 10px;
}
span.jft-video-play {
    position: absolute;
    top: 10px;
    margin: 0 auto;
    right: 30px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #f00;
    line-height: 48px;
    width: 44px;
    height: 44px;
    background: #000000;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
section.widget {
    margin-bottom: 15px;
}

iframe {
    width: 100%;
}




.card:hover .card-fold:after, .card:focus .card-fold:after, .card:active .card-fold:after, .card:hover.card-fold:after, .card:focus.card-fold:after, .card:active.card-fold:after {
    width: 40px;
    height: 40px;
}
.card-fold:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(-45deg, #fff 45%, #fff 45%, #d0d4d9 50%, #fff 70%);
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0.7rem 0px 0px 0px;
}

img.card-img {
    height: 180px;
}
/*.btn-link {
    padding-bottom: 0px;
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: inherit;
    padding: 0;
}*/
.btn-link {
    color:inherit;
    padding-bottom: 0px;
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    /* -webkit-transition-duration: 0.5s; */
    /* transition-duration: 0.5s; */
    /* font-weight: inherit; */
    /* padding: 0; */
}

.btn-link:hover {
    color:#027f6f;
/*    for uderline
    background-size: 100% 6%;*/
    text-decoration: none;
}




.mid-block .news-block-img {
    height: 400px;
}

.news-block-img {
    overflow: hidden;
    border-radius: 4px;
}
        .news-block-img {
            overflow: hidden;
            border-radius: 4px;
        }
        .news-block {
            position: relative;
        }
        .news-block-img a {
            height: 100%;
            width: 100%;
        }
        .news-block-img img {
            height: 100% !important;
            width: 100%;
            object-fit: cover;
            transition: ease-in-out .5s;
        }
        .news-block h3 {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin-bottom: 0;
            padding: 20px;
            background: rgba(0,0,0,0) linear-gradient(to bottom, rgba(5,5,5,0) 0,rgba(0,0,0,0) 0,rgba(71,71,71,0) 0, rgba(102,102,102,0) 0,rgba(28,28,28,0) 0, rgba(20,20,20,.59) 32%,rgba(13,13,13,1) 62%, rgba(3,3,3,1) 100%) repeat scroll 0 0;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }
        .news-block h3 a {
            color: #fff;
            font-size: 20px;
            line-height: 33px;
        }


/*
.nav-pills .nav-item  .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff9933;
}*/

.nav-pills .nav-item {
    margin-right: 10px;
}

.nav-pills .nav-item .nav-link.active {
    background-color: #ff9933;
}
 
  .nav-pills .nav-item .nav-link {
    background-color: #05426a;
    padding: 10px 30px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    -webkit-transition: all ease-in-out;
    transition: all ease-in-out;
    font-size: 1.2rem;
}


.causes_badge {
    position: absolute;
    top: 15px;
    left: 0px;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    /* border-radius: 5px; */
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.heading__formall {
    background: #ddd;
    line-height: 50px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}
.heading__formall span {
    display: inline-block;
    position: relative;
    background: #b15814;
    padding: 0 20px;
    border-right: 5px solid #fff;
}
.heading__formall span:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -15px;
    top: 23%;
}
.heading__formall a {
    float: right;
    font-size: 13px;
    color: #2b2b2b;
    padding: 0 10px;
    display: inline-block;
    background: #fff;
    line-height: 26px;
    position: relative;
    top: 12px;
    border-radius: 50px;
    left: -10px;
}

.jctkr-wrapper img{
            height:90px;
            width:80px;
        }



        .scroll-news ul li{
    font-size:14px;
    font-family:mukta,sans-serif;
    height:90px;
}
.scroll-news-title h3{
    color: #ffffff;
    font-size:16px;
    font-weight:600;
    background: #006699;
    padding:13px 10px;
    margin-bottom:0;
    position:relative;
    text-align:center;
    white-space:nowrap
}
.scroll-news-title h3:before{
    content:'';
    position:absolute;
    top: 14px;
    right: -20px;
    border-color: transparent transparent transparent #006699;
    border-style:solid;
    border-width: 10px;
    bottom: 14px;
    margin:auto;
}
.space1{
    padding-left:5px;
    padding-right:5px
}
.scroll-news .row{
    margin-left:-5px;
    margin-right:-5px;
    align-items:center
}
.scroll-news ul li a{
    font-size:16px;
     color:#333;
}
.scroll-news ul li+li{
    margin-left:35px
}
.scroll-news ul li i{
    margin-right:5px;
    font-size:12px;
    vertical-align:middle;
/*    color:rgba(0,0,0,.24);*/
}
.scroll-news-title h3 i{
    margin-left:5px;
    vertical-align:middle
}
.scroll-news ul{
    display:flex;
    align-items:center
}
.scroll-news{
    border-bottom: 1px double #006699;
    overflow:hidden
}

.rdc_tag ul {
      display: flex;
  }
  
  .rdc_tag ul li+li {
      margin-left: 20px;
  }

  .rdc_tag ul li{
    padding: 3px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 30px;
    transition: .3s ease-in-out;
    background-color: #fff;
  }

  .rdc_tag ul li:hover{
    background-color: #fff;
  }

  .rdc_tag ul li:hover a{
    color: #000;
  }
  
  .rdc_tag ul li a {
    text-align: center;
    color: #818181;
    font-size: 15px;
    position: relative;
    padding: 0px 3px;
  }
  .rdc_tag ul li a::before {
      position: absolute;
      content: '';
      left: 0;
  }
  .rdc_tag {
      border-bottom: solid 1px rgba(34,96,191,.14);
      background-color: rgba(241,241,241,.9882352941);
  }
  .rdc_tag_wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px 0px;
      margin-bottom: 0px!important;
      margin-top: 0px!important;
  }
  .rdc_tag_wrap h3 {
      margin-bottom: 0;
      background: #d2eff3;
      padding: 5px 10px 5px 14px;
      color: #292626;
      font-size: 17px;
      font-weight: 500;
      line-height: normal;
      margin-right: 0px;
      position: relative;
  }
  
  .rdc_tag_wrap h3::before {
      content: "";
      position: absolute;
      top: 6px;
      right: -24px;
      border-color: transparent transparent transparent rgb(240 240 240);
      border-style: solid;
      border-width: 0.7em;
  }