@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  color: #3D3D3D;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

a {
  color: inherit;
  text-decoration: none !important;
}

.red-gradient, .search-tabs ul li.active {
  background: #cb1111;
  background: -webkit-gradient(linear, left top, left bottom, from(#cb1111), to(#4d0a49));
  background: linear-gradient(180deg, #cb1111 0%, #4d0a49 100%);
}

.pt-6 {
  padding-top: 30px;
}

.py-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.pb-6 {
  padding-bottom: 30px;
}

.text-climb {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-breadcrumb ol li {
  color: #AFAFAF;
  font-weight: 600;
}

.nav-breadcrumb ol li.active {
  color: #CB1111;
}

.top-title a {
  color: #CB1111;
}

.common-head {
  font-size: 30px;
  font-weight: 700;
  overflow-x: hidden;
}

.common-head::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 98%;
  background-color: #565656;
  top: 18px;
  margin-left: 10px;
}

.common-head-two {
  font-size: 28px;
  font-weight: 700;
}

.common-head-three {
  font-size: 20px;
  font-weight: 700;
}

header .line {
  background-color: #CB1111;
  height: 4px;
  width: 100%;
}

header .top-header {
  padding: 10px 0;
  padding-left: 16%;
}

header .top-header .header-title h6 {
  color: #051E98;
  font-weight: 700;
  padding-top: 14px;
}

header .top-header .social-icons li {
  padding-left: 15px;
}

header .top-header .social-icons li a {
  height: 34px;
  width: 34px;
  border-radius: 3px;
  font-weight: 400;
}

header .top-header .social-icons li a i {
  color: #fff;
  font-weight: 400;
}

header .top-header .social-icons li:nth-child(1) a {
  background-color: #1B4B8D;
}

header .top-header .social-icons li:nth-child(2) a {
  background-color: #D8337C;
}

header .top-header .social-icons li:nth-child(3) a {
  background-color: #54ABEE;
}

header .top-header .social-icons li:nth-child(4) a {
  background-color: #CB1111;
}

header .menus {
  background-color: #051E98;
  height: 50px;
}

header .menus .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  width: 16%;
  margin-right: 0;
  position: relative;
  top: -34px;
}

header .nav-menus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84%;
          flex: 0 0 84%;
  width: 84%;
  height: 50px;
}

header .nav-menus .menu-items li {
  padding-right: 40px;
}
/* header .nav-menus .menu-items li {
  padding-right: 60px;
} */

header .nav-menus .menu-items li a {
  color: #fff;
  font-size: 15px;
}

header .nav-menus .menu-items li.sub-menu:hover .sub-menu-item {
  opacity: 1;
  visibility: visible;
}

header .nav-menus .menu-items li .sub-menu-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  background: #051e98;
  z-index: 9999;
}

header .nav-menus .menu-items li .sub-menu-item li {
  margin: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-right: 10px;
}

header .nav-menus .menu-items li .sub-menu-item li a {
  display: block;
  width: 100%;
  padding: 9px 35px 9px 10px;
  text-transform: capitalize;
}

header .nav-menus .menu-items li .sub-menu-item li:hover a {
  background: #fff;
  color: #051E98;
}

header .search-field ul li {
  padding-left: 14px;
}

header .search-field ul li.sub-menu:hover .sub-menu-item {
  opacity: 1;
  visibility: visible;
}

header .search-field ul li .sub-menu-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  background: #051e98;
  z-index: 11;
  right: 0;
}

header .search-field ul li .sub-menu-item li {
  margin: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-right: 10px;
}

header .search-field ul li .sub-menu-item li a {
  display: block;
  width: 100%;
  padding: 9px 35px 9px 10px;
  font-size: 15px;
}

header .search-field ul li .sub-menu-item li:hover a {
  background: #fff;
  color: #051E98;
}

header .search-field ul li a {
  color: #fff;
  font-size: 20px;
}

header .search-result-menu {
  background-color: #051E98;
  color: #fff;
  top: 61%;
  padding: 32px 60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 999;
}

header .search-result-menu.active {
  opacity: 1;
  visibility: visible;
}

header .search-result-menu .close-icon {
  right: 0;
  top: 10px;
  font-size: 30px;
  font-weight: 400;
  z-index: 999;
}

header .search-result-menu .close-icon a {
  color: #fff;
}

header .search-result-menu .input-group {
  margin-bottom: 20px;
}

header .search-result-menu .input-group .form-control {
  border: 0;
  height: 50px;
  border-radius: 12px !important;
}

header .search-result-menu .input-group .input-group-text {
  background-color: #CB1111;
  border-color: #CB1111;
  border-radius: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  margin-left: 24px !important;
}

