@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Flex:500,400,600");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
table,
tr,
td,
th {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
  font-family: "Roboto Flex", Helvetica;
}
b{
  font-weight: bold;
}
.padding-top-bottom{
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-bottom{
  padding-bottom: 50px;
}
.padding-top{
  padding-top: 50px;
}
img {
  height: auto;
  max-width: 100%;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.search-icon {

  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
}
.search-popup {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 15px 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  border-radius: 8px;
  z-index: 1000;
}
.search-popup form {
  display: flex;
  gap: 10px;
}
.search-popup input[type="text"] {
  padding: 8px;
  width: 200px;
  font-size: 16px;
}
.search-popup button {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}
.head-logo {
  width: 30%;
}
.main-menu ul {
  display: flex;
}
.main-menu {
  width: 68%;
  text-align: right;
  display: flex;
  justify-content: end;
  padding-right: 40px;
}
.search {
  width: 2%;
  text-align: right;
}
.header {
  padding: 32px 0;
}
.main-menu li a {
  font-family: "Roboto Flex", Helvetica;
  padding: 0 13.5px;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.hero-section {
  position: relative;
  text-align: right;
  height: 418px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-image: url(../images/whole-sale-banner.jpg?gmtt=31rfeqwd);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.hero-section h1 {
  font-weight: 700;
  font-size: 53px;
  color: #fff;
  font-family: Roboto Flex;
  padding-right: 50px;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.padding-section {
  margin: 50px 0;
}
.title-middle {
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #005397;
}
.logos-partner img {
  width: 25%;
  max-width: 180px;
  padding: 0 30px;
}
.logos-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
}
.padding-bottom-zero{
  margin-bottom: 0 !important;
}
.padding-top-zero{
  padding-top: 0;
}
.description {
  padding: 20px 0 0 0;
  font-family: Roboto Flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.slider-div {
  text-align: center;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  position: relative;
}
.slider-div .slider img{
  width: 100%;
}

.red-shape {
  position: absolute;
  top: 0px;
  right: 30px;
}
.slider-div button.slick-prev.slick-arrow {
  position: absolute;
  left: -86px;
  top: 48%;
  background: url(../images/arrow.jpg?gmtt=31rfeqwd);
  background-color: transparent !important;
  font-size: 0;
  border: 0;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.slider-div button.slick-next.slick-arrow {
  position: absolute;
  right: -80px;
  top: 50%;
  background: url(../images/arrow.jpg?gmtt=31rfeqwd);
  background-color: transparent !important;
  font-size: 0;
  border: 0;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  cursor: pointer;
}
.worked-with {
  background: #EDEDED;
  padding: 45px 0 60px;
}
.worked-with-new {
  background-color: #fff;
  padding: 0;
}

.center-slider .slick-slide{
  color: #FFF;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  /* transform: scale(0.8, 0.8); */
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  /* transform: scale(1.1); */
}
.center-slider .slick-current.slick-active{
  z-index: 999;
  position: relative;
  transform: scale(1.2);
}
.center-slider .slick-current.slick-active img{

  transform: scale(1);
}
.center-slider .slick-slide img {
  display: block;
  width: 100%;
}
.center-slider .slick-list.draggable {
  padding: 90px 0 !important;
}
.achiements .container {
  max-width: 1000px;
  margin: 0 auto;
}
.achiements  ul.slick-dots {
  flex-direction: row;
  display: flex !important;
  justify-content: center;
}
.achiements  .slick-dots li {
  height: 19px;
  border: 2px solid #005296;
  border-radius: 50px;
  margin: 7px;
  width: 19px;
}

.achiements  .slick-dots li button {
  background: transparent;
  border: none;
  font-size: 0;
  height: 14px;
  width: 18px;
  padding: 0;
  display: block;
}
.achiements .slick-dots .slick-active{
  background: #005296;
}
.center-slider button.slick-prev.slick-arrow {
  position: absolute;
  left: -60px;
  top: 45%;
  font-size: 0;
  background: transparent;
  border: 0;
  background-image: url(../images/center-slider.png?gmtt=31rfeqwd);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-size: cover;
}
.center-slider button.slick-next.slick-arrow {
  position: absolute;
  right: -60px;
  top: 43%;
  font-size: 0;
  background: transparent;
  border: 0;
  background-image: url(../images/center-slider.png?gmtt=31rfeqwd);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  transform: rotate(270deg);
  background-size: cover;
}
.toggle-menu, span.close-icon{
  display: none;
}

.independent{
  background-image: url(../images/independent-banner.jpg?gmtt=31rfeqwd);
      background-position: center;
}
.nationalbanner {
  background-image: url(../images/national-banner01.png?gmtt=31rfeqwd);
  background-position: center;
}
.cotact-banner {
  background-image: url(../images/contactpage-banner.jpg?gmtt=31rfeqwd);
  background-position: bottom;
}
.e-sim-life{
  background-image: url(../images/e-sim-life.jpg?gmtt=31rfeqwd);
  background-position: center;
}
.retailer-slider img {
  justify-content: center;
  align-items: center;
  display: flex !important;

  border-radius: 6px;
}
.retailer-slider {
  margin-top: 30px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
}
.owl-theme .owl-dots .owl-dot {
  height: 19px;
    border: 2px solid #005296;
    border-radius: 50px;
    margin: 7px;
    width: 19px;
}
.owl-theme .owl-dots .owl-dot.active{
  background-color: #005296;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent !important;
  color: #000 !important;
}
.owl-theme .owl-nav span{
  font-size: 18px !important;
}
.retailer-slider .image {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bfbebe;
  border-radius: 5px;
  height: 120px;
}
.network img {
  max-width: 170px;
  padding: 29px 0;
}
.android-enterprice {
  left: 0;
  position: absolute;
  top: 0;
}
.middle-section-texts .container{
  position: relative;
}
.description.little-width {
  max-width: 880px;
  margin: 0 auto;
}
.mobiles-main {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
  justify-content: center;

}
.mobiles-main .comman-mobile {
  width: 33.33%;
  text-align: center;
  padding: 20px;
}
.col-title-mobile {
  background: #005296;
  padding: 11px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto Flex;
  font-size: 24px;
}
.comman-mobile .description {
  border: 2px dashed;
  margin-top: 30px;
  padding: 20px 80px;
}
.mobiles-main-screens {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.mobiles-main-screens .screens-mobile {
  width: 33.33%;
  text-align: center;
  padding: 60px;
}
.content-part .title {
  font-family: Roboto Flex;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.screens-mobile .description {
  color: #fff;
}
.content-part {
  background: #005296;
  border-radius: 30px;
  padding: 90px 40px 20px;
  margin-top: -80px;
}
.col-img-mobile {
  margin-top: 30px;
}
.services{
  background-image: url(../images/service-banner.png?gmtt=31rfeqwd);
  background-position: top;
}
.accessories{
  background-image: url(../images/accessories.jpg?gmtt=31rfeqwd);
  background-position: bottom;
}
.home-page {
  background-image: url(../images/home-banner.jpg?gmtt=31rfeqwd);
  background-position: 100% 80%;
}
.black-colour{
  color: #000;
}
.offer-main-div {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
.offer-main-div .boxoffer {
  width: calc(20% - 20px);
  margin: 10px;
  text-align: center;
  background: url(../images/plug.jpg?gmtt=31rfeqwd);
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.offer-main-div .title {
  text-align: left;
  font-family: Roboto Flex;
  padding: 20px 43px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.ribbon-section{
  text-align: center;
}
.offer-main-div .plugs-box{
  background: url(../images/plugs.jpg?gmtt=31rfeqwd);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.offer-main-div .cables-box{
  background: url(../images/cables.jpg?gmtt=31rfeqwd);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.offer-main-div .travel-box{
  background: url(../images/travel.jpg?gmtt=31rfeqwd);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.offer-main-div .audio-box{
  background: url(../images/audio.jpg?gmtt=31rfeqwd);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.offer-main-div .power-box{
  background: url(../images/power.jpg?gmtt=31rfeqwd);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.badge-images {
  text-align: center;
}
.badge-images img {
  padding: 16px 20px;
}
.badge-images img:first-child {
  padding-left: 0;
}
.badge-images img:last-child {
  padding-right: 0;
}
.footer-content {
  background: #E9E9E9;
  padding: 0px 0 40px;
}
.footer-content .container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.two-comman {
  width: 15%;
}
.third-foot {
  width: 70%;
}
.third-foot {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.third-foot .fott-col-inner {
  padding: 0 25px;
  width: 33.33%;
}
.footer-content h3 {
  color: #363940;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto Flex;
  padding-bottom: 25px;
  white-space: nowrap;
}
.footer-content li  {
  font-size: 16px;
  color: #363940;
  padding-bottom: 8px;
  font-family: Roboto Flex;
}
.footer-content li a{
  color: #363940;
}
.read-more-state {
  display: none;
}
.read-more-wrap {
  display: inline;
}
.read-more-target {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  display: inline;
}
.read-more-state:checked ~ .read-more-trigger::before {
  content: 'Read less';
}
.read-more-trigger::before {
  content: 'Read more...';
  color: #000;
  cursor: pointer;
  font-weight: bold;
}
.copy-right-content {
  font-family: Roboto Flex;
  padding: 15px 0;
  text-align: center;
}
.hero-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 30%, transparent 100%);
  z-index: 0;
}
.hero-section .title {
  position: relative;
}
#carousel-simple-slider .owl-dots {
  text-align: center;
  padding-top: 15px;
}
#carousel-simple-slider .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #c1c7cd;
  margin: 0 3px;
}
#carousel-simple-slider .owl-dots button.owl-dot.active {
  background-color: #025096;
}
#carousel-simple-slider .owl-dots button.owl-dot:focus {
  outline: none;
}
#carousel-simple-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
#carousel-simple-slider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
#carousel-simple-slider .owl-nav button:focus {
    outline: none;
}

div#carousel-simple-slider .item img {
  border-radius: 15px;
  border: 3px solid #005397;
  height: 450px;
  object-fit: cover;
}
div#carousel-simple-slider .item.accessories-item img {
  object-position: right;
}
.independent-slider #carousel-simple-slider .item img {
  object-fit: inherit;
}
#colour-slidercarousel-colour-slider{
  /* display: block; */
}
.item.main-div-colour {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.item.main-div-colour .left-col, .item.main-div-colour .right-col {
  width: 50%;
}
.item.main-div-colour .right-col {
  padding: 50px;
}
.item.main-div-colour .right-col p{
  color: #fff;
  font-size: 24px;
  font-family: Roboto Flex;
  padding-bottom: 25px;
}
.item.main-div-colour .left-col img {
  border-radius: 25px;
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
}
.independent-section .item.main-div-colour .left-col img {
  border-radius: 25px;
  max-height: 500px;
  min-height: auto;
  object-fit: inherit;
}
.nationalbanner h1{
  text-align: left;
  max-width: max-content;
  margin: 0 0 0 auto;
}
.item.main-div-colour {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  background: #EC1246;
  padding: 20px;
  border-radius: 25px;
}
#carousel-colour-slider .owl-dots {
  text-align: center;
  padding-top: 15px;
}
#carousel-colour-slider .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #c1c7cd;
  margin: 0 3px;
}
#carousel-colour-slider .owl-dots button.owl-dot.active {
  background-color: #025096;
}
#carousel-colour-slider .owl-dots button.owl-dot:focus {
  outline: none;
}
#carousel-colour-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
#carousel-colour-slider .owl-dots{
  display: block;
}
#carousel-colour-slider .owl-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 40px;
  background: #FFFFFF;
  padding: 10px 10px 5px !important;
  border-radius: 50px;
}
#carousel-colour-slider .owl-item:nth-child(even) .item.main-div-colour {
  background: #004B93 !important;
}
.description.team-second-description {
  padding: 0;
}
.teams-grid .name {
  font-family: Roboto Flex;
  font-size: 22px;
  font-weight: 700;
}
.teams-grid .designation {
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
}
.teams-grid label {
  font-family: Roboto Flex;
  margin-top: 20px;
  display: block;
}
.teams-grid .image img {
  border-radius: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.teams-grid .container .col {
  width: 33.33%;
  padding: 20px;
}
.teams-grid .container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.team-banner{
  background-image: url(../images/teampage-banner.jpg?gmtt=31rfeqwd);
  background-position: 0 30%;
}
.title-middle-small {
  font-size: 26px;
  font-family: Roboto Flex;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
}
.black-title{
  color: #000;
}
.two-col-section .container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.two-col-section .container .col-common {
  width: calc(50% - 40px);
  text-align: center;
  border: 2px solid #005296;
  margin: 20px;
  border-radius: 30px;
  padding: 30px;
}
.two-col-section img {
    border-radius: 20px;
    margin: 20px 0;
    max-width: 440px;
    max-height: 280px;
    min-width: 350px;
    object-fit: cover;
    object-position: top;
}
.two-col-section .heading {
  font-size: 26px;
  font-family: Roboto Flex;
  font-weight: bold;
}
.apply {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: Roboto Flex;
}
.two-col-section p{
  font-size: 16px;
  color: #363940;
  padding-bottom: 8px;
  font-family: Roboto Flex;
}
.two-col-section .button a {
  margin: 20px 0 0;
  background: #005296;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  font-size: 20px;
  font-family: Roboto Flex;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.last-image-career img {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}
.career-banner::before {
  background: linear-gradient(71deg,rgba(42, 123, 155, 0) 57%, rgba(0, 82, 150, 1) 50%);

}
.career-banner{
    background-image: url('../images/training-learning.jpg?gmtt=31rfeqwd');
    background-position: right;
}
.career-banner h1{
  text-align: left;
  max-width: max-content;
  margin: 0 0 0 auto;
}
.main-address-div .contact-same-col {
  width: 33.33%;
  padding-right: 50px;
}
.main-address-div{
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.main-address-div {
  border: 2px solid #ED174B;
  padding: 30px;
  border-radius: 20px;
}
.map.contact-same-col iframe {
  width: 100%;
  height: 388px;
  border-radius: 20px !important;
}
.location-image.contact-same-col img {
  width: 100%;
  border-radius: 20px;
}
.address-texts .heaidng {
  font-family: Roboto Flex;
  font-size: 38px;
  font-weight: bold;
}
.main-address-div .contact-same-col li a {
  font-family: Roboto Flex;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding-bottom: 23px;
}
.address-texts ul a {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.address-texts ul a span.icon {
  width: 10%;
}
.address-texts ul a span.text-icons {
  width: 80%;
  padding-left: 12px;
}
.short-desc {
  font-family: Roboto Flex;
  font-size: 18px;
  padding: 20px 0;
}
.contact-form {
  background: #F6F6F6;
  padding: 90px 0;
}
.contact-form p {
  font-family: Roboto Flex;
  text-align: center;
  padding-bottom: 30px;
}
.contact-form form {
  display: flex;
  flex-flow: wrap;
}
.contact-form form .inner {
  width: 50%;
  padding: 9px;
}
.contact-form form .inner input, .contact-form form .inner textarea{
  width: 100%;
}
.inner.text-area-field, .inner-subject {
  width: 100% !important;
}
.contact-form form  input[type="submit"] {
  width: 100%;
  text-align: center;
  max-width: 210px;
  margin: 20px auto 0;
  background: #ED174B;
  border: 0;
  padding: 11px;
  border-radius: 50px;
  color: #fff;
  font-family: Roboto Flex;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.contact-form form .inner input, .contact-form form .inner textarea {
  width: 100%;
  border: 1px solid #10499E;
  border-radius: 50px;
  padding: 15px;
}
.contact-form form .inner label {
  font-family: Roboto Flex;
  padding-left: 20px;
  display: block;
  padding-bottom: 5px;

}
.contact-form form .inner textarea{
  border-radius: 20px;
}
.accreditations-banner{
  background-image: url(../images/accreditations.png?gmtt=31rfeqwd);
  background-position: center;
}
.about-banner{
  background-image: url(../images/about-banner.jpg?gmtt=31rfeqwd);
  background-position: center;
}
.network-banner{
  background-image: url(../images/three-image.jpg?gmtt=31rfeqwd);
  background-position: center;
}
.news-banner{
  background-image: url(../images/news-banner.jpg?gmtt=31rfeqwd);
  background-position: center;
}
.android-icon {
  max-width: max-content;
  position: absolute;
  top: -50px;
  left: 60px;
}
.about-main-section {
  padding-top: 90px;
}
.middle-box-gold {
  max-width: max-content;
  margin: 60px auto 0;
  text-align: center;
  padding: 50px;
  border: 3px solid #ED174B;
  border-radius: 20px;
  background-color: #F6F6F6;
}
.middle-box-gold p {
  font-family: Roboto Flex;
}
p.subheading {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}
p.box-description {
  font-size: 18px;
  font-weight: 500;
  max-width: 730px;
}
.mobile-section .container {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.mobile-section .container .comman-mobile {
  width: 33.33%;
}
.number-content {
  border: 2px solid #E61C4F;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}
.number {
  text-align: center;
  background: #10499E;
  max-width: 70px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 40px;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-family: Roboto Flex;
  margin-bottom: -21px;
  z-index: 999;
  position: relative;
}
.comman-mobile .heading {
  font-family: Roboto Flex;
  font-size: 18px;
  color: #005296;
  font-weight: bold;
  margin-bottom: 15px;
}
.comman-mobile .content {
  font-family: Roboto Flex;
  font-size: 16px;
  max-width: 270px;
  margin: 20px auto 0;
  color: #000;
}
.mobile-first.comman-mobile {
  padding-right: 50px;
}
.mobile-third.comman-mobile{
  padding-left: 50px;
}
.inner-mobile-second {
  margin-top: 50px;
}
.toggles .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  line-height: 1.5;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-family: 'Roboto Flex';
  padding-top: 10px;
}
.toggles .item.open .content {
  max-height: 200px;
  padding: 16px;
  font-family: Roboto Flex;
}
.toggles .icon {
  transition: transform 0.3s ease;
}
.toggles .item.open .icon {
  transform: rotate(180deg);
}
.accordion {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  width: 100%;
}
.accordion .item {
  width: 33.33%;
  padding: 20px;
  cursor: pointer;
}
.accordion  .title {
  font-family: Roboto Flex;
  font-size: 20px;
  padding-top: 18px;
  font-weight: bold;
  color: #4c4c4c;
}
span.icon {
  display: none;
}
.main-inner-toggle .image img {
  width: 120px;
  height: 60px;
  object-fit: contain;
}
.address-texts span.icon {
  display: block;
}
.independent h1{
  text-align: left;
  max-width: max-content;
  margin: 0 0 0 auto;
}
.badge-images {
  text-align: center;
  display: flex;
  flex-flow: wrap;
}

/* news/blogs  */

.masonry-grid {
  position: relative;
}
.masonry-item {
  width: calc(50% - 10px);
}
.masonry-item {
  background: #F6F6F6;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.masonry-item img {
  display: block;
  width: 100%;
  height: auto;
}
.item-content {
  padding: 1rem;
}
.wide {
  width: 100% !important;
}
h3.news-heading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto Flex';
  padding: 12px 0px;
}
.masonry-item p {
  text-align: center;
  font-family: 'Roboto Flex';
  font-size: 18px;
  padding: 0 99px 20px;
}
.revers-col {
  display: flex;
  flex-flow: wrap;
  flex-direction: column-reverse;
}
.medium-image img {
  max-width: 310px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}
.small-image img {
  max-width: 210px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}
.masonry-item.wide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-sizer {
  width: 50%;
}
.youtube-video {
  padding: 20px;
  text-align: center;
}
.accordion.accordion-network .item {
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.accordion-network .content, .accordion-network .description {
  text-align: left;
}
.accordion.accordion-network .main-inner-toggle img {
  max-width: 300px;
  height: 90px;
}
.accordion.accordion-network .main-inner-toggle {
  width: 20%;
}
.accordion.accordion-network .content{
  width: 80%;
}
.accordion.accordion-network .main-inner-toggle img {
  width: 100%;
}
.accordion.accordion-network .main-inner-toggle .image {
  background: #F6F6F6;
  padding: 20px 0px;
  border-radius: 10px;
}
.accordion.accordion-network .content h2, .about-text {
  font-family: Roboto Flex;
  font-size: 18px;
  font-weight: bold;
}
.accordion-network .description{
  padding: 0;
}
.about-text {
  padding-top: 15px;
}
.simple-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.simple-grid .masonry-item{
  width: 100%;
}
.simple-grid .masonry-item img {
  max-height: 350px;
  object-fit: contain;
}
.call-to-action .container {
  border: 1px solid #ED174B;
  padding: 30px 50px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.call-to-action .text {
  font-family: Roboto Flex;
  font-size: 28px;
  font-weight: bold;
  text-transform: inherit;
}
.call-to-action a{
  background: #EC1246;
  color: #fff;
  padding: 10px 20px;
  width: 350px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}
.call-to-action .button {
  display: flex;
  align-items: center;
}
.btn-text {
  font-family: Roboto Flex;
  line-height: 25px;
}
.call-to-action .button .icon {
  margin-top: 1px;
  margin-right: 10px;
}
a.blue-colour {
  background: #005198;
}
.accordion-network button.tablinks.active {
  border-bottom: 3px solid #10499e !important;
  color: #005198 !important;
}
.accordion-network button.tablinks{
  color: #d8d8d8 !important;
  background: transparent;
  border: 0px;
  padding-bottom: 10px;
  font-size: 17px;
  font-family: Roboto Flex;
  font-weight: bold;
}
.accordion-network hr.hr-tag {
  padding: 0;
  margin-top: 0;
}
.accordion-network p{
  font-family: Roboto Flex;
  margin-bottom: 20px;
}
.background-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.about-banner-none{
  background-image: none;
}
.counter-section .inner{
  background: #0A5294;
  padding: 60px 0;
}
.counter-section .container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.counter-main {
  width: 25%;
  text-align: center;
  padding: 30px;
}
.counter-section .number-counter {
  font-family: Roboto Flex;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  padding-bottom: 10px;
}
.counter-main .name {
  color: #fff;
  font-family: Roboto Flex;
  font-size: 20px;
}
.middle-banner-section img{
  width: 100%;
}
.homepage-toggle-section img {
  width: 180px !important;
  height: 100px !important;
}
.homepage-toggle-section .title {
  color: #0A5294;
  text-transform: uppercase;
}
.banner-esim img {
  width: 100%;
}
.progress-section .container .steps {
  width: 25%;
}
.progress-section .container {
  display: flex;
  text-align: center;
  width: 50%;
  justify-content: center;
  align-items: anchor-center;
}
.progress-section .image-tag img {
  border-radius: 50%;
  border: 4px solid #005296;
}
.progress-section .img-text {
  color: #005296;
  font-family: 'Roboto Flex';
  font-weight: 700;
  padding-top: 10px;
}
.dotted-border {
  border: 1px dotted #005296;
  margin-top: -16px;
}
.boxes-section {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 130px;
}
.main-box .box-text {
  border: 1px solid #EC1246;
  padding: 60px 30px 40px 30px;
  border-radius: 20px;
  font-family: Roboto Flex;
  font-size: 18px;
  margin-top: -40px;
  min-height: 140px;
}
.main-box {
  text-align: center;
  width: 33.33%;
  padding: 20px;
}
.home-banner{
  height: 638px;
}

.accordion .item .content{
  color: #000;
}
#carousel-colour-sliders {
  display: block;
}
.accesories-box .item {
  flex-direction: row-reverse;
}
.accesories-box .left-col {
  text-align: right;
}
.banner-esim{
  position: relative;
}
.banner-esim h3 {
  color: #0A5294;
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%);
  font-size: 50px;
  font-family: 'Roboto Flex';
  font-weight: bold;
}
.banner-esim h3 a{
  color: #EC1246;
}
.homepage-toggle-section span.icon {
  display: block;
}
.homepage-toggle-section span.icon img {
  width: 20px !important;
  height: 20px !important;
  margin-top: 10px;
}
.btn-drop-toggle {
  color: #fff;
  background: #0a5294;
  display: block;
  max-width: max-content;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px 20px;
}
.home-main p {
    padding-bottom: 15px;
}
.company-info{
  margin-top: 20px;
}
.main-title-hover ul {
    display: none;
    transition: all 0.5s;
}

.main-title-hover:hover ul {
    display: block;
    transition: all 0.5s;
}
video.background-video {
    position: relative;
    margin-top: 30px;
}
.badge-images img {
    width: 150px;
}



/* new page css */

.hero-slider {
  position: relative;
}

.hero-carousel .slide {
  height: 650px;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}

.container {
  width: 1200px;
  max-width: 90%;
  margin: auto;
}

.content {
  max-width: 520px;
  color: #fff;
  z-index: 2;
    position: relative;
}
.banner2 .content, .banner3 .content {
  max-width: 620px;
}
.banner2:after {
    background: linear-gradient(90deg, #383D48 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}
.banner3:after {
    background: linear-gradient(90deg, #383D48 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}
.content h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Roboto Flex", Helvetica;
    font-weight: 800;
    line-height: 70px;
}

.content h1 span {
  color: #ff2b2b;
  font-family: "Roboto Flex", Helvetica;
}

.content p {
  font-size: 18px;
  opacity: 0.9;
  font-family: "Roboto Flex", Helvetica;
  padding-top: 0px;
}
.content p:first-child {
  padding-top: 30px;
}
.hero-carousel .owl-dots,
.our_values .owl-dots,
.service_section .owl-dots,
.refurbished_content .owl-dots,
.mobile_case .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 40px;
}
.hero-carousel .owl-dots .owl-dot.active,
.our_values .owl-dots .owl-dot.active,
.service_section .owl-dots .owl-dot.active,
.refurbished_content .owl-dots .owl-dot.active,
.mobile_case .owl-dots .owl-dot.active {
    background-color: #005296;
}

.hero-carousel .owl-dots .owl-dot,
.our_values .owl-dots .owl-dot,
.service_section .owl-dots .owl-dot,
.refurbished_content .owl-dots .owl-dot,
.mobile_case .owl-dots .owl-dot {
    height: 19px;
    border: 2px solid #005296;
    border-radius: 50px;
    margin: 7px;
    width: 19px;
}

.cta-section {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.cta-container {
  max-width: 1100px;
  margin: auto;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.btn {
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease;
  display: inline-block;
  min-width: 190px;
}

/* Button Colors */
.btn-primary {
  background: #0089FF;
}

.btn-secondary {
  background: #38B6FF;
}

.btn-tertiary {
  background: #0097B2;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.new_slider .hero-carousel .slide {
    height: 851px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}
.new_slider .banner1:after {
    background: linear-gradient(90deg, #877DAC 0%, rgba(255, 255, 255, 0) 73.56%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}
.new_slider .banner2:after {
    background: linear-gradient(90deg, #005EA4 0%, rgba(255, 255, 255, 0) 92.09%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}
.new_slider .banner3:after {
    background: linear-gradient(90deg, #2E333F 0%, rgba(255, 255, 255, 0) 69.71%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}
.new_slider .content {
  text-align: center;
}
.new_slider .content h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 50px;
}
.new_slider .content h3:before {
    content: '';
    width: 354px;
    height: 25px;
    position: absolute;
    z-index: 0;
    background-image: url(../images/home/Vector.png?gmtt=31rfeqwd);
    background-repeat: no-repeat;
    background-size: contain;
    top: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.new_slider .content h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FF751F;
}
.new_slider .content img {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.new_slider .content p {
    padding-top: 20px;
    padding-bottom: 20px;
}
.new_slider .banner_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.banner_btn .order_btn, .banner_btn .req_btn, .banner_btn .learn_btn {
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  width: 250px;
}
.banner_btn .order_btn {
  background-color: #fff;
}
.banner_btn .req_btn {
  background-color: #C9C9C9;
}
.banner_btn .learn_btn {
  background-color: #FF751F;
}
.story-section {
  margin: auto;
  display: flex;
  align-items: center;
  padding-top: 50px;
  /* gap: 40px; */
}

.story-image {
  flex: 1;
}

.story-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.story-content {
  flex: 1.2;
  position: relative;
}
.about-section-new .story-content {
  flex: 1.2;
  position: relative;
}
.about-section-new .story-image {
  flex: 1;
}
.story-content .about_content {
  background: #E5E5E5;
  border-radius: 0px 12px 12px 0px;
  padding: 40px 50px;
  text-align: center;
}
.about-section-new .story-content .about_content {
    background: #E5E5E5;
    border-radius: 12px 0px 0px 12px;
    padding: 60px 50px;
    text-align: center;
}

.story-content h2 {
  margin: 0 0 20px;
  color: #0b4db8;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: -50px;
}

.story-content p {
  margin: 0 0 18px;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}

.our_values .accordion {
    flex-wrap: nowrap;
}
.our_values.homepage-toggle-section .title {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.our_values .accordion .item {
  width: 100%;
  padding: 0;
  padding-top: 25px;
}

.our_values.homepage-toggle-section img {
    width: 100px !important;
    height: 85px !important;
    margin: 0 auto;
}

.service_section {
  background-color: #E5E5E5;
  padding: 50px 0;
}
.service_content {
  padding-top: 50px;
}
.service_item {
  text-align: center;
}
.service_item img {
  max-width: 140px;
  margin: 0 auto;
}
.service_des {
  padding: 0 10px;
  padding-top: 20px;
}
.service_des p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.service_des p:last-child {
  padding-top: 30px;
}


.refurbished_section .title-middle-small {
    padding-top: 10px;
    color: #005297;
}
.refurbished_item {
  background-color: #1EC0F8;
  border-radius: 16px;
  padding: 51px 60px;
  z-index: 1;
  position: relative;
  text-align: center;
  margin-top: 70px;
}
.refurbished_item.green {
  background-color: #BAD750;
}
.refurbished_item img {
    max-width: 125px;
    margin: 0 auto;
    margin-top: -120px;
    z-index: 999999;
    position: relative;
}
.refurbished_item ul {
    list-style: disc;
    margin: 0 auto;
    text-align: start;
    padding: 40px 0px 0px 50px;
}
.refurbished_des {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 20px;
}

.refurbished_column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.refurbished_column_content_item h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #005297;
}
.refurbished_column_image {
  max-width: 500px;
}
.refurbished_column_content_item ul {
    padding-bottom: 20px;
    list-style: disc;
    text-align: start;
    padding-top: 10px;
    padding-left: 20px;
}
.refurbished_btn_div {
  text-align: center;
  margin-top: 30px;
}
.refurbished_btn {
  background: #BAD750;
  color: #000;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  width: 250px;
}
.case_study_list {
  position: relative;
}
.case_study_items h3 {
  font-weight: 600;
  font-size: 30.17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #005297;
  position: absolute;
  top: 30px;
  left: 30px;
}
.case_study_items a {
  background: #38B6FF;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  width: 250px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.mobile_case .title-middle-small {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
}
.mobile-show {
  display: none;
}
.fott-col.badge-images-div.mobile-none {
  border-top: 2px solid #E5E5E5;
  padding: 30px 0;
  background: #F6F6F6;
  margin-bottom: 50px;
}
.newsletter-box {
    max-width: 500px;
    font-family: Arial, sans-serif;
}

.newsletter-box h2 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

/* Input + Button */
.newsletter-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.newsletter-form input {
    flex: 1;
    border: none;
    background: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    outline: none;
    color: #333;
}

.newsletter-form input::placeholder {
    color: #aaa;
}
.newsletter-box {
  display: none;
}
/* Button */
.newsletter-form button {
    background: #1f4f9a;
    color: #fff;
    border: none;
    padding: 5px 30px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50px;
    transition: 0.3s;
}

.newsletter-form button:hover {
    background: #163a72;
}

/* Checkbox */
.newsletter-check {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

.newsletter-check input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}


/* Reponsive css  */


@media only screen and (max-width: 1440px) {
.banner-esim h3 {
  font-size: 40px;
}
}


@media only screen and (min-width: 768px) {
.main-box .box-icon img {
  max-width: 120px;
}
}
@media only screen and (min-width: 1025px) {
.accordion .item.hover-open .content{
  /* max-height: 500px; Adjust this based on expected content height */
  transition: max-height 1s ease, padding 0.3s ease;
}
.toggles .content {
  transition: max-height 1s ease, padding 0.3s ease;
}
}

@media only screen and (min-width: 992px) {
.toggles .accordion-network .content{
  max-height: max-content;
}
}

@media only screen and (max-width: 1680px) {
  .home-banner {
    height: 508px !important;
  }
  .header .navbar, .container{
    max-width: 1200px;
    padding: 0 20px;
  }
  .slider-div.container {
    max-width: 800px;
  }
  .achiements .container {
    max-width: 800px;
  }
  .mobiles-main-screens .screens-mobile {
    padding: 20px;
  }
  .comman-mobile .description {
    border: 2px dashed;
    margin-top: 30px;
    padding: 20px 40px;
  }
  .map.contact-same-col iframe {
    height: 298px;
  }
  .main-address-div {
    padding: 20px;
  }
  .address-texts .heaidng {
    font-size: 30px;
  }
  .call-to-action a {
    width: 250px;
    padding: 5px 20px;
}
}
@media only screen and (max-width: 1500px) {
  .boxes-section {
    padding: 20px 0 0;
}
.home-banner {
  height: 418px !important;
}
.badge-images img {
    width: 135px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-esim h3 {
    font-size: 30px;
    left: 0;
    transform: translate(10px, 10px);
  }
  div#carousel-simple-slider {
    padding: 20px;
  }
  #carousel-simple-slider .owl-dots {
    right: -30px;
  }
  .head-logo {
    width: 20%;
  }
  .main-menu {
    width: 78%;
  }
  .comman-mobile .description {
    min-height: 130px;
  }
  .map.contact-same-col iframe {
    height: 257px;
  }
  .accordion.accordion-network .main-inner-toggle .image {
    padding: 10px 10px;
  }
  .progress-section .container{
    width: 100%;
  }
  .dotted-border {
    margin-top: -26px;
  }
  .badge-images img {
    width: 145px;
    height: auto;
  }
}
@media only screen and (max-width: 1220px) {
  .header .navbar, .container {
    max-width: 100%;
    padding: 0 20px;
  }
  /* .footer-content li a {
    display: block;
  } */
  .badge-images img {
    width: 145px;
    height: auto;
  }
}
@media only screen and (max-width: 1251px) {
.hero-carousel .slide {
    background-position: center right -180px;
  }

}
@media only screen and (min-width: 1025px) {
  #carousel-simple-slider .owl-dots {
    transform: rotate(90deg);
    text-align: center;
    padding-top: 15px;
    position: absolute;
    right: -80px;
    top: 50%;
  }
}
@media only screen and (max-width: 1024px) {

  .home-banner {
    height: 348px !important;
}
  .item.main-div-colour {
    padding: 15px 15px 30px;
}
  .item.main-div-colour .right-col p{
    font-size: 18px;
  }
  .item.main-div-colour .right-col {
    padding: 15px 0 20px;
    text-align: center;
  }
  .item.main-div-colour .left-col, .item.main-div-colour .right-col {
    width: 100%;
  }
  div#carousel-simple-slider {
    padding: 0px;
  }
  .owl-theme .owl-dots{
   display: none;
  }
  span.close-icon{
    display: block;
    margin-top: 10px;
  }
  .achiements .container {
    max-width: 500px;
  }
  .slider-div.container {
    max-width: 500px;
  }

  .header .navbar .head-logo {
    order: 2;
  }
  .header .navbar .main-menu {
      order: 1;
  }
  .header .navbar .search {
      order: 3;
  }
  .header .main-menu ul {
    display: block;
    text-align: left;
  }
  .header .main-menu {
    justify-content: flex-start;
    width: 20%;
  }
  .head-logo{
    width: 60%;
    text-align: center;
  }
  .search{
    width: 20%;
  }
  .toggle-menu{
    display: block;
  }
  .header .navbar .main-menu .mobile-menu-toggle {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    top: 0;
    left: -100%;
    transition: 1s;
    z-index: 9999;
    max-width: 320px;
  }
  .search-icon {
    font-size: 19px;
  }
  .header .navbar .main-menu .mobile-menu-toggle.toggle-mobile{
    left: 0%;
  }
  span.close-icon {
    font-family: "Roboto Flex", Helvetica;
    font-size: 22px;
  }
.header .navbar .main-menu .mobile-menu-toggle li {
  padding-bottom: 20px;
  display: block;
}
  .header {
    padding: 22px 0;
  }

  .title-middle {
    font-size: 30px;
    line-height: 35px;
  }
  .logos-partner img {
    max-width: 160px;
  }
  .content-part {
    padding: 90px 10px 0px;
  }
  .content-part .title {
    font-size: 25px;
  }
  .col-title-mobile {
    font-size: 19px;
  }
  .mobiles-main .comman-mobile{
    width: 50%;
  }
  .comman-mobile .description {
    min-height: max-content;
  }
  .android-enterprice {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
  }
  .two-comman,.third-foot {
    width: 33%;
  }
  .badge-images-div {
    width: 100%;
  }
  .third-foot .fott-col-inner{
    padding: 0;
    width: 100%;
  }
  .badge-images img{
    width: 110px;
    padding: 10px;
  }
  .badge-images {
    text-align: left;
  }
  .third-foot, .badge-images-div {
    padding-top: 0px;
  }
  .address-texts.contact-same-col{
    padding-right: 0 !important;
  }
  .address-texts .heaidng {
    font-size: 20px;
  }
  .map.contact-same-col iframe {
    height: 235px;
  }
  .masonry-item p {
    padding: 0;
  }
  .simple-grid .masonry-item img {
    max-height: 260px;
    object-fit: contain;
    min-height: 260px;
  }
  .call-to-action .container {
    display: block;
    text-align: center;
  }
  .call-to-action a {
    padding: 5px 20px;
    margin: 13px auto;
    width: 100%;
  }
  .call-to-action{
    padding-left: 20px;
    padding-right: 20px;
  }
  .counter-section .number-counter {
    font-size: 30px;
  }
  .counter-main .name {
    font-size: 18px;
  }
  .toggles.homepage-toggle-section .item.open .content {
    max-height: 260px;
  }
  .main-box {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .accordion .item {
    width: 100%;
    border: 1px solid #ED174B;
    border-radius: 10px;
    margin: 10px 0;
    text-align: left;
    background: #F6F6F6;
  }
  .main-address-div .contact-same-col {
    width: 100%;
    padding-right: 0px;
  }
  .map.contact-same-col iframe {
    height: 525px;
    margin-top: 30px;
  }
  .address-texts .heaidng {
    font-size: 30px;
  }
  .location-image.contact-same-col {
    order: 2;
  }
  .map.contact-same-col {
      order: 3;
  }
  .address-texts.contact-same-col {
      order: 1;
  }
  .address-texts ul a span.icon {
    width: 5%;
  }
  .android-icon {
    position: relative;
    top: -40px;
    left: 0;
  }
  .accordion.accordion-network .item {
    width: 100%;
  }
  .accordion.accordion-network .main-inner-toggle {
    width: 100%;
  }
  .accordion.accordion-network .content {
    width: 100%;
    padding: 0;
  }
  .accordion.accordion-network span.icon {
    display: block;
  }
  .accordion.accordion-network .main-inner-toggle img {
    max-width: 90px;
        height: auto;
  }
  .accordion.accordion-network .item {
    display: block;
  }
  .accordion.accordion-network  .main-inner-toggle {
    position: relative;
  }
  .accordion.accordion-network .item span.icon {
    position: absolute;
    max-width: max-content;
    right: 30px;
    top: 38%;
  }
  .accordion.accordion-network .main-inner-toggle {
    display: block;
  }
  .accordion.accordion-network .main-inner-toggle .image {
    text-align: center;
  }
  .accordion.accordion-network .item {
    padding: 0px;
  }
  .accordion.accordion-network .content{
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .accordion.accordion-network .read-more-target {
    display: block;
  }
  .toggles .accordion.accordion-network .item.open .content {
    max-height: max-content;
  }
  .accordion.accordion-network .read-more-trigger::before{
    display: none;
  }
  .youtube-video {
    padding: 20px 0;
  }
  .homepage-toggle-section .accordion .item {
    text-align: center !important;
    background: transparent;
    border: 0;
  }
  .homepage-toggle-section span.icon {
    display: block;
  }
  .homepage-toggle-section .icon img {
    width: 100% !important;
    object-fit: contain !important;
    height: 100% !important;
    max-width: max-content;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mobile-show {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  .footer-content {
    padding: 40px 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  .youtube-video iframe{
    width: 500px;
    height: 330px;
  }
}
@media only screen and (max-width: 550px) {
  .youtube-video iframe{
    width: 300px;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .two-comman, .third-foot, .badge-images-div {
        width: 50%;
  }
  .newsletter-box {
    display: block;
  }
  .mobile-show {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  .home-banner {
    height:250px !important;
  }
  .independent h1{
    text-align: center !important;
    max-width: 100%;
    margin: 0 auto;
  }
  div#carousel-simple-slider .item img {
    height: 300px;
  }
  .nationalbanner h1{
    text-align: center !important;
    max-width: 100%;
    margin: 0 auto;
  }
  .item.main-div-colour .left-col img {
    max-height: 100%;
    min-height: 100%;
  }
  .team-banner {
    background-position: center;
  }
  .hero-section{
    height: 298px;
  }
  .teams-grid .container .col {
    width: 50%;
  }
  #carousel-colour-slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
  }
  #carousel-colour-slider .owl-dots {
    padding: 5px 10px 5px !important;
    bottom: 20px;
  }
  .item.main-div-colour .right-col p{
    font-size: 16px;
  }
  .hero-section:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 30%, transparent 100%);
  }
  .Wholesale-banner{
    background-position: 54% 10%;
  }
  .copy-right-content {
    font-size: 12px;
  }
  .footer-content h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .footer-content li {
    font-size: 12px;
  }
    .badge-images {
      display: flex;
      flex-flow: wrap;
  }
  .badge-images img, .badge-images img:first-child, .badge-images img:last-child {
      width: 80px;
      padding: 5px 10px;
  }
  .padding-top-bottom{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-bottom{
    padding-bottom: 30px;
  }
  .padding-top{
    padding-top: 30px;
  }
  .worked-with {
    background: #EDEDED;
    padding: 20px 0 20px;
  }
  .network img {
    padding: 20px 30px;
  }
  .retailers img {
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
  }
  .owl-theme .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
  }
  .achiements .container {
    max-width: 400px;
  }
  .slider-div.container {
    max-width: 400px;
  }
  .slider-div button.slick-prev.slick-arrow {
    width: 28px;
    height: 29px;
    left: -50px;
  }
  .slider-div button.slick-next.slick-arrow{
    width: 28px;
    height: 29px;
    right: -50px;
  }
  .center-slider button.slick-prev.slick-arrow{
    width: 28px;
    height: 29px;
    top: 43%;
  }
  .center-slider button.slick-next.slick-arrow{
    width: 28px;
    height: 29px;
    top: 43%;
  }
  .achiements  .slick-dots li {
    height: 14px;
    width: 14px;
  }
  .mobiles-main-screens .screens-mobile {
    width: 50%;
  }
  .content-part {
    padding: 90px 20px 20px;
  }
  .comman-mobile .description {
    padding: 20px 10px;
  }
  .mobiles-main-screens .screens-mobile {
    padding: 0;
  }
  .center-slider .slick-current.slick-active img {
    transform: scale(0.7);
  }
  .center-slider .slick-list.draggable {
    padding: 10px 0 !important;
  }
  .offer-main-div .boxoffer {
    width: calc(50% - 20px);
  }
  .offer-main-div .boxoffer {
    min-height: 300px;
  }
  .hero-section {
    justify-content: end;
  }
  .hero-section h1 {
    padding-right: 0;
    padding-bottom: 40px;
    text-align: center;
    font-size: 32px;
  }
  .two-col-section .heading {
    font-size: 20px;
  }
  .apply {
    font-size: 18px;
  }
  .two-col-section .button a {
    font-size: 15px;
  }
  .two-col-section .container .col-common {
    width: 100%;
    margin: 10px;
    padding: 20px;
  }
  .mobile-first.comman-mobile {
    order: 2;
  }
  .mobile-second.comman-mobile {
      order: 1;
  }
  .mobile-third.comman-mobile {
      order: 3;
  }
  .mobile-section .container .comman-mobile {
    width: 100%;
    padding: 0;
  }
  .mobile-section .container {
    text-align: center;
  }
  .inner-div-mobile {
    margin-top: 20px;
  }
  .number {
    position: absolute;
    left: 31px;
    top: 39%;
    transform: translate(-50%);
    max-width: 70px;
    font-size: 25px;
    height: 50px;
    width: 50px;
  }
  .inner-div-mobile {
    position: relative;
    padding: 0 30px;
  }
  .comman-mobile .content {
    max-width: max-content;
  }
  .android-icon {
    top: -10px;
  }
  .middle-box-gold {
    padding: 20px;
  }
  .accordion .item {
    width: 100%;
    border: 1px solid #ED174B;
    border-radius: 10px;
    margin: 10px 0;
    text-align: left;
    background: #F6F6F6;
  }
  .main-inner-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
  }
  .main-inner-toggle .image img {
    width: 50px;
    margin-right: 10px;
    height: 50px;
    text-align: left;
    max-width: 56px;
    min-width: 56px;
  }
  .accordion .title{
    padding-top: 0;
    color: #000;
  }
  .address-texts span.icon {
    right: 40px;
  }
  span.icon {
    display: block;
    position: absolute;
    right: 0px;
  }
  .accordion  .title {
    font-size: 14px;
    padding-right: 20px;
    font-weight: 600;
  }
  .masonry-item {
    width: 100%;
  }
  .masonry-item.wide {
    display: block;
  }
  .medium-image img {
    max-width: 200px;
  }
  .small-image img {
    max-width: 120px;
  }
  .homepage-toggle-section .main-inner-toggle {
    display: block;
  }
  .homepage-toggle-section .main-inner-toggle .image img {
    max-width: 94px;
    min-width: 94px;
  }
  .homepage-toggle-section .accordion .title{
    color: #0A5294;
  }
  .homepage-toggle-section span.icon {
    position: relative;
    right: unset;
  }
  .counter-main {
    width: 50%;
  }
  .homepage-toggle-section .accordion .title {
    padding-right: 0;
    padding-top: 10px;
  }
  .homepage-toggle-section .main-inner-toggle .image img {
    margin-right: 0;
  }
  .main-box {
    width: 90%;
    position: relative;
    margin: 20px;
    min-height: 110px;
    border: 1px solid #EC1246;
    border-radius: 20px;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-box .box-icon img {
    max-width: 60px;
  }
  .main-box .box-icon {
    max-width: max-content;
    position: absolute;
    top: 24%;
    left: 0;
    transform: translate(-50%);
  }
  .main-box .box-text {
    padding: 10px;
    margin-top: 0px;
    border: none;
  }
  .main-box .box-text{
    min-height: auto;
  }
  .progress-section .container {
    display: block;
  }
  .progress-section .container .steps {
    width: 100%;
  }
  .dotted-border {
    transform: rotate(-90deg);
    width: 70px;
    margin: 50px auto;
  }
}

@media only screen and (max-width: 576px) {
  .banner-esim h3 {
    font-size: 17px;
    left: 0;
    transform: translate(10px, 10px);
    max-width: 160px;
    top: 30%;
  }
  .home-banner {
    height: 119px !important;
}
  .about-banner-none{
    height: 198px;
  }
  .contact-form form .inner {
    width: 100%;
  }
  .title-middle-small {
    font-size: 20px;
  }
  .teams-grid .container .col {
    width: 100%;
  }
  .offer-main-div .boxoffer {
    width: 100%;
  }
  .center-slider button.slick-prev.slick-arrow {
    left: -30px;
  }
  .center-slider button.slick-next.slick-arrow {
    right: -30px;
  }
  .achiements .container {
    max-width: 280px;
  }
  .slider-div.container {
    max-width: 280px;
  }
  .slider-div button.slick-prev.slick-arrow {
    width: 15px;
    height: 15px;
    left: -27px;
  }
  .slider-div button.slick-next.slick-arrow{
    width: 15px;
    height: 15px;
    right: -27px;
  }
  .title-middle {
    font-size: 22px;
    line-height: 28px;
  }
  .logos-partner img {
    width: 50%;
    padding: 4px 30px;
  }
  .logos-partner {
    margin: 30px 0 0;
    flex-flow: wrap;
  }
  .description {
    font-size: 16px;
    line-height: 20px;
  }

  .mobiles-main-screens .screens-mobile {
    width: 100%;
  }
  .mobiles-main .comman-mobile {
    width: 100%;
  }
  .address-texts ul a span.icon {
    width: 8%;
  }
  .simple-grid {
    display: block !important;
  }
  .counter-main {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .address-texts ul a span.icon {
    width: 12%;
  }
  .map.contact-same-col iframe {
    height: 290px;
  }
}


/* 📱 Mobile Design */
@media (max-width: 768px) {
  .header .navbar, .container {
        width: 100%;
        padding: 0 20px;
    }
  .hero-carousel .slide {
      display: block;
  }
   .hero-carousel .content p {
      padding-top: 0px;
   }


  .hero-carousel .slide.banner1 {
    height: 480px;
    background-image: url('../images/home/banner1-mobile.png?gmtt=31rfeqwd') !important;
    background-position: center;
  }
  .hero-carousel .slide.banner2 {
    height: 480px;
    background-image: url('../images/home/banner2-mobile.png?gmtt=31rfeqwd') !important;
    background-position: center;
  }
  .hero-carousel .slide.banner3 {
    height: 480px;
    background-image: url('../images/home/banner3-mobile.png?gmtt=31rfeqwd') !important;
    background-position: center;
  }
  .new_slider .slide.banner1 {
    height: 680px;
    background-image: url('../images/home/new-banner3-mobile.png?gmtt=31rfeqwd') !important;
    background-position: center;
  }
  .new_slider .slide.banner2 {
    height: 680px;
    background-image: url('../images/home/new-banner2-mobile.png?gmtt=31rfeqwd') !important;
    background-position: center;
  }
  .new_slider .slide.banner3 {
    height: 680px;
    background-image: url('../images/home/new-banner3-mobile.png?gmtt=31rfeqwd') !important;
    background-position: center;
  }


  .content {
    text-align: center;
    max-width: 100% !important;
  }

  .content h1 {
    padding-top: 50px;
    font-size: 26px;
    line-height: 40px;
  }

  .content p {
    font-size: 16px;
  }
  .cta-container h2 {
    font-size: 22px;
  }
  .cta-buttons {
    margin-top: 20px;
  }

  .cta-container p {
    font-size: 14px;
  }
  .hero-carousel .owl-dots,
  .our_values .owl-dots,
  .refurbished_content .owl-dots,
  .service_section .owl-dots,
  .service_content .owl-dots {
    margin-top: 20px;
  }
  .btn {
    min-width: 190px;
    font-size: 16px;
  }
  .new_slider .content h3 {
    font-size: 18px;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .new_slider .content img {
      max-width: 150px;
      margin-bottom: 10px;
  }
  .new_slider .content h2 {
      font-size: 16px;
  }
  .new_slider .content h3:before {
    content: '';
    width: 165px;
    top: 80px;
  }
  .new_slider .banner_btn {
      gap: 8px;
  }
  .banner_btn .order_btn, .banner_btn .req_btn, .banner_btn .learn_btn {
      padding: 10px 15px;
      font-size: 14px;
      min-width: 130px;
      width: 130px;
  }
  .new_slider .banner1:after {
      background: linear-gradient(180deg, #877DAC 0%, rgba(255, 255, 255, 0) 73.56%);
  }
  .new_slider .banner2:after {
      background: linear-gradient(180deg, #005EA4 0%, rgba(255, 255, 255, 0) 92.09%)
  }
  .new_slider .banner3:after {
    background: linear-gradient(180deg, #2E333F 0%, rgba(255, 255, 255, 0) 69.71%);
  }
  .our_values.homepage-toggle-section img {
      margin: 10px auto 0 !important;
  }
  .service_des p:last-child {
      display: none;
  }
  .service_des p {
    font-size: 14px;
  }
  .service_item img {
    max-width: 100px;
    margin: 0 auto;
  }
  .refurbished_item ul {
    padding: 40px 0px 0px 20px;
  }
  .refurbished_column {
    display: block;
  }
  .case_study_items h3 {
    font-size: 22px;
  }
  .refurbished_btn {
    font-size: 16px;
    min-width: 190px;
    width: 190px;
  }
  .case_study_items a {
    font-size: 16px;
    min-width: 190px;
    width: 190px;
  }
  .story-section {
    flex-direction: column;
  }
  .about-section-new .story-section {
    flex-direction: column-reverse;
  }
  .story-content {
    margin: -5px 20px 0px 20px;
  }
  .story-content h2 {
    top: 15px;
    font-size: 22px;
  }
  .story-content .about_content {
    border-radius: 0px 0px 12px 12px;
    padding: 60px 50px 40px;
  }
  .about-section-new .story-content .about_content {
    border-radius: 0px 0px 12px 12px;
    padding: 60px 50px 40px;
  }
  .mobile_case .title-middle-small {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .hero-carousel .owl-dots, .our_values .owl-dots, .service_section .owl-dots, .refurbished_content .owl-dots, .mobile_case .owl-dots {
    margin-top: 10px;
  }
}



/* KEEP PARENT FIXED */
.header .navbar .main-menu .mobile-menu-toggle li {
  position: relative;
}

/* HIDE DROPDOWN */
.header .navbar .main-menu .mobile-menu-toggle .dropdown {
  display: none !important;
  position: absolute !important;
  top: 100%;
  left: 0;
  min-width: 200px;
  width: 100%;
  background: #fff;
  z-index: 99999;
  padding: 10px 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* SHOW ON HOVER */
.header .navbar .main-menu .mobile-menu-toggle .has-dropdown:hover > .dropdown {
  display: block !important;
}

/* ITEMS VERTICAL */
.header .navbar .main-menu .mobile-menu-toggle .dropdown li {
  display: block;
  padding: 8px 0;
}

/* LINKS FULL WIDTH */
.header .navbar .main-menu .mobile-menu-toggle a {
  display: block;
}