@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");

:root {
  --white-color: #ffffff;
  --blue-color: #292842;
  --dark-pink: #481c1c;
  --blue-light: #551a8b;
  --black-light: #bbbbbb;
  --black-color: #000;
}

body {
  font-family: "Space Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "Space Grotesk", serif;
}
p,
input,
li,
a {
  font-family: "Space Grotesk", serif;
}
/* 
.header-design ul.navbar-nav.mx-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link {
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--black-color) !important;
} */

.header-design ul.navbar-nav.mx-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.navbar-light .navbar-nav .nav-link {
  padding: 10px 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  color: #fff !important;
}
a.navbar-brand img {
  width: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  width: 12%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}

/**************footer*****************/
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer {
  background-color: #000;
  padding: 70px 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col h4 {
  font-size: 22px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 600;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: var(--white-color);
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  text-decoration: none;
  font-weight: 400;
  color: var(--black-light);
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: var(--white-color);
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: var(--white-color);
}
.social-icon ul li img {
  width: 50px;
  height: 50px;
}
.social-icon ul {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 0;
}

/*********************Slider**********************/

.search__box {
  float: left;
  width: 0;
  height: 4rem;
  background: none;
  color: var(--black-light);
  font-size: 25px;
  border-radius: 2rem;
  outline: none;
  border: none;
  position: relative;
  opacity: 1;
  transition: all 0.75s ease-in;
  font-weight: 600;
}
.search__icon {
  background-color: black;
  width: 50px;
  height: 50px;
  margin-left: -60px;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 25px;
  font-size: 22px;
}
.search-slider:hover > .search__box {
  width: 83%;
  padding: 5px 0 0 12px;
  height: 44px;
}

.search-slider:hover > .search__icon {
  color: var(--white-color);
  transition: all 0.25sease -in;
  padding: 12px 12px;
  border-radius: 50%;
  /* background-color: var(--dark-pink); */
}

.show {
  /* width: 85%; */
  /* border: 1px solid red; */
}

.slider-parts-text h2 {
  font-weight: bold;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: -0.03em;
  color: var(--dark-pink);
}
.slider-parts-text h5 {
  font-size: 28px;
  color: var(--black-color);
  margin: 15px 0;
  font-weight: 600;
}
.slider-parts {
  /* padding-top: 100px; */
}
.list-of-text ul li {
  list-style: none;
}

.list-of-text ul {
  padding-left: 0;
  display: flex;
  gap: 10px;
}

/*********************Slider**********************/
.word-icon-list ul {
  padding-left: 0;
  display: flex;
  gap: 0px;
  text-align: center;
  margin: 0 50px;
}
.word-icon-list {
  padding-top: 100px;
  padding-bottom: 120px;
}
.word-icon-list ul li h5 {
  font-size: 32px;
  color: #fff;
  padding-top: 15px;
}
h5.sim-card {
  padding-top: 28px;
}
.search-slider {
  width: 450px;
  height: 70px;
  position: relative;
  background-color: #ffffff;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  padding: 0 24px;
  /* margin-bottom: 50px; */
}
.log-bt1 a.nav-link {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 5px 12px !important;
  margin-top: 4px;
  margin-left: 8px;
}
section.header-design {
  background-color: #000000;
  position: fixed;
  /* position: absolute;
  */
  width: 100%;
  z-index: 1000;
}
.slider-parts-img {
  text-align: center;
}
.slider-parts-img img {
  width: 100%;
}
.travelbanner1 {
  display: flex;
}
.search__icon {
  font-size: 22px;
}
.search-slider input {
  border: 0;
  font-size: 25px;
  color: #000;
  font-weight: 500;
}
.search-slider input::placeholder {
  color: var(--black-color);
}
.search-slider > .search__icon {
  color: var(--white-color);
  transition: all 0.25sease -in;
  padding: 13px 13px;
  border-radius: 50%;
  background-color: var(--black-color);
}
.search-slider .show {
  width: 85%;
  border: 1px solid red;
}
.slider-parts-text h2 {
  font-weight: 500;
  font-size: 54px;
  /* line-height: 49px;
  */
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 100%;
  text-align: center;
  padding: 0 50px;
}
.list-of-text ul li {
  list-style: none;
}
.list-of-text ul {
  padding-left: 0;
  display: flex;
  gap: 10px;
}
.slider-parts-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 68px;
  align-items: center;
  background-color: black;
}
.text-part2 {
  width: 56%;
}
.img-part1 {
  width: 44%;
}
.top-one1 {
  /* padding-top: 35px;
  */
  position: relative;
  height: 850px;
}
.search-container {
  position: relative;
  margin-top: 4px;
}
button.icon-search1 {
  position: absolute;
  right: 0;
  border: 0;
  background-color: transparent;
  top: 4px;
}
.search-container input {
  border: 1px solid #2a4654;
  border-radius: 10px;
  width: 126px;
  height: 32px;
  padding: 5px;
}

/******************admin-penel-css******************/

.admin-penel-comet .navbar-side {
  width: 225px;
  height: 100vh;
  position: fixed;
  background-color: #ffffff;
  -webkit-transition: 0.2s allease-in-out;
  transition: 0.2s allease-in-out;
  box-shadow: 0px 0px 13px 0px black;
}

