
.body, .head, .row, .col {
  overflow-x: hidden;
}
header {
  background: #DFB132;
}
h1 {
  text-align: center;

  margin: 0;
  padding-top:5px;
}

.slides{
  margin:10px;
  height: auto;
}
.text{
  color: var(--main-red, #DFB132);
  text-align: center;
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.wrapper{
  background: #DFB132;
  height:auto;
}

  .slides{
    margin:10px;
    height: auto;
  }
  .text{
    color: var(--main-red, #DFB132);
    text-align: center;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  table,
  td {
    margin-left: auto;
    margin-right: auto;
    padding:6px;
  }
  thead,
  tfoot {
    background-color: #333;
    color: #fff;
  }
  .listheader{
    margin:0;
    color: var(--gray-gray, #898989);
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    text-align:left;
    padding-left:10px;

  }
  .list{
    text-align:left;
    color: #342906;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border:1px solid var(--gray-stroke, #E0E0E0);
    margin:10px;
    padding:10px;
  }

  section{
    margin-left: auto;
    margin-right: auto;
    padding:10px;
  }
  .tertiary-button, .tertiary-button * {
    box-sizing: border-box;
    }
.tertiary-button {
   color: var(--primary-ooredoo-red, #DFB132);
    text-align: center;
    font: var(--function-button, 600 12px 'Rubik', sans-serif);
    text-transform: uppercase;
    position: relative;
    display: flex;
   align-items: center;
   justify-content: center
  }
.remain{
  position: relative;
  top: -2rem;
  left: 6rem;

}
.remaind{
    position: relative;
    top: -2rem;


  }
.otps{
  letter-spacing: 1.6rem;
}
::placeholder {
  color: #DFB132;
  opacity: 1; /* Firefox */
}
#msisdn::placeholder,#email::placeholder {

  color: #E0E0E0;
  font-size: 18px;
   font-family: Noto Sans;
   font-weight: 300;
   line-height: 24px;
   word-wrap: break-word
}
.gentext{

  color: black;
  font-size: 13px;
  font-family: Rubik;
  font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.07px;
    word-wrap: break-word
}
.notice{
  width: 100%;
  color:   #898989;
  font-size:    14px;
  font-family: Noto Sans;
  font-weight: 400;
  line-height: 19px;
  word-wrap: break-word"

}
.transfer_esim{
  width: 100%;
  color: white;
  font-size: 29.52px;
  font-family: Outfit;
  font-weight: 900;
  word-wrap: break-word;
  margin-left: 1.5rem;
}
.faq_head{
 color: black;
 font-size: 18px;
 font-family: Rubik;
 font-weight: 600;
 line-height: 19px;
 word-wrap: break-word
}
.faq_question{
  color: #342906;
 font-size: 15px;
 font-family: Rubik;
 font-weight: 600;
 word-wrap: break-word
}
.faq_ans{
  color: #342906;
font-size: 14px;
font-family: Noto Sans;
font-weight: 400;
line-height: 19px;
word-wrap: break-word
}
.dropdownlang {
    display: inline-block;
    background-color: white;

}
.languagecss{

    text-align: center;
    color: black;
    font-size: 20px;
    font-family: Rubik;
    font-weight: 600;
    word-wrap: break-word"
}
.registerheader{
    color: var(--gray-gray, #898989);
    text-align: center;
    font: 900 26px/32px 'Outfit-Black', sans-serif;
    align-items: center;
    justify-content: center;
    font-style: normal;

    line-height: 32px;
    background: var(--gray-bg-1, #F9F9F9);
    height: 97px;
    padding-top:7%;

  }
  .upgrade-to-e-sim {
    color: var(--gray-gray, #898989);
    text-align: center;
    font: 900 26px/32px 'Outfit-Black', sans-serif;
    position: relative;
    width: 563px;
    display: flex;
    align-items: center;
    justify-content: center}
.register{

    border-radius: 8px;
    background: var(--main-absolute-white, #FFF);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
    margin-top: 3px;

  }
  form{

    height:315px;
    margin:0 auto;
    padding-top:35px;
  }

  .form-group {
     margin-bottom: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0;
      padding:10px;

    }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  label{
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.07px;
    text-transform: uppercase;
    padding:5px;
  }
  small{
    color: var(--gray-gray, #898989);
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  .form-control::-webkit-input-placeholder {
    color: var(--gray-text, #221E20);
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    opacity: 1;
  }

  .form-control::-moz-placeholder {
    color: var(--gray-text, #221E20);
    opacity: 1;
  }

  .form-control:-ms-input-placeholder {
    color: var(--gray-text, #221E20);
    opacity: 1;
  }

  .form-control::-ms-input-placeholder {
    color: var(--gray-text, #221E20);
    opacity: 1;
  }

  .form-control::placeholder {
    color: var(--gray-text, #221E20);
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    opacity: 1;
  }
  button {
    border-radius: 1000px;
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  .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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 1000px;
    margin:10px;

  }
  .btn-primary {
    color: #fff;
    background-color: var(--primary-ooredoo-red, #DFB132);
    border-color: var(--primary-ooredoo-red, #DFB132);

    padding: 13px 20px;
    justify-content: center;
    align-items: center;
  }

  .btn-primary:hover {
    color:  #fff;
    background-color: var(--primary-ooredoo-red, #DFB132);
    border-color: var(--primary-ooredoo-red, #DFB132);
  }

  .btn:hover, .btn:focus {
    text-decoration: none;
  }

  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #DFB132;
  }


  .email{
    color: var(--gray-stroke, #E0E0E0);
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
  .dropdown {
      position: relative;
      float:right;
      margin-right:20%;
    }
    label{
      color: #000;
      text-align: center;
      font-family: Rubik;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
    .topright {
        position: absolute;
        right: 0;
        top: 0
      }
      .popupcontentext {
        height: auto;
        color: var(--main-red, #DFB132);
        text-align: center;
        font-family: Rubik;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .errorexp{
        color: #000000;
        text-align: center;
        font: 400 14px/24px 'NotoSans-Regular', sans-serif;
        position: relative;
        width: 231px;
    }
    .component-3, .component-3 * {
        box-sizing: border-box;
    }
    .component-3 {
        background: var(--main-absolute-white, #ffffff);
        border-radius: 21px;
        border-style: solid;
        cursor:pointer;
        border-color: var(--primary-ooredoo-red, #DFB132);
        border-width: 1px;
        padding: 13px 20px 13px 20px;
    }

    .register-a-new-sim, .register-a-new-sim * {
        box-sizing: border-box;
        }
    .register-a-new-sim {
        color: var(--primary-ooredoo-red, #DFB132);
        text-align: center;
        font: var(--function-button, 600 12px 'Rubik-SemiBold', sans-serif);
        text-transform: uppercase;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }


/* $primary: #e84c22; */
.btn-primary ,.btn-primary:hover, .btn-primary:active, .btn-primary:visited{
    color: #fff;
    font-weight: bold;
    background-color: #DFB132  ;
    border-color:#DFB132;
}
.btn-white ,.btn-white:hover, .btn-white:active, .btn-white:visited{
    color: #DFB132;
    font-weight: bold;
    background-color: #ffff  ;
    border-color:#DFB132;
}
.btn-lang {
-bs-btn-color: #495057;
}
.my-button:not(:disabled):not(:disabled):active {
    background-color: #DFB132;
 }
.btn-primary:disabled{
    background-color: #7a7b7a;
    border-color:#7a7b7a;
}
.with-margin {
    margin: 10px; /* Add margin to the fixed-bottom footer */
}
 .ui-accordion-header-active  {
    background:var(--gray-gray, white);
}
 .ui-accordion .ui-accordion-header {
    display: block;
    background-color: white;
    cursor: pointer;
    position: relative;
    margin: 4px 2px 2px 2px;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {padding:2px }
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}
.nav {
 border-bottom-color: #fff;
            border-radius: 0;
}
.nav-tabs .nav-link {
            background: var(--gray-gray-1-bg, #f9f9f9);
            color: var(--gray-gray-6-text, #898989);
            font: var(--icon-text, 400 14px/19px 'NotoSans-Regular', sans-serif);
            border-bottom-color: #fff;
            border-radius: 0;
}
.nav-tabs .nav-link.active {
            background: var(--gray-gray-1-bg, #f9f9f9);
            color: #DFB132;
            border-bottom-color: #fff;
            border-radius: 0;
            text-decoration: underline;
        }

.nav-tabs .nav-link.active:hover {
            background-color: #fff;
        }
.videohead {
color: var(--gray-text, #221e20);
text-align: left;
font: 400 16px/19px 'NotoSans-Regular', sans-serif;

}
.back-to-e-sim-home-page {
color: #000000;
text-align: left;
font: var(--titles-title-l, 600 18px/19px 'Rubik-SemiBold', sans-serif);
position: relative;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
ol.mm {
  list-style-type: myanmar, -moz-myanmar;
}
.board-container{padding:12px;box-sizing:border-box}

.board {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    margin-top: 8px
  }
  .transfer-e-sim{
    color: var(--primary-dark-grey, #221e20);
    text-align: left;
    font-family: 'Rubik-SemiBold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;

  }
  .trasnfer_esim_li{
    color: #000000;
text-align: left;
font-family: 'NotoSans-Regular', sans-serif;
font-size: 16px;
font-weight: 400;
position: relative;

  }
  .header-text{
    color: var(--main-absolute-white, #FFF);
    text-align: center;
    /* Titles/Title */
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
    .trf-sim{
        color: #FFF;
    font-family: Outfit;
    font-size: 29.517px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
      }