/** Shopify CDN: Minification failed

Line 2253:2 Unexpected "{"

**/
/* ================================================= Styles for Smartwatch Guide ========================================================= */
#page .content-section-1,
#page .content-section-2,
#page .content-section-3,
#page .content-section-4,
#page .content-section-5,
#page .content-section-6 {display: none;}

#smartwatch-select {
  width: 220px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid gray;
  margin: 15px auto;
  margin-left: 10px;
  font-size: 15px;
  color: #666;   
  text-align-last: center;
}
#smartwatch-select option{
  height: 24px;
  width: 150px;
  border-radius: 5px 5px 5px 5px;
}
#smartwatch-chooser label {font-size: 16px;}

/* ================================================= Styles for Pages General ========================================================= */

#page div {
  text-align: left;
}

#page .text-content-wrapper {
  max-width:750px;
  margin: 0px auto 120px;
}

#page .local-data-sim-content {
  max-width:750px;
  margin: 0px auto 120px;
}

#page .local-data-sim-content.with-header-image {
  margin-top: 440px;
}


#page .local-data-sim-content h3 {
  margin-top: 45px;
  margin-bottom: 15px;
}

#page .local-data-sim-content .light-blue-background {
  background-color: #F0FAFF;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.light-blue-background li {


}

#page .local-data-sim-header {
  width: 100%;
  height:460px;
  background-size: cover; 
  background-position: center center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50px;
  max-width: 1260px;
}



#page .local-data-sim-header.france {
  background-image: url('/cdn/shop/files/france-min.jpg?v=1630312175');

}

#page .local-data-sim-header.netherlands {
  background-image: url('/cdn/shop/files/netherlands-min.jpg?v=1630312219');
}

#page .local-data-sim-header.uk {
  background-image: url('/cdn/shop/files/uk-min.jpg?v=1630317511');
}

#page .local-data-sim-header.germany {
  background-image: url('/cdn/shop/files/germany-min.jpg?v=1630322062');
}

#page .local-data-sim-header.canada {
  background-image: url('/cdn/shop/files/canada-min.jpg?v=1630321562');
}

#page .local-data-sim-header.italy {
  background-image: url('/cdn/shop/files/italy-min.jpg?v=1630321067');
}

#page .local-data-sim-header.china {
  background-image: url('/cdn/shop/files/kirill-sharkovski-MbEr7b5qzwM-unsplash.jpg?v=1627038412');
}

#page .local-data-sim-header.greece {
  background-image: url('/cdn/shop/files/greece-min.jpg?v=1630319114');
}

#page .local-data-sim-header.cyprus {
  background-image: url('/cdn/shop/files/cyprus-min.jpg?v=1630314783');
}

#page .local-data-sim-header.spain {
  background-image: url('/cdn/shop/files/spain-min-2.jpg?v=1629718482');
}

#page .local-data-sim-header.turkey {
  background-image: url('/cdn/shop/files/raimond-klavins-0ceVeJj_ecE-unsplash_1-min.png?v=1629715995');
}

#page .local-data-sim-header.israel {
  background-image: url('/cdn/shop/files/israel-min.jpg?v=1630319982');
}

#page .block.grey {
  background-color: #ffffff;
  border: 1px solid #E3F5FF;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

#page .vertical-space-provider {
  height: 50px;
}

#page .local-data-sim-content li {
  padding: 0;
}

@media only screen and (max-width: 767px) {  
  #page .local-data-sim-header {
    height: 250px;
  }

  #page .local-data-sim-content.with-header-image {
    margin-top: 285px;
  }
}

@media only screen and (max-width: 600px) {
  #page .vertical-space-provider {
    height: 20px;
  } 

  #page .local-data-sim-header {
    height: 150px;
  }

  #page .local-data-sim-content ul, 
  #page .local-data-sim-content ol {
    padding-left: 10px;
    margin-left: 10px;
  }

  #page .local-data-sim-content.with-header-image {
    margin-top: 185px;
  }

  #page .local-data-sim-content h3 {
    margin-top: 25px;
  }

}

#page h1 {
  font-size: 48px;
  font-family: Lato, sans-serif;
  text-align: left;
  text-transform: none;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 40px;
  margin-top: 60px;
}

#page li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

#page h2 {
  font-size: 36px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 40px;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 60px;
}

#page h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-align: left;
  margin-top: 60px;
}

#page h4 {
  font-size: 18px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-align: left;
}

#page p, 
#page ul, 
#page ol {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  margin-bottom: 20px;
}

#page ul, 
#page ol {
  padding-left: 20px;
  margin-left: 20px;
}


#page a {
  color: #25BCB6; 
  font-weight: 900;
  text-decoration: underline;
}

#page table {
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: collapse;
  table-layout: auto;
  column-width: auto;
  width: auto;
  padding: 10px;
}

#page tr {
  width: auto;
}

#page td {
  text-align: left;
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 0px;
  width: auto;
}


#page #hotspot-vs-sim table {
  margin-top: 15px;
  margin-bottom: 15px;
  table-layout: auto;
  column-width: auto;
  width: auto;
}

#page #hotspot-vs-sim tr {
  width: auto;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

#page #hotspot-vs-sim td {
  text-align: center;
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  width: auto;
}

#page h4.question {
  cursor: pointer;
  color: #666666;
  font-family: Lato, sans-serif;
  font-size: 16px !important;
  text-align: left;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 40px;
  line-height: 28px;
  text-transform: none;
}

@media only screen and (min-width: 1024px) {
  #page img {
    max-width: 750px;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 720px){
  #page img {
    max-width: 90%;
  }
}


/* ================================================= Styles for Shipping Page ========================================================= */
#shipping-main .block .block-content {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#shipping-main .block {
  padding: 30px;
}

#shipping-main .grey h3 {
  margin-top: 0;}

#shipping-main .block:first-of-type {
  padding-top: 0;
}

#shipping-main .remove-padding-left {
  padding-left: 0 !important;
}

#shipping-main .remove-padding-right {
  padding-right: 0 !important;
}

#shipping-main .w-90 {
  width: 90%;
  margin: 10px auto;
}

@media only screen and (max-width: 1024px) {

  #shipping-main .add-padding-left {
    padding-left: 20px;
  }

  #shipping-main .add-padding-right {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 599px) {
  #shipping-main .block {
    padding: 20px;
  }

  #shipping-main .remove-padding-left {
    padding-left: 0;
  }

  #shipping-main .remove-padding-right {
    padding-right: 0;
  }
}

#page .usa-ship-info th{
  font-style: bold;
  vertical-align: top;
  background: #f4f4f4;
  border: solid 3px #fbfbfb;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 8px;
  padding-bottom: 8px;
}

#page .usa-ship-info tr{
}

#page .usa-ship-info td{
  vertical-align: center;
  text-align: center;
  border: solid 3px #fbfbfb;
  line-height: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}


@media only screen and (max-width: 600px) {
  #page .usa-ship-info th{
    border-width: 1px;
    line-height: 24px;
  }

  #page .usa-ship-info td{
    border-width: 1px;
  }
}

#page .usa-ship-info tr:nth-of-type(2) td:first-of-type{
  background: #f4f4f4;
}

#page .usa-ship-info tr:nth-of-type(2) td:last-of-type{
  background: #f4f4f4;
}

#page .usa-ship-info tr:nth-of-type(odd){
  background: #f4f4f4;
}