header .search-result-menu .input-group .input-group-text i {
  color: #fff;
}

header .search-result-menu h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

header .search-result-menu ul li {
  padding-bottom: 15px;
}

header .search-result-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: .2s;
  transition: .2s;
}

header .search-result-menu ul li a:hover {
  color: #CB1111;
  font-weight: 500;
}

#banner {
  background-color: #F9F9F9;
}

.common-card {
  border-radius: 0;
}

.common-card img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.common-card .play-icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

.common-card .play-icon span {
  background-color: #fff;
  border-color: #CB1111 !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.common-card .play-icon span i {
  color: #CB1111 !important;
  font-size: 20px;
}

.common-card .profile-content h6 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.common-card .profile-content span {
  color: #686868;
  font-weight: 500;
  font-size: 12px;
}

.two-column-card {
  margin-bottom: 30px;
}

.two-column-card .profile {
  height: 334px;
  overflow: hidden;
}

.two-column-card .profile-content {
  padding: 15px;
}

.live-tv-desktop {
  right: 6px;
  top: 50%;
  z-index: 99;
}

.one-box {
  border-color: #C4C4C4 !important;
}

.one-box .single-column-card {
  height: 115px;
  border-bottom: 1px solid #C4C4C4 !important;
  padding: 15px 30px;
}

.one-box .single-column-card .profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
  max-width: 100%;
}

.one-box .single-column-card .profile .play-icon span {
  width: 25px;
  height: 25px;
}

.one-box .single-column-card .profile .play-icon span i {
  font-size: 8px;
}

.one-box .single-column-card .profile-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  width: 70%;
  max-width: 100%;
  padding-left: 15px;
}

.one-box .single-column-card .profile-content h6 {
  font-size: 14px;
  -webkit-line-clamp: 3;
}

.one-box .single-column-card:last-child {
  border-bottom: 0 !important;
}

.one-box.video-one-box {
  height: 500px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.one-box.video-one-box::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

.one-box.video-one-box::-webkit-scrollbar-track {
  background: #C4C4C4;
}

.one-box.video-one-box::-webkit-scrollbar-thumb {
  background: #3D3D3D;
}

.one-box.video-one-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.one-box.video-one-box .single-column-card {
  height: 158px;
  padding: 0 0 15px;
  border-bottom: 0 !important;
}

.one-box.video-one-box .single-column-card .profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.one-box.video-one-box .single-column-card .profile-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.one-box.video-one-box .single-column-card .profile-content h4 {
  color: #CB1111;
  font-weight: 600;
  font-size: 14px;
}

.follow-us {
  padding: 15px 30px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.follow-us h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.follow-us ul li {
  margin: 0 10px;
}

.follow-us ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.follow-us ul li a svg {
  width: 30px;
  height: 30px;
}

.follow-us ul li a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
  right: -10px;
}

.follow-us ul li:last-child a::after {
  display: none;
}

.trend-news {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.trend-news .trend-box {
  padding: 18px 20px;
}

.trend-news .trend-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.trend-news .count-box .list-item {
  background-color: #E5E5E5;
  padding: 13px 10px;
}

.trend-news .count-box .list-item:nth-child(odd) {
  background-color: #fff;
}

.trend-news .count-box .list-item .count {
  background-color: #CB1111;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  max-width: 32px;
}

.trend-news .count-box .list-item .count span {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  display: block;
}

.trend-news .count-box .list-item p {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 44px);
          flex: 0 0 calc(100% - 44px);
  max-width: calc(100% - 44px);
}

.trend-news .view-all a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.trend-news .view-all a:hover {
  background-color: #051E98;
  color: #fff;
}

.trend-news .box {
  border-bottom: 1px solid #C4C4C4;
  padding: 20px 10px;
  background-color: rgba(196, 196, 196, 0.4);
}
/* 
.trend-news .box:last-child {
  border-bottom: 0;
} */

.trend-news .box .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
  padding-right: 10px;
}

.trend-news .box .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
  max-width: 63%;
}

