
/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199px) {
 nav.navbar .dropdown {
    margin-right: 2rem;
  }
  .btnInsideCard button.btn {
    border-radius: 7px;
    border: solid 0.5px #dcdfe5;
    padding: 1rem;
    margin: 0 0 1.5rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .btnInsideCard button.btn:hover {
    background-color: #F7F8FB;
  }
  .ajust_width {
    width: 70% !important;
  }
  .header-container {
    margin: 0 1.5rem;
  }
  .box-text {
    display: table;
    height: 80vh;
    overflow: hidden;
  }
  .offers .card-body {
    padding: 4rem 0;
  }
  
  .img-modal {
    max-width: 100%;
    height: auto;
    margin-top: -3rem;
  }
  .p-box {
    display: table-cell;
    vertical-align: middle;
  }
  .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
  }
  .mobile-hero {
    width:80%;
  }
  .title-box {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 2.5px;
    color: #1b313f;
}
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
   .navbar-light .navbar-nav .nav-linkk {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
     max-width: 150px;
  }
  .nav-linkk { 
   display: block;
   padding: .5rem 1rem;
  }
  .ml-auto .nav-link {
    color: #1b313f!important;

  }
  .button-play {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .btn-play-store {
    display: flex;
    flex-direction: column;
    text-align: center;
      font-size: 13px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.46px;
  text-align: center;
  text-decoration:none; 
  color: #ffffff;
  }
  .card-price {
    font-size: 70px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #16b89d;
  }
  .card-currency {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.45px;
    text-align: center;
    color: #16b89d;
  }
  h6.card-subtitle {
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 0.48px;
    text-align: center;
    color: #16b89d;
  }
  h5.card-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.5px;
    text-align: center;
    color: #576975;
    width: 70%;
    margin: 0 auto;
  }
  .offers .card {
    border-radius: 10px;
    box-shadow: 0 23px 70px 0 rgba(27, 23, 66, 0.1);
    background-color: #ffffff;
    height: 350px;
  }
  a.btn-sing-up {
    margin: auto 0;
    padding: 1.8rem;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-decoration:none; 
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
  }
  .team .description-section {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.7px;
    text-align: center;
    color: #1b313f;
  }
  .team .name-job {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #1b313f;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .team .role-job {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.35px;
    text-align: center;
    color: #576975;
  }
  .team .job {
    text-align: center;
    margin-top: 2rem;
  }
  .team .job img {
    margin: 0 auto;
  }
  .slick-dots {
    bottom: -6rem;
  }
  .job-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }
  .service .title-service {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1b313f;
  }
  .service .description-service {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: 0.46px;
    color: #576975;
  }
  /*.container-service {
    margin-top: 20vh;
    margin-bottom: 20vh;
  }*/
  section#support {
    padding: 3rem 0;
        margin-top: 8rem;
  }
  .background-service {
    position: absolute;
    right: 0;
    top: 0;
  }