.admin-penel-comet .navbar-side h6 {
  color: var(--black-color);
  margin: 9px 0 10px 20px;
  font-size: 18px;
  line-height: 1.6;
  white-space: nowrap;
}

.admin-penel-comet .navbar-side ul li {
  list-style-type: none;
}

.admin-penel-comet .navbar-side ul li a {
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: var(--black-color);
  font-size: 1.1em;
  width: 100%;
  padding-left: 10px;
  -webkit-transition: 0.2s allease-in-out;
  transition: 0.2s allease-in-out;
  white-space: nowrap;
}

.admin-penel-comet .navbar-side ul li a:hover,
.navbar-side ul li a.link-active {
  background-color: #e9e9e9;
  border-left: 5px solid black;
}

.admin-penel-comet .navbar-side ul li a .icon {
  padding-right: 10px;
}

.admin-penel-comet .content {
  margin-left: 225px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.admin-penel-comet .content #navBtn {
  font-size: 20px;
}

.admin-penel-comet .main.animate .navbar-side {
  width: 60px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.admin-penel-comet .main.animate .navbar-side .link-text {
  display: none;
}

.admin-penel-comet .main.animate .navbar-side .myCaret {
  display: none;
}

.admin-penel-comet .main.animate .content {
  margin-left: 60px;
}

.admin-penel-comet .myBtn[aria-expanded="false"] .myCaret:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f107";
  float: right;
  transition: all 0.5s;
}

.admin-penel-comet .myBtn[aria-expanded="true"] .myCaret:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f107";
  float: right;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.admin-penel-comet .navbar-side ul {
  padding-left: 20px;
}
nav.navbar.navbar-dark.py-1 {
  background-color: black;
  /* margin: 0px 30px; */
  height: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
  width: -webkit-fill-available;
  z-index: 1000;
}

.admin-penel-comet .container-fluid {
  width: 100%;
  padding-right: 35px;
  padding-left: 35px;
  /* margin-top: 40px; */
  padding-top: 70px;
}

section.admin-penel-comet {
  /* background-color: #e9ecef; */
  height: 100vh;
}

.admin-penel-comet .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  border-radius: 15px !important;
}
.side-second1 {
  /* padding-top: 48px; */
}

/********************Login**************************/

.login img {
  /* width: 100%; */
  width: 107px;
  height: 65px;
}

.comet-logon-form .login {
  /* margin: 40px auto; */
  padding: 30px 30px;
  max-width: 480px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 11px 0px black;
  width: 100%;
}
.comet-logon-form .login input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 8px;
  font-size: 16px;
  border-radius: 2px;
  font-family: Raleway, sans-serif;
}

.comet-logon-form .login input[type="text"],
.login input[type="password"] {
  border: 1px solid #c0c0c0;
  transition: 0.2s;
}

.comet-logon-form .login input[type="text"]:hover {
  border-color: black;
  outline: none;
  transition: all 0.2sease-in-out;
}

.comet-logon-form .login button[type="submit"] {
  border: none;
  background: black;
  color: white;
  font-weight: bold;
  transition: 0.2s;
  margin: 20px 0px;
  padding: 12px 12px;
  width: 100%;
}

.comet-logon-form .login button[type="submit"]:hover {
  background: black;
}