#page .shipping-table-wrapper {
  width: 100%;
  height: 100%;
  text-align: left;
  margin-bottom: 90px;
  /*    padding: 0px 10px 0px 10px; */
  box-sizing: border-box;
}

#page .shipping-table-wrapper>div {
  display: inline-block;
  height: auto;
  text-align: center;
  vertical-align: top;
}

#page .shipping-table-wrapper .country {
  cursor: pointer;
}

#page .shipping-table-wrapper .ship-info {
  display: none;
  width: 338px;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.1);
  position: absolute;
  background: #ffffff;
}

#page .shipping-table-wrapper .ship-info p {
  padding: 10px;
}

#page .shipping-table-wrapper table{
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

#page .shipping-table-wrapper .expanded-shipping-info{
  background: #f47061 !important;
  color: #ffffff;
}

#page .ship-info th{
  font-weight: 900;
  vertical-align: top;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

#page .ship-info table tr:first-child th,
#page .usa-ship-info table tr:first-child th {
  border-top: 0;
}
#page .ship-info table tr:last-child td,
#page .usa-ship-info table tr:last-child td {
  border-bottom: 0;
}
#page .ship-info table tr td:first-child,
#page .ship-info table tr th:first-child,
#page .usa-ship-info table tr td:first-child,
#page .usa-ship-info table tr th:first-child {
  border-left: 0;
}
#page .ship-info table tr td:last-child,
#page .ship-info table tr th:last-child {
  border-right: 0;
}

#page .ship-info table tr td[rowspan] {
  border-bottom: none;
}


#page .ship-info td{
  font-size: 16px;
  text-align: center;
  border: 1px solid #f4f4f4;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 10px;
}

#page .ship-info tr:nth-of-type(odd) td{
  background-color: #F7FAFF;
  border-radius: 8px;
}

#page .ship-info tr:nth-of-type(even) td{
  background-color: #F2F6FF;
  border-radius: 8px;
}


#page .shipping-table-wrapper .country .title {
  text-align: left;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  margin-left: 0;
  margin-right: auto;
  border-top: 2px solid #ffffff;
}

#page .shipping-table-wrapper .country:nth-of-type(odd) .title {
  background-color: #F7FAFF;
  border-radius: 8px;
}

#page .shipping-table-wrapper .country:nth-of-type(even) .title {
  background-color: #F2F6FF;
  border-radius: 8px;
}

#page .shipping-table-column {
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  #page {
    padding-left: 20px;
    padding-right: 20px;
  }

  #page .usa-ship-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 599px) {
  #page {
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
  }

  #page .shipping-table-wrapper .country .title {
    width: 100%;
    max-width: none;
  }

  #page .shipping-table-wrapper>div {
    width: 100%;
  }

  #page .shipping-table-wrapper .ship-info {
    width: calc(100% - 20px);
  }

  #page .usa-ship-info {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 400px)
{
  #page .usa-ship-info {
    font-size: 10px;
  }

  #page .usa-ship-info td {
    font-size: 10px;
  }

}

@media only screen and (min-width: 939px)
{
  #page .shipping-table-column {
    display: inline-block;
    width: 33%;
  }
}  
/*================================================= Contact US Form ================================================*/
#contactFormWrapper p{
  text-align: center;
}

#contactFormWrapper p .btn{
  height: 30px;
  background: #F37061;
  border: 0px;
  width: 178px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

#contactFormWrapper input {
  height: 30px;
  padding-left: 5px;
}

.successFormfeedback p{
  text-align: center;
  color: orange;
}

.errorFormFeedback p{
  text-align: center;
  color: red;
}

#advancedContactFormWrapper {
  width: auto;
  max-width: 400px;
  margin: auto;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

#advancedContactFormWrapper input{
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

#advancedContactFormWrapper input[type="submit"]{
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  border: 0;
}

#advancedContactFormWrapper p{
  padding: 0px;
  margin-bottom: 15px;
}
/*===================================================== FAQ   ======================================================*/
#faq {
  max-width: 750px;
}

#faq .topic {
  padding-bottom: 10px;
  /* border-top: solid 1px #BEBEBE; */
}

#faq .topic-header {
  /* display: inline-block; */
  vertical-align: top;
  /* width: 25%; */
}

#faq .questions {
  display: inline-block;
  width: 100%;
}

#faq .topic h2{
}



#faq .answer {
  text-align: left;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4d5769;
  margin: 0 55px 0 40px;
  padding: 10px 0;
  padding-bottom: 30px;
}

#faq .question{
  cursor:         pointer;
  font-family:    Lato, sans-serif;
  text-align:     left;
  margin-top:     0;
  margin-bottom:  8px;
  padding-bottom: 20px;
  padding-top:    20px;
  padding-left:   40px;
  font-style:     normal;
  font-weight:    normal;
  font-size:      20px;
  line-height:    30px;
  height:         100%;
  color:          #0F2C46;
  background:     #EFF0F5;
  border-radius:  10px;
}

#faq table {
  margin-left: 10px;
}

#faq td, th {
  border: solid 1px #000000;
  text-align: center;
}

#faq th {
  font-weight: bold;
  background: #E2E2E2;
}

#faq .question.active {
  background:  #FFFFFF;
  font-size:   20px;
  line-height: 30px;
  color:       #25BCB6;
}

#faq .question .arrow {
  box-sizing:         border-box;
  height:             10px;
  width:              10px;
  border-style:       solid;
  float:              right;
  border-color:       #0F2C46;
  border-width:       0 3px 3px 0;
  -webkit-transform:  rotate(45deg);
  -ms-transform:      rotate(45deg);
  transform:          rotate(45deg);
  margin-top:         8px;
  margin-right:       25px;
  margin-left: 20px;
  -webkit-transition: all .3s ease-out;
  -moz-transition:    all .3s ease-out;
  -o-transition:      all .3s ease-out;
  transition:         all .3s ease-out;
}

#faq .question.active .arrow {
  -webkit-transform: rotate(225deg);
  -ms-transform:     rotate(225deg);
  transform:         rotate(225deg);
  border-color:      #25BCB6;
}

.faq-search {
  display: inline-block;
  float: right;
  height: 35px;
  margin-top: 52px;
}

.faq-search input[type=text] {
  border: 1px solid #acacac;
  height: 34px;
  font-size: 13px;
  font-family: Lato, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* margin-top: 8px; */
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: none;
}

.faq-search button[type=submit] {
  background: #25bbb6;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 34px;
  box-sizing: border-box;
  width: 34px;
  margin-left: -4px;
  color: #fefefe;
  font-size: 15px;
  /* border-bottom: 1px solid black; */
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

#page .answer p {
  text-align: left;
  color: #666666;
  font-family: Lato, sans-serif;
  font-size: 13px !important;
  line-height: 23px;
  margin: 0px;
  padding-bottom: 10px;
}

#page .answer li {
  font-size: 13px;
}

@media only screen and (max-width: 1023px) {
  .faq-search {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
  }

  .faq-search input[type=text] {
    width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
  }
}

@media only screen and (max-width: 1023px) {
  #faq .topic-header {
    width: 100%;
  }

  #page h4.question {
    line-height: 22px;
  }

  #page {
    /*     margin-bottom: 20px;
    margin-top: 20px; */
  }

  #page h1 {
    font-size: 36px;
    line-height: 48px;
  }

  #page h2 {
    font-size: 24px;
    line-height: 30px;
  }

  #page h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
  }

  #page h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1024px) {


  #faq-header {
    float: left;
  }
}

#faq-header {
  margin-bottom: 5px;
}