.trend-news .box .right h5 {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.trend-news .box .right h6 {
  color: #CB1111;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 4px;
}

.trend-news .box .right span {
  color: #686868;
  font-size: 12px;
  font-weight: 500;
}

.trend-news .view-all-news {
  background-color: rgba(196, 196, 196, 0.4);
}

.trend-news .view-all-news a {
  color: #CB1111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.twitter-highlight .scrolls {
  height: 450px;
  overflow-y: scroll;
}

.twitter-highlight .mob-view-all-btn {
  color: #fff;
  padding: 14px 20px;
}
.state-box{
 padding-bottom:25px;	
}
.state-box h6 {
  font-weight: 700;
}

.state-box .view-all-link {
  color: #CB1111;
  font-size: 14px;
  font-weight: 700;
}

.state-box .profile {
  height: 180px;
  overflow: hidden;
}

.state-box .profile img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.state-box .profile-content {
  padding: 15px 6px 30px;
}

.state-box .profile-content h4 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.state-box .profile-content p {
  font-weight: 500;
	font-size: 14px;
}

.debate-box .title {
  height: 30px;
}

.debate-box .title h6 {
  color: #fff;
  font-weight: 700;
}

.debate-box .title a {
  border-radius: 0;
  border-color: #fff !important;
  color: #fff;
  padding: 3px 8px;
  font-size: 14px;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.debate-box .title a:hover {
  border-color: #051E98 !important;
  background-color: #051E98;
}

.debate-box .box {
  height: 345px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-color: #CB1111 !important;
}

.debate-box .box .profile {
  height: auto !important;
  overflow: hidden;
}

.debate-box .box .profile img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.debate-box .box .profile-content {
  padding: 30px 15px;
}

.debate-box .box .profile-content span {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.debate-box .box .profile-content h6 {
  color: #CB1111;
  font-weight: 700;
  margin-bottom: 15px;
}

.debate-box .box .profile-content p {
  font-size: 16px;
  font-weight: 700;
}

.debate-box .box .yes-no {
  padding: 60px 0;
}

.debate-box .box .yes-no h5 {
  color: #CB1111;
  font-weight: 700;
  font-size: 15px;
}

.debate-box .box .yes-no p {
  font-size: 14px;
  margin-bottom: 60px;
}

.debate-box .box .yes-no .btn-box {
  padding: 0 50px;
}

.debate-box .box .yes-no .btn {
  margin-bottom: 15px;
  width: 100%;
}

.debate-box.video-box .box {
  height: 500px;
}

.debate-box.video-box .box .profile {
  height: 332px;
}

.article-trent .trend-news .box {
  background-color: rgba(249, 249, 249, 0.46);
  border-bottom: 0;
}

.article-trent .trend-news .box h5 .live {
  color: #CB1111;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.article-trent .trend-news .box h5 .live i {
  border-radius: 50%;
  display: inline-block;
  background-color: #CB1111;
  height: 6px;
  width: 6px;
}

.pagination li {
  padding-right: 20px;
}

.pagination li a {
  border-radius: 0 !important;
  border-color: #686868;
  color: #3D3D3D;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-item.active a{
    border-color: rgb(2,0,36)!important; 
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(203,17,17,1) 0%, rgba(77,10,73,1) 100%)!important;
}
.pagination li .page-link:hover {
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(203,17,17,1) 0%, rgba(77,10,73,1) 100%)!important;
	color:#fff!important;
	border-color:rgb(2,0,36);
}
.pagination li:last-child a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cardy {
    padding: 70px 10px;
    background: #c6cacd66;
    margin-bottom: 40px;
}
.pagination li .page-link {
  color: #3D3D3D;
}

.pagination li .page-link:hover {
  background-color: transparent !important;
}

.live-update-high {
  padding: 30px;
  border-radius: 0;
  margin-bottom: 20px;
}

.live-update-high img {
  width: 100px;
  margin-bottom: 15px;
}

.live-update-high h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.live-update-high p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.live-update-high p a {
  font-family: "Montserrat", sans-serif;
  color: #CB1111;
  font-weight: 600;
}

.live-latest .updates h3 {
  border-bottom: 1px solid #C4C4C4;
  color: #CB1111;
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.live-latest .updates h3::before {
  position: absolute;
  content: '';
  height: 3px;
  background-color: #CB1111;
  left: 0;
  left: 0;
  width: 100px;
  bottom: 0;
}

.live-latest .live-updates-listing {
  padding: 15px;
  border-bottom: 1px solid #C4C4C4;
}

.live-latest .live-updates-listing h6 {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}

.live-latest .live-updates-listing h6::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #CB1111;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.live-latest .live-updates-listing p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  padding-left: 20px;
}

.live-latest .live-updates-listing .share {
  cursor: pointer;
}

.live-latest .live-updates-listing .share:hover .share-icons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.live-latest .live-updates-listing .share-icons {
  display: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
}

.live-latest .live-updates-listing .share-icons li {
  margin-left: 10px;
}

.live-latest .see-updates {
  border-color: #CB1111 !important;
  border-radius: 0;
  color: #CB1111;
  font-weight: 700;
  padding: 12px 20px;
}

#important-debates {
  background: #cb1111;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 17, 17, 0.809961)), to(rgba(5, 30, 152, 0.762342)));
  background: linear-gradient(180deg, rgba(203, 17, 17, 0.809961) 0%, rgba(5, 30, 152, 0.762342) 100%);
}

