html {
  background: rgb(242, 242, 242);
  background: -moz-linear-gradient(0deg, rgba(242, 242, 242, 0.6446953781512605) 0%, rgba(255, 255, 255, 1) 53%);
  background: -webkit-linear-gradient(0deg, rgba(242, 242, 242, 0.6446953781512605) 0%, rgba(255, 255, 255, 1) 53%);
  background: linear-gradient(0deg, rgba(242, 242, 242, 0.6446953781512605) 0%, rgba(255, 255, 255, 1) 53%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#ffffff", GradientType=1);
}

body {
  font-family: 'Lato', sans-serif;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -30px;
}

.navbar-nav .nav-link {
  color: #221f20;
  padding: 0 10px;
  border-right: 1px solid #a6c748;
  font-size: 16px;
  line-height: 1;
}

.navbar-nav .nav-item:last-child a {
  border: none;
}

.navbar-nav .navbar-brand {
  padding-top: 0;
}

.logo-box {
  position: relative;
}

.navbar-brand img {
  width: 100%;
  max-width: 100%;
}

ul.navbar-nav {
  padding-top: 39px;
}

.navbar-toggler {
  margin-top: 9px;
}

.top-bar {
  background: #000;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar h1 {
  font-weight: 900;
  font-size: 38px;
}

.content-section {
  background-image: url(../images/background.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 30px;
  padding-bottom: 150px;
}

.why-reason {
  padding-bottom: 50px;
  position: relative;
  min-height: 190px;
  /* padding-right: 430px; */
}

.why-reason .carousel {
  position: static;
}

.why-reason .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 0 10px;
  background-color: #000;
}

.why-reason .carousel-indicators {
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
}

.why-reason .man-img {
  position: absolute;
  bottom: 0;
  right: 120px;
}

.why-reason ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.why-reason ul li {
  font-weight: 900;
  font-size: 21px;
  padding-left: 20px;
  background-image: url(../images/bullets.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 19px;
  margin-bottom: 10px;
}

.why-reason .ul-footer {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
}

.why-reason .slider-title {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.why-reason .slider-data {
  color: #000;
  font-size: 30px;
  font-weight: 900;
}

.calc-content ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.calc-content ul li {
  background-color: #fdfdfc;
  border: 1px solid #c1d87f;
  -webkit-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 2px;
  padding: 7px 15px;
}

.choose-plan ul {
  padding: 10px 10px 20px !important;
}

.calc-head {
  background: #000;
  padding: 10px 20px;
}

.calc-head h2 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}

.calc-head a,
.calc-head p {
  font-size: 22px;
  font-weight: 700;
  color: #a6c749;
  margin: 0;
}

.calc-head span {
  padding: 0 10px;
  color: #fff;
}

.calc-subhead {
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  background: #a6c748;
  padding: 3px 20px;
}

.calc-body {
  border-radius: 25px;
  border: 2px solid #000;
  overflow: hidden;
  background: #ffffff;
}

.calc-left-box,
.calc-right-box {
  padding: 20px;
  height: 100%;
}

.calc-right-box ul li {
  border-color: #b7b7b7;
}

.calc-left-box {
  background: #fff;
}

.calc-left-box h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px 0;
  min-height: 40px;
  margin-bottom: 10px;
}

.calc-left-box ul li {
  padding-left: 40px;
  background-image: url(../images/check.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  line-height: 1.2;
}

.calc-footer {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  background: #a6c748;
  padding: 5px 0;
}

/* .calc-footer span:not(#final-price){
	font-size: 28px;font-weight: 400;
} */


.calc-right-box>p {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  font-style: italic;
  text-align: center;
  min-height: 40px;
  margin-bottom: 10px;
}

.switch-checkbox {
  position: relative;
  padding-left: 45px;
  user-select: none;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  background: none;
  z-index: -99;
}

.switch-input:checked+.switch {
  background-image: url(../images/switch-on.png);
}

.switch {
  position: absolute;
  width: 41px;
  height: 19px;
  top: 3px;
  left: 0;
  background-image: url(../images/switch-off.png);
  background-size: cover;
}

#option-1-1 {
  display: none;
}

.calc-button {
  padding-top: 30px;
}

.calc-button .cst-btn {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 5px;
  text-align: center;
}

.calc-button .cst-btn span {
  font-size: 23px;
  font-weight: 700;
  z-index: 3;
  position: relative;
  padding: 7px 20px;
  display: block;
  -webkit-box-shadow: inset 0px 12px 21px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: inset 0px 12px 21px 0px rgba(0, 0, 0, 0.31);
  box-shadow: inset 0px 12px 21px 0px rgba(0, 0, 0, 0.31);
  background: #a6c748;
  border-radius: 3px;
}

.calc-button .cst-btn:after {
  z-index: 1;
  content: '';
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  display: block;
  position: absolute;
  border-radius: 10px;
  background: rgba(111, 125, 78, 1);
  background: -moz-linear-gradient(top, rgba(111, 125, 78, 1) 0%, rgba(165, 199, 72, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111, 125, 78, 1)), color-stop(100%, rgba(165, 199, 72, 1)));
  background: -webkit-linear-gradient(top, rgba(111, 125, 78, 1) 0%, rgba(165, 199, 72, 1) 100%);
  background: -o-linear-gradient(top, rgba(111, 125, 78, 1) 0%, rgba(165, 199, 72, 1) 100%);
  background: -ms-linear-gradient(top, rgba(111, 125, 78, 1) 0%, rgba(165, 199, 72, 1) 100%);
  background: linear-gradient(to bottom, rgba(111, 125, 78, 1) 0%, rgba(165, 199, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7d4e', endColorstr='#a5c748', GradientType=0);
}

.btn-1,
.btn-1:hover {
  color: #000000;
}

.btn-2,
.btn-2:hover {
  color: #ffffff;
}

.extra-box {
  display: none;
}

.extra-data,
.radio-box {
  position: relative;
  padding-left: 35px;
  user-select: none;
  cursor: pointer;
}

.radio-input {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  background: none;
  z-index: -99;
}

.radio-input:checked+.radio-lable:after {
  content: '';
  position: absolute;
  background: #666;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

.radio-lable {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: #e9f9bb;
  border: 1px solid #aeaeae;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

#discount-price {
  display: none;
}


@media(min-width:1200px) {

  p,
  body {
    font-size: 22px;
  }

  .calc-left-box h3,
  .why-reason .ul-footer,
  .navbar-nav .nav-link,
  .calc-right-box>p {
    font-size: 18px;
  }

  .switch {
    position: absolute;
    width: 45px;
    height: 21px;
    top: 7px;
  }

  .switch-checkbox {
    padding-left: 65px;
  }

  .radio-lable {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
  }

  .radio-input:checked+.radio-lable:after {
    height: 10px;
    width: 10px;
    top: 5px;
    left: 5px;
  }
}

@media(max-width:1199px) {

  /* .why-reason {padding-right: 280px;} */
  .why-reason .man-img {
    right: 0;
    top: 0;
    bottom: inherit;
  }
}

@media(max-width:992px) {
  .top-bar h1 {
    padding-left: 171px;
  }

  .why-reason .ul-footer {
    color: #000000;
  }

  .navbar-nav .nav-link {
    padding: .7rem 1rem;
    border: none;
    text-align: center;
  }

  ul.navbar-nav {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .navbar-collapse.show ul.navbar-nav {
    border-top: 1px solid #a6c748;
  }

  .navbar-brand img {
    max-width: 180px;
  }
}

@media(max-width:767px) {
  .navbar-toggler {
    margin-top: 21px;
  }

  .navbar {
    margin-bottom: 0;
  }

  .navbar-brand {
    padding: 0 0;
    height: 62px;
    width: 170px;
    background-image: url(../images/triple-tell-logo.png);
    background-size: cover;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navbar-brand img {
    display: none;
  }

  .top-bar {
    position: relative;
    z-index: 1;
  }

  .top-bar h1 {
    padding-top: 5px;
    font-size: 28px;
    padding-left: 0;
    text-align: center;
  }

  .content-section {
    padding-top: 10px;
    background-size: 240% auto;
  }

  .content-section.get-sim-content {
    background-size: 500% auto;
  }

  .why-reason {
    padding-bottom: 50px;
    padding-right: 0;
    min-height: 200px;
  }

  .why-reason .slider-title,
  .why-reason .slider-data {
    text-align: center;
    font-size: 26px;
  }

  .why-reason .man-img {
    position: static;
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }

  .calc-footer {
    font-size: 24px;
  }

  .calc-footer span:not(#final-price) {
    font-size: 18px;
    display: block;
  }

  .calc-footer span#discount-price {
    display: none;
  }

  .calc-footer.calc-footer-inline span {
    font-size: 18px;
    display: inline !important;
  }

  .calc-footer span span {
    display: inline !important;
  }

  .calc-button .cst-btn span {
    font-size: 16px;
  }

  .why-reason .carousel-indicators {
    justify-content: center;
  }

  .calc-left-box {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .choose-plan ul {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  }
}

#monthlyPlans li {
  /* older webkit */
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-justify-content: center;

  /* older firefox */
  display: -moz-box;
  -moz-box-align: center;
  -moz-box-pack: center;

  /* IE10*/
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;

  /* newer webkit */
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-box-pack: center;

  /* Standard Form - IE 11+, FF 22+, Chrome 29+, Opera 17+ */
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left !important;
}

#activateSIMBtn {
  cursor: pointer;
}

#activateSIMForm label {
  font-size: 18px !important;
}

.swal2-content ol {

  text-align: left !important;
}

.swal2-content li {

  margin: 1rem 0;

}

.swal2-title {
  text-align: left !important;
}



* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


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

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

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

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

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

.text-black {
  color: #23201f;
}

.text-white {
  color: #ffffff;
}

.text-primary {
  color: #d1223e;
}

.bg-black {
  background: #23201f;
}

.bg-white {
  background: #ffffff;
}

.bg-primary {
  background: #92af3f !important;
}

.bg-gray {
  background: #bcbec0;
}



.section-5 {
  padding-top: 0;
  padding-bottom: 20px;
}

.section-5 .root-p .content {
  -webkit-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

/*.section-5 .root-p .content-data{padding: 30px 60px;}*/

.section-5 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.section-5 .offer-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 5px 15px;
  text-align: center;
}

.section-5 .offer-box .data {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.section-5 .offer-box .top {
  padding: 10px;
  margin-bottom: 5px;
}

.section-5 .offer-box .txt {
  font-size: 22px;
}

.section-5 .offer-box .number {
  display: block;
  font-size: 28px;
}

.section-5 .offer-box .number span {
  font-size: 22px;
}

.section-5 .offer-box .bottom {
  padding: 5px;
}


@media (min-width:700px) and (max-width:899px) {
  .hide-medium {
    display: none;
  }
}

@media (max-width:699px) {

  .section-5 .offer-box {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }


}

/*Barak code starts here*/
.section-5 .clickable {
  cursor: pointer;
}

.section-5 .clickable:hover {
  opacity: 0.9;
}

.section-5 .clickable .non-selected-plan {
  border: 4px solid white;
  /* cursor: pointer; */
}

.section-5 .clickable .selected-plan {
  border: 4px solid black;
  transition: border 0.1s linear;
  border: 4px solid white;
  /* cursor: pointer; */
}

.section-5 .clickable .chosen {
  transition: width 0.6s linear;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: unset !important;
}


/*spinner*/
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

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

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

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

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

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: #95c73e;
  border-top-color: transparent;
  border-width: 5px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

#paymentSection .form-group>label {
  font-size: 1rem !important;
}

#paymentSection .form-group>small,
#paymentSection .form-group>.small {
  font-size: 13px;
}

.features {
  padding: 10px 0 20px !important;
}

.features,
.features li {
  background-color: transparent !important;
  text-align: left;
}

.features li {
  display: flex !important;
  align-items: normal !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 1.5rem;
}

.features li:before {
  content: '\2713';
  line-height: 1.5;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  text-align: center;
}

.btn-icon {
  font-style: normal;
  cursor: pointer;
}

.btn-icon-description {
  border: 2px solid gray;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 0.85rem;
  font-weight: bolder;
  vertical-align: super;
}

.btn-icon-description:hover {
  border-color: green;
  color: blue;
}

.btn-activate-selected {
  background-color: rgb(188, 190, 192);
  border-radius: 14px;
}

.btn-activate-selected:hover {
  background-color: #47c9ceab;
}

.cursor-default {
  cursor: default !important;
}

.font-size-20 {
  font-size: 19px;
}

.bg-lime {
  background-color: #e9f9bb;
}

@media screen and (min-width: 576px) {
  .pickup-wrapper .pickup-item-wrapper {
    font-size: calc(14px + 2 * ((100vw - 576px) / 900)) !important;
  }
}

@media screen and (min-width: 992px) {
  .pickup-wrapper .pickup-item-wrapper {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 385px) {
  .pickup-wrapper .pickup-item-wrapper.text__xs {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 575.98px) {
  .pickup-wrapper .pickup-item-wrapper {
    margin: 1px !important;
  }
}

.pickup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.pickup-wrapper .pickup-item-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100px;
  border: 2px solid #d0d4d1;
  border-radius: 5px;
  margin: 5px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.pickup-wrapper .pickup-item-wrapper input[type=radio],
.sub-pickup-location-container .radio label input[type=radio] {
  display: none;
}

.pickup-wrapper .pickup-item-wrapper:has(input[type=radio]:checked),
.sub-pickup-location-container .radio label:has(input[type=radio]:checked) {
  border-color: #10b113;
  background-color: #c5f1ce;
}

.pickup-wrapper .pickup-item-wrapper:hover,
.sub-pickup-location-container .radio label:hover {
  cursor: pointer;
  border-color: #11c015;
}

.sub-pickup-location-container .radio label:hover i.fa-solid {
  color: #11c015;
}

.sub-pickup-location-container .radio label:has(input[type=radio]:checked) i.fa-solid {
  color: #e6f8e6;
  -webkit-text-stroke: 1px #16a232;
}

.sub-pickup-location-container .radio label {
  display: flex;
  border: 2px solid #bcc1bd;
  border-radius: 5px;
  padding: 5px 10px;
}

.tripletel-app-container *,
.tripletel-app-container *::after,
.tripletel-app-container *::before {
  box-sizing: border-box;
}

.tripletel-app-container {
  font-size: 16px;
}

.tripletel-app-container .content-section {
  min-height: 80vh;
}

.tripletel-app-container .why-reason {
  padding-left: 10px;
}

.tripletel-app-container .why-reason ul li {
  background: transparent;
  list-style-image: url(../images/bullets.png);
  padding: 0 0 0 10px;
  margin: 10px 0;
}

#faq-list-container .faq-answer-body p {
  font-size: 1rem !important;
}

.line-through {
  display: flex;
  flex-direction: row;
}

.line-through:before,
.line-through:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #000;
  margin: auto;
}

.line-through:before {
  margin-right: 0.5rem;
}

.line-through:after {
  margin-left: 0.5rem;
}

.flex-equal-width {
  flex: 1 1 0 !important;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-radio-check{
  display: inline-block;
  width: 24px;
  height: 24px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000000"><path d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q65 0 123 19t107 53l-58 59q-38-24-81-37.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-18-2-36t-6-35l65-65q11 32 17 66t6 70q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-56-216L254-466l56-56 114 114 400-401 56 56-456 457Z"/></svg>');
}