#faq .faq-header {
  background: url('/cdn/shop/files/faq-icon.png?8198707296399300250') left top no-repeat;
  padding-left: 70px;
  line-height: 80px;
  margin-bottom: 0;
  margin-top: 30px;
}


#page .shipping-policy-header {
  background: url('/cdn/shop/files/shipping-icon.png?899834252364573154') left 29px no-repeat;
  padding-left: 98px;
  line-height: 82px;
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  #faq .faq-header,
  #page .terms-and-conditions-header,
  #page .return-and-refund-header{
    margin-bottom: 20px;
    margin-top: 60px;
  }

  #page .shipping-policy-header {
    padding-left: 45px;
    line-height: 32px;
    background-size: 40px;
    background-position: left 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  #page .privacy-policy-header{
    margin-bottom: 40px;
  }

  #faq .faq-header {
    margin-bottom: 20px;
  }

}

.refill-status {
  text-align: center;
  max-width: 560px;
  margin: 40px auto 120px;
}
.refill-status>*{
  text-align: center!important;
  margin: 0 auto 20px;}

.message-title {
  font-size: 36px !important;
  font-weight: 400;
}

.italic {
  font-style: italic;
  line-height: 16px;
}

.button-color {
  height: 32px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  padding-top: 8px;
}

a.center {
  text-decoration: none !important;
}

.red {
  color: #F37061;
}

@media only screen and (max-width: 400px) {
  .refill-status {
    width: 100%;
  }
}

#page .map-background {
  background: url('/cdn/shop/files/background-providers--images_03.png?5079778184608845978') no-repeat top center;
  margin-top: 65px;
  background-size: contain;
}

#page .list-of-carriers-by-country .europe-carriers,
#page .list-of-carriers-by-country .americas-carriers {
  display: inline-block;
  width: 415px;
  margin-left: 40px;
  margin-right: 20px;
  vertical-align: top;
  box-sizing: border-box;
}

#page .list-of-carriers-by-country .rest-of-the-world {
  margin-top: 60px;
}

#page .list-of-carriers-by-country {
  margin-bottom: 60px;
}

#page .list-of-carriers-by-country h1 {
  margin-top: 50px;
}

#page .list-of-carriers-by-country p {
  margin-bottom: 7px;
}

.faq-footer .icon{
  width: 75px;
  height: 75px;
  border: 1px solid #c9c9c9;
  border-radius: 75px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #008f8f;
  font-size: 35px;
  line-height: 72px;
}

.faq-footer .faq-contacts-wrapper .faq-contact {
  width: 300px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.faq-footer .faq-contacts-wrapper .faq-contact p{
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.faq-footer .faq-contacts-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}

.faq-footer {
  text-align: center;
  padding-bottom: 60px;
}

.faq-footer .line {
  width: 1px;
  display: inline-block;
  background: #b7b7b7;
  height: 130px;
  margin-top: 40px;
}

.faq-footer .live-chat {
  width: 150px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background: #f47061;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 1023px) {
  #page .list-of-carriers-by-country .europe-carriers,
  #page .list-of-carriers-by-country .americas-carriers {
    width: 300px;
  }

  #page .map-background {
    margin-top: 20px;
  }

  .faq-footer .faq-contacts-wrapper .faq-contact {
    width: 240px;
  }

}


@media only screen and (max-width: 767px) {

  #page .list-of-carriers-by-country .europe-carriers,
  #page .list-of-carriers-by-country .americas-carriers {
    width: 250px;
    margin-left: 0;
    margin-right: 0;
  }

  #page .list-of-carriers-by-country .americas-carriers {
    margin-left: 50px;
  }

  .faq-footer .faq-contacts-wrapper .faq-contact {
    width: 100%;
  }

  .faq-footer .line {
    width: 80px;
    display: inline-block;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 599px) {
  #page .list-of-carriers-by-country .europe-carriers,
  #page .list-of-carriers-by-country .americas-carriers {
    width: 100%;
    margin-left: 0;
  }

  #page .list-of-carriers-by-country h1 {
    margin-top: 20px;
  }

  #page .list-of-carriers-by-country .rest-of-the-world {
    margin-top: 20px;
  }
}

/*===================================================== Check our plans ======================================================*/
.desktop-table {
  margin: 40px 0 20px 0;
  border-style:none!important;

} 
.mobile-table {
  display: none;
  margin: 40px 0 20px 0;
  border-style:none!important;
  text-align: center;
}
.desktop-table td {
  border-style:none!important;
  width: 50%!important;
  text-align: left; 
  padding-top: 20px; 
  vertical-align: top;
}

.desktop-table td a {
  color: #FFFFFF !important;
}
.btn-buy {
  width: 180px;
  height: 50px;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-weight: 900;
  line-height: 50px;
  outline: none;
  text-decoration: none!important;
  background: #F47061 !important;
  display: block;
  font-size: 16px;
}
.btn-buy:hover{
  background: #de5646 !important;
}


@media only screen and (max-width: 768px) {
  .desktop-table {
    display: none;
  }
  .mobile-table {
    display: block;
    margin: 0px 0 60px 0;
  }
  .mobile-table tr {
    width: 100%!important;
  }
  .mobile-table td {
    border-style:none!important;
    text-align: center;
  }

  .mobile-table td a {
    color: #FFFFFF !important;
  }
}
/*==================================================================================================================*/


/* ------------- Plans page ---------- */
a {
  color:           #25BCB6;
  font-weight:     900;
  text-decoration: underline;
}

.plans-wrapper {
  text-align: center;
  margin:     60px auto;
  max-width: 556px;
}
.plans-wrapper ol, ul {
  list-style: disc;

}

.plans-wrapper .plan-subtitle {
  font-size:      16px;
  line-height:    24px;
  min-height:     40px;
  padding-bottom: 20px;
}

.plan-price {
  font-size:     16px;
  margin-bottom: 10px;
}
.plan-price .plan-price-details.ml-10 {margin-left: 10px;}
.plan-price .plan-price-details.ml-ad {
  left:        0;
  top:         26px;
  margin-left: 0;
  text-align:  right;
}

.get-start-hotspot,
.get-start-sim,
.get-start-esim {
  border:          none;
  height:          50px;
  width:           190px;
  border-radius:   10px !important;
  color:           #fff !important;
  text-align:      center;
  font-size:       16px;
  outline:         none;
  line-height: 48px;
  font-weight: 700!important;
  text-decoration: none;
  background:      #F47061;
}
.get-start-hotspot,
.get-start-sim{
  margin-top: -30px;
}
.plans-wrapper .btn-buy {
  width: 190px;
  height: 50px;
  border: none;
  border-radius: 10px;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 50px;
  outline: none;
  text-decoration: none;
  background: #F47061 !important;
  display: block;
  font-size: 16px;
}

.plans-wrapper .eSIM-button *, #common-popup .eSIM-prices * {
  display: inline-block;
}

.plans-wrapper .sim-hotspot-buttons *{
  display: inline-block;
}

.plans-wrapper .sim-hotspot-buttons a:first-child {
  margin-right: 20px;
}
.plans-wrapper .get-free>* {
  vertical-align:middle;
}

.plans-wrapper .get-free>span {
  font-size: 14px;
  margin-top: 2px;
  color: #646C7B;
}

.plans-wrapper .GB-sticker {
  margin-top: 9px;
}

.plans-wrapper .btn-buy:hover, .plans-wrapper .get-start-hotspot:hover,
.get-start-sim:hover {
  background: #de5646 !important;
}

