body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}

/******************HEADER*****************/

a.logos img{
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    margin-top: -40px;
}

/*img.footer-logos{
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}
*/

.searchform .main {
  width: 100%;
  background: white;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  display: flex;
}
.searchform .main .form_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.searchform .main .form_wrapper .tile {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.searchform .main .form_wrapper .tile h3 {
  font-size: 22px;
  margin: 0px;
  transition: all 0.3s ease;
}
.searchform .main .form_wrapper .radio {
  display: none;
}
.searchform .main .form_wrapper .tab {
  width: 50%;
  border: solid 2px #f1f1f1;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  transition: color 0.3s ease;
  user-select: none;
}
.searchform .main .form_wrapper .tab.login_tab {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.searchform .main .form_wrapper .tab.signup_tab {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.searchform .main .form_wrapper .shape {
  background: linear-gradient(45deg, #a547b1, #f84298) no-repeat center;
  width: 50%;
  height: calc(40px - 1px);
  border-radius: 5px;
  position: absolute;
  top: 46px;
  left: 0px;
  opacity: 0.9;
  transition: all 0.4s ease;
}
.searchform .main .form_wrapper .shape:hover {
  background: linear-gradient(-45deg, #a547b1, #f84298) no-repeat center;
}
.searchform .main .form_wrapper #login:checked ~ .shape {
  left: 0px;
}
.searchform .main .form_wrapper #login:checked ~ .login_tab {
  border-color: transparent;
  z-index: 1;
  color: white;
}
.searchform .main .form_wrapper #login:checked ~ .tile .signup {
  display: none;
}
.searchform .main .form_wrapper #login:checked ~ .form_wrap {
  transform: translateX(0);
}
.searchform .main .form_wrapper #login:checked ~ .form_wrap .signup_form {
  opacity: 0;
}
.searchform .main .form_wrapper #signup:checked ~ .shape {
  left: 50%;
}
.searchform .main .form_wrapper #signup:checked ~ .signup_tab {
  border-color: transparent;
  z-index: 1;
  color: white;
}
.searchform .main .form_wrapper #signup:checked ~ .tile .login {
  display: none;
}
.searchform .main .form_wrapper #signup:checked ~ .form_wrap {
  transform: translateX(-100%);
}
.searchform .main .form_wrapper #signup:checked ~ .form_wrap .login_form {
  opacity: 0;
}
.searchform .main .form_wrapper a {
  color: #f84298;
  text-decoration: none;
  transition: all 0.3s linear;
}
.searchform .main .form_wrapper a:hover {
  color: #a547b1;
}
.searchform .main .form_wrapper .form_wrap {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.searchform .main .form_wrapper .form_wrap .form_fild {
  width: 100%;
  flex: 0 0 100%;
  transition: all 0.5s ease;
}
.searchform .main .form_wrapper .form_wrap .form_fild .input_group {
  width: 100%;
  margin-bottom: 12px;
}
.searchform .main .form_wrapper .form_wrap .form_fild .input_group .input {
  border: solid #f1f1f1 2px;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: all 0.3s linear;
}
.searchform .main .form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
  color: #adadad;
}
.searchform .main .form_wrapper .form_wrap .form_fild .input_group .input:hover {
  border-color: rgba(248, 66, 151, 0.3);
}
.searchform .main .form_wrapper .form_wrap .form_fild .input_group .input:focus {
  border-color: rgba(248, 66, 151, 0.3);
}
.searchform .main .form_wrapper .form_wrap .form_fild .forgot {
  display: block;
  margin-bottom: 15px;
  padding: 0px 2px;
}
.searchform .main .form_wrapper .form_wrap .form_fild .btn {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: white;
  background: linear-gradient(45deg, #a547b1, #f84298) no-repeat center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.searchform .main .form_wrapper .form_wrap .form_fild .btn:hover {
  background: linear-gradient(-45deg, #a547b1, #f84298) no-repeat center;
}
.searchform .main .form_wrapper .form_wrap .form_fild .btn:active {
  transform: scale(0.95);
}
.searchform .main .form_wrapper .form_wrap .form_fild .not_mem {
  text-align: center;
}
.searchform .main .form_wrapper .form_wrap .form_fild .not_mem label {
  pointer-events: none;
}
.searchform .main .form_wrapper .form_wrap .form_fild .not_mem label span {
  pointer-events: all;
  color: #f84298;
  text-decoration: none;
  transition: all 0.3s linear;
}
.searchform .main .form_wrapper .form_wrap .form_fild .not_mem label span:hover {
  color: #a547b1;
}

.top-header{
    background-color: #edf6ff;
    padding: 10px 0;
}

.top-header-left ul{
  padding: 0px;
  margin: 0px;
  padding-top: 5px;
}

.top-header-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}

.top-header-left ul li a i{
  font-size: 16px;
  color: #ed1b24;
}












.social-login{
  margin-top: 15px;
}

.social-login h6{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}

a.btn.btn-google {
    border: 1px solid #db4a39;
    background-color: #db4a39;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    width: 48% !important;
}

a.btn.btn-facebook {
    border: 1px solid #3b5998;
    background-color: #3b5998;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    width: 48% !important;
    float: left;
    margin-right: 15px;
}

a.btn.btn-facebook i,
a.btn.btn-google i{
  font-size: 14px;
  padding-right: 5px;
}


.footer-logo img{
  width: 180px;
  margin-bottom: 5px;
}

.footer-logo h6{
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 0px;
    letter-spacing: 4px;
}

.footer-logo h6 a{
    color: #ed1b24;
    text-decoration: none;
}

.footer-logo h6 span{
  color: #0095d9;
}

.footer-logo p{
    font-size: 14px;
    line-height: 16px;
    color: #ed1b24;
    font-weight: 600;
    margin-bottom: 0px;
}



/*

a.raid-logo {
    background-color: #ed1b24;
    padding: 30px;
    display: block;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    border-radius: 10px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 13px rgba(209,34,41,.3882352941);
}*/

.header-logo{
    text-align: center;
}

.header-logo img{
    width: 500px;
    margin-bottom: 10px;
    height: auto;
}

.header-logo h6{
    font-size: 150px;
    line-height: 146px;
    font-weight: 700;
    padding-top: 25px;
    margin-bottom: 0px;
    letter-spacing: 20px;
    color: #ed1b24;
}

.header-logo h6 span{
    color: #0095d9;
}

.header-logo a{
    text-decoration: none;
}

.header-logo h6 a{
    color: #ed1b24;
    text-decoration: none;
}

.header-logo h6 span{
  color: #0095d9;
}

.header-logo p{
    font-size: 14px;
    line-height: 16px;
    color: #ed1b24;
    font-weight: 600;
    margin-bottom: 0px;
}

.header-logo iframe{
    width: 125px !important;
}

ul.key-calendar{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

ul.key-calendar li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

ul.key-calendar li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

ul.key-calendar li a:hover{
  color: #ed1b24;
}

ul.key-calendar li a.epaper{
    font-size: 14px;
    color: #000;
    background: #fff;
    border: none;
    box-shadow: 0 4px 13px rgba(0,0,0,.2392156863);
    padding: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 24px !important;
}


ul.key-calendar li a img{
  width: 20px;
  margin-right: 5px;
}



ul.user-search{
  padding: 0px;
  margin: 0px;
  text-align: right;
  margin-top: 38px;
}

ul.user-search li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}


a.user-icon{
    border: 1px solid #ed1b24;
    border-radius: 50%;
    padding: 6px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ed1b24 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.mobile-search a{
  display: none;
}

.header-section{
    padding-top: 15px;
    padding-bottom: 5px;
}


.advet-add img{
  width: 100%;
}

/*.header-section .header-logo{*/
/*    text-align: center;*/
/*}*/







/*********MENU SECTION*********/




.menu-section{
  background-color: #0095d9;
}

.fixed-top{
  background-color: #0095d9;
  box-shadow: 0 10px 26px rgba(102, 102, 102, 0.8);
}

.logo img{
    max-width: 220px;
    width: 100%;
}

/*.navbar-brand img{
    width: 180px;
}*/

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 14px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
}

.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: #ed1b24;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 14px 15px;
    text-transform: uppercase;
}