.comet-logon-form .login h2 {
  margin: 3px 0 10px;
  color: black;
  font-size: 33px;
}
.comet-logon-form .login p {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

h5.forget-one {
  text-align: center;
  font-size: 14px;
  color: #a1a1a1;
  margin-bottom: 25px;
}
.comet-logon-form .links {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.comet-logon-form .links a {
  display: table-cell;
  padding-top: 10px;
}

.comet-logon-form .links a:first-child {
  text-align: left;
}

.comet-logon-form .links a:last-child {
  text-align: center;
  color: #d9226f !important;
  font-weight: 600;
  font-size: 15px;
}
.comet-logon-form .login h2,
.login p,
.login a {
  text-align: center;
}

.comet-logon-form .login a {
  text-decoration: none;
  font-size: 0.8em;
}

.comet-logon-form .login a:visited {
  color: inherit;
}

.comet-logon-form .login a:hover {
  text-decoration: underline;
}
.comet-logon-form {
  padding: 70px 0;
  /* background-color: #e9ecef; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/***********************Comet-FAQ**************************/
/*.faq:before {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   right: 0;
   background-image: url(../images/section4-before.png);
}
*/
.info-img1 img {
  width: 100%;
}
.row.info-img2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-img69 img {
  width: 100%;
}
.row.faq-img68 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.compatible1 {
  /* background-image: url(../images/apple-1.png);
  */
  min-height: 650px;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  background-color: #000;
}
.compatibles-heading h2 {
  color: #fff !important;
  padding-top: 85px;
  padding-bottom: 50px;
}
.last-one {
  margin-top: 60px !important;
  /* margin-bottom: 50px;
  */
  position: relative;
  /* background-image: url(../images/calling-phone-faq.png);
  */
  /* padding: 32px 0;
  */
  /* height: 725px;
  */
  background-position: right;
}
.faq {
  /* margin-top: 70px; */
  /* margin-bottom: 50px;
 */
  position: relative;
}
.faq h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 49px;
  letter-spacing: -0.03em;
  color: var(--black-color);
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 0px 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 4px 0px #00000036;
  border-top-right-radius: 34px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  padding: 18px 31px;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #000000;
  padding: 18px 0;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: var(--black-color);
  transition: 0.3s;
}
/*.faq .faq-list a.collapsed:hover {
  color: #e82c88;
}
*/
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
  padding: 28px 0;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
/*******************all-service****************************/
li.tab.active {
  background-color: #fff;
  border-radius: 100px;
  padding: 2px 8px;
}
li.tab.active label:first-child {
  color: #000 !important;
}
.service-e-sim .tabbed {
  overflow-x: hidden;
  margin: 60px 0;
  background-color: #000;
  padding: 25px;
  border-radius: 15px;
}
.tabbed [type="radio"] {
  display: none;
}
.service-e-sim2 {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 7px 15px;
  gap: 16px;
}
.service-e-sim .tabs {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 25px;
}
.service-e-sim .tab > label {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 0;
}
.service-e-sim .tab:hover label {
  color: #fff;
}
.service-e-sim .tab-content {
  color: #777;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed
  [type="radio"]:nth-of-type(5):checked
  ~ .tabs
  .tab:nth-of-type(5)
  label {
  background: transparent;
  color: #fff;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
  display: block;
}
.service-e-sim1 h2 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.plan-details-service-e-sim1 h2 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.local-img img {
  width: 100%;
  height: 48px;
  border-radius: 5px;
}
.local-img {
  width: 38%;
}
.local-sim-blog {
  background-color: #fff;
  display: flex;
  border-radius: 15px;
  padding: 33px 25px;
  align-content: center;
  gap: 16px;
  position: relative;
  align-items: center;
  min-height: 145px;
}
.local-text h4 {
  font-size: 22px;
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
}
.local-text p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.arrow-icon {
  position: absolute;
  right: 30px;
  font-size: 22px;
  color: #000;
  bottom: 5px;
}
.regional a {
  text-decoration: none;
}
.regional {
  padding-right: 0;
}
.regional2 {
  padding-right: 15px;
}
.view-all-bt1 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}
.view-all-bt1 a {
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 19px;
  border-radius: 100px;
  text-decoration: none;
}
/*****************Comet-map******************/
.buy-plan {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  margin-top: 15px;
}
.tabbed.started1 {
  padding-bottom: 60px;
}
.buy-plan1 img {
  width: 100%;
  border-radius: 15px;
}
.buy-plan1 {
  position: relative;
  box-shadow: 0px 0px 2px 0px #00000042;
  border-radius: 15px;
}
.logo-img12 {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  background-image: linear-gradient(#ffffff, #ffffff00);
}
.logo-img12 img {
  width: 40%;
}
.buy-plan2 h4 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}
.buy-plan2 p {
  font-size: 16px;
  font-weight: 400;
}
.buy-plan3 {
  text-align: center;
  margin: 13px 0;
}
.buy-plan3 a {
  border: 1px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 19px;
  border-radius: 100px;
  text-decoration: none;
}
/*****************mobile-faq******************/
.phone-details1 .tabs {
  position: relative;
  min-height: 200px;
  width: 500px;
  margin: 25px 0;
}
.phone-details1 .tab {
  float: left;
}
.phone-details1 .tab label {
  background: #2a4654cf;
  /* padding: 10px;
  */
  border: 1px solid #ccc;
  cursor: pointer;
  margin-left: -1px;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 7px 0;
  color: #fff;
}
.phone-details1 .tab:first-child label {
  margin-left: 0;
}
.phone-details1 .tab input[type="radio"] {
  display: none;
}
.phone-details1 .tab-content {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 6px;
  border: 0px solid #ccc;
  display: none;
}
.phone-details1 input[type="radio"]:checked ~ label {
  background: #2a4654;
  border-bottom: 1px solid white;
}
.phone-details1 input[type="radio"]:checked ~ label ~ .tab-content {
  display: block;
}
.phone-details1 {
  padding-bottom: 5px;
}
/******************reasons-to-use*********************/
.reasons-use2 {
  background-image: url(../reasons1.png);
  /* height: 813px; */
  width: revert;
  background-repeat: no-repeat;
  width: 632px;
  background-size: cover;
  background-position: center;
}
.reasons-use1 {
  display: flex;
}
.reason-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 700px;
  align-items: center;
  padding: 70px 0px 45px 0;
}
.reason-text1 h4 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.reason-text1 h5 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.reason-text2 a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.second-reason-img {
  background-image: url(../reasons2.png);
  position: relative;
}
.three-reason-img {
  background-image: url(../reasons3.png);
}
.comet-use1 h3 {
  font-size: 38px;
  margin: 0;
}
.comet-use1 {
  color: #fff;
  background: #000;
}
/*******************cards-slider*******************/
h3.admin-test1 {
  font-size: 25px !important;
  color: #000 !important;
  font-weight: bold;
  line-height: normal !important;
  padding-bottom: 0 !important;
}
h6.admin-test2 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.featured-card-slider .cards-wrapper {
  display: flex;
  justify-content: center;
}
.featured-card-slider .card img {
  max-width: 30%;
  max-height: 100%;
  border-radius: 15px 15px 0px 0px;
  margin: 0 auto;
}
.featured-card-slider .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 15px;
  text-align: center;
}
.featured-card-slider .card-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.featured-card-slider .carousel-inner {
  padding: 1em;
}
.featured-card-slider .carousel-control-prev,
.carousel-control-next {
  background-color: #000000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 33%;
  transform: translateY(50%);
  padding: 10px;
  opacity: 1;
}
.featured-card-slider .carousel-control-prev-icon {
  margin-right: 5px;
}
.featured-card-slider {
  margin-top: 100px;
}
.featured-card-slider h3 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  line-height: 49px;
  letter-spacing: -0.03em;
  color: var(--black-color);
  padding-bottom: 35px;
}
.featured1 {
  /* border: 2px dashed #2a4654;
  */
  padding: 15px;
  /* background-color: #2a46541a;
  */
  border-radius: 15px;
}
h5.admin-test3 {
  margin-top: 15px;
  font-size: 14px;
  color: var(--blue-color);
}
/*****************News-latteer*******************/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}
.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ffffff;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.subscribe {
  padding: 18vh 0;
  background: url(../images/messenger-service.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 343px;
  margin-top: 100px;
}
.subscribe:before {
  content: "";
  /* background: rgb(0 0 0 / 78%); */
  background: rgb(0 0 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dashed gray;
}
.subscribe .section-header h2,
.subscribe p {
  color: #fff;
}
.subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}
.subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: var(--black-color);
  color: #fff9f9;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
  box-shadow: 0px 0px 15px 0px #ffffffd9;
}
.subscribe button:hover {
  background: #4e2929;
}
@media only screen and (min-width: 768px) {
  .subscribe input {
    min-width: 400px;
  }
}
/***********************sustainable-connectivity****************************/
.sustainable-connectivity {
  margin-top: 100px;
}
.sustainable-main {
  display: flex;
}
.sustainable-connectivity h3 {
  font-weight: bold;
  font-size: 50px;
  line-height: 49px;
  letter-spacing: -0.03em;
  color: var(--white-color);
  text-align: center;
  padding-bottom: 100px;
}
.connectivity2 h4 {
  font-size: 35px;
  font-weight: 600;
  color: var(--white-color);
  padding-bottom: 40px;
}
.connectivity2 p {
  color: #fff;
}
.connectivity2 {
  /* margin-top: 100px;
  */
  background-color: #000;
  padding: 0 102px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.connectivity1-img {
  width: 50%;
}
.connectivity1-img img {
  width: 100%;
}

.leisure .connectivity2 {
  background-color: #000;
  padding: 0px 56px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.leisure .connectivity2 h4 {
  font-size: 30px;
  font-weight: 600;
  color: var(--white-color);
  padding-bottom: 22px;
}

/* @media screen and (max-width: 990px) {
  .ervice-plan .card-container {
    width: 620px;
    grid-template-columns: repeat(2, 1fr);
 }
}
@media screen and (max-width: 660px) {
  .ervice-plan .card-container {
    width: 300px;
    grid-template-columns: 1fr;
 }
} */

/*******************************Destinations***********************************/

.adventure-text {
  text-align: center;
}

.adventure-text h3 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 45px;
}

.adventure-text h3 a {
  color: #000;
  font-weight: bold;
}

.adventure-text h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}