.plans-wrapper h4 {
  text-align: left;
  margin: 12px 0 0 0;
}

.plan-feature {
  margin-top: 20px;
  text-align:left;
}

.plan-feature>*{
  display: inline-block;
}

.plan-feature .plan-feature-icon{
  float: left;
  text-align: left;
  width: 20%;
}

.plan-feature-text {
  width: 80%;
}

.plan-goodies {
  margin-top: 100px;
}

.plans-wrapper ul {
  padding-left: 0!important;  
  margin-left: 0!important;
}

.plans-wrapper .plan-goodies li,
.plans-wrapper .plan-features li {
  font-weight:    900;
  padding-bottom: 20px;
  font-size:      16px;
  line-height:    24px;
  list-style:     none outside none;
  position:       relative;
}
.plans-wrapper .plan-goodies li {margin-left: 20px;}

.plans-wrapper .row1, .plans-wrapper .row2, .plans-wrapper .row3, .plans-wrapper .row4, .plans-wrapper .row5, .plans-wrapper .row6 {vertical-align: top;}
.row1 {height: 180px;}
.row2 {height: 180px;}
.row3 {height: 130px;}
.row4 {height: 110px;}
.row5 {height: 170px;}
.row6 {height: 100px;}

.plans-wrapper .plan-features li::before {
  content:       '';
  width:         5px;
  height:        5px;
  border-radius: 100%;
  left:          -10px;
  top:           11px;
  position:      absolute;
}

.plans-wrapper .plan-goodies > li::before {
  left:            -20px;
  top:             3px;
  content:         '';
  position:        absolute;
  height:          16px;
  width:           16px;
  background-size: cover;
}

.plans-wrapper .plan-goodies li::before {
  background-image: url(/cdn/shop/files/check_b437892e-f805-4776-9dc5-d38c07c645e2.png?v=1668151457);
}

.plans-wrapper .plan-goodies .sub-list,
.plans-wrapper .sub-list {
  font-weight: 400 !important;
  font-size:   16px;
}
.plans-wrapper .plan-goodies-title {
  font-weight:   500;
  text-align:    left;
  font-size:     20px;
  line-height:   30px;
  color:         #AEB5C1;
  margin-left:   20px;
  margin-bottom: 16px;
  margin-top:    16px;
}
.plans-wrapper .special-condition {
  max-width: 750px;
  margin: 30px auto 40px;
}

.plans-wrapper .special-condition p {
  font-size: 16px !important;
  line-height: 24px !important;
}

.plans-wrapper .have-a-question {
  margin:      30px auto 60px;
  text-align:  center !important;
  font-size:   20px;
  line-height: 30px;
}

.plans-wrapper .devices,
.plans-wrapper .see-prices,
.plans-wrapper .detailed-prices {
  font-size:       16px;
  color:           #25BCB6;
  cursor:          pointer;
  text-decoration: underline;
}
.plans-wrapper .plans-included {
  display:   none;
  height:    auto;
  padding:   30px 30px;
  cursor:    pointer;
  font-size: 16px;
}
.plans-wrapper .plans-included.show {border-top: 1px solid #7AE1DD;}
.plans-wrapper .gofi-included {color: #4680C2;}
.plans-wrapper .lifetime-included {color: #89BF69;}
.plans-wrapper .plans-included > div {display: inline-block;}
.plans-wrapper .plans-included .arrow-down {
  width:        0;
  height:       0;
  border-left:  7px solid transparent;
  border-right: 7px solid transparent;
  border-top:   7px solid #1E8E3E;
  float:        right;
  margin-top:   9px;
}
.plans-wrapper .plans-included .arrow-down.lifetime-arrow {border-top: 7px solid #89BF69;}
.plans-wrapper .plans-included .arrow-down.gofi-arrow {border-top: 7px solid #4680C2;}
.plans-wrapper .plans-included .arrow-down.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
}
/* Popup*/
.plans-wrapper #common-popup,
.plans-wrapper #popup-devices {
  width:            100%;
  height:           100%;
  top:              0;
  left:             0;
  display:          none;
  position:         fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index:          1050;
  box-shadow:       0 10px 10px 0 #E7EAEC;
}
.plans-wrapper #popup-devices .popup-devices-content,
.plans-wrapper #common-popup .common-popup-content {
  min-height: 300px;
  max-height: 70%;
  overflow: scroll;
  width:      900px;
  height: 580px;
  padding:    50px;
  z-index:    910;
  background: #fff;
  border:     0;
  margin:     20px auto;
  position:   relative;
  border-radius: 20px;
}
.plans-wrapper #common-popup .popup-close-button,
.plans-wrapper #popup-devices .popup-close-button { height: 10px; }
.plans-wrapper #common-popup .popup-close-button span,
.plans-wrapper #popup-devices .popup-close-button span {
  position: absolute;
  top:      20px;
  right:    30px;
  cursor:   pointer !important;
}
.plans-wrapper #popup-devices .popup-close-button span{
  width: 24px;
  display: block;
  height: 18px;
}

.plans-wrapper #popup-devices .popup-close-button span:before,
.plans-wrapper #common-popup .popup-close-button span:before { transform: rotate(45deg); }
.plans-wrapper #popup-devices .popup-close-button span:after,
.plans-wrapper #common-popup .popup-close-button span:after { transform: rotate(-45deg); }

.plans-wrapper #popup-devices .popup-close-button span:after,
.plans-wrapper #popup-devices .popup-close-button span:before,
#common-popup .popup-close-button span:after,
#common-popup .popup-close-button span:before {
  position:         absolute;
  content:          "";
  width:            2px;
  height:           18px;
  background-color: #00304D;
}
#common-popup .common-popup-title,
#popup-devices .popup-devices-title {
  font-size:   24px;
  font-weight: 900;
}
#popup-devices .popup-devices-wrapper,
#common-popup .common-popup-wrapper {padding: 0; }
#common-popup .refill-bg {
  background: #ffffff;
  margin:     0 10px;
}
#common-popup .refill-option {
  display:        inline-block;
  padding:        30px;
  width:          200px;
  height:         auto;
  position:       relative;
  border-radius:  20px;
  color:          #00304D;
  box-shadow:     0 10px 10px 0 #E7EAEC;
  vertical-align: top;
  margin:         10px 10px 10px 0;
}
#common-popup .data-refill-mb {
  font-weight:   900;
  font-size:     36px;
  text-align:    left;
  margin: 20px 0;
  display:       inline;
}

#common-popup .refill-option .hot {
  width: 40px; 
  height: 40px; 
  float: right;
} 

