nav.navbar.bootsnav {
  background-color: #1b1c26;
}
nav.navbar ul.nav li.active > a {
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li.active > a {
  border-bottom: 3px solid #e1291d;
}
@media (min-width: 993px) {
  nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    padding: 15px 11px;
    font-size: 13px;
  }
  nav.navbar.bootsnav ul.nav > li {
    border-left: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    border-right: none;
  }
  .news-list-item.articles-list .img-wrapper {
    height: 150px;
    max-height: 150px;
  }
  .news-list-item.articles-list .img-wrapper img,
  .details_block2 figure.social-icon img,
  .grid-item .grid-item-img img,
  .main-post-inner .single-img img,
  .news-list-item .img-wrapper img,
  .more-post .single-img2 img,
  .more-post .single-img3 img,
  .card-post .posts-thumb img,
  .post-body .single-img4 img {
    height: 100%;
    visibility: hidden;
  }
  .details_block2 figure.social-icon {
    height: 440px;
  }
  .grid-item .grid-item-img {
    height: 144px;
    max-height: 144px;
  }
  .main-post-inner .single-img {
    height: 200px;
  }
  .more-post .single-img2 {
    height: 196px;
  }
  .more-post .single-img3,
  .card-post .posts-thumb {
    height: 270px;
  }
  .post-body .single-img4 {
    height: 205px;
  }
  .news-list-item .img-wrapper {
    height: 85px;
  }
}
.attr-nav > ul > li > a {
  color: #fff;
}
.header-top {
  background: #e1291d;
}
.header-right-menu > ul > li {
  color: #1b1c26;
  border-right: 1px solid #a51225;
}
.header-right-menu > ul > li > a,
.header-social > ul > li > a {
  color: #fcfff9;
}
nav.navbar.bootsnav ul.nav li.subscription {
  background: #e32b1f;
  margin-top: 5px;
  border-radius: 5px;
}
nav.navbar.bootsnav ul.nav li.subscription a {
  padding: 11px 15px;
}
nav.navbar.bootsnav ul.nav li.subscription a:hover {
  color: #f9dbdb !important;
}