#important-debates h3 {
  color: #fff;
}

#important-debates h3::after {
  background-color: #fff;
}

#important-debates .debate-box {
  margin-bottom: 30px;
}

#news-list-bullet {
  background-color: #F9F9F9;
}

#news-list-bullet .trend-news .box {
  background-color: #fff;
}

#video-gallery {
  background-color: #F9F9F9;
}

#video-gallery .bg-box {
  background-color: #fff;
}

footer {
  background-color: #000;
}

footer .footer-logo {
  margin-bottom: 15px;
}

footer h6 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

footer .head-two {
  text-transform: none;
  font-size: 15px;
}

footer .menu-item li {
  margin-bottom: 12px;
}

footer .menu-item li a {
  color: #B6B6B6;
  font-size: 16px;
  font-weight: 500;
  text-transform:capitalize;	
}

footer .other-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .other-views li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

footer .other-views .circle {
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

footer .other-views .circle img {
  width: 55px;
}

footer .social-icons li {
  padding: 0 6px;
}

footer .social-icons li a i {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

footer .stores {
  width: 80%;
}

footer .copyright ul li {
  padding-right: 15px;
}

footer .copyright ul li a {
  color: #B6B6B6;
  font-size: 12px;
  font-weight: 500;
}

footer .copyright p {
  font-size: 14px;
  color: #B6B6B6;
  font-weight: 500;
}

#northeast-live-tv iframe {
  height: 522px;
}

#northeast-live-tv .video-frame h6 {
  font-weight: 700;
}

#northeast-live-tv .video-frame p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#news-view.live-latest .two-column-card .profile {
  height: 170px;
}

#news-view.live-latest .two-column-card .play-icon span {
  height: 40px;
  width: 40px;
}

#news-view.live-latest .two-column-card .play-icon span i {
  font-size: 14px;
}

#news-view.live-latest .two-column-card .profile-content h3 {
  color: #CB1111;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

#news-view.live-latest .two-column-card .profile-content h6 {
  -webkit-line-clamp: 3;
}

#article-details .left-box {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

#article-details .left-box .last-update h6 {
  font-weight: 500;
  font-size: 16px;
}

#article-details .left-box .last-update h6 span {
  color: #CB1111;
}

#article-details .left-box h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}

#article-details .left-box h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

#article-details .left-box p {
  color: #3D3D3D;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
}

#article-details .left-box .share h6 {
  font-size: 16px;
  font-weight: 500;
}

#article-details .left-box .share h6 span {
  color: #CB1111;
}

#article-details .left-box .share ul li {
  padding-left: 10px;
}

#article-details .left-box .share ul li span {
  font-weight: 900;
}

#article-details .left-box .share ul li a {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #CB1111;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#article-details .left-box .share ul li a i {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

#article-details .left-box .small-title p {
  color: #000;
}

#article-details .left-box .small-title p span {
  color: #CB1111;
}

#article-details .left-box .tags ul li span {
  font-weight: 500;
}

#article-details .left-box .tags ul li a {
  color: #CB1111;
  font-weight: 500;
}

.national .one-box.video-one-box {
  overflow-y: hidden;
}

.national .one-box.video-one-box .single-column-card {
  height: 400px;
  padding: 0 0 30px;
}

.national .one-box.video-one-box .single-column-card .profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
}

.national .one-box.video-one-box .single-column-card .profile-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
}

.national .one-box.video-one-box .single-column-card .profile-content h6 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  -webkit-line-clamp: 5;
  margin-bottom: 15px;
}

.national .one-box.video-one-box .single-column-card .profile-content p {
  color: #3D3D3D;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.national .two-column-card .profile {
  height: 200px;
}

.national .two-column-card.common-card .play-icon span {
  height: 40px;
  width: 40px;
}

.national .two-column-card.common-card .play-icon span i {
  font-size: 12px;
}

.national .two-column-card.common-card .profile-content {
  padding-bottom: 0;
}

.national .two-column-card.common-card .profile-content h3 {
  color: #CB1111;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.national .two-column-card.common-card .profile-content h6 {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  -webkit-line-clamp: 3;
}

.national .two-column-card.common-card .profile-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 26px;
  -webkit-line-clamp: 3;
  font-size: 14px;
}

.national.shows-listing .two-column-card.common-card .profile-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

.national.shows-listing .debate-box .box {
  height: 308px;
}

.national.shows-listing .debate-box .box .yes-no {
  padding: 26px 20px;
}

.national.shows-listing .debate-box .box .yes-no h5 {
  margin-bottom: 30px;
}