#common-popup .valid-forever {
  font-size:   16px;
  line-height: 30px;
  text-align:  left;
}
#common-popup .price-old {
  font-size:            20px;
  font-weight:          400;
  padding-left:         5px;
  line-height:          30px;
  margin-top:           50px;
  color:                #AEB5C1;
  text-align:           left;
  text-decoration-line: line-through;
}
#common-popup .most-popular {
  height:      26px;
  background:  rgba(0, 0, 0, 0.4);
  position:    absolute;
  margin-top:  10px;
  width:       100%;
  left:        0;
  text-align:  center;
  line-height: 28px;
}
#common-popup .new-price {
  font-size:     20px;
  line-height:   30px;
  margin-top:    15px;
  font-weight:   900;
  text-align:    left;
  margin-bottom: 10px;
}
#common-popup .if-refilled {
  margin-top:  14px;
  font-size:   16px;
  line-height: 30px;
  text-align:  center;
}
#common-popup .link-add-data {
  width:         100%;
  text-align:    center;
  margin-top:    15px;
}
#common-popup .link-add-data a {
  width:           160px;
  height:          50px;
  background:      #EB6F5E;
  box-sizing:      border-box;
  border-radius:   10px;
  color:           #fff !important;
  text-align:      center;
  display:         block;
  font-size:       16px;
  font-weight:     900;
  line-height:     50px;
  text-decoration: none;
  margin:          0 auto;
}
#common-popup .link-add-data a:hover {
  background: #e45845;
}
#popup-devices .btn-close-popup,
#common-popup .btn-close-popup {
  font-size:      16px;
  line-height:    21px;
  text-align:     center;
  text-transform: uppercase;
  color:          #636669;
  display:        block;
  cursor:         pointer;
  font-weight:    700;
  margin-top:     15px;
  margin-bottom:  35px;
}
#common-popup .eSIM-prices .btn-buy {
  width: 240px !important;
  margin: 40px 20px 0 330px !important;
}

/*======= List of eSIM compatible devices====================*/
#popup-devices .common-popup-wrapper {
  padding-left:   50px;
  padding-right:  50px;
  padding-bottom: 60px;
  width:          100%;
  height:         80%;
  overflow:       hidden;
}
#popup-devices .common-popup-content {
  width:      630px;
  height:     420px;
  background: #FFFFFF;
}
#popup-devices .compatible-devices-wrapper {margin-top: 30px;}
#popup-devices .common-popup-wrapper h5 {
  font-weight: 900;
  line-height: 30px;
  color:       #0F2C46;
}
#popup-devices .tab,
#common-popup .tab {
  cursor:        pointer;
  padding:       10px 20px;
  display:       inline-block;
  color:         #646C7B;
  border-bottom: 1px solid #D3D6DE;
  text-align:    center;
  font-weight:   900;
  font-size:     16px;
  line-height:   30px;
  background:    #FFFFFF;
  height:        24px;
}

#common-popup .tab {
  width: 28%;
}

#popup-devices .tab {
  width: 40%;
}

#popup-devices .compatible-devices-wrapper .tabs,
#common-popup .tabs {
  padding-right: 20px;
  margin: 10px 0;
  text-align: left;
}
#common-popup .panels,
#popup-devices .panels {
  background: #FFFFFF;
  width:      100%;
  height:     440px;
  overflow:   auto;
  margin-top: 30px;

}
#common-popup .panel,
#popup-devices .panel {
  display:   none;
  animation: fadein .8s;
}
#popup-devices .phones-item-title {
  font-weight:   900;
  font-size:     16px;
  line-height:   30px;
  margin-bottom: 10px;
  margin-top:    30px;
}
#popup-devices .phones-item-title.mt-0 {margin-top: 0;}
#popup-devices .phones-item-list .tr {
  width:   33%;
  display: inline-block;
}
#popup-devices .phones-item-list .tr.w-45 {width: 45%;}
#popup-devices .phones-item-list .td {
  font-size:   16px;
  line-height: 28px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#common-popup .radio,
#popup-devices .radio { display: none;}

#data-price-one:checked ~ .panels #data-price-one-panel,
#data-price-two:checked ~ .panels #data-price-two-panel,
#data-price-three:checked ~ .panels #data-price-three-panel,
#three:checked ~ .panels #three-panel,
#two:checked ~ .panels #two-panel,
#one:checked ~ .panels #one-panel{display: block;}

#common-popup .tab:hover,
#popup-devices .tab:hover,
#data-price-one:checked ~ .tabs #data-price-one-tab,
#data-price-two:checked ~ .tabs #data-price-two-tab,
#data-price-three:checked ~ .tabs #data-price-three-tab,
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
  border-bottom: 4px solid #25BCB6;
  color:         #00304D;
}

#common-popup .tabs-nav-mobile,
#popup-devices .tabs-nav-mobile {display: none;}

#data-price-three-panel{text-align: center !important;}
#data-price-three-panel .title-coverage{
  margin: 30px auto;
  display: block;
  text-align: left;
}
#data-price-three-panel .check-esim-coverage{
  width: 220px;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
}
#data-price-three-panel .get-free {
  display: inline-block;
}

#data-price-three-panel .get-free *{
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {

  .plans-wrapper #popup-devices .compatible-devices-wrapper .tabs,
  .plans-wrapper #common-popup .tabs {
    display: none;
  }
  
  .plans-wrapper {margin: 70px auto;}

  .plans-wrapper #popup-devices .popup-devices-content,
  .plans-wrapper #common-popup .common-popup-content {
    width:    90%;
    margin:   40px auto;
    height:   440px;
    overflow: auto;
    padding:  0;
    border-radius: 10px;
  }

  .plans-wrapper #popup-devices .tabs-nav-mobile,  
  .plans-wrapper #common-popup .tabs-nav-mobile {
    display:       block !important;
    background:    #FFFFFF;
    border:        1px solid #BBC3C9;
    box-sizing:    border-box;
    border-radius: 10px;
    height:        50px;
    width:         100%;
    margin:        0 auto;
    padding:       0 20px;
    font-size:     16px;
    line-height:   24px;
    color:         #00304D;
    font-weight:   900;
  }

.plans-wrapper #popup-devices select.tabs-nav-mobile,
  .plans-wrapper #common-popup select.tabs-nav-mobile {
    background-image:    linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #BBC3C9, #BBC3C9);
    background-position: calc(100% - 20px) calc(1em + 6px),
      calc(100% - 15px) calc(1em + 6px),
      calc(100% - 2.5em) 0.7em;
    background-size:     5px 5px, 5px 5px, 1px 1.5em;
    background-repeat:   no-repeat;
  }
  
  .plans-wrapper #common-popup .tabs-nav-mobile {
    margin-top: 30px;
  }
  
}

@media only screen and (max-width: 767px) {

  .plans-wrapper {
    margin: 0 auto;
    width:  90%;
  }
  
  .plans-wrapper h2{
    margin-top: 80px;
  }

  .plans-wrapper .get-start-hotspot,
  .plans-wrapper .get-start-sim,
  .plans-wrapper .get-start-esim, .btn-buy {width: 220px;}

  
  .plans-wrapper .sim-hotspot-buttons a {
    display: block;
    margin: 10px auto 0 !important;
  }


  .plans-wrapper .plan-body {display: none;}

  .plans-wrapper .plan-footer.show,
  .plans-wrapper .plan-body.show,
  .plans-wrapper .plans-included {display: block;}

  .plans-wrapper .plan-body.show {padding-top: 0;}

  .plans-wrapper #common-popup,
  .plans-wrapper #popup-devices {margin: 0;}

  .plans-wrapper #common-popup .panels,
  .plans-wrapper #popup-devices .panels {height: auto;}

  

  .plans-wrapper #popup-devices .popup-devices-wrapper,
  .plans-wrapper #common-popup .common-popup-wrapper {padding: 30px;}

  #common-popup .refill-bg {
    margin: 0;
  }

  .plans-wrapper #common-popup .refill-option {
    min-width:      100%;
    vertical-align: top;
    display:        inline-block;
    margin:         5px;
    padding:        30px 0 20px 0;
    border-radius:  20px;
    text-align:     left;
  }

  .plans-wrapper #common-popup .refill-option > * {
    padding: 10px 20px;
  }
  .plans-wrapper #common-popup .data-refill-mb {margin-top: 20px;}

  .plans-wrapper #common-popup .data-refill-mb img {
    width: 40px; 
    height: 40px; 
    float: right;
  }

  .plans-wrapper #popup-devices .phones-item-list .tr {
    width:   100%;
    display: inline-block;
  }

  .plans-wrapper #popup-devices .compatible-devices-wrapper .tabs, .plans-wrapper #common-popup .tabs {display: none;}

  .plans-wrapper #popup-devices select, .plans-wrapper #common-popup select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-appearance: none;
    -moz-appearance:    none;
  }

  

 

  .plans-wrapper h1 {width: 90%;}

  #data-price-two-panel .title-coverage {
    text-align: center;
  }

  #common-popup .eSIM-prices .btn-buy {
    display: block;
    margin: 40px auto 10px !important;
  }

  #common-popup .get-free {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .plans-wrapper .arrow{ 
    transform: rotate(90deg);}
}

