@font-face {
  font-family: 'GRIFTER';
  src: url('https://extract-media.s3.amazonaws.com/fonts/GRIFTER/GRIFTERBold.woff2')
      format('woff2'),
    url('https://extract-media.s3.amazonaws.com/fonts/GRIFTER/GRIFTERBold.woff')
      format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none !important;
  color: var(--primary-color);
}

body {
  overflow-x: hidden;
}

.bg-blue {
  background-color: var(--blue);
}

.text-grey {
  color: #3a3a3a;
}

.container.box-layout {
  max-width: 1095px;
}

header select {
  border: 1px solid #fff;
  padding: 6px 10px;
  border-radius: 7px;
  margin-left: 20px;
}

.max-w-1200 {
  max-width: 1200px !important;
  margin: auto;
}

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

.text-link {
  text-decoration: none;
  color: #d80388;
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  color: #344054;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 7px;
}
.form-group .form-control {
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  padding: 10px 10px;
  color: #000;
}
.form-group .form-link {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.form-group .form-link label {
  margin: 0;
  padding: 0;
  line-height: 32px;
}
.form-group .form-link .btn-link {
  margin-left: auto;
  color: #2b4401;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}
.form-group .dropdown-arrow,
.form-group .field-icon {
  position: relative;
}
.form-group .dropdown-arrow img,
.form-group .field-icon img {
  color: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-group .dropdown-arrow.cursor,
.form-group .field-icon.cursor {
  cursor: pointer;
  pointer-events: auto;
}

header {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .left,
header .right {
  display: flex;
}
header .navbar-brand {
  margin-right: 30px;
}
header .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 13px;
}
header .right {
  display: flex;
  justify-content: right;
}
header .right .nav-item {
  margin-right: 0px;
}
header .right .store {
  margin-right: 30px;
}
header .nav-item {
  margin: 0 15px;
}
header.dark {
  background-color: #000;
}
header.dark .nav-link {
  color: #fff;
  font-size: 14px;
}
header.dark .nav-link.active {
  color: var(--primary-color);
}
header .dropdown-item {
  font-size: 14px;
  padding: 6px 20px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff !important;
}

.search-main {
  background-color: #f0f0f0;
  text-align: center;
}
.search-main .prev-btn,
.search-main .next-btn {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3607843137);
  border-radius: 0px 18px 18px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 30px;
  cursor: pointer;
}
.search-main .next-btn {
  right: 0;
  left: auto;
  border-radius: 18px 0px 0px 18px;
}

.country-card {
  max-width: 150px;
  border-radius: 9.134px;
  background: #fff;
  box-shadow: 0 0 3.04478px rgba(0, 0, 0, 0.2509803922);
  padding: 15px 10px;
  text-align: center;
  position: relative;
  margin: 15px 6px;
  cursor: pointer;
  width: 20%;
}
.country-card img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 2.31475px 2.31475px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.country-card .name {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.224px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.country-card .price {
  color: #578b82;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.224px;
  margin: 0;
}

.hero {
  min-height: 450px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0) 35.79%
    ),
    linear-gradient(0deg, rgba(4, 75, 98, 0.4) 0%, rgba(4, 75, 98, 0.4) 100%),
    url(/assets/images/banner.jpeg),
    lightgray 0px -233.74px/100% 198.446% no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.hero h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 700;
  /* 95.238% */
  margin-bottom: 25px;
}
.hero h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 600;
}
.hero h3 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  max-width: 500px;
  margin: 30px auto 0;
}
.hero.slide2 {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0) 35.79%
    ),
    linear-gradient(0deg, rgba(4, 75, 98, 0.4) 0%, rgba(4, 75, 98, 0.4) 100%),
    url(/assets/images/banner2.png),
    lightgray 0px -233.74px/100% 198.446% no-repeat;
  background-size: cover;
}
.hero .esim-category {
  margin-top: 40px;
}
.hero .esim-category ul {
  display: flex;
  padding: 0;
}
.hero .esim-category ul li {
  list-style-type: none;
  margin-right: 20px;
}
.hero .esim-category ul li a {
  color: #b9b9b9;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 213.333% */
}
.hero .esim-category ul li a:hover {
  color: var(--primary-color);
}
.hero .esim-category .right ul {
  justify-content: right;
}

