/*
* NewsX Paper theme main sttyle
* theme Author Noor Alam
*
*/




@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca/LexendDeca-Regular.eot');
  src: url('../fonts/LexendDeca/LexendDeca-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LexendDeca/LexendDeca-Regular.woff2') format('woff2'),
    url('../fonts/LexendDeca/LexendDeca-Regular.woff') format('woff'),
    url('../fonts/LexendDeca/LexendDeca-Regular.ttf') format('truetype'),
    url('../fonts/LexendDeca/LexendDeca-Regular.svg#LexendDeca-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca/LexendDeca-Medium.eot');
  src: url('../fonts/LexendDeca/LexendDeca-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LexendDeca/LexendDeca-Medium.woff2') format('woff2'),
    url('../fonts/LexendDeca/LexendDeca-Medium.woff') format('woff'),
    url('../fonts/LexendDeca/LexendDeca-Medium.ttf') format('truetype'),
    url('../fonts/LexendDeca/LexendDeca-Medium.svg#LexendDeca-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca/LexendDeca-SemiBold.eot');
  src: url('../fonts/LexendDeca/LexendDeca-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LexendDeca/LexendDeca-SemiBold.woff2') format('woff2'),
    url('../fonts/LexendDeca/LexendDeca-SemiBold.woff') format('woff'),
    url('../fonts/LexendDeca/LexendDeca-SemiBold.ttf') format('truetype'),
    url('../fonts/LexendDeca/LexendDeca-SemiBold.svg#LexendDeca-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}




@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca/LexendDeca-Bold.eot');
  src: url('../fonts/LexendDeca/LexendDeca-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LexendDeca/LexendDeca-Bold.woff2') format('woff2'),
    url('../fonts/LexendDeca/LexendDeca-Bold.woff') format('woff'),
    url('../fonts/LexendDeca/LexendDeca-Bold.ttf') format('truetype'),
    url('../fonts/LexendDeca/LexendDeca-Bold.svg#LexendDeca-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



:root {
  ---light-body: #ecf0f3;
  --section-color: #f9f9fc;
  --black: #000;
  --white: #fff;
  --color-primary: #0a95ff;
  --color-heding: #0d1013;
  --color-gray: #3c3e41;
  --color-gray-2: #626567;
  --gray: #6c757d;
}

body {
  font-family: 'Lexend Deca';
  font-weight: 400;
  background-color: var(---light-body);
  color: var(--black);
  overflow-x: hidden;
  font-family: 'Lexend Deca';
  background: #160042;
  /* background: #202841; */
  position: relative;
  font-size: 16px;
}

*:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lexend Deca';
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: var(--color-heding);
}

a:hover {
  color: var(--color-primary);
}

img {
  max-width: 100%;
  height: auto;
}

.bg-black {
  background: #000;
}

.text-white a {
  color: #fff;
}

.text-right {
  text-align: right;
}

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

b,
strong {
  font-weight: 500;
}

input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

[type="search"]:focus,
[type="text"]:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
}

input[type="submit"],
button,
a#clickTop {
  border: 1px solid #ccc;
  padding: 5px 20px;
  vertical-align: middle;
  background: var(--color-primary);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

input[type="submit"]:hover,
button:hover,
a#clickTop {
  background: #464646;
}

/*Primery color*/

.modal.show .modal-dialog {
  margin-bottom: 80px;
}

/* Header Top */
header {
  padding: 16px 0px;
}

.header .header-top {
  background: var(---light-body);
  color: var(--black);
  padding: 12px 0;
  display: none;
}

.header .posts-ticker {
  display: flex;
  align-items: center;
}

.header .posts-ticker a {
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  color: var(--black);
}

.header .posts-ticker a:hover {
  color: var(--color-primary);
}

.header .breaking-news {
  height: 100%;
  width: 100%;
}

.header .breaking-news-title i {
  font-size: 13px;
  color: var(--color-primary);
  margin-right: 5px;
}

.header h5.breaking-title {
  font-size: 13px;
  margin: 0;
  font-weight: 800;
  color: var(--black);
}

.header .breaking-news-title {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 10px;
}

.header .categroy-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header .categroy-tag a {
  margin-right: 10px;
  text-decoration: none;
  font-size: 13px;
  color: var(--black);
  transition: 0.3s;
}

.header .categroy-tag a:last-child {
  margin-right: 0;
}

.header .categroy-tag a:hover {
  color: var(--color-primary);
}

.header .categroy-tag i {
  margin-right: 4px;
}

.header .web-date {
  justify-content: right;
  align-items: center;
}

.header .web-date i {
  color: var(--color-primary);
  font-size: 15px;
  margin-right: 5px;
}

.header .web-date p {
  font-size: 13px;
  margin: 0;
  color: var(--black);
}

/* Header Middle */
.header .header-middle {
  /* background-color: var(--section-color); */
  padding: 0;
}

.header-middle-all-content>.row {
  align-items: center;
}

h1.site-title {
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
}

.row-headm {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.ncol-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* flex: auto; */
  flex-flow: row wrap;
}

.ncol-left {
  margin-right: 20px;
}

.header .search-box {
  background-color: var(---light-body);
  border-radius: 5px;
  flex: 0 0 70%;
}

.header .search-box input {
  outline: none;
  border: none;
  color: var(--black);
  font-size: 18px;
  padding: 10px;
  background-color: var(---light-body);
}

.search-box input.search-submit {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  text-indent: 9999px;
}

.header .search-box input:focus {
  border: 1px solid #72aee6;
}

.header .search-box input.search-field {
  padding-right: 50px;
}

.npaper.search-box form {
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.npaper.search-box form label {
  display: block;
  width: 100%;
  overflow: hidden;
}

.header .search-box a {
  font-size: 18px;
  padding: 0 20px;
  transition: 0.3s;
}

.header .search-box a:hover {
  color: var(--color-primary);
}

.search-box form:before {
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  right: 20px;
  z-index: 1;
  height: 100%;
  align-items: center;
  top: 0;
}

.header .social-links {
  margin-left: 10px;
}

.header .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header .social-links a {
  font-size: 15px;
  padding: 0 4px;
  color: var(--gray);
  transition: 0.3s;
}

.header .social-links a:hover {
  color: var(--color-primary);
}

.header .pofile-box a {
  color: var(--black);
  transition: 0.3s;
  font-size: 30px;
}

.header .pofile-box a:hover {
  color: var(--color-primary);
}

.header .pofile-box a:hover {
  color: var(--color-primary);
}

/* Main Menu style */
.mobile-menu-bar {
  display: none;
}

.menu-bar {
  position: relative;
  /* -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  background: #fafafa; */
  color: #000;
}

.menu-inner {
  align-items: center;
}

div#newsx-paper-menu ul {
  margin: 0;
}

.main-navigation ul {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
}

.main-navigation ul ul {
  margin: 0;
}

.main-navigation ul li {
  display: inline-block;
  position: relative;
  margin-left: 24px;
}


.main-navigation ul li a {
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}


/* .main-navigation ul li:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 25px;
  margin-bottom: 12.5px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
} */

.main-navigation ul li:last-child:after {
  display: none;
}

/*dropdown menu*/

.main-navigation ul li ul {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
  background: var(---light-body);
  width: 250px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 0px 5px 42px -6px rgb(92 91 92);
  box-shadow: 0px 5px 42px -6px rgb(92 91 92);
}

.main-navigation ul li ul li {
  display: block;
}

.main-navigation ul li li a,
.main-navigation ul li li:first-child a,
.main-navigation ul li li:last-child a,
.main-navigation ul li:first-child li a {
  padding: 15px;
  text-transform: none;
}

.main-navigation ul li li:after {
  bottom: auto;
  width: 100%;
  height: 1px;
  top: auto;
  margin-top: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.main-navigation ul li li:hover>a,
.main-navigation ul li li.hover>a {
  background-color: #fff;
  color: #000;
}

.main-navigation ul li:hover>a,
.main-navigation ul li:focus>a {
  color: #fff;
}

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50px;
}

.main-navigation ul ul li a {
  display: block;
}

.main-navigation ul li ul ul {
  left: 250px;
}

.main-navigation ul li:hover ul li ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.main-navigation ul li:hover ul li:hover>ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 20px;
}

.main-navigation ul ul ul ul ul {
  right: 250px;
  left: auto;
}