/*.navbar-light .navbar-nav .nav-link:hover{
    color: #ed1b24;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #ed1b24;
}
*/
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #ed1b24;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  margin-top: -1px;
    border-radius: 0px;
    padding: 0px;
}

.dropdown-item{
  color: #1b293a;
}

.dropdown-item:hover{
  color: #ed1b24;
  background-color: #fff;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}


.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    width: 100%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
    margin-top: -1px !important;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
  position: static;
}


.menu-section .nav-pills{
    border-right: 1px solid #eee;
}

.menu-section .nav-pills .nav-link.active{
    border-radius: 0px !important;
    color: #ed1b24 !important;
}

.menu-section .nav-pills .nav-link {
    color: #333 !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 8px 14px;
    text-transform: uppercase;
    text-align: left !important;
    border-bottom: 1px solid #eee !important;
}

.menu-section .nav-pills .nav-link:hover{
    color: #ed1b24 !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eee !important
}

.tab-pane ul{
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.tab-pane ul li{
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.tab-pane ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: none;
}

.tab-pane ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.tab-pane ul li a:hover{
    color: #ed1b24;
}

.tab-pane .row{
    margin-right: 0px;
}

.menu-section .tab-pane img{
    width: 100%;
    height: 140px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.tab-pane a p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-bottom: 0px;
}

.tab-pane a p:hover{
    color: #ed1b24;
}

.bhutan-menus{
    margin-left: 0px;
    margin-right: 0px;
}

.bhutan-menus img{
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.bhutan-menus a{
    text-decoration: none !important;
}

.dash-right a{
    text-decoration: none !important;
}



a.btn.btn-globe {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    padding: 8px 16px;
    margin-right: 15px;
}

a.btn.btn-globe:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #ed1b24;
}

a.english {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

a.english:hover{
  color: #ed1b24;
}




.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 #ed1b24;
    background-color: #ed1b24;
    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%;
  }
}