.otp-box {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}
.otp-box input {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  margin-right: 20px;
  text-align: center;
  outline: none;
}

.retry {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.esim-tabs {
  text-align: center;
  padding-top: 50px;
}
.esim-tabs ul {
  justify-content: center;
}
.esim-tabs h2 {
  color: #3a3a3a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}
.esim-tabs .nav-link {
  color: #4b1537;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  margin: 10px 30px 0;
  position: relative;
  padding: 0;
}
.esim-tabs .nav-link.active {
  color: #d80388;
  font-weight: 700;
  line-height: 32px;
}
.esim-tabs .nav-link.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  left: 0;
}

.regional {
  max-width: 1200px;
  margin: auto;
}

.esim-countries {
  background: #ecfaff;
}
.esim-countries .flex-box {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
.esim-countries .card {
  background-color: transparent;
  border: 0;
  position: relative;
}
.esim-countries .card .name {
  color: #242424;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 6px;
}
.esim-countries .card .place {
  border-radius: 11px;
  min-height: 89px;
  -o-object-fit: cover;
  object-fit: cover;
}
.esim-countries .card .flag {
  color: transparent;
  position: absolute;
  left: -16px;
  top: -15px;
  box-shadow: 0px 2.37px 2.37px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background-color: #fff;
}

.btn.btn-primary {
  border-radius: 34px;
  background: #d80388;
  border-color: #d80388;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 25px;
}

.section-heading {
  color: #3a3a3a;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
  background: #fa99b4;
  padding: 10px 8px;
  border-radius: 0px 6px 6px 0px;
  position: relative;
  padding-right: 30px;
}
.section-heading::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  left: -100%;
  height: 100%;
  background-color: #fa99b4;
  top: 0;
}

.why-airhub .card {
  text-align: center;
  border: 0;
  max-width: 301px;
  margin: 0 auto;
}
.why-airhub .card .icon {
  width: 83px;
  height: 83px;
  background-color: #fa99b4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 40px;
  position: relative;
}
.why-airhub .card .icon::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #fa99b4;
  border-radius: 50%;
  right: -20px;
  bottom: -14px;
}
.why-airhub .card h3 {
  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 156.25% */
  margin-bottom: 20px;
}
.why-airhub .card p {
  color: #3a3a3a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 25px;
  /* 156.25% */
  font-weight: 500;
}