/*   .services {
    background-image: url(/includes/hablaxv2/img/services/image-hablax-services.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
  } */
  section.services {
    padding: 8rem 0 0 0;
  }
  .services a.btn-sing-up {
    margin: auto 0;
    padding: 1.8rem;
    white-space: nowrap;
    font-weight: 700;
  }
  .services .btn-play-store {
    border-radius: 37.5px;
    box-shadow: 0 10px 30px 0 rgba(234, 143, 9, 0.31);
    background-color: #f99705;
    color: #fff!important;
    padding: 0.7rem 2.5rem;
    text-decoration:none; 
    text-align: center;
  }
  .recharges .description-section-recharges {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.52px;
    text-align: center;
    color: #1b313f;
  }
  .recharges .description-section-recharges span {
    color: #ffab5b!important;
  }
  .reviews .review {
    border-radius: 10px;
    box-shadow: 0 23px 70px 0 rgba(27, 23, 66, 0.1);
    background-color: #ffffff;
    padding: 2rem;
  }
  .review .review-description {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: 0.57px;
    color: #3b4e5b;
  }
  .review .review-author {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.53px;
    color: #025c97;
  }
  .reviewone {
    height: 100%;
  }
  .reviewtwo {
    height: 48%;
    margin-bottom: 1rem;
  }
 
  .reviews {
    position: relative;
  }
  .whosales .card .card-img-top {
    width: auto;
    height: 100px;
    margin: auto;
    margin-top: 2rem;
  }
  .whosales .card {
    border-radius: 10px;
    box-shadow: 0 23px 70px 0 rgba(27, 23, 66, 0.1);
    background-color: #ffffff;
    height: 500px;
  }
  .whosales .card .card-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #1b313f;
  }
  .whosales .card .card-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.46px;
    text-align: center;
    color: #5b788c;
    margin-top: 1rem;
  }
  .support .card {
    border-radius: 15px;
    box-shadow: 0 13px 30px 0 rgba(23, 46, 66, 0.07);
    background-color: #ffffff;
    margin-top: 1rem;
  }
  .support .rectangle {
    border-radius: 24.5px;
    border: solid 0.5px #16b89d;
    color: #16b89d!important;
    width: 100%;
    text-align: center;
    margin: 0 .2rem;
    white-space: nowrap;
  }
  .support .card .title-card {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.32px;
    color: #1b313f;
  }
  .support .card .description-card {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: 0.54px;
    color: #576975;
  }
  .support .card input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0
  }
  .support .card input:focus {
    box-shadow: none;
    border-bottom: 1px solid #16b89d;
  }
  .rss {
    display: flex;
    list-style: none;
    justify-content: space-between;
  }
  .menu-footer .nav {
    margin: auto;
  }
  .menu-footer .nav a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1b313f;
  }
  .menu-footer {
    margin: 3rem 0;
  }
  .separation-footer {
    margin-bottom: 3rem;
  }
  .footer .copy {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #5a6c77;
  }
  .footer .direction {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #5a6c77;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #16b89d;
  }
  .register {
    margin-top: 10vh;
    margin-bottom: 10vh;
    
  }
  .register .check-item {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.37px;
    color: #576975;
    margin-bottom: 1rem;
    margin-top: 1rem
  }
  .register .title_car_register {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1b313f;
  }
  .register .card {
    padding: 2rem;
    box-shadow: 0 20px 70px 0 rgba(151, 186, 209, 0.37);
    background-color: #ffffff;
    width: 80%;
  }
  .form-register .title-form {
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: 1.5px;
    color: #1b313f;
    width: 80%;
  }
  .form-register .description-form {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.59;
    letter-spacing: 0.55px;
    color: #1b313f;
    width: 80%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    /* text-align: center; */
  }
  .form-register button#btn_register {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 2rem;
    border: none;
    margin: auto;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #FFFFFF;
  }
  .form-register .btn-primary {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 2rem;
    border: none;
    margin: auto;
    width: 100%;
  }
  .modal-header {
    border-radius: 20px 20px 0px 0px;
    color: #000;
    border: none !important;
    padding: 2rem 3rem!important;
  }
  .modal .form-control {
    border: none;
     border-radius: 8px !important;
    background-color: #f7f8fb;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.47px;
    color: #1a213e;
    padding: 1.375rem 1rem !important;
  }

  .modal .form-group {
    border-radius: 8px;
    background-color: #f7f8fb;
    padding:1rem;
  }
  .modal .form-group label {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #888c9c;
  }
  .modal-header {
    color: #000;
    border:none;
  }
  .modal-title {
    font-size: 35px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    text-align: left;
    color: #1a213e;
    margin-bottom: 2rem;
  }
  .modal-title:after {
    content: "";
    display: block;
    width: 4rem;
    height: 4px;
    margin-top: .75rem;
    background: #16b89d;
}
  .btn-close {
    font-size: 15px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.14px;
    color: #16b89d;
  }