.main-navigation ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul {
  left: auto;
  right: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul>li.menu-item.menu-item-has-children {
  padding-right: 15px;
}

.main-navigation ul ul li.menu-item.menu-item-has-children {
  padding-right: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children>a {
  position: relative;
  z-index: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children>a:after {
  position: absolute;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 99999;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navigation ul ul li.menu-item.menu-item-has-children>a:after {
  right: 12px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

html body .slicknav_menu {
  z-index: 999;
  background: #000;
}

html body .slicknav_menu .slicknav_menutxt {
  display: none;
}

html body .slicknav_menu .slicknav_nav {
  background: #000;
  min-width: 250px;
}

html body .slicknav_menu .slicknav_btn {
  border-radius: 0;
  background: #000;
}

html body .slicknav_nav a:hover,
html body .slicknav_menu .slicknav_nav a:focus,
html body .slicknav_menu .slicknav_nav a:active {
  border-radius: 0;
  background: inherit;
  color: inherit;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.slicknav_nav {
  background: #000;
  min-width: 320px;
}

html body .slicknav_menu .slicknav_icon {
  margin: 0;
  width: 20px;
  height: 15px;
}

html body.admin-bar .slicknav_menu {
  top: 40px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

/*
 #
 # Widget style
 #
 */
.widget h2,
h2.widget-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
  text-align: left;
  border-left: 3px solid var(--color-primary);
  padding-bottom: 8px;
  padding-left: 8px;
  font-weight: 600;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  margin-bottom: 5px;
}

.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}

.widget ul li:last-child {
  border-bottom: 0;
}

.widget ul li a {
  color: inherit;
}

.widget ul li a:hover {
  color: var(--color-primary);
}

.widget .search-form .search-submit {
  width: 97%;
  margin-top: 5px;
}

.tagcloud a {
  border: 1px solid #ededed;
  background: #fff;
  padding: 5px 7px;
  margin: 0 2px 5px 0;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/*
 #
 # page And post style
 #
 */
/* Posts main title */
.newsm-title {
  position: relative;
  margin-bottom: 2rem;
  letter-spacing: 6px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px var(--black);
  display: inline-block;
  z-index: 9999;
  padding: 5px 14px;
}

.newsm-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  z-index: -1;
}

.nxsingle-post .post-thumbnail img {
  border-radius: 5px;
  overflow: hidden;
}

header.entry-header.page-header {
  margin-bottom: 1.5rem;
}

span.catname {
  background: #ededed;
  padding: 10px 15px;
  margin-right: 10px;
}

/*posts List style*/

.nx-list-item .single-nx-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background: #fff;
}

.nx-list-item .single-nx-list-item.nx-no-img {
  border-left: 5px solid var(--color-primary);
}

.nx-list-item .nx-single-list-img {
  flex: 0 0 50%;
}

.nx-list-item .nx-single-list-details {
  padding: 20px 10px 20px 25px;
}

.nx-list-item a.nx-list-categories {
  text-decoration: none;
  color: var(--color-primary);
  font-size: 12px;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img {
  width: 100%;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img:hover {
  filter: brightness(1.1);
}

.nx-list-item .nx-list-title a {
  font-size: 22px;
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  transition: 0.3s;
  line-height: 1.3;
}

.nx-list-item .nx-list-title a:hover {
  color: var(--color-primary);
}

.nx-list-item a.nx-list-categories:hover {
  color: var(--black);
}

.nx-list-item p.nx-list-dres {
  color: var(--gray);
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.nx-list-item a.nx-list-btn {
  text-decoration: none;
  color: var(--black);
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.nx-list-item a.nx-list-btn:hover {
  letter-spacing: 2px;
  color: var(--color-primary);
}

.nx-list-item .nx-list-load-more-btn {
  margin-top: 40px;
}

.nx-list-item .nx-list-load-more-btn a {
  display: inline-block;
  background: var(--white);
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--gray);
}

.nx-list-item .nx-list-load-more-btn a:hover {
  background: var(--black);
  color: var(--white);
}

.nx-list-item .nx-list-load-more-btn i {
  margin-left: 5px;
}

a.catname {
  background: #fff;
  padding: 5px 15px;
  border: 1px solid #ededed;
  margin-right: 5px;
}

.tag-btns a {
  margin-right: 5px;
  background: #555;
  color: #fff;
  padding: 5px 15px;
}

article.post.sticky>div,
article.post.sticky .grid-item-post {
  border: 1px solid #555;
}

@media (max-width: 767px) {
  .newsm-title {
    font-size: 24px;
  }

  .nx-list-item .single-nx-list-item {
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    flex: 0 0 30%;
    margin-bottom: 30px;
  }
}

@media (max-width: 580px) {
  .nx-list-item .single-nx-list-item {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .nx-list-item .nx-single-list-details {
    padding-left: 20px;
  }
}

h2.entry-title a,
h2.entry-title {
  color: #1b1b1b;
}

h1.entry-title {
  color: #ffffff;
}

/*posts grid style*/

.grid-item .grid-item-post:hover .grid-item-img:before,
.grid-item .grid-item-post:hover .grid-item-img:after {
  opacity: 1;
}

.grid-item .grid-item-post:hover .grid-item-img:before {
  bottom: -1%;
  right: -3%;
}

.grid-item .grid-item-post:hover .grid-item-img:after {
  top: -4%;
  left: -3%;
}

.grid-item a.fashion-bototm-categories {
  font-size: 12px;
  color: var(--color-primary);
}

.grid-item .grid-item-img {
  padding-bottom: 10px;
  position: relative;
  z-index: 9999;
}

.grid-item .grid-item-img:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  content: "";
  z-index: -1;
  border-bottom: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  transition: 0.5s;
  opacity: 0;
}

.grid-item .grid-item-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  content: "";
  z-index: -1;
  border-top: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  transition: 0.5s;
  opacity: 0;
}

.grid-item h2.grid-item-title a {
  text-decoration: none;
  color: var(--black);
  font-size: 20px;
  display: inline-block;
  line-height: 1.2;
  transition: 0.3s;
}

.grid-item h2.grid-item-title a:hover {
  color: var(--color-primary);
}

.grid-item p {
  color: var(--gray);
  padding-bottom: 15px;
}

.grid-item a.grid-item-btn {
  text-decoration: none;
  color: var(--gray);
  font-size: 14px;
  transition: 0.3s;
}

.grid-item-post {
  background: #fff;
}

.grid-item-post .grid-item-details {
  padding: 20px;
}

.grid-item a.grid-item-btn:hover {
  color: var(--color-primary);
  letter-spacing: 1px;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.pagination .nav-links a,
.pagination .nav-links span {
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-right: 10px;
}

.pagination .nav-links a:hover,
.pagination .nav-links span {
  color: #f8669d;
}

.entry-meta a,
.entry-meta span,
.ghead-meta {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
  color: #ffffff;
}
time.updated {
  color: #3298ff;
}



.posted-on .entry-date,
.posted-on .updated {
  margin-left: 8px;
}

.post-thumbnail img {
  border: 1px solid #ededed;
}

.nboxp-grimg {
  position: relative;
}

.nbox-grid-cat {
  background: #f8669d;
  color: #fff;
  padding: 8px 10px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
}

.nbox-grid-cat:hover {
  background: #c7366d;
  color: #fff;
}

section.no-results.not-found.xmain-404 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer {
  padding-bottom: 60px;
}

footer.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.entry-footer span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

footer.entry-footer span,
footer.entry-footer span a {
  font-size: 14px;
}

footer.entry-footer span:last-child {
  border: none;
}

.site-info a {
  color: inherit;
}

.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 10px;
  margin-bottom: 3rem;
  background: #fff;
}

.navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}




article header.entry-header.page-header {
  margin-bottom: 1.5rem;
  display: none;
}

/*404 style*/
.xmain-404 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.xmain-404 h1 {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(214, 3, 3), rgb(65, 9, 9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
# Footer style
*/
/* .site-footer {
  border-top: 1px solid #fff;
} */

.site-info.text-center {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}

a#clickTop {
  right: 5px !important;
}

/* New Theme CSS Conversion start */




.gradient-lefttop::before {
  content: "";
  position: absolute;
  /* background: transparent linear-gradient(320deg, #121A2400 0%, #36316500 22%, #5c548100 43%, #6b53c691 62%, #7C5EE5E1 78%, #8765F8F7 91%, #d3c6fe54 100%) 0% 0% no-repeat padding-box; */
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 400px;
  height: 400px;
  /* background: background: transparent radial-gradient(closest-side at 50% 50%, #8B68FF 0%, #8765F8F7 9%, #7C5EE5E1 22%, #6B53C6BE 38%, #54449C8C 57%, #3631654C 78%, #121A2400 100%) 0% 0% no-repeat padding-box; */
  /* background: transparent radial-gradient(closest-side at 50% 50%, #8B68FF 0%, #8765F8F7 9%, #7C5EE5E1 22%, #6B53C6BE 38%, #54449C8C 57%, #3631654C 78%, #121A2400 100%) 0% 0% no-repeat padding-box; */
  background-color: #ffffff00;
  background-image: linear-gradient(127deg, #494089 0%, #bc70a400 50%, #ffffff00 75%);
  z-index: -1;

}

.brand-logo img {
  height: 44px;
}

section {
  padding: 60px 0px;
}

.blog-inner.container-fluid,
.bi-blogn .container-fluid,
.bi-speed-test .container-fluid,
.bi-tools-help .container-fluid,
.bi-service .container-fluid,
.bi-internet-provider .container-fluid,
.bin-banr .container-fluid,
.bi-speedquiz .container-fluid,
.header-middle .container-fluid,
.bi-offer .container-fluid,
.bi-blog .container-fluid,
footer .container-fluid,
.bi-plninfo .container-fluid,
.bi-research .container-fluid,
.bi-breadcrumbs .container-fluid {
  padding: 0px 100px;

}

.bi-com-main {
  width: calc(100% - 0px);
}

/* SPEED MTR */

.bi-speed-test h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}


.bi-speed-test {
  background: url(../img/waves.svg);
  background-size: cover;
}

.bi-speed-value {
  background: transparent linear-gradient(214deg, #372179 0%, #53338D 48%, #141828 100%) 0% 0% no-repeat padding-box;
  padding: 20px;
  padding-top: 10px;
  border-radius: 4px;
  min-width: 320px;
}

.bi-speed-value .bi-gvalue {
  z-index: 9;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -50%);

}

.bi-speed-value .bi-gvalue .btn-bi {
  background: #8B68FF;
  border-color: #8B68FF;
  color: #fff;
  font-weight: 400;
}

.bi-speed-value .card {
  border: 1px solid #8B68FF;
  background: none;
  padding: 12px;
  /* margin-bottom: 20px; */
  border-radius: 4px;
  min-height: 96px;

}

.bi-speed-value .col-lg-6 {
  padding: 5px !important;
    flex-grow: 1;

}

.bi-speed-value .card h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.bi-speed-value .card h4 img {
  margin-right: 10px;
  width: 24px;
}

.bi-speed-value .card .count {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.bi-speed-value .card .count span {
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}

.bi-survey {
  margin-top: 30px;
}

.bi-survey h5 {
  color: #94A3C0;
  font-size: 15px;
}

.bi-speed-inner {
  background-color: rgba(139, 104, 255, 0.50);
  padding: 16px;
  border-radius: 4px;
  display: inline-block;
}

.bi-speed-inner.bi-pattern {
  background-image: url(../img/speedmeter-bg.svg);
  background-size: cover;
  border-radius: 4px;
}

.bi-speed-inner .bi-qa {
  background-color: #3F2A86;
  padding: 10px;
  border-radius: 4px;
}

.bi-survey button {
  width: 36px;
  height: 36px;
  padding: 0px;
  background: #fff;
  border: 1px solid #94A3C0;
  color: #94A3C0;
  border-radius: 50%;
  font-size: 22px;
}

.bi-survey button:first-of-type {
  margin-right: 16px;
}

.bi-survey button:hover {
  border-color: #3398FF;
  color: #3398FF;
}

.bi-survey button.active {
  border-color: #3398FF;
  color: #3398FF;
}

.bi-spdr {
  position: relative;
}

.bi-spdrb {
  position: absolute;
  background: url(../img/rectangle-spd-value.svg);
  background-size: cover;
  padding: 20px;
  left: -80px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bi-spdr .bi-spdrv {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.bi-spdr .bi-spdrv:first-of-type {
  margin-top: 0px;
}

.bi-spdr .bi-spdrv span i {
  background: #3298ff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

.bi-spdr .bi-spdrv sup {
  text-transform: capitalize;
}

.bi-spdr .bi-btn {
  background: #8B68FF;
  color: #fff;
  margin-top: 24px;
  padding: 4px;
  font-size: 14px;
  width: 100%;

}

/* SPEED MTR */

/* HEADER BNR */
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top:0px;
}

.bi-header {
  background: #160042;
}

.bi-socialicon {
  margin-left: 60px;
}


.bi-socialicon ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.bi-socialicon ul li {
  list-style: none;
}

.bi-socialicon ul li a {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  /* display: block; */
  text-align: center;
  margin: 0 10px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  transition: .5s;
  color: #3F2A86;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bi-socialicon ul li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.bi-login {
  margin-left: 60px;
}

.bi-login .btn-outline-secondary {
  border-color: #fff;
  color: #fff;
}

.bi-login .btn-outline-secondary:hover {
  background: #fff;
  color: #8B68FF;
}

.bi-login .btn-primary {
  background: #8B68FF;
  border-color: #8B68FF;
  color: #fff;
  /* width: 38px; */
  /* height: 38px; */
  /* padding: 0px; */
  /* line-height: 38px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.bin-banr {
  background: url(../img/offer-bg/banner-3.jpg);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 160px;

}

.bin-banr h1 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 46px;
  line-height: 66px;
}

.bin-banr h1 span {
  color: #3398FF;
}

.bin-banr h2 {
  color: #94A3C0;
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 52px;
}

.bin-banr h2 span {
  color: #fff;
  position: relative;
}

.bin-banr h2 span::before {
  content: "";
  position: absolute;
  background: url(../img/shape.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -55px;
}


.bin-banr .col-lg-9 {
  width: calc(100% - 377px);
}

.bin-banr .col-lg-3 {
  width: 350px;
}

/* HEADER BNR */

/* SEARCH */
/* .searchengine{
  overflow: hidden;
} */
.searchengine header {
  z-index: 9;
  position: inherit;
}

.searchengine .bi-breadcrumbs {
  position: inherit; 
   padding-top: 30px;
}

.searchengine .bi-plninfo {
  padding-top: 43px;
}

.bi-search .input-group {
  background: #ECE6FF;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.49);
  border-radius: 10px;
  z-index: 991;
}

.bi-search.bi-search-drop .input-group {
  border-radius: 10px 10px 0px 0px;
}

.bi-search .input-group .form-control {
  background: none;
  border: none;
  color: #000;
  padding-left: 60px;
  border-radius: 10px;

  height: 60px;
  position: relative;
}

.bi-search .search-sybl {
  position: absolute;
  z-index: 99;
  left: 14px;
  top: 13px;
}

.bi-search .input-group .btn-primary {
  background: #8B68FF;
  color: #fff;
  border: none;
  margin: 0px;
  padding: 0px;
  /* width: 40px; */
  height: 40px;
  line-height: 40px;
  /* position: absolute; */
  /* right: 4px; */
  /* border-radius: 5px !important; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-6px, -50%); */
  /* z-index: 9; */
  padding: 0px 12px;
  display: flex;
  align-items: center;

}

.bi-search .input-group .btn-primary i {
  font-size: 24px;
  margin-left: 5px;
}

.bi-search .input-group .form-control::placeholder {
  color: #5A637E;
}

.bi-search .input-group .form-control:focus {
  color: #000;
}


.bi-search .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0px;
}

.bi-search-list {
  position: absolute;
  /* border: 3px solid rgba(248, 248, 248, 0.09); */
  /* border-bottom: none;
  border-top: none; */
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  border-radius: 0px 0px 10px 10px;
  /* padding: 16px; */
  background: #1f2568;
  /* backdrop-filter: saturate(180%) blur(10px); */
}

.bi-search-list .bi-search-inner {
  height: 400px;
  overflow-y: auto;
}

.bi-search-drop .bi-search-list:after {
  content: "";
  background: rgba(31, 40, 104, 0.42);
  height: calc(100% + 85px);
  width: calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: -76px;
  z-index: -1;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}


/* .bi-search-list::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% + 100px);
  top:auto;
  background: #fff;
} */
/* .bi-search-list::before {
 content: "";
 position: absolute;
 top: 0px;
 left: 0;
 right: 0;

 display: inline-block;
 width: 100%;
 height: 100%;

z-index: -1;
} */

.bi-search-list .bi-listv {
  padding: 16px 30px;
  cursor: pointer;
  /* border-bottom: 1px solid rgba(248, 248, 248, 0.09); */
  color: #fff;
  border-bottom: 1px solid hsla(235, 23%, 41%, 0.3);
  /* font-size: 14px; */
  position: relative;
}

.bi-search-list .bi-listv:last-of-type {
  border-bottom: none;
}

.bi-search-list .bi-listv:after {
  content: "\ea1c";
  position: absolute;
  font-family: "tabler-icons";
  right: 22px;
  /* top: 50%;
  transform: translate(0%, -50%); */
  visibility: hidden;
  background: #8c68ff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  /* animation: slide1 1s ease-in-out infinite; */
}

/* @keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
} */
.bi-search-list:empty {
  display: none;
}

/*when hovering an item:*/
.bi-search-list .bi-listv:hover {
  background-color: rgb(50 56 121);
  /* border-radius: 10px; */
  color: #fff;
  font-weight: 500;
  transition: all .5s;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
  /* border: 1px solid #50547f; */
}

.bi-search-list .bi-listv:hover::after {
  visibility: visible;
  animation: fadeInLeft 1s ease-in-out;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bi-search-list .bi-listv:last-of-type:hover {
  border-radius: 0px 0px 10px 10px;
}

.bi-search-drop .bi-search-list .bi-listv.search-no-data::after {
  display: none;
}

/* SEARCH */

/* 
.bi-search-list .bi-listv:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bi-search-list .bi-listv:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
} */
.form-action {
  display: flex;
  align-items: center;
  min-width: 157px;
  border-left: 1px dashed #553f9d;
  padding-left: 16px;
  position: relative;
}

.form-action::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  background: #1e2b44;
  border-bottom-left-radius: 10px;
  top: -1px;
  left: -5.5px;
  border-bottom-right-radius: 10px;
}

.form-action::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  background: #1e2b44;
  border-top-left-radius: 10px;
  bottom: -1px;
  left: -5.5px;
  border-top-right-radius: 10px;
}

.ask-address {
  color: #94A3C0;
  margin: 16px 0px;
  display: flex;
  align-items: center;
}

.ask-address i {
  color: #ECE6FF;
  font-size: 24px;
  margin-right: 8px;
  margin-left: 8px;
  cursor: pointer;

}

.bi-clients ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0px;

}

.bi-clients ul li {
  list-style: none;
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  transition: .3s linear;
  opacity: .5;
  margin: 0 auto;
  position: relative;
  padding: 21px;
  text-align: center;
  margin-top: 60px;
  margin: 30px 10px 10px 20px;
  min-height: 100px;
}

.bi-clients ul li a:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px dashed #F0F0F0;
  border-radius: 20px;
  position: absolute;
  transition: .3s linear;
  opacity: .5;
}

/* 
.bi-clients ul li:hover::before {
  opacity: 1;
  animation: brandRotate 10s linear infinite;
}
*/

/* CLIENT */

.bi-clients ul li:hover {
  opacity: 1;
  background: #fff;
}


.bi-clients ul li a {
  color: #bbbac2;
  font-weight: 600;
}

.bi-clients ul li img {
  filter: grayscale(100%) invert(1) brightness(2);
  
  max-height: 60px;
  width: 120px;
  height: 60px;
  object-fit: contain;

}

.bi-clients ul li:hover img {
  filter: inherit;
  opacity: 1;
}

/* CLIENT */


.brandRotate {
  -webkit-animation-name: brandRotate;
  animation-name: brandRotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes brandRotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes brandRotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* PAGE */

.bi-title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 500;
}

.bi-title h2 span {
  color: #3397FE;
}

.bi-research .bi-title h2 span {
  display: block;
}

.bi-research {
  position: relative;
  overflow: hidden;
}

.bi-research .col-lg-4 a {
  width: 100%;
}

.bi-research::after {
  content: '';
  position: absolute;
  top: -190px;
  left: -290px;
  width: 600px;
  height: 600px;
  background-image: url(../img/glow-l.png);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  background-position: center;
  opacity: .7;
}

.bi-research::before {
  content: '';
  position: absolute;
  top: -230px;
  right: -260px;
  width: 600px;
  height: 600px;
  background-image: url(../img/glow-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  background-position: center;
  opacity: .7;
}

.bi-research .card {
  background: #6C56C2;
  color: #C1CAFF;
  text-align: center;
  position: relative;
  padding-top: 170px;
  margin-top: 100px;
  position: relative;
  border-radius: 20px;
  /* background-image: url(../img/round.svg);
  background-size: 3em 1.3125em; */


}

.bi-research .card.yellow::after,
.bi-research .card.dot-lt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 35px;
  /* background: radial-gradient(#192432 6px, transparent 7px) repeat-y; */
  background-image: url(../img/book-dot-rep.svg);
  background-repeat: no-repeat;
  /* background-size: 20px 20px; */
  /* border-right: 3px solid #D44147; */
  box-sizing: border-box;
  background-position: center;
  transform: translate(0%, 0%);
}

.bi-research .card.yellow::before,
.bi-research .card.dot-rt::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -4px;
  width: 35px;
  /* background: radial-gradient(#192432 6px, transparent 7px) repeat-y;
  background-size: 20px 20px; */
  background-image: url(../img/book-dot-rep-r.svg);
  background-repeat: no-repeat;
  /* border-right: 3px solid #D44147; */
  box-sizing: border-box;
  background-position: center;
  transform: translate(0%, 0%);
}

.bi-research .card.yellow {
  background: #FDBF11;
  color: #474C6A;
}

.bi-research .card h4 {
  color: #fff;
  padding: 30px 0px;
  font-size: 28px;
}

.bi-research .card .card-img {
  position: absolute;
  top: -70px;
}

.bi-research .card .card-img img {
  height: 230px;
}

.bi-research .card .card-body {
  padding: 0px 60px;
  min-height: 287px;
}

.bi-research .card .card-body p {
  margin-bottom: 0px;
  font-size: 18px;
}

/* PAGE */

/* BLOG */
.bi-blog .col-lg-9 {
  width: calc(100% - 358px);
}

.bi-blog .col-lg-3 {
  width: 358px;

}

.bi-blog .col-lg-3 .ad-l {
  border: 1px solid #6E7C93;
  padding: 16px;
  border-radius: 4px;
}

.bi-blog .card {
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  background: none;
}

.bi-blog .card ul {
  padding-left: 0px;
  margin-bottom: 0px;

}

.bi-blog .card ul li {
  list-style: none;
}

.bi-blog .card ul li .thumb {
  position: relative;
}

.bi-blog .banner ul li .thumb img {
  width: 950px;
  object-fit: cover;
}

.bi-blog ul li .thumb img {
  border-radius: 4px;
}

.bi-blog .card ul li .detail .meta {
  margin-bottom: 10px;
}

.bi-blog .card ul li .detail .meta span {
  margin-right: 16px;
  font-size: 14px;
}

.bi-blog .card ul li .category {
  color: #707376;
  background: #fff;
  border: 1px solid #E5E5E5;
  line-height: 16px;
  font-size: 16px;
  display: inline-grid;
  padding: 2px;
  border-radius: 4px;
}

.bi-blog .card ul li .detail .meta .date {
  color: #A5A6AA;
}

.bi-blog .card ul li .detail .meta span:last-of-type {
  margin-right: 0px;
}

.bi-blog .card ul li .detail .meta .author {
  position: relative;
  color: #94A3C0;
  padding-left: 16px;
}

.bi-blog .card ul li .detail .meta .author::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #94A3C0;
  left: 0px;
  top: 4px;
}

.bi-blog .card ul li .detail h5 {
  color: #FFFFFF;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 27px;
}

.bi-blog .card ul li .detail h5 {
  margin-top: 16px;
}

.bi-blog .card.banner ul li .detail p {
  color: #cfcfcf;
  font-size: 15px;
  line-height: 27px;

}

.bi-blog .card ul li .detail .readmore {
  color: #5E5F60;
  font-size: 18px;
  border: 1px solid #E5E5E5;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  display: none;
}

.bi-blog .card.list-h li {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 26px;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px dashed rgba(110, 124, 147, 0.467);
}

.bi-blog .card.list-h li:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

.bi-blog .card.list-h .detail {
  width: calc(100% - 160px);
  padding-right: 10px;
  margin-bottom: 0px;
}

.bi-blog .card.list-h li .thumb {
  width: 150px;
  margin-bottom: 0px;
}

.bi-bloginner {
  border: 1px solid #6E7C93;
  padding: 16px;
  border-radius: 4px;
  height: 100%;
}

.bi-bloginner .pr-15 {
  padding-right: 20px;
  border-right: 1px dashed rgba(110, 124, 147, 0.467);
}

.bi-bloginner .pl-15 {
  padding-left: 20px;
}

/* BLOG */

/* .bi-offer h2{
  position: absolute;
  top: -70px;
  background: #281353;
  border-radius: 10px;
  padding: 10px 40px;
  left: 0px;
  border-bottom-left-radius: 0px;
} */

/* CAROUSEL */
.bi-offer h2 span {
  position: relative;
}

.bi-offer .bi-title h2 span img {
  width: 36px;
  display: inline-block;
  margin-right: 5px;
  /* display: none; */
}

/* .bi-offer h2 span::after{
  content: "";
  display: inline-block;
  position: absolute;
  left: -17px;
  top: 27px;
  width: 50px;
  height: 56px;
  background: url(../img/price-tag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
} */

.bi-offer .card {
  padding: 6px;
  position: relative;
  border-radius: 20px;
  /* min-height: 10px; */
  cursor: pointer;
  /* background: url(../img/blog-sim.svg); */
  background-size: cover;
  border: 4px solid #6e7c93;
  background: none;
  /* margin: 0px 10px; */

}

/* .bi-offer .card::after{
  content: "";
  display: inline-block;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 100px;
  height: 100px;
  background: url(../img/corner.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
} */
.bi-offer .card .card-body {
  padding: 0px;
}

.bi-offer .card .bi-prlogo {
  margin-bottom: 20px;
  color: #bdbfc7;
  min-height: 42px;
}

/* .bi-offer .card .bi-prlogo img{
  filter: grayscale(100%) invert(1) brightness(2);
  
  max-height: 42px;
} */
/* .bi-offer .card h4{
  color:#fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #6E7C93;
  min-height: 100px;
  font-size: 20px;
  line-height: 36px;

} */
/* .bi-offer .card:before {
  content: "";
  position: absolute;
  width: 62px;
  height: 39px;
  top: -12px;
  right: -25px;
  transform: rotate(46deg);
  content: "";
  background-color: #17202d;
  border-bottom: 4px solid #6E7C93;
} */
/* .bi-offer .card p{
  color:#8291AF;
  margin-bottom: 20px;
  min-height: 80px;
} */
.bi-offer .card .bi-ofaction {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 60px);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 32px;
  align-items: center;
}

/* .bi-offer .card .bi-ofaction span{
 color: #8291AF;
 font-size: 14px;
} */
.bi-offer .card .bi-ofaction .readmore {
  color: #fff;
  font-size: 18px;
  border: 1px solid #3398FF;
  width: 28px;
  height: 28px;
  display: inline-block;
  visibility: hidden;
  text-align: center;
  border-radius: 100px;
  background: #3398FF;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.bi-offer .card:hover .bi-ofaction .readmore {

  visibility: hidden;
}

/* CAROUSEL */

footer {
  color: #8291AF;
}

footer ul li a {
  color: #8291AF;
  line-height: 36px;
}

.site-footer {
  background: #12032f;
  padding: 25px 0px;
}
footer .bi-socialicon{
  margin-left: 0px;
}







/* Internet speed Loader */
.speed-loader {
  color: #8c68ff;
  width: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  transform: translateX(-38px);
  animation: loader 0.5s infinite alternate linear;
  -webkit-box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  -webkit-transform: translateX(-38px);
  -webkit-animation: loader 0.5s infinite alternate linear;
}

@keyframes loader {
  50% {
    box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
  }

  100% {
    box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
  }
}

@-webkit-keyframes loader {
  50% {
    box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
  }

  100% {
    box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
  }
}

/* Internet speed Loader */

.loader-value {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
}

.loader-value div {
  position: absolute;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8B68FF;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader-value div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.loader-value div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loader-value div:nth-child(3) {
  left: 30px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loader-value div:nth-child(4) {
  left: 54px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* Wifi loader */

.wifi-loader {
  /* --background: #62abff; */
  --front-color: rgba(253, 253, 253, 0.5);
  --back-color: #3397fe;
  --text-color: #414856;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wifi-loader svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-136deg);
  transform-origin: center;
}

.wifi-loader svg circle.back {
  stroke: var(--back-color);
}

.wifi-loader svg circle.back {
  stroke-width: 6px;
  transform: rotate(-96deg);
}

.wifi-loader svg circle.front {
  stroke: var(--front-color);
}

.wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

.wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

.wifi-loader svg.circle-outer circle.back {
  animation: circle-outer 1.8s ease infinite 0.3s;
}

/* .wifi-loader svg.circle-outer circle.front {
  animation: circle-outer 1.8s ease infinite 0.15s;
} */

.wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

.wifi-loader svg.circle-middle circle {
  stroke-dasharray: 42.5 127.5;
}

.wifi-loader svg.circle-middle circle.back {
  animation: circle-middle 1.8s ease infinite 0.25s;
}

/* .wifi-loader svg.circle-middle circle.front {
  animation: circle-middle 1.8s ease infinite 0.1s;
} */

.wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

.wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

.wifi-loader svg.circle-inner circle.back {
  animation: circle-inner 1.8s ease infinite 0.2s;
}

/* .wifi-loader svg.circle-inner circle.front {
  animation: circle-inner 1.8s ease infinite 0.05s;
} */

.wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.wifi-loader .text::before,
.wifi-loader .text::after {
  content: attr(data-text);
}

.wifi-loader .text::before {
  color: var(--text-color);
}

.wifi-loader .text::after {
  color: var(--front-color);
  animation: text-animation 3.6s ease infinite;
  position: absolute;
  left: 0;
}

@keyframes circle-outer {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-middle {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-inner {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes text-animation {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}


/* Internet speed Loader */


/* CHECKBOX */

.bi-checkbx {
  --s-xsmall: 0.625em;
  --s-small: 1.2em;
  --border-width: 1px;
  --c-primary: #5F11E8;
  --c-primary-20-percent-opacity: rgb(95 17 232 / 20%);
  --c-primary-10-percent-opacity: rgb(95 17 232 / 10%);
  --t-base: 0.4s;
  --t-fast: 0.2s;
  --e-in: ease-in;
  --e-out: cubic-bezier(.11, .29, .18, .98);
  /* border-right: 2px solid #94A3C0;
    padding-right: 16px;
    margin-right: 16px; */
  display: inline;
  cursor: pointer;
}

.bi-checkbx .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.bi-checkbx .checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.bi-checkbx .checkbox+.checkbox {
  margin-top: var(--s-small);
}

.bi-checkbx .checkbox__symbol {
  display: inline-block;
  display: flex;
  margin-right: calc(var(--s-small) * 0.7);
  border: var(--border-width) solid var(--c-primary);
  position: relative;
  border-radius: 0.1em;
  width: 1.5em;
  height: 1.5em;
  transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
  box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
}

.bi-checkbx .checkbox__symbol:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 0.25em;
  height: 0.25em;
  background-color: var(--c-primary-20-percent-opacity);
  opacity: 0;
  border-radius: 3em;
  transform: scale(1);
  transform-origin: 50% 50%;
}

.bi-checkbx .checkbox .icon-checkbox {
  width: 1em;
  height: 1em;
  margin: auto;
  fill: none;
  stroke-width: 3;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  color: var(--c-primary);
  display: inline-block;
}

.bi-checkbx .checkbox .icon-checkbox path {
  transition: stroke-dashoffset var(--t-fast) var(--e-in);
  stroke-dasharray: 30px, 31px;
  stroke-dashoffset: 31px;
}

.bi-checkbx .checkbox__textwrapper {
  margin: 0;
}

.bi-checkbx .checkbox__trigger:checked+.checkbox__symbol:after {
  -webkit-animation: ripple-33 1.5s var(--e-out);
  animation: ripple-33 1.5s var(--e-out);
}

.bi-checkbx .checkbox__trigger:checked+.checkbox__symbol .icon-checkbox path {
  transition: stroke-dashoffset var(--t-base) var(--e-out);
  stroke-dashoffset: 0px;
}

.bi-checkbx .checkbox__trigger:focus+.checkbox__symbol {
  box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
}

@-webkit-keyframes ripple-33 {
  from {
    transform: scale(0);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(20);
  }
}

@keyframes ripple-33 {
  from {
    transform: scale(0);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(20);
  }
}

.checkbox__textwrapper {
  color: #553F9D;
  font-size: 14px;
  text-transform: capitalize;
}

.checkbox__textwrapper span {
  color: #8B68FF;
}

/* CHECKBOX */


/* SUBSCRIBE */

.bi-fosub .input-group {
  position: relative;
}

.bi-fosub .form-control {
  border: 1px solid #9C97B1;
  background: none;
  border-radius: 50px !important;
  min-height: 50px;
  padding-right: 60px;
  color: #fff;
  padding-left: 20px;
}

.bi-fosub .form-control::placeholder {
  color: rgba(255, 255, 255, 0.546);
}

.bi-fosub .bi-sub-finfo {
  font-size: 14px;
}

.bi-fosub .btn-primary {
  background: #8B68FF;
  border-color: #8B68FF;
  width: 37px;
  height: 37px;
  line-height: 37px;
  /* display: inline-flex; */
  padding: 0px;
  border-radius: 50% !important;
  position: absolute;
  right: -8px;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}

/* SUBSCRIBE */

/* .bi-tab .nav-tabs{
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 50px;

}   
.bi-tab .nav-tabs li a{
  color: #ede8ff;
  background: #2b2c4f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 7px 20px 6px;
  margin: 0 30px 1px 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  font-size: 18px;
}
.bi-tab .nav-tabs li a.active,
.bi-tab .nav-tabs li a:hover,
.bi-tab .nav-tabs li a.active:hover{
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
  font-weight: 600;
}
.bi-tab .nav-tabs li a:before{
  content: "";
  background: #3397FE;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.3s ease 0s;
}
.bi-tab .nav-tabs li a.active:before,
.bi-tab .nav-tabs li a:hover:before{
  opacity: 1;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}
.bi-tab .bi-tab-content{
  color: #222;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 20px 0px;

}
.bi-tab .bi-tab-content>.tab-pane {
  display: none;
}
.bi-tab .bi-tab-content>.active {
  display: block;
} */


/* LIST */
.bi-sp-list {
  padding-left: 0px;
}

/* .bi-sp-list li {
  border: 2px solid #6e7c93;
  padding: 16px;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 16px;
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bi-sp-list li:hover{
  border: 2px solid #8c68ff;
} */
.bi-sp-list li .bi-lsc {
  background: #2e2958;
  padding: 16px;
  border-radius: 14px;
  margin-bottom: 16px;
}

/* .bi-sp-list li:hover .bi-lsc{
  background: #3d3672;
} */

.bi-sp-list li .bi-sp-bx.bi-sp-offer {
  flex: 0 0 100%;
  max-width: 100%;
  /* align-items: center; */
  margin-bottom: 20px;
  min-height: 60px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-logo {
  margin-bottom: 20px;
  min-height: 43px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-logo img {
  filter: grayscale(100%) invert(1) brightness(2);
  
  max-height: 60px;
  width: 120px;
  height: 60px;
  object-fit: contain;
  object-position: left;
  
}

.bi-sp-list li .bi-sp-bx.bi-sp-speed {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-speed sub {
  font-size: 14px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-speed h5 {
  font-size: 20px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-offer h5 {
  font-size: 18px;
  line-height: 30px;
  min-height: 90px;
  display: inline-block;
  word-break: break-word;
}

.bi-sp-list li .bi-sp-bx {
  position: relative;
  display: flex;
}

.bi-sp-list li .bi-sp-bx.bi-sp-price {
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
}

.bi-sp-list li .bi-sp-bx.bi-sp-des {

  border-top: 1px solid #6e7c93;
  padding-top: 20px;
  margin-top: 20px;
  color: #bfacff;
  font-size: 16px;

}

.bi-sp-list li .bi-sp-bx.bi-sp-price .bi-rel-icon {
  display: none;
}

.bi-sp-list li .bi-sp-bx.bi-sp-price h5 {
  font-size: 24px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-price h5 sup,
.bi-sp-list li .bi-sp-bx.bi-sp-price h5 sub {
  font-size: 14px;
  margin-right: 8px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-btn {
  position: absolute;
  bottom: 2px;
  right: 0px;
  z-index: 1;
  
}
.bi-sp-bx.bi-sp-btn .btn{
  min-height:33px ;
}
.bi-sp-list li .bi-sp-bx.bi-sp-btn .btn span{
  display: none;
}

.bi-sp-list li:hover .bi-sp-bx.bi-sp-btn .btn span {
  transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
  display: block;
}

.bi-sp-list li .bi-sp-bx.bi-sp-btn .btn-primary {
  /* width: 36px;
  height: 36px;
  border-radius: 50%; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 20px;
  font-size: 14px;
  border-top-right-radius: 0px;
  background: #3397fe;
  border: none;
}

.bi-sp-list li .bi-sp-bx.bi-sp-btn .btn-primary i {
  margin-left: 5px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-btn .btn-primary:hover,
.bi-sp-list li .bi-sp-bx.bi-sp-btn .btn-primary:focus {
  background: #5dacfb;
}

.bi-sp-list li .bi-sp-bx h6 {
  color: #9CA3AF;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
}

.bi-sp-list li .bi-sp-bx sub {
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
}

.bi-sp-list li .bi-sp-bx h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0px;
  word-wrap: break-word;
  line-height: 16px;
}

.bi-sp-list li .bi-sp-bx h5 sub {
  bottom: 0px;
}

.bi-sp-list li .bi-sp-bx .bi-rel-icon {
  margin-right: 10px;
  flex: 0 0 30px;
  max-width: 30px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-speed .bi-sp-main {
  width: 100%;
}

.bi-sp-list li .bi-sp-bx.bi-sp-speed .bi-sp-speed-g {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px dashed #8c68ff;
  padding: 10px;
  border-radius: 5px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-speed .bi-sp-speed-g:first-of-type {
  margin-right: 8px;
}

.bi-sp-list li .bi-sp-bx.bi-sp-speed .bi-sp-speed-g:last-of-type {
  margin-left: 8px;
}

.bi-highlight {
  color: #3397FE !important;
}

.bi-bt {
  list-style: none;
  display: flex;
  /* height: 100%; */
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0px;
  align-items: center;
  /* justify-content: center; */
}

.bi-bt li {
  width: calc(33.8% - 25px);
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 25px;
}

.bi-bt li:nth-child(3n+3) {
  margin-right: 0px;

}

.bi-upb-pln .bi-lsc {
  margin-bottom: 0px !important;
}

/* LIST */

/* COMPARE */


.bi-compare .bi-compare-wrapper .bi-compare-columns .top-info .form-select {
  padding: 5px;
}


.bi-compare ul {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.bi-compare ul li {
  list-style: none;
  /* background: #fff; */
  color: #373737;
  min-height: 115px;
}

.bi-compare .bi-features ul li img {
  margin-right: 16px;
}

.bi-compare {
  display: flex;
  border: 1px solid #d9d7e5;
  border-radius: 4px;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns {
  display: flex;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li {
  list-style: none;
  flex-grow: 1;
  position: relative;
  width: 100%;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns>li {
  border-right: 1px solid #d9d7e5
}

.bi-compare .bi-compare-wrapper .bi-compare-columns>li:first-of-type {
  border-left: 1px solid #d9d7e5
}

.bi-compare .bi-compare-wrapper .bi-compare-columns>li:last-of-type {
  border-right: none;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li {

  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 115px;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeedvc {
  text-align: center;
  margin-bottom: 16px;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeedvc img {
  width: 30px;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li:nth-child(1) .bi-cprice {
  /* font-size: 24px; */
  color: #311688;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li:nth-child(1) .bi-cprice sub {
  font-size: 14px;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li:nth-child(2) {
  flex-direction: column;
  min-height: 186px;
}

.bi-compare-list li:nth-child(2) {
  /* background-color: rgba(234, 222, 255, 0.03); */
  min-height: 186px;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cyes {

  font-size: 30px;
  text-align: center;
  color: #8c68ff;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cno {
  color: #94A3c0;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value img {
  width: 30px;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value span:first-of-type {
  font-size: 20px;
  color: #000;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value .bi-mbps {
  color: #94A3c0;
  font-size: 14px;
  margin-bottom: 16px;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value span:last-of-type {
  margin-top: 4px;
  font-size: 12px;
  color: #0073ff;
}

.bi-compare .top-info {
  /* border: 1px solid #ebe7f8; */
  border-bottom: none;
  border-left: none;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  min-height: 194px;
}

.bi-compare .top-info .bi-offers h6 {
  color: #000;
  line-height: 24px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 80px;
}

.bi-compare .top-info .bi-provider img {
  /* filter: grayscale(100%) invert(1) brightness(2);
  
  max-height: 42px; */
  width: 120px;
  height: 60px;
  object-fit: contain;
  object-position: left;
  
}

.bi-compare .top-info .bi-provider .form-select {
  margin-bottom: 30px;
}

.bi-compare .top-info .bi-provider,
.bi-compare .top-info .bi-offers {
  position: relative;
}

.bi-compare .top-info .bi-provider {
  margin-bottom: 20px;
}

.bi-compare .top-info .bi-offers {
  margin-bottom: 0px;
}

.bi-compare .top-info .bi-provider a,
.bi-compare .top-info .bi-offers a {
  position: absolute;
  right: 10px;
  top: 0px;
  transform: translate(0%, -50%);
  visibility: hidden;
}

.bi-compare .top-info .bi-provider:hover a,
.bi-compare .top-info .bi-offers:hover a {
  visibility: visible;
}

.bi-compare-edit {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #3397fe;
  text-align: center;
  border-radius: 50% !important;
  color: #fff;
}

.bi-compare .top-info .bi-provider,
.bi-compare .top-info .bi-offers {
  width: 100%;
}

.bi-compare-list li {
  padding: 20px;
  border-top: 1px solid #d9d7e5;
  /* border-right: 1px solid rgba(199, 223, 251, 0.3); */
  min-height: 100px;
  display: flex;
  align-items: center;
}


.bi-compare .bi-compare-wrapper .bi-compare-columns>li:hover {
  background-color: rgba(234, 222, 255, 0.07);
  cursor: pointer;
}

.bi-compare .bi-compare-wrapper {
  width: calc(100% - 220px);
}

.bi-compare .bi-detail .form-select {
  border: none;
  border-bottom: 1px dashed rgba(139, 104, 255, 0.575);
  border-radius: 0px;
  background: none;
  color: #fff;
}

.bi-compare .bi-offers .input-group .input-group-text {
  background: none;
  border: none;
  border-bottom: 1px dashed rgba(139, 104, 255, 0.575);
  border-radius: 0px;
  padding-left: 0px;
  color: #3397fe;
}

.bi-compare .bi-compare-wrapper .bi-compare-columns>li:hover {
  background-color: rgba(234, 222, 255, 0.07);
  cursor: pointer;
}

.bi-compare .bi-planclose {
  background: #e8727d;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom-left-radius: 4px;
  display: none;
  cursor: pointer;
}

.bi-compare .bi-detail:hover .bi-planclose {
  display: flex;
}

.bi-compare .bi-features {
  /* border-left: 1px solid #ebe7f8; */
  width: 220px;
}

/* COMPARE */

/* PLAN INFO IN PAGE */

.bi-plninfo {
  padding-top: 273px;
}
.filterbyresults .bi-plninfo{
  padding-top: 316px;
}
.bi-plninfo h4 {
  padding-top: 60px;
  color: #fff;
  padding-bottom: 30px;
}

.bi-plninfo form {
  margin-bottom: 60px;
}

.bi-plninfo .bi-search .form-action {
  display: flex;
  align-items: center;
  min-width: 172px;
}

.bi-plninfo h4 span {
  color: #3397fe;
  margin-left: 8px;
}

.bi-plninfo .bi-latest-offer .bi-bc-off {
  margin-top: 0px;
}

.bi-plninfo h4 img {
  margin: 0px 10px;
  filter: grayscale(100%) invert(1) brightness(2);
  
  max-height: 40px;
}

/* PLAN INFO IN PAGE */



.bi-sp-logo {
  color: #bbbac2;
}

/* POPOVER */

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
  border-right-color: #6d56c2;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(109 86 194);
}

.popover {
  background-color: #6d56c2;
  border-color: #6d56c2;
  border-radius: 4px;
  color: #fff;
  font-family: inherit;
}

.popover-body {
  padding: 8px;
  color: #212529;
  font-size: 12px;
  color: #fff;
}

/* POPOVER */

/* 
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}


@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
} */



.bi-nodata-found-m {
  width: 100%;
  text-align: center;
  background: none !important;
  border: none !important;
}


.bi-nodata-found img {
  margin-bottom: 10px;
  max-height: 250px !important;
}

.bi-nodata-found h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 42px;
}

/* BREADCRUMB */

.bi-breadcrumbs {
  position: fixed;
  width: 100%;
  /* background-image: url(../img/inner-page-bg.png),linear-gradient(#1d1d1d,#1d1d1d);  */
  background: #140933;
  /* background-image: radial-gradient(at top right, rgb(21 30 42 / 59%) 0%, rgb(12 4 23 / 36%) 100%);
  background-size: cover;
  background-repeat: no-repeat; */
  z-index: 9;
  padding: 30px 0px;
  padding-top: 107px;
}

.bi-breadcrumbs h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 28px;
  display: flex;
}

.bi-breadcrumbs h4 span {
  color: #3397fe;
  margin-left: 0px;
}

.bi-breadcrumbs .bi-cityb {
  padding-left: 10px;
}

.bi-breadcrumbs h4 span b {
  color: #fff;
  margin-right: 8px;
  font-weight: 500;
}

.bi-breadcrumbs .bi-cityb {
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  display: inline-block;
}

.bi-breadcrumbs h4 span img {
  filter: grayscale(100%) invert(1) brightness(2);
  
  max-height: 50px;
  margin: 0px 8px;
  height: 32px;
  object-fit: contain;
  object-position: left;
  
}

.bi-breadcrumbs p {
  font-size: 18px;
  color: #9CA3AF;
  margin-bottom: 0px;
}

/* BREADCRUMB */

/* FILTER */
.bi-filter .modal-content {
  background-color: rgba(50, 37, 90, 0.95);
  border: 3px solid rgb(93 78 142);
}

.bi-filter .bi-ftitle {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding-bottom: 20px;
}

.bi-filter .input-group {
  margin-bottom: 25px;
}

.bi-filter .input-group-text {

  background-color: #32265a;
  border: 1px solid #5d598a;
  border-radius: 0.25rem;
}

.bi-filter .input-group-text img {
  height: 20px;
}

.bi-filter .input-group .form-select {
  border: 1px solid #5E598C;
  background-color: #32265a;
  border-left: none;
  color: #BFACFF;
  padding-left: 0px;
}

.bi-filter .btn-primary {
  color: #fff;
  background-color: #3397fe;
  border-color: #3397fe;
}

.bi-filter .btn-primary:hover,
.bi-filter .btn-primary:focus {
  color: #fff;
  background-color: #52a5f7;
  border-color: #52a5f7;
}

.bi-filter .btn-warning {
  color: #32265a;
  background-color: #e1e1e2;
  border-color: #e1e1e2;
  margin-right: 16px;
}

.bi-filter .btn-warning:hover {
  color: #8c68ff;
  background-color: #fff;
  border-color: #fff;
}

.bi-filter h5 {
  color: #fff;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 20px;
  position: relative;
}

/* .bi-filter h5 i{
  font-size: 27px;
    margin-top: -20px;
    position: absolute;
    top: 20px;
    left: 0px;
    color:#fff;
} */
.bi-paction {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.bi-paction .btn-group {
  margin-left: 40px;
  background: #2e2958;
}

.bi-reset {
  position: absolute;
  right: 0px;
  bottom: -40px;
  font-size: 12px;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
}

.bi-reset:hover {
  background: rgb(250, 216, 216);
  color: rgb(186, 48, 48);
}

.bi-frbtn {
  background: #8c68ff;
  border: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  padding: 0px;
  border-radius: 4px;
  font-size: 18px;

}

.bi-frbtn:hover,
.bi-frbtn:focus {
  background: #9475f9;
}

.bi-paction .btn-outline-primary {
  color: #3397fe;
  border-color: #3397fe;
  font-size: 18px;
  padding: 0px;
  height: 36px;
  width: 36px;
  line-height: 36px;
}

.bi-paction .btn-outline-primary:hover {
  color: #fff;
  background: #3397fe;
}

.bi-paction .btn-outline-primary.active {
  color: #fff;
  z-index: 0;
}

.best-offer {
  position: fixed;
  left: -33px;
  transform: rotate(-90deg);
  top: 145px;
  background: #8c68ff;
  border-color: #8c68ff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 9;
}

.best-offer:hover,
.best-offer:focus {
  background: #9d82f5;
  border-color: #8c68ff;
}



.bi-fclose {
  background: #e8727d;
  color: #ffffff;
  border: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 0px;
  border-radius: 50%;
  font-size: 14px;
}


.bi-fclose:hover {
  background: #f68b96;
}

.entry-content p,
.entry-content ul li {
  color: #a8a8bd !important;
  font-size: 16px;
  line-height: 32px;
}

/* .bi-offer .bi-carousel-action{
  
  position: absolute;
  right: 12px;
  top:0px;
}
.bi-offer .bi-carousel-action .carousel-control-prev, .bi-offer .bi-carousel-action .carousel-control-next {
  position: inherit;
  top: -50px;
  bottom: 0;
  z-index: 1;
  display: initial;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  opacity: inherit;
}

.bi-offer .bi-carousel-action .carousel-control-prev i, .bi-offer .bi-carousel-action .carousel-control-next i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: #3397fe;
  border-radius: 50%;

} 
.bi-offer .bi-carousel-action .carousel-control-prev i{
position: absolute;
right: 70px;
}

.post-imgr .post-thumbnail {
  display: inline-block;
  width: 50%;
  float: right;
  padding: 0px 0px 10px 10px;
}
.post-imgr .post-thumbnail img {
  border: #f1f1f1 solid 1px;
  border-radius: 4px;
  padding: 5px;
}*/
/* FILTER */

.bi-no-data img {
  width: 100px;
}

.bi-under-page h4 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 28px;
}

.bi-under-page h6 {
  color: #6e7c94;
  font-size: 20px;
  margin-bottom: 30px;
}

.bi-under-page .btn-primary {
  background: #8B68FF;
  border-color: #8B68FF;
  color: #fff;
}

.bi-under-page img {
  width: 460px;
}

/* .bi-latest-offer {
  position: relative;
}

.bi-latest-offer .thumbnail {
  margin: 0 15px;
}

.bi-latest-offer .customNavigation {
  transform: translateY(-50%);
  top: calc(50% - 37px);
  position: absolute;
  width: 100%;
  left: 0;
}

.bi-latest-offer .customNavigation>span {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

.bi-latest-offer .pager-left {
  left: calc(0% + 15px);
}

.bi-latest-offer .pager-right {
  right: calc(0% + 15px);
}

.bi-latest-offer .next,
.bi-latest-offer .prev {
  font-size: 28px;
  color: #ccc;
}
.bi-latest-offer .owl-item .card::after{
  display: none;
}

.bi-latest-offer .card{
  position: relative;
  
} */
/* .bi-latest-offer .card::after,
.bi-latest-offer .card::before{
  content: "";
  position: absolute;
  background: #202841;
  z-index: -1;
} 
.bi-latest-offer .card::before{
  bottom: -4em;
  left: 0px;
  width: 65%;
  height: 7rem;
  border-bottom-left-radius: inherit ;
} 
.bi-latest-offer .card::after{
  content: "";
  position: absolute;
  background: #202841;
  z-index: -1;
} 
.bi-latest-offer .card::after{
  bottom: -2.6em;
 right: 0.3em;
 width: 59%;
 height: 9em;
 transform: rotate(-42deg);
 border-radius: inherit;
   
}  */

/* LATEST OFFER */

.bi-latest-offer .card .card-inner .card-body .bi-vaild-till {
  margin-bottom: 16px;
}

.bi-latest-offer .card .card-inner .card-body .bi-vaild-till span {
  background: #d6d6d6;
  color: #676767;
  border-radius: 10px;
  padding: 6px 8px;
  display: inline-block;
  font-size: 12px;
}

.bi-latest-offer .card h4 {
  color: #000;
  border-bottom-color: rgba(255, 255, 255, 0.324);
  transition: transform 0.3s ease;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0px;
  line-height: 26px;
}

.bi-latest-offer .card p {
  color: #2e2f51;
  transition: transform 0.3s ease;
  font-size: 14px;
}

.bi-latest-offer .card .bi-ofaction span {
  color: #fff;
  font-size: 14px;
}

.bi-latest-offer .owl-item {
  transition: transform 0.3s ease;
}

.bi-latest-offer .owl-item .bi-com .item {
  padding: 0px;
}

.bi-latest-offer .card .bi-prlogo img {
  /* filter: grayscale(100%) invert(1) brightness(2); */
  opacity: 1;
  width: 120px;
  height: 60px;
  object-fit: contain;
  object-position: left;
  
  transition: transform 0.3s ease;
}

.bi-latest-offer .owl-item .bi-com .item:hover {
  transform: scale(.99);
}

.bi-latest-offer .owl-item:hover .card h4 {
  font-size: 16.5px;
  transition: transform 0.3s ease;
}

.bi-latest-offer .owl-item:hover .card p {
  font-size: 14.2px;
  transition: transform 0.3s ease;
}

.bi-latest-offer .owl-item:hover .card .bi-ofaction span {
  font-size: 14.2px;
  transition: transform 0.3s ease;
}

.bi-latest-offer .owl-item:hover img {
  transform: scale(1.02);
  /* Apply zoom effect to the image */
}

.bi-latest-offer .card .card-inner {
  border-radius: 20px;
  padding: 20px;
  background-size: cover;
  min-height: 380px;
  overflow: hidden;

}

.bi-latest-offer .bi-att .card {
  background: linear-gradient(209.21deg, rgb(64 32 122) 13.57%, rgb(119, 63, 211) 98.38%);
  border: none;
}

.bi-latest-offer .bi-att .card .card-inner {
  background: url("../img/offer-bg/laptop.jpg");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .bi-mediacom .card {
  background: linear-gradient(209.21deg, rgb(33, 8, 140) 13.57%, rgb(64, 194, 220) 98.38%);
  border: none;
}

.bi-latest-offer .bi-mediacom .card .card-inner {
  background: url("../img/offer-bg/mobile.jpg");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .bi-comcast .card {
  background: linear-gradient(209.21deg, rgb(87, 15, 141) 13.57%, rgb(243, 91, 160) 98.38%);
  border: none;
}

.bi-latest-offer .bi-comcast .card .card-inner {
  background: url("../img/offer-bg/wifi-people.jpg");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .bi-cox .card {
  background: linear-gradient(209.21deg, rgb(101, 187, 118) 13.57%, rgb(70, 111, 171) 98.38%);
  border: none;
}

.bi-latest-offer .bi-cox .card .card-inner {
  background: url("../img/offer-bg/laptopn.jpg");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .owl-item:hover .card .card-inner {
  background-size: 101%;
  transition: background-size 0.3s ease;
  background-size: cover;
  background-repeat: no-repeat;
}

.bi-latest-offer .bi-offer1 .card .card-inner {
  background: url("../img/offer-bg/bi-offer-1.png");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .bi-offer2 .card .card-inner {
  background: url("../img/offer-bg/bi-offer-2.png");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .bi-offer3 .card .card-inner {
  background: url("../img/offer-bg/bi-offer-3.png");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .bi-offer4 .card .card-inner {
  background: url("../img/offer-bg/bi-offer-4.png");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .bi-offer5 .card .card-inner {
  background: url("../img/offer-bg/bi-offer-5.png");
  background-size: cover;
  background-position: center;

}

.bi-latest-offer .bi-offer6 .card .card-inner {
  background: url("../img/offer-bg/bi-offer-6.png");
  background-size: cover;
  background-position: center;

}

/* 
.bi-latest-offer .owl-item:nth-child(5) .card{
  background: linear-gradient(209.21deg, rgb(63, 55, 201) 13.57%, rgb(165, 83, 218) 98.38%);
  border: none;
}

.bi-latest-offer .owl-item:nth-child(6) .card{
  background: linear-gradient(209.21deg, rgb(22, 155, 173) 13.57%, rgb(0, 54, 135) 98.38%);
  border: none;
}

.bi-latest-offer .owl-item:nth-child(7) .card{
  background: linear-gradient(209.21deg, rgb(64 32 122) 13.57%, rgb(119, 63, 211) 98.38%);
  border: none;
}

.bi-latest-offer .owl-item:nth-child(8) .card{
  background: linear-gradient(209.21deg, rgb(33, 8, 140) 13.57%, rgb(64, 194, 220) 98.38%);
  border: none;
}

.bi-latest-offer .owl-item:nth-child(9) .card{
  background:linear-gradient(209.21deg, rgb(87, 15, 141) 13.57%, rgb(243, 91, 160) 98.38%);
  border: none;
}

.bi-latest-offer .owl-item:nth-child(10) .card{
  background: linear-gradient(209.21deg, rgb(101, 187, 118) 13.57%, rgb(70, 111, 171) 98.38%);
  border: none;
} */
/* 
.owl-theme .owl-dots, .owl-theme .owl-nav {
  margin-top: 60px;
} */
.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #d4d5ed;
  border: 2px solid rgb(169 173 186);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #90c2f5;
  border: 2px solid #3397FE;
}

.bi-bc-off {
  background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
  border: 1px solid rgba(255 255 255 / 15%);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 60px;
  /* background-image: url(../img/waves.svg); */
  /* background-size: cover; */
  /* border-top-left-radius: 0px; */
  position: relative;
  margin-top: -160px;
}

.bi-bc-off .bi-com {
  position: relative;
}

/* .bi-bc-off .bi-com .bi-title h2{
 position: absolute;
 top:0px;
} */

.bi-bc-owl .custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0px;
  z-index: 1;
}

.bi-bc-owl .owl-prev,
.bi-bc-owl .owl-next {
  background-color: #8B68FF;
  border: 1px solid #8B68FF;
  color: white;
  width: 40px;
  border: none;
  cursor: pointer;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  position: absolute;
}

.bi-bc-owl .owl-prev {
  left: -40px;
}

.bi-bc-owl .owl-next {
  right: -40px;
}

.bi-bc-owl .owl-prev:hover,
.bi-bc-owl .owl-next:hover {
  background-color: #9578f6;
  border: 1px solid #9578f6;
}

.bi-primary {
  background: #8B68FF;
  border-color: #8B68FF;
  border-width: 2px;
  color: #fff;
  margin-left: 16px;
}

.bi-primary:hover {
  background: #fff;
  color: #8B68FF;
  border-color: #8B68FF;
}

/* LATEST OFFER */



.btn {
  cursor: pointer;
}

.icon-close {
  right: 2rem;
  top: 1.8rem;
  transition: right .6s ease-in-out;
  cursor: pointer;
}


.toggle-form {
  right: -9999px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: right .6s ease-in-out;
}

.toggle-form.active {
  right: 0;
}

.toggle-form .formwrap img {
  width: 20px;
}

@media (max-width: 575px) {
  .formwrap {
    width: 100%
  }
}

/* TABLE */
.bi-dtable .dataTables_wrapper .dataTables_filter {
  display: none;
}

/* .bi-dtable .hide-provider-header thead th:nth-child(2) {
  border-top-left-radius: 20px;
} */

table.dataTable {
  border-radius: 20px;
  border: 1px solid rgb(110 124 147 / 50%);
}

.bi-dtable table.dataTable>thead {
  background: #2e2958;
}

.bi-dtable table.dataTable>thead>tr>th:first-of-type {
  border-top-left-radius: 20px;
}

.bi-dtable table.dataTable>thead>tr>th:last-of-type {
  border-top-right-radius: 20px;
}

.bi-dtable table.dataTable>thead>tr>th:last-of-type::before,
.bi-dtable table.dataTable>thead>tr>th:last-of-type::after {
  display: none;
}

.bi-dtable table.dataTable>thead>tr>th,
.bi-dtable table.dataTable>thead>tr>td {
  color: #bfacff;
  padding: 16px 16px;
  font-weight: 400;
  font-size: 16px;
}

.bi-dtable table.dataTable>thead>tr>th {
  padding-right: 40px;
}

.bi-dtable table.dataTable tbody th,
.bi-dtable table.dataTable tbody td {
  color: #fff;
  padding: 16px;
}

.bi-dtable table.dataTable tbody th,
.bi-dtable table.dataTable tbody td {
  color: #fff;
  padding: 20px 16px;
}

.bi-dtable table.dataTable.row-border>tbody>tr>th,
.bi-dtable table.dataTable.row-border>tbody>tr>td,
.bi-dtable table.dataTable.display>tbody>tr>th,
.bi-dtable table.dataTable.display>tbody>tr>td {
  border-top: 1px solid rgb(110 124 147 / 50%);
  font-size: 18px;
  font-weight: 400;
}

.bi-dtable table.dataTable.display>tbody>tr:first-of-type>td {
  border-top: none;
}

.bi-dtable table.dataTable.display>tbody>tr>td:last-of-type {
  min-width: 130px;
  text-align: center;
}

.bi-dtable table.dataTable.display>tbody>tr>td .btn-primary {
  color: #fff;
  border: 1px solid #3397fe;
  background: rgba(51, 153, 254, 0.224);

}
.bi-dtable table.dataTable.display>tbody>tr>td .btn-primary span{
  display: none;
}
.bi-dtable table.dataTable.display>tbody>tr:hover .btn-primary span{
  transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
  display: inline-block;
}
.bi-dtable table.dataTable.display>tbody>tr>td .btn-primary:hover,
.bi-dtable table.dataTable.display>tbody>tr>td .btn-primary:focus {
  background: #4fa3f6;
  color: #fff;

}

.bi-dtable table.dataTable.display>tbody>tr>td .bi-highlight {
  color: #fff !important;
}

.bi-dtable table.dataTable.display>tbody>tr:hover>td .bi-highlight {
  color: #3397fe !important;
}

/* .bi-dtable table.dataTable tbody td .bi-pt-logo{
  margin-right: 20px;
} */
.bi-dtable table.dataTable tbody td .bi-pt-logo img {
  filter: grayscale(100%) invert(1) brightness(2);
  
  max-height: 60px;
  width: 120px;
  height: 60px;
  object-fit: contain;
  object-position: left;
}

.bi-dtable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.bi-dtable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.bi-dtable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: rgba(140, 104, 255, 0.14);
  box-shadow: none;
  border-radius: 50%;
}
.bi-dtable table.dataTable.no-footer {
  border-bottom: 1px solid rgb(110 124 147 / 50%);
  margin-bottom: 30px;
}
.bi-dtable .dataTables_wrapper .dataTables_length,
.bi-dtable .dataTables_wrapper .dataTables_filter,
.bi-dtable .dataTables_wrapper .dataTables_info,
.bi-dtable .dataTables_wrapper .dataTables_processing,
.bi-dtable .dataTables_wrapper .dataTables_paginate {
  color: #fff;
}


.bi-dtable .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.bi-dtable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(to bottom, rgb(140 104 255) 0%, rgb(140 104 255) 100%);
}

.bi-dtable table.dataTable thead>tr>th.sorting:before,
.bi-dtable table.dataTable thead>tr>th.sorting_asc:before {
  content: "\ea62";
  font-family: "tabler-icons" !important;
}

.bi-dtable table.dataTable thead>tr>th.sorting:after,
.bi-dtable table.dataTable thead>tr>th.sorting_asc:after {
  content: "\ea5f";
  font-family: "tabler-icons" !important;
}

.bi-dtable tr td .bi-pt-logo .bi-text-logo {
  display: none;
}

.bi-dtable table.dataTable.display>tbody>tr:hover {
  background: rgba(46, 41, 88, 0.4);
}

.bi-dtable table.dataTable.display>tbody>tr:hover>td:last-of-type {
  color: #3397fe;
}

.bi-dtable .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  margin-left: 12px;
  background: rgba(140, 104, 255, 0.14);
}

/* TABLE */

/* PAGE SEARCH */

/* .bi-breadcrumbs .bi-bheading{
  margin-bottom: 30px;
} */
.bi-breadcrumbs .bi-search {
  margin-left: 0px;
  min-width: 60%;
  position: absolute;
  left: 20%;
  /* left: 0px; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, 0%); */
  /* z-index: 9; */
  margin: 0 auto;
  z-index: 9999;
}

.bi-breadcrumbs .bi-search form {
  z-index: 9;
  position: relative;
}

/* .bi-breadcrumbs .bi-search .input-group {
  background: none;
  box-shadow: none;
  border-radius: 10px;
  border-bottom: 1px dashed #3298ff;
  border-radius: 0px;
}
.bi-breadcrumbs .bi-search .search-sybl {
  left: 0px;
}
.bi-breadcrumbs .bi-search .search-sybl img{
  filter: grayscale(100%) invert(1) brightness(2);
  opacity: .6;
}
.bi-breadcrumbs .bi-search .input-group .form-control {
  padding-left:50px ;
  color: #fff;
}
.bi-breadcrumbs .bi-search .input-group .form-control::placeholder{
  color: #fff;
} */
.bi-breadcrumbs .bi-bheading .bichgecity a {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  /* display: block; */
  text-align: center;
  margin-left: 0px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #8B68FF;
  transition: .5s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}

.bi-breadcrumbs .bi-hgp {
  position: relative;
}

.bi-breadcrumbs .bi-hgp .bichgecity {
  position: absolute;
  right: -30px;
  top: -10px;
}

.page-template-default header, .post-template-default header, .category  header{
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.category  h1.page-title{
  font-size: 20px;
  color: #fff !important;
  text-align: center;
  line-height: 1.5;
  /* Override Select2's default styles */
}


.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #8c68ff;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 14px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #160042;
  background-color: #bfacff;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
}

/* Customize the tags */
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #0056b3;
  border-radius: 0.25rem;
  padding: 2px 5px;
  margin: 2px 5px;
}

/* Customize the remove button on tags */
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  width: 100% !important;
}

/* .select2-container {
  width: 100% !important;
} */

.slider-selection {
  background: #8c68ff !important;
}

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}

.slider-handle {
  background-color: #fff !important;
  background-image: none !important;
  -webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
}

.slider-strips .slider-selection {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  background-color: #8c68ff !important;
  border-radius: 4px;
  color: #fff !important;
}

.tooltip.top .tooltip-arrow {
  display: none !important;
}

.slider .tooltip.top {
  margin-top: -25px !important;
}

.well {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0;
}

.slider-ghost .slider-track {
  height: 5px !important;
}

.slider-ghost .slider-handle {
  top: -2px !important;
  border: 5px solid #f77500;
}

.slider-success.slider-ghost .slider-handle {
  border-color: #5cb85c;
}

.slider-primary.slider-ghost .slider-handle {
  border-color: #428bca;
}

.slider-info.slider-ghost .slider-handle {
  border-color: #5bc0de;
}

.slider-warning.slider-ghost .slider-handle {
  border-color: #f0ad4e;
}

.slider-danger.slider-ghost .slider-handle {
  border-color: #d9534f;
}

.bi-fildes .form-group label {
  color: #bfacff;
  margin-bottom: 16px;
  display: block;
}

.bi-fildes .form-group {
  margin-bottom: 30px;
}

.bi-fildes .form-group .form-select {
  background: none;
}


.bi-fildes .form-group .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: none;
  background: #634ab3;
  color: #fff;
}

.bi-fildes .form-group .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {

  background: transparent url(../img/close-select.svg) 50%/0.75rem auto no-repeat;
  border: 0;
  color: #fff;
  background-color: #694ebe;
  padding: 9px;
  border-radius: 50%;
  border: none;
  transform: inherit;
  top: inherit;
  background-size: 8px;
}

.bi-fildes .form-group .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
.bi-fildes .form-group .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {

  background: transparent url(../img/close-select.svg) 50%/0.7rem auto no-repeat;
  bottom: -14px;
  right: 5px;
  background-color: #e8727d;
  padding: 10px;
  border-radius: 50%;
  border: 3px solid #312557;
  transform: inherit;
  top: inherit;
  background-size: 10px;
  visibility: hidden;
}

.bi-fildes .form-group .select2-container--bootstrap-5 .select2-selection--multiple:hover .select2-selection__clear,
.bi-fildes .form-group .select2-container--bootstrap-5 .select2-selection--single:hover .select2-selection__clear {
  visibility: visible;
}

.form-group .select2-container--bootstrap-5 .select2-dropdown {
  background: #402b79;
  color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown {
  color: #fff;
  background-color: #1d1b67;
  border-color: #7557d5;
}

.bi-fildes .form-group .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field::placeholder {
  color: #fff;
}

.bi-fildes .form-group .select2-container .select2-selection--multiple {
  min-height: 40px;
  border: none;
  border-radius: 0.25rem;
  background: none;
}

.bi-fildes .form-group .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #bfacff;
}

.bi-fildes .form-group .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #8c68ff;
  box-shadow: none;
}

.bi-fildes .form-group .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  color: #fff;
}

.bi-fildes .form-group select+.select2-container--bootstrap-5 {
  border: 1px solid #8c68ff;
  border-radius: 4px;
  width: 100% !important;
}

.bi-fildes .form-group .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #ffffff;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  color: #fff;
  background: #3397fe;
  width: 100%;
  display: block;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #ffffff;
  padding: 0.8rem 0.75rem;
}

.bi-filter .input-group .input-group-text {
  background-color: #6648ba;
  border: 1px solid #8a68ff;
  border-radius: 0.25rem;
  color: #d6d8de;
}

.bi-filter .input-group .form-control {
  background: none;
  border: 1px solid #8a68ff;
  color: #fff;
}

.bi-filter .input-group .form-control::placeholder {
  color: #d6d8de;
}

.dataTables_wrapper .dataTables_length {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #8d67ff;
  background: #8d67ff;
}

.bi-plantype {
  display: flex;
}

.bi-frbtn{
  margin-left: 40px;
  position: relative;
}
.bi-frbtn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 1px;
  height: 18px;
  background: rgb(255 255 255 / 19%);
  transform: translate(-50%, -50%);
}
.bi-plantype{
  position: relative;
}
.bi-plantype:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 1px;
  height: 18px;
  background: rgb(255 255 255 / 19%);
  transform: translate(-50%, -50%);
}
.bi-plantype label.radio-card,
.bi-plantype label.checkbox-card {
  cursor: pointer;
  position: relative;
}

.bi-plantype label.radio-card:first-of-type,
.bi-plantype label.checkbox-card:first-of-type {
  margin-right: 16px;
}

.bi-plantype label.radio-card .card-content-wrapper,
.bi-plantype label.checkbox-card .card-content-wrapper {
  background: #2e2958;
  border-radius: 5px;
  padding: 5px 8px;
  padding-right: 12px;
  display: grid;
  border: 1px solid rgba(181, 170, 222, 0.41);
  transition: 200ms linear;
}

.bi-plantype label.radio-card .check-icon,
.bi-plantype label.checkbox-card .check-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: solid 1px rgba(181, 170, 222, 0.41);
  background: #2e2958;
  border-radius: 50%;
  transition: 200ms linear;
  position: absolute;
  right: -6px;
  top: -6px;
  text-align: center;

}

.bi-plantype label.radio-card .card-content,
.bi-plantype label.checkbox-card .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bi-plantype label.radio-card .card-content i,
.bi-plantype label.checkbox-card .card-content i {
  font-size: 24px;
  margin-right: 4px;
  color: #d7d8de;
}

.bi-plantype label.radio-card .check-icon:before,
.bi-plantype label.checkbox-card .check-icon:before {
  content: '\ea5e';
  font-family: "tabler-icons";
  position: absolute;
  inset: 0;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
}

.bi-plantype label.radio-card input[type='radio'],
.bi-plantype label.checkbox-card input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

.bi-plantype label.radio-card input[type='radio']:checked+.card-content-wrapper,
.bi-plantype label.checkbox-card input[type='checkbox']:checked+.card-content-wrapper {
  border: 1px solid #8c68ff;
}

.bi-plantype label.radio-card input[type='radio']:checked+.card-content-wrapper .check-icon,
.bi-plantype label.checkbox-card input[type='checkbox']:checked+.card-content-wrapper .check-icon {
  background: #8c68ff;
  border-color: #8c68ff;
  transform: scale(1.2);
}

.bi-plantype label.radio-card input[type='radio']:checked+.card-content-wrapper h4,
.bi-plantype label.radio-card input[type='radio']:checked+.card-content-wrapper i,
.bi-plantype label.checkbox-card input[type='checkbox']:checked+.card-content-wrapper h4,
.bi-plantype label.checkbox-card input[type='checkbox']:checked+.card-content-wrapper i {
  color: #fff;
}

.bi-plantype label.radio-card input[type='radio']:checked+.card-content-wrapper .check-icon:before,
.bi-plantype label.checkbox-card input[type='checkbox']:checked+.card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}

.bi-plantype label.radio-card input[type='radio']:focus+.card-content-wrapper .check-icon,
.bi-plantype label.checkbox-card input[type='checkbox']:focus+.card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
  border-color: #8c68ff;
}

.bi-plantype label.radio-card .card-content img,
.bi-plantype label.checkbox-card .card-content img {
  margin-bottom: 10px;
}

.bi-plantype label.radio-card .card-content h4,
.bi-plantype label.checkbox-card .card-content h4 {
  font-size: 16px;
  letter-spacing: -0.24px;
  text-align: center;
  color: #d7d8de;
  margin-bottom: 0px;
}



.crayon_slider .slides {
  display: flex;
  flex-wrap: wrap;
}

.blog_template .slides li {
  width: calc(33.33% - 60px);
  margin-right: 30px;
  margin-bottom: 40px;
  flex-grow: 1;
}

.blog_template .slides li:nth-child(3n+3) {
  margin-right: 0px;
}

.bd-post-image a img {
  width: auto;
  max-width: 100% !important;
  height: 100%;
}

.comments-area {
  display: none;
}

.comment-respond {
  border: none;
}

/* .container-fluid.d-non {
  padding: 0px 100px !important;
} */

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
  font-family: 'Lexend Deca';
  color: #fff;
}

.bd-post-image a img {
  min-height: 500px;
}

.bdp_blog_template.crayon_slider .blog_header::before {
  background: #8c68ff none repeat scroll 0 0;
}

header.entry-header.page-header {
  margin-bottom: 1.5rem;
  display: none;
}

.site-main .hentry {
  padding-top: 0px !important;
}

.bi-blogn {
  padding-top: 110px;
}

.entry-content ul li,
.entry-content ol li {
  color: #fff;
}

.entry-content a {
  color: #3398FF;
}

footer.tag-btns.mt-5.mb-2 {
  display: none;
}

nav.navigation.post-navigation.mb-5 {
  display: none;
}

.single-post .hentry {
  padding-top: 0px;
}

.bdp_blog_template.crayon_slider .blog_header {
  position: absolute;
  bottom: 0;
  /* padding: 25px 35px 10px 45px; */
  background: #452C6833;
  width: 82%;
  box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 30px 30px 30px;
  position: relative;
}

.bdp_blog_template.crayon_slider .blog_header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(20px);
  border-radius: inherit;
  background-color: inherit;
}








/* card checkbox */




.bi-sp-msec {
  position: relative;
}

.bi-sp-msec-in {
  border: 2px solid #6e7c93;
  padding: 16px;
  border-radius: 20px;
  padding: 16px;
  position: relative;
}

.bi-sp-msec-in .bi-compare-b {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 45px;
  height: 45px;
  line-height: 0px;
  border-radius: 0px 20px;
  cursor: pointer;
  transition: inherit;
  background: #6e7c93;
  color: #fff;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bi-slt-p {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.bi-sp-msec.addcompare .bi-sp-msec-in {
  border: 2px solid #8c68ff
}

.bi-sp-msec.addcompare .bi-sp-msec-in {
  border: 2px solid #8c68ff
}

.bi-sp-msec:hover .bi-sp-msec-in {
  border: 2px solid #8c68ff
}

.bi-sp-msec.addcompare .bi-sp-msec-in .bi-compare-b {
  background: #8c68ff;
  color: #fff;
}

.bi-sp-msec:hover .bi-sp-msec-in .bi-compare-b {
  background: #8c68ff;
  color: #fff;
}

.bi-sp-msec.addcompare .bi-sp-msec-in .bi-lsc {
  background: #3d3672;
}

.bi-sp-msec:hover .bi-sp-msec-in .bi-lsc {
  background: #3d3672;
}

/* .bi-slt-p:checked ~ .bi-sp-msec-in .bi-compare-b .ti-unlink:before {
  content: "\eade";
} */

.bi-com-main {
  position: fixed;
  bottom: 0px;
  left: 0px;
  border-radius: 0px;
  padding: 10px;
  background-color: #0d6efd;
  background-image: linear-gradient(to left, #0d6efd calc(0.75rem * 2), transparent 0), linear-gradient(135deg, #8c68ff 80%, #0d6efd 0);
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0);
}

.bi-com-btm {
  width: calc(100% - 166px);
  background-color: #e9eaf0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  display: inline-block;
  /* box-shadow: #3d86f0 -10px 10px 0px,
  #548fe8 -20px 20px 0px,
  #6b9be4 -30px 30px 0px,
  #81aef1 -40px 40px 0px; */
  /* border-top-left-radius: 0px; */
}

.bi-com-btm .bi-cbtn {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  right: 20px;
}

.bi-com-btm .bi-cbtn .btn-primary {
  background: #ffffff;
  border-color: #8c68ff;
  color: #8c68ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 16px;

}

.bi-com-btm .bi-cbtn .btn-primary:hover,
.bi-com-btm .bi-cbtn .btn-primary:focus {
  /* rotate: -30deg; */
  background: #8c68ff;
  color: #fff;
}

.bi-com-btm ul {
  padding: 0px;
  display: flex;
  margin-bottom: 0px;
}

.bi-com-btm ul li {
  width: 100%;
  list-style: none;
  padding: 12px 16px;
  border-right: 1px solid rgb(0 0 0 / 7%);
  position: relative;
}

.bi-com-btm .bi-com-close {
  position: absolute;
  bottom: calc(100%);
  right: 20px;
  background: #ffe2e3;
  color: #ff786f;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}

.bi-com-btm ul li:last-of-type {
  border-right: none;
}

.bi-com-btm ul li .bi-com-logo {
  margin-bottom: 16px;
  min-height: 38px;
}

.bi-com-btm ul li .bi-com-logo img {
  /* filter: grayscale(100%) invert(1) brightness(2); */
  width: 120px;
  height: 60px;
  object-fit: contain;
  object-position: left;
  
  /* opacity: .9; */
}

.bi-com-btm ul li .bi-com-offer {
  display: flex;
  max-width: 100%;
  /* align-items: center; */
  min-height: 60px;
}

.bi-com-btm ul li .bi-com-offer .bi-rel-icon {
  margin-right: 10px;
  flex: 0 0 25px;
  max-width: 25px;
}

.bi-com-btm ul li .bi-com-offer .bi-rel-icon img {
  /* filter: grayscale(100%) invert(1) brightness(2); */
}

.bi-com-btm ul li .bi-com-offer .bi-rel-des h5 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  word-break: break-all;
  /* color:#fff; */
}

.bi-com-btm ul li .bi-planclose {
  background: #e8727d;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom-left-radius: 4px;
  display: none;
  cursor: pointer;
}

.bi-com-btm ul li:hover .bi-planclose {
  display: flex;
}

.bi-com-btm ul li:last-of-type .bi-planclose {
  border-top-right-radius: 10px;
}


/* new */

.bdp_blog_template.media-grid .post_summary_outer .blog_header h2 {
  line-height: 46px !important;
  word-wrap: break-word;
  min-height: 140px;
}



.bdp_blog_template.media-grid {
  padding: 20px !important;
  border-color: rgb(135 115 203 / 25%);
  background-color: rgba(69, 44, 104, 0.2);
}



/* new 23*/
.bi-search-overlay {
  position: fixed;
  background: rgba(29, 31, 103, 0.8);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: inline-block;
}

.home-search-overlay {
  background: rgba(29, 31, 103, 0.001);
}

.bi-page-loader {
  position: fixed;
  background: rgb(140 104 255 / 70%);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: inline-block;
}

.bi-page-loader .bi-page-loader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

/* new 23*/


.bi-comp-full {
  max-width: fit-content;
}

.bi-modal .modal-content {
  background: #e9eaf0;
}

.bi-modal .modal-content .modal-header {
  border-bottom: none;
  padding: 16px;
  padding-bottom: 0px;

}

.bi-modal .modal-content .modal-body {
  padding: 16px;
}

.bi-modal .modal-content .modal-header h5 {
  color: #000;
  margin-bottom: 0px;
  font-size: 20px;
}

.bi-modal .modal-content .modal-header h5 span {
  color: #3397fe;
  margin-left: 0px;
}

.bi-modal .modal-content .modal-header .btn-primary {
  padding: 0px;
  margin: 0px;
  background: #e8727d;
  color: #ffffff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  border-radius: 50%
}

.bi-modal .modal-content .modal-header .btn-primary:hover,
.bi-modal .modal-content .modal-header .btn-primary:focus {
  background: #ffe2e3;
  color: #ff786f;
}



/* //Aug -24 blog ui Start// */
.bi-blog .media-grid-wrapper .bd_social_share_wrap {
  display: none;
}

.bi-blog .media-grid-wrapper .post-meta .post-comment {
  display: none;
}

.bi-blog .media-grid-wrapper .bd-metacats {
  display: none;
}

.bi-blog .media-grid-wrapper .bd-post-image a img {
  min-height: 273px !important;
  border-radius: 10px;
  transition: all 0.3s;
  height: auto;
}

.bi-blog .media-grid-wrapper .blog_wrap.bdp_blog_template {
  background-color: #452C6833;
  border: 1px solid#8773cb40;
  /* margin: 0px 15px 0px 15px; */
  border-radius: 10px;
  padding: 16px !important;
}
.bdp_blog_template.media-grid .content-container {
  margin: 0px;
}


.bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column {
  width: calc(33.94% - 30px);
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}

.bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column:nth-child(3n+3) {
  margin-right: 0px;
}

.bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column:hover img {
  transform: scale(1.03);
}

.bi-blog .media-grid-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.bi-blog .media-grid-wrapper .content-inner {
  margin-top: 10px;
  padding: 0px;
  background: transparent;
}

.bi-blog .media-grid-wrapper .content-inner .post_summary_outer .blog_header h2 {
  min-height: 76px;

}

.bi-blog .media-grid-wrapper .content-inner .post_summary_outer .blog_header h2 a {
  font-size: 20px;
  color: #fff !important;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.bi-blog .media-grid-wrapper .content-inner .read-more .bd-more-next-line .bd-more-tag {
  /* width: 100%; */
  padding: 12px;
  border-radius: 10px;
  line-height: 1;
  margin-top: 0px;
  background: #8B68FF !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
}
.bdp_blog_template.media-grid .read-more {
  position: absolute;
  bottom: -20px;
  right: -16px;
  z-index: 1;
  display: none;
  
}
.bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column:hover .read-more {
  display: block;
  
}
.bi-blog .media-grid-wrapper .content-inner .read-more .bd-more-next-line .bd-more-tag:hover {
  background: #8B68FF !important;
  color: #fff !important;
}

.bi-blog .media-grid-wrapper .content-inner .post-meta {
  display: flex;
  margin-top: 10px;
}

.bi-blog .media-grid-wrapper .content-inner .post-meta span {
  color: #a8a8bd;
}

.bi-blog .media-grid-wrapper .content-inner .post-meta .postdate a {
  color: #fff !important;
  margin-left: 6px;
  font-style: italic;

}

.bi-blog .media-grid-wrapper .content-inner .post-meta span a span {
  color: #a8a8bd;
}

.bi-blog .media-grid-wrapper .content-inner .post_summary_outer .post_content {
  text-align: left;
  color: #a8a8bd;
  max-height: 100px;
  line-height: 26px;
  overflow: hidden;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}

.bi-blog .bd_pagination_box.wl_pagination_box .paging-navigation ul.page-numbers li>span.current {
  background-color: #8B68FF;
  color: #e5e5e5;
  font-size: 14px;
}

.bi-blog .bd_pagination_box.wl_pagination_box .paging-navigation ul.page-numbers li a.page-numbers {
  background-color: #e5e5e5;
  color: #8c67ff;
  font-size: 14px;
}

.bi-blog .bd_pagination_box.wl_pagination_box .paging-navigation ul.page-numbers li a.page-numbers:hover {
  background-color: #8c67ff;
  ;
}

.blog-img .post-thumbnail {
  display: inline-block;
  width: 50%;
  float: right;
  padding: 0px 0px 10px 10px;
}

/* //Aug -24 blog ui Ends// */



.ribbon {
  --c: #3398FF;
  --f: 10px;
  right: 0;
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  position: absolute;
  top: 0;
  color: #fff;
  padding: 0.1em 1.8em;
  background: var(--c, #45ADA8);
  border-bottom: var(--f) solid #0007;
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - 999px), calc(100% - 999px) calc(100% - 999px));
  font-size: 12px;
}

.bi-featured .ribbon {
  --c: #3398FF;
}

.bi-bestcheap .ribbon {
  --c: #8c68ff;
}

.bi-bestspeed .ribbon {
  --c: #7b2192;
}

.wp-block-image {
  margin: 0 0 1em;
  display: inline-block;
  width: 30%;
  float: right;
  padding: 0px 0px 10px 10px;
  text-align: right;
}

.wp-block-image img {
  border: 1px solid #ededed;
  border-radius: 5px;
}

.bi-bc-off {
  padding-top: 0px;
  border: 1px solid rgb(61 51 150);
}

.bi-bc-off .bi-title h2 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
  position: relative;
}

.bi-bc-off .bi-title h2 span {
  background: rgb(84 63 177 / 57%);
  padding: 15px 12px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  font-weight: 400;
  /* padding-left: 60px; */
}

/* .bi-plninfo .bi-bc-off {
  padding-top: 30px;
} */

.bi-plninfo .bi-latest-offer .card .card-inner {
  height: 420px;
}

/* .bi-plninfo .bi-latest-offer .owl-item {
  padding: 8px;
} */

/* .container-fluid.blog-inner {
  padding-top: 220px;
} */

.bi-cprsp {
  position: absolute;
  bottom: 16px;
  left: 16px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 8px;
  min-width: 110px;
}

.bi-cprsp h5 {
  font-size: 18px;
  margin-bottom: 0px;
}

.bi-cprsp .bi-cspd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.58);
}

.bi-cprsp .bi-cspd h5 sup {
  font-size: 12px;
  top: 0px;
}

.bi-cprsp .bi-cspd h5 sub {
  font-size: 12px;
  bottom: 0px;
}

.bi-latest-offer .bi-cox .card .bi-cprsp {
  background: linear-gradient(209.21deg, rgb(101, 187, 118) 13.57%, rgb(70, 111, 171) 98.38%);
  border: none;
}

.bi-latest-offer .bi-mediacom .card .bi-cprsp {
  background: linear-gradient(209.21deg, rgb(33, 8, 140) 13.57%, rgb(64, 194, 220) 98.38%);
  border: none;
}

.bi-latest-offer .bi-att .card .bi-cprsp {
  background: linear-gradient(209.21deg, rgb(64 32 122) 13.57%, rgb(119, 63, 211) 98.38%);
  border: none;
}

.bi-latest-offer .bi-comcast .card .bi-cprsp {
  background: linear-gradient(209.21deg, rgb(87, 15, 141) 13.57%, rgb(243, 91, 160) 98.38%);
  border: none;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(80px) saturate(100%);
  -webkit-backdrop-filter: blur(20px) saturate(100%);
  z-index: 999;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.internet-offer .modal-content {
  background: rgba(50, 61, 109, 0.5);
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 0.5px inset;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}

.internet-offer .modal-header {
  flex-direction: column;
}

.internet-offer h4 {
  color: #fff;
  margin-bottom: 16px;
}

.internet-offer h4 span {
  color: #3397fe;
}

.internet-offer p {

  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
}

.internet-offer .form-group {
  margin-bottom: 20px;
}

.internet-offer .form-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.internet-offer .form-control {
  background: #241f54;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  margin-bottom: 5px;
  color: #fff;
  padding: 8px;
}

.error {
  font-size: 12px;
  color: #e8727d;
}

.internet-offer .modal-body .btn-primary {
  padding: 8px;

  min-width: 100px;

  margin-top: 10px;
  background: #8B68FF;
  border-color: #8B68FF;
  color: #fff;
}

.internet-offer .modal-body .btn-default {
  padding: 8px;
  min-width: 100px;
  margin-top: 10px;
  background: #45456e;
  border-color: #5f5f84;
  color: #fff;
  margin-right: 16px;
}

.internet-offer .modal-body .btn-default:hover,
.internet-offer .modal-body .btn-default:focus {

  padding: 8px;
  margin-top: 10px;
  background: #45456e;
  border-color: #5f5f84;
  color: #fff;
}

.internet-offer .modal-body .btn-primary:hover,
.internet-offer .modal-body.btn-primary:focus {

  padding: 8px;
  margin-top: 10px;
  background: #8B68FF;
  border-color: #8B68FF;
  color: #fff;
}

/* .internet-offer .btn {
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  background: #8B68FF;
  border-color: #8B68FF;
  color: #fff;
}

.internet-offer .btn:hover,
.internet-offer .btn:focus {
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  background: #8B68FF;
  border-color: #8B68FF;
  color: #fff;
} */

/* new sep 15 */

.subscribe-overlay {
  position: fixed;
  background: rgba(29, 31, 103, 0.8);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: inline-block;
}

.subscribe-main.subscribe-popup h5 {
  color: #3F2A86 !important;
  margin-bottom: 24px !important;
}

.subscribe-main img,
.subscribe-main .btn-default {
  display: none;
}

.subscribe-main.subscribe-popup {
  position: fixed;
  width: 50%;
  left: 50%;
  top: 50%;
  display: flex;
  background: #fff;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 20px;
  z-index: 1024;
  align-items: center;
  justify-content: center;
}

.subscribe-open {
  overflow: hidden;
}

.subscribe-main.subscribe-popup img {
  margin-right: 20px;
}

.subscribe-main.subscribe-popup .sub-f {
  width: 100%;
}

.subscribe-main.subscribe-popup img,
.subscribe-main.subscribe-popup .btn-default {
  display: block;
}

.subscribe-main.subscribe-popup .form-control {
  color: #333;
  width: 100%;
}

.subscribe-main.subscribe-popup .form-control::placeholder {
  color: #333;
}

.subscribe-main.subscribe-popup .bi-fosub,
.subscribe-main.subscribe-popup .bi-fosub .input-group {
  margin-bottom: 0px !important;
}

.subscribe-main.subscribe-popup .btn-default {
  position: absolute;
  padding: 0px;
  margin: 0px;
  background: #e8727d;
  color: #ffffff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  border: none;
  border-radius: 50%;
}

.subscribe-main.subscribe-popup .btn-default:hover,
.subscribe-main.subscribe-popup .btn-default:focus {
  background: #ffe2e3;
  color: #ff786f;
}

.smooth-scroll-to-top {
  z-index: 999;
}

.menu-btn {
  padding: 0px;
  border-radius: 4px;
  background: #3398FF;
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0px;
  text-align: center;
  margin: 0px;
  justify-content: center;
  border: none;
}

.mobile-menu-bar button {
  display: flex;
  justify-content: center;
  margin-left: auto;
  align-items: center;
}

.menu-btn:hover,
.menu-btn:hover {
  background: #3298ff;
}

.bi-offer.bi-under-page {
  padding-top: 230px;
}

html,
body {
  min-height: 100vh;
}

body {
  padding-bottom: 514px;
}

footer {
  color: #8291AF;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0px;
  padding-bottom: 0px;
}

.bi-innerpage{
  padding-top: 230px;
}
.bi-innerpage h4 , .bi-innerpage h5{
  color:#fff;
} 
.bi-innerpage p, .bi-innerpage ul li, .bi-innerpage ol li{
  color: #a8a8bd;
  line-height: 28px;
  font-size: 16px;

}
.bi-innerpage ul li, .bi-innerpage ol li{
  margin-bottom: 10px;
}
.bi-innerpage ul li b{
  color: #fff;
}
.bi-innerpage ul{
  padding-left: 0px;
}
.bi-innerpage ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.bi-innerpage ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "tabler-icons";
  content: "\eb35";
  font-size: 14px;
  font-weight: 900;
}
.bi-innerpage ul li:last-of-type, .bi-innerpage ol li:last-of-type{
  margin-bottom:0px;
}
.bi-abot{
  padding-bottom: 60px;
}
.bi-abot p{
  font-size: 24px;
  line-height: 38px;
}
.bi-abot span{
  color:#3397fe;
}


.bi-mission {
  background-color: rgb(69 44 104 / 20%);
  border: 1px solid rgb(135 115 203 / 25%);
  padding: 26px;
  border-radius: 10px;
  position: relative;
  font-size: 20px;

}
.bi-mission h4{
  text-transform: uppercase;
}
.bi-mission i{
  color: rgb(255 255 255 / 11%);
  font-size: 30px;
  position: absolute;
  top: -40px;
  left: 0px;
  font-size: 79px;
  transform: rotate(180deg);
}
.bi-aboutimg{
  border-radius: 10px;
}
.title-heading{
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 16px;
  margin-top: 24px;
  font-size: 22px;
}
.title-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 5px;
  background: #3397fe;
  border-radius: 10px;
}

.nxsingle-post.blog-inner {
  padding-top: 138px !important;
}

/* filter */
.bi-filbg {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-top: 30px;
}

.bi-filbg li {
  /* margin-top: 20px; */
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #41375a;
  padding: 8px;
  padding-top: 15px;
  border-radius: 4px;
  position: relative;
}
.bi-filbg li:last-of-type{
  margin-right: 0px;
}

.bi-filbg li span.badge {
  font-size: 12px;
  padding: 4px 10px;
  background: #2e2958;
  border: none;
  border-radius: 50px;
  border: 1px solid #443b8a;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.bi-filbg li span.badge:last-of-type{
  margin-right: 0px;
}
.bi-filterresult {
  white-space: nowrap; 
  max-width: 69px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  display: inline-block;
}
.filterbytitle {
  position: absolute;
  top: -12px;
  background: #41375a;
  color: #fff;
  font-size: 9px;
  padding: 4px;
  border-radius: 4px;
  left: 4px;
}
.bi-filbg li span.badge .badge-v {
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bi-filbg li span.badge:hover {
  border: 1px solid #8c67ff;
}

.bi-filbg li span.badge:hover .btn-badge {
  color: #8c67ff;
  line-height: 0px;
}

.bi-filbg li span.badge .btn-badge {
  padding: 0px;
  margin-left: 4px;
  color: #fff;
  line-height: 0px;
}


.bi-filbg li span.badge .btn-badge:hover,
.bi-filbg li span.badge .btn-badge:focus {
  background: none;
}

.bi-filbg li span.badge.bi-more {
  border: 1px solid #3397fe;
  cursor: pointer;
}

.bi-filbg li span.badge.bi-more:hover {
  border: 1px solid #3397fe;
}

.bi-filbg li span.badge.bi-more:hover .btn-badge {
  color: #3397fe;
  line-height: 0px;
}

.bi-providerfgm.bi-modal .modal-content .modal-header {
  padding-bottom: 30px;
}

.bi-providerfg {
  border: 1px solid rgb(110 124 147 / 50%);
  border-radius: 10px;

  position: relative;
}

.bi-providerfg .bi-proflist .bi-proflogo {
  position: absolute;
  top: -13px;
  background: #3397fe;
  padding: 3px 9px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.bi-providerfg .bi-proflist .bi-proflogo img {
  filter: grayscale(100%) invert(1) brightness(2);
  max-height: 32px;

}

.bi-providerfg .bi-proflist {
  border-bottom: 1px solid rgb(110 124 147 / 50%);
  position: relative;
  padding: 16px;
  padding-bottom: 42px;
}

.bi-providerfg .bi-proflist:last-of-type {
  border-bottom: none;
}

/* filter */


.grid-item-post {
  background-color: rgb(69 44 104 / 20%);
  border: 1px solid rgb(135 115 203 / 25%);
  /* margin: 0px 15px 0px 15px; */
  border-radius: 10px;
  padding: 16px !important;
}
.grid-item .grid-item-post:hover .grid-item-img:after, .grid-item .grid-item-post:hover .grid-item-img:before {
  display: none;
  }
  .grid-item h2.grid-item-title a {
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
    color: #fff !important;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 16px;
}


.grid-item-post .grid-item-details {
    padding: 0px;
    position: relative;
}
.grid-item .grid-item-img {
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
}
.grid-item p {
  color: var(--gray);
  padding-bottom: 0px;
  text-align: left;
  color: #a8a8bd;
  max-height: 100px;
  line-height: 26px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 0px;
}
.grid-item a.grid-item-btn {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s;
  padding: 12px;
  border-radius: 10px;
  line-height: 1;
  margin-top: 0px;
  background: #8B68FF !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  position: absolute;
  bottom: -16px;
  right: -17px;
  z-index: 1;
  display: none;
}
.grid-item-post:hover a.grid-item-btn {
  display: block;
}

@media (min-width: 1366px) {
  .bi-comp-full {
    max-width: 85%;
  }
}

@media (min-width: 701px) {

footer .bi-fsocialicon{
  display: none;
}
}
@media (max-width: 700px) {

  footer .bi-fsocialicon{
    display: block !important;
    margin-bottom: 16px;
  }
  footer .bi-socialicon ul li a{
    padding: 0px;
    margin: 0px;
  }
  footer .bi-socialicon ul li a:after{
  display: none;
  }
  }



@media screen and (min-width: 1280px) {
  .bi-filter {
    margin-right: 3% !important;
    margin-top: 10% !important;
  }


}

@media (max-width: 1366px) {

  .blog-inner.container-fluid,
  .bi-blogn .container-fluid,
  .bi-speed-test .container-fluid,
  .bi-tools-help .container-fluid,
  .bi-service .container-fluid,
  .bi-internet-provider .container-fluid,
  .bin-banr .container-fluid,
  .bi-speedquiz .container-fluid,
  .header-middle .container-fluid,
  .bi-offer .container-fluid,
  .bi-blog .container-fluid,
  footer .container-fluid,
  .bi-plninfo .container-fluid,
  .bi-research .container-fluid,
  .bi-breadcrumbs .container-fluid {
    padding: 0px 50px;
  }

 
  .bi-com-main {
    width: calc(100% - 0px);
  }

  .bin-banr .col-lg-3 {
    width: 384px;
  }

  .bin-banr .col-lg-9 {
    width: calc(100% - 396px);
  }
  .bi-filterresult {
    max-width: 45px;
}
}

@media (max-width: 1280px) {

  .blog-inner.container-fluid,
  .bi-blogn .container-fluid,
  .bi-speed-test .container-fluid,
  .bi-tools-help .container-fluid,
  .bi-service .container-fluid,
  .bi-internet-provider .container-fluid,
  .bin-banr .container-fluid,
  .bi-speedquiz .container-fluid,
  .header-middle .container-fluid,
  .bi-offer .container-fluid,
  .bi-blog .container-fluid,
  footer .container-fluid,
  .bi-plninfo .container-fluid,
  .bi-research .container-fluid,
  .bi-breadcrumbs .container-fluid {
    padding: 0px 30px;
  }
  .bi-filterresult {
    
    max-width: 38px;
}

  .bi-com-main {
    width: calc(100% - 0px);
  }
  .bi-com-btm {
    width: calc(100% - 166px);
  }

  .bi-search-tp-fixed {
    position: fixed;
    top: 90px;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 999;
  }

  .bi-search-list {
    margin-top: 0px;
  }

  .bi-search-tpf-overlay {
    position: fixed;
    background: rgb(0 7 255 / 80%);
    left: 0px;
    top: 0px;
    width: 100vh;
    height: 100vh;
    z-index: 999;
    display: inline-block;
  }

  .bi-plantype {
   
    display: flex;
  }

  .bi-sp-list li .bi-sp-bx.bi-sp-speed .bi-sp-speed-g {
    position: relative;
  }

  .bi-sp-list li .bi-sp-bx.bi-sp-speed .bi-sp-speed-g .bi-rel-icon {
    position: absolute;
    top: -14px;
    background: #2e2958;
    border-radius: 50%;
    line-height: 0px;
    padding: 3px;
    left: 4px;
    flex: 0 0 22px;
    max-width: 22px;
  }

  .bi-breadcrumbs .bi-search {
    min-width: 90%;
    left: 5%;
  }

  .bi-breadcrumbs h4 {
    font-size: 20px;
  }

  /* .bi-breadcrumbs .bi-hgp .bichgecity {
    right: 0px;
    top: -24px;
  } */

  .subscribe-main.subscribe-popup {
    width: 90%;
  }



  .bi-compare-list li {
    padding: 16px;
  }

  .bi-features li img {
    display: none;
  }

  .bi-compare .bi-features {
    width: 92px;
  }

  .bi-compare .bi-compare-wrapper {
    width: calc(100% - 92px);
    /* overflow-x: auto; */
  }

  .bi-compare .top-info .bi-provider img {
    width: 80px;
    height: 30px;
  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns>li {
    border-right: 1px solid #d9d7e5;
    min-width: 200px;
  }
  .bi-compare .top-info {
    padding-bottom: 0px;
}
.bi-compare .top-info .bi-provider {
  margin-bottom: 10px;
}
  .bi-compare .top-info .bi-offers h6 {
    font-size: 14px;
  }
  .bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li:nth-child(1) .bi-cprice h5{
   font-size: 16px;
  }
  .bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value span:first-of-type {
    font-size: 16px;
}
.bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value .bi-mbps {
  color: #94A3c0;
  font-size: 11px;
  margin-bottom: 12px;
}

  .bi-breadcrumbs {
    position: initial;
  }

  .bi-plninfo {
    min-height: calc(100% - 120px);
    padding-top: 30px;
  }

  /* .container-fluid.blog-inner {
    padding: 0px 40px;
  } */

  /*font Size*/
  .bi-sp-list li .bi-sp-bx.bi-sp-price h5 {
    font-size: 20px;
}
.bi-sp-list li .bi-sp-bx.bi-sp-speed h5 {
  font-size: 18px;
}
.footer-section h5{
  font-size:18px ;
}
.bi-plantype label.checkbox-card .card-content h4 {
  display: none;
}
.bi-innerpage {
  padding-top: 60px;
}
}

@media (max-width: 1024px) {

  .bi-comp-full {
    max-width: 95%;
  }

  body {
    padding-bottom: 480px;
  }


.bi-filterresult {
    max-width: 60px;
}

.bi-filbg li span.badge{
  margin: 5px;
}

  footer {
    color: #8291AF;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    padding-bottom: 0px;
  }

  .bin-banr h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }

  .bin-banr h1 br {
    display: none;
  }

  .bin-banr h2 {
    color: #94A3C0;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .entry-header h1.entry-title {
      font-size: 30px;
  }
  .hentry h2{
    font-size: 20px;
  }

  .bin-banr h2 span::before {
    display: none;
  }

  .bin-banr h2 br {
    display: none;
  }
  .bi-title h2 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 20px;
}
.bi-research .card h4 {
  color: #fff;
  padding: 14px 0px;
  font-size: 28px;
}
.bi-research .card .card-body {
  padding: 0px 39px;
  min-height: 287px;
}
  .bin-banr .col-lg-9 {
    width: calc(100% - 0px);
  }

  .bi-blog .col-lg-9 {
    width: calc(100% - 0px);
  }

  .bin-banr .col-lg-3,
  .bi-blog .col-lg-3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .bi-blog .media-grid-wrapper .blog_wrap.bdp_blog_template {
    padding: 16px !important;
  }

  .blog-img .post-thumbnail {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }

  .bi-com-btm ul li .bi-planclose {
    width: 20px;
    height: 20px;
    top: 6px;
    right: 7px;
    border-radius: 50%;
  }

  .bi-com-btm ul li:last-of-type .bi-planclose {
    border-top-right-radius: 50%;
  }

  /*radio*/
  
  .bi-breadcrumbs{
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
  .bi-breadcrumbs.bpage-inner{
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .bi-breadcrumbs .col-md-5{
    margin-bottom: 30px;
    width: 100%;

  }
  .bi-aboutimg {
    margin: 30px 0px;
}
  .bi-breadcrumbs .col-md-7{
    position: relative;
    width: 100%;
   

  }
  .bi-breadcrumbs .col-md-7:before{
    content: "";
    display: inline-block;
    position: absolute;
    top:0px;
    left: -30px;
    background:rgb(255 255 255 / 10%);
    height: 1px;
    width: calc(100% + 30px);
  
  }
  .bi-breadcrumbs .col-md-7:after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom:0px;
    left:-30px;
    background:rgb(255 255 255 / 10%);
    height: 1px;
    width: calc(100% + 30px);
  
  }
  .bi-paction {
    justify-content: center;
    padding: 16px 0px;
    /* border-top: 1px solid #ddd; */
}


}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ncol-right {
    justify-content: flex-end;
    width: 88%;
  }

  .bi-socialicon,
  .bi-login {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .bi-breadcrumbs .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* .bi-breadcrumbs {
    padding-top: 147px;
  } */



  .main-navigation ul li {
    margin-left: 6px;
  }

}

@media (max-width: 991px) {
  body {
    padding-bottom: 529px;
  }
  .bi-filterresult {
    max-width: 48;
}
  .ncol-right {
    justify-content: center;
  }

.bi-filterresult {
  max-width: 140px;
}

  /* .menu-bar {
    top: -3px;
  } */

  .bi-latest-offer .owl-item .bi-com .item {
    margin-bottom: 12px;
  }

  .mobile-menu-bar {
    background: none;
    display: inline-block;
    position: absolute;
    right: 30px;
    z-index: 1;
    top: 19px;
    /* display: block;
    width: 100%; */
  }

  nav.menu-active .wsm-menu {
    /* top: 70px; */
    visibility: visible;
    opacity: 1;
    /* position: fixed; */
    width: 360px;
    /* right: 0px; */
    /* left: 60px; */
    border-radius: 4px;
  }

  .wsm-menu li:last-of-type a {
    border: none;
    border-radius: 0px 0px 4px 4px;
  }

  .wsm-menu li:first-of-type a:hover {
    border-radius: 4px 4px 0px 0px;
  }

  .wsm-menu li:last-of-type a:hover {
    border-radius: 0px 0px 4px 4px;
  }

  .wsm-menu li a:hover {
    background: #8B68FF;
    color: #fff;
  }


  .bi-search-list .bi-listv:after {
    display: none;
  }

  /*grid*/
  .bi-bt li {
    width: 100%;
    margin-right: 0px;
  }

  .bi-bt li {
    width: calc(51.3% - 25px);
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
  }

  .bi-bt li:nth-child(3n+3) {
    margin-right: 25px;
  }

  .bi-bt li:nth-child(2n+2) {
    margin-right: 0px;
  }




  .bi-com-btm ul li .bi-com-logo img {
    width: 78px;
    height: 29px;
  }

  .bi-com-btm ul li .bi-com-offer {
    min-height: auto;
  }

  .bi-com-btm ul li .bi-com-logo {
    margin-bottom: 16px;
    min-height: auto;
  }

  .bi-com-btm ul li {
    padding: 12px 16px;
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
  }

  .bi-com-btm ul li:last-of-type {
    border-bottom: none;
  }



  .bi-bloginner .pr-15 {
    padding-right: 16px;
    border-right: none;
  }



  footer ul li {
    display: inline-block;
    margin-right: 16px;
  }

  footer br {
    display: none;
  }

  footer .subscribe-main {
    background: #2e2958;
    border-radius: 5px;
    padding: 16px;
    display: inline-block;
    border: 1px solid rgba(181, 170, 222, 0.41);
    margin-bottom: 24px;
  }

  .bi-compare .bi-features {
    display: none;
  }

  .bi-compare .bi-compare-wrapper {
    width: calc(100% - 0px);
    /* overflow-x: auto; */
  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns {
    display: flex;
    overflow-x: auto;

  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns>li {
    width: 50%;
  }

  .bi-compare .top-info {
    min-height: auto;
  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li {
    min-height: auto;
  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li:nth-child(2) {
    min-height: auto;
  }

  .bi-compare .top-info .bi-offers h6 {
    min-height: 67px;
  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns>li:nth-child(4),
  .bi-compare .bi-compare-wrapper .bi-compare-columns>li:nth-child(3) {
    border-top: 1px solid #d9d7e5;
  }

  .bi-compare-list li {
    border-top: none;

  }

  /* .bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value {
    flex-direction: row;
  } */

  .bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value span {
    padding: 0px 5px;
  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value .bi-mbps {
    margin-bottom: 0px;
  }

  .bi-com-main {
    background: #e0d7ff;
  }

  .bi-com-btm ul li .bi-com-offer .bi-rel-icon {
    display: none;
  }

  .bi-com-btm ul li .bi-com-offer .bi-rel-des h5 {
    font-size: 13px;
    line-height: 22px;
  }

  .smooth-scroll-to-top {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
  }

  .bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column {
    width: calc(51.7% - 30px);
  }

  .bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column:nth-child(3n+3) {
    margin-right: 30px;

  }

  .bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column:nth-child(2n+2) {
    margin-right: 0px;

  }

  footer ul li a {
    padding-left: 5px;
    margin-left: 5px;
    position: relative;
  }


  footer ul li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 12px;
    background: rgb(255 255 255 / 19%);
    transform: translate(-50%, -50%);
  }

  footer ul li:last-of-type a:after {
    display: none;
  }

  .bi-research .card.dot-rt::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 35px;
    /* background: radial-gradient(#192432 6px, transparent 7px) repeat-y; */
    background-image: url(../img/book-dot-rep.svg);
    background-repeat: no-repeat;
    /* background-size: 20px 20px; */
    /* border-right: 3px solid #D44147; */
    box-sizing: border-box;
    background-position: center;
    transform: translate(0%, 0%);
  }

  .bi-research .card.dot-lt::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -4px;
    width: 35px;
    background-image: url(../img/book-dot-rep-r.svg);
    background-repeat: no-repeat;
    /* border-right: 3px solid #D44147; */
    box-sizing: border-box;
    background-position: center;
    transform: translate(0%, 0%);
  }
  .bi-login .btn-primary { 
    width:38px;
    height:38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bi-login span {
    display: none;
  }
  .bi-com-btm .bi-cbtn .btn-primary {
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
}
.bi-com-btm {
  width: calc(100% - 136px);
}



}

@media (max-width: 768px) {

  body {
    padding-bottom: 623px;
  }

.bi-filterresult {
  max-width: 36px;
}


  /* body{
    padding-bottom: 768px;
  } */

  /* footer {
    color: #8291AF;
    position: inherit;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    padding-bottom: 0px;
  } */
  .bi-socialicon {
    margin-left: 0px;
  }
  .bi-clients ul li {
    width: 27%;
  }

  .bi-com-btm ul li .bi-com-offer .bi-rel-icon {
    display: none;
  }

  .bi-com-btm ul li .bi-com-logo {
    margin-bottom: 0px;
    min-height: auto;
  }

  .bi-com-btm ul li {
    padding: 5px 12px;
  }

  .bi-com-btm ul li .bi-com-offer .bi-rel-des h5 {
    font-size: 10px;
    line-height: 20px;
    /* color: #fff; */
  }





  .bi-research .card h4 {
    padding: 24px 0px;
    font-size: 20px;
  }

  .bi-breadcrumbs .bi-cityb {
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    display: inline-block;
  }

  .bi-com-btm ul {
    flex-direction: column;
  }

 

}

@media (max-width: 767px) {
  body {
    padding-bottom: 0px;
  }

  footer {

    position: inherit;
    padding-bottom: 0px;

  }



}

@media only screen and (min-width: 632px) and (max-width: 991px) {
  .bi-login {
    padding-right: 64px;
    margin-left: 14px;
  }

}

@media (max-width:700px) {
  body {
    padding-bottom: 0px;
  }

  footer {
    position: inherit;
  }

  /* .bi-search .search-sybl {
    display: none;
  } */

  .bi-search .input-group .form-control {
    /* padding-left: 12px; */
    width: 100%;
    border-bottom: 1px solid #130d4b;
  }

  .bi-search-drop .bi-search-list:after {
    /* content: "";
    background: rgba(31, 40, 104, 0.42); */
    height: calc(100% + 134px);
    /* width: calc(100% + 20px);
    position: absolute;
    left: -10px; */
    top: -123px;
    /* z-index: -1;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15); */
  }

  .bi-breadcrumbs .bi-search-drop .bi-search-list:after {
    height: calc(100% + 85px);
    top: -76px;
  }

  .bi-search-list .bi-listv {
    padding: 12px;
  }

  .form-action {
    border-left: none;
    padding: 12px;
  }

  .form-action br {
    display: none;
  }

  .form-action::before,
  .form-action::after {
    display: none;
  }

  .bi-clients ul li {
    width: 26%;
  }
  .bi-innerpage {
    padding-top: 30px;
}


  /*grid*/
  .bi-bt li {
    width: 100%;
    margin-right: 0px;
  }

  .bi-sp-list li .bi-sp-bx.bi-sp-speed .bi-sp-speed-g {
    position: relative;
  }

  .bi-sp-list li .bi-sp-bx.bi-sp-speed .bi-sp-speed-g .bi-rel-icon {
    position: absolute;
    top: -14px;
    background: #2e2958;
    border-radius: 50%;
    line-height: 0px;
    padding: 3px;
    left: 4px;
    flex: 0 0 22px;
    max-width: 22px;
  }

  .bi-bt li:nth-child(3n+3) {
    margin-right: 0px;
  }



  .row-headm {
    justify-content: space-between;
  }

  /* .ncol-right {
    justify-content: center;
    width: 100%;
    margin-top: 9px;

  } */

  .bi-socialicon {
    display: none;
  }

  .bi-login {
    padding-right: 64px;
    /* margin-left: 14px; */
  }

  .bi-sp-list li .bi-sp-bx.bi-sp-offer,
  .bi-sp-list li .bi-sp-bx.bi-sp-offer h5 {
    min-height: auto;
  }

  section {
    padding: 30px 0px;
  }

  /* footer {
    padding: 20px 0px;
  } */

  .single-post .bi-breadcrumbs {

    padding-top: 119px;
  }

  .bi-latest-offer .card .card-inner {

    min-height: 240px;
    overflow: hidden;
  }

  /* .bi-plninfo {
    padding-top: 0px;
  } */
/* 
  .bi-blogn {
    padding-top: 167px;
  } */

  .bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column {
    width: calc(52.2% - 30px);
  }

  .bi-com-btm .bi-cbtn{
    transform: initial;
    position: absolute;
    right: 90px;
    bottom: calc(100% - 0px );
    top:initial;
  }
  .bi-com-btm {
    width: calc(100% - 0px);
}
  .bi-com-btm .bi-com-close {
    padding: 6px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}
.bi-com-btm ul li .bi-com-offer .bi-rel-des h5 {
  font-size: 10px;
  line-height: 16px;
}
  .bi-com-btm .bi-cbtn .btn-primary{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }



}

@media (max-width: 600px) {


  .bi-spdrb {
    padding: 10px;
    left: 0px;
    /* bottom: -48px; */
    transform: translate(0%, 0%);
    display: flex;
    /* align-items: center; */
    /* border: 1px solid #8263ba; */
    top: inherit;
    width: 100%;
    background: #3f2a86;
    border-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
  }

  .bi-speed-inner .bi-qa {
    padding: 10px;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .bi-spdr .bi-btn {
    background: #8B68FF;
    color: #fff;
    margin-top: 0px;
    font-size: 14px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translate(-50%, 10px);
    padding: 4px;
  }

  .bi-spdr .bi-spdrv span i {
    margin-right: 5px;
  }

  .bi-speed-inner {
    padding-bottom: 49px;
  }

  .bi-spdr .bi-spdrv {
    width: 100%;
  }

  .bi-spdr .bi-btn {
    background: #8B68FF;
    color: #fff;
    margin-top: 0px;
    padding: 4px;
    font-size: 14px;
    width: 100%;
    padding: 0px;
    font-size: 12px;
    width: 100px;
  }

  .bi-spdr .bi-spdrv {
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    width: 100%;
  }

  .bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column {
    width: 100%;
    margin-right: 0px;
  }

  .bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column:nth-child(3n+3) {
    margin-right: inherit;

  }

  .bi-blog .media-grid-wrapper .bdp_blog_template.media-grid.three_column:nth-child(2n+2) {
    margin-right: inherit;

  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns>li {
    width: 50%;
  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns li .bi-compare-list li .bi-cspeed-values .bi-cspeed-value {
    flex-direction: column;
  }

  .bi-modal .modal-content .modal-header .btn-primary {
    top: -4px;
    right: -6px;
  }

  /* Menu */
  .bi-breadcrumbs h4 span img {
    display: none;
  }


}



@media (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .bi-speed-inner {
    padding: 6px;
    padding-bottom: 44px;
  }

  .mobile-menu-bar {
    right: 10px;
  }

  nav.menu-active .wsm-menu {
    /* top: 70px; */
    visibility: visible;
    opacity: 1;
    /* position: fixed; */
    width: 340px;
    /* right: 0px; */
    /* left: 20px; */
  }

  .blog-inner.container-fluid,
  .bi-blogn .container-fluid,
  .bi-speed-test .container-fluid,
  .bi-tools-help .container-fluid,
  .bi-service .container-fluid,
  .bi-internet-provider .container-fluid,
  .bin-banr .container-fluid,
  .bi-speedquiz .container-fluid,
  .header-middle .container-fluid,
  .bi-offer .container-fluid,
  .bi-blog .container-fluid,
  footer .container-fluid,
  .bi-plninfo .container-fluid,
  .bi-research .container-fluid,
  .bi-breadcrumbs .container-fluid {
    padding: 0px 10px;
  }


  .bi-breadcrumbs .col-md-7:before{
    left:-20px;
    width: calc(100% + 20px);
  
  }
  .bi-breadcrumbs .col-md-7:after{
    left:-20px;
    width: calc(100% + 20px);
  }
  .bi-com-main {
    width: calc(100% - 0px);
  }
  .subscribe-main.subscribe-popup img {
    margin-right: 20px;
    display: none !important;
  }

  /* Menu */

  /* .ncol-right {
    justify-content: space-between;
    width: 100%;

  } */

  .menu-bar {
    width: 100%;
  }

  .ncol-left {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .menu-inner {
    justify-content: space-between;
  }

  .bi-login {
    margin-left: 0px;
    padding-right: 57px;
  }



  .bi-socialicon ul li a:first-child {
    margin-left: 0px;
  }

  /* Menu */

  .bi-clients ul li {
    width: 43%;
    margin: 10px;
  }

  .bi-dtable .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 8px;
    background: rgba(140, 104, 255, 0.14);
  }

  .bi-dtable .dataTables_wrapper .dataTables_info {
    font-size: 12px;
  }

  .bi-compare .bi-compare-wrapper .bi-compare-columns>li {
    width: 100%;
  }

  .bi-compare-wrapper .bi-compare-columns>li:nth-child(2) {
    border-top: 1px solid #d9d7e5;
  }

  .bi-com-btm .bi-com-close {
    font-size: 12px;
  }



}

@media (max-width: 360px) {

  .bi-clients ul li {
    width: 35%;
  }

}





@media (max-width: 993px) {
  .bi-dtable table.dataTable {
    margin-bottom: 0px;
    width: 100% !important;
  }

/* .bi-dtable table.dataTable tr {
    padding-top: 8px;
    width: calc(50% - 10px);
    margin-right: 20px;
    display: inline-block !important;
}
.bi-dtable table.dataTable td:nth-child(2) {
min-height: 100px;
}
.bi-dtable table.dataTable tr:nth-child(even) {
  margin-right:0px;
} */
  .bi-dtable table.dataTable.no-footer{
    border: none;
  }
  .bi-dtable table.dataTable,
  .bi-dtable table.dataTable thead,
  .bi-dtable table.dataTable tbody,
  .bi-dtable table.dataTable th,
  .bi-dtable table.dataTable tr {
    display: block;
    border: none;
    
  }

  .bi-dtable table.dataTable {
    border: none;
  }

  .bi-dtable table.dataTable tr {
    border: 1px solid rgb(110 124 147 / 50%);
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .bi-dtable table.dataTable tr .btn {
    visibility: hidden;
  }

  .bi-dtable table.dataTable tr:hover .btn {
    visibility: visible;
  }

  .bi-dtable table.dataTable td:first-of-type,
  .bi-dtable table.dataTable td:nth-child(2) {
    display: inline-block;
    width: calc(100% - 24px);
  }

  .bi-dtable table.dataTable td {
    display: inline-block;
    width: calc(50% - 27px);
    min-height: 31px
  }

  .bi-dtable table.dataTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .bi-dtable table.dataTable tr {
    padding-top: 8px;
  }

  /* .bi-dtable table.dataTable tr:first-of-type {
    border-radius: 20px 20px 0px 0px;
  } */

  /* .bi-dtable table.dataTable tr:nth-child(odd) {
    background: #2e2958 !important;
  } */

  .bi-dtable table.dataTable tr td {

    border: none !important;
    position: relative;
    padding-left: 50%;
    padding: 12px;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .bi-dtable table.dataTable tr td:before {
    position: absolute;
    top: 0;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    color: #bfacff;
    font-size: 12px;
  }

  .bi-dtable table.dataTable tr td:nth-of-type(1):before {
    content: "Provider Name";
  }

  .bi-dtable table.dataTable tr td:nth-of-type(2):before {
    content: "Offer Name";
  }

  .bi-dtable table.dataTable tr td:nth-of-type(3):before {
    content: "Download Speed (Mbps)";
  }

  .bi-dtable table.dataTable tr td:nth-of-type(4):before {
    content: "Upload Speed (Mbps)";
  }

  .bi-dtable table.dataTable tr td:nth-of-type(5):before {
    content: "Price ($)";
  }

  .bi-dtable table.dataTable tr td.bi-nodata-found-m,
  .bi-dtable table.dataTable tr td.dataTables_empty {
    padding: 12px;
  }

  .bi-nodata-found-m::before,
  .dataTables_empty::before {
    display: none;
  }

}


@media screen and (min-width: 320px) and (max-width: 1180px) and (orientation: landscape) {
  .header {
    position: initial;
  }
  .nxsingle-post.blog-inner {
    padding-top: 60px !important;
}

  .bin-banr {
    padding-top: 30px;
  }

  .bi-breadcrumbs {
    position: inherit;
    padding-top: 30px;
  }

  .bi-plninfo {

    padding-top: 30px;
  }

  .bi-com-btm ul {
    flex-direction: row;
  }

  .bi-com-btm ul li {
    width: 100%;
  }
/* 
  .bi-com-btm .bi-cbtn {
    top: 5%;
    transform: translate(0, -40%);
    position: absolute;
    right: -10px;
  } */

  .bi-blogn {
    padding-top: 40px;
  }

  /* .container-fluid.blog-inner {
    padding-top: 30px !important;
  } */

  .single-post .bi-breadcrumbs {
    padding-top: 30px;
  }
  

}

.bi-msuccess h5 {
  line-height: 30px;
  font-size: 18px;
}



.bi-success {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4caf50;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4caf50;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.bi-success__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4caf50;
  fill: #45456e;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.bi-success__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.bi-dtable table.dataTable>thead>tr>th:nth-child(2) {
  width: 36% !important;
}

.smooth-scroll-to-top {
  position: fixed;
  bottom: 9px;
  right: 20px;
  display: none;
  font-size: 25px;
  color: #fff;
  background-color: #8c68ff;
  padding: 7px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  /* line-height: 50px; */
  text-align: center;
}

.smooth-scroll-to-top:hover {
  background-color: #333;
}

.prov_not_found_addr h5 img{
  filter: grayscale(100%) invert(1) brightness(2);
    
    max-height: 50px;
    margin: 0px 8px;
    height: 32px;
    object-fit: contain;
    object-position: left;
    
}


.dataTables_length {
  display: none;
}

.bi-filt-res-m {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -30px;
  z-index: 1;
}
.bi-filt-res-m .btn-primary {
  color: #fff;
  border-color: #3397fe;
  font-size: 12px;
}
.bi-filt-res-m .btn-primary:hover {
  color: #fff;
  background: #3397fe;
}
.bi-fhide .bi-fs{
  display: none;
}
.bi-shide .bi-fh{
  display: none;
}


@media (min-width: 1280px) {
.bi-filt-res-m{
  display: none;
}

}
@media (max-width: 1279px) {
  .bi-filbg {
    flex-wrap: wrap;
  }
  .bi-filbg li {
    margin-bottom: 25px;
  }
  .bi-filterresult {
    max-width: 49px;
}
  .bi-applied-filters{
      display: none;
  }



}

.bi-blogn .page-numbers.current {
  color: #fff;
  background: #8c68ff;
}
.bi-blogn .pagination .nav-links a {
  background-color: #e5e5e5;
  color: #8c67ff;
  font-size: 14px;
}
.bi-blogn .pagination .nav-links a:hover{
  color: #fff;
  background: #8c68ff;
}

.search-type-wrapper {
    flex: 0 0 auto;
    min-width: 120px;
   
}

.search-type-wrapper select {
    height: 100%;
    border: none;
    border-right: 1px solid #333!important;
    border-radius: 0!important;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;

}

.home-search-zip{width: 18%!important; border-right: 1px solid #999!important;}
.home-search-address{width: 40%!important;}

.page-search-zip{border-right: 1px solid #999!important; width: 28%!important;}
.page-search-address{width: 70%!important;}

.search-type-radio-main{
      margin-top: 90px;
   }
.search-type-radio {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ece6ff;
    width: 225px;
    margin: auto;
    padding: 0 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.search-type-radio .radio-label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    padding: 15px 0;
        border-right: 1px solid #bcb7c99e;
    padding-right: 15px;
}
.search-type-radio .radio-label:last-child {
    border-right: none;
    padding-right: 0;
}
.search-type-radio .radio-label input[type="radio"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.search-type-radio .radio-label span {
    user-select: none;
}

.speed-high {
    background-color: #28a745; /* green */
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

.speed-medium {
    background-color: #ffc107; /* yellow/orange */
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
}

.speed-low {
    background-color: #dc3545; /* red */
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}