.adventure-text .search-slider {
  width: 450px;
  height: 70px;
  position: relative;
  background-color: #000000;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  padding: 0 24px;
  margin-bottom: 50px !important;
  margin: 0 auto;
  text-align: left;
}

.adventure-text .search-slider input {
  border: 0;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
}

.adventure-text .search-slider input::placeholder {
  color: var(--white-color);
}
.next-adventure {
  margin-top: 0px;
}

.all-destinaion {
  background-color: #000;
}
.pagination-desti ul {
  padding-left: 0;
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.pagination-desti ul li {
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.pagination-desti ul li.active {
  background-color: #fff;
  color: #000;
  border-radius: 18px;
  padding: 2px 10px;
}

.all-destinaion {
  padding-top: 80px;
  padding-bottom: 50px;
}

.france-destination1 {
  background-image: url(../france-bg.png);
  height: 320px;
  background-repeat: no-repeat;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  width: 320px;
  background-size: cover;
  border-radius: 10px;
  background-color: #00000052;
  background-blend-mode: multiply;
}

.france-destination5 {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 21px 23px;
  border-radius: 15px;
}
.france-destination2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
  text-align: center;
}

.france-destination3 h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.france-destination3 h4 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.france-destination4 a {
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 21px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  background-color: #00000030;
}

/*******************************Plan Details***********************************/

.slider-parts-img.details2 img {
  height: 717px;
  object-fit: cover;
}

.e-sim-france-text {
  margin: 20px;
}

.e-sim-france-text h3 {
  font-size: 50px;
  font-weight: bold;
  padding-top: 35px;
  padding-left: 15px;
}
.e-sim-france-text {
  margin: 20px;
  margin-bottom: 0;
}
.unlimited-plan {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.unlimited-plan1 a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 3px 24px;
  font-size: 18px;
  font-weight: normal;
  border-radius: 50px;
}

.unlimited-plan2 a {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 42px;
  font-size: 18px;
  font-weight: normal;
  border-radius: 50px;
  /* width: 130px; */
  border: 2px solid #fff;
}
.esime-data-packege {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  cursor: pointer;
}

.data-text2 {
  border: 2px solid #000;
  width: 25px;
  height: 25px;
  border-radius: 100px;
}
.data-text2.active {
  background-color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.esime-data-packege1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.data-text {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.gb-1 ul li {
  list-style: none;
  color: #000;
  font-size: 16px;
}
.data-text3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.data-text4 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.plan-sim-count1 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 10px;
  margin-top: 18px;
}

.sim-count3 span {
  color: #fff;
  font-size: 22px;
}

.sim-count4 span {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 8px 15px;
  margin-left: 15px;
}
.e-sim-france-text p {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
}
.esim-detalis {
  min-height: auto;
  padding-bottom: 100px;
  margin-top: 0;
}
.tabbed.details-esim {
  margin-bottom: 0;
  /* padding-bottom: 0; */
}
.slider-parts-img.details2 img {
  height: 717px;
  object-fit: cover;
}
.details-faq {
  margin-bottom: 50px;
}

.mobile-bar ul.navbar-nav.mx-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  display: none;
}

.plan-details-popup-container {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.plan-details-popup-container-footer {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 30px;
}

/*******************************Checkout***********************************/

ol.breadcrumb-client {
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  padding: 40px 0 !important;
  margin: 0;
  font-size: 22px;
  display: flex;
  list-style: none;
}

ol.breadcrumb-client li a {
  font-weight: 700;
  color: #000;
}

.checkout_box .box {
  background: #000;
  padding: 50px 50px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  margin: 0px 0 70px;
}

.checkout_box .box .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checkout_box .box .data span.Delete_button img {
  width: 30px;
  cursor: pointer;
}

.checkout_box .box .data span.country_name img {
  width: 24px;
}

.checkout_box .box .data span.country_name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout_box .box .quantity.data {
  margin: 20px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  padding: 0px 0 30px;
}

.checkout_box .box .quantity.data .qty-input button {
  width: 31px;
  height: 31px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  background: transparent;
  line-height: 100%;
  cursor: pointer;
}

.checkout_box .box .quantity.data .qty-input input.product-qty {
  text-align: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  width: 24px;
  outline: none;
}

.Subtotal.data {
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 50px 0 20px;
}

.Subtotal.data {
  font-size: 25px;
  font-weight: 700;
}

.total.data {
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 700;
}

.bottom.checkout_data a {
  color: #fff;
  font-size: 25px;
}

.bottom.checkout_data button {
  padding: 16px 50px;
  font-size: 30px;
  line-height: 100%;
  border: 0;
  border-radius: 50px;
  font-weight: 700;
  background-color: white;
  color: #000;
}

section.checkout .heading h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

/*******************************Contact us***********************************/

section.header-design {
  transition: 0.4s;
}

.Container_box {
  background: #000;
  padding: 50px;
  border-radius: 10px;
  margin: 0 0 50px;
  color: #fff;
}

section.Contact_support .heading {
  margin: 0 0 50px;
}

section.Contact_support .heading img {
  margin: 0 0 30px;
}

section.Contact_support .heading h2 {
  margin: 0 0 0;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
}

section.Contact_support .img {
  border-radius: 10px;
  overflow: hidden;
}

section.Contact_support .img img {
  width: 100%;
}

section.Contact_support .contact-form .title-lable {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

section.Contact_support .contact-form .input-field {
  width: 100%;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  border-radius: 8px;
  outline: none;
  border-color: white;
}

section.Contact_support .contact-form .textarea-field {
  width: 100%;
  border: 0;
  padding: 15px;
  font-size: 18px;
  border-radius: 8px;
  outline: none;
}

section.Contact_support .button button {
  width: 100%;
  padding: 15px;
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  border: 0;
  border-radius: 50px;
  margin: 30px 0 0;
  background-color: white;
  color: #000;
}

/*******************************Order History***********************************/

section.Order_History .data_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  color: black;
}

section.Order_History .data_box .box-data {
  background: #fff;
  overflow: hidden;
  width: Calc(50% - 20px);
  border-radius: 15px;
  padding: 15px 25px;
}

section.Order_History .data_box .box-data .right img {
  width: 75px;
  border-radius: 6px;
  height: 51px;
  object-fit: cover;
}

section.Order_History .data_box .box-data .top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 0px;
}

section.Order_History .data_box .box-data .top .left {
  display: flex;
  align-items: start;
  gap: 8px;
}

section.Order_History .data_box .box-data .top .left .contant {
  margin: 0px 0 0;
}

section.Order_History .data_box .box-data .top .left .contant span.big {
  font-size: 28px;
  font-weight: 700;
}

section.Order_History .data_box .box-data .top .left .contant span {
  display: block;
  font-size: 19px;
  font-weight: 700;
}

section.Order_History .data_box .box-data .bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 700;
}