/*   .modal .form-control:focus {
    box-shadow: none;
  }
  .modal .form-control:focus {
    box-shadow: none;
  } */
  .modal .close:hover {
    color: #16b89d;
  }
  .modal .close {
    color: #fff;
    opacity: 1;
  }
  .modal .btn-close {
    padding:1rem 4rem;
        font-size: 15px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.14px;
    color: #16b89d;
  }
  .rectangle {
    border-radius: 24.5px;
    border: solid 0.5px #16b89d;
    color: #16b89d!important;
    width: 100px;
    text-align: center;
    margin: 0 .4rem;
  }
  .button-play img {
    width: 90px;
  }
  .offers .card .skincard {
    position: absolute;
    bottom: 0;
    width: 140px;
    left: 0;
  }
  .modal-footer {
    margin: 0 auto 1rem auto;
    border: none !important;
  }
  .btn-close {
    font-size: 17px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.14px;
    color: #16b89d;
  }
  button#btn_contact {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 4rem;
    border: none;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #ffffff;
    text-transform: uppercase;
  }
   button.submit {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 4rem;
    border: none;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #ffffff;
    text-transform: uppercase;
  }
  button.submit1 {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 4rem;
    border: none;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    color: #ffffff;
  }
  .password_recovery_alert  {
    text-align: center;
  }
  .modal-body {
    padding: 0 3rem !important;
  }
  .modal {
    background-color: #1e294973;
  }
  .message-box {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    color: #5c6e79;
}
/*   .hero-page a.btn-play-store, .hero-page a.btn-sing-up {
      font-size: 10px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.46px;
  text-align: center;
  text-decoration:none;
  color: #ffffff;
  } */
  ul.navbar-nav.ml-auto {
    z-index: 2;
  }
  .dropdown-item img {
    width: 32px;
    height: 32px;
  }
  html {
    scroll-behavior:smooth;
  }
  .filter-option-inner-inner img {
    width: 32px;
    height: 32px;
  }
  .title-terms{
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 1px;
    color: #1b313f;
  }
  .subtitle-terms {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 0.5px;
    color: #1b313f
  }
  .terms p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.47px;
    color: #606f79;
    margin-bottom:2rem;
  }
  .terms ol li {
        font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.47px;
    color: #606f79;
    margin-bottom:2rem;
  }
  /* privacy policy */
  .subtitle-privacy {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 0.5px;
    color: #1b313f
  }
   #validate-cookie {
    display: none;
  }