@media only screen and (max-height: 480px) {
  .plans-wrapper #popup-devices .popup-devices-content, .plans-wrapper #common-popup .common-popup-content {
    max-height: 300px;
    height:300px;
  }
}



/* ------------- Coverage page ---------- */

#coverage {
  margin-top:    60px;
  margin-bottom: 40px;
}
#coverage * {font-family: "Lato", sans-serif;}
#coverage h1 {
  color:       #00304D;
  margin:      40px auto 60px;
  text-align:  center;
  max-width: 640px;
}
#coverage .notice {
  max-width: 540px;
  margin: 40px auto 60px;
}

#coverage .main-coverage {
  margin: auto;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 0.2);
}
#coverage .main-coverage-countries a {
  color: #00304D !important;
}

#coverage .main-coverage tr {

}
#coverage .main-coverage td {
  padding: 10px 40px;
}

#coverage h4 {
  font-weight: normal;
  font-size:  20px;
  line-height: 30px;
  text-align:  center;
  color:       #00304D;
}
#coverage li {list-style: none;}
#coverage .tabs-nav {
  padding:       0;
  margin:        60px 0;
  text-align:    center;
  border-bottom: 1px solid #d2d6de;
  display:       block;
}
#coverage .tabs-nav li {
  display:            inline-block;
  width:              300px;
  text-align:         center;
  text-transform:     none;
  font-weight:        900;
  font-size:          20px;
  line-height:        30px;
  cursor:             pointer;
  color:              #646c7b;
  font-family:        Lato, sans-serif;
  text-decoration:    none;
  box-sizing:         border-box;
  vertical-align:     top;
  border-bottom:      4px solid transparent;
  padding-bottom:     15px;
  padding-left:       0;
  transition:         all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#coverage .countries-esim,
#coverage .countries-gofi,
#coverage .countries-lifetime {margin-top: 30px;}
#coverage .tabs-nav li:hover,
#coverage .tabs-nav li.active {
  color:        #00304D;
  border-color: #25BCB6;
}
#coverage .tabs-nav li.active {cursor: default;}
#coverage .tab-content {
  text-align: center;
  display:    none;
  margin-top: 30px;
}
#coverage .tab-content.show {display: block;}
#coverage .remark {
  max-width:     900px;
  margin: 30px auto;
}
#coverage .countries-link-with {
  line-height:    30px;
  padding-right:  0;
  padding-left:   0;
  padding-bottom: 20px;
  text-align:     center;
  width:          100%;
  margin:         0;
}
#coverage .countries-list {
  padding: 0;
  width:   900px;
  margin:  0 auto;
}
#coverage .country-section {
  border-top: 1px solid #e3e3e3;
  display:    block;
  width:      100%;
}
#coverage .country-section .dt {
  display:        inline-block;
  vertical-align: top;
  width:          14%;
  padding:        75px 0;
}
#coverage .country-section .dt > span {
  font-size:   48px;
  line-height: 1;
  font-weight: 600;
}
#coverage .country-section .dd {
  margin-bottom:  30px;
  width:          30%;
  vertical-align: top;
  display:        inline-block;
  text-align:     left;
  margin-right:   20px;
}
#coverage .countries-link-with li {display: inline-block;}
#coverage .countries-link-with li > a {
  font-size:       16px;
  margin:          0 2px;
  font-weight:     600 !important;
  padding:         5px;
  color:           #25bcb6 !important;
  text-decoration: unset;
}
#coverage .country-section .country-columns {
  display:        inline-block;
  width:          85%;
  padding-top:    75px;
  padding-bottom: 60px;
}
#coverage .country-section .country {
  font-size:   16px;
  font-weight: 900;
  padding-bottom: 10px;
}
#coverage .country-section .operator {
  font-size:   16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 8px;
}
#coverage .countries-link-with .inactive {
  -webkit-user-select: none;
  -moz-user-select:    none;
  -ms-user-select:     none;
  user-select:         none;
  pointer-events:      none;
}
#coverage .countries-link-with .inactive > a {color: #d5d6d6 !important;}
#coverage .change-plan-button {text-align: center !important;}
#coverage .change-plan-button > form {
  display: inline-block;
  margin:  0 15px;
}
#coverage .btn-buy {
  border:          none;
  width:           215px;
  height:          50px;
  border-radius:   10px !important;
  color:           #FFFFFF !important;
  text-align:      center;
  font-weight:     900;
  font-size:       18px !important;
  line-height:     36px !important;
  outline:         none;
  text-decoration: none;
  background:      #F47061;
  margin:          10px auto 10px;
  display:         inline-block;
}
#coverage a.btn-buy {line-height: 50px !important;}
#coverage .btn-buy:hover {background: #de5646;}

#coverage .plan-price {
  position:   relative;
  width:      100%;
  margin:     20px auto 0;
  background: #25bcb6;
  text-align: center !important;
}
#coverage .have-question {
  margin:      30px auto 60px;
  line-height: 30px;
  color:       #00304D;
  width:       100%;
  text-align:  center !important;
}
#coverage .check-our-faq {
  font-weight:          900;
  font-size:            20px;
  line-height:          24px;
  text-decoration-line: underline;
  color:                #25BCB6;
}
#coverage select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-appearance: none;
  -moz-appearance:    none;
}
#coverage .mobile-block {
  text-align: center;
  display:    none;
}
.have-a-question {
  margin:      30px auto 60px;
  text-align:  center !important;
  font-size:   20px;
  line-height: 30px;
}

#coverage .plan-body {display: none;}

#coverage .plan-body.show {display: block;}

@media only screen and (max-width: 1024px) {

  #coverage h1 {
    font-size:   36px;
    line-height: 48px;
  }

  #coverage .plan-title {
    padding: 30px;
    text-align: center;
  }


  #coverage .country-section .dt > span {font-size: 36px;}     

  #coverage .countries-list {width: 80%;}

  #coverage .country-section .dt {
    width:   20%;
    padding: 15px 0;
    margin:  0;
  }

  #coverage .country-section .country-columns {
    padding-top: 0;
    width:       100%;
  }

  #coverage .country-section .dd {width: 45%;}

  .remark {
    text-align:center;
    padding-left: 0;
    margin-left:  0;
  }

  .remark > div {
    padding-left: 30px;
    text-align:center;}
}

