body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

/******************HEADER*****************/

.breaking-news{
  padding-top: 5px;
}

.breaking-news a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600 !important;
  color: #000;
  text-decoration: none;
}

.breaking-caret {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}

.breaking-news a:hover{
  color: #f2413e;
}

.breaking-news .bg-primary {
    background-color: #f2413e!important;
}

.breaking-news .badge-primary {
    color: #fff;
    background-color: #1d325e;
}

.span.d-none.d-md-inline-block{
  font-size: 12px;
}







.header-logo img{
  max-width: 300px;
  width: 100%;
  display: block;
}

.header-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
  margin-top: 40px;
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

.header-right ul li a i{
  font-size: 16px;
  color: #000;
}

.mobile-search a{
  display: none;
}

/*********MENU SECTION*********/

/*.menu-section{
  background-color: #f21e22;
}

.navbar-brand img{
    width: 180px;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 14px;
}

.navbar-light .navbar-brand{
  width: 200px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #1d325e;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 12px 17px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    background-color: #1d325e;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    margin-top: -1px;
    border-radius: 0px;
    padding: 0px;
    right: 0;
    left: auto;
}

.dropdown-item{
  color: #1b293a;
}

.dropdown-item:hover{
  color: #000;
  background-color: #ccc;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}

.menu-section.fixed-top {
    background-color: #f21e22;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}


*/
/**********MOBILE MENU***********/

/*.clickmenus{
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #909090;
    z-index: 99;
    display: none;
    float: left;
    background-color: transparent;
    padding: 0px;
}

.fixed-top .navbar-light .navbar-nav .nav-link{
  font-size: 16px;
  color: #fff;
}

.fixed-top .navbar-light .navbar-nav .active .nav-link{
  color: #fff;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #0b4fa7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #1e65c0;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 3px;
  }

  .fixed-top .clickmenus {
    top: 4px;
    z-index: 9;
    margin-right: 10px;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}

*/

.searchform input{
    border: 1px solid #ddd;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.searchform button.btn.btn-search {
    border: 1px solid #f2413e;
    background-color: #f2413e;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}

.sticky-date{
  display: none;
}

.fixed-top .sticky-date{
  display: block;
  position: absolute;
  left: 6%;
  background-color: #e7e8e9;
  padding: 0px 2px 0px;
  line-height: 14px;
  text-align: center;
  width: auto;
  max-width: 137px;
}

@media(min-width: 1920px)
{
  .fixed-top .sticky-date{
    left: 15%;
  }
}


/**************BANNER SECTION***************/

.banner-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.banner-box h1{
  font-size: 60px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-box h1 a{
  text-decoration: none;
  color: #000;
}

.banner-box h1 a:hover{
  color: #f21e22;
}

.banner-box h1 a i{
  color: #e11b22;
  padding-right: 5px;
}

.banner-box figure {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 520px;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.banner-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.banner-box figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}







.banner-box img{
  width: 100%;
}

.banner-box h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #f2413e;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    width: max-content;
}

.banner-box p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #777;
}

.banner-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.banner-box ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #777;
}

.banner-box ul li img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

i.far.fa-clock{
  color: #f2413e;
}

.advert img{
  width: 100%;
  margin-bottom: 20px;
}

/*****************BANNER SUBMENU***************/

/*.banner-submenu{
  padding-top: 30px;
}*/

.banner-submenu .row{
  background-color: #eee;
  padding: 20px 5px;
  border-radius: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

.banner-submenu a{
  text-decoration: none;
}

.banner-submenu img{
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
  object-fit: cover;
}

.banner-submenu h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 0px;
}

.banner-submenu h5:hover{
  color: #f2413e;
}

.advert-section{
  padding: 30px 0;
}

.advert-section img{
  width: 100%;
}

.advert-section1 img{
  width: 100%;
  margin-bottom: 30px;
}

.advert-section2 img{
  width: 100%;
  margin-top: 20px;
}

.advertsection img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}






/**************NEPAL SECTION*************/

/*.nepal-section{
  padding-bottom: 30px;
}*/

.nepal-row{
  padding: 20px 5px;
  background-color: rgb(241 241 241 / 55%);
  border-radius: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}

.nepal-row img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.nepal-row h2{
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 15px;
}

.nepal-row h2 a{
  color: #000;
  text-decoration: none;
}

.nepal-row h2 a:hover{
  color: #f2413e;
}

.nepal-row p{
  font-size: 20px;
  line-height: 32px;
  color: #000;
}

/******************SUBNEW SECTION****************/

.subnews-section{
  padding: 20px 0;
}

.oath-left .b-0 {
    bottom: 0;
}
.oath-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.oath-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.oath-left .overflow {
    position: relative;
    overflow: hidden;
}
.oath-left .zoom img {
    transition: all 0.2s linear;
}
.oath-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.oath-left .filter_box {
  margin-bottom: 0px;
}

.oath-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.oath-left .single-district h3 {
  font-weight: 700;

}

.oath-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.oath-left .image-wrapper img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.oath-left .single-district a {
  color: #000;
  display: block;
}

.oath-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.oath-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.oath-left .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.oath-left .card{
  border: none;
  background-color: transparent;
}

.oath-left .card-body{
  padding: 0px;
}

.subnews-section button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
}

.subnews-section span.fa.fa-angle-left {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}


.subnews-section button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

.subnews-section span.fa.fa-angle-right {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.subnews-section .owl-dots{
  display: none;
}

/****************SAMACHAR SECTION***************/

/*.samachar-section{
  padding: 20px 0;
}*/

.heading-line h4{
    font-size: 32px;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    display: inline-block;
    color: #000;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-right: 15px;
}

.heading-line h4 i.fas.fa-clone {
    background-color: #1d3362;
    padding: 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -3px;
}

.heading-line h4:after{
    border-bottom: 4px solid #1d3362;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
}

.heading-line{
    position: relative;
    border-bottom: 2px solid #e7e4e4;
    margin-bottom: 25px;
}

.heading-line a{
  float: right;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  margin-top: 15px;
}

.heading-line a:hover{
  color: #1d3362;
}




.samachar-box{
  margin-bottom: 25px;
}

.samachar-box img{
    width: 100%;
    height: 450px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.samachar-box h3{
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.samachar-box h3 a{
  color: #000;
  text-decoration: none;
}

.samachar-box h3 a:hover{
  color: #f2413e;
}

.samachar-box h6{
  margin-bottom: 10px;
}

.samachar-box1 ul{
  padding: 0px;
  margin: 0px;
}

.samachar-box1 ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  height: auto;
}

.samachar-box1 ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.samachar-box1 ul li a{
  text-decoration: none;
}

.samachar-box1 ul li a img{
    width: 100%;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 10px;
    max-width: 160px  !important;;
    float: left;
    clear: both;
}

.samachar-box1 ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 5px;
}

.samachar-box1 ul li a h5:hover{
  color: #f2413e;
}

.samachar-right ul{
  padding: 0px;
  margin: 0px;
}

.samachar-right ul li{
  list-style-type: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  height: 85px;
}


.samachar-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.samachar-right ul li a{
  text-decoration: none;
}

.samachar-right ul li a .bicher-left{
  width: 200px;
  float: left;
  margin-right: 10px;
}

.samachar-right ul li a .bicher-right{
  float: right;
}

.samachar-right ul li a img{
  width: 60px;
  height: 60px;
  float: right;
  border-radius: 50%;
  object-fit: cover;
}

.samachar-right ul li a h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 0px;
}

.samachar-right ul li a h5:hover{
  color: #f21e22;
}

.samachar-right img{
  width: 100%;
  margin-bottom: 20px;
}

h6 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

.samachar-right h6 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

.samachar-right h6 {
  text-decoration: none;
    color: #777;
}

/******************RAJNITI SECTION*****************/

/*.rajniti-section{
  padding: 30px 0;
}*/

.rajniti-left img{
  width: 100%;
  height: 300px;
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: 10px;
}

.rajniti-left h5{
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rajniti-left h5 a{
  color: #000;
  text-decoration: none;
}

.rajniti-left h5 a:hover{
  color: #f21e22;
}

.rajniti-left h6{
  margin-bottom: 10px;
}

.rajniti-left p{
  line-height: 30px;
}

.rajniti-right ul{
  padding: 0px;
  margin: 0px;
}

.rajniti-right ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.rajniti-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.rajniti-right ul li a{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #515151;
  text-decoration: none;
}

.rajniti-right ul li a:hover{
  color: #f21e22;
}

.rajniti-right ul li p{
  margin-bottom: 0px;
}

.sipharis-right ul{
  padding: 0px;
  margin: 0px;
}

.sipharis-right ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  height: 96px;
}

.sipharis-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.sipharis-right ul li a{
  text-decoration: none;
}

.sipharis-right ul li a img{
  width: 100px;
  height: 80px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}

.sipharis-right ul li a h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 5px;
}

.sipharis-right ul li a h5:hover{
  color: #f21e22;
}

/**********************SAMJA SECTION********************/

/*.samaj-section{
  padding: 30px 0;
}*/

.samajmain-box{
  margin-bottom: 30px;
}

.sajam-mainnews{
  width: 450px;
  float: left;
  margin-right: 15px;
}

.sajam-mainnews h5{
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sajam-mainnews h5 a{
  color: #000;
  text-decoration: none;
}

.sajam-mainnews h5 a:hover{
  color: #f21e22;
}

.sajam-mainnews h6{
  margin-bottom: 10px;
}

.samaj-mainnews-right img{
  float: right;
  width: 420px;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.samaj-list{
  margin-bottom: 20px;
}

.samaj-list img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 5px;
}

.samaj-list h5{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.samaj-list h5 a{
  color: #515151;
  text-decoration: none;
}

.samaj-list h5 a:hover{
  color: #f21e22;
}

.samaj-right-ad img{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/****************HEALTH SECTION****************/

/*.health-section{
  padding-bottom: 30px;
}*/

.health-left ul{
  padding: 0px;
  margin: 0px;
}

.health-left ul li{
  list-style-type: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.health-left ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.health-left ul li a{
  text-decoration: none;
}

.health-left ul li a img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 5px;
}

.health-left ul li a h5{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 5px;
}

.health-left ul li a h5:hover{
  color: #f21e22;
}

.health-left h6{
  margin-bottom: 0px;
}

.health-middle img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}

.health-middle h5{
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.health-middle h5 a{
  color: #000;
  text-decoration: none;
}

.health-middle h5 a:hover{
  color: #f2413e;
}

.health-middle h6{
  margin-bottom: 10px;
}

.health-left img{
  width: 100%;
  margin-bottom: 20px;
}

/*******************PLAY SECTION******************/

/*.play-section{
  padding-bottom: 30px;
}*/

.play-list ul{
  padding: 0px;
  margin: 0px;
}

.play-list ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  height: 136px;
}

.play-list ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.play-list ul li a{
  text-decoration: none;
}

.play-list ul li a img{
  width: 180px;
  height: 120px;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  object-fit: cover;
}

.play-list ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 10px;
}

.play-list ul li a h5:hover{
  color: #f21e22;
}

/*****************NIRBACHAN SECTION****************/

.nirbachan-main img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}

.nirbachan-main h5{
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.nirbachan-main h5 a{
  color: #000;
  text-decoration: none;
}

.nirbachan-main h5 a:hover{
  color: #f21e22;
}

.nirbachan-middle ul{
  padding: 0px;
  margin: 0px;
}

.nirbachan-middle ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.nirbachan-middle ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.nirbachan-middle ul li a{
  text-decoration: none;
}

.nirbachan-middle ul li a img{
  width: 120px;
  height: 80px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.nirbachan-middle ul li a h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.nirbachan-middle ul li a h5:hover{
  color: #f21e22;
}


.nirbachan-right img{
  width: 100%;
  margin-bottom: 20px;
}






/****************ENTERTAIN SECTION****************/

/*.entertain-section{
  padding-bottom: 20px;
}*/



.entertain-left .b-0 {
    bottom: 0;
}
.entertain-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.entertain-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.entertain-left .overflow {
    position: relative;
    overflow: hidden;
}
.entertain-left .zoom img {
    transition: all 0.2s linear;
}
.entertain-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entertain-left .filter_box {
  margin-bottom: 20px;
}

.entertain-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.entertain-left .single-district h3 {
  font-weight: 700;

}

.entertain-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.entertain-left .image-wrapper img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.entertain-left .single-district a {
  color: #000;
  display: block;
}

.entertain-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.entertain-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.entertain-left .position-absolute h2{
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-left .card{
  border: none;
  background-color: transparent;
}

.entertain-left .card-body{
  padding: 0px;
}








.entertain-right .b-0 {
    bottom: 0;
}
.entertain-right .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.entertain-right .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.entertain-right .overflow {
    position: relative;
    overflow: hidden;
}
.entertain-right .zoom img {
    transition: all 0.2s linear;
}
.entertain-right .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entertain-right .filter_box {
  margin-bottom: 20px;
}

.entertain-right .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.entertain-right .single-district h3 {
  font-weight: 700;

}

.entertain-right .single-district p {
  font-size: 15px;
  margin: 8px;
}

.entertain-right .image-wrapper img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.entertain-right .single-district a {
  color: #000;
  display: block;
}

.entertain-right .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.entertain-right .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.entertain-right .position-absolute h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-right .card{
  border: none;
  background-color: transparent;
}

.entertain-right .card-body{
  padding: 0px;
}

/**************INTERVIEW SECTION**************/

/*.interview-section{
  padding: 30px 0;
}*/

.interview-left img{
  width: 450px;
  height: 300px;
  float: left;
  border-radius: 5px;
  margin-right: 15px;
  object-fit: cover;
}

.interview-left h5{
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.interview-left h5 a{
  color: #000;
  text-decoration: none;
}

.interview-left h5 a:hover{
  color: #f21e22;
}

.interview-left p{
  line-height: 30px;
}

.interview-right ul{
  padding: 0px;
  margin: 0px;
}

.interview-right ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.interview-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.interview-right ul li a{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #515151;
  text-decoration: none;
}

.interview-right ul li a:hover{
  color: #f21e22;
}

/**************PRADESH SECTION**************/

/*.pradesh-section{
  padding: 30px 0;
}
*/




.pradesh-section .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}

.pradesh-section .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}
.pradesh-section #tab-button1 {
    margin: 0;
    right: 0;
    text-align: right;
    position: relative;
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
}
.pradesh-section #tab-button1 li {
    width: 7%;
    display: inline-block;
}
.pradesh-section #tab-button1 li a {
    display: block;
    padding: 3px 5px;
    background: #1d3362;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    border-right: 1px solid #dad9d9;
    border-radius: 30px;
}
.pradesh-section #tab-button1 li:not(:first-child) a {
  border-left: none;
}

.pradesh-section #tab-button1 .is-active a {
    border-bottom-color: #e4e4e4;
    background: #f21e22;
    color: #ffffff;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 30px;
    font-size: 12px;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.pradesh-section .tab-contents1 {
  padding: 20px;
  border: 1px solid #ddd;
}



.pradesh-section .tab-button-outer {
  display: none;
}
.pradesh-section .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .pradesh-section .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .pradesh-section .tab-select-outer {
    display: none;
  }
  .pradesh-section .tab-contents1 {
    position: relative;
    margin-top: 0;
  }
}






.country-left img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.country-content{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px -2px #00000038;
    margin-bottom: 30px;
}

.country-content h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.country-content h3 a{
  color: #000;
  text-decoration: none;
}

.country-content h3 a i {
    color: #1d3362;
    padding-right: 5px;
}

.country-content h3 a:hover{
    color: #f21e22;
    padding-right: 5px;
}

.country-lists ul{
  padding: 0px;
  margin: 0px;
}

.country-lists ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.country-lists ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.country-lists ul li a{
  text-decoration: none;
}

.country-lists ul li a img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 5px;
}

.country-lists ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 0px;
}

.country-lists ul li a h5:hover{
  color: #f21e22;
}

.country-lists ul li a h5 i{
  color: #1d3362;
  padding-right: 5px;
}

h6{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}



/*****************VIDEO SECTION****************/

.video-section{
  padding: 30px 0;
  background-color: #1b355e;
}

.heading-line1 h4{
    font-size: 32px;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
}

.heading-line1 h4:after{
    border-bottom: 4px solid #fff;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
}

.heading-line1 {
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.heading-line1 a{
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
}

.heading-line1 a:hover{
  color: #fff;
}

.video-section h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.video-section h5 a {
    color: #fff;
    text-decoration: none;
}

.video-section h5 a:hover{
    color: #f21e22;
}

/****************PHOTO SECTION*****************/

/*.photo-section{
  padding-bottom: 30px;
}*/

.photo-box img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

.photo-section .owl-nav{
  display: none;
}

.photo-section .owl-dots{
  display: none;
} 

/***************BLOG SECTION****************/

.blog-section{
  padding: 20px 0;
}

.blog-section .blog-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    object-fit: cover;
}

.blog-section h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.blog-section h5 a {
    color: #000;
    text-decoration: none;
}

.blog-section h5 a:hover{
  color: #1d3362;
}

.blog-section p {
    text-align: center;
    margin-bottom: 0px;
    color: #666;
}

/***********************FOOTER********************/

footer{
    background-color: #1d325e;
}

.top-footer{
  padding-top: 30px;
}

.footer-address ul{
  padding: 0px;
  margin: 0px;
}

.footer-address ul li{
  list-style-type: none;
  display: inline-block;
  background-color: #26437e;
  border-radius: 10px;
  padding: 20px;
  width: 48%;
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.footer-address ul li i{
  padding-right: 10px;
}

.mid-footer{
  padding-top: 30px;
  padding-bottom: 30px;
}

.mid-footer h4{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.footer-box{
  border-right: 1px solid #2a4680;
}

.footer-box p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #cec8c8;
  margin-bottom: 10px;
}

.footer-box p strong{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}

.quick{
  border-right: 1px solid #2a4680;
}

.quick ul{
  padding: 0px;
  margin: 0px;
}

.quick ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.quick ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #cec8c8;
  text-decoration: none;
}

.quick ul li a:hover{
  color: #fff;
}

.quick1 ul{
  padding: 0px;
  margin: 0px;
}

.quick1 ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.quick1 ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #cec8c8;
  text-decoration: none;
}

.quick1 ul li a:hover{
  color: #fff;
}

.quick1 ul li a i{
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
}

.bottom-footer{
  padding: 15px 0;
  background-color: #f2413e;
}

.copyright p{
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0px;
}

.designed p{
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0px;
  text-align: right;
} 

.designed p a{
  text-decoration: underline;
  color: #fff;
}

.designed p a:hover{
  text-decoration: none;
}



/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e11b22;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

/******************SEARCH PAGE START HERE******************/

.search-body{
  padding: 20px 0;
}

.desktop-heading h2{
  display: none;
}

.search-body .pagination{
  margin-top: 20px;
}

.search-body .tabs {
  max-width: 100%;
  margin: 0 auto;
}
.search-body #tab-button3 {
    margin: 0;
    right: 0;
    text-align: right;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.search-body #tab-button3 ul{
  margin: 0px;
}

.search-body #tab-button3 li {
    width: 30%;
    display: inline-block;
}
.search-body #tab-button3 li a {
    display: block;
    padding: 5px;
    background: #e4e4e4;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    border-right: 1px solid #dad9d9;
    border-radius: 30px;
}
.search-body #tab-button3 li:not(:first-child) a {
  border-left: none;
}

.search-body #tab-button3 .is-active a {
    border-bottom-color: #e4e4e4;
    background: #f21e22;
    color: #ffffff;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 30px;
    font-size: 12px;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.search-body .tab-contents3 {
  padding-top: 20px;
}



.search-body .tab-button-outer {
  display: none;
}
.search-body .tab-contents3 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .search-body .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .search-body .tab-select-outer {
    display: none;
  }
  .search-body .tab-contents3 {
    position: relative;
    margin-top: 0;
  }
}

.search-body h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
    text-align: left;
}

.search-list{
    box-shadow: rgb(0 0 0 / 10%) 0 0 16px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    /*height: 131px;*/
}

.search-list img{
  width: 180px;
  height: 120px;
  float: left;
  margin-right: 10px;
}

.search-list h3{
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
        min-height: 110px;
}

.search-list h3 a{
  color: #666;
  text-decoration: none;
}

.search-list h3 a:hover{
  color: #f21e22;
}

.grid-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.grid-box {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px -2px #00000038;
    margin-bottom: 30px;
}

.grid-box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px;
    /*height: 78px;*/
}

.grid-box h3 a {
    color: #666;
    text-decoration: none;
}

.grid-box h3 a:hover {
    color: #f21e22;
}

/*******************CONTACT US PAGE START HERE*******************/

/*.contact-body{
  padding-top: 20px;
  padding-bottom: 100px;
}*/

.contact-body h1{
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.contact-body h2{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.contact-left p{
  margin-bottom: 2px;
}

.contact-left input.form-control {
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
} 

.contact-left textarea {
    width: 100%;
    height: 120px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-left button.btn.btn-primary {
    border: 1px solid #f2413e;
    background-color: #f2413e;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    float: right;
}

.contact-left button.btn.btn-primary:hover {
    border: 1px solid #1d3362;
    background-color: #1d3362;
    color: #fff;
}

/********************SINGLE PAGE START HERE*******************/



/**************TEAM PAGE START HERE**************/

.team-body{
  padding-top: 30px;
  padding-bottom: 80px;
}

.team-box {
    /*border: 1px solid #ddd;*/
    /*padding: 10px;*/
    text-align: center;
    margin-bottom: 30px;
}

.team-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.team-box h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.team-box p {
    margin-bottom: 10px;
    color: #666;
}

.team-box ul {
    padding: 0px;
    margin: 0px;
}

.team-box ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.team-box ul li a i {
    font-size: 16px;
    color: #000;
}

.team-box ul li a i:hover {
    color: #f2413e;
}

.single-bigyapan img{
  width: 100%;
}

/********************SINGLE PAGE START HERE*******************/

/*.single-section{
  padding-top: 20px;
  padding-bottom: 100px;
}*/

.single-section h1{
  font-size: 55px;
  line-height: 62px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
      margin-top: 20px;
  text-align: center;
}

.share-box{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.share-left ul{
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

.share-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.share-left img{
  max-width: 33px !important;
    height: 33px;
    float: left;
    margin-right: 5px;
    object-fit: contain;
    border: 1px solid #e11b22;
    border-radius: 50%;
    margin-top: -6px;
}

.share-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.share-right ul li{
  list-style-type: none;
  display: inline-block;
  font-size: 23px;
  line-height: 15px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.share-right ul li span {
    display: block;
    font-size: 12px;
}

.share-right ul li a i{
  background-color: #000;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 21px;
  position: relative;
  top: -6px;
} 

.share-right ul li a i.fa-facebook-f{
  border: 1px solid #4267B2;
  background-color: #fff;
  color: #4267B2;
  border-radius: 5px;
}

.share-right ul li a i.fa-twitter{
  background-color: #fff;
  border: 1px solid #00acee;
  color: #00acee;
  border-radius: 5px;
}

.share-right ul li a i.fa-facebook-messenger{
  background-color: #fff;
  border: 1px solid #006AFF;
  color: #006AFF;
  border-radius: 5px;
}

.share-right ul li a i.fa-whatsapp{
  background-color: #fff;
  border: 1px solid #25d366;
  color: #25d366;
  border-radius: 5px;
}

.bigyapan-single img{
  width: 100%;
  margin-bottom: 20px;
}

.single-imgage{
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  object-fit: cover;
  border-radius: 5px;
}

.single-left p{
  text-align: justify;
}

.single-comments{
  margin-bottom: 30px;
}

.single-comments form{
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}

.single-comments textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    color: #111;
    margin-bottom: 20px;
}

.single-comments input.form-control {
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #111;
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
}

.single-comments button.btn.btn-primary {
    border: 1px solid #1d325e;
    background-color: #1d325e;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
}

.single-comments button.btn.btn-primary:hover {
    border: 1px solid #f2413e;
    background-color: #f2413e;
}



.economy-single-row{
  padding-left: 0px;
  padding-right: 0px;
}

.single-bigyap img{
  width: 100%;
  margin-bottom: 15px;
}



.economy-single-row{
  padding-left: 0px;
  padding-right: 0px;
}

.single-bigyap img{
  width: 100%;
  margin-bottom: 15px;
}

.interviewright h3{
    background-color: #1d325e;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
}

.interviewright ul{
  padding: 0px;
  margin: 0px;
}

.interviewright ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.interviewright ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.interviewright ul li a {
    text-decoration: none;
}

.interviewright ul li a img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    clear: both;
    border-radius: 5px;
}

.interviewright ul li a h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #777;
    margin-bottom: 5px;
}

.interviewright ul li a h5:hover{
  color: #f21e22;
}

.interviewright img{
  width: 100%;
  margin-bottom: 20px;
}

/**************MEDIA QUERY***************/

@media(max-width: 1024px)
{
  .header-right ul li{
    padding-left: 5px;
  }

  .breaking-caret{
    font-size: 10px;
  }

  #mobile-nav-toggle{
    left: 5px !important;
  }

  .contact-body{
    padding: 20px 0;
  }

  .nav-menu a{
    padding: 12px 9px !important;
  }

  #nav-menu-container{
    margin-left: 40px;
  }

  .samachar-right ul li a .bicher-left{
    width: 130px;
  }

  .samachar-right ul li a h5{
    font-size: 14px;
    line-height: 20px;
  }

  .samachar-box1 ul li a h5{
    font-size: 16px;
    line-height: 22px;
  }

  .sipharis-right ul li a h5{
    font-size: 16px;
  }

  .sajam-mainnews{
    width: 350px;
  }

  .samaj-mainnews-right img{
    width: 350px;
  }

  .nirbachan-middle ul li a img{
    width: 100px;
  }

  .nirbachan-middle ul li a h5{
    font-size: 20px;
    line-height: 22px;
  }

  .pradesh-section #tab-button1 li{
    width: 9%;
  }

  .interview-left img{
    width: 350px;
  }

  .photo-box img{
    height: 150px;
  }

  .footer-address ul li{
    width: 46%;
  }

  .search-list img{
    width: 140px;
  }

  .search-list h3{
    font-size: 14px;
    line-height: 30px;
  }

  .grid-box h3{
    font-size: 20px;
    line-height: 28px;
  }
}

@media(max-width: 991px)
{
  .breaking-news .bg-primary {
    background-color: #f2413e!important;
    max-width: 100px;
  }

  .advert-section{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header-right ul li a i{
    font-size: 18px;
  }

  .banner-submenu img{
    height: 260px;
  }

  .banner-submenu .row{
    margin-top: 20px;
  }

  .banner-submenu h5{
    margin-bottom: 15px;
  }

  .header-right ul li{
    padding-left: 15px;
  }

  .samachar-box img{
    height: 350px;
  }

  .rajniti-left img{
    height: 250px;
  }

  .samachar-section{
    padding: 20px 0;
  }

  .rajniti-section{
    padding: 20px 0;
  }

  .samaj-section{
    padding: 20px 0;
  }

  .sajam-mainnews{
    width: 300px;
  }

  .samaj-mainnews-right img{
    width: 300px;
  }

  .samaj-list img{
    height: 180px;
  }

  .health-middle img{
    height: 250px;
  }

  .nirbachan-main img{
    height: 250px;
  }

  .country-lists ul li a img{
    height: 260px;
  }

  .country-lists ul li:last-child{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
  }

  .entertain-right .image-wrapper img{
    height: 200px;
  }

  .footer-box{
    margin-bottom: 20px;
  }

  .quick{
    margin-bottom: 20px;
  }

  .play-section{
    padding: 20px 0;
  }

  .nirbachan-section{
    padding: 20px 0;
  }

  .entertain-section{
    padding: 20px 0;
  }

  .pradesh-section{
    padding: 20px 0;
  }

  .video-section{
    margin-bottom: 20px;
  }

  .interview-section{
    padding: 20px 0;
  }

  .photo-section{
    padding: 20px 0;
  }

  .top-footer{
    margin-top: 20px;
  }

  .photo-box img{
    height: 250px;
  }

  .fixed-top .sticky-date{
    left: 10%;
  }

  #mobile-nav-toggle{
    left: 15px !important;
  }

  .banner-box figure{
    height: 420px;
  }

  .health-section{
    padding: 20px 0;
  }

  .search-list img{
    height: 100px;
  }

  .search-list{
    height: 111px;
  }
}

@media(max-width: 834px)
{
  .banner-box h1{
    font-size: 40px;
    line-height: 56px;
  }

  .nepal-row h2{
    font-size: 30px;
    line-height: 36px;
  }

  .samachar-box1 ul li a img{
    width: 100px;
    height: 80px;
  }

  .sajam-mainnews h5{
    font-size: 26px;
    line-height: 32px;
  }

  .sajam-mainnews{
    width: 250px;
  }

  .samaj-mainnews-right img{
    width: 250px;
  }

  .health-middle img{
    height: 200px;
  }

  .nirbachan-main h5{
    font-size: 20px;
    line-height: 28px;
  }

  .nirbachan-middle ul li a h5{
    font-size: 18px;
  }

  .interview-left img{
    width: 300px;
    height: 200px;
  }

  .interview-left h5{
    font-size: 24px;
    line-height: 32px;
  }

  .search-list img {
    width: 100px;
    height: 80px;
  }

  .search-list{
    height: 91px;
  }

  .grid-box img{
    height: 200px;
  }

  .search-list h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-top: 0px;
  }
}

@media(max-width: 768px)
{
  .samachar-box1 ul li a img{
    width: 80px;
  }

  .sajam-mainnews{
    width: 232px;
    margin-right: 0px;
  }

  .play-list ul li a h5{
    font-size: 18px;
    line-height: 24px;
  }

  .nirbachan-middle ul li a h5{
    font-size: 16px;
  }

  .footer-address ul li{
    font-size: 15px;
  }

  .search-list{
    height: auto;
  }

  .search-list img {
    width: 100%;
    height: 150px;
    float: none;
    margin-bottom: 5px;
  }
}

@media(max-width: 767px)
{
  /*.advet-adds{
    display: none;
  }*/

  .banner-box figure{
    height: auto;
  }

  .banner-submenu img{
    height: auto;
  }

  .nepal-row img{
    height: auto;
  }

  .samachar-box img{
    height: auto;
  }

  .rajniti-left img{
    height: auto;
  }

  .rajniti-right ul{
    margin-bottom: 20px;
  }

  .sajam-mainnews{
    width: 100%;
    float: none;
  }

  .samaj-mainnews-right img{
    width: 100%;
    float: none;
    height: auto;
  }

  .samaj-list img{
    height: auto;
  }

  .advertsection img{
    height: auto;
  }

  .health-left ul li a img{
    height: auto;
  }

  .nirbachan-main img{
    height: auto;
  }

  .nirbachan-middle ul li{
    height: 91px;
  }

  .entertain-right .image-wrapper img{
    height: auto;
  }

  .entertain-left .image-wrapper img{
    height: auto;
  }

  .country-left img{
    height: auto;
  }

  #tab-select1 {
    width: 100%;
    margin-bottom: 20px;
  }

  #tab-select3{
    width: 100%;
    margin-bottom: 20px;
  }

  .country-lists ul li a img{
    height: auto;
  }

  .video-section iframe{
    height: 300px;
  }

  .interview-right ul{
    margin-top: 20px;
  }

  .designed p{
    text-align: left;
    margin-top: 10px;
  }

  .health-middle img{
    height: auto;
  }

  .contact-left button.btn.btn-primary{
    margin-bottom: 30px;
  }

  .search-list img{
    height: auto;
  }

  .grid-box img{
    height: auto;
  }

  .grid-box h3{
    height: auto;
  }

  .share-right ul {
    text-align: left;
    margin-top: 15px;
  } 

  .single-imgage{
    height: auto;
  }

  .single-section h1{
    font-size: 30px;
    line-height: 40px;
  }
}

@media(max-width: 600px)
{
  .banner-box h1{
    font-size: 30px;
    line-height: 36px;
  }

  .photo-box img{
    height: 200px;
  }

  .footer-address ul li{
    font-size: 14px;
  }

  .header-right ul li{
    padding-left: 0px;
    padding-right: 15px;
  }
}

@media(max-width: 575px)
{
  .header-right{
    display: none;
  }

  .mobile-search a{
    position: absolute;
    text-decoration: none;
    right: 10px;
    background-color: #1f3469;
    color: #fff;
    padding: 11px;
    display: block;
    padding: 9px 14px;
  }

  .mobile-search a i{
    color: #fff;
  }

  .interview-left img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .photo-box img{
    height: auto;
  }

  .footer-address ul li{
    width: 100%;
  }

  .header-right{
    top: 30px;
  }

  .header-right i.fab{
    display: none;
  }
}



@media(max-width: 450px)
{
  /*.breaking-news .bg-primary{
    display: none !important;
  }*/
}

@media(max-width: 360px)
{
  .play-list ul li a img {
    width: 120px;
    height: 80px;
  }

  .play-list ul li{
    height: 97px;
  }

  .play-list ul li a h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .video-section iframe{
    height: 200px;
  }

  .interviewright ul li a h5{
    font-size: 16px;
  }
}

@media(max-width: 320px)
{
  .footer-address ul li{
    padding: 10px;
    font-size: 13px;
  }

  .interviewright ul li a h5{
    font-size: 14px;
    line-height: 20px;
  }
}

























