.blognews,
.hide-blogvideo {
  display: none;
}
.blog-title a {
  color: #000;
}

/* banner image */
.news-backclr {
  background-color: #fff;
}
.banner-blogbtn {
  color: #fff;
  background-color: #006cff;
  border-radius: 1.5rem;
  padding: 10px 32px;
  font-weight: 700;
}
.banner-blogbtn:hover {
  background-color: #005cd9;
}
.banner-heading {
  color: #fff;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  line-height: 30px;
  margin-top: 8rem;
}
.faq-video-banner {
  background-image: url(//cdn11.bigcommerce.com/s-48z8zzk1az/product_images/uploaded_images/picture1.jpg);
  background-position: center;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 350px;
  display: flex;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: none;
}
/* support section */
.blog-support-tags {
  display: flex;
  color: #fff;
  font-size: 12px;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin-top: 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.blog-support-tags a {
  color: #fff;
  font-size: 12px;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.blog-support-tags li {
  padding-left: 14px;
}
.support-subheading {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin-top: 35px;
}
.blog-support {
  color: #000;
  font-weight: 700;
  font-size: 3.5rem;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 50px;
}
.supprt-p {
  font-size: 15px;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.6666666667;
}

/* new section  */
.news-contactbtn {
  margin-top: 65px;
}
.Nextbase-News {
  margin-left: 6rem;
  margin-bottom: 36px;
}
.news-subp {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  margin-top: 15px;
  line-height: 18px;
  letter-spacing: -0.06px;
}

.news-subheader {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 20px;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
}
.blognews-icon {
  border: 3px solid #585858;
  padding: 6px;
  border-radius: 9px;
  color: #585858;
}
.blognews-icon:hover,
.blognews-icon:active {
  color: #fff;
  border: 3px solid #007bff;
}

.news-icon {
  font-size: 35px;
}
.news-icon .fa {
  /* margin-right: 2rem; */
}

.blog-news {
  color: #fff;
  font-weight: 700;
  font-size: 4.5rem;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 71px;
  margin-top: 55px;
}
.highlight-bg:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 120%;
  height: 48%;
  max-height: 60%;
  -webkit-transform: translateX(-50%) translateY(-64%) rotate(0deg);
  -ms-transform: translateX(-50%) translateY(-64%) rotate(0deg);
  transform: translateX(-50%) translateY(-64%) rotate(0deg);
  background: 0 0;
  background: -webkit-radial-gradient(
      closest-side at 44% 87%,
      #006cff 0,
      #8000ff 100%
    )
    0 0 no-repeat padding-box;
  background: -o-radial-gradient(
      closest-side at 44% 87%,
      #006cff 0,
      #8000ff 100%
    )
    0 0 no-repeat padding-box;
  background: -ms-radial-gradient(
      closest-side at 44% 87%,
      #006cff 0,
      #8000ff 100%
    )
    0 0 no-repeat padding-box;
  background: radial-gradient(closest-side at 44% 87%, #006cff 0, #8000ff 100%)
    0 0 no-repeat padding-box;
  border-radius: 88px;
  opacity: 1;
  filter: blur(50px);
  transition: all 0.5s;
}
.highlight-bg.hover:hover:before {
  width: 140%;
}
.video-holder-frame {
  position: relative;
}

.accesseryess {
  background-color: #fff;
  color: #363636;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  padding: 5px 14px;
  margin: 5px;
  padding: 1px 14px;
  margin: 5px;
  font-size: 9px;
  text-transform: uppercase;
  display: inline-block;
}
.active .accesseryess {
  background-color: #6a6a6a;
  color: #fff;
  border: 1px solid #e4e4e4;
}
.active .accesseryess:hover {
  color: #fff !important;
}
.accesseryess:hover {
  border-color: #b5b5b5;
  color: #363636;
}
.inlinelists {
  display: inline-flex;
  flex-direction: row;
}
.home-blog-post {
  /*        background-color: #f0f4f5!important;*/
}
li {
  list-style-type: none;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
a {
  text-decoration: none;
}
.blog-news-section {
  display: none;
}
.blog-support-section {
  display: none;
  background-color: #fff;
}
.support_menu {
  background-color: #353948;
  min-height: 70px;
}
.support-breadcrumbs {
  padding: 20px 0;
}
.support-top-section {
  max-width: 97%;
}
.page {
  margin-top: -20px;
}
.width-adjst {
  width: 95vw !important;
  margin-left: calc(-47vw + 49.5%) !important;
  max-width: 100vw !important;
}
.select-box,
.select-box:focus,
.select-box:focus-visible {
  border: 1px solid transparent;
  font-size: 1.5em;
  line-height: 100%;
  background-image: url(https://cdn11.bigcommerce.com/s-o257sk57z9/images/stencil/original/image-manager/icons8-expand-arrow-60.png);
  background-size: 18px;
  background-position-x: 86%;
  width: 50%;
  margin: auto;
  padding-left: 75px;
  font-family: "Roobert-Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
option {
  font-family: "Roobert-Regular";
}

@media screen and (max-width: 900px) and (min-width: 60px) {
  .select-box,
  .select-box:focus,
  .select-box:focus-visible {
    width: 100%;
    padding-left: 15px;
    background-position-x: 91%;
    font-size: 1.4em;
  }
  .blog-post-mble {
    width: 93%;
  }
  .blog-post-mble-news {
    width: 93% !important;
    margin: auto !important;
  }
  .Nextbase-News {
    margin-left: 0rem;
    margin-bottom: 0px;
    text-align: center;
  }
  .news-contactbtn {
    margin-top: 13px;
    text-align: center;
    margin-bottom: 30px;
  }
  .blog-news {
    font-size: 2.5rem;
    margin-top: 0px;
  }
  .blog-news-cnter {
    text-align: center;
  }
  .blog-support {
    font-size: 2.5rem;
  }
  .blog-support-page-banner {
    padding: 25px 15px !important;
    display: none;
  }
  .upload-btn-sctn {
    margin-left: 29%;
  }
  .dropdown-for-blog {
    left: 0% !important;
    position: absolute !important;
    right: 0% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .blog-hide-from-tags {
    margin-bottom: 60px;
  }
  .supprt-p_main_image {
    margin-top: 30px !important;
  }
  .zendesk_blog_chat_open img {
    margin-top: 0;
  }
}
.blog-support-page-banner {
  padding: 15px 1px 40px 1px;
}
.blog-sub-title {
  text-align: center;
  font-size: 4em;
  line-height: 100%;
  font-family: "Roobert-bold";
}
.dropdown-for-blog {
  left: 36%;
  outline: none;
  position: inherit;
  text-align: center;
  display: flex;
  right: 36%;
  margin-top: 50px;
  margin-bottom: 30px;
}
#main-content {
  background: #fff !important;
}
.zendesk_blog_chat_open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zendesk_blog_chat_open img {
  margin-top: 15px;
  width: 220px;
  cursor: pointer;
}
.zendesk_blog_chat_open img:hover {
  opacity: 0.8;
}

.supprt-p_main_image {
  margin-top: 75px;
}

.blog-support-chip {
  text-align: center;
}
.blog-support-chip img {
  margin-top: -5px;
  width: 8vw;
}

@media (max-width: 992px) {
  .blog-support-chip img {
    width: 110px;
  }
}

/* loader  */
.blogmainloader{
    width: 100%;
    height: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogmainloader .loaderimage {
  width: 150px;
  z-index: 9999;
}