.national.shows-listing .debate-box .box .yes-no p {
  font-size: 13px;
  margin-bottom: 30px;
}

.national.shows-listing .debate-box .box .yes-no .btn-box {
  padding: 0;
}

#contact iframe {
  height: 450px;
}

#contact .box {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

#contact .box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 46px;
}

#contact .box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

#contact .box p.c-details {
  font-size: 16px;
}

#contact .box p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#contact .box p.last-child {
  margin-bottom: 0;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group .form-control {
  border: 2px solid #686868;
  border-radius: 0;
  height: 60px;
}

.contact-form .form-group textarea {
  height: 180px !important;
}

.contact-form .btn {
  border-radius: 0 !important;
  border-color: #CB1111;
  background-color: transparent;
  color: #CB1111;
  font-weight: 700;
  width: 150px;
  height: 60px;
}

.we-recommand .two-column-card.common-card.big-card .profile {
  height: 300px;
}

.we-recommand .two-column-card.common-card.big-card .profile-content h6 {
  font-size: 18px;
}

.we-recommand .two-column-card.common-card.big-card .profile-content p {
  -webkit-line-clamp: 6;
}

.we-recommand .two-row-card .two-column-card.common-card {
  margin-bottom: 0px;
}

.we-recommand .two-row-card .two-column-card.common-card .profile {
  height: 120px;
}

.we-recommand .two-row-card .two-column-card.common-card .profile-content {
  padding: 10px 0 0;
}

.we-recommand .two-row-card .two-column-card.common-card .profile-content h6 {
  font-size: 14px;
  line-height: 22px;
  -webkit-line-clamp: 2;
}

.we-recommand .two-row-card .two-column-card.common-card .profile-content p {
  font-size: 13px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  margin-bottom: 6px;
}

#search {
  padding: 60px 0;
}

#search .input-group {
  margin-bottom: 60px;
}

#search .input-group .form-control {
  height: 60px;
  border-color: #8C8C8C;
  border-width: 2px;
  border-right: 0;
  border-radius: 0;
}

#search .input-group .input-group-text {
  border-color: #CB1111;
  color: #fff;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 0;
}

#search h4 {
  color: #CB1111;
  font-size: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

#search h6 {
  color: #8F8F8F;
  font-size: 33px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#search p {
  color: #8F8F8F;
  font-size: 18px;
  font-weight: 500;
}

#search img {
  margin-top: 30px;
}

.result-found {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0 30px;
  margin: 0;
}

.search-tabs ul li {
  border: 1px solid #3D3D3D;
  padding: 9px 16px;
}

.search-tabs ul li.active a {
  color: #fff;
  font-weight: 600;
}

.search-tabs ul li:last-child {
  border-left: 0;
}

.search-result .box {
  padding: 30px 0;
}

.search-result .box h3 {
  color: #CB1111;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.search-result .box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.search-result .box p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  -webkit-line-clamp: 4;
}

.search-result .box span {
  color: #686868;
  font-weight: 500;
  font-size: 12px;
}

#terms .box {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

#terms .box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#terms .box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 24px;
}

#terms .box ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 10px;
}

#around-north h3 {
  font-weight: 700;
  font-size: 30px;
}

#around-north .bg-box {
  background-color: #F4F4F4;
  padding: 30px 0px;
}

#around-north .bg-box .gallery .item {
  padding: 40px 0;
}

#around-north .bg-box .gallery .item .box {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 10px;
  height: 130px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#around-north .bg-box .gallery .item .box img {
  -o-object-fit: cover;
     object-fit: cover;
}

#around-north .bg-box .owl-nav {
  text-align: right;
  padding: 0 15px;
}

#around-north .bg-box .owl-nav button span {
  font-size: 0px;
}

#around-north .bg-box .owl-nav button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 20px;
}

#around-north .bg-box .owl-nav button.owl-prev::before {
  content: '\f0d9';
  margin-left: -10px;
}

#around-north .bg-box .owl-nav button.owl-next::before {
  content: '\f0da';
}

.about-banner .box {
  height: 240px;
  overflow: hidden;
}

.about-banner .box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}



