.modal-content {
    box-shadow: 4px 4px 8px 0px #00000029;
    border-radius: 50px;
    background: #FFFFFF;
    padding: 50px 50px 20px 50px;

  }
  .modal-header .close {
margin-top: 12px;
margin-right: 15px;
}

  .modal-header {
    border-bottom: none;
    padding: 0px;
  }

  .modal-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #000000
  }

  .modal-body {
    margin-top: 10px;
    padding: 0px;
  }

  .modal-body p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 22px;
    color: #000000;

  }
  .modal-footer {
border-top: none;
padding-top: 15px;
text-align: center;
}
.yes-btn {
background: #000 none repeat scroll 0 0;
border-radius: 40px;
color: #fff;
display: inline-block;
font-size: 26px;
font-weight: 700;
line-height: 50px;
width: 100%;
padding: 0 20px;
text-align: center;
margin-bottom: 30px;

}

.yes:hover {
text-decoration: none;
background: #EB0000;
color: #fff;
}
.close-btn {
font-family: 'Montserrat';
font-weight: 900;
font-size: 22px;
line-height: 100%;
letter-spacing: 1%;
text-align: center;
margin-top: 30px;
color: #000000;

}
.back-white {
background: #FFFFFF;
position: relative;
width: 275px;
}
.back-white:before {
content: "";
position: absolute;
background: inherit;
right: 100%;
width: 100vw;
height: inherit;
top: -1px;
bottom: 0;
border: inherit;
border-right: transparent;
margin-bottom: inherit;
}
.back-white .roaming-li-con:first-child:before {
top: -2px;
}