nav.navbar.bootsnav .navbar-toggle {
  background-color: transparent;
}
@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
  }
}
.page_main_wrapper {
  background: #f2f2f2;
}
.slider-right-post .panel_header {
  padding: 15px;
  background: #337ab7;
}
.slider-right-post .panel_header h4 {
  color: #fff;
  font-size: 24px;
}
.slider-post:hover .news-image:before {
  opacity: 0;
}
.slider-right-post .news-image img {
  height: 340px;
}
.header-mid {
  padding: 7px 0;
}
.footer-box .widget-content .form-box input {
  position: relative;
  width: 100%;
  line-height: 24px;
  padding: 5px 10px 10px;
  height: 40px;
  border: none;
  display: block;
  font-size: 15px;
  background: transparent;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgb(185 37 37 / 20%);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer {
  background-image: url("/assets/images/bgfoot1.png");
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.96);
}
.btn-news {
  color: #fff;
  background-color: #e22b1e;
  border-color: #e22b1e;
  padding: 6px 15px;
}
.back-top {
  background-color: #e22b1e;
  border: 1px solid #e22b1e;
}
.instruction {
  color: #fff;
}
.pricingTable {
  color: #222;
  background-color: #fff;
  text-align: center;
  padding: 20px 20px 30px;
  border-radius: 30px;
  position: relative;
  -webkit-box-shadow: 0 3px 7px rgb(40 40 40 / 30%);
  box-shadow: 0 3px 7px rgb(40 40 40 / 30%);
  -webkit-transition: left 0.3s ease 0s, color 0.4s ease-in;
  -o-transition: left 0.3s ease 0s, color 0.4s ease-in;
  transition: left 0.3s ease 0s, color 0.4s ease-in;
}
.pricingTable .pricingTable-header {
  margin: 0 0 20px 0;
}
.pricingTable .title {
  color: #fff;
  background: linear-gradient(#6491dd, #6469f2);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 15px 7px;
  margin: 0 0 15px;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  transform-origin: top left;
  transform: rotate(-90deg);
  position: absolute;
  left: -39px;
  top: 250px;
}
.pricingTable .price-value {
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.pricingTable .price-value .amount {
  line-height: 40px;
  display: inline-block;
}
.pricingTable .price-value .duration {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.pricingTable .pricing-content {
  text-align: left;
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  display: inline-block;
}
.pricingTable .pricing-content li {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 0 0 25px;
  margin: 0 0 17px;
  position: relative;
  display: block;
  width: 100%;
}
.pricingTable .pricing-content li:last-child {
  margin: 0;
}
.pricingTable .pricing-content li:before {
  content: "-";
  color: #444;
  font-family: "Font Awesome 5 free";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}
.pricingTable .pricing-content li.disable:before {
  content: "\f00d";
}
.pricingTable .pricingTable-signup button {
  color: #fff;
  background: linear-gradient(to right, #6491dd, #6469f2);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  padding: 6px 20px 8px;
  border: none;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup button:hover {
  color: #fff;
  text-shadow: 3px 3px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(0, 0, 0, 0.05);
}
.pricingTable.green .title {
  background: linear-gradient(#2eddb4, #3f857b);
}
.pricingTable.green .pricingTable-signup button {
  background: linear-gradient(to right, #cf3917, #eb0254);
}
.pricingTable.orange .title {
  background: linear-gradient(#f9a661, #cc6c1e);
}
.pricingTable.orange .pricingTable-signup button {
  background: linear-gradient(to right, #cf3917, #ff613d);
}
@media only screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 40px 40px;
  }
}

label.error {
  color: red;
  text-transform: inherit;
}
.ui_kit_checkbox.style2 {
  background: #fff;
}
.ui_kit_checkbox.style2 .nav-tabs > li {
  border-right: 1px solid #ddd;
  margin-right: 0;
  width: 100%;
}
.ui_kit_checkbox.style2 .tab-content {
  padding: 10px;
}
#paypal-button-container {
  width: 250px;
  display: block;
  margin: 0 auto;
}
.bg-white {
  background: #fff !important;
}
.team.about-content .bg-white {
  padding: 10px;
}
.newstricker_inner {
  padding: 6px 7px 6px 125px;
  background: #fff;
}
.trending {
  background-color: #e1291d;
  font-size: 13px;
}
.trending:after {
  border-left: 8px solid #e12b1d;
}
.post-header h1 {
  margin-bottom: 10px;
}
.post_details_block h1 {
  color: #111;
  font-weight: 400;
}
.w-premium:not(:last-child) {
  margin-bottom: 30px;
}

.w-premium {
  border-bottom: 4px solid #000;
  border-top: 4px solid #eb0254;
}
.w-premium__subscribed {
  background-color: #eb0254;
  padding: 11px 15px 15px;
  text-align: center;
}
.w-premium__subscribed-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.w-premium__subscribed-paragraph {
  font-size: 20px;
}
.w-premium__subscribed-paragraph .link {
  color: #fff;
  font-size: inherit;
}
.w-premium__header {
  background-color: #fffcf4;
  padding: 25px 15px;
  text-align: center;
}
.w-premium__title {
  font-size: 32px;
  font-weight: 700;
}
.w-premium__form-row {
  background-color: #fbb612;
  padding: 15px;
}
.w-premium__form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-premium__form-cell {
  padding-left: 10px;
  padding-right: 10px;
}
.w-premium__features {
  background-color: #fbb612;
  padding: 15px;
}
.w-premium__features-hook {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.w-premium__features-row {
  align-items: center;
}
.w-premium__features-list {
  font-size: 14px;
  padding-left: 20px;
}
.w-premium__features-item {
  position: relative;
}

.post_details_block .article__blur {
  background-image: linear-gradient(180deg, transparent, #feead3 80%);
  display: block;
  height: 100px;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
p.w-premium__subscribed-paragraph {
  color: #e3e0e0;
}
.most-viewed .content li .count {
  font-size: 20px;
}
#suggesstion-box4 {
  display: none;
  border: 1px solid #efefef;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  top: 40px;
  left: 0;
}
.top-search input.form-control {
  color: #24252f;
}
.post_details_block p img {
  width: 100% !important;
}
#paymentmethodList2 .comment-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
  font-size: 16px;
  border-width: 2px 2px 2px 2px;
  padding: 5px;
  border-color: #767272;
}
.archives .grid-item .grid-item-img {
  min-height: 290px;
}
#whatsapp-widget {
  bottom: 100px;
}
.post_details_inner img {
  max-width: 660px;
}
.article_comment:before {
  display: none;
}
.modal-box {
  font-family: "Oswald", sans-serif;
}
.modal-box .show-modal {
  color: #fff;
  background-color: #fb3640;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  margin: 80px auto 0;
  border: none;
  display: block;
  transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus {
  color: #fff;
}
.modal-backdrop.in {
  opacity: 0;
}
.modal-box .modal-dialog {
  width: 750px;
  margin: 50px auto 0;
}
.modal.fade .modal-dialog {
  transform: scale(0);
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.modal.in .modal-dialog {
  transform: scale(1);
}
.modal-box .modal-dialog .modal-content {
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.modal-box .modal-dialog .modal-content .close {
  color: #fff;
  background-color: #111;
  font-size: 32px;
  font-weight: 500;
  text-shadow: none;
  line-height: 25px;
  height: 27px;
  width: 27px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .close span {
  margin: -2px 0 0 0;
  display: block;
}
.modal-content .close:hover {
  color: #747474;
}
.modal-box .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-image {
  padding: 0 !important;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-image img {
  height: 100%;
  width: 100%;
}
.modal-box .modal-dialog .modal-content .modal-body .content {
  padding: 36px 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .title {
  color: #cecece;
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .sub-title {
  font-size: 21px;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
  text-transform: lowercase;
}
.modal-box .modal-dialog .modal-content .modal-body .description {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .btn {
  color: #fff;
  background-color: #fb3640;
  font-size: 20px;
  font-weight: 400;
  width: 85%;
  text-transform: none;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 10px;
  border: none;
  margin: 20px 0 20px;
  transition: all 0.4s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover {
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.modal-box .modal-dialog .modal-content .modal-body .btn.cancel {
  color: #353535;
  background-color: #eaeaea;
  display: block;
  margin: 0 auto 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .btn.cancel:hover {
  color: #353535;
  background-color: #eaeaea;
}
.modal-box .modal-dialog .modal-content .modal-body .offer {
  color: #aaa;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modal-box .modal-dialog {
    width: 95% !important;
  }
  .modal-box .modal-dialog .modal-content .modal-body .modal-image {
    height: 250px;
    overflow: hidden;
  }
  .modal-box .modal-dialog .modal-content .modal-body .modal-image img {
    height: auto;
  }
  .modal-box .modal-dialog .modal-content .modal-body .content {
    text-align: center;
    padding: 30px;
  }
}
.modal {
  background: rgb(27 28 38 / 54%);
}
.allarchives .archives .grid-item .grid-item-img {
  min-height: 450px;
}


#suggestions {
    max-height: 300px;
    overflow-y: auto;
    list-style: none;
    padding-left: 0;
}

#suggestions li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px;
    cursor:pointer;
}