@media (min-width: 992px) and (max-width: 1199px) {
  .pt-6 {
    padding-top: 20px;
  }
  .py-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .common-head {
    font-size: 24px;
  }
  .common-head::after {
    top: 14px;
  }
  header .top-header .header-title h6 {
    font-size: 13px;
  }
  header .nav-menus .menu-items li {
    padding-right: 15px;
  }
  header .nav-menus .menu-items li a {
    font-size: 14px;
	  
  }
  header .menus .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    top: -30px;
  }
  footer h6 {
    font-size: 13px;
  }
  footer .head-two {
    font-size: 13px;
  }
  footer .menu-item li a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-6 {
    padding-top: 10px;
  }
  .py-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .common-head {
    font-size: 14px;
  }
  .common-head::after {
    top: 14px;
  }
  header .top-header .header-title h6 {
    font-size: 10px;
  }
  header .top-header .social-icons li {
    padding-left: 5px;
  }
  header .top-header .social-icons li a {
    height: 20px;
    width: 20px;
  }
  header .top-header .social-icons li a i {
    font-size: 12px;
  }
  header .nav-menus .menu-items li {
    padding-right: 15px;
  }
  header .nav-menus .menu-items li a {
    font-size: 10px;
	margin-top: 2px;
  }
  header .menus .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    top: 0px;
  }
  .nav-menus {justify-content: center !important;}
	ul#MainMenu,.search-field ul{margin: revert;}
  .live-coverage {
    margin: 20px auto 0;
    text-align: center;
  }
	header .search-result-menu{top:100%;}
  .state-box .profile-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .state-box .profile-content p {
    font-size: 14px;
  }
  .debate-box .title h6 {
    font-size: 14px;
  }
  .debate-box .box .profile-content p {
    font-size: 13px;
  }
  footer h6 {
    font-size: 13px;
  }
  footer .head-two {
    font-size: 13px;
  }
  footer .menu-item li a {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-breadcrumb ol li {
    font-size: 14px;
  }
  .nav-breadcrumb ol li.active {
    color: #CB1111;
  }
  .pt-6 {
    padding-top: 20px;
  }
  .pb-6 {
    padding-bottom: 20px;
  }
  .py-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .common-card .play-icon span {
    height: 40px;
    width: 40px;
  }
  .common-card .play-icon span i {
    font-size: 14px;
  }
  .two-column-card {
    margin-bottom: 0px;
    border: 0;
  }
  .two-column-card .profile {
    height: auto;
  }
  .two-column-card .profile-content {
    padding: 15px 0;
  }
  .two-column-card .profile-content h6 {
    font-size: 15px;
    -webkit-line-clamp: 4;
  }
  .one-box {
    border: 0 !important;
  }
  .one-box .single-column-card {
    height: auto;
    border-bottom: 0 !important;
    padding: 7px 0px;
  }
  .one-box .single-column-card .profile .play-icon span {
    width: 20px;
    height: 20px;
  }
  .common-head {
    font-size: 16px;
  }
  .common-head::after {
    top: 10px;
  }
  .mob-view-all-btn {
    border: 1px solid #CB1111 !important;
    border-radius: 0;
    color: #CB1111;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .state-box .profile {
    height: auto;
    overflow: unset;
  }
  .debate-box .box {
    height: auto;
  }
  .debate-box .box .profile {
    height: auto;
  }
  .debate-box .box .profile-content {
    padding: 15px;
  }
  .debate-box .box .profile-content h6 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .debate-box .box .profile-content p {
    font-size: 14px;
    font-weight: 600;
  }
  .debate-box .box .profile-content span {
    font-size: 13px;
  }
  .debate-box.video-box .box {
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .debate-box.video-box .box .profile {
    height: auto;
  }
  .debate-box.video-box .box .profile .play-icon span {
    width: 40px;
    height: 40px;
  }
  .debate-box.video-box .box .profile .play-icon span i {
    font-size: 16px;
  }
  .debate-box.video-box .box .profile-content {
    padding: 15px 0;
  }
  .one-box .single-column-card .profile-content {
    padding-left: 6px;
  }
  .one-box .single-column-card .profile-content h6 {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
  .one-box.video-one-box {
    height: auto;
    overflow: unset;
  }
  .one-box.video-one-box .single-column-card {
    height: 101px;
  }
  .one-box.video-one-box .single-column-card .profile-content h4 {
    display: none;
  }
  .trend-news {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .trend-news .trend-box {
    background: #fff;
    padding: 10px 0 4px;
  }
  .trend-news .trend-box h3 {
    color: #3D3D3D;
    font-size: 18px;
    text-align: left !important;
    position: relative;
  }
  .trend-news .trend-box .count-box .list-item {
    padding: 15px 0;
  }
  .trend-news .count-box .list-item {
    background-color: #fff;
  }
  .trend-news .box {
    background-color: #fff;
  }
  .trend-news .view-all-news {
    background-color: #fff;
  }
  .trend-news .view-all {
    background: transparent;
  }
  .trend-news .view-all a {
    color: #CB1111;
  }
  .special-coverage h3 {
    font-size: 18px;
    text-transform: uppercase;
  }
  .hidden-class {
    overflow: hidden;
  }
  .pagination li {
    padding-right: 2px;
  }
  .pagination li a {
    border-radius: 0 !important;
    border-color: #686868;
    color: #3D3D3D;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pagination li a:hover {
    background-color: transparent !important;
  }
  .pagination li:last-child a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pagination li .page-link {
    color: #3D3D3D;
  }
  .pagination li .page-link:hover {
    background-color: transparent !important;
  }
  header .mobile-header {
    background-color: #051E98;
    padding: 10px;
  }
  header .mob-menu-links {
    background-color: #fff;
    width: 80%;
    z-index: 999;
    top: 0;
    left: -100%;
    height: 100%;
    padding: 15px;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
    overflow-y: scroll;
    -webkit-transition: .2s;
    transition: .2s;
  }
  header .mob-menu-links.active {
    left: 0;
  }
  header .mob-menu-links .close-icon {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  header .mob-menu-links .close-icon i {
    color: #CB1111;
    font-size: 26px;
  }
  header .mob-menu-links ul li {
    margin-bottom: 26px;
  }
  header .mob-menu-links ul li a {
    font-weight: 600;
    color: #051E98;
  }
  #northeast-live-tv iframe {
    height: 222px;
  }
  #mob-banner .carousel-indicators {
    margin-bottom: 0rem;
    background-color: rgba(255, 255, 255, 0.88);
    width: 40px;
    margin: 0 auto 14px;
    padding: 4px;
    border-radius: 20px;
  }
  #mob-banner .carousel-indicators button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 0;
    background-color: #686868;
  }
  #mob-banner .carousel-indicators button.active {
    background-color: #CB1111;
  }
  
  .mv-box {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding: 0;
  }
  #news-view {
    padding: 15px 5px 0;
  }
  #news-view .common-head::after {
    width: 50%;
  }
  #news-view .two-column-card .profile-content {
    padding: 15px 10px;
  }
  #state-news .common-head::after {
    width: 50%;
  }
  #state-news .state-mobile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #state-news .state-mobile-box .col-md-6 {
    width: 80%;
  }
  #state-news .state-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #state-news .state-box h6 {
    font-size: 14px;
  }
  #state-news .state-box .profile-content {
    padding: 15px 0px 15px;
  }
  #state-news .state-box .profile-content h4 {
    font-size: 14px;
    -webkit-line-clamp: 10;
    line-height: 22px;
  }
  #state-news .state-box .profile-content p {
    font-size: 14px;
    -webkit-line-clamp: 9;
  }
  #news-list-bullet .trend-news {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  #news-list-bullet .trend-news .view-all {
    background-color: #fff;
  }
  #news-list-bullet .trend-news .trend-box h3 {
    padding-left: 10px;
  }
  #video-gallery {
    background-color: #fff;
    padding-top: 20px;
  }
  #video-gallery .bg-box {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0;
  }
  .national .one-box.video-one-box .single-column-card {
    height: auto;
    padding: 0 0 20px;
  }
  .national .one-box.video-one-box .single-column-card .profile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .national .one-box.video-one-box .single-column-card .profile-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 15px 0;
  }
  .national .one-box.video-one-box .single-column-card .profile-content h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .national .one-box.video-one-box .single-column-card .profile-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .national .mv-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 15px;
  }
  .national .two-column-card .profile {
    height: 200px;
  }
  .national .two-column-card.common-card .play-icon span {
    height: 40px;
    width: 40px;
  }
  .national .two-column-card.common-card .play-icon span i {
    font-size: 12px;
  }
  .national .two-column-card.common-card .profile-content h3 {
    color: #CB1111;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .national .two-column-card.common-card .profile-content h6 {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    -webkit-line-clamp: 3;
  }
  .national .two-column-card.common-card .profile-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 26px;
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
  .national.shows-listing {
    padding: 0 8px;
  }
  .national.shows-listing .top-title {
    padding: 0;
  }
  .national.shows-listing .mv-box {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
  }
  .national.shows-listing .mv-box .two-column-card .profile-content {
    padding: 15px;
  }
  .national.shows-listing .mv-box .two-column-card .profile-content p {
    font-size: 14px;
    line-height: 24px;
  }
  #article-details .left-box {
    padding: 0;
  }
  #article-details .left-box .last-update h6 {
    font-size: 13px;
  }
  #article-details .left-box h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #article-details .left-box h2 {
    font-size: 16px;
    line-height: 28px;
  }
  #article-details .left-box p {
    font-size: 14px;
    line-height: 26px;
  }
  #article-details .left-box .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #article-details .left-box .share h6 {
    font-size: 13px;
    margin-bottom: 14px;
  }
  #article-details .left-box .share h6 span {
    color: #CB1111;
  }
  #article-details .left-box .share ul {
    margin-top: 20px;
  }
  #article-details .left-box .share ul li {
    padding-left: 0;
    padding-right: 10px;
  }
  #article-details .left-box .share ul li a {
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-color: #CB1111;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #article-details .left-box .share ul li a i {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
  }
  #article-details .left-box .small-title p {
    font-size: 12px;
    line-height: 22px;
  }
  #article-details .left-box .small-title p span {
    color: #CB1111;
  }
  #article-details .left-box .tags ul li span {
    font-weight: 500;
  }
  #article-details .left-box .tags ul li a {
    color: #CB1111;
    font-weight: 500;
  }
  #contact .box {
    padding: 20px;
  }
  #contact .box h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #contact .box p {
    font-size: 14px;
  }
  .contact-form .form-group .form-control {
    height: 50px;
  }
  .contact-form .btn {
    font-size: 14px;
    width: 100px;
    height: 38px;
  }
  #search {
    padding: 30px 0;
  }
  #search .input-group {
    background-color: #F9F9F9;
    margin-bottom: 20px;
    padding: 16px 22px;
  }
  #search .input-group .form-control {
    font-size: 14px;
    height: 40px;
  }
  #search .input-group .input-group-text {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 14px;
  }
  #search h6 {
    font-size: 20px;
  }
  #search p {
    font-weight: 400;
    font-size: 14px;
  }
  #search img {
    margin-top: 20px;
  }
  #news-view.search-result {
    padding: 15px 0 0;
  }
  .result-found {
    font-size: 14px;
    padding: 0 0 10px;
  }
  .search-tabs {
    display: none;
  }
  .search-result .box {
    padding: 0;
  }
  .search-result .box h3 {
    font-size: 14px;
  }
  .search-result .box h6 {
    font-size: 15px;
    line-height: 28px;
  }
  .search-result .box p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .national.we-recommand .two-column-card.common-card.big-card .profile {
    height: auto;
  }
  .national.we-recommand .mv-box {
    padding: 0;
    margin-bottom: 0;
  }
  .national.we-recommand .two-row-card .mv-box {
    padding: 0 15px;
  }
  #news-view.live-latest {
    padding: 15px 0 0;
  }
  #news-view.live-latest .live-updates-listing {
    padding: 15px 0;
  }
  #news-view.live-latest .live-updates-listing h6 {
    font-size: 14px;
  }
  #news-view.live-latest .live-updates-listing h6::before {
    top: 3px;
  }
  #news-view.live-latest .live-updates-listing p {
    font-size: 13px;
  }
  .live-update-high {
    padding: 15px;
  }
  .live-update-high img {
    width: 50px;
    margin-bottom: 10px;
  }
  .live-update-high h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .live-update-high p {
    font-size: 13px;
  }
  #terms .box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  #terms .box h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  #terms .box p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  #terms .box ul li {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #around-north h3 {
    text-align: left !important;
    font-size: 15px;
  }
  #around-north .bg-box {
    padding: 10px;
  }
  #around-north .bg-box .gallery .item {
    padding: 10px 0 20px;
  }
  #around-north .bg-box .gallery .item .box {
    height: 210px;
  }
  #around-north .owl-dots {
    display: none;
  }
  footer .menu-item, footer .other-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .menu-item li, footer .other-views li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  footer .menu-item li a, footer .other-views li a {
    color: #fff;
  }
  footer .mob-menu-item {
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: .4s opacity;
    transition: .4s opacity;
  }
  footer .mobile-nav-menu-active h6::after {
    content: '\f106';
  }
  footer .mobile-nav-menu-active .mob-menu-item {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-bottom: 20px;
  }
  footer .mobile-nav-menu {
    background-color: #F9F9F9;
    color: #3D3D3D;
    padding: 12px 15px 10px;
    position: relative;
    font-size: 16px;
  }
  footer .mobile-nav-menu::after {
    position: absolute;
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 10px;
    font-size: 30px;
    top: 5px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  footer .head-two {
    font-size: 18px;
    margin-bottom: 30px;
  }
  footer .social-icons {
    margin-bottom: 30px;
  }
  footer .stores {
    width: 51%;
  }
  footer .copyright p {
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
  }
  footer .other-views .circle {
    margin: 0 auto 20px;
  }
  footer .other-views li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33%;
  }
  .common-head::after{background-color: transparent;}
}

.code-space {
	height:300px;
}

/*# sourceMappingURL=home-page.css.map */


/*# dev@vishal start */

body {
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 }

body {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #cc0000;
      }

/*# dev@vishal end*/