.roaming-h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin-top: 30px;

  }

  .new-line-txt {
    /* font-family: 'Montserrat'; */
    font-weight: 500;
    font-size: 16px;
    color: #000000;

  }

  .add-line-img {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
  }

  /* image select css */
  .contact-card {
    display: flex;
    justify-self: end;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    padding: 8px 12px;
    width: fit-content;
    margin-bottom: 30px;
  }

  .phone-select {
    position: relative;
  }

  .select-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #B9B9B9;
    background-color: #F3F4F8;
    width: 327px;
    cursor: pointer;
  }

  .selected-phone {
    flex-grow: 1;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-left: 20px;

  }

  .select-button svg {
    width: 30px;
    height: 30px;
    fill: #333;
    margin-left: 10px;
  }

  .phone-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #797979;
    /* border-top: none; */
    border-radius: 0 0 5px 5px;
    list-style: none;
    padding: 0;
    margin-top: 0px;
    display: none;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .phone-options.open {
    display: block;
  }

  .phone-options li a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
  }

  .phone-options li a:hover {
    background-color: #f0f0f0;
  }

  /* roaming credit price */
  .flex-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .roaming-text {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;

  }

  .roaming-price {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
  }

  .pt-15 {
    padding-top: 15px;
  }

  .cre-bal-con {
    padding: 25px;
    background: #F3F4F8;
    border-radius: 8px;
  }

  .cre-bal-txt {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    color: #000000;


  }

  .cre-bal-price {

    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
  }

  .credit-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 25px;

  }

  .credit-btn:hover {
    text-decoration: none;
    background: #EB0000;
    color: #fff;
  }

  .add-line-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 25px;

  }

  .add-line-btn:hover {
    text-decoration: none;
    background: #EB0000;
    color: #fff;
  }

  /* upcoming con */
  .upcoming-trips-con {
    padding: 40px 30px 20px 30px;
    background: #F3F4F8;
  }

  .upcoming-h {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #000000;
    margin-bottom: 20px;
  }

  .trips-con {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .trips-con:last-of-type {
    margin-bottom: 0;
  }

  .trip-city {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin: 0;

  }

  .trip-date {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0;

  }

  .trip-status {
    /* font-family: 'Montserrat'; */
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-align: right;
    margin: 0;
  }

  .previous-trips {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #000000;
    margin-top: 50px;
    padding-bottom: 20px;

  }


  .max-con {
    max-width: 1450px;
    margin: 0 auto;
  }

  #datePickerArea.date-flex {
    align-items: center;
    margin-top: 10px;
  }

  .date-h {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #000000;

  }

  .dash-div {
      background: #000000 none repeat scroll 0 0;
      height: 1.62px;
      margin-top: 0;
      width: 8px;
  }

  .date-txt {
      border: medium none;
      color: #000000;
      font-family: "Montserrat";
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.4px;
      padding: 5px 0;
      width: 50%;
  }

  .date-txt:last-of-type {
      text-align: right;
  }

  .line1 {
    width: 100%;
    border: 1px solid #CCCDD0;
    margin: 15px 0px;
  }

  .radio-con {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding-top: 10px;
  }

  .radio-con p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #000000;

  }

  .radio-con span a {
    color: #000000;
    text-decoration: underline;
  }

  input[type="radio"] {
    transform: scale(1.5);
    /* Increase size by 1.5x */
    margin-right: 10px;
    accent-color: red;
    /* Optional for modern browsers */
  }

  /* travelling row */
  .tra-txt {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.4px;
    padding-top: 50px;
    /* padding-bottom: 10px; */
    color: #000000;

  }

  .tra-para {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    /* line-height: 22px; */


  }

  .des-txt {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;

  }

  .select2 {
    width: 100%;
  }

  .line-div {
    border-bottom: 1px solid #CCCDD0;
    width: 81.5%;
    margin: 0 auto;
    margin-right: 85px;
  }

  /* input select */
  select {
    padding: 16px;
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid #797979;
    appearance: none;
    background-color: white;
    background-size: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath fill-rule='evenodd' d='M12.53 16.28a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 14.69l6.97-6.97a.75.75 0 011.06 1.06l-7.5 7.5z' clip-rule='evenodd' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    width: 327px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .info-box {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    /* max-width: 360px; */
  }

  .info-box p {
    font-family: 'Montserrat';
    font-size: 16px;
    /* line-height: 20px; */
    margin-bottom: 20px;
    color: #000000;
    font-weight: 400;
    text-align: left;
  }

  .info-box p b {
    font-weight: bold;
  }

  .enable-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 10px;

  }

  .enable-btn.cst_global_pass_enable {
    border: medium none;
    font-size: 19px;
  }

  .pass_type_lbl {
    color: #fff;
  }

  .enable-btn:hover {
    text-decoration: none;
    background: #EB0000;
    color: #fff;
  }

  /* go passport con */
  .glo-pass-con {
    padding: 30px;
    background: #F3F4F8;
    text-align: center;
  }

  .toggle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    gap: 50px;
  }

  .label {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    text-align: start;
    letter-spacing: 0.4px;
    width: 200px;

  }

  .toggle-btn {
    width: 39px;
    height: 24px;
    background-color: #b0b8c2;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .circle {
    width: 21px;
    height: 21px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s;
  }

  .toggle-btn.active {
    background-color: red;
  }

  .toggle-btn.active .circle {
    left: 16px;
  }

  .not-sure-txt {
    padding-top: 20px;
    /* font-family: Montserrat; */
    font-weight: 400;
    font-size: 18px;
    text-align: left;

  }


  /* Ready to go con */
  .ready-to-go-con {
    padding: 50px 50px 70px 50px;
    background: #F3F4F8;
    /* text-align: center; */
  }

  .ready-h {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    color: #000000;

  }

  .ready-p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-top: 15px;
    text-align: left;

  }

  .upgrade-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 50px;

  }

  .upgrade-btn:hover {
    text-decoration: none;
    background: #EB0000;
    color: #fff;
  }

  .see-countries-btn {
    background: transparent none repeat scroll 0 0;
    border-radius: 40px;
    color: #000000;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
    border: 2px solid #000000;

  }

  .see-countries-btn:hover {
    text-decoration: none;
    background: #000000;
    color: #FFFFFF;
  }

  /* tabs */
  .tab-container {
    display: flex;
    justify-content: end;
    align-items: center;
    border-bottom: 1px solid #ccc;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;

  }

  .mt-10 {
    margin-top: 10px;
  }

  .tab {
    font-size: 28px;
    /* padding: 0px 10px; */
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    margin-left: 15px;
  }

  .tab.active {
    color: #575859;
  }

  .tab.inactive {
    color: #EB0000;
  }

  .tab.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #EB0000;
  }

  /* content portion */
  .content-padding {
    padding: 40px 0px 30px 0px;
    background: #FFFFFF;

  }
  .max-w-1000 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .line-div-container {
    width: 100%;
    height: 1px;
    background: #CCCDD0;
    margin-top: 50px;
  }

  .roaming-h {
      color: #000000;
      font-family: "montserrat";
      font-size: 26px;
      font-weight: 400;
      margin-bottom: 20px;
      margin-top: 15px;
  }

  .line-con {
    height: 16px;
    width: 100%;
    background: #D9D9D9;
    border-radius: 100px;
  }

  .roaming-m-txt {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
  }

  .add-cre {
    /* font-family: Montserrat; */
    font-weight: 700;
    font-size: 18px;
    color: #EB0000;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .flex-center {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .flex-center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 40px 0px 30px 0px;
  }


  /* sidebar css */
  .flex-row {
    display: flex;
  }

  .li-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: #F3F4F8;
    position: relative;
  }

  .li-col:before {
    content: "";
    position: absolute;
    background: inherit;
    right: 100%;
    width: 100vw;
    height: inherit;
    top: -1px;
    bottom: 0;
    border: inherit;
    border-right: transparent;
    margin-bottom: inherit;
}

  .w-100 {
    width: 100%;
  }

  .flex-column {
    display: flex;
    flex-direction: column;
  }

  .pl-100 {
    padding-left: 100px;
  }

  .p-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-50 {
    /* padding-left: 50px; */
    padding-right: 50px;
  }

  /* .my-lines-con {
    display: flex;
    align-items: center;
    width: 100%;
    background: #F3F4F8;
    height: 70px;
    padding-left: 0px;
    padding-right: 0px;
    width: 380px;
    cursor: pointer;
  } */