section.Order_History .data_box .box-data .date {
  color: gray;
}

section.Order_History .data_box .box-data .bottom span.price {
  text-align: center;
  font-size: 25px;
}

section.Order_History .heading h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.qr-button-container {
  cursor: pointer;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

/*******************************Login Popup***********************************/

.login_page {
  padding: 60px 0 40px;
}

.login-modal-header {
  border: 0;
  padding: 25px 25px 0;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.login_page h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 60px !important;
}

.login_page {
  max-width: 560px;
  margin: auto;
  width: 100%;
}

.login_page input {
  width: 100%;
  padding: 0 15px;
  border: 0;
  outline: none;
  text-align: center;
  font-size: 28px;
  border-radius: 10px;
  margin: 0 0 10px;
  height: 85px;
  font-weight: 700;
  color: #000;
}

.login_page form .form-group span.msg {
  display: block;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}

.login_page form .form-group button {
  margin: 60px 0 0;
  font-size: 35px;
  padding: 20px 100px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 60px;
  border: 0;
  background-color: white;
  color: #000;
}

/* Installation_Guide_PAGE_CSS */

.guide-sec {
  overflow: hidden;
}
.plan-tabs {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #d9d9d9;
  padding: 7px;
  border-radius: 50px;
}
.plan-tabs .nav-item .nav-link {
  border-radius: 50px;
  padding: 6px 16px;
  line-height: 20px;
}
.installation-tabs {
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}
.installation-tabs .nav-item {
  width: 50%;
  text-align: center;
}
.installation-tabs .nav-link {
  text-align: center;
  border-bottom: 4px solid #d9d9d9;
  width: 100%;
  border-radius: 0;
  padding: 0 0 16px;
  color: #919191;
}
.installation-tabs .nav-link.active {
  background: transparent;
  border-color: #171717;
  color: #171717;
}
.select2-container {
  margin-bottom: 24px;
}
.step-box {
  display: flex;
  align-items: center;
  gap: 0;
  /* padding-bottom: 100px; */
  /* height: 60vh; */
}
.steps-block,
.steps-block-android,
.steps-block-samsung,
.steps-block-ios-option2,
.steps-block-android-tab,
.steps-block-android-option2,
.steps-block-android-manual,
.steps-block-samsung-tab,
.steps-block-samsung-option2,
.steps-block-samsung-manual {
  position: relative;
  /* padding-top: 170px; */
}
.steps-block-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.steps-block-inner .left-box,
.steps-block-inner .right-box {
  width: calc(50% - 60px);
}
.step-count {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--inter-font-family);
  font-size: 41px;
  font-weight: 500;
  line-height: 45px;
}
.step-box p {
  color: #383838;
}
.step-box .step-content {
  max-width: 381px;
  text-align: left;
}
/* .right-box .step-box .step-content {
  padding-left: 80px;
} */
.left-box .step-box .step-content {
  padding-left: 80px;
}
.step-box.img-block {
  text-align: center;
  /* justify-content: center; */
}
.step-box ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.step-box ul li {
  position: relative;
  /* font-size: 16px;
  line-height: 17px;
  font-weight: 700; */
  padding-left: 21px;
}
.step-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_check_circle_purple.svg) no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.steps-block .progress-bar,
.steps-block-android .progress-bar-android,
.progress-bar-samsung,
.progress-bar-ios-option2,
.progress-bar-android-tab,
.progress-bar-android-option2,
.progress-bar-android-manual,
.progress-bar-samsung-tab,
.progress-bar-samsung-option2,
.progress-bar-samsung-manual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 0;
}
.progress-fill,
.progress-fill-android,
.progress-fill-samsung,
.progress-fill-ios-option2,
.progress-fill-android-tab,
.progress-fill-android-option2,
.progress-fill-android-manual,
.progress-fill-samsung-tab,
.progress-fill-samsung-option2,
.progress-fill-samsung-manual {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; /* Ensure the fill starts from the top */
  border-radius: 10px;
  background-image: linear-gradient(
    180deg,
    #ffffff -3.65%,
    rgb(255 255 255) 128.62%
  ) !important;
}