/* end privacy policy */
  
  
  .header-logo-alt {
    position: absolute;
    top: 0;
    left: 0;
  }
  .terms {
    margin-top: 30vh;
  }
  a.navbar-brand {
    margin-left: -15px;
  }
  .title-form:after {
    content: "";
    display: block;
    width: 4rem;
    height: 4px;
    margin-top: .75rem;
    background: #16b89d;
  }
  .form-group {
    border-radius: 8px;
    background-color: #f7f8fb;
    padding: .5rem;
    
  }
  .form-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }
  .form-control {
    border: none;
    border-radius: 0;
    background-color: #f7f8fb;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.47px;
    color: #1a213e;
  }
    .form-control1 {
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.47px;
  }
  .step2 {
    display:none;
  }
  .form2 {
    display:none;
  }
  .icon1 {
    display:none;
  }
  .iconosms1 {
    display:none;
  }
  .iconsms1 {
    display:none;
  }
   .label1 {
    display:none;
  }
  .label2 {
    display:none;
  }
   .b2 {
    display:none;
  }
  .p2 {
    display:none;
  }
  .p2b {
    display:none;
  }
  .step3 {
    display:none;
  }
  .email_code {
    display:none;
  }
  .sms_code {
    display:none;
  }
  .sms_code_validate {
    display:none;
  }
  .form-group label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #888c9c;
    padding: 0 1rem!important;
  }
  .progress-bar {
    background-color:#16b89d;
  }
  .title_car_login {
    font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #1b313f;
  }
  .form-register #btn_ww_mobile.btn-primary {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #fff;
    padding: 1rem 2rem;
    border: 1px solid #16b89d;
    margin: auto;
    width: 100%;
    color: #16b89d;
    margin-bottom:1rem;
}
  a.action-link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.54px;
    color: #16b89d !important;
    text-decoration:none !important;
}
  .login {
    margin-top: 10vh;
    margin-bottom: 10vh;
    
  }
  .login .check-item {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.37px;
    color: #576975;
    margin-bottom: 1rem;
    margin-top: 1rem
  }
  .login .title_car_register {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1b313f;
  }
  .login .card {
    padding: 2rem;
    box-shadow: 0 20px 70px 0 rgba(151, 186, 209, 0.37);
    background-color: #ffffff;
    width: 80%;
  }
  .modal-offer.modal .btn-primary {
        border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    width: 50%;
    margin: auto;
  }
  .modal-offer .modal-content {
    background: #162a6073;
  }
  button#btn_login {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .form-group {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .search-field-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .search-field img {
    margin: auto;
  }
  .search-field {
    padding:1rem;
  }
  .search-field img:hover  {
    curso:pointer;
  }
  .search-field > .bootstrap-select {
    width: 100%;
  }
 .card.mt-4.operator-logo {
      display: table;
      height: 100%;
      overflow: hidden;
      width: 100%;
  }
  .offers-single .card .card-body .title_car_login {
    margin: auto;
    margin-left: 1rem;
  }
  .offers-single .card {
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 13px 30px 0 rgb(23 46 66 / 20%);
    background-color: #ffffff;
    border: none;
  }
   .service-operators img {
    max-width: 40px;
  }
  .card.operator-logo .card-body {
    display: table-cell;
    vertical-align: middle;
  }
  .calls .card .card-body,.mobile-recharge .card .card-body,.tv-recharge .card .card-body,.internet .card .card-body, .landline .card .card-body, .nauta .card .card-body {
    display: flex;
    margin: auto;
  }
  section.offers-single {
    margin-top: 6vh;
  }
  .service-operators {
    margin-top: 6vh;
  }
  .search-field img:hover  {
    curso:pointer;
  }
  .offers-single form#contact_form {
    margin-top: 0vh;
  }
  .offers-single img#offers_search:hover {
    cursor: pointer;
  }
  .offers-single .card {
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 13px 30px 0 rgb(23 46 66 / 20%);
    background-color: #ffffff;
    border: none;
  }
  .support .card, .whosales .card, .offers .card {
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 13px 30px 0 rgba(23, 46, 66, 10%);
    background-color: #ffffff;
    border: none;
  }
  .offers-single .title_car_login {
        font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.6px;
    color: #1b313f;
  }
  .service-operators {
    display: none;
  }
  .card-result {
    display: none;
  }
  #operators {
    display: none;
  }
   #operators_tv {
    display: none;
  }
  .select_recarga_step {
    display: none;
  }
  /*panel*/
  .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
  }
  #sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #fff;
    transition: all 0.3s;
    margin: 1rem;
    border-radius: 13px;
    box-shadow: 0 15px 50px 0 rgba(134, 149, 183, 0.2);
    background-color: #009aff;
    position: relative;
  }
  #content {
    width: 100%;
    padding: 20px;
    transition: all 0.3s;
  }
  #sidebar .sidebar-header {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  #sidebar ul p {
    color: #fff;
    padding: 10px;
  }
  #sidebar ul.components {
    padding: 1rem;
  }
  ul.CTAs {
    padding: 20px;
  }
  #sidebar ul li a {
    padding: 10px;
    font-size: 14px;
    display: block;
    margin-bottom: 1rem;
  }
  ul.CTAs a {
      text-align: center;
      font-size: 0.9em !important;
      display: block;
      border-radius: 5px;
      margin-bottom: 5px;
  }
 /* #sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
  }*/
  a.download {
      background: #fff;
      color: #7386D5;
  }
  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .btn {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid transparent;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: .25rem;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  #sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    border-radius: 9px;
    background-color: #66c2ff;
  }
  #sidebar ul li a {
    padding: 10px;
    font-size: 14px;
    display: block;
    color:#fff;
  }

  .list-unstyled .img-fluid {
    margin-right: 0.2rem;
  }
  .list-unstyled .logout {
    margin-top: 4rem;
    margin-bottom: 10rem;
  }
  .logo-background {
        position: absolute;
    bottom: 20px;
    left: 20%;
  }
  .panel {
    background-color: #f0f3f6;
  }
  .card-header {
    background-color: #f9fbfd;
    border:none;
  }
  .card-header h6 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #1b313f;
  }
  .title-panel {
    font-size: 50px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #1b313f;
  }
  .div {
    margin-top: 2rem;
  }
  .btn-primary.save {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 2rem;
    border: none;
    margin: auto;
    float:right;
  }
  .user-name {
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 1rem;
  }
 
  .name-card {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    color: #2d3b5a;
  }
  .number-card {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #8890a1;
  }
  .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    text-align: left;
  }
  .table {
    text-align: center!important;
  }
  #demo p {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    text-align: center;
    grid-auto-rows: minmax(70px, auto);
  }
  #demo {
    margin-top: 2rem;
  }
  .header-table {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    text-align: center;
    border-bottom: 1px solid #8990a3;
  }
  .header-table p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #8990a3;
    /* border-bottom: 1px solid; */
  }
  .pagination__controls {
    text-align: center;
    width: 100%;
  }
  .pagination {
    color: #002a6d;
    font-size: 12px;
    width: auto!important;
    display: inline-flex;
  }
  .pagination__controls .pagination li {
    background: #fbfbfb;
    padding: .375rem;
    border-radius: 5px;
    border: solid #ececec 2px;
    margin-bottom: 0;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0);
  }
  .pagination__controls .pagination li.active {
    background: #66c2ff;
  }
  .pagination li.active a {
    color: #fff!important;
    font-weight: 600!important;
    font-size: .8rem!important;
  }
  .pagination li a {
    padding: 1rem .5rem;
  }
  .pagination__controls .pagination li {
    background: #fbfbfb;
    padding: .375rem;
    border-radius: 5px;
    border: solid #ececec 2px;
    margin-bottom: 0;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0);
  }
  .step-email {
    display:none;
  }
  .step-celph {
    display: none;
  }
  .step-email #btn_google {
        margin: 1rem 0;
  }
  .step-email #btn_face {
        margin: 1rem 0;
  }
  .step-email #btn_email {
        margin: 1rem 0;
  }
  .login {
    text-align:initial;
    width: 70%!important;
  }
  .login .fa, .login .fab, .login .fas {
    font-size:1.2rem;
  }
  .step-email a {
    text-align: right;
  }
  .g-signin2 {
    display:none;
  }
  .back-step2:hover {
    cursor: pointer;
  }
  .back-step:hover {
    cursor: pointer;
  }
  section.recharges {
    margin: 26vh 0;
  }
   .code-container {
    display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-gap: 10px;
    padding: 0 80px;
  }
  .form-control.code {
    background: #fff;
    border-radius: 10px;
    width: 60%;
    margin: auto;
    height: 3rem;
    text-align: center;
  }
  .tel {
    display: grid;
    grid-template-columns: 1fr 10fr;
    grid-gap: 10px;
  }
 
   #resend_code_mensaje ul li {
    margin-top: 2rem;
    margin-bottom: -1.2rem;
  }
  #resend_code_mensaje ul {
    list-style:none;
    padding: 0;
  }
  #resend_code_mensaje ul li a:hover {
    text-decoration: none;
  }

  .nav-item .rectangle {
    width: 90%;
    font-size: 12px;
    text-decoration: none;
  }
  .form-register .form-control {
    padding: 0 1rem!important;
    background: #F7F8FB;
    border: none;
    font-weight: bold;
    border-radius: 8px !important;
  }
  #time_sms {
    font-size: 40px;
    color: #16b89d;
  }
  .form-group.box {
    width: 48.4% !important;
    padding: 0.5rem 1rem;
  }
  .form-grid {
    margin-top: 1rem;
  }
  #btn_login_cell {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .btn-play-store span {
    margin: auto;
  }
  label.phone {
    display: none;
  }
  label.phone-recovery {
    display: none;
  }
  .button-register-rss .login {
    width: auto!important;
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 2rem;
    border: none;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #FFFFFF;
  }
  .button-register-rss {
    display: flex;
    justify-content: center;
  }
  .button-register-rss .login .fa, .button-register-rss .login .fab, .login .fas {
    font-size: 1.4rem;
  }
  .select-login .btn.login{
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #FFFFFF;
    padding-left: 2rem;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .progress-bar {
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #FFFFFF;
  }
  .form-register .btn-primary {
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #FFFFFF;
  }
  #password-modal .modal-title, #email-modal .modal-title  {
    margin-bottom: 0!important;
  }
  #password-modal .modal-body, #email-modal .modal-body  {
    padding: 0 2rem;
  }
