* {
  font-family: "noto_sans_laoregular";
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  word-break: break-word;
}

.top-bg {
  top: -63px;
}

.outer-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}

.news-event-title {
  font-size: 23px;
  color: #343896;
  line-height: 34px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 400;
}

.news-img-in-section {
  padding: 0;
  width: 60%;
  margin: 0 auto;
}

.news-img-in-section img {
  width: 100%;
}

.news-button-video {
  border: 2px solid #ad1919;
  border-radius: 50px;
  padding: 5px 50px;
  width: auto;
  height: auto;
  font-size: 17px;
  color: #4e4e4e;
  gap: 10px;
  background-color: #fff;
  height: 40px;
}

.news-detail-text {
  font-size: 20px;
  font-weight: 300;
  color: #4e4e4e;
  margin: 50px 0;
}

.social-footer-button {
  gap: 10px;
  padding: 6px 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}

.box-package-Mphone {
  background: url("../images/bg-mphone-item.svg") center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.data-Mphone p {
  font-weight: 300;
  font-size: 18px;
}

.pd-of-line-box-package {
  padding-bottom: 16px;
}

.shop-package {
  gap: 13px;
  background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#d8d8d8));
  background: linear-gradient(90deg, #e8e8e8 0%, #d8d8d8 100%);
}

.shop-package p {
  font-size: 17px;
}

.password-package-Mphone button,
.button-tel-package {
  background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#d8d8d8));
  background: linear-gradient(90deg, #e8e8e8 0%, #d8d8d8 100%);
}

.ab-subtitle-in-career-img {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 6px;
  top: auto;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.career-category-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.53125)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.53125) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.button-career-right p {
  font-size: 18px;
  font-weight: 300;
}

.button-career {
  border-radius: 10px;
  padding: 16px 20px;
  height: auto;
}

.button-career-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.check-roaming p {
  text-transform: uppercase;
}

.check-roaming-button-dropdown {
  margin-top: 20px;
}

.suggester-input .check-roaming-button-dropdown {
  margin-top: 0;
}

.suggester-input .check-roaming-button-dropdown .check-roaming-any-button-dropdown {
  border-width: 1px;
  width: 100%;
}

.check-roaming-any-button-dropdown {
  position: relative;
  width: 400px;
  border-width: 2px;
  padding: 9px 20px;
}

.check-roaming-any-button-dropdown select {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  background-color: transparent;
  padding: 0 58px;
  font-size: 20px;
  color: #343896;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.roaming-box {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-align: center;
  border-radius: 10px;
  font-weight: 300;
  margin-top: 40px;
  overflow: hidden;
}

.roaming-box .roaming-box-header {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: #fff;
}

.roaming-box-header,
.roaming-box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.roaming-box-country,
.roaming-box-country-code,
.roaming-box-operator,
.roaming-box-signal,
.roaming-box-body-country,
.roaming-box-body-country-code,
.roaming-box-body-operator,
.roaming-box-body-signal {
  width: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  font-size: 20px;
  line-height: 1.2;
}

.roaming-box-operator,
.roaming-box-signal,
.roaming-box-body-operator,
.roaming-box-body-signal {
  width: 12%;
}

.new-roaming-box-operator {
  width: 11%;
}

.new-roaming-box-body {
  border-bottom: 1px solid #cbcbcb;
}

.new-roaming-box-body:nth-last-child(1) {
  border-bottom: none;
}

.new-roaming-box-body:nth-child(odd) {
  background: #e9e9e9;
}

.new-roaming-box-body .roaming-box-body-country,
.new-roaming-box-body .roaming-box-body-country-code {
  background: unset;
}

.new-roaming-box-body .roaming-box-service-rate-list {
  height: 100%;
}

.roaming-box-header .roaming-box-body-country,
.roaming-box-header .roaming-box-body-country-code {
  font-size: 20px;
  background: unset;
}

.roaming-box-service-rate-operator,
.roaming-box-body-service-rate-operator {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.roaming-box-border-right {
  border-right: 1px solid #cbcbcb;
}

.roaming-box-border-left {
  border-left: 1px solid #cbcbcb;
}

.roaming-box-border-bottom {
  border-bottom: 1px solid #cbcbcb;
}

.roaming-box-border-top {
  border-top: 1px solid #cbcbcb;
}

.roaming-box-screen,
.roaming-box-body-screen {
  width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roaming-box-service-rate {
  width: 51%;
}

.roaming-box-service-rate .roaming-box-service-rate-heading {
  padding: 10px;
  font-size: 20px;
}

.roaming-box-service-rate .header-service-rates {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

.roaming-box-service-rate .roaming-box-service-rate-list {
  height: 65%;
}

.roaming-box-service-rate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.roaming-box-service-rate-list .roaming-box-service-rate-item {
  width: calc(100% / 7);
  font-size: 13px;
  padding: 5px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roaming-box-body-service-rate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.roaming-box-body-service-rate-list .roaming-box-body-service-rate-item {
  width: calc(100% / 5);
  font-size: 17px;
  padding: 15px 5px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roaming-box-body-country {
  background-color: #c5c5c5;
}

.roaming-box-body-country-code {
  background-color: #e9e9e9;
}

.roaming-box-body-service-rate-operator {
  height: 100%;
  background-color: #e9e9e9;
}

.roaming-box-body-service-rate-operator:nth-child(1) {
  background-color: #fff;
}

.roaming-box-body-country,
.roaming-box-body-country-code,
.roaming-box-body-operator,
.roaming-box-body-signal {
  font-size: 17px;
}

.part-item {
  margin-right: 10px;
}

.province-list {
  margin-top: 15px;
}

.map-img {
  margin-top: 25px;
  padding-bottom: 35px;
}

.customer-service-contact-button {
  padding: 12px 20px;
  background-color: #fff;
}

.custom-service-tel p {
  font-weight: 300;
}

.custom-service-tel {
  width: 145px;
}

.banner-Mphone-logo,
.customer-service-contact-button {
  border-color: #bcbcbc !important;
}

.custom-service-map-button {
  border-width: 2px;
  padding: 3px 30px;
}

.custom-service-map-button:hover .bright-white {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.custom-service-map-button:hover p {
  color: #fff;
}

.enquiry-any-info,
.enquiry-social {
  margin-top: 20px;
}

.enquiry-any-info p,
.enquiry-social p {
  width: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.enquiry-left {
  padding-right: 30px;
}

.enquiry-info-img {
  padding: 11px;
}

.enquiry-info-img img {
  width: 100%;
}

.enquiry-info {
  padding-bottom: 38px;
}

.enquiry-info p {
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.enquiry-right input[type="text"],
.enquiry-textarea textarea,
.enquiry-policy p {
  font-weight: 300;
}

.enquiry-textarea textarea {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #a8a8a8;
}

.enquiry-policy {
  margin-top: 10px;
}

.enquiry-policy-check {
  margin-top: 15px;
}

.enquiry-submit {
  margin-top: 55px;
}

.enquiry-submit .news-any-catagory {
  width: auto;
  height: auto;
}

.enquiry-submit .news-any-catagory p {
  padding: 5px 36px;
}

.faq-list {
  margin-top: 0;
}

.features-box-title {
  color: #343896;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 10px;
}

.cloud-computing-info-title {
  font-size: 23px;
}

.how-to-check-score-under-detail {
  padding-bottom: 35px;
}

.project-conditions {
  margin-top: 30px;
}

.project-conditions-title {
  padding-bottom: 10px;
}

.project-conditions li p {
  font-weight: 300;
}

.project-conditions ul {
  list-style: none;
}

.project-conditions ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.project-conditions ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ed1c24;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

.download-button {
  height: auto;
  padding: 13px;
  margin-bottom: 20px;
}

.download-button .file-download-img img {
  width: 30px;
}

.download-img img {
  width: 16px;
}

.news-section-history {
  padding-top: 30px;
}

.history h1 {
  line-height: 1;
}

.history-box-padding-top {
  padding-top: 40px;
}

.timeline {
  width: 1px;
}

.service-channel,
.button-career-any-d,
.package-Mphone {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-channel ul,
.button-career-any-d ul,
.package-Mphone ul {
  list-style: none;
}

.service-channel li,
.button-career-any-d li,
.package-Mphone li {
  margin-bottom: 5px;
}

.service-channel li::before,
.button-career-any-d li::before,
.package-Mphone li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ED1C24;
  margin: 0 5px 3px 0;
}

.service-fees {
  margin-top: 0px;
}

.service-fees .roaming-box-country,
.service-fees .roaming-box-country-code,
.service-fees .roaming-box-body-country,
.service-fees .roaming-box-body-country-code {
  width: 50%;
}

.service-fees .roaming-box-number {
  width: 20%;
}

.service-fees .roaming-box-body-country {
  background-color: #e9e9e9;
}

.ftth-banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftth-banner-row .Img-Mphone {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.ftth-banner-row .video-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 25px;
  overflow: hidden;
  margin-left: 15px;
  background: url("../images/ftth-video.svg") center center;
  background-size: cover;
}

.new-consumer-line {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.new-consumer-item .box-package-Mphone-code {
  border-bottom: none;
  padding: 0;
  line-height: 1.1;
}

.new-consumer-item .pd-of-line-box-package {
  padding: 55px 20px;
}

.new-consumer-item .cost-package-Mphone {
  line-height: 1.3;
}

.wifi-offload-item .data-Mphone h1 {
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}

.wifi-offload-item .cost-package-Mphone {
  line-height: 1.3;
}

.equipment-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.equipment-row-img {
  width: 35%;
}

.equipment-row-img img {
  width: 100%;
}

.equipment-title {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.equipment-detail {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.equipment-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equipment-detail-list li {
  width: 50%;
  font-size: 15px;
}

.equipment-detail-list2 li {
  width: 100%;
}

.roaming-box-volte {
  width: 60%;
}

.roaming-box-volte .roaming-box-body-country-code,
.roaming-box-volte .roaming-box-body-country,
.roaming-box-list-consumer .roaming-box-body-country-code,
.roaming-box-list-consumer .roaming-box-body-country {
  background: unset;
}

.roaming-box-volte .roaming-box-body:nth-child(odd),
.roaming-box-list-consumer .roaming-box-body:nth-child(odd) {
  background: #e9e9e9;
}

.roaming-box-volte .roaming-box-country p,
.roaming-box-volte .roaming-box-body-country p,
.roaming-box-volte .roaming-box-country-code p,
.roaming-box-volte .roaming-box-body-country-code p {
  width: 70%;
  margin-left: auto;
  text-align: left;
}

.ftth-banner-row .video-section {
  display: none;
}

.ftth-banner-row {
  width: 55%;
}

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

.wifi-service-box .roaming-box-border-right {
  width: 22.5%;
}

.wifi-service-box .roaming-box-number {
  width: 10%;
}

.wifi-service-box .roaming-box-footer .roaming-box-border-right:nth-child(1) {
  width: 32.5%;
}

.height100 {
  height: 100% !important;
}

.new-roaming-box-header .roaming-box-body-country-code,
.new-roaming-box-header .roaming-box-body-country {
  font-size: 15px;
}

.new-roaming-box-header .roaming-box-service-rate-list .roaming-box-service-rate-item {
  width: calc(100% / 3);
}

.check-roaming .select-Z p {
  font-size: 20px;
  margin-bottom: 5px;
}

.check-roaming .select-Z .check-roaming-any-button-dropdown {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.check-roaming .select-Z .check-roaming-any-button-dropdown select {
  padding: 0 20px;
}

.table-af-select-IR .new-roaming-box-operator {
  width: 8.5%;
}

.table-af-select-IR .roaming-box-service-rate {
  width: 25.5%;
}

.table-af-select-IR .roaming-box-service-rate .header-service-rates {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-af-select-IR .roaming-box-service-rate-list .roaming-box-service-rate-item {
  width: calc(100% / 3);
  font-size: 15px;
}

.new-roaming-box-body .roaming-box-body-country-code,
.new-roaming-box-body .roaming-box-service-rate-item {
  font-size: 13px;
}

.ir-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-pro-IR .sp-mask {
  border-radius: 19px;
}

.slider-pro-IR .sp-buttons {
  margin-top: 0;
}

.slider-pro-IR .sp-buttons .sp-button {
  border-color: #bebebe !important;
  background-color: #bebebe;
}

.slider-pro-IR .sp-buttons .sp-button.sp-selected-button {
  border-color: #ed1c24 !important;
}

.box-select-IR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

.box-select-IR .any-box-select-IR {
  width: 48%;
  text-align: center;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 20px 0;
  cursor: pointer;
}

.box-select-IR .any-box-select-IR p {
  font-size: 17px;
  color: #4e4e4e;
}

.box-select-IR .any-box-select-IR img {
  width: 40px;
}

.box-select-IR .any-box-select-IR:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.box-select-IR .any-box-select-IR:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.box-select-IR .any-box-select-IR:hover p {
  color: #fff;
}

.box-select-IR .any-box-select-IR.active-select-IR {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.box-select-IR .any-box-select-IR.active-select-IR img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.box-select-IR .any-box-select-IR.active-select-IR p {
  color: #fff;
}

.left-menu-fix,
.news-section {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.deleteSword .logo-title p,
.deleteSword .dropdown-logo-title p,
.deleteSword .arrow-drop img {
  width: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}

.arrowCls {
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  position: relative;
  top: -50px;
}

.arrowCls img {
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.closeS {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.closeS .arrowCls {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.closeS .arrowCls img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.closeS .left-menu-fix {
  width: 10%;
}

.closeS .news-section {
  width: 90%;
}

.closeS .shop-LTC-page.with-sidebar .right-content {
  width: 90%;
}

.closeS .shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right .header .title {
  font-size: 24px;
}

.closeS .shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right .header .title h1 {
  font-size: 24px;
}

.closeS .shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right .details .any {
  font-size: 18px;
}

.closeS .shop-LTC-page.with-sidebar .download-page .banner-M-service.services .ab-right .modal-box .any {
  font-size: 16px;
}

.closeS .shop-LTC-page.with-sidebar .download-page .ir-container .right-tab {
  right: -7%;
}

.closeS .shop-LTC-page.with-sidebar .download-page .ir-container .right-tab .any {
  font-size: 16px;
}

.closeS .shop-LTC-page.with-sidebar .download-page .box-step-download .sub-video {
  width: calc(100% - 3px);
}

.closeS .shop-LTC-page.with-sidebar .download-page .box-step-download .sub-video .package-service-item {
  margin-right: 11px;
}

.closeS .New-FTTH-Details .box-package-Mphone-code {
  font-size: 22px;
}

.closeS .New-FTTH-Details .box-package-Mphone-code span {
  font-size: 32px;
}

.closeS .New-FTTH-Details .box-header-ftth .speedPackage {
  font-size: 18px;
}

.closeS .New-FTTH-Details .box-header-ftth .speedPackage p:first-child {
  font-size: 22px;
}

.closeS .New-FTTH-Details .package-business .pd-of-line-box-package img {
  width: 40%;
}

.closeS .New-FTTH-Details .data-Mphone p {
  font-size: 20px;
}

.closeS .we-tv .under-banner-Mphone {
  font-size: 24px;
}

.await {
  opacity: 0;
}

.package-Mphone ol li::before {
  display: none;
}

.deleteBefore li::before {
  display: none;
}

.left-menu-fix,
.news-section {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.deleteSword .logo-title p,
.deleteSword .dropdown-logo-title p,
.deleteSword .arrow-drop img {
  width: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}

.arrowCls {
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  position: relative;
  top: -50px;
}

.arrowCls img {
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.closeS {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.closeS .arrowCls {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.closeS .arrowCls img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.closeS .left-menu-fix {
  width: 10%;
}

.closeS .news-section {
  width: 90%;
}

.closeS .left-banner-home-digital::after {
  background: none;
}

.closeS .slider-pro-IR .sp-mask::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}

.banner-home-digital .slider-pro img.sp-image {
  border-radius: 20px !important;
}

.banner-home-digital .left-banner-home-digital {
  overflow: hidden;
  border-radius: 20px;
}

.banner-home-digital .sp-buttons {
  z-index: 100;
  position: absolute;
  bottom: 0;
}

.any-package-data-package-roaming .box-package-Mphone-code {
  padding-top: 20px;
}

.any-package-data-package-roaming .box-package-Mphone-code img {
  width: 100%;
}

.any-package-data-package-roaming .data-Mphone {
  line-height: 1.5;
  padding-bottom: 16px;
}

.IR-Location .fancybox__content {
  width: 100% !important;
  height: 100% !important;
}

.IR-Location .fancybox__content img {
  width: 100% !important;
  height: 100% !important;
}

.IR-Location .fancybox__content.width-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.new-ir-roaming .check-roaming {
  margin-top: 0;
}

.new-ir-roaming .page-no-title {
  gap: 10px;
}

.new-ir-roaming .page-no-title .logo-in-news-any-catagory img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.New-IR-Details .career-category-img-under-banner {
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.New-IR-Details .career-category-img-under-banner .drop-in-tabs {
  visibility: hidden;
}

.New-IR-Details .career-category-img-under-banner :hover .drop-in-tabs {
  visibility: visible;
}

.New-IR-Details .career-category-img-under-banner .any-career-catagory {
  width: 49%;
  margin-bottom: 2%;
  cursor: pointer;
}

.New-IR-Details .ab-subtitle-in-career-img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: unset;
  text-align: center;
}

.New-IR-Details .ab-subtitle-in-career-img img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.New-IR-Details .any-career-catagory:hover .career-category-img::after {
  display: none;
}

.New-IR-Details .any-career-catagory .career-category-img::before {
  background: rgba(0, 0, 0, 0.5);
}

#forScroll,
#forScroll2 {
  position: relative;
  top: -80px;
}

.ir-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ir-container .service-call-auto-info {
  color: #4e4e4e;
}

.ir-container .service-call-auto-info h3 {
  font-size: 24px;
}

.ir-container .service-call-auto-info p {
  font-size: 18px;
}

.ir-container .service-call-auto-tab, .ir-container .service-call-auto-second-tab {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ir-container .service-call-auto-tab .btn, .ir-container .service-call-auto-second-tab .btn {
  padding: 7px 40px;
  border: none;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}

.ir-container .service-call-auto-tab .btn:hover, .ir-container .service-call-auto-second-tab .btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: #fff;
}

.ir-container .service-call-auto-tab .btn.active, .ir-container .service-call-auto-second-tab .btn.active {
  color: white;
}

.ir-container .service-call-auto-tab .btn.active p, .ir-container .service-call-auto-second-tab .btn.active p {
  color: #e9e9e9;
}

.ir-container .service-call-auto-tab-detail, .ir-container .service-tab-second-details {
  border: 2px solid #EA1C24;
  border-radius: 0 20px 20px 20px;
  padding: 20px 40px;
}

.ir-container .service-call-auto-tab-detail .box-package-Mphone-code, .ir-container .service-tab-second-details .box-package-Mphone-code {
  font-size: 18px;
}

.ir-container .service-call-auto-tab-detail .data-Mphone span, .ir-container .service-tab-second-details .data-Mphone span {
  font-size: 18px;
}

.ir-container .service-call-auto-tab-detail p, .ir-container .service-tab-second-details p {
  font-size: 14px;
}

.ir-container .service-call-auto-tab-detail .details-Mphone, .ir-container .service-tab-second-details .details-Mphone {
  width: 22.5%;
  padding-bottom: 0px;
  /* position: relative; */
  /* z-index: 0; */
}

.ir-container .service-call-auto-tab-detail .password-package-Mphone, .ir-container .service-tab-second-details .password-package-Mphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
  color: #fff;
  gap: 5px;
}

.ir-container .service-call-auto-tab-detail .password-package-Mphone p, .ir-container .service-tab-second-details .password-package-Mphone p {
  color: #fff;
  text-transform: capitalize;
}

.ir-container .service-call-auto-tab-detail .font-in-bg-under, .ir-container .service-tab-second-details .font-in-bg-under {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  line-height: 2;
  padding: 10px;
}

.ir-container .service-call-auto-tab-detail .font-in-bg-under p, .ir-container .service-tab-second-details .font-in-bg-under p {
  color: #fff;
  font-size: 12px;
}

.ir-container .service-call-auto-tab-detail .service-channel, .ir-container .service-tab-second-details .service-channel {
  color: #4e4e4e;
}

.ir-container .service-call-auto-tab-detail .service-channel li::before, .ir-container .service-tab-second-details .service-channel li::before {
  content: "-";
  position: absolute;
  margin-left: -10px;
  background: none;
}

.ir-container .service-call-auto-tab-detail .pre-btn-package-service-owl,
.ir-container .service-call-auto-tab-detail .next-btn-package-service-owl, .ir-container .service-tab-second-details .pre-btn-package-service-owl,
.ir-container .service-tab-second-details .next-btn-package-service-owl {
  background: transparent;
}

.ir-container .service-call-auto-tab-detail .pre-btn-package-service-owl:hover img,
.ir-container .service-call-auto-tab-detail .next-btn-package-service-owl:hover img, .ir-container .service-tab-second-details .pre-btn-package-service-owl:hover img,
.ir-container .service-tab-second-details .next-btn-package-service-owl:hover img {
  -webkit-filter: unset;
          filter: unset;
}

.ir-container .service-call-auto-tab-detail .package-service-item, .ir-container .service-tab-second-details .package-service-item {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ir-container .service-call-auto-tab-detail .package-service-item img, .ir-container .service-tab-second-details .package-service-item img {
  scale: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ir-container .service-call-auto-tab-detail .package-service-item .package-service-item-title, .ir-container .service-tab-second-details .package-service-item .package-service-item-title {
  font-size: 14px;
}

.ir-container .service-call-auto-tab-detail .package-service-item:hover, .ir-container .service-tab-second-details .package-service-item:hover {
  background: none;
}

.ir-container .service-call-auto-tab-detail .package-service-item:hover .package-service-item-title, .ir-container .service-tab-second-details .package-service-item:hover .package-service-item-title {
  color: #4e4e4e;
}

.ir-container .service-call-auto-tab-detail .package-service-item:hover img, .ir-container .service-tab-second-details .package-service-item:hover img {
  scale: 1;
}

.ir-container .service-call-auto-tab-end {
  top: 66px;
  right: -8%;
  width: 13%;
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(59%);
          transform: translateX(59%);
}

.ir-container .service-call-auto-tab-end .btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.ir-container .service-call-auto-tab-end .btn:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.ir-container .service-call-auto-tab-end .btn:hover p {
  color: #e9e9e9;
}

.ir-container .service-call-auto-tab-end .active img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.ir-container .service-call-auto-tab-end .btn {
  border: none;
  padding: 20px;
  cursor: pointer;
}

.ir-container .service-call-auto-tab-end .btn p {
  font-size: 14px;
}

.ir-container .service-call-auto-tab-end .btn.active p {
  color: #e9e9e9;
}

.ir-container .title-tab4 {
  margin-top: 30px;
  color: #4e4e4e;
}

.ir-container .title-tab4 .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: #fff;
  border-radius: 17px;
  font-size: 18px;
  padding-left: 35px;
}

.ir-container .title-tab4 .title span {
  position: absolute;
  left: 15px;
}

.ir-container .title-tab4 .service-channel {
  margin-top: 20px;
  margin-left: 25px;
}

.ir-container .title-tab4 .service-channel .second-column::before {
  content: "";
  opacity: 0;
}

.ir-container .title-tab4 .service-channel .second-column img {
  margin-left: 25px;
  margin-top: 10px;
}

.ir-container .title-tab4 .service-channel li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ir-container .title-tab4 .service-channel li::before {
  width: 3px;
  height: 3px;
  margin-bottom: 0;
}

.ir-container .title-tab4 .service-channel li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #980d12;
  gap: 10px;
  margin-left: 10px;
}

.ir-container .title-tab4 .service-channel .example {
  padding: 20px 0;
  margin-left: 25px;
}

.ir-container .title-tab4 .service-channel .example img {
  margin-left: 25px;
}

.New-IR-Details-tab {
  display: none;
}

.table-bill-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
  margin-top: 10px;
  padding-left: 25px;
}

.table-bill-payment .any-table-bill-payment {
  width: 50%;
}

.table-bill-payment .any-table-bill-payment .left-bill-payment {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px 0 0 20px;
}

.table-bill-payment .any-table-bill-payment .left-bill-payment .any-left-payment {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  height: 20%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
}

.table-bill-payment .any-table-bill-payment .left-bill-payment .any-left-payment:last-child {
  border-bottom: none;
}

.table-bill-payment .any-table-bill-payment .right-bill-payment {
  width: 100%;
}

.table-bill-payment .any-table-bill-payment .right-bill-payment .any-right-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3;
  padding: 20px 30px 20px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 20%;
  border-bottom: 1px solid #cccccc;
}

.table-bill-payment .any-table-bill-payment .right-bill-payment .any-right-payment:first-child {
  border-radius: 0px 20px 0 0px;
}

.table-bill-payment .any-table-bill-payment .right-bill-payment .any-right-payment:last-child {
  border-radius: 0px 0px 20px 0px;
  border-bottom: none;
}

.table-bill-payment .any-table-bill-payment .right-bill-payment .any-right-payment .name-bill {
  width: 55%;
  font-size: 16px;
}

.table-bill-payment .any-table-bill-payment .right-bill-payment .any-right-payment .right-bill-img {
  width: 45%;
  text-align: center;
}

.table-bill-payment .any-table-bill-payment .right-bill-payment .any-right-payment .right-bill-img img {
  margin: 0;
}

.banner-ftth-title .banner-Mphone-logo img {
  width: unset;
}

.New-FTTH-Details .box-package-Mphone-code {
  padding: 15px 0 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  height: unset;
}

.New-FTTH-Details .box-header-ftth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.New-FTTH-Details .box-header-ftth .speedPackage {
  font-size: 16px;
  line-height: 1.3;
}

.New-FTTH-Details .box-header-ftth .speedPackage p {
  background-color: unset;
  background-image: unset;
  background-size: unset;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  -webkit-text-fill-color: #4e4e4e;
  -moz-text-fill-color: #4e4e4e;
}

.New-FTTH-Details .box-header-ftth .speedPackage p:first-child {
  font-size: 20px;
  background-color: #ac1919;
  background-image: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background-image: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.New-FTTH-Details .package-business .box-package-Mphone {
  height: 390px;
}

.New-FTTH-Details .details-speed-inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-bottom: 1px solid #f85858;
  border-top: 1px solid #f85858;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.New-FTTH-Details .details-speed-inbox .box-package-Mphone-code {
  display: block;
  padding: 0 !important;
  border-bottom: none !important;
}

.New-FTTH-Details .package-business .box-package-Mphone .box-package-Mphone-code:first-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.New-FTTH-Details .package-business .box-package-Mphone .box-package-Mphone-code {
  height: unset;
  border-bottom: 1px solid #f85858;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.New-FTTH-Details .package-business .box-package-Mphone .box-package-Mphone-code span {
  font-size: 30px;
  margin-left: 5px;
}

.New-FTTH-Details .data-Mphone p {
  padding: 0 20px;
}

.New-FTTH-Details .package-business .pd-of-line-box-package {
  height: unset;
  margin-top: 30px;
}

.New-FTTH-Details .package-business .pd-of-line-box-package img {
  width: 35%;
}

.New-FTTH-Details .font-in-bg-under .cost-package-Mphone:first-child {
  font-size: 35px;
}

.New-FTTH-Details .box-package-Mphone {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.New-FTTH-Details .info-card-ftth {
  color: #4e4e4e;
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  background: white;
  padding: 20px 30px;
}

.New-FTTH-Details .info-card-ftth h1 {
  font-size: 24px;
  padding-bottom: 20px;
}

.New-FTTH-Details .info-card-ftth .enquiry-input {
  padding-bottom: 20px;
}

.New-FTTH-Details .info-card-ftth .enquiry-input p span {
  color: #ed1c24;
}

.New-FTTH-Details .info-card-ftth .enquiry-input .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.New-FTTH-Details .info-card-ftth .enquiry-input .flex .flex {
  gap: 5px;
  cursor: pointer;
}

.New-FTTH-Details .info-card-ftth .enquiry-input .flex .flex:hover p {
  color: #ed1c24;
}

.New-FTTH-Details .info-card-ftth .fill-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.New-FTTH-Details .info-card-ftth .fill-info .selcet-package h1 {
  font-size: 18px;
  margin-top: 35px;
}

.New-FTTH-Details .info-card-ftth .fill-info .selcet-package h1 span {
  color: #ed1c24;
}

.New-FTTH-Details .info-card-ftth .fill-info .selcet-package .radio-select {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.New-FTTH-Details .info-card-ftth .enquiry-submit {
  margin: 20px;
}

.New-FTTH-Details .info-card-ftth .enquiry-submit .news-catagory {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.New-FTTH-Details .modal-location {
  background: rgba(0, 0, 0, 0.74);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: calc(50% - 24% + 50px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4e4e4e;
  visibility: hidden;
  z-index: 10000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.New-FTTH-Details .modal-location .modal-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

.New-FTTH-Details .modal-location .modal-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
}

.New-FTTH-Details .modal-location .enquiry-submit {
  margin-top: 30px;
}

.New-FTTH-Details .modal-location .enquiry-input {
  width: 100%;
  position: relative;
}

.New-FTTH-Details .modal-location .enquiry-input input {
  padding-left: 40px;
}

.New-FTTH-Details .modal-location .enquiry-input img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.New-FTTH-Details .modal-location .card-location,
.New-FTTH-Details .modal-location .card-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  background: white;
  width: auto;
  margin: auto;
  padding: 20px;
  border-radius: 20px;
}

.New-FTTH-Details .modal-location .card-success h1 {
  font-size: 35px;
  color: #129223;
}

.New-FTTH-Details .modal-location.image-under-service {
  background: none;
  position: unset;
  width: auto;
  height: auto;
  -webkit-transform: none;
          transform: none;
  visibility: unset;
  width: 105%;
}

.New-FTTH-Details .shop-package {
  cursor: pointer;
}

.ir-container.box-image-under-service .right-tab {
  opacity: 0;
}

.ir-container.box-image-under-service .New-FTTH-Details.m-service-modal .modal-title img[src='images/close-modal.svg'] {
  width: 35px;
}

.ir-container.box-image-under-service .New-FTTH-Details.m-service-modal .modal-title .details .left {
  padding: 0 20px;
  gap: 10px;
}

.ir-container.box-image-under-service .New-FTTH-Details.m-service-modal .modal-title .details .left img {
  height: 50vh;
}

.ir-container.box-image-under-service .New-FTTH-Details.m-service-modal .modal-title .details .right {
  padding-right: 0;
}

.ir-container.box-image-under-service .New-FTTH-Details.m-service-modal .modal-title .details .right h1, .ir-container.box-image-under-service .New-FTTH-Details.m-service-modal .modal-title .details .right p {
  font-size: 20px;
}

.box-current-customer .modal-location .enquiry-input p {
  text-align: center;
}

.box-current-customer .modal-location .news-any-catagory {
  margin-top: 30px;
}

.box-current-customer .check-roaming-any-button-dropdown {
  background: white;
}

.box-current-customer .fill-current .enquiry-right:nth-child(3) {
  padding: 20px 0;
}

.box-current-customer .card-success {
  position: relative;
}

.box-current-customer .otp-close-img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  cursor: pointer;
}

#Recommend-Package-Details .any-package-Mphone {
  gap: 5%;
}

#Recommend-Package-Details .details-Mphone {
  width: 30%;
}

#Recommend-Package-Details .box-package-Mphone {
  height: auto;
  background-image: none;
  background-color: #f4f0f0;
  overflow: hidden;
}

#Recommend-Package-Details .details-on-bg-footer,
#Recommend-Package-Details .font-in-bg-under {
  height: unset;
}

#Recommend-Package-Details .box-header-ftth {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
}

#Recommend-Package-Details .box-header-ftth .speedPackage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}

#Recommend-Package-Details .pd-of-line-box-package {
  padding-bottom: 0;
  margin-top: 10px;
}

#Recommend-Package-Details .box-package-Mphone-code {
  border-bottom: none;
  padding: 10px 0 !important;
}

#Recommend-Package-Details .bg-box {
  height: 24vh;
}

#Recommend-Package-Details .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Recommend-Package-Details .ab-b {
  position: absolute;
  width: 100%;
  margin-top: 20px;
}

.details-current {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-current .fill-current {
  color: #4e4e4e;
  position: absolute;
  width: 60%;
  left: 50px;
}

.details-current .fill-current h1 {
  font-size: 24px;
  font-weight: normal;
  padding-right: 50px;
  padding-bottom: 30px;
}

.details-current .fill-current span {
  color: #ed1c24;
}

.details-current .fill-current .enquiry-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: 0;
  width: 100%;
}

.details-current .fill-current .enquiry-right .enquiry-input {
  width: 100%;
}

.details-current .fill-current .enquiry-submit {
  margin-top: 0;
  padding-top: 30px;
}

.details-current .fill-current .check-roaming-any-button-dropdown {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.details-current .bg-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.details-current .bg-current img {
  width: 100%;
}

.active_package_box .box-package-Mphone {
  scale: 1.05 !important;
  top: -10px !important;
  border: 1px solid #ed1c24 !important;
}

.active_package_box .shop-package {
  background: #ed1c24;
}

.active_package_box .shop-package p {
  color: #fff;
}

.new-Equipment {
  border: 1px solid #ed1c24;
  border-radius: 20px;
  padding: 10px 25px;
  margin-bottom: 30px;
}

.new-Equipment .wd100 .flex .flex {
  cursor: pointer;
}

.new-Equipment .new-Equipment-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.new-Equipment .new-Equipment-box .ab {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #ed1c24;
  left: 50%;
}

.new-Equipment .new-Equipment-box .left-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 10px;
  position: relative;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test {
  position: absolute;
  width: 30%;
  display: block;
  right: 0;
  height: 100%;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .slider-eq {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .next-carousel-equipment,
.new-Equipment .new-Equipment-box .left-box .vertical-Test .pre-carousel-equipment {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 5%;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .next-carousel-equipment img,
.new-Equipment .new-Equipment-box .left-box .vertical-Test .pre-carousel-equipment img {
  width: 3.142vh;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .pre-carousel-equipment {
  top: 0;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .next-carousel-equipment {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .owl-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .owl-carousel .owl-stage-outer {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .owl-theme .owl-nav {
  position: absolute;
  height: 100%;
  width: 100%;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .owl-carousel .owl-nav button.owl-next,
.new-Equipment .new-Equipment-box .left-box .vertical-Test .owl-carousel .owl-nav button.owl-prev,
.new-Equipment .new-Equipment-box .left-box .vertical-Test .owl-carousel button.owl-dot {
  position: absolute;
  width: 3.142vh;
  margin: auto;
  height: 3.142vh;
  border-radius: 50%;
  background: teal;
  left: 45%;
  opacity: 0;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .owl-carousel .owl-nav button.owl-prev {
  top: -5px;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .owl-carousel .owl-nav button.owl-next {
  bottom: 5px;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .item {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .item img {
  width: 120% !important;
  border-radius: 15px;
  cursor: pointer;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .item img:hover {
  border: 2px solid #ac1919;
}

.new-Equipment .new-Equipment-box .left-box .vertical-Test .active-mb img {
  border: 2px solid #ac1919;
}

.new-Equipment .new-Equipment-box .left-box .package-service-owl-carousel {
  margin-top: 0;
}

.new-Equipment .new-Equipment-box .left-box img {
  width: 100%;
  border-radius: 24px;
}

.new-Equipment .new-Equipment-box .left-box .Equipment-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-Equipment .new-Equipment-box .left-box .Equipment-slide {
  width: 30%;
}

.new-Equipment .new-Equipment-box .left-box .Equipment-slide .package-service-owl-carousel-box {
  width: 100%;
  display: block;
}

.new-Equipment .new-Equipment-box .left-box .carousel-eq .owl-theme {
  width: 75%;
  margin: auto;
}

.new-Equipment .new-Equipment-box .left-box .carousel-eq .owl-carousel .item {
  text-align: center;
}

.new-Equipment .new-Equipment-box .left-box .carousel-eq .owl-carousel .item img {
  border-radius: unset;
}

.new-Equipment .new-Equipment-box .right-box {
  width: 50%;
  color: #4e4e4e;
}

.new-Equipment .new-Equipment-box .right-box .title {
  font-size: 2.61vh;
}

.new-Equipment .new-Equipment-box .right-box .sub-title {
  font-size: 2.5vh;
  color: #ed1c24;
  margin-top: 20px;
}

.new-Equipment .new-Equipment-box .right-box .dt-u-sub-title {
  font-size: 1.8vh;
}

.new-Equipment .new-Equipment-box .right-box .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.new-Equipment .new-Equipment-box .right-box .cost .left {
  color: #ed1c24;
}

.new-Equipment .new-Equipment-box .right-box .cost .left span {
  font-size: 3.75vh;
}

.new-Equipment .new-Equipment-box .right-box .cost .right {
  width: 30%;
}

.new-Equipment .new-Equipment-box .right-box .cost .right .enquiry-submit {
  margin-top: 0;
}

.new-Equipment .new-Equipment-box .right-box .cost .news-any-catagory {
  border-radius: 5px;
  width: 100%;
}

.new-Equipment .info {
  color: #4e4e4e;
  margin-top: 30px;
  max-height: 0;
  -webkit-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
  overflow-y: hidden;
}

.new-Equipment .info .title {
  font-size: 23.5px;
}

.new-Equipment .info .wd100 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new-Equipment .info .wd100 .flex .flex {
  gap: 10px;
}

.new-Equipment .info p span {
  color: #ed1c24;
}

.new-Equipment .info .enquiry-submit {
  margin-top: 0;
  padding-bottom: 30px;
  text-align: center;
}

.new-Equipment .info .enquiry-submit .news-catagory {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.showMaxHeight {
  max-height: 100vh !important;
  -webkit-transition: max-height 0.7s ease-in !important;
  transition: max-height 0.7s ease-in !important;
}

.btnBookAC {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.btnBookAC p {
  color: #fff;
}

.new-payFee .details-current .bg-current img {
  height: 500px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-payFee .details-current .bg-current {
  width: 100%;
}

.new-payFee .fill-current .label {
  width: 100%;
  height: 45px;
  border: 1px solid #A8A8A8;
  border-radius: 26px;
  padding-left: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  margin-top: 10px;
}

.we-tv .Img-Mphone img {
  border-radius: 19px;
}

.we-tv .under-banner-Mphone {
  font-size: 20px;
}

.we-tv .select-region {
  width: 100%;
  height: unset;
}

.we-tv .head-select {
  padding: 8px 20px;
}

.we-tv .body-select {
  height: unset;
}

.we-tv .body-select p {
  font-size: 20px;
  color: #bf1a1c;
  margin-left: 25px;
}

.we-tv .body-select .content-in-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  color: #bf1a1c;
  position: relative;
}

.we-tv .body-select .content-in-body .correct {
  position: absolute;
  top: 7px;
}

.we-tv .body-select .content-in-body .ic {
  position: absolute;
  top: 0;
}

.we-tv .body-select .content-in-body .title {
  font-weight: bolder;
  font-size: 18px;
}

.new-IDD .check-roaming {
  margin-top: 0;
}

.new-IDD .check-roaming .select-Z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.new-IDD .under-banner-Mphone p {
  font-size: 20px;
  padding-bottom: 20px;
}

.new-IDD .box-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-IDD .box-ex .any-box-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-IDD .box-ex .any-box-ex:first-child .box-left {
  border-color: #cccccc;
}

.new-IDD .box-ex .any-box-ex:first-child .box-right {
  border-color: transparent transparent transparent #cccccc;
}

.new-IDD .box-ex .any-box-ex:first-child .ab-box {
  color: #fff;
}

.new-IDD .box-ex .any-box-ex:last-child .box-left {
  border-color: #ee3124 #ee3124 #ee3124 transparent;
  border-width: 40px 60px 40px 15px;
}

.new-IDD .box-ex .any-box-ex:last-child .box-right {
  border-color: transparent transparent transparent #ee3124;
}

.new-IDD .box-ex .any-box-ex .box-left {
  border-color: #cccccc #cccccc #cccccc transparent;
  border-style: solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 40px 100px 40px 15px;
  position: relative;
  left: 0;
}

.new-IDD .box-ex .any-box-ex .box-right {
  border-color: transparent transparent transparent #cccccc;
  border-style: solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 40px 0px 40px 15px;
  position: relative;
  left: 0;
}

.new-IDD .box-ex .any-box-ex .ab-box {
  position: absolute;
  text-align: center;
  color: #4e4e4e;
  width: 100%;
  padding: 0 20px;
}

.new-IDD .box-ex .any-box-ex .ab-box img {
  width: 100%;
  max-width: 80%;
}

.new-IDD .call-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.new-IDD .call-ex .under-banner-Mphone p {
  padding-bottom: 0;
}

.right-head-OTP a {
  color: #343896;
}

.right-head-OTP img {
  display: none;
}

.new-LTC-in-M_phone .we-tv .body-select {
  padding: 10px 20px;
}

.new-LTC-in-M_phone .we-tv .body-select .content-in-body {
  padding-bottom: 0;
}

.new-LTC-in-M_phone .we-tv .body-select .content-in-body img {
  width: 10px;
}

.new-LTC-in-M_phone .we-tv .body-select p {
  font-size: 14px;
}

.new-LTC-in-M_phone .banner-open-new-number {
  gap: 2%;
}

.new-LTC-in-M_phone .banner-open-new-number .left-banner-home-digital {
  width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3051C;
  cursor: pointer;
}

.new-LTC-in-M_phone .banner-open-new-number .left-banner-home-digital img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.new-LTC-in-M_phone .banner-open-new-number .left-banner-home-digital::after {
  background: none;
}

.new-LTC-in-M_phone .banner-open-new-number .netSim-bg-banner-color {
  background: white;
  border: 1px solid #ed1c24;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital {
  width: 58%;
  border: 1px solid #ed1c24;
  border-radius: 20px;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital::before {
  background: none;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select {
  background: white;
  border-radius: 20px;
  max-height: 380px;
  overflow: hidden;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .content-in-body .title {
  font-size: 16px;
  font-weight: bold;
  color: #ED1C24;
  padding-bottom: 20px;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .content-in-body img {
  width: 12px;
  top: 5px;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .content-in-body svg {
  fill: #ED1C24;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .content-in-body p {
  color: #4e4e4e;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .content-in-body p span, .new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .content-in-body p a {
  color: #ED1C24;
  font-weight: bold;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .content-in-body p a {
  text-decoration: underline;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .button-career-any-d ul {
  margin-top: 10px;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .button-career-any-d li {
  font-size: 14px;
  margin-bottom: 0px;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .button-career-any-d li span, .new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .button-career-any-d li a {
  color: #ED1C24;
  font-weight: bold;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .button-career-any-d li a {
  text-decoration: underline;
}

.new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .left-detail, .new-LTC-in-M_phone .banner-open-new-number .right-banner-home-digital .body-select .detail-in-box-right .right-detail {
  width: 50%;
}

.new-LTC-in-M_phone .replace-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.new-LTC-in-M_phone .replace-box .any-replace-box {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  overflow: hidden;
}

.new-LTC-in-M_phone .replace-box .any-replace-box .head {
  width: 100%;
  text-align: center;
  background-color: #F1F1F1;
  height: 55%;
  padding: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.new-LTC-in-M_phone .replace-box .any-replace-box .head img {
  width: 100%;
  height: 100%;
  max-width: 70%;
}

.new-LTC-in-M_phone .replace-box .any-replace-box .body {
  height: 45%;
  text-align: center;
  width: 100%;
  padding: 30px;
}

.new-LTC-in-M_phone .replace-box .any-replace-box .btn-view-more {
  margin: 30px auto -30px;
}

.new-LTC-in-M_phone .replace-box .any-replace-box .btn-view-more:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: #fff;
}

.new-LTC-in-M_phone .replace-box .any-replace-box .btn-view-more:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.new-LTC-in-M_phone .box-package-Mphone {
  background: none;
  overflow: hidden;
}

.new-LTC-in-M_phone .box-package-Mphone .bg-head {
  background: url("../images/bg-basic-package.svg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0 30px;
}

.new-LTC-in-M_phone .box-package-Mphone .bg-head .top {
  font-size: 25px;
}

.new-LTC-in-M_phone .box-package-Mphone .bg-head h1.net {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 0;
  margin-top: 10px;
}

.new-LTC-in-M_phone .box-package-Mphone .bg-head h1 {
  font-size: 35px;
  padding: 5px 0 20px;
  line-height: 1;
}

.new-LTC-in-M_phone .box-package-Mphone .bg-head p {
  font-size: 18px;
}

.new-LTC-in-M_phone .box-package-Mphone .bg-head p span {
  font-size: 20px;
  font-weight: bold;
}

.new-LTC-in-M_phone .box-package-Mphone .font-in-bg-under {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  height: unset;
  padding: 30px 0;
}

.new-LTC-in-M_phone .box-package-Mphone .font-in-bg-under .cost-package-Mphone {
  font-size: 20px;
  padding-bottom: 10px;
}

.new-LTC-in-M_phone .box-package-Mphone .font-in-bg-under .cost-package-Mphone span {
  font-size: 30px;
  font-weight: bold;
}

.new-LTC-in-M_phone .net-sim-service-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}

.new-LTC-in-M_phone .net-sim-service-details .any-service-detail {
  width: 22%;
  text-align: center;
  padding-bottom: 50px;
}

.new-LTC-in-M_phone .net-sim-service-details .any-service-detail .head img {
  width: 100%;
  max-width: 35%;
  height: 50px;
}

.new-LTC-in-M_phone .net-sim-service-details .any-service-detail .under {
  color: #4e4e4e;
  margin-top: 30px;
}

.new-LTC-in-M_phone #combo-package-details .bg-head {
  background: url("../images/bg-combo-package.svg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 25px 0;
}

.new-LTC-in-M_phone #combo-package-details .bg-head p:first-child {
  font-size: 20px;
}

.new-LTC-in-M_phone #social-package-details .bg-head {
  background: url("../images/purple-banner-image.svg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px 0 10px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new-LTC-in-M_phone #social-package-details .bg-head p:first-child {
  font-size: 20px;
  font-weight: bold;
}

.new-LTC-in-M_phone #social-package-details .bg-head h1 {
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 20px;
}

.new-LTC-in-M_phone #social-package-details .bg-head h1 span {
  font-size: 40px;
}

.new-LTC-in-M_phone #social-package-details .bg-head .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 30%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

.new-LTC-in-M_phone #social-package-details .bg-head .img img {
  width: 100%;
}

.new-LTC-in-M_phone #social-package-details .bg-head .all-sc {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  gap: 0.5%;
  margin: 5px auto;
}

.new-LTC-in-M_phone #social-package-details .bg-head .all-sc img {
  width: 33%;
}

.new-LTC-in-M_phone #social-package-details .bg-head .all-sc-row {
  gap: 0.8%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-LTC-in-M_phone #social-package-details .bg-head .all-sc-row img {
  width: 16%;
}

.new-LTC-in-M_phone #social-package-details .bg-head .free {
  font-size: 16px;
}

.new-LTC-in-M_phone #social-package-details .bg-head .free span {
  font-size: 18px;
}

.new-LTC-in-M_phone #night-people-package-details .box-package-Mphone {
  text-align: start;
}

.new-LTC-in-M_phone #night-people-package-details .box-package-Mphone .cost-package-Mphone {
  text-align: center;
}

.new-LTC-in-M_phone #night-people-package-details .bg-head {
  background: url("../images/bg-night-package.svg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px 20px 10px;
}

.new-LTC-in-M_phone #night-people-package-details .bg-head .clock {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}

.new-LTC-in-M_phone #night-people-package-details .bg-head .top {
  font-size: 20px;
}

.new-LTC-in-M_phone .new-tourist-sim .tourist-sim-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.new-LTC-in-M_phone .new-tourist-sim .tourist-sim-tabs .box-tabs {
  padding: 20px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#dbdbdb));
  background: linear-gradient(90deg, #f1f1f1 0%, #dbdbdb 100%);
  border-radius: 28px;
  cursor: pointer;
  min-width: 175px;
}

.new-LTC-in-M_phone .new-tourist-sim .tourist-sim-tabs .box-tabs img {
  height: 40px;
}

.new-LTC-in-M_phone .new-tourist-sim .tourist-sim-tabs .box-tabs:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23)) !important;
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%) !important;
  color: #fff;
}

.new-LTC-in-M_phone .new-tourist-sim .tourist-sim-tabs .box-tabs:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.new-LTC-in-M_phone .new-tourist-sim .bg-head {
  padding: 20px 10px;
}

.new-LTC-in-M_phone .new-tourist-sim .button-career-any-d ul {
  color: #4E4E4E;
}

.new-LTC-in-M_phone .new-tourist-sim .button-career-any-d li span, .new-LTC-in-M_phone .new-tourist-sim .button-career-any-d li a {
  color: #ED1C24;
}

.new-LTC-in-M_phone .new-tourist-sim .button-career-any-d li a {
  text-decoration: underline;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim {
  border-radius: 20px;
  overflow: hidden;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23)) !important;
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%) !important;
  color: white;
  font-size: 18px;
  text-align: center;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .head .title {
  border-right: 1px solid #CBCBCB;
  padding: 10px 20px;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .head .title:last-child {
  border-right: none;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F0F0F0;
  border-bottom: 1px solid #CBCBCB;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .title:last-child {
  border-bottom: none;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .title .info {
  padding: 10px 20px;
  border-right: 1px solid #CBCBCB;
  font-weight: bold;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .title .info:first-child {
  text-align: center;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .title .info:last-child {
  border-right: none;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E9E9E9;
  font-size: 14px;
  border-bottom: 1px solid #CBCBCB;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .sub-title:last-child {
  border-bottom: none;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .sub-title .info {
  padding: 10px 20px;
  text-align: center;
  border-right: 1px solid #CBCBCB;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .sub-title .info:last-child {
  border-right: none;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .sub-title .info-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border-right: 1px solid #CBCBCB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .sub-title .info-map .graphic {
  padding: 5px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  border-radius: 20px;
  color: white;
  border: none;
  cursor: pointer;
}

.new-LTC-in-M_phone .new-tourist-sim .table-service-tourist-sim .body .any-body .sub-title .info-map:last-child {
  border-right: none;
}

.new-LTC-in-M_phone .new-tourist-sim .Self-Service-title .package-Mphone-title {
  padding-left: 30px;
  position: relative;
}

.new-LTC-in-M_phone .new-tourist-sim .Self-Service-title .package-Mphone-title .numb {
  position: absolute;
  left: 0;
}

.new-LTC-in-M_phone .new-tourist-sim .Self-Service-title .table-how-to-topup {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}

.new-LTC-in-M_phone .new-tourist-sim .Self-Service-title .table-how-to-topup .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D5D5D5;
}

.new-LTC-in-M_phone .new-tourist-sim .Self-Service-title .table-how-to-topup .table:last-child {
  border-bottom: none;
}

.new-LTC-in-M_phone .new-tourist-sim .Self-Service-title .table-how-to-topup .table .left {
  font-size: 18px;
  color: #fff;
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-LTC-in-M_phone .new-tourist-sim .Self-Service-title .table-how-to-topup .table .right {
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#dbdbdb));
  background: linear-gradient(90deg, #f1f1f1 0%, #dbdbdb 100%);
  text-align: center;
  padding: 20px;
}

.new-LTC-in-M_phone .new-tourist-sim .content-in-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-left: 30px;
  padding-bottom: 10px;
}

.new-LTC-in-M_phone .new-tourist-sim .content-in-body .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.new-LTC-in-M_phone .new-tourist-sim .content-in-body .flex .text-in-box {
  min-width: 24px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 5px;
}

.new-LTC-in-M_phone .new-tourist-sim .content-in-body .flex .text-in-box.pd-box {
  padding: 0 10px;
}

.new-LTC-in-M_phone .new-tourist-sim .content-in-body .flex .button-tel-package {
  width: 24px;
  height: 30px;
}

.new-LTC-in-M_phone .new-tourist-sim .content-in-body .flex .button-tel-package img {
  width: 100px;
  max-width: 60%;
}

.new-LTC-in-M_phone .new-tourist-sim .content-in-body-n-flex {
  margin-left: 30px;
  padding-bottom: 20px;
}

.new-LTC-in-M_phone #Where-to-buy-details .Img-Mphone .ab-title {
  top: 30px;
  -webkit-transform: unset;
          transform: unset;
}

.new-LTC-in-M_phone #Where-to-buy-details .Img-Mphone .ab-title h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
}

.new-LTC-in-M_phone .table-international-call-rate {
  width: 50%;
  font-size: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

.new-LTC-in-M_phone .table-international-call-rate .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-LTC-in-M_phone .table-international-call-rate .details:last-child .left, .new-LTC-in-M_phone .table-international-call-rate .details:last-child .right {
  border-bottom: none;
}

.new-LTC-in-M_phone .table-international-call-rate .details .left {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  width: 50%;
  border-bottom: 1px solid #CBCBCB;
  padding: 20px 10px;
}

.new-LTC-in-M_phone .table-international-call-rate .details .right {
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#dbdbdb));
  background: linear-gradient(90deg, #f1f1f1 0%, #dbdbdb 100%);
  width: 50%;
  border-bottom: 1px solid #CBCBCB;
  padding: 20px 10px;
}

.new-LTC-in-M_phone .auspicious-number-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-LTC-in-M_phone .auspicious-number-content .left {
  width: 50%;
  margin-top: 30px;
  color: #4E4E4E;
}

.new-LTC-in-M_phone .auspicious-number-content .left > p {
  font-size: 20px;
  padding-right: 50px;
}

.new-LTC-in-M_phone .auspicious-number-content .right {
  width: 50%;
  text-align: center;
}

.new-LTC-in-M_phone .auspicious-number-content .right img {
  width: 100%;
  max-width: 70%;
}

.new-LTC-in-M_phone .esim-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-LTC-in-M_phone .esim-content .left {
  width: 50%;
}

.new-LTC-in-M_phone .esim-content .left img {
  width: 100%;
}

.new-LTC-in-M_phone .esim-content .right {
  width: 50%;
}

.new-LTC-in-M_phone .esim-content .right .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.new-LTC-in-M_phone .esim-content .right .details .icon img {
  width: 30px;
}

.new-LTC-in-M_phone .esim-content .right .details .sub-details {
  font-size: 18px;
  color: #4E4E4E;
}

.new-LTC-in-M_phone .esim-content .ir-container .service-call-auto-tab .btn {
  width: 20%;
}

.new-LTC-in-M_phone .esim-content .service-call-auto-tab-detail .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.new-LTC-in-M_phone .esim-content .service-call-auto-tab-detail .details .content {
  width: 25%;
  color: #4E4E4E;
  display: block;
}

.new-LTC-in-M_phone .esim-content .service-call-auto-tab-detail .details .content .title {
  font-weight: bold;
}

.new-LTC-in-M_phone .esim-content .service-call-auto-tab-detail .details .content .sub-title {
  margin-top: 20px;
}

.new-LTC-in-M_phone #m-phone-banner .button-career-any-d li, .new-LTC-in-M_phone #net-sim-details .button-career-any-d li {
  position: relative;
  margin-left: 10px;
  line-height: 1.3;
}

.new-LTC-in-M_phone #m-phone-banner .button-career-any-d li::before, .new-LTC-in-M_phone #net-sim-details .button-career-any-d li::before {
  position: absolute;
  top: 6px;
  left: -10px;
}

.new-top-up .top-up-tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-top-up .top-up-tabs-head .box-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-align: center;
  width: 20%;
  padding: 20px;
  background: #F1F1F1;
  border-radius: 20px;
  cursor: pointer;
}

.new-top-up .top-up-tabs-head .box-tabs p {
  margin-top: 20px;
}

.new-top-up .top-up-tabs-head .box-tabs img {
  height: 80px;
}

.new-top-up .top-up-tabs-head .box-tabs:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.new-top-up .top-up-tabs-head .box-tabs:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.new-top-up .top-up-tabs-head .box-tabs:hover p {
  color: #fff;
}

.new-top-up .table-top-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  background: #e8e8e8;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.new-top-up .table-top-up .ab-left {
  position: absolute;
  width: 15%;
}

.new-top-up .table-top-up .ab-left img {
  width: 100%;
}

.new-top-up .table-top-up .ab-right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-top-up .table-top-up .ab-people {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}

.new-top-up .table-top-up .ab-people img {
  width: 100%;
}

.new-top-up .table-top-up .left {
  width: 25%;
  text-align: right;
  padding: 0 20px;
  z-index: 1;
  margin-top: 20px;
}

.new-top-up .table-top-up .left p {
  color: #4E4E4E;
  font-size: 22px;
}

.new-top-up .table-top-up .left .eng-title {
  color: #BF1A1C;
  text-transform: uppercase;
}

.new-top-up .table-top-up .right {
  width: 75%;
  z-index: 1;
}

.new-top-up .table-top-up .right .table-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D5D5D5;
}

.new-top-up .table-top-up .right .table-right:last-child {
  border-bottom: none;
}

.new-top-up .table-top-up .right .table-right .c-box {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 20px;
}

.new-top-up .table-top-up .right .table-right .any-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8%;
  padding: 20px 20px 0;
}

.new-top-up .table-top-up .right .table-right .any-img .mini-img {
  width: 16%;
  text-align: center;
  padding-bottom: 20px;
}

.new-top-up .table-top-up .right .table-right .any-img .mini-img img {
  width: 100%;
  height: 50px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 10px;
}

.new-top-up .table-top-up .right .table-right .any-img .mini-img p {
  font-size: 12px;
}

.new-top-up .table-top-up .right .table-right .any-img .big-icon {
  width: 40%;
}

.new-top-up .table-top-up .right .table-right .any-img .big-icon img {
  height: unset;
}

.new-top-up .ir-container .container {
  width: 95%;
}

.new-top-up .ir-container .service-call-auto-tab-detail {
  border-radius: 0 0px 20px 20px;
}

.new-top-up .ir-container .service-call-auto-tab {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.new-top-up .ir-container .service-call-auto-tab .btn {
  width: 25%;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#dbdbdb));
  background: linear-gradient(90deg, #f1f1f1 0%, #dbdbdb 100%);
}

.new-top-up .ir-container .service-call-auto-tab .btn.active {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.new-top-up .ir-container .service-call-auto-tab .btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.new-top-up .ir-container .hour24-tab .service-call-auto-tab {
  width: 50%;
  margin-top: 50px;
}

.new-top-up .ir-container .hour24-tab .service-call-auto-tab .btn {
  text-align: center;
  padding: 10px 5px;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#dbdbdb));
  background: linear-gradient(90deg, #f1f1f1 0%, #dbdbdb 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-top-up .ir-container .hour24-tab .service-call-auto-tab .btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.new-top-up .ir-container .hour24-tab .service-call-auto-tab .btn:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.new-top-up .ir-container .hour24-tab .service-call-auto-tab .btn img {
  width: 100%;
  max-width: 30%;
  height: 40px;
}

.new-top-up .ir-container .hour24-tab .service-call-auto-tab .active {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.new-top-up .ir-container .hour24-tab .service-call-auto-tab .active img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.new-top-up .ir-container .hour24-tab .bg-24hr {
  background: url("../images/banner-fill.png") right center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  background-position-x: 98%;
  background-position-y: -5px;
}

.new-top-up .ir-container .hour24-tab .bg-24hr .business-request.suggester-input {
  width: 50%;
}

.new-top-up .ir-container .hour24-tab .bg-24hr .enquiry-submit .news-any-catagory {
  background: white;
}

.new-top-up .ir-container .hour24-tab .bg-24hr .enquiry-submit .news-any-catagory:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.new-top-up .ir-container .hour24-tab .tab-24hr-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background: #EA1C24;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.new-top-up .ir-container .hour24-tab .tab-24hr-bottom .border-img {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 5px;
  border-radius: 5px;
}

.new-top-up .ir-container .hour24-tab .tab-24hr-bottom .border-img img {
  width: 100%;
  max-width: 20px;
}

.new-top-up .owl-theme .owl-nav {
  position: absolute;
  top: 35%;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.new-top-up .owl-theme .owl-nav .owl-prev {
  position: relative;
  left: -35px;
}

.new-top-up .owl-theme .owl-nav .owl-next {
  position: relative;
  right: -30px;
}

.new-top-up .forScrollAll {
  top: -60px !important;
}

.new-top-up #box-tabs-details2 .ab-title h1:last-child {
  color: #BF1A1C;
}

.Img-Mphone .ab-title {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}

.Img-Mphone .ab-title h1 {
  font-size: 30px;
  color: #4E4E4E;
}

.active-news.box-tabs {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23)) !important;
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%) !important;
}

.active-news.box-tabs img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.forScrollAll {
  position: relative;
  top: -80px;
}

.active-news .sidebar-img-inactive {
  display: none !important;
}

.active-news .sidebar-img-active {
  display: block !important;
  -webkit-filter: unset !important;
          filter: unset !important;
}

.auspicious-number-details .banner-home-digital {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auspicious-number-details .banner-home-digital .right-banner-home-digital {
  width: 50%;
}

.clear-form {
  border: none;
  background: none;
}

.enquiry-submit .clear-form-box p {
  padding: 0;
}

.enquiry-submit .clear-form-box p input[type="reset"] {
  font-size: 17px;
  color: #4E4E4E;
  cursor: pointer;
  padding: 5px 36px;
}

.enquiry-submit .clear-form-box:hover p input[type="reset"] {
  color: #fff;
}

.pass-info:disabled, .pass-mb:disabled {
  background: #fff;
}

.read-more-news {
  display: -webkit-box;
}

.shop-LTC-page .right-content {
  width: 100%;
}

.shop-LTC-page .any-package-Mphone {
  width: 90%;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone {
  height: 400px;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  height: 60%;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .box-head {
  height: 30%;
  padding-top: 10px;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .box-head .title {
  font-size: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .box-head .title span {
  -webkit-text-fill-color: #4E4E4E;
  font-size: 18px;
  font-weight: normal;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .box-head .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .box-head .img img {
  width: 16%;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .pd-of-line-box-package {
  padding: 0;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .pd-of-line-box-package .box-package-Mphone-code {
  padding: 0 !important;
  border-bottom: none;
  font-size: 26px;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .pd-of-line-box-package .box-package-Mphone-code span {
  font-size: 36px;
  font-weight: bold;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .pd-of-line-box-package .title {
  font-size: 18px;
  color: #4E4E4E;
  font-weight: normal;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .pd-of-line-box-package .title span {
  background-image: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: bold;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .box-footer {
  color: #4E4E4E;
  border-top: 1px solid #F8F8F8;
  height: 20%;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .box-footer p {
  font-size: 24px;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .on-bg-top .box-footer p span {
  font-size: 32px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .font-in-bg-under {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 40%;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .font-in-bg-under .box-head {
  color: #fff;
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .font-in-bg-under .box-head p {
  font-size: 24px;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .font-in-bg-under .box-head p span {
  font-size: 32px;
  font-weight: bold;
}

.shop-LTC-page .any-package-Mphone .box-package-Mphone .font-in-bg-under .dial {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 15px;
  gap: 10px;
}

.shop-LTC-page .any-package-Mphone .details-Mphone.new-LTC-in-M_phone .box-head {
  height: auto;
}

.shop-LTC-page .any-package-Mphone .details-Mphone.new-LTC-in-M_phone .box-head p {
  font-size: 20px;
}

.shop-LTC-page .any-package-Mphone .details-Mphone.new-LTC-in-M_phone .bg-head.bg-combo-package {
  background: url("../images/bg-combo-package.svg") center center;
}

.shop-LTC-page .any-package-Mphone .details-Mphone.new-LTC-in-M_phone .box-footer {
  border-top: none;
}

.shop-LTC-page .any-package-Mphone .details-Mphone.new-LTC-in-M_phone .box-footer p {
  color: #fff;
  font-size: 20px;
}

.shop-LTC-page .any-package-Mphone .details-Mphone.new-LTC-in-M_phone .box-footer p span {
  -webkit-text-fill-color: #fff;
  font-size: 26px;
}

.shop-LTC-page .any-package-Mphone #social-package-details .bg-head {
  height: 60%;
}

.shop-LTC-page .any-package-Mphone .many-details#social-package-details .bg-head h1 {
  padding: 0;
}

.shop-LTC-page .any-package-Mphone #night-people-package-details .bg-head {
  height: 60%;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop-LTC-page .view-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}

.shop-LTC-page .view-more .shop-package {
  margin: 0;
  color: #ED1C24;
}

.shop-LTC-page .view-more .shop-package:hover {
  background: #ED1C24;
  color: #fff;
}

.shop-LTC-page .view-more .shop-package:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.shop-LTC-page .any-mb-box {
  width: 100%;
  gap: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-LTC-page .any-mb-box .box-details {
  width: 18%;
  padding-bottom: 50px;
}

.shop-LTC-page .any-mb-box .box-details .box img {
  width: 100%;
}

.shop-LTC-page .any-mb-box .box-details .box p {
  text-align: center;
}

.shop-LTC-page.with-sidebar .right-content {
  width: 76%;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right {
  width: auto;
  right: 50px;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right .header .title {
  font-size: 20px;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right .header .title h1 {
  font-size: 20px;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right .details {
  padding: 30px 0;
  gap: 20px;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right .details .any {
  font-size: 15px;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service .ab-right.relative {
  width: 60%;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service .left-img-ab {
  width: 40%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service.services .ab-right {
  width: 60%;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service.services .ab-right .modal-box .any {
  font-size: 14px;
}

.shop-LTC-page.with-sidebar .download-page .banner-M-service.services .ab-right .modal-box .any img {
  height: 45px;
}

.shop-LTC-page.with-sidebar .download-page .ir-container .right-tab {
  width: 24%;
  right: -8%;
}

.shop-LTC-page.with-sidebar .download-page .ir-container .right-tab .any {
  font-size: 12px;
}

.shop-LTC-page.with-sidebar .download-page .ir-container .right-tab .any img {
  height: 30px;
}

.shop-LTC-page.with-sidebar .download-page .banner-footer-M-service {
  background-position-x: -70px;
}

.shop-LTC-page.with-sidebar .download-page .banner-footer-M-service h1 {
  font-size: 30px;
}

.shop-LTC-page.with-sidebar .download-page .banner-footer-M-service img {
  max-height: 130px;
}

.shop-LTC-page.with-sidebar .download-page .banner-footer-M-service .icon-store {
  gap: 10px;
}

.shop-LTC-page.with-sidebar .Img-Mphone.absolute {
  border-radius: 30px;
  overflow: hidden;
}

.menu-item-w-text-a.menu-item {
  padding: 0;
}

.menu-item-w-text-a.menu-item .text-a {
  color: #4E4E4E;
  padding: 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-item-w-text-a.menu-item:hover .text-a {
  color: #fff;
}

.menu-item-w-text-a.menu-item:hover .text-a img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.active-menu-item.menu-item-w-text-a.menu-item .text-a {
  color: #fff;
}

.any-package-data-package-roaming.grid-four {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.any-package-data-package-roaming.grid-four .details-Mphone {
  width: unset;
}

.mb_eq_details {
  width: 90%;
}

.mb_eq_details .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.mb_eq_details .details .left, .mb_eq_details .details .right {
  width: 50%;
}

.mb_eq_details .details .left .main-img img {
  width: 100%;
}

.mb_eq_details .details .left .mini-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}

.mb_eq_details .details .left .mini-img div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb_eq_details .details .left .mini-img div img {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
}

.mb_eq_details .details .left .mini-img div img:hover {
  border: 2px solid #ac1919;
}

.mb_eq_details .details .left .mini-img .active-mb {
  border: 2px solid #ac1919;
}

.mb_eq_details .details .right .package-Mphone {
  margin-top: 0 !important;
  text-transform: inherit;
}

.mb_eq_details .details .right ul {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.mb_eq_details .details .right ul li {
  font-size: 18px;
  color: #4E4E4E;
}

.mb_eq_details .details .right .enquiry-input {
  gap: 15px;
}

.mb_eq_details .details .right .enquiry-input p {
  font-size: 18px;
  color: #4E4E4E;
}

.mobile-application a.mobile-application-image {
  cursor: pointer;
}

.mobile-application a.mobile-application-image:hover span {
  color: #7C2529;
  font-weight: bold;
}

.banner-M-service {
  position: relative;
}

.banner-M-service .ab-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 60%;
}

.banner-M-service .ab-right .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.banner-M-service .ab-right .header .icon {
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-M-service .ab-right .header .icon img {
  height: 100%;
  width: 100%;
}

.banner-M-service .ab-right .header .title {
  font-size: 24px;
}

.banner-M-service .ab-right .header .title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #FF0004;
}

.banner-M-service .ab-right .header .title h1 span {
  color: #4E4E4E;
  font-weight: normal;
}

.banner-M-service .ab-right .header .title p {
  color: #4E4E4E;
}

.banner-M-service .ab-right .details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
  row-gap: 20px;
  padding: 40px 0;
  color: #4E4E4E;
}

.banner-M-service .ab-right .details .any {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.banner-M-service .ab-right .right-banner-home-digital {
  width: 50%;
}

.banner-M-service .right-content-in-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 0;
}

.banner-M-service .Img-Mphone.absolute {
  height: 100%;
  width: 100%;
}

.download-page .ir-container {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.download-page .ir-container .Img-Mphone {
  height: 100%;
  cursor: default;
}

.download-page .ir-container .Img-Mphone img {
  width: 105%;
}

.download-page .ir-container .right-tab {
  width: 17%;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#dbdbdb));
  background: linear-gradient(90deg, #f1f1f1 0%, #dbdbdb 100%);
  text-align: center;
  display: -ms-grid;
  display: grid;
  border-radius: 20px 0 0 20px;
  position: relative;
  right: -6%;
}

.download-page .ir-container .right-tab .any {
  padding: 10px 20px;
  cursor: pointer;
}

.download-page .ir-container .right-tab .any:first-child:hover {
  border-radius: 20px 0 0 0px;
}

.download-page .ir-container .right-tab .any:last-child:hover {
  border-radius: 0px 0 0 20px;
}

.download-page .ir-container .right-tab .any:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.download-page .ir-container .right-tab .any:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.download-page .ir-container .right-tab .any:hover p {
  color: #fff;
}

.download-page .ir-container .right-tab .active:first-child {
  border-radius: 20px 0 0 0px;
}

.download-page .ir-container .right-tab .active:last-child {
  border-radius: 0px 0 0 20px;
}

.download-page .ir-container .right-tab .active img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.download-page .ir-container .right-tab .active p {
  color: #fff;
}

.download-page .banner-M-service.services .ab-right {
  right: 5%;
  width: 50%;
}

.download-page .banner-M-service.services .ab-right .modal-box {
  display: -ms-grid;
  display: grid;
  text-align: center;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.download-page .banner-M-service.services .ab-right .modal-box .any {
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#dbdbdb));
  background: linear-gradient(90deg, #f1f1f1 0%, #dbdbdb 100%);
  padding: 10px;
  border-radius: 13px;
  color: #4E4E4E;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.download-page .banner-M-service.services .ab-right .modal-box .any:hover {
  border: 1px solid #ED1C24;
}

.download-page .banner-M-service.services .ab-right .modal-box .any:hover p {
  font-weight: bold;
  color: #ED1C24;
}

.download-page .banner-M-service.services .ab-right .modal-box .any img {
  height: 60px;
}

.download-page .banner-M-service.services .ab-right .modal-box .any p {
  line-height: 1.3;
}

.download-page .New-FTTH-Details.m-service-modal .modal-location .card-location {
  width: 90%;
  background: url("../images/m-service-modal-bg.svg") center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.download-page .New-FTTH-Details.m-service-modal .modal-location.image-under-service .card-location {
  width: 100%;
}

.download-page .New-FTTH-Details.m-service-modal .modal-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0;
}

.download-page .New-FTTH-Details.m-service-modal .modal-title .details {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
}

.download-page .New-FTTH-Details.m-service-modal .modal-title .details .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.download-page .New-FTTH-Details.m-service-modal .modal-title .details .left img {
  height: 60vh;
}

.download-page .New-FTTH-Details.m-service-modal .modal-title .details .right {
  width: inherit;
  text-align: center;
  padding-right: 60px;
}

.download-page .New-FTTH-Details.m-service-modal .modal-title .details .right h1 {
  font-size: 24px;
  font-weight: bold;
  color: #ED1C24;
}

.download-page .New-FTTH-Details.m-service-modal .modal-title .details .right p {
  font-size: 24px;
}

.download-page .box-step-download {
  padding: 30px 0;
  padding-left: 80px;
  padding-right: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#dbdbdb));
  background: linear-gradient(90deg, #f1f1f1 0%, #dbdbdb 100%);
  border-radius: 13px;
}

.download-page .box-step-download .main-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-page .box-step-download .main-video .right-banner-home-digital {
  width: 50%;
}

.download-page .box-step-download .main-video .right {
  width: 50%;
  text-align: center;
}

.download-page .box-step-download .main-video .right p {
  font-size: 24px;
  color: #4E4E4E;
  padding-left: 10px;
}

.download-page .box-step-download .sub-video .package-service-item {
  padding: 0;
  margin: 0;
  background: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 10px;
}

.download-page .box-step-download .sub-video .package-service-item .right-banner-home-digital {
  width: 100%;
}

.download-page .box-step-download .sub-video .btn-play-video img {
  width: 22px;
}

.download-page .box-step-download .sub-video .package-service-owl-carousel-box {
  position: relative;
}

.download-page .box-step-download .sub-video .package-service-owl-carousel-box .container {
  width: 100%;
}

.download-page .box-step-download .sub-video .pre-btn-IOS-tab3, .download-page .box-step-download .sub-video .next-btn-IOS-tab3 {
  position: absolute;
  width: 100%;
  top: calc(50% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.download-page .box-step-download .sub-video .pre-btn-IOS-tab3 img, .download-page .box-step-download .sub-video .next-btn-IOS-tab3 img {
  width: auto;
  height: auto;
}

.download-page .box-step-download .sub-video .pre-btn-IOS-tab3 {
  left: -70px;
}

.download-page .box-step-download .sub-video .next-btn-IOS-tab3 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: -60px;
}

.download-page .box-step-download .sub-video .next-btn-IOS-tab3 img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.download-page .box-step-download .sub-video .service-call-auto-tab-detail .btn-play-video {
  width: 30px;
  height: 30px;
}

.download-page .box-step-download .sub-video .service-call-auto-tab-detail .btn-play-video img {
  width: 10px;
  margin-left: 3px;
}

.download-page .banner-link-download-m-service {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-page .banner-link-download-m-service img {
  width: 100%;
  border-radius: 13px;
}

.banner-footer-M-service {
  background: url("../images/banner-footer-dowloadApp.svg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
  margin-top: 50px;
  border-radius: 18px;
}

.banner-footer-M-service h1 {
  font-size: 35px;
  color: #fff;
}

.banner-footer-M-service .icon-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.login-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  position: relative;
  padding-bottom: 200px;
}

.login-opt .left, .login-opt .right {
  width: 50%;
}

.login-opt .left {
  color: #4E4E4E;
  font-size: 20px;
}

.login-opt .left p {
  margin-top: 30px;
}

.login-opt .right {
  color: #4E4E4E;
  font-size: 18px;
}

.login-opt .right input {
  color: #4E4E4E;
}

.login-opt .right .un-pass {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.login-opt .ab-line-center {
  width: 2px;
  background: #707070;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.33;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.un-eye {
  fill: #A9A9A9;
}

.pass-text .un-eye {
  display: none;
}

.pass-text .at-eye {
  display: block !important;
}

.profile-box {
  background: rgba(239, 239, 239, 0.7);
  padding: 50px;
}

.profile-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 50px;
}

.profile-box .right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.profile-box .right .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.profile-box .edit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}

.profile-box .edit-btn .news-any-catagory {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.user-test {
  display: none;
}

.menu-dropdown-li:last-child .menu-dropdown-item-line {
  display: none;
}

.enquiry-right input[type="password"] {
  width: 100%;
  height: 45px;
  border: 1px solid #A8A8A8;
  border-radius: 26px;
  padding-left: 20px;
  font-size: 18px;
  outline: none;
}

.soft-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.absolute {
  position: absolute;
}

.my-slider-test.with-box-shadow .sp-slides-container {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
}

.my-slider-test.with-box-shadow .sp-button {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.body-news-package {
  height: 40%;
}

.modal-location.customize-box-package-package-page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-location.customize-box-package-package-page .modal-info {
  background: white;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px;
  border-radius: 12px;
  position: relative;
}

.modal-location.customize-box-package-package-page .modal-info .cancel-box {
  position: absolute;
  top: 10px;
  right: 20px;
}

.modal-location.customize-box-package-package-page .modal-info .cancel-box img {
  width: 30px;
}

.modal-location.customize-box-package-package-page .cancel-box {
  position: absolute;
  top: 10px;
  right: 20px;
}

.modal-location.customize-box-package-package-page .cancel-box img {
  width: 30px;
}

.right-tone-how-to-download {
  background: url("../images/099.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px;
  border-radius: 20px;
}

.right-tone-how-to-download .head {
  padding-bottom: 30px;
  color: #4E4E4E;
}

.right-tone-how-to-download .head .title {
  font-size: 20px;
  font-weight: bold;
}

.right-tone-how-to-download .home-digital-info .title {
  color: #4E4E4E;
  font-size: 25px;
}

.right-tone-how-to-download .home-digital-info ul {
  padding-bottom: 0;
}

.right-tone-how-to-download .home-digital-info ul li {
  margin-bottom: 0;
}

.right-tone-how-to-download .home-digital-info ul {
  padding-left: 0;
  margin-top: 0;
}

.banner-Mphone .right-tone-how-to-download .home-digital-info {
  margin-top: 0;
}

.right-tone-how-to-download.CO-LOCATION .headTitle {
  font-size: 30px;
  color: #4E4E4E;
  text-decoration: underline;
  padding-bottom: 20px;
}

.right-tone-how-to-download.CO-LOCATION .details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.right-tone-how-to-download.CO-LOCATION .home-digital-info ul {
  padding: 0;
}

.right-tone-how-to-download.CLOUD-PBX .headTitle {
  color: #4E4E4E;
  font-size: 25px;
  padding-bottom: 30px;
}

.right-tone-how-to-download.CLOUD-PBX ol {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
}

.right-tone-how-to-download.CLOUD-PBX ol li {
  color: #4E4E4E;
  font-size: 18px;
  position: relative;
}

.New-FTTH-Details.new-box-LEASED-LINE .any-package-Mphone {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}

.New-FTTH-Details.new-box-LEASED-LINE .any-package-Mphone .details-Mphone {
  width: unset;
  padding-bottom: 0;
}

.New-FTTH-Details.new-box-LEASED-LINE .any-package-Mphone .pd-of-line-box-package {
  padding: 0 15px;
  padding-bottom: 20px;
}

.New-FTTH-Details.new-box-LEASED-LINE .any-package-Mphone .box-package-Mphone .box-package-Mphone-code {
  font-size: 18px;
  line-height: 1.2;
}

.New-FTTH-Details.new-box-LEASED-LINE .any-package-Mphone .box-package-Mphone .box-package-Mphone-code span {
  font-size: 26px;
}

.right-tone-how-to-download.ring-tone .home-digital-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.right-tone-how-to-download.ring-tone .li-no-flex {
  display: unset !important;
}

.span-button-like-mb {
  min-width: 24px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: #fff;
  border-radius: 5px;
  padding: 0 7px;
}

.span-for-svg {
  position: relative;
}

.span-for-svg svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
}

.right-tone-how-to-download .one-grab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.right-tone-how-to-download .one-grab .mb-grab {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-tone-how-to-download .one-grab .mb-grab .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 20px;
}

.right-tone-how-to-download .one-grab .mb-grab .img-mb {
  padding: 20px 40px;
  background: #DFE0E2;
  border-radius: 50px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.right-tone-how-to-download .one-grab .mb-grab .details {
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  padding: 20px;
  margin: 20px;
  font-size: 24px;
  color: #fff;
  width: 80%;
  margin: 20px auto;
  border-radius: 20px;
  height: 100%;
}

#Recommend-Package-Details.privilege .bg-box {
  height: auto;
}

#Recommend-Package-Details.privilege .font-in-bg-under {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#Recommend-Package-Details.privilege .font-in-bg-under img[src="./images/footer-box.svg"] {
  position: absolute;
  width: 100%;
  height: auto;
}

#Recommend-Package-Details.privilege .font-in-bg-under .dial {
  padding: 50px 0 20px;
}

#Recommend-Package-Details.privilege .font-in-bg-under .dial .password-package-Mphone {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.New-IR-Details .right-tone-how-to-download.ring-tone {
  background: none;
  padding: 0;
}

.New-IR-Details .right-tone-how-to-download.ring-tone .li-no-flex {
  font-size: 16px;
}

.New-IR-Details .right-tone-how-to-download.ring-tone .li-no-flex span {
  font-size: 16px;
  color: #980d12;
  display: unset;
}

.New-IR-Details .right-tone-how-to-download.ring-tone .li-no-flex span img[src="./images/plus-bg-P.svg"] {
  position: relative;
  top: 8px;
}

.New-IR-Details .right-tone-how-to-download.ring-tone .li-no-flex span img[src="./images/tel-package.svg"] {
  position: relative;
  top: 2px;
}

.New-IR-Details .right-tone-how-to-download.ring-tone .li-no-flex span .button-tel-package {
  display: unset;
  padding: 2px 5px;
  position: relative;
  top: -2px;
}

.shop-LTC-page.edit-latest .any-package-Mphone {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  row-gap: 0;
}

.shop-LTC-page.edit-latest .any-package-Mphone .details-Mphone {
  width: auto;
}

.shop-LTC-page.edit-latest .new-ir-roaming .page-no-title {
  /*width: 95%;*/
  margin: auto;
  overflow: visible;
}

.shop-LTC-page.edit-latest .owl-carousel .owl-stage-outer {
  /*width: 95%;*/
  margin: auto;
  z-index: 1;
}

.shop-LTC-page.edit-latest .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 105%;
  left: -2.5%;
}

.new-LTC-in-M_phone #m-phone-banner .button-career-any-d li, .new-LTC-in-M_phone #net-sim-details .button-career-any-d li {
  color: #4E4E4E;
}

.any-package-Mphone.package-business.new-center-cloud-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone {
  padding-bottom: 0;
  width: auto;
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone .box-package-Mphone {
  background: #eee;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone .box-package-Mphone .details-on-bg-footer {
  height: auto;
  padding-top: 50px;
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone .box-package-Mphone .details-on-bg-footer .pd-of-line-box-package {
  padding-bottom: 20px;
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone .box-package-Mphone .details-on-bg-footer .pd-of-line-box-package .box-package-Mphone-code {
  padding-bottom: 20px;
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone .box-package-Mphone .details-on-bg-footer .data-Mphone {
  line-height: 1.5;
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone .box-package-Mphone .font-in-bg-under {
  height: auto;
  padding: 50px 0 30px;
  position: relative;
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone .box-package-Mphone .font-in-bg-under .ab-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.any-package-Mphone.package-business.new-center-cloud-box .details-Mphone .box-package-Mphone .font-in-bg-under .ab-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.right-tone-how-to-download.pdYX-30-100 {
  padding: 30px 100px;
}

.right-tone-how-to-download.pdYX-30-100 a {
  color: #ED1C24;
  text-decoration: underline;
  font-weight: bold;
}

.pop-homepage {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

.pop-homepage .popup-background {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.pop-homepage .popup-img {
  position: absolute;
}

.pop-homepage .popup-img img {
  width: auto;
  height: 80vh;
}

.new-IDD.new-draw .box-ex .any-box-ex .ab-box {
  position: relative;
  min-width: 100px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-ab-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
}

.box-ab-arrow .box-left {
  width: inherit !important;
}

.footer-img-099 {
  -webkit-clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 20%;
  background: red;
  right: 0;
}

.box-button-career .button-career-d .btn-download-career-form {
  text-align: end;
  width: 22%;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  row-gap: 5px;
  padding-bottom: 30px;
}

.box-button-career .button-career-d .btn-download-career-form .any {
  height: 100%;
}

.box-button-career .button-career-d .btn-download-career-form .any button {
  font-size: 20px;
  width: 100%;
  padding: 10px 20px;
  height: 100%;
  background: #AD191A;
  border: none;
  border-radius: 20px;
  color: #fff;
}

.form-career-in-download-page .any {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr;
      grid-template-columns: 1fr 5fr;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.form-career-in-download-page .any p {
  text-align: right;
  color: #ED1C24;
}

.form-career-in-download-page .any input, .form-career-in-download-page .any select, .form-career-in-download-page .any textarea {
  outline: none;
  padding: 3px 20px;
}

.form-career-in-download-page .any .flex-file-input {
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 20px;
}

.form-career-in-download-page .any .flex-file-input p {
  text-align: left;
}

.form-career-in-download-page .any .flex-file-input input {
  padding: 0;
  padding-top: 10px;
}

.form-career-in-download-page .any .enquiry-right input[type="number"] {
  width: 100%;
  height: 45px;
  border: 1px solid #A8A8A8;
  border-radius: 26px;
}

.form-career-in-download-page .any textarea {
  border-radius: 26px;
}

.form-career-in-download-page .any .btn-3-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.form-career-in-download-page .any .btn-3-column button {
  font-size: 20px;
  padding: 10px;
  border: none;
  border-radius: 26px;
  color: #fff;
}

.new-IDD .call-ex .res-IDD-Draw .li-no-flex::before {
  display: none;
}

.enquiry-right input[type="date"] {
  width: 100%;
  height: 45px;
  border: 1px solid #A8A8A8;
  border-radius: 26px;
  padding: 20px;
  font-size: 18px;
  outline: none;
  color: #4E4E4E;
}

@media only screen and (min-width: 1800px) {
  .any-package-Mphone.package-business.new-center-cloud-box {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1.5%;
  }
}

@media only screen and (min-width: 1600px) {
  .box-package-Mphone-code {
    font-size: 32px;
  }
  .shop-LTC-page.edit-latest .any-package-Mphone {
    gap: 40px;
    row-gap: 0;
  }
  .new-roaming-box-header .roaming-box-body-country-code,
  .new-roaming-box-header .roaming-box-body-country {
    font-size: 20px;
  }
  .new-roaming-box-header .roaming-box-service-rate .header-service-rates {
    font-size: 20px;
  }
  .new-roaming-box-header .roaming-box-service-rate .roaming-box-service-rate-item {
    font-size: 17px;
  }
  .new-roaming-box-body .roaming-box-body-country-code,
  .new-roaming-box-body .roaming-box-service-rate-item {
    font-size: 17px;
  }
  .table-af-select-IR .new-roaming-box-header .roaming-box-body-country-code,
  .table-af-select-IR .new-roaming-box-header .roaming-box-body-country,
  .table-af-select-IR .roaming-box-service-rate .header-service-rates,
  .table-af-select-IR
.roaming-box-service-rate-list
.roaming-box-service-rate-item {
    font-size: 18px;
  }
  .service-call-auto-tab-detail .box-package-Mphone-code {
    font-size: 26px !important;
  }
  .service-call-auto-tab-detail .data-Mphone span {
    font-size: 26px !important;
  }
  .service-call-auto-tab-detail .data-Mphone p {
    font-size: 20px !important;
  }
  .service-call-auto-tab-detail .font-in-bg-under p {
    font-size: 16px !important;
  }
  .New-FTTH-Details .box-package-Mphone-code {
    font-size: 22px;
  }
  .New-FTTH-Details .box-package-Mphone-code span {
    font-size: 32px;
  }
  .New-FTTH-Details .box-header-ftth .speedPackage {
    font-size: 18px;
  }
  .New-FTTH-Details .box-header-ftth .speedPackage p:first-child {
    font-size: 22px;
  }
  .New-FTTH-Details .package-business .pd-of-line-box-package img {
    width: 40%;
  }
  .New-FTTH-Details .data-Mphone p {
    font-size: 20px;
  }
  .we-tv .under-banner-Mphone {
    font-size: 30px;
  }
  .we-tv .head-select p {
    font-size: 22px;
  }
  .we-tv .body-select p {
    font-size: 20px;
  }
  .we-tv .body-select .content-in-body .title {
    font-size: 20px;
  }
  .new-top-up .table-top-up .left p {
    font-size: 30px;
  }
  .new-top-up .table-top-up .right .table-right .c-box {
    font-size: 22px;
  }
  .new-top-up .table-top-up .right .table-right .any-img .mini-img p {
    font-size: 16px;
  }
  .shop-LTC-page .any-package-Mphone {
    width: 75%;
  }
}

.element {
  width: 0;
}

.pre-btn-android,
.next-btn-android,
.pre-btn-IOS-tab3,
.next-btn-IOS-tab3,
.pre-btn-android-tab3,
.next-btn-android-tab3 {
  background-color: transparent;
  padding: 20px 13px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pre-btn-android img,
.next-btn-android img,
.pre-btn-IOS-tab3 img,
.next-btn-IOS-tab3 img,
.pre-btn-android-tab3 img,
.next-btn-android-tab3 img {
  width: 7px;
  height: 12px;
}

@-moz-document url-prefix() {
  .right-tone-how-to-download .home-digital-info ul li, .right-tone-how-to-download.CLOUD-PBX ol li, .package-Mphone .package-Mphone-title, .service-channel li {
    word-break: break-all;
  }
}
/*# sourceMappingURL=fixed.css.map */