.bg-gray {
   background: #F3F4F8;
}
  .my-lines-txt {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .ml-20 {
    margin-left: 20px;
  }

  .p-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }

  .roaming-li-con {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    padding-left: 0px;
    padding-right: 0px;
    border: 2px solid #F3F4F8;
    border-left: transparent;
    /* background: #FFFFFF; */
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
  }
  .roaming-li-con:before {
    content: "";
    position: absolute;
    background: inherit;
    right: 100%;
    width: 100vw;
    height: inherit;
    top: -1px;
    border: inherit;
    border-right: transparent;
    margin-bottom: inherit;
    display: flex;
  }

  .roaming-li-txt {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;

  }

  .roaming-txt-con {

    height: 332px;
    background: #F3F4F8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-top: 20px;

  }

  .roaming-txt-con p {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;

  }

  .add_orange_cart_dot::before, .dropdown-menu > li > a::after, .dropdown-menu > li > a:hover::after {
    content: none;
  }

  .cgs_txt1 {
    display: block;
    margin: 15px 0 0;
  }

  .stp_1 .modal-dialog {
    max-width: 92%;
    width: 900px;
  }

  .stp_1 .modal-header {
    margin: 0 0 20px;
  }

  .stp_1 .modal-content {
    border-radius: 30px;
    padding: 30px 40px 20px;
  }

  .stp_1 .modal-header .close {
    line-height: 24px;
    margin-right: 0;
    margin-top: 0;
    opacity: 1;
  }

  .stp_2 {
    align-items: flex-start;
    display: flex;
    margin: 0 0 15px;
  }

  .cst_black_btn.submit_schedule_passport_confirm {
    max-width: 392px;
  }

  .stp_1 .modal-body p {
    margin: 0 0 20px;
  }

  @media screen and (max-width: 1380px) {
    .tab {
      font-size: 25px;
    }

    .schedule-btn {
      font-size: 23px;
      padding: 0 15px;
    }

  }

  @media screen and (max-width: 1280px) {
    /* .my-lines-con {
      width: 280px;
    } */

    .roaming-li-con {
      width: 280px;
    }

    .pl-100 {
      padding-left: 40px;
    }

    .roaming-li-txt {
      font-size: 16px;
    }

    .my-lines-txt {
      font-size: 16px;
    }

    .roaming-txt-con p {
      font-size: 40px;
    }

    .enable-btn {
      font-size: 18px;
      padding: 0 4px;
    }

    select {
      width: 100%;
    }

    .glo-pass-con {
      padding:30px;
    }

    /* .content-padding {
      padding: 40px 0px 70px 0px;
    } */

    .label {

      font-size: 16px;
      width: 150px;
    }

    .p-80 {
      padding-left: 60px;
      padding-right: 60px;
    }

    .date-h {
      font-size: 16px;
    }
    .line-div {
      border-bottom: 1px solid #CCCDD0;
      width: 82%;
      margin: 0 auto;
      margin-right: 86px;
    }
  }
  @media screen and (max-width: 1200px) {
    .line-div {
      width: 93%;
      margin: 0 auto;
      margin-right: 16px;
    }

  }
  @media screen and (max-width: 1050px) {
    .p-80 {
      padding-left: 50px;
      padding-right: 50px;
    }

    .ready-to-go-con {
      padding: 50px 30px 70px 30px;
    }



  }

  @media screen and (max-width: 980px) {
    .tab {
      font-size: 30px;
    }

    .ready-to-go-con {
      margin-top: 50px;
    }

    /* .content-padding {
      padding: 40px 0px 70px 0px;
    } */

    .roaming-txt-con p {
      font-size: 25px;
    }

    .glo-pass-con {
      margin-top: 50px;
    }

    .upcoming-trips-con {
      margin-top: 50px;
    }
    .contact-card {
    margin-top: 30px;
    }
    .pl-100 {
        padding-left: 30px;
    }
    .ml-20 {
    margin-left: 15px;
}
.roaming-li-con {
        width: 250px;
    }
    /* .my-lines-con {
        width: 250px;
    } */
    .roaming-li-txt {
        font-size: 15px;
    }
    .line-div {
    width: 96%;
    /* margin-left: 16px; */
}

  }