@media only screen and (max-width: 768px) {
  #coverage .tabs-content,
  #coverage .tabs-nav {display: none}

  #coverage .mobile-block {display: block;}

  .plans-wrapper h1 {
    text-align:  center !important;
    margin:      60px auto;
    font-weight: 900;
    font-size:   36px;
  }

  .gofi-plan,
  .lifetime-esim-plan,
  .lifetime-prepaid-plan {
    display:            inline-block;
    border-radius:      20px;
    margin-bottom:      24px;
    margin-left:        auto;
    margin-right:       auto;
    width:              70%;
    border:             1px solid #7AE1DD;
    background-color:   #fff;
    vertical-align:     top;
    box-shadow:         0 10px 10px 0 #E7EAEC;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition:    all .15s ease-in-out;
    -o-transition:      all .15s ease-in-out;
    -ms-transition:     all .15s ease-in-out;
    transition:         all .15s ease-in-out;
  }

  .gofi-plan,
  .lifetime-esim-plan,
  .lifetime-prepaid-plan {
    min-height: auto;}

  .plan-title {
    font-weight: 900;
    line-height: 40px;
    font-size:   30px;
  }

  .gofi-included,
  .plan-title.gofi-title {color: #174EA6;}

  {color: #9817a6;}

  .lifetime-included,
  .plan-title.lifetime-title,  .esim-included,
  .plan-title.esim-title {color: #89BF69;}

  .plans-included {
    display:     block;
    height:      auto;
    padding:     20px 30px;
    cursor:      pointer;
    font-size:   16px;
    font-weight: 900;
    border-top:  1px solid #7AE1DD;
  }

  .lifetime-plan  .row1 {height: 90px;}
  .lifetime-plan .row2 {height: 310px;}
  .lifetime-plan .row3 {height: 230px;}
  .lifetime-plan .row4 {height: 140px;}
  .lifetime-plan .row5 {height: 230px;}
  .lifetime-plan .row6 {height: 100px;}

  .gofi-plan  .row1 {height: 230px;}
  .gofi-plan .row2 {height: 230px;}
  .gofi-plan .row3 {height: 160px;}
  .gofi-plan .row4 {height: 140px;}
  .gofi-plan .row5 {height: 230px;}
  .gofi-plan .row6 {height: 160px;}

  .plans-included.show {border-top: 1px solid #7AE1DD;}

  .plans-included > div {display: inline-block;}

  .plans-included .arrow-down {
    width:        0;
    height:       0;
    border-left:  7px solid transparent;
    border-right: 7px solid transparent;
    border-top:   7px solid #1E8E3E;
    float:        right;
    margin-top:   9px;
  }

  .plans-included .arrow-down.lifetime-arrow, .plans-included .arrow-down.esim-arrow {border-top: 7px solid #89BF69;}

  .plans-included .arrow-down.gofi-arrow {border-top: 7px solid #4680C2;}

  .plans-included .arrow-down.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
  }

  .tabs-content {margin: auto 20px;}

  .tabs-content .btn-buy {display: none;}

  .tab-content.show,
  .plans-included {display: block;}

  .tab-content.show {padding-top: 0;}

  #coverage .countries-esim, #coverage .countries-gofi, #coverage .countries-lifetime {
    margin: 20px;
  }
  #coverage .country-section {text-align: left;}

  #coverage .countries-link-with {
    padding:  0px 0px 20px;
  }

  #coverage .country-section .country-columns {
    padding-bottom: 0px;
  }

  #coverage .country-section .dd {
    width:        40%;

    margin-right: 20px;
  }

  #coverage h1 {
    margin-bottom: 27px;
  }

  #coverage .country-section {
    width:   100%;
    padding: 5px 0;
  }

  #coverage .countries-list {
    width: 100%;
    margin-left: 20px;
  }

  #coverage .tabs-nav {display: none;}

  #coverage .country-section .dt > span {font-size: 30px;}

}

@media only screen and (max-width: 599px) {
  .gofi-plan,
  .lifetime-esim-plan,
  .lifetime-prepaid-plan {
    width:              90%;
  }
  #coverage .country-section .dd {
    width: 100%;
  }
}


/* ------------- Referral page ---------- */

#referral-page input:focus::-webkit-input-placeholder {
  color:   transparent;
  opacity: 0;
}
#referral-page input:focus:-moz-placeholder {
  color:   transparent;
  opacity: 0;
}


.features-wrapper h2 {
  text-align: center;
  margin-bottom:40px;
}

.features-wrapper .features-icon {
  width: 27%;
  min-height: 300px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 30px 30px;
}

.features-wrapper .features-title {
  font-weight: 900;
  font-size:   20px;
  line-height: 28px;
  margin:      10px auto;
}

.features-wrapper .features-title {
  font-weight: 900;
  font-size:   20px;
  line-height: 28px;
  margin:      10px auto;
}


#referral-page .bg-section-footer,
#referral-page .bg-section-header {
  min-height: 550px;
  background: #7AE1DD;
}
#referral-page .bg-section-footer {min-height: 436px;}
#referral-page .header-image {
  width:           100%;
  background:      url(/cdn/shop/files/Mask_Group_606204a8-115e-447c-85be-1017465ea856.png?v=1624011007) no-repeat center;
  background-size: 100%;
  position:        absolute;
}
#referral-page .max-width-block {
  max-width:   1024px;
  margin:      0 auto;
  padding-top: 80px;
}
#referral-page .hr-w-100 {
  width: 100%;
  margin:80px auto 0;
  height: 1px;
  background: #D2D6DE;
}
#referral-page .header-image .max-width-block {
  padding-top: 55px;
  padding-bottom: 75px;
}
#referral-page .referral-form.max-width-block {
  padding-bottom: 30px;
}
#referral-page .header-right-block,
#referral-page .header-left-block { display: inline-block; }
#referral-page .header-left-block {
  vertical-align: top;
  width: 450px;
  margin-top: 100px;
}

#referral-page .header-left-block h1 {
  margin-top: 0;
  font-size: 48px;
  line-height: 56px;
}
#referral-page .header-left-block h5 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}
#referral-page .header-left-block .faq-referral-button {
  width:           350px;
  display:         block;
  text-decoration: none;
  height:          50px;
  font-weight:     900;
  font-size:       20px;
  line-height:     48px;
  text-align:      center;
  color:           #FFFFFF;
  background:      #F46E62;
  border-radius:   10px;
  margin-top:      25px;
  border:          none;
  cursor:          pointer;
}
#referral-page .header-left-block .faq-referral-button:hover {
  background: #de5646 !important;
}
#referral-page .header-right-block {
  width:    54%;
  position: relative;
}
#referral-page h1 {
  font-weight: 900;
  font-size:   36px;
  line-height: 43px;
  color:       #0F2C46;
}

#referral-page .megaphone {
  height:          490px;
  width:           100%;
  background:      url(/cdn/shop/files/Megaphone.png?v=1590996346) no-repeat -35px -12px;
  background-size: cover;
}

#faq-referral,
#referral-form {
  max-width: 740px!important;
}

#faq-referral h2,
#referral-form  h2 {
  text-align:center;
  margin-bottom: 40px;
}

#referral-form  h2 {padding-top: 30px;}