/**********MOBILE MENU***********/

.clickmenus{
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 70px;
    left: 0;
    color: #888;
    z-index: 99;
    display: inline-block;
    float: left;
    display: none;
}

a.logos1{
  background-color: #251c20;
  padding: 10px 0;
}

a.logos1 img{
      width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: block;
}

a.raid-logo1 {
    background-color: #8d0606;
    padding: 30px;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px !important;
    line-height: 50px;
    border-radius: 0px;
    font-weight: 900;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 5px 13px rgba(209,34,41,.3882352941);
}

.mobile-menus input{
  width: 100%;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    height: 42px;
    padding: 10px;
}

.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: #ccc;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ed1b24;
}

.sidenav .closebtn {
  position: absolute;
    top: 5px;
    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: 18px;
    font-weight: 500;
    color: #000;
    padding: 14px 20px;
    border-bottom: 1px solid #a9a9a9;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #ed1b24;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa-angle-down{
    float: right;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
  }

  .shadow-img{
    display: none;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: 38px;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}



/**************BREAKING SECTION*************/


.breaking-section{
    padding: 10px 0;
    background-color: #ccc;
}

p.trends{
    background-color: #ed1b24;
    border-radius: 5px;
    padding: 8px;
    width: 85px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.trending-item{
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
}

.trending-box a{
  text-decoration: none !important;
}

.trending-box img{
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
}

.trending-box h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  text-align: center;
}

.trending-box h6:hover{
  color: #ed1b24;
}

.trending-box h6 span{
  color: #ed1b24;
}

.breaking-section .owl-dots{
  display: none;
}

.breaking-section .owl-nav{
  display: none;
}










/**************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: #ed1b24;
}

.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: #ed1b24;
    width: 120px;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.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: #ed1b24;
}*/