.airhub-maps .wrap {
  border-radius: 42px 0px 38px 42px;
  background: #dfebef;
  text-align: center;
  padding: 30px;
  margin: 50px auto;
  position: relative;
}
.airhub-maps .wrap h2 {
  color: #3a3a3a;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  /* 128.571% */
}
.airhub-maps .wrap p {
  color: #3a3a3a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  max-width: 410px;
  margin: 10px auto 50px;
  /* 156.25% */
}
.airhub-maps .flower1 {
  color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.airhub-maps .flower2 {
  color: transparent;
  position: absolute;
  top: -102px;
  right: 76px;
  transform: rotate(96deg);
}

.faq-bg {
  background-size: cover;
  background-position: top -600px center;
  background-repeat: repeat-x;
  background-color: #f2f7fb;
}

.self-assistance-bg {
  background-size: cover;
  background-color: #f2f7fb;
  background-position: top center;
}

.faqs .accordion-item {
  border: 0;
}
.faqs .accordion-header button {
  background-color: transparent;
  color: #3a3a3a;
  box-shadow: none;
  outline: none;
}
.faqs h3 {
  color: #ca3d65;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 156.25% */
}
.faqs h3 img {
  margin-left: 5px;
}
.faqs p,
.faqs ul li,
.faqs ol li {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
}
.faqs .accordion-body {
  padding: 10px 0 0px;
}

.sec-heading {
  color: #3a3a3a;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 17px;
}

.support {
  margin-top: 80px;
  margin-bottom: 80px;
  background-image: url('../public/assets/images/bg.png');
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 0px;
}
.support h2 {
  color: #3a3a3a;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 1.28px;
  max-width: 898px;
  margin: 0 auto 40px;
}
.support ul li {
  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
}
.support h3 {
  color: #ef5e86;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}

footer {
  background-color: #0a142f;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 10px solid #d9328a;
}
footer .logo {
  margin-bottom: 10px;
}
footer p {
  font-size: 12px;
  line-height: 22px;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.768627451);
}
footer .social {
  margin-right: 20px;
}
footer .social ul {
  list-style-type: none;
  display: flex;
  padding: 0;
}
footer .social ul li {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  margin: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social ul li:first-child {
  margin-left: 0;
}
footer .social ul li:hover {
  background-color: var(--primary-color);
}
footer .social ul li:hover i {
  color: #fff;
}
footer .social ul li i {
  color: #000;
}
footer .external-links {
  display: flex;
  margin-top: 70px;
}

.widget h3 {
  color: #d9328a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.widget .menu-links {
  list-style-type: none;
  padding: 0;
}
.widget .menu-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
}

.newsletter {
  border-radius: 7px;
  background: #3b4359;
  margin: 12px 0;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  position: relative;
}
.newsletter .title {
  white-space: nowrap;
  margin-right: 23px;
  font-size: 17px;
  font-weight: 500;
}
.newsletter input {
  width: 100%;
  border-radius: 4px;
  padding: 12px 20px;
  border: 0;
  color: #0a142f;
  font-size: 13px;
  font-weight: 500;
}
.newsletter button {
  background-color: var(--primary-color);
  color: #fff;
  border: 0;
  padding: 7px 20px;
  margin: 4px 16px;
  border-radius: 5px;
  position: absolute;
  right: 11px;
}

.copyright {
  padding-top: 20px;
}

.customer-notes {
  margin-top: 80px;
}

.page-head {
  background: linear-gradient(180deg, #dfebef 0%, #ecfaff 100%);
  padding-top: 20px;
}

.breadcrumb nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.breadcrumb nav ul li {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.breadcrumb nav ul li i {
  font-size: 10px;
  margin: 10px;
}

.blogs-head {
  margin-bottom: 100px;
}
.blogs-head h1 {
  color: #3a3a3a;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.blogs-head p {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  font-style: normal;
  max-width: 500px;
}

.search-post {
  position: relative;
}
.search-post input {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  font-size: 13px;
  padding: 14px 10px;
}
.search-post .search {
  background: #d9328a;
  border: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
  width: 57px;
}

.page-head .container {
  overflow: hidden;
}

.blog-card .wrap {
  background-color: #fff;
  display: flex;
  padding: 30px;
  margin: 0 30px;
}
.blog-card .thumbnail img {
  min-width: 322px;
  max-height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-card .title {
  color: #3a3a3a;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  min-height: 48px;
}
.blog-card .content {
  padding-left: 30px;
}
.blog-card .content p {
  color: #b02d56;
  font-size: 14px;
  font-style: normal;
  line-height: 25px;
  font-weight: 500;
}

article.card {
  background-color: #e6eff2;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
article.card .info {
  padding: 20px;
}
article.card .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
article.card .title,
article.card a {
  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
article.card p {
  font-size: 13px;
  margin-bottom: 0;
}

.post-grid {
  margin-bottom: 80px;
}
.post-grid .row-heading {
  color: #3a3a3a;
  font-size: 19.28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.276px;
  margin: 50px 0 40px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.post-grid .row-heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fa99b4;
  border-radius: 0px 6.427px 6.427px 0px;
}
.post-grid .sidebar .row-heading {
  margin-bottom: 15px;
}
.post-grid .sidebar .widget ul {
  padding: 0 20px;
}
.post-grid .sidebar .widget ul li {
  border-bottom: 1px solid rgba(195, 195, 195, 0.6705882353);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.post-grid .sidebar .widget ul li:last-child {
  border: 0;
}
.post-grid .sidebar .widget ul li a {
  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.post-grid .sidebar .widget .item {
  display: flex;
  border-bottom: 1px solid #e4dddd;
  padding-bottom: 13px;
  margin-bottom: 15px;
  align-items: center;
}
.post-grid .sidebar .widget .item:last-child {
  border: 0;
}
.post-grid .sidebar .widget .item .thumbnail {
  margin-right: 15px;
}
.post-grid .sidebar .widget .item .title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #3a3a3a;
  font-weight: 500;
  line-height: 22px;
}

.auth-screen {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fa99b4;
  min-height: 100vh;
  align-items: center;
  position: absolute;
}
.auth-screen .left {
  width: 40%;
  height: 100%;
}
.auth-screen .right {
  width: 60%;
  float: right;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  display: flex;
}
.auth-screen h2 {
  color: #101828;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 38px;
  /* 105.556% */
}
.auth-screen p {
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.auth-screen .form-wrap {
  max-width: 444px;
  margin: auto;
  min-width: 320px;
  width: 100%;
}
.auth-screen button {
  width: 100%;
  margin: 30px auto;
}
.auth-screen .btn-link {
  color: #1f322b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
}

main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-title {
  margin-bottom: 40px;
  font-size: 30px;
}

.account-sidebar ul {
  padding: 0;
}
.account-sidebar ul li {
  list-style-type: none;
}
.account-sidebar ul li.active a {
  background-color: var(--primary-color);
  color: #fff;
}
.account-sidebar ul li a {
  text-decoration: none;
  color: #000;
  padding: 15px 25px;
  display: block;
  font-size: 15px;
}

.blog-title {
  font-size: 38px;
  line-height: 56px;
  color: #000;
}

.post-content p,
.post-content p span,
.post-content ul li,
.post-content ul li span,
.post-content ol li,
.post-content ol li span {
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 26px;
}
.post-content p b,
.post-content p span b,
.post-content ul li b,
.post-content ul li span b,
.post-content ol li b,
.post-content ol li span b {
  font-weight: 400;
}
.post-content a {
  color: var(--primary-color);
}
.post-content h2,
.post-content h1 {
  font-size: 23px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-content h2 b,
.post-content h1 b {
  font-weight: 700;
}

.fw-700 {
  font-weight: 700;
}

.page.search {
  max-width: 500px;
  margin: 30px auto 100px;
  position: relative;
}
.page.search .input {
  position: relative;
}
.page.search .input input {
  padding: 13px 20px;
  border-radius: 23px;
}

.cursor {
  cursor: pointer;
}

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

img.country-img {
  min-height: 235px;
  max-height: 370px;
  max-width: 315px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.brand-logo {
  position: absolute;
  top: 20px;
  z-index: 99;
  right: 20px;
}

.products {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
}
.products .product {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.products .product a {
  color: #000;
}
.products .product .details {
  padding: 20px;
}
.products .product .details h2 {
  font-size: 16px;
}
.products .product .details h2 img {
  margin-right: 9px;
}
.products .product .details h3 {
  font-size: 14px;
}

.social-btn button {
  width: 50px;
  height: 50px;
  border-radius: 7px !important;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15) !important;
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  text-align: center;
  padding-left: 8px !important;
  padding-top: 10px !important;
}
.social-btn button div {
  margin: 0px !important;
  padding: 0px !important;
}

table thead,
.p-datatable thead {
  border-radius: 15px 15px 0px 0px;
  background: rgba(31, 50, 43, 0.05);
}
table thead th,
.p-datatable thead th {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 14px;
  color: #27283d;
  white-space: nowrap;
}
table thead th.status,
.p-datatable thead th.status {
  padding-left: 30px;
}
table thead th svg,
.p-datatable thead th svg {
  margin-left: 5px;
}
table tr td,
.p-datatable tr td {
  color: #344054;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(212, 212, 212, 0.8901960784);
}
table tr td .dropdown button img,
.p-datatable tr td .dropdown button img {
  max-width: unset;
}
table tr td span,
.p-datatable tr td span {
  margin-left: 5px;
}
table tr td .status,
.p-datatable tr td .status {
  background-color: #f2f4f7;
  padding: 9px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
table tr td .status.active,
.p-datatable tr td .status.active {
  color: #027a48;
  background-color: #ecfdf3;
}
table tr td .status.active::before,
.p-datatable tr td .status.active::before {
  background-color: #027a48;
}
table tr td .status::before,
.p-datatable tr td .status::before {
  background-color: #667085;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 14px;
  left: 17px;
}
table .dropdown-menu,
.p-datatable .dropdown-menu {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 78px -6px rgba(117, 117, 117, 0.25);
  border: 0;
  min-width: 154px;
  outline: none;
}
table .dropdown-menu li a,
.p-datatable .dropdown-menu li a {
  color: #27283d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 9px 20px;
  line-height: normal;
}
table .dropdown-menu li a img,
.p-datatable .dropdown-menu li a img {
  margin-right: 8px;
}
table .dropdown-menu li a img.ban,
.p-datatable .dropdown-menu li a img.ban {
  margin-right: 11px;
  margin-left: 5px;
}
table .dropdown-menu li a .ml-1,
.p-datatable .dropdown-menu li a .ml-1 {
  margin-left: 1rem;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.avatar img {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart-items .item {
  margin-bottom: 25px;
}
.cart-items .item .country {
  font-size: 16px;
  font-weight: 500;
}
.cart-items .item .name {
  font-size: 14px;
  color: dimgrey;
}
.cart-items .item .price {
  font-weight: 700;
}

.how-esim-works img {
  margin: 30px auto;
}
.how-esim-works h3 {
  font-size: 14px;
}

.counter {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.counter .less,
.counter .inc {
  border-radius: 8px;
  width: 35px;
  border: 1px solid #cbcbcb;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.counter .qty {
  padding: 3px 10px;
  width: 40px;
  text-align: center;
}
.counter .val {
  width: 40px;
  text-align: center;
}

.cart .total {
  font-weight: 700;
  font-size: 20px;
}
.cart a {
  color: var(--primary-color);
}
.cart .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px 30px 20px;
  background-color: #fff;
}

.btn.checkout-btn {
  border-radius: 7px;
  width: 100%;
  padding: 12px 25px;
  margin: 20px auto;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.empty-cart h2 {
  font-size: 16px;
  max-width: 250px;
  margin: 10px auto;
  line-height: 26px;
}

section.breadcrumb {
  background-color: #e6f3f8;
  color: #666666;
  font-size: 13px;
  padding: 15px 14px;
  font-weight: 500;
}
section.breadcrumb a {
  color: #666666;
}
section.breadcrumb i {
  padding: 0 8px;
}

.esim.card {
  padding: 13px;
  margin-bottom: 20px;
  font-size: 14px;
  cursor: pointer;
  min-height: 185px;
  position: relative;
}
.esim.card .flags {
  position: absolute;
  right: 5px;
  top: 5px;
}
.esim.card.active {
  border: 1px solid #48ec86;
  background-color: #f5fff9;
}
.esim.card.active .checkbox {
  border-color: #48ec86;
  background-color: #48ec86;
}
.esim.card.active .checkbox::before {
  content: '';
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  height: 50%;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.countries-list {
  list-style-type: none;
  -moz-columns: 2;
  columns: 2;
  margin: 0;
  padding: 0;
}
.countries-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  margin-right: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.overflow-y-auto {
  overflow-y: auto;
}

.max-h-200 {
  max-height: 200px;
}

nav .esim-spec .nav-link {
  color: rgba(0, 0, 0, 0.7019607843);
  font-weight: 500;
  position: relative;
  padding: 10px 10px 12px 0px;
  margin-bottom: 17px;
  margin-right: 18px;
}
nav .esim-spec .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 3px;
  background-color: #fa99b4;
  border-radius: 0 6px 6px 0;
  opacity: 0;
}
nav .esim-spec .nav-link.active {
  color: #000;
}
nav .esim-spec .nav-link.active::before {
  opacity: 1;
}

.faqs .accordion-item h2,
.faqs .accordion-item h2 span {
  font-size: 14px;
  font-weight: 500;
  color: #3a3a3a;
}

.drop-shadow1 {
  box-shadow: 0px -6px 17px 3px rgba(0, 0, 0, 0.2509803922);
}

.points ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0;
}
.points ul li {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
  list-style-type: disc;
}

.note {
  font-size: 14px;
  line-height: 24px;
}

.phone-list .accordion-item {
  margin: 15px auto;
  border: 1px solid #cfcfcf !important;
  border-radius: 8px !important;
  background-color: white;
}
.phone-list .accordion-item .accordion-header .accordion-button {
  border: 0;
  border-radius: 0px !important;
  background-color: transparent !important;
  box-shadow: none;
  text-transform: capitalize;
}
.phone-list .accordion-item ul li {
  font-size: 14px;
  margin-bottom: 10px;
  list-style-type: disclosure-closed;
}

.trust-div {
  display: flex;
}
.trust-div .item {
  text-align: center;
  margin-right: 20px;
}
.trust-div .item img {
  margin-bottom: 10px;
  height: 50px;
}
.trust-div .item h3 {
  color: #6d6666;
  font-size: 14px;
  font-weight: 400;
}

.esim.card {
  padding: 11px 17px;
  margin-bottom: 20px;
  font-size: 14px;
  border: 1px solid rgba(222, 222, 222, 0.968627451);
  border-radius: 8px;
  position: relative;
}
.esim.card .validity {
  font-weight: 500;
  color: #000;
}
.esim.card .plan-name {
  color: #3e837a;
  font-weight: 500;
  margin: 7px 0;
}
.esim.card .price {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}
.esim.card .checkbox {
  position: absolute;
  right: 11px;
  height: 13px;
  border: 1px solid rgba(113, 113, 113, 0.8588235294);
  border-radius: 50%;
  top: 10px;
  width: 13px;
}

.inner-page .section-heading {
  background-color: transparent;
}
.inner-page .section-heading::before {
  display: none;
}
.inner-page.max-w-1200 .container {
  max-width: 1200px;
}

.add-to-cart-btn,
.buy-now {
  border: 1px solid #393939;
  width: 100%;
  padding: 10px 10px;
  border-radius: 8px;
  background-color: #fff;
  max-width: 226px;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}
.add-to-cart-btn img,
.buy-now img {
  margin-left: 10px;
}
.add-to-cart-btn:hover,
.add-to-cart-btn.loading,
.buy-now:hover,
.buy-now.loading {
  background-color: #444d65;
  border-color: #444d65;
  color: #fff;
}
.add-to-cart-btn:hover img,
.add-to-cart-btn.loading img,
.buy-now:hover img,
.buy-now.loading img {
  filter: invert(1);
}

.cart-badge {
  background-color: #ca0388;
  color: #fff;
  border-radius: 10px;
  padding: 3px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-flex;
  font-size: 10px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  position: absolute;
  margin-left: 6px;
}

.add-to-cart-btn {
  margin-right: 30px;
}

.buy-now {
  background-color: #444d65;
  color: #fff;
  padding: 13px 10px;
}

.search-div {
  max-width: 500px;
  position: relative;
  margin: auto;
}
.search-div input {
  border: 0;
  padding: 14px 15px;
  border-radius: 33px;
  width: 100%;
  margin: 40px auto 0;
  outline: none;
  padding-left: 52px;
}
.search-div .search-input {
  position: relative;
}
.search-div .search-input img {
  position: absolute;
  top: 50%;
  margin-left: 14px;
  margin-top: 7px;
  opacity: 0.7;
}
.search-div .search-result {
  box-shadow: -1px 5px 19px 9px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 99;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
.search-div .search-result ul {
  list-style-type: none;
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}
.search-div .search-result ul li {
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
.search-div .search-result ul button {
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: transparent;
}
.search-div .search-result ul button img {
  width: 40px;
}

.shop .search-div input {
  border: 1px solid rgba(111, 111, 111, 0.4705882353);
}

.payment-btns {
  display: flex;
  align-items: center;
}
.payment-btns button {
  width: 100%;
  margin: 30px auto;
  border: 1px solid #dad5d5;
  margin-right: 14px;
  border-radius: 7px;
  font-size: 13px;
  padding: 2px 1px;
  min-height: 58px;
  position: relative;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-btns button .input {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.payment-btns button input {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}
.payment-btns button input:checked ~ .checked {
  background-color: #40bc31;
}
.payment-btns button input:checked ~ .checked::after {
  border-color: #40bc31;
}
.payment-btns button img {
  margin-right: 5px;
}
.payment-btns .checked {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  background-color: #8e928e;
  border-radius: 50%;
  position: relative;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.payment-btns .checked::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #7a837a;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -4px;
}

.font-14 {
  font-size: 14px;
}

.react-datepicker-wrapper {
  display: block !important;
}
.react-datepicker-wrapper input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  font-size: 14px;
}

.back {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.back i {
  font-size: 12px;
  margin-right: 4px;
}

.content-block p {
  font-size: 14px;
  line-height: 30px;
}

.declaration {
  list-style-type: none;
  padding: 0px;
}
.declaration li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #8e8e8e;
}
.declaration li input {
  margin-right: 9px;
}
.declaration li a {
  color: #0a142f;
}
.declaration .checkbox {
  margin-right: 5px;
}

.pay-btn {
  background: linear-gradient(180deg, #34e06f 0%, #07b464 100%);
  color: #fff;
  border: 0;
  padding: 11px 10px;
  border-radius: 10px;
  font-size: 15px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.31);
}

.buy-plans {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.buy-plans .country {
  width: 64px;
  height: 64px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 20px;
}
.buy-plans .qty {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(114, 114, 114, 0.9);
  text-align: center;
  font-size: 13px;
  position: absolute;
  right: -9px;
  top: -10px;
  color: #fff;
}

.coupon-discount-wrap {
  margin: 20px 0;
}

.form-err {
  font-size: 13px;
  color: red;
  margin: 10px 0;
}

.extra-field {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 20px 20px 15px;
  margin: 0px auto 40px;
}

.static-content h1 {
  font-size: 30px;
  font-weight: 700;
}
.static-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 10px;
}
.static-content p,
.static-content ul li,
.static-content ol li {
  font-size: 14px;
  margin-bottom: 10px;
}

.filters {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 25px;
}
.filters h3 {
  font-size: 14px;
  margin: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2392156863);
  padding-top: 10px;
}
.filters button {
  background-color: #fff;
  border: 1px solid #dad7d7;
  border-radius: 5px;
  font-size: 13px;
  padding: 6px 14px;
  margin: 4px 0;
  color: #8d8d8d;
  margin-right: 10px;
  text-transform: capitalize;
}
.filters button.active,
.filters button:hover,
.filters button.chips {
  background-color: #444d65;
  color: #fff;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.btn.view-more-plans {
  border: 1px solid #3a3a3a;
  font-size: 13px;
  padding: 9px 10px;
  text-align: center;
  margin-top: 60px;
}

.tag {
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px;
  margin-bottom: 7px;
  margin-right: 13px;
  font-weight: 600;
  background-color: #f3f9fb;
  color: #444444;
  border: 1px solid #d9d9d9;
}
.tag.voice {
  background-color: #444d65;
  border: 1px solid #444d65;
  color: #fff;
}

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

.installations .head p {
  max-width: 500px;
  margin: 5px auto 50px;
}
.installations .nav-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.installations .nav-btns a {
  color: #000;
}
.installations .nav-btns .icon {
  border: 1px solid #000;
  border-radius: 9px;
  padding: 8px;
  margin-bottom: 8px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.installations .nav-btns .icon img {
  max-height: 40px;
  width: auto;
}
.installations .nav-btns .icon.android {
  border-color: #0fdd76;
}
.installations .nav-btns .icon.ipad {
  border-color: #355568;
}
.installations h1 {
  font-size: 30px;
  font-weight: 600;
}
.installations .type {
  background-color: #e8e8e8;
  font-size: 23px;
  padding: 10px 10px;
  margin-bottom: 50px;
}
.installations .steps .step {
  color: #000;
  position: absolute;
  left: 0;
  font-size: 29px;
  font-weight: 500;
}
.installations .steps .wrap {
  max-width: 400px;
  position: relative;
  padding-left: 65px;
}
.installations .steps .wrap::before {
  content: '';
  position: absolute;
  left: 48px;
  height: 40px;
  width: 1px;
  background-color: black;
  top: 6px;
}
.installations .steps h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.justify-center {
  justify-content: center;
}

.help-center {
  padding-top: 120px;
  padding-bottom: 120px;
}
.help-center .bg {
  position: absolute;
  left: 0;
  width: 100%;
}
.help-center .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(248, 7, 137, 0.2509803922);
  border: 0;
  text-align: center;
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 15px;
  width: 100%;
}
.help-center .card.installations {
  max-height: 275px;
}
.help-center .card img {
  margin-bottom: 20px;
}
.help-center .card h3 {
  color: #3c3a3a;
  font-size: 18px;
  margin-bottom: 30px;
}
.help-center .card p {
  font-size: 14px;
  text-align: center;
}

.how-it-works .step {
  max-width: 500px;
  position: relative;
  padding-left: 50px;
}
.how-it-works .step::before {
  content: '';
  position: absolute;
  left: 29px;
  width: 1px;
  background-color: #000;
  height: 35px;
  top: 3px;
}
.how-it-works .count {
  position: absolute;
  left: 0;
}
.how-it-works h2 {
  font-size: 22px;
  font-weight: 600;
}

.control-esim h2 {
  font-size: 26px;
  font-weight: 600;
}

.btn.view {
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #a1a1a1;
}

.modal.qr .modal-dialog {
  max-width: 800px;
}
.modal.qr h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.modal.qr h3 {
  font-size: 14px;
  line-height: 24px;
  color: #b42c2c;
  font-weight: 500;
}
.modal.qr .list-group-item {
  font-size: 13px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding: 10px 10px;
}
.modal.qr .list-group-item .list-item {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
}
.modal.qr .list-group-item .list-item:last-child {
  border: 0;
}

.leading-loose * {
  line-height: 2;
}

/* styles/Loader.module.css */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Style for the progress bar */
#nprogress .bar {
  background: #ca0388; /* Change to your desired color */
  height: 4px; /* Change to your desired height */
}

/* Style for the spinner (optional) */
#nprogress .spinner-icon {
  border-top-color: #ca0388; /* Change to your desired color */
}

.toggler,
.login-account {
  display: none;
}

@media (max-width: 991px) {
  .hide-for-mobile {
    display: none;
  }
  .toggler {
    display: block;
  }
}
@media (max-width: 768px) {
  .airhub-maps .wrap h2 {
    font-size: 30px;
  }
  .airhub-maps .flower2 {
    top: -70px;
    max-width: 200px;
  }
  .airhub-maps .wrap h2 {
    margin-top: 134px;
    font-size: 26px;
  }
  .login-account {
    display: block;
  }
  .section-heading::before {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */







.payment-success-Qr {
     position: absolute;
    top: 12%;
    width: 35%;
    background: #ffffff;
    left: 32%;
    height: 76%;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.dialogDescription-qr-code {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 450px;

  img {
    height: 300px;
  }
}

button.closebtn-qr-code {
  top: 40px;
  right: 40px;
  position: absolute;
  font-size: 20px;
}


@media (max-width: 640px) {
  .payment-success-Qr {
    width: 96%;
    left: 2%;
  }

}

@media (min-width: 640px) and (max-width: 1301px) {
  .payment-success-Qr {
    width: 65%;
    left: 21%;
  }
}

.order-table {
  background: black;

  th {
    color: #fff !important;
    font-weight: 700;
  }
}