#referral-page .question {
  cursor:         pointer;
  font-family:    Lato, sans-serif;
  text-align:     left;
  margin-top:     0;
  margin-bottom:  8px;
  padding-bottom: 7px;
  padding-top:    7px;
  padding-left:   40px;
  font-style:     normal;
  font-weight:    normal;
  font-size:      20px;
  line-height:    67px;
  height:         67px;
  color:          #0F2C46;
  background:     #EFF0F5;
  border-radius:  10px;
}
#referral-page .question.active {
  background:  #FFFFFF;
  font-weight: 900;
  font-size:   20px;
  line-height: 67px;
  color:       #25BCB6;
}
#referral-page .question.active .arrow {
  -webkit-transform: rotate(225deg);
  -ms-transform:     rotate(225deg);
  transform:         rotate(225deg);
  border-color:      #25BCB6;
}
#referral-page .question .arrow {
  box-sizing:         border-box;
  height:             10px;
  width:              10px;
  border-style:       solid;
  float:              right;
  border-color:       #0F2C46;
  border-width:       0 3px 3px 0;
  -webkit-transform:  rotate(45deg);
  -ms-transform:      rotate(45deg);
  transform:          rotate(45deg);
  margin-top:         28px;
  margin-right:       25px;
  -webkit-transition: all .3s ease-out;
  -moz-transition:    all .3s ease-out;
  -o-transition:      all .3s ease-out;
  transition:         all .3s ease-out;
}
#referral-page .answers {
  display:     none;
  text-align:  left;
  margin:      0 55px 0 40px;
  padding:     10px 0 30px;
}
#referral-page .answers p {
  text-align:     left;
  font-family:    Lato, sans-serif;
  margin:         0;
  padding-bottom: 10px;
  font-size:      16px;
  line-height:    24px;
  color:          #707B8D;
}
#referral-page .have-question {
  margin:      54px auto 0;
  font-style:  normal;
  font-weight: normal;
  font-size:   16px;
  line-height: 19px;
  color:       #0F2C46;
}

#referral-page form {
  text-align:   center;
  margin-top:   40px;
  width:        300px;
  margin-left:  auto;
  margin-right: auto;
}
#referral-page .form-block {
  width:      300px;
}
#referral-page input {
  width:         300px;
  height:        50px;
  background:    #ffffff;
  border-radius: 10px;
  font-size: 16px;
  border:        1px solid #D3D6DE;
  padding-left:  20px;
  margin-bottom: 20px;
}
#referral-page label {
  font-weight:   900;
  font-size:     16px;
  line-height:   30px;
  color:         #00304D;
  display:       block;
  text-align:    left;
  margin-bottom: 10px;
}
::placeholder {
  color: #D3D6DE;
}
#referral-page .button-wrapper { margin-top: 10px;}
#referral-page .button-wrapper button {
  width:         120px;
  height:        50px;
  background:    #F46E62;
  border-radius: 10px;
  font-weight:   900;
  font-size:     20px;
  line-height:   24px;
  text-align:    center;
  color:         #FFFFFF;
  border:        none;
  margin-bottom: 60px;
  cursor:        pointer;
}
#referral-page .button-wrapper button:hover {
  background: #de5646;
}
#referral-page .quotes-wrapper {
  margin:     0 auto;
  width:      800px;
  padding:    70px 0 0;
  position:   relative;
  min-height: 300px;
}
#referral-page .quotes-wrapper .text {
  width:      420px;
  margin-top: 30px;
}
#referral-page .quotes-wrapper .text h1 {
  font-weight: 400;
  font-size: 30px;
}
#referral-page .quotes-wrapper .text .location,
#referral-page .quotes-wrapper .text .name {
  color:       #00304D;
  font-size:   16px;
  line-height: 24px;
}
#referral-page .quotes-wrapper .text .location {bottom: 0;}
#referral-page .quotes-wrapper .text .name {bottom: 20px;}
#referral-page .quotes-wrapper .photo {
  width:           140px;
  height:          140px;
  background:      url(/cdn/shop/files/Mask_Group.png?v=1591190607) no-repeat;
  background-size: cover;
  border-radius:   50%;
  position:        absolute;
  top:             114px;
  right:           0;
}
@media only screen and (max-width: 1600px) {
  #referral-page .header-image {background-position: 0 -48px;}
}
@media only screen and (max-width: 1440px) {
  #referral-page .header-image {background-position: 0 8px;}
}
@media only screen and (max-width: 1280px) {
  #referral-page .header-image {background-position: 0 36px;}
}
@media only screen and (max-width: 1024px) {
  #referral-page .header-image {
    background-position: -81px 40px;
    background-size: 118%;
  }
  #referral-page .header-image .max-width-block{
    padding-left: 30px;
    padding-right: 30px;
  }
  #referral-page .header-left-block{ 
    width: 350px;
    margin-top: 15px;
  }
  #referral-page .megaphone{
    background-position: -10px -50px;
    background-size: 100%;
    height: 330px;
  }
  #referral-page .bg-section-header{min-height: 425px;}


  .features-wrapper {
    display:         block;
    flex-wrap:       nowrap;
    justify-content: unset;
    margin-top:      30px;
    margin-bottom:   30px;
  }
}

@media only screen and (max-width: 768px) {
  #referral-page .header-right-block,
  #referral-page .header-left-block {
    width:   90%;
    margin:  0 auto;
    display: block;
  }


  .features-wrapper .features-icon {
    width:        39%;
    height:       auto;
  }

  #referral-page .header-left-block h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #referral-page .header-left-block h5 {
  }
  #referral-page .bg-section-header{min-height: 340px;}

  #referral-page .header-image .max-width-block {padding-top: 50px;}

  #referral-page .header-left-block .faq-referral-button {
    width:  100%;
    margin: 0 auto;
  }

  #referral-page h1 {
    font-size:   30px;
    line-height: 36px;
    width:       90%;
    margin:      0 auto;
  }

  #referral-page .megaphone {display: none;}

  #referral-page form,
  #referral-page .question-wrapper {
    width:  90%;
    margin: 0 auto;
  }

  #referral-page .question {
    cursor:        pointer;
    font-family:   Lato, sans-serif;
    text-align:    left;
    margin-top:    0;
    margin-bottom: 10px;
    font-style:    normal;
    font-weight:   normal;
    padding:       15px 47px 20px 15px;
    font-size:     18px;
    line-height:   22px;
    height:        60px;
    color:         #0F2C46;
    background:    #EFF0F5;
    border-radius: 10px;
  }

  #referral-page .question.active { line-height: 22px; }

  #referral-page .question .arrow {
    margin-right: -20px;
    margin-top:   5px;
  }

  #referral-page .answers {
    margin-right: 10px;
    margin-left:  15px;
  }

  #referral-page .form-block,
  #referral-page input {
    width:   95%;
    display: block;
    margin:  0 auto;
  }

  #referral-page .button-wrapper {
    margin-top:    30px;
    margin-bottom: 30px;
  }

  #referral-page .form-block {margin-bottom: 20px;}

  #referral-page .quotes-wrapper {
    width:          90%;
    margin:         0 auto;
    padding-top:    25px;
    padding-bottom: 40px;
  }



  #referral-page .quotes-wrapper .text {
    width:  90%;
    margin-bottom: 30px;
  }

  #referral-page .quotes-wrapper .text h1 {
    margin-bottom: 20px;
  }

  #referral-page .quotes-wrapper .text .name,
  #referral-page .quotes-wrapper .text .location {

    margin-left: 15px;
  }

  #referral-page .quotes-wrapper .text .location {

  }

  #referral-page .quotes-wrapper .photo {
    top:      auto;
    position: relative;
    left:     auto;
    right:    auto;
    margin:   0 auto 25px;
  }

  #referral-page .bg-section {min-height: 320px;}
}

@media only screen and (max-width: 480px) {

  .features-wrapper .features-icon {
    width: 80%;
    text-align:center;
  }

}