.options-tabs {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.options-tabs .nav-link {
  border: 1px solid #919191;
  border-radius: 12px;
  padding: 11px 16px;
}
.options-tabs .nav-link.active {
  border-color: #772bcb;
  background-color: #f2e6ff;
  color: #171717;
}
.speech-bubble {
  position: relative;
  display: inline-block;
}
.speech-bubble::before,
.speech-bubble::after {
  content: "";
  position: absolute;
}
.speech-bubble::before {
  background: url(../icon_arrow.svg) no-repeat;
  width: 86px;
  height: 67px;
  top: 24px;
  right: -40px;
  /* transform: rotate(); */
}
.speech-bubble::after {
  background: url(../speech_bubble.svg) no-repeat;
  width: 136px;
  height: 169px;
  top: -70px;
  right: -170px;
}
.speech-bubble.android::before {
  right: -40px;
  top: -30px;
  transform: rotate(330deg);
}
.speech-bubble.android::after {
  top: -140px;
  right: -150px;
}
.speech-bubble.samsung::after {
  top: 190px;
  right: -120px;
}
.speech-bubble.samsung::before {
  top: inherit;
  right: inherit;
  transform: rotate(371deg);
  bottom: 110px;
  left: 110px;
}
.iphoneheading {
  line-height: 4px;
}

section.Installation_Guide h1.heading-two {
  margin: 0 0 0;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
}

section.Installation_Guide
  section.titlebar-sec
  .col-12.col-lg-6.text-center.mt-4.mx-auto {
  width: 100% !important;
  margin: 10px 0 0 !important;
  flex: 0 0 100%;
  max-width: 100% !important;
}

section.Installation_Guide section.titlebar-sec p.text-black {
  color: #fff;
}

section.guide-sec .plan-tabs .nav-item .nav-link {
  color: #fff;
}

section.guide-sec .plan-tabs .nav-item .nav-link.active {
  background: #fff;
  color: #000;
}

.installation-tabs {
  margin: 30px 0 50px !important;
}

.installation-tabs .nav-link.active {
  background: #fff;
}

.installation-tabs .nav-link {
  padding: 10px 0;
  border: 0;
  background: #ffffff3d;
}

.options-tabs .nav-link {
  color: #ffffffb5;
}

.options-tabs .nav-link.active {
  border-color: #fff;
  background: #fff;
}

.options-tabs {
  margin: 0 0 40px;
}

.iphoneheading {
  color: #fff;
  margin: 0 0 20px;
}

.step-count {
  background: #fff;
  color: #000;
  font-size: 30px;
  position: relative;
  z-index: 1;
}

.step-box ul li {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.step-box ul {
  padding: 0;
  margin: 0;
}

.activation-block {
  margin: 50px 0 0;
  color: #fff;
}

.activation-block p.heading-two {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 40px;
}

.activation-block .step-count {
  margin: 0 0 30px;
}

.activation-block .img-block {
  margin: 0 0 30px;
}

.faq h2 button.accordion-button {
  padding: 0 20px;
}

.faq .accrodian_work .accordion-item {
  border-radius: 10px 30px 10px 10px;
}

/*esim work*/

.guide_data {
  margin: 40px 0 30px;
}

.guide_data .img {
  background-color: white;
  border-radius: 10px;
}

.guide_data .img img {
  width: 100%;
  border-radius: 15px;
  height: 300px;
  object-fit: scale-down;
}

.guide_data .contant {
  color: #fff;
}

.accrodian_work .accordion-item {
  margin: 0 0 20px;
  border-radius: 15px;
  overflow: hidden;
}

.accrodian_work .accordion-item button.accordion-button {
  font-size: 20px;
  font-weight: 500;
}

.accrodian_work .accordion-item button.accordion-button:not(.collapsed) {
  border-bottom: 1px solid #ccc;
  background: transparent;
  box-shadow: none;
}

.accrodian_work .accordion-item ul.nav-pills {
  margin: 0 0 20px;
}

.accrodian_work .accordion-item ul.nav-pills li.nav-item button.active {
  background: #000;
  color: #fff;
}

.accrodian_work .accordion-item ul.nav-pills li.nav-item button {
  padding: 5px 20px;
  border-radius: 50px;
  color: #000;
}

.accrodian_work .accordion-item div.tab-content ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}

.accrodian_work .accordion-item div.tab-content ul.phone-list li {
  list-style: none;
}

.accrodian_work .accordion-item div.tab-content ul li {
  width: calc(33.33% - 34px);
}

.guide_data .row {
  align-items: center;
}

section.troubleshooting .search_form {
  padding: 20px;
  border-radius: 15px;
}

section.troubleshooting .search_form h2 {
  margin: 0 0 25px;
  font-weight: 600;
}

/*** Troubleshooting Page CSS */

.Container_box.cms_page .inner_box {
  background: #fff;
  margin: 25px 0 0px;
  border-radius: 15px;
  color: #000;
}

.Container_box.cms_page .inner_box a.line-btn {
  border: 1px solid #ccc;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  background: #000;
  color: #fff;
  transition: 0.3s;
}

.Container_box.cms_page .inner_box a.line-btn:hover {
  transform: scale(1.05);
}

.Container_box.cms_page .inner_box a {
  color: #000;
  font-weight: 500;
}

/*Congratulations*/

section.Congratulations .Container_box {
  background-image: url(../Mask\ group.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

section.Congratulations .heading.text-center p {
  margin: 0 0 80px;
  font-size: 20px;
}

section.Congratulations .Container_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.87);
  left: 0;
  top: 0;
  z-index: 0;
}

section.Congratulations .Container_box {
  overflow: hidden;
}

section.Congratulations .Container_box .heading.text-center {
  position: relative;
  z-index: 1;
  color: #fff;
}

section.Congratulations .Container_box h2 {
  font-size: 50px;
}

.accrodian_work {
  padding-bottom: 30px;
}

.cards-wrapper {
  display: flex;

  overflow-x: clip;

  scroll-snap-type: x mandatory;

  scroll-behavior: smooth;

  -webkit-overflow-scrolling: touch;

  gap: 1rem;

  padding: 1rem;
}

span.flag.common_cls {
  text-align: justify;
}

.data span {
  /* width: 16.66%; */

  text-align: center;
}

.service-e-sim {
  padding-bottom: 15px;
}

.data.align-with span {
  width: 16.66%;
}
/* hemant */
.wide-coverage {
  margin: 40px 0;
}
.service-e-sim1 h2 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.plan-details-service-e-sim1 h2 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.coverage-one {
  text-align: center;
  padding: 25px 15px;
  box-shadow: 0px 0px 15px 0px #00000030;
}

.coverage-one img {
  width: 100%;
  max-width: 20%;
  padding-bottom: 10px;
}
.sustainable-connectivity.leisure {
  margin-top: 0;
  /* padding-top: 100px; */
}
.sustainable-connectivity.leisure h3 {
  font-weight: bold;
  font-size: 44px;
  line-height: 49px;
  letter-spacing: -0.03em;
  color: var(--white-color);
  text-align: left;
  padding-bottom: 30px;
}
section.sustainable-connectivity.leisure.second {
  padding-top: 0;
}
.reasons-use2 {
  transition: background-size 0.3s ease;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
}

.reasons-use2:hover {
  background-size: 110%;
}

.reason-text1 p {
  font-size: 25px;
  color: #fff;
  padding: 39px 28px 9px 28px;
}

/*new*/

@media (max-width: 1220px) {
  .sustainable-connectivity.leisure {
    padding-top: 85px;
  }

  .sustainable-connectivity.leisure .sustainable-main .connectivity2 {
    padding: 50px 56px;
  }

  .sustainable-connectivity.leisure h3 {
    font-size: 32px;
  }

  .leisure .connectivity2 h4 {
    font-size: 20px;
  }

  .connectivity1-img img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  .sustainable-connectivity.leisure .sustainable-main .connectivity1-img {
    width: 50%;
  }

  .sustainable-connectivity.leisure .sustainable-main {
    flex-direction: row;
  }

  .sustainable-connectivity.leisure {
    padding-top: 70px;
  }

  .sustainable-connectivity.leisure .sustainable-main .connectivity1-img {
    width: 50%;
  }

  .sustainable-connectivity.leisure .sustainable-main {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sustainable-connectivity.leisure {
    padding-top: 70px;
  }

  .wide-coverage .col-sm-12.col-lg-4 {
    width: 33.33%;
    flex: 0 0 33.33%;
  }

  .reasons-use2 {
    transition: background-size 0.3s ease;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }

  .reasons-use2:hover {
    background-size: 110%;
  }

  section.slider-parts .text-part2 .search-slider {
    order: -1;
  }

  section.slider-parts .text-part2 .slider-parts-text h2 {
    order: -1;
    margin: 0 0 30px;
  }

  section.slider-parts .text-part2 .slider-parts-text .word-icon-list {
    /* width: 100%; */
  }

  section.slider-parts .text-part2 .slider-parts-text .word-icon-list li {
    list-style: none;
  }

  section.slider-parts .text-part2 .slider-parts-text .word-icon-list li h5 {
    font-size: 16px;
  }

  section.slider-parts .text-part2 .slider-parts-text .word-icon-list ul {
    justify-content: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  section.slider-parts .text-part2 .slider-parts-text .word-icon-list li img {
    width: 100%;
    height: 60px;
    object-fit: contain;
  }

  section.slider-parts .text-part2 .slider-parts-text .word-icon-list li {
    width: Calc(25% - 10px);
    background: #ffffff17;
    border-radius: 10px;
    padding: 20px;
  }

  section.slider-parts
    .text-part2
    .slider-parts-text
    .word-icon-list
    li:last-child {
    /* width: 100%; */
  }
}

@media screen and (max-width: 990px) {
  .ervice-plan .card-container {
    width: 620px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .sustainable-connectivity.leisure .sustainable-main .connectivity1-img {
    width: 100%;
  }

  .sustainable-connectivity.leisure .sustainable-main .connectivity2 {
    width: 100%;
    padding: 20px;
  }

  .sustainable-connectivity.leisure h3 {
    font-size: 22px;
    margin: 0;
    padding: 0 0 10px;
  }

  .wide-coverage .col-sm-12.col-lg-4 {
    flex: 2 50%;
    margin: 0 0 13px;
    width: 50%;
  }

  .leisure .connectivity2 h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }

  .wide-coverage .col-sm-12.col-lg-4 {
    padding: 0 10px;
  }

  .wide-coverage .col-sm-12.col-lg-4 .coverage-one {
    padding: 10px;
    border-radius: 6px;
  }

  .wide-coverage .col-sm-12.col-lg-4 .coverage-one img {
    width: 30px;
    max-width: 100px;
    margin: 0 0 0px;
  }

  .wide-coverage .col-sm-12.col-lg-4 .coverage-one h2 {
    font-size: 18px;
  }

  .wide-coverage .col-sm-12.col-lg-4 .coverage-one p {
    font-size: 14px;
    margin: 0;
  }

  section.wide-coverage {
    margin: 15px 0;
  }

  section.ervice-plan .service-e-sim .tabbed.started1 {
    margin: 25px 0 25px;
  }

  section.sustainable-connectivity.leisure.second
    .sustainable-main
    .connectivity1-img {
    order: -1;
  }

  section.ervice-plan .service-e-sim .service-e-sim1 h2 {
    font-size: 22px;
  }

  section.slider-parts .text-part2 .slider-parts-text .word-icon-list li {
    width: Calc(50% - 5px);
  }
  .data.align-with span {
    width: calc(33% - 10px);
  }

  .data.align-with span.country_name.common_cls span {
    width: 100%;
  }

  .checkout_box .box .quantity.data button {
    width: 45px !important;
    height: 35px !important;
    font-size: 20px !important;
  }

  .checkout_box .box .data span.total_price.common_cls {
    text-align: left;
  }

  .checkout_box .box .data span.Sub_total.common_cls {
    text-align: left;
  }

  .reasons-use2 {
    height: 320px;
    background-position: 0 -10px;
  }

  .section.ervice-plan div#react-select-2-listbox div > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 660px) {
  .ervice-plan .card-container {
    width: 300px;
    grid-template-columns: 1fr;
  }
}

span.flag.common_cls img {
  background-color: white !important;
}

.featured-card-slider .cards-wrapper .card {
  width: 33.33%;
}

.carousel-inner.mobile {
  display: none;
}