/*   #password-modal button.btn.dropdown-toggle.btn-light, #email-modal button.btn.dropdown-toggle.btn-light {
    padding: 0 1rem;
  } */
  .header-logo-conditions {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px !important;
    width: auto !important;
    margin-top: -40px;
    z-index: -1;
  }
/*   .hero-page .btn-play-store {
    box-shadow: 0px 1px 12px 0 rgba(234, 143, 9, 0.31);
  }
  .hero-page .btn-sing-up {
    box-shadow: 0px 0px 14px 0 rgba(12, 133, 105, 0.22);
  } */
  .fran {
    position: relative;
  }
  .background-reviews {
    position: absolute;
    top: -5vh;
    left: 0;
    width: 40vw !important;
  }
  .center-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
 section.whosales {
    padding: 3rem 0;
    margin-top: 20vh;
  }
  .isDisabled {
    pointer-events: none;
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
  }
  a.navbar-brand {
    width: 200px;
  }
  .services {
    background-image: url(/includes/hablaxv2/img/services/image-hablax-services2.webp);
    background-size: 50% 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-origin: content-box;
  }
  .terms {
    margin-top: 15vh;
  }
   .summary .total-price {
    font-size: 25px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.78px;
    text-align: right;
    color: #304369;
  }
  .summary .price {
    font-size: 25px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.78px;
    text-align: right;
    color: #304369;
  }
  .summary .tax-price {
    font-size: 25px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.78px;
    text-align: right;
    color: #304369;
  }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #27bda4;
    border-bottom: 2px solid #27bda4;
    border-radius: 0px;
}
   .nav-pills .nav-link {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #647987;
  }
  ul.rss li {
    margin: 0 .1rem;
  }
 .tel {
    display: none;
  }
  .btn-green {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 4rem;
    border: none;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .th-inner {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #8990a3;
  }
    .btn-green {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 4rem;
    border: none;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .borrar:hover, .borrar_tarjeta:hover  {
    cursor: pointer;
  }
  .th-inner {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #8990a3;
  }
  .table-bordered td, .table-bordered th {
    border: none;
  }
  .link-red {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ff6262;
  }
  .link-red:hover {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ff6262;
  }
  .table_date {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #8990a3;
  }
  .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, .btn-secondary {
      color: #16b89d;
      background-color: #fff;
      border-color: #16b89d;
  }
  .btn-secondary:hover {
    color: #16b89d;
    background-color: #fff;
    border-color: #16b89d;
  }
  .btn-secondary.focus, .btn-secondary:focus {
    color: #16b89d;
    background-color: #fff;
    border-color: #16b89d;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #16b89d;
  }
  .page-link:hover {
    color:#16b89d;
  }
  .page-item.active .page-link {
    background-color: #16b89d;
    border-color: #16b89d;
  }
  .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #16b89d;
    background-color: #fff;
    border: 1px solid #16b89d;
  }
  td {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #2d3b5a;
  }
  .table tr {
    cursor: pointer;
  }
  tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
	position: relative;
}