/* mobile */
/* Popup cs */
.modal-content {
    box-shadow: 4px 4px 8px 0px #00000029;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 30px 30px 20px 30px;

  }

  .modal-header .close {
    margin-top: 0px;
    margin-right: 15px;
  }

  #transfer_account_number_flow_sms_confirm .modal-header .close {
    margin-right: 0;
  }

  .modal-text {
    background: #F3F4F8;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .modal-text2 {
    background: #D9D9D9;
   border-radius: 8px;
    padding: 20px 20px 10px 20px;
  }

  .modal-header {
    border-bottom: none;
    padding: 0px;
  }

  .modal-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #000000
  }

  .modal-body {
    margin-top: 10px;
    padding: 0px;
  }

  .modal-body p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;

  }

  .modal-footer {
    border-top: none;
    padding: 0px;
    text-align: center;
  }

  button.close {
    font-size: 45px;
  }

  .yes-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;

  }

  .yes:hover {
    text-decoration: none;
    background: #EB0000;
    color: #fff;
  }
/* side bar toggle */
/* Button Styling */
.back-white-m {
    background: #FFFFFF;
  }
  .back-gray-m {
    background: #F3F4F8;
  }
  .my-lines-con-m {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    /* background: #F3F4F8; */
    height: 70px;
    padding-left: 100px;
    padding-right: 0px;
    cursor: pointer;
  }
  .roaming-li-con-m {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    height: 70px;
    padding-left: 100px;
    padding-right: 0px;
    border: 1px solid #F3F4F8;
    /* background: #FFFFFF; */
    cursor: pointer;
    margin-bottom: 3px;
  }
  .my-lines-txt-m {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .ml-20-m {
    margin-left: 20px;
  }
  .pl-100-m {
    padding-left: 100px;
  }
  .mb-3-m {
    margin-bottom: 3px;
  }
#menu-toggle {
  /* position: fixed; */
  /* top: 100px;
  right: 20px; */
  cursor: pointer;
  z-index: 1001;
  transition: opacity 0.3s ease;
}
#menu-toggle.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* Slide Menu Container */
#side-menu {
  position: fixed;
  top: 70px;
  right: -775px;
  width: 100%;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  transition: right 0.4s ease;
  z-index: 1000;
}

/* Show it when class added */
#side-menu.show {
  right: 0;
}