.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 !important;
}

.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: #ed1b24;
}

.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: 240px;
  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: #ed1b24;
}

.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: #ed1b24;
    padding: 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -3px;
}

.heading-line h4:after{
    border-bottom: 4px solid #ed1b24;
    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: #ed1b24;
}




.samachar-box{
  margin-bottom: 25px;
}

.samachar-box img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    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: #ed1b24;
}

.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: 116px;
}

.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;
    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: #ed1b24;
}

.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: #ed1b24;
}

.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: #ed1b24;
}

.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: #ed1b24;
}

/**********************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: #ed1b24;
}

.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: #ed1b24;
}

.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: #ed1b24;
}

.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: #ed1b24;
}

.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: #ed1b24;
}

/*****************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: #ed1b24;
}

.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: #ed1b24;
}


.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: #ed1b24;
  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: #ed1b24;
}

.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: #ed1b24;
}

/**************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: left;
    position: relative;
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    padding-left: 20px;
}
.pradesh-section #tab-button1 li {
    width: 9%;
    display: inline-block;
}
.pradesh-section #tab-button1 li a {
    display: block;
    padding: 8px 15px;
    background: #0095d9;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    border-right: 1px solid #dad9d9;
    border-radius: 10px;
}
.pradesh-section #tab-button1 li:not(:first-child) a {
  border-left: none;
}

.pradesh-section #tab-button1 .is-active a {
    border-bottom-color: #e4e4e4;
    background: #ed1b24;
    color: #ffffff;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 10px;
    font-size: 14px;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/

.inter-links img{
  width: 100%;
  height: 200px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.inter-links h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.inter-links h4 a{
  color: #000;
  text-decoration: none;
}

.inter-links h4 a:hover{
  color: #ed1b24;
}


.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: #ed1b24;
    padding-right: 5px;
}

.country-content h3 a:hover{
    color: #ed1b24;
    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: #ed1b24;
}

.country-lists ul li a h5 i{
  color: #ed1b24;
  padding-right: 5px;
}

h6{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}



/*****************VIDEO SECTION****************/

.video-section{
  padding: 30px 0;
  background-color: #008000;
}

.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: #fff;
}

.video-section-right iframe,
.video-section-left iframe{
    width: 100%;
    height: 180px;
}

.video-section-middle iframe{
    width: 100%;
    height: 440px;
}







/****************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: #ed1b24;
}

.blog-section p {
    text-align: center;
    margin-bottom: 0px;
    color: #666;
}

/***********************FOOTER********************/

.top-footer{
  padding: 40px 0;
  background-color: #ed1b24;
}

.footer-top-left{
  border-right: 1px solid #d96d72;
}

.top-footer p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #eee;
}

.top-footer h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}

.top-footer h5{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.quicks ul{
  padding: 0px;
  margin: 0px;
}

.quicks ul li{
  list-style-type: none;
  padding-bottom: 25px;
}

.quicks ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #eee;
  text-decoration: none;
}

.quicks ul li a:hover{
  color: #fff;
  text-decoration: underline;
}

.quick-links ul{
  padding: 0px;
  margin: 0px;
}

.quick-links ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.quick-links ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #999;
  text-decoration: none;
}

.quick-links ul li a:hover{
  color: #fff;
  text-decoration: underline;
}

.mid-footer{
  background-color: #fff;
  padding: 20px 0;
}

a.raid-logo2 {
    background-color: #fff;
    padding: 30px;
    display: block;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    border-radius: 10px;
    font-weight: 900;
    color: #ed1b24;
    text-decoration: none;
    box-shadow: 0 5px 13px rgb(253 253 253 / 59%);
}

.copyright-mid{
  margin-top: 10px;
}

.copyright-mid p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #000;
}

.social-links h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
}