.accordion-toggle .expand-button:after
{
  position: absolute;
  left:.75rem;
  top: 50%;
  transform: translate(0, -50%);
  content: '-';
}
.accordion-toggle.collapsed .expand-button:after
{
  content: '+';
}
  .title-warning {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-align: center;
  color: #1b313f;
  }
  .description-warning {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.5px;
  text-align: center;
  color: #576975;
  }
  .panel .modal .btn-primary {
    border-radius: 35px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    padding: 1rem 2rem;
    border: none;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .panel .modal .btn-close {
    padding: 1rem 2rem;
    font-size: 15px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.14px;
    color: #16b89d;
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 14px 40px 0 rgba(162, 177, 191, 0.17);
    background-color: #ffffff;
  }
  .panel-menu-responsive {
    display: none;
  }
  .form-search {
   
    padding: 1rem;
    border-radius: 10px;
   
  }
  button.search_btn {
    border-radius: 10px;
    box-shadow: 0 15px 30px 0 rgba(12, 133, 105, 0.22);
    background-color: #16b89d;
    border: none;
    padding: .4rem;
}
  li.list-group-item {
    text-align: center;
    border: none !important;
    background: #f7f8fb;
    margin: 0.4rem 0;
    border-radius: 7px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.47px;
    color: #1a213e;
  }
  .modal-header button.close {
    color: #16b89d;
  }
  .progress-bar.bg-info {
    background: #f99705!important;
  }
  .message-form {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    color: #5C6E79;
    text-align: center;
  }
   .panel .dropdown-item img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .message-form-left {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    color: #5C6E79;
  }
  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    cursor: pointer;
}

#progressbar #step1:before {
    content: "1";
    color: #16b89d;
    cursor: pointer
      
}

#progressbar #step11:before {
    content: "1";
    color: #16b89d
}
#progressbar #step22:before {
    content: "2";
    color: #16b89d
}
#progressbar #step2:before {
    content: "2";
    color: #16b89d;
    cursor: pointer
}

#progressbar #step3:before {
    content: "3";
    color: #16b89d;
    cursor: pointer
}

#progressbar #step33:before {
    content: "3";
    color: #16b89d;
    cursor: pointer
}

#progressbar li:before {
       width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
    border: 1px solid #16b89d;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #16b89d;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #16b89d;
    color:#fff!important;
}


.circle {
    position: relative
}