/* Close Button */
#close-menu {
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
  color: #333;
}
/*  */
  .close-btn {
    /* font-family: 'Montserrat'; */
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
    color: #000000;

  }

  .height-700 {
    height: 700px;
  }
   .height-650 {
    height: 650px;
  }
  .w-100 {
    width: 100%;
  }

  .modal-content-checking {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }


  .tra-learn-more-con {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .tra-learn-more-con img {
    width: 80px;
    height: 80px;
  }
  .tra-note {
    background: #D9D9D9;
    border-radius: 8px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
    margin-top: 30px;

  }
  .tra-note p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
  }
  .tra-note-span {
    font-family: 'Montserrat';
font-weight: 700;
font-size: 12px;
line-height: 16px;
    color: #000000;
  }
  /* future travelling */
  .future-tra-con {
    background: #F3F4F8;
    padding: 30px 20px 20px 20px;
    margin-top: 30px;
  }

  .date-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 10px;
  }

  .schedule-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    line-height: 68px;
    margin-top: 15px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }

  .schedule-btn:hover {
    text-decoration: none;
    background: #EB0000;
    color: #fff;
  }
.date-line {
  height: 1px;
  border: 1px solid #000000;
  margin: 10px 0px 20px 0px;
}
.trip-start-flex {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.trip-start-flex p {
  font-family: 'Montserrat';
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #000000;
}
  /*  */
  .explore-rates-con {
    background: linear-gradient(#00000080, #00000080), url(/images/2k25/RectangleB.png) no-repeat;
    margin-top: 50px;
    padding: 20px 20px 15px 20px;
    border-radius: 8px;

  }
  .empty-box {
    background: #D9D9D9;
    height: 105px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px 10px 0px 10px;
  }
  .never-mind-txt {
    color: #FFFFFF;
    text-align: center;
    font-family: 'Montserrat';
font-weight: 700;
font-size: 16px;
text-decoration: underline;
display: flex;
justify-self: center;

  }

  select {
    padding: 16px;
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid #000000;
    appearance: none;
    background-color: white;
    background-size: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath fill-rule='evenodd' d='M12.53 16.28a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 14.69l6.97-6.97a.75.75 0 011.06 1.06l-7.5 7.5z' clip-rule='evenodd' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .select2 {
    border: transparent;
  }

  .see-rates-btn {
    background: inherit none repeat scroll 0 0;
    border-radius: 100px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
    border: 3px solid #FFFFFF;

  }

  .see-rates-btn:hover {
    text-decoration: none;
    background: #EB0000;
    color: #FFFFFF;
  }

  /*  */
  .remaining-bal-con {
    padding: 30px 15px;
    background: #FFFFFF
  }

  .traveling-con {
    background: #F3F4F8;
    padding: 30px;
  }

  .txt-7-28 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #000000;

  }

  .txt-7-18 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;

  }

  .txt-7-16 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000000;

  }
  .txt-7-14-18 {
    font-family: 'Montserrat';
font-weight: 700;
font-size: 14px;
line-height: 18px;
    color: #000000;

  }

  .txt-4-18 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;

  }

  .txt-4-18-22 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;

  }
  .date-font {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;

  }

  .txt-4-16 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
  }

  .txt-4-16-22 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }
  .txt-4-14-18 {
    font-family: 'Montserrat';
font-weight: 400;
font-size: 14px;
line-height: 18px;

    color: #000000;
  }

  .txt-9-16-20 {
    /* font-family: Inter; */
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.75%;
    color: #000000;

  }

  .mb-25 {
    margin-bottom: 25px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }

  .color-red {
    color: #EB0000;
  }

  .color-white {
    color: #FFFFFF;
  }

  .min-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flex-right {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .slider-line-con {
    position: relative;
    background: #D9D9D9;
    height: 16px;
    width: 100%;
    border-radius: 100px;
  }

  .slider-btn {
    position: absolute;
    left: 0px;
    background: #EB0000;
    width: 15px;
    height: 16px;
    border-radius: 100px;
  }

  .overview-txt {
    /* font-family: 'Inter'; */
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.75%;
    color: #000000;
    padding-left: 10px;
  }


  .enable-ro-btn {
    background: inherit none repeat scroll 0 0;
    border-radius: 40px;
    color: #000000;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 25px;
    border: 3px solid #000000;

  }

  .enable-ro-btn:hover {
    text-decoration: none;
    background: #EB0000;
    color: #fff;
  }
.mt-50 {
  margin-top: 50px;
}
  .mt-30 {
    margin-top: 30px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mt-10 {
    margin-top: 10px;
  }

  .text-center {
    text-align: center;
  }

  .text-underline {
    text-decoration: underline
  }

  /* Start D */
  .roaming-h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin-top: 30px;

  }

  .new-line-txt {
    font-weight: 500;
    font-size: 16px;
    color: #000000;

  }

  .add-line-img {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
  }

  .add-line-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 25px;

  }

  .add-line-btn:hover {
    text-decoration: none;
    background: #EB0000;
    color: #fff;
  }



  /* end D */

  .mb-30 {
    margin-bottom: 30px;
  }


  /*  */
  .line-overview-con {
    background: #FFFFFF;
    padding: 20px 0px 30px 30px;

  }

  .roaming-tips-m {
    text-align: center;
    background: #F3F4F8;
    padding: 150px 0px;
  }

  .roaming-tips-m p {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #000000;

  }

  .select-row {
    display: flex;
    justify-content: flex-end;
    align-items: start;
  }

  /* image select css */
  .contact-card-m {
    display: flex;
    justify-self: end;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    /* padding: 8px 12px; */
    width: fit-content;
    /* margin-bottom: 30px; */
  }

  .phone-select {
    position: relative;
  }

  .select-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid #B9B9B9;
    background-color: #F3F4F8;
    width: 100%;
    cursor: pointer;
  }

  .selected-phone {
    flex-grow: 1;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-left: 20px;

  }

  .select-button svg {
    width: 30px;
    height: 30px;
    fill: #333;
    margin-left: 20px;
  }

  .phone-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #797979;
    /* border-top: none; */
    border-radius: 0 0 5px 5px;
    list-style: none;
    padding: 0;
    margin-top: 0px;
    display: none;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .phone-options.open {
    display: block;
  }

  .phone-options li a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
  }

  .phone-options li a:hover {
    background-color: #f0f0f0;
  }

  select#confirm_mdn_list_box.custom-phone-select-m {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-size: 30px !important;
    background-image: url('https://dnc8pt3q0ulny.cloudfront.net/rp/media/profile.png'), 
                      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath fill-rule='evenodd' d='M12.53 16.28a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 14.69l6.97-6.97a.75.75 0 011.06 1.06l-7.5 7.5z' clip-rule='evenodd' /%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: 8px center, right 12px center;
    padding: 15px  15px 15px 50px !important;
    border-radius: 10px !important;
    border: 1px solid #B9B9B9 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1;
    cursor: pointer;
    height: 50px;
    width: 300px;
  }
  .bootstrap-select.destination_country, .bootstrap-select.tr_country_select {
      margin: 12px 0 20px;
  }
  .bootstrap-select.destination_country .dropdown-toggle, .bootstrap-select.tr_country_select .dropdown-toggle {
      background: #fff;
      border: 1px solid #797979;
      border-radius: 100px;
      height: 54px;
      padding-right: 25px;
      width: 100%;
  }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }
  .roam_tips_wrap{
        background: #F3F4F8;
        display: inherit;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin-left: 5px;
        margin-top: 20px;
  }
  .cst_rmp_tp{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  .cmn_chk{
    accent-color: #000;
    margin-right: 10px !important;
    height: 30px;
    width: 30px;
  }
 
  @media screen and (max-width: 550px) {
    .date-font {
      font-size: 11px;
    }

  }
  @media screen and (max-width: 776px) {
    .select-row {
      justify-content: space-between;
    }
    .line-overview-con {
      padding: 20px 10px 10px 0px;
  
    }
    select#confirm_mdn_list_box.custom-phone-select-m {
      width: 260px;
      font-size: 26px !important;
      background-size: 26px !important;
      width: 270px;
      font-size: 14px !important;
    }
  }
  @media screen and (max-width: 1450px) {
    .roaming-li-con {
      padding-left: 40px;
    }
  }