.social-links ul{
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.social-links ul li{
  list-style-type: none;
  display: inline-block;
}

.social-links ul li a i{
    background-color: #ff7d7d;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}





.bottom-footer{
  padding: 15px 0;
  background-color: #0095d9;
}

.bottom-footer p{
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

.bottom-footer p a{
  text-decoration: none;
  color: #fff;
}

.bottom-footer p a:hover{
  text-decoration: underline;
}





























.wrapper {
  perspective: 500px; 
  position: fixed;
  bottom: 100px;
  right: 20px;
}

.square {
  width: 100px;
  height: 100px;
  background: grey;
  transform: rotateY(45deg);
  animation: rotateAnimation 5s linear infinite;
}

.square img{
  width: 110px;
}

@keyframes rotateAnimation {
  from {transform: rotateY(45deg);}
  to {transform: rotateY(-285deg);}
}













/*************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: #ed1b24;
    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;
}

.search-list h3 a{
  color: #666;
  text-decoration: none;
}

.search-list h3 a:hover{
  color: #ed1b24;
}

.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: #ed1b24;
}

/*******************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 #ed1b24;
    background-color: #ed1b24;
    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 #ed1b24;
    background-color: #ed1b24;
    color: #fff;
}

/********************SINGLE PAGE START HERE*******************/



/**************TEAM PAGE START HERE**************/

.team-body{
  padding: 30px 0;
}

.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: #ed1b24;
}

.single-bigyapan img{
  width: 100%;
}

/********************SINGLE PAGE START HERE*******************/

.single-section{
  padding: 40px 0px;
}

.single-section h1{
  font-size: 55px;
  line-height: 62px;
  font-weight: 900;
  color: #000;
  margin-bottom: 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{
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
}

.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 #ed1b24;
    background-color: #ed1b24;
    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 #ed1b24;
    background-color: #ed1b24;
}


.md-form img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.md-form li{
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.md-form li:first-child{
    margin-top: 15px;
}

.md-form li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.md-form li span.commenter-name{
    font-size: 14px;
    font-weight: 600;
}

.md-form li span.news-comment-content,
.md-form li span.commenter-email{
    font-size: 12px;
    line-height: 16px;
    display: block;
}





.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: #ed1b24;
    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: #ed1b24;
}

.interviewright img{
  width: 100%;
  margin-bottom: 20px;
}

/*************LISTING PAGE START************/

.page-banner{
  background: url("../images/page-banner.webp") top center no-repeat;
  width: 100%;
  background-size: cover;
  padding: 60px 0;
}

.page-banner h1{
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

.listing-section{
  padding: 30px 0;
}

.listing-section img{
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.listing-section h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.listing-section h5 a{
  color: #000;
  text-decoration: none;
}

.listing-section h5 a:hover{
  color: #ed1b24;
}




.search-boxes{
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: rgba(8,6,6,.11) 0 0 24px;
}

.search-boxes img{
    width: 250px;
    height: 160px;
    float: left;
    border-radius: 5px;
    margin-right: 20px;
}

.search-boxes h4{
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.search-boxes h4 a{
  color: #000;
  text-decoration: none;
}

.search-boxes h4 a:hover{
  color: #ed1b24;
}

.search-boxes p{
  margin-bottom: 0px;
}



/*************GLOBAL PAGE START HERE***********/







.australia-box .b-0 {
    bottom: 0;
}
.australia-box .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 );
}
.australia-box .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.australia-box .overflow {
    position: relative;
    overflow: hidden;
}
.australia-box .zoom img {
    transition: all 0.2s linear;
}
.australia-box .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.australia-box .filter_box {
  margin-bottom: 20px;
}

.australia-box .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.australia-box .single-district h3 {
  font-weight: 700;

}

.australia-box .single-district p {
  font-size: 15px;
  margin: 8px;
}

.australia-box .image-wrapper img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.australia-box .single-district a {
  color: #000;
  display: block;
}

.australia-box .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.australia-box .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.australia-box .position-absolute h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.australia-box .card{
  border: none;
  background-color: transparent;
}

.australia-box .card-body{
  padding: 0px;
}











.middle-east-box .b-0 {
    bottom: 0;
}
.middle-east-box .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 );
}
.middle-east-box .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.middle-east-box .overflow {
    position: relative;
    overflow: hidden;
}
.middle-east-box .zoom img {
    transition: all 0.2s linear;
}
.middle-east-box .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.middle-east-box .filter_box {
  margin-bottom: 20px;
}

.middle-east-box .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.middle-east-box .single-district h3 {
  font-weight: 700;

}

.middle-east-box .single-district p {
  font-size: 15px;
  margin: 8px;
}

.middle-east-box .image-wrapper img{
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.middle-east-box .single-district a {
  color: #000;
  display: block;
}

.middle-east-box .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.middle-east-box .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.middle-east-box .position-absolute h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.middle-east-box .card{
  border: none;
  background-color: transparent;
}

.middle-east-box .card-body{
  padding: 0px;
}






.america-section img{
  width: 100%;
  height: 180px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.america-section h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.america-section h5 a{
  color: #000;
  text-decoration: none;
}


/************PRIVACY POLICY PAGE*************/

.policy-section{
  padding: 40px 0;
}

.policy-section h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #ed1b24;
  margin-bottom: 20px;
}

.policy-section h2{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.policy-section p{
  margin-bottom: 10px;
}

.policy-section ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

.policy-section ul li{
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  padding-left: 15px;
}

.policy-section ul li i{
  padding-right: 5px;
}

.policy-section ul li:last-child{
  padding-bottom: 0px;
}









































































/**************MEDIA QUERY***************/

@media(max-width: 1225px){
  .navbar-light .navbar-nav .nav-link{
    font-size: 15px;
  }
  .sajam-mainnews{
    width: 420px;
  }
  .pradesh-section #tab-button1 li{
    width: 10%;
  }
  .samachar-right ul li{
    display: flex;
  }
}

@media(max-width: 1140px){
  .navbar-light .navbar-nav .nav-link{
    padding: 14px 10px;
  }
  .trending-box h6{
    font-size: 16px;
  }
  .samachar-right ul li a .bicher-left{
    width: 160px;
  }
  .samachar-right ul li{
    display: flex;
  }
  .samajmain-box{
    display: flex;
  }
  .pradesh-section #tab-button1 li a{
    font-size: 12px;
  }
}

@media(max-width: 1040px){
  .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
  }
  .pradesh-section #tab-button1 li{
    width: 12%;
  }
}

@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;
  }

  .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)
{
  .navbar-light .navbar-toggler{
    display: none;
  }
  .clickmenus{
    display: block;
    top: -39px;
    background-color: #ed1b24;
    padding: 12px 10px 10px;
    left: 20px;
    color: #fff;
    border-radius: 5px;
  }
  a.btn.btn-globe{
    position: absolute;
    right: 0px;
  }
  .mobile-logo{
    background-color: #ffd7d8;
    padding: 20px;
  }
  .mobile-logo img{
    width: 170px;
    margin-bottom: 10px;
  }
  .mobile-logo h6{
      font-size: 30px;
      line-height: 26px;
      font-weight: 700;
      padding-top: 10px;
      margin-bottom: 0px;
      letter-spacing: 2px;
      display: none;
  }
  .mobile-logo h6 a {
    color: #ed1b24;
    text-decoration: none;
  }
  .mobile-logo h6 span {
    color: #0095d9;
  }
  .mobile-logo p {
    font-size: 14px;
    line-height: 16px;
    color: #ed1b24;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .menu-section{
    padding: 10px 0;
  }
  .breaking-news .bg-primary {
    background-color: #ed1b24!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;
  }
  p.trends{
    width: 75px;
  }
  a.raid-logo2{
    padding: 20px;
    font-size: 30px;
    line-height: 40px;
  }
  p.trends{
    display: none;
  }
  .breaking-section{
    margin-bottom: 20px;
  }
  .australia-section{
    padding: 20px 0;
  }
  .search-boxes h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .single-row-content{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}


@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;
  }
  p.trends{
    font-size: 14px;
  }
  .pradesh-section #tab-button1 li {
      width: 13%;
  }
  .pradesh-section #tab-button1 li a{
    padding: 8px 10px;
  }
  a.raid-logo{
    font-size: 30px;
  }
  a.raid-logo2{
    font-size: 20px;
  }
  .copyright-mid {
      margin-top: 0px;
  }
}

@media(max-width: 767px)
{
  .trending-box h6 {
      font-size: 16px;
  }
  .banner-box figure,
  .country-lists ul li a img,
  .health-middle img
  .single-imgage,
  .listing-section img,
  .inter-links img,
  .search-list img,
  .grid-box img,
  .grid-box h3,
  .entertain-right .image-wrapper img,
  .entertain-left .image-wrapper img,
  .country-left img,
  .samaj-list img,
  .advertsection img,
  .health-left ul li a img,
  .nirbachan-main img,
  .banner-submenu img,
  .america-section img,
  .nepal-row img,
  .samachar-box img,
  .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;
  }

  .nirbachan-middle ul li{
    height: 91px;
  }

  #tab-select1 {
    width: 100%;
    margin-bottom: 20px;
  }

  #tab-select3{
    width: 100%;
    margin-bottom: 20px;
  }
  .video-section iframe{
    height: 300px;
  }

  .interview-right ul{
    margin-top: 20px;
  }

  .designed p{
    text-align: left;
    margin-top: 10px;
  }
  .contact-left button.btn.btn-primary{
    margin-bottom: 30px;
  }
  .share-right ul {
    text-align: left;
    margin-top: 15px;
  } 
  .single-section h1{
    font-size: 30px;
    line-height: 40px;
  }
  .samachar-right ul li {
      display: block;
  }
  .samachar-right ul li a .bicher-left {
      width: 350px;
  }
  a.raid-logo2{
    margin-bottom: 20px;
  }
  .copyright-mid{
    text-align: center;
  }
  .top-header-left{
    display: none;
  }
  .breaking-section{
    margin-bottom: 15px;
  }
  .samachar-right ul li,
  .samajmain-box {
    display: block;
  }
  ul.key-calendar{
    text-align: center;
  }
  .header-logo img{
      width: 100%;
  }
}

@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)
{

  .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%;
  }
  a.raid-logo {
      font-size: 20px;
      padding: 10px;
  }
  ul.user-search{
    margin-top: 11px;
  }
  .samachar-right ul li a .bicher-left {
    width: 200px;
  }
  .quicks ul li{
    padding-bottom: 10px;
  }
  .search-boxes img {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  a.logos img {
    max-width: 100px;
    margin-top: 0px;
  }
  img.footer-logos{
    margin-bottom: 15px;
  }
}

@media(max-width: 520px){
  .header-logo img{
    width: 250px;
    height: auto;
  }
  .header-logo h6 {
    font-size: 50px;
    line-height: 46px;
    padding-top: 10px;
  }
  .header-section{
      padding-top: 5px;
  }
}

@media(max-width: 480px){
  .header-logo iframe{
    display: none;
  }
  .main{
    padding: 0px;
  }
  .footer-logo{
      text-align: center;
      margin-bottom: 10px;
  }
}


@media(max-width: 450px){
  a.btn.btn-google,
  a.btn.btn-facebook{
    width: 100% !important;
    margin-right: 0px;
  }
}

@media(max-width: 420px){
  ul.key-calendar li{
    padding-left: 0px;
    padding-right: 5px;
  }
  .header-logo img {
    width: 250px
  }
}

@media(max-width: 380px){
  .header-right ul li{
    padding-right: 5px;
  }
  .header-logo h6{
    letter-spacing: 0px;
  }
  ul.key-calendar li {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@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;
  }
  .header-logo h6{
    font-size: 42px;
  }
}

@media(max-width: 320px)
{
  .footer-address ul li{
    padding: 10px;
    font-size: 13px;
  }

  .interviewright ul li a h5{
    font-size: 14px;
    line-height: 20px;
  }
}

