.fa-long-arrow-right {
    color: #651FFF;
    background-color: #fff;
    padding: 12px;
    margin: 5px;
    border-radius: 50%;
    border: 3px solid #651FFF;
    position: absolute;
    left: -28px;
    top: 12px;
    cursor: pointer
}

.fa-long-arrow-right:hover {
    color: #FFF;
    background-color: #B39DDB
}

.fa-long-arrow-left {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer
}

.check-mark {
    width: 180px;
    height: 180px
}
.btn-circle {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 1.42857;
    background: #fff;
    color: #16b89d!important;
    border: 1px solid #16b89d;
}
  .offers-single #services {
    display: none;
  }
  .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
  /*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}
.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
 .register .title_modal {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1b313f;
    margin-top: 1rem;
  }
  #resend_code ul li {
    margin-top: 2rem;
    margin-bottom: -1.2rem;
  }
  #resend_code ul {
    list-style:none;
    padding: 0;
  }
  #resend_code ul li a:hover {
    text-decoration: none;
  }
.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
 button.btn.dropdown-toggle.btn-light {
    border: none !important;
    border-radius: 8px !important; 
/*     padding: 10px 20px; */
    color: #576975;
    font-weight: 700;
    background-color: #F7F8FB;
    min-height: 40px;
  }
  .form-register button.btn.dropdown-toggle.btn-light, .register button.btn.dropdown-toggle.btn-light{
    margin-left: -8px !important;
  }
 .search-field  button.btn.dropdown-toggle.btn-light {
    border: none !important;
    border-radius: 50px !important;
    padding: 10px 25px;
    color: #576975;
    font-weight: 700;
    background-color: white;
    box-shadow: 0 13px 30px 0 rgb(23 46 66 / 20%);
    width: 100%;
  }
  .register .filter-option-inner-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* justify-content: center; */
    align-items: center;
  }
  .filter-option-inner-inner img {
    margin-right: 6px;
  }

  #time{
        font-size: 40px;
    color: #16b89d;
  }
  .form-check {
    position: relative;
    display: block;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .service-content .table {
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 20px 30px 0 rgba(174, 201, 220, 0.28);
    background-color: #ffffff;
  }
  .face-error {
    display:none;
  }
  .password_info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #888c9c;
    padding: 0 1rem!important;
  }
  .modal .tel {
    display: grid!important;
    grid-template-columns: 1fr!important;
    grid-gap: 10px;
  }
   .email_code .form-group  {
    border-radius: 2px;
    background-color: transparent;
    padding: .5rem;
  }
  #time_out {
    font-size: 40px;
    color: #f58989;
  }
  #time_out_sms {
    font-size: 40px;
    color: #f58989;
  }
  .box-text {
     margin-top: -50px;
  }
  .profileView .title-panel {
    margin-bottom: 2rem;
  }
  #content .title-panel{
    margin-bottom: 2rem;
  }
  #dropdownMenuLink {
  color: #5a707a;
}
  .contactsView .dropdown {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #5a707a;

}
.emailTd {
      font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #8990a3;
}
   .contactsView a[aria-expanded="true"] {
    border-radius: 50%;
    background-color: #60788722;
  }
  .contactsView .dropdown-toggle:focus {
    box-shadow: none;
  }
   .moveLeft {
    left: -50% !important;
    box-shadow: rgb(162 177 191 / 39%) 0px 11px 30px 0px;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
}
   .profileTabs .nav-pills {
    margin-bottom: 2rem !important;
  }
   /*panel/funds*/
  .shopping-cart {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.2px;
    color: #1b313f;
  }
   .smstitle {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    color: #1a213e;
    margin-left: 1rem;
    margin-bottom:2rem !important;
  }
  .smsSubTitle {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    color: #1a213e;
    margin-left: 1rem;
    margin-bottom:2rem !important;
  }
  /*panel/funds*/
  .shopping-cart {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.2px;
    color: #1b313f;
    white-space:nowrap;
  }
  .list-cart span {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.47px;
    color: #576975;
    white-space:nowrap;
  }
  .list-price {
    text-align: right;
  }
  .list-price span {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #576975;
    white-space:nowrap;
  }
  .card-step .form-control {
  padding: 0 0.5rem !important;
}
  .emptyBtnWrap {
    padding-right: 2rem;
  }
  .withoutHead .modal-body {
    padding-top: 3rem !important;
  }
  .cvvTitle {
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.69px;
    color: #1b313f;
  }
  .cvvDescription {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #8890a1;
  }
}