@charset "UTF-8";
@font-face {
  font-family: 'ooredoo-heavy';
  src: url("fonts/Ooredoo-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoRegular';
  src: url("fonts/noto_sansregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notolight';
  src: url("fonts/NotoSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notobold';
  src: url("fonts/noto_sansbold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free Regular";
  src: url("fonts/font-s/061b39e95e1a0bd25e8d294af8596b2a.eot");
  /* IE9*/
  src: url("fonts/font-s/061b39e95e1a0bd25e8d294af8596b2a.eot?#iefix") format("embedded-opentype"), url("fonts/font-s/061b39e95e1a0bd25e8d294af8596b2a.woff2") format("woff2"), url("fonts/font-s/061b39e95e1a0bd25e8d294af8596b2a.woff") format("woff"), url("fonts/font-s/061b39e95e1a0bd25e8d294af8596b2a.ttf") format("truetype"), url("fonts/font-s/061b39e95e1a0bd25e8d294af8596b2a.svg#Font Awesome 5 Free Regular") format("svg");
  /* iOS 4.1- */
}

/*New CSS 12-07-2022 st*/
@font-face {
  font-family: 'Outfit-Black';
  src: url("fonts/Outfit-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-Bold';
  src: url("fonts/Rubik-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-Medium';
  src: url("fonts/Rubik-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-Regular';
  src: url("fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-SemiBold';
  src: url("fonts/Rubik-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoKufiArabic-Regular';
  src: url("fonts/ar/NotoKufiArabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*New CSS 12-07-2022 end*/

/*10px*/
/*12px*/
/*$small*/
/*16px*/
/*18px*/
/*20px*/
/*24px*/
/*30px*/
/*35px*/
hr {
  color: #DFDFE1;
}

.mr-2 {
  margin-right: 2rem;
}

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

.w80 {
  width: 80%;
}

.headtop-mt110 {
  margin-top: 95px;
}

.headtop-mt160 {
  margin-top: 160px;
}

.headtop-mt200 {
  margin-top: 200px;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}
:focus {
    outline: 0px solid #D6001C;
	box-shadow: 0 0 0 .0rem rgba(49,132,253,.0);
}
:visited {
	 outline: 1px solid #D6001C;
	box-shadow: 0 0 0 .0rem rgba(49,132,253,.0);
}
.btn-primary:active:focus{box-shadow: 0 0 0 .0rem rgba(49,132,253,.5);}
.form-control:focus{border-color:#D6001C;}
.form-control{border: 1px solid #000;}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;border: none;outline: none;
  }
}

.shamel-cus-card .card {
  -webkit-box-shadow: 0 1px 10px 0 #0000001A;
          box-shadow: 0 1px 10px 0 #0000001A;
  background-color: #fff;
  border-radius: 8px;
}

body {
  font-family: 'Rubik-Regular', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.container {
  max-width: auto !important;
}

.mr02 {
  margin-right: 25px;
}

selected {
  color: #221E20;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mt40 {
  margin-top: 50px;
}

.b-0 {
  border-radius: 0px;
}

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

.home-container {
  max-width: 900px;
  margin: 0 auto;
}

::-webkit-input-placeholder {
  font-size: 14px !important;
}

:-ms-input-placeholder {
  font-size: 14px !important;
}

::-ms-input-placeholder {
  font-size: 14px !important;
}

::placeholder {
  font-size: 14px !important;
}

hr {
  color: #BCBCBC;
}

.modal-header {
  border: 0px solid #fff;
}

.modal-header h5 {
  font-size: 20px;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
}

.modal-footer {
  border: 0px solid #fff;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.note-text label {
  font-weight: 600;
}

.slected1 {
  font-size: 10px !important;
  color: #BCBCBC;
}

.addimgupload {
  font-size: 10px;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  color: #221E20;
}

.error-message-comp {
  color: #D6001C;
  border: 1px solid #221E20;
  padding: 10px;
  border-radius: 4px;
}

.error-message-comp label {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
}

.error-message-comp p {
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
}

.qrcode-text {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
}

.error-message .comlete-text {
  color: #D6001C !important;
}

.divwidth100 {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.tandc-section {
  font-size: 12px;
}

.tandc-section h5 {
  color: #221E20;
}

.tandc-section .termsandc-textcont {
  max-height: 550px;
  overflow-y: scroll;
  padding: 15px;
}

.tandc-section .btn-close {
  border: 0px solid #221E20;
  background-color: transparent;
}

.checkbox-comp label {
  font-size: 12px !important;
  line-height: 20px !important;
}

.checkbox-comp .chebox-comp input[type="checkbox"] + label::before {
  border-radius: 50%;
}

.checkbox-comp .chebox-comp a {
  color: #D6001C;
  margin-left: 5px;
}

.popup-bottom {
  max-width: 960px;
  border-radius: 8px 8px 0px 0px !important;
  margin: 0 auto;
}

.main-loader-comp {
  width: 100%;
  padding: 20px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
}

.main-loader-comp .sec-page-loading {
  color: #D6001C;
  left: 50% !important;
  top: 50% !important;
  position: fixed;
  z-index: 99;
}

.main-loader-comp .sec-page-loading i {
  color: #D6001C;
  font-size: 50px;
}

.sec-page-loading {
  color: #D6001C;
  left: 50% !important;
  top: 50% !important;
  position: absolute;
  z-index: 99;
}

.sec-page-loading i {
  color: #D6001C;
  font-size: 50px;
}

.update-details-comp {
  font-size: 14px;
  color: #000;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 95px;
  background-color: #f9f9f9;
  padding: 14px 0px;
}

@media (max-width: 480px) {
  main {
    margin-top: 35px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .update-details-comp {
    top: 95px;
  }
}

.btn {
  font-family: "Rubik-SemiBold", Arial, Helvetica, sans-serif;
  border-radius: 38px;
  border: 1px solid #D6001C;
  padding: 7px 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #D6001C;
}
.btn:hover {
  color: #D6001C;
}

.btn-primary {
  background-color: #D6001C;
  border-color: #D6001C;
  color: #ffffff;
}

.btn-primary:link {
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #ffffff;
  color: #D6001C;
  border: 1px solid #D6001C;
}

.btn-primary:active {
  background-color: #ffffff;
  color: #D6001C;
  border: 1px solid #D6001C;
}

.btn-primary:focus {
  background-color: #ffffff;
  color: #D6001C;
  border: 1px solid #D6001C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary {
  background-color: #ffffff;
  border-color: #D6001C;
  color: #D6001C;
}

.btn-secondary:link {
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #D6001C;
  border-color: #D6001C;
  color: #ffffff;
}

.btn-secondary:active {
  background-color: #D6001C;
  border-color: #D6001C;
  color: #ffffff;
}

.btn-secondary:focus {
  background-color: #D6001C;
  border-color: #D6001C;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary {
  background-color: #ffffff;
  border-color: #D6001C;
  color: #D6001C;
  padding: 6px 20px;
}

.btn-outline-primary:link {
  color: #D6001C;
}

.btn-outline-primary:hover {
  background-color: #ffffff;
  border-color: #D6001C;
  color: #D6001C;
  padding: 6px 20px;
}

.btn-outline-primary:active {
  padding: 6px 20px;
}

.allow {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
  padding: 6px 20px;
}

.allow:link {
  color: #ffffff;
}

.allow:hover {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
  padding: 6px 20px;
}

.allow:active {
  padding: 6px 20px;
}

.alert {
  background-color: #D6001C;
  border-color: #D6001C;
  color: #ffffff;
  padding: 6px 20px;
}

.alert:link {
  color: #D6001C;
}

.alert:hover {
  background-color: #D6001C;
  border-color: #D6001C;
  color: #ffffff;
  padding: 6px 20px;
}

.alert:active {
  height: 30px;
  padding: 6px 20px;
  line-height: 30px;
}

.btn-primary-oh {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.btn-secondary-oh {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

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

.loadmore-btn .loadbutton {
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 40px;
  width: 100%;
  border-radius: 8px;
  background: #ececec;
  color: #212121;
  padding: 5px 30px;
  margin: 40px auto;
  border: 1px solid #ececec;
  cursor: pointer;
  text-align: center;
}

.btn-sm {
  padding: 5px 15px;
}

.btn-sm:hover {
  padding: 5px 15px;
  background-color: #D6001C;
  color: #ffffff;
}

.linkbtn {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  border-color: none;
  color: #D6001C;
  border: 0px !important;
  font-size: 12px !important;
}

.linkbtn:link {
  color: #D6001C;
}

.linkbtn:hover {
  background-color: transparent;
  border-color: 0px;
  color: #D6001C;
}

.linkbtn:active {
  background-color: transparent;
  border-color: none;
  color: #D6001C;
}

.linkbtn:focus {
  background-color: transparent;
  border-color: none;
  color: #D6001C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  .btn {
    padding: 8px 22px;
  }
}

@media only screen and (max-width: 425px) {
  .btn-outline-primary {
    padding: 5px 17px;
  }
  .loadmore-btn .loadbutton {
    margin: 20px auto 100px;
  }
}

@media only screen and (max-width: 320px) {
  .btn {
    font-size: x-small;
  }
  .btn-outline-primary {
    padding: 5px 15px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Outfit-Black", Arial, Helvetica, sans-serif;
  color: #D6001C;
  font-weight: bold;
}

.text-secondary {
  color: #221E20 !important;
}

.bodytext16 {
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.bodytext14 {
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.bodytext12 {
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

h2, .h2 {
  font-size: 30px;
  line-height: 36px;
}

h4, .h4 {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #221E20;
}

h5, .h5 {
  font-size: 14px;
  line-height: 20px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 18px;
}

.chebox-comp input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2em 0px;
  cursor: pointer;
  padding: 0.2em 0px;
  font-size: 16px;
}

.chebox-comp input[type=checkbox] {
  display: none;
}

.chebox-comp input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #A9A9AA;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.4em;
  padding-bottom: 0.3em;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 12px;
}

.chebox-comp input[type=checkbox] + label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.chebox-comp input[type=checkbox]:checked + label:before {
  background-color: #D6001C;
  border-color: #D6001C;
  color: #ffffff;
}

.chebox-comp input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #A9A9AA;
}

.chebox-comp input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

/*search sec*/
.vip-search-section {
  margin-top: 40px;
}

.vip-search-section label {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  color: #858585;
  text-transform: uppercase;
}

.vip-search-section .vip-search {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.vip-search-section .vip-search img {
  width: 18px;
  height: 18px;
}

.vip-search-section .vip-search .form-control {
  font-size: 14px;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 0px 30px 0px 15px;
}

.vip-search-section .vip-search .vip-search-icon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.vip-search-section .vip-search-w60 {
  width: 50% !important;
}

.select-number-search {
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 195;
  padding-top: 20px;
}

.select-number-search h3 {
  color: #221E20;
}

.main-filter-comp h3 {
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
}

.main-filter-comp .category-comp {
  margin: 25px 5px 0px 0px;
}

.main-filter-comp .filter-comp {
  text-align: center;
}

.main-filter-comp .filter-comp .filte-plane {
  width: 50px;
}

.main-filter-comp .filter-comp .mobile-filter-btn {
  display: none !important;
}

.main-filter-comp .filter-comp ul {
  list-style-type: none;
  padding: 0px;
  margin: 20px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-filter-comp .filter-comp li {
  display: inline-block;
  width: 56px;
  height: auto;
  margin: 0px 10px 15px 0px;
}

.main-filter-comp .filter-comp input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.main-filter-comp .filter-comp label {
  border: 1px solid #A9A9AA;
  padding: 10px 7px;
  display: block;
  position: relative;
  margin: 0px;
  cursor: pointer;
  border-radius: 4px;
}

.main-filter-comp .filter-comp label:before {
  background-color: #D6001C;
  color: #ffffff;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #D6001C;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-filter-comp .filter-comp label img {
  height: 20px;
  width: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.main-filter-comp .filter-comp :checked + label {
  border-color: #D6001C;
}

.main-filter-comp .filter-comp :checked + label:before {
  content: "✓";
  background-color: #D6001C;
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 12px;
}

.main-filter-comp .filter-comp :checked + label img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  z-index: -1;
}

.main-filter-comp .filter-comp .filter-title {
  font-size: 10px;
  margin-top: 10px;
}

.main-filter-comp .mob-listhed {
  display: none;
}

.sectiontitle {
  margin-top: 40px;
}

.filter-popup .modal-header {
  border: 0px;
  padding: 34px 1rem 1rem 1rem;
}

.filter-popup .modal-header h2 {
  color: #221E20;
}

.filter-popup .filter-fot {
  padding: 15px;
  border-top: 1px solid #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 460.98px) {
  .main-filter-comp .filter-comp .mobile-filter-btn {
    display: block !important;
  }
  .main-filter-comp .filter-comp .modal-title {
    color: #221E20;
  }
  .main-filter-comp .filter-comp ul {
    margin: 5px 0px;
  }
  .main-filter-comp .category-comp {
    margin: 20px 5px 0px 0px;
  }
  .main-filter-comp .category-web {
    display: none;
  }
  .main-filter-comp .web-filter {
    display: none;
  }
  .main-filter-comp .mob-listhed {
    display: block;
    margin-bottom: 20px;
  }
  .mob-list {
    display: none;
  }
  .sectiontitle {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .w80 {
    width: 100%;
  }
  .filter-popup .modal-header {
    padding: 34px 1rem 20px 1rem;
  }
}

.container {
  max-width: 80rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .container {
    padding: 0 1rem;
    margin: 0 auto;
  }
}

.top-header {
  font-size: 14px;
  font-family: 'NotoKufiArabic-Regular', Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  height: 40px;
  padding: 8px 0px 0px;
  background-color: #221E20;
}
.top-header a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 12px;
}
.top-header a:hover {
  color: #D6001C;
}
.top-header a.active {
  color: #D6001C;
  border-bottom: 3px solid #D6001C;
  padding-bottom: 6px;
}

.brand img {
  min-width: 200px;
}

.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 195;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0px;
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}

.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83%;
          flex: 0 0 83%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-item-right .menu-icon {
  font-size: 1.35rem;
  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;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #221E20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul {
  margin: 0px;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.5rem;
}
.header .menu > ul > li > a {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 3.125rem;
  color: #221E20;
  text-decoration: none;
}
.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid #D6001C;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 3.125rem;
  list-style: none;
  text-decoration: none;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  display: inline-block;
  line-height: 3.125rem;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #221E20;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}

.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 3.125rem;
  list-style: none;
  text-decoration: none;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  display: inline-block;
  line-height: 3.125rem;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #D6001C;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  line-height: 3.125rem;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #D6001C;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  padding: 0px;
  color: #221E20;
  line-height: 3.125rem;
}

.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #D6001C;
}

@media only screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #221E20;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #ffffff;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1.25px;
    margin: 0;
    text-decoration: none;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    background: #ffffff;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #221E20;
    text-align: center;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    color: #221E20;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 2.125rem;
    height: 3.125rem;
    color: #221E20;
    text-align: center;
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .header .menu > ul {
    margin: 4px;
    padding: 0px;
  }
  .header .menu > ul li > a {
    font-family: "NotoRegular", Arial, Helvetica, sans-serif;
  }
}

@media only screen and (max-width: 360px) {
  .brand img {
    min-width: 150px;
  }
}

.main-banner-comp img {
  width: 100%;
}

.main-banner-comp .main-web-banner {
  display: block;
}

.main-banner-comp .main-mob-banner {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  color: #D6001C;
}

@media (max-width: 768px) {
  .main-banner-comp {
    margin-top: 96px;
  }
  .main-banner-comp .main-web-banner {
    display: none;
  }
  .main-banner-comp .main-mob-banner {
    display: block;
  }
}

@media (max-width: 480px) {
  .main-banner-comp {
    margin-top: 86px;
  }
}

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
  padding: 15px 15px;
}

/* Top */
.modal.modal-top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */
.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */
.modal.modal-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.modal-full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */
.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

/* XS */
.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
  padding: 15px;
}

/* Full screen modal menu indicators */
a.has-sub:after {
  font-family: "FontAwesome";
}

a.has-sub:after {
  content: "\f107";
  margin-left: 1rem;
}

a.has-sub[aria-expanded="true"]:after {
  content: "\f106";
}

.close span {
  font-size: 40px;
  color: #858585;
}

.scrollbar {
  float: left;
  height: 580px;
  overflow-y: scroll;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  padding-top: 20px;
}

.shamel-cus-card .card {
  border: 0;
}

.shamel-cus-card .card .card-body {
  text-align: center;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.shamel-cus-card .card .card-body p {
  margin-bottom: 40px;
}

.shamel-cus-card .card .card-body .card-title {
  color: #221E20;
}

.shamel-cus-card .card .card-body .card-img-top {
  width: 131px;
  margin-bottom: 1rem;
  height: auto;
}

.shamel-cus-card .card .card-body .card-text .info {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.shamel-cus-card .card .card-body .price-info-cont {
  color: #D6001C;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.shamel-cus-card .card .card-body .price-info-cont .priceinfo {
  margin: 0;
  font-size: 14px;
}

.shamel-cus-card .card .card-body .price-info-cont .priceinfo .price {
  font-size: 20px;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  margin: 0 5px;
}

.swiper3-cont {
  padding-bottom: 40px;
  height: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.swiper3-cont .swiper-wrapper {
  height: auto;
}

.swiper3-cont .swiper-wrapper .swiper-slide {
  padding: 7.5px;
  height: auto;
}

.swiper3-cont .swiper-wrapper .shamel-cus-card {
  height: 100%;
}

.swiper3-cont .swiper-wrapper .shamel-cus-card .card {
  height: 100%;
}

.swiper3-cont .swiper-pagination .swiper-pagination-bullet {
  background-color: #f1f5f8;
  opacity: 1;
}

.swiper3-cont .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D6001C;
  width: 20px;
  border-radius: 10px;
}

.vipnumber-list-section h3 {
  color: #221E20;
}

.vipnumber-list-section .vipnumber-list {
  margin-right: 0px;
}

.vipnumber-list-section .vipnumber-list a {
  text-decoration: none;
}

.vipnumber-list-section .vipnumber-list a:hover {
  text-decoration: none;
}

.vipnumber-list-section .vipnumber-list .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.vipnumber-list-section .vipnumber-list .flex-row .card {
  background-color: #ffffff;
  display: inline-block;
  max-width: 300px;
  min-width: 150px;
  min-height: auto;
  padding: 14px 10px;
  line-height: normal;
  border: 0.5px solid #DFDFE1;
  cursor: pointer;
  content: "";
  margin: 6px;
  -webkit-box-shadow: 0px 3px 6px #00000012;
          box-shadow: 0px 3px 6px #00000012;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border-radius: 8px;
  transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
}

.vipnumber-list-section .vipnumber-list .flex-row .card .d-flex div {
  width: 50%;
}

.vipnumber-list-section .vipnumber-list .flex-row .card .vip-new-number {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #221E20;
  line-height: normal;
  margin-bottom: 10px;
}

.vipnumber-list-section .vipnumber-list .flex-row .card .vip-number-price {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #221E20;
  text-align: right;
  line-height: normal;
  margin-bottom: 10px;
}

.vipnumber-list-section .vipnumber-list .flex-row .card .vip-number-price label {
  font-size: 10px;
}

.vipnumber-list-section .vipnumber-list .flex-row .card .vipnumber-type {
  font-size: 10px;
  color: #BCBCBC;
  line-height: 29px;
}

.vipnumber-list-section .vipnumber-list .flex-row .card .vipnumber-type img {
  width: 24px;
  margin-right: 3px;
}

.vipnumber-list-section .vipnumber-list .flex-row .card .buynow-btn-link {
  font-size: 14px;
  line-height: 29px;
  text-align: right;
  color: #D6001C;
}

.vipnumber-list-section .vipnumber-list .flex-row .card .buynow-btn-link img {
  width: 10px;
  height: 10px;
}

.vipnumber-list-section .vipnumber-list .flex-row .card:last-child {
  margin-right: none;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
}

.vipnumber-list-section .vipnumber-list .flex-row .card:first-child {
  margin-left: none;
  background-color: #ffffff;
}

.checkout-flow-container {
  max-width: 535px;
  margin: 0 auto;
  position: relative;
}

.vipnumber-title label {
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #221E20;
  margin-bottom: 0px;
}

.vipnumber-title p {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333F48;
}

.vip-search-section {
  margin-top: 40px;
  margin-bottom: 20px;
}

.vip-search-section label {
  font-size: 12px;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  color: #858585;
  text-transform: uppercase;
}

.vipno-help-sec {
  background: #EEEEEE;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 8px;
  padding: 22px;
  text-align: center;
  position: relative;
}

.vipno-help-sec .vipno-help-icon {
  width: 30px;
  position: absolute;
  top: -20px;
  left: 50%;
}

.vipno-help-sec .helpcards {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  color: #898989;
}

@media (max-width: 575.98px) {
  .headtop-mt160 {
    margin-top: 130px;
  }
  .vipnumber-list-section .mr-0, .vipnumber-list-section .mx-0 {
    margin-right: 0 !important;
  }
  .vipnumber-list-section .vipnumber-list {
    padding-right: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
  .vipnumber-list-section .vipnumber-list .flex-row .card {
    max-width: 100%;
    min-width: 100%;
  }
  .vipnumber-list-section .vip-new-number {
    margin-bottom: 5px;
  }
  .vipnumber-list-section .vip-number-price {
    margin-bottom: 5px;
  }
  .vipnumber-list-section .vip-search-section {
    margin: 40px 0px 0px 0px;
  }
  .vip-search-section .vip-search-w60 {
    width: 100% !important;
    margin: 0 auto;
  }
  .vipno-help-sec .helpcards {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .vip-search-section {
    margin-top: 20px;
  }
  .vipnumber-list-section .vipnumber-list {
    margin-top: 10px;
  }
  .vipnumber-list-section .vipnumber-list .flex-row .card .vip-new-number {
    margin-bottom: 5px;
  }
  .vipnumber-list-section .vipnumber-list .flex-row .card .vip-number-price {
    margin-bottom: 5px;
  }
  .vipno-help-sec {
    padding: 22px;
  }
  .vipnumber-list-section .vipnumber-list {
    margin-top: 0px;
  }
  .vip-search-section {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .paci-mobile-onboarding-section .vipnumber-list-section .vipnumber-list .flex-row .card {
    margin: 1rem 0rem 0 0;
    min-width: 100%;
    font-size: 14px;
  }
}

/* Global CSS starts*/
.text-primary {
  color: #D6001C !important;
}

.hline {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.max-container {
  max-width: 820px;
  margin: 0 auto;
}

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

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

.text-secondary {
  color: #221e20 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #dfdfe1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #dfdfe1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #dfdfe1;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #dfdfe1;
}

.cus-switch {
  margin-left: auto;
  /* Rounded sliders */
}

.cus-switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.cus-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cus-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cus-switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.cus-switch input:checked + .slider {
  background-color: #D6001C;
}

.cus-switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #aaa;
          box-shadow: 0 0 1px #aaa;
}

.cus-switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.cus-switch .slider.round {
  border-radius: 34px;
}

.cus-switch .slider.round:before {
  border-radius: 50%;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}

.w-350 {
  width: 350px;
}

.succ-btn-link {
  border: 0;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  color: #221E20;
  font-size: 12px;
  text-decoration: underline;
  line-height: normal;
}

.succ-btn-link:hover {
  color: #D6001C;
  text-decoration: underline;
}

/* Global CSS ends*/
.review-cont,
.captureid-cont,
.postpaid-cont,
.enter-detail-cont {
  max-width: 540px;
  margin: 0 auto;
}

/* Review and confirm starts*/
.enter-detail-cont .vip-cont {
  margin-bottom: 120px;
}

.enter-detail-cont .vip-cont .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
}

.enter-detail-cont .vip-search-section {
  margin-top: 40px;
  margin-bottom: 20px;
}

.enter-detail-cont .vip-search-section label {
  font-size: 12px;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  color: #858585;
  text-transform: uppercase;
}

.review-cont .text-secondary {
  color: #221e20 !important;
}

.review-cont .activesim {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  /* display: flex;
        justify-content: space-between;
        align-items: flex-start; */
}

.review-cont .activesim .esim-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-cont .activesim .activeimg {
  margin-right: 14px;
}

.review-cont .activesim .note-text {
  margin: 1rem 0 0 0;
  font-size: 14px;
}

.review-cont .activesim .note-text label {
  font-weight: 600;
}

.review-cont .activesim .esim-text {
  font-size: 18px;
  font-family: "Notolight", Arial, Helvetica, sans-serif;
}

.review-cont .activesim .esim-text .qmark {
  margin-left: 5px;
  cursor: pointer;
  vertical-align: middle;
}

.review-cont .activesim-plan {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review-cont .activesim-plan .plan-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eeeeee;
}

.review-cont .activesim-plan .plan-details:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #eeeeee;
}

.review-cont .activesim-plan .plan-details .price-cont {
  color: #898989;
  font-size: 14px;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  text-align: right;
  margin-left: auto;
}

.review-cont .activesim-plan .plan-details .price-cont span {
  line-height: 36px;
  min-width: 50px;
  display: inline-block;
}

.review-cont .activesim-plan .plan-details .activeimg {
  margin-right: 10px;
}

.review-cont .activesim-plan .plan-details .plan-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.review-cont .activesim-plan .plan-details .plan-cont .plan .esim-text {
  margin: 0;
  display: inline-block;
  line-height: 36px;
}

.review-cont .activesim-plan .plan-details .plan-cont .plan .plan-text {
  font-size: 14px;
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
  color: #898989;
}

.review-cont .total-cont {
  margin-bottom: 40px;
}

.review-cont .total {
  margin-bottom: 40px;
}

.review-cont .total .plan-details .price-cont {
  color: #898989;
  font-size: 14px;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  text-align: right;
  margin-left: auto;
}

.review-cont .total .plan-details .activeimg {
  margin-right: 10px;
}

.review-cont .total .plan-details .plan-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.review-cont .total .plan-details .plan-cont .plan {
  font-size: 14px;
  color: #221E20;
}

.review-cont .total .plan-details .plan-cont .plan .plan-text {
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
}

.review-cont .total .plan-details .plan-cont .plan .total-text {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
}

.review-cont .commit-cont-radio {
  margin: 0;
  padding: 0;
}

.review-cont .commit-cont-radio .commit-label {
  display: inline-block;
  padding: 10px;
  border: 2px solid #747474;
  margin-right: 6px;
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #221e20;
  width: calc(33% - 10px);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.review-cont .commit-cont-radio .commit-label:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.review-cont .commit-cont-radio .btn-check:checked + .commit-label {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  border: 2px solid #D6001C;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.review-cont .commit-cont-radio .btn-check:checked + .commit-label:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.review-cont .commit-cont-radio .btn-check:checked:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Review and confirm ends*/
.captureid-cont .idnav-cont {
  margin-bottom: 40px;
}

.captureid-cont .id-navitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}

.captureid-cont .id-navitem .label-text {
  font-size: 16px;
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-left: 10px;
}

.captureid-cont .id-navitem .img-arrow {
  margin-left: auto;
}

.captureid-cont .approve-cont {
  text-align: center;
}

.captureid-cont .approve-cont .timer-cont {
  text-align: center;
  margin-bottom: 8px;
}

.captureid-cont .approve-cont .timer-cont img {
  margin-right: 10px;
  margin-bottom: 3px;
}

.captureid-cont .approve-cont .fade-text {
  /*-webkit-filter: opacity(0.2);
          filter: opacity(0.2);*/
		  -webkit-filter: opacity(1);
          filter: opacity(1);
}

.captureid-cont .approve-cont .progress-cont {
  max-width: 250px;
  margin: 30px auto 0;
}

.captureid-cont .approve-cont .progress-cont .sessionout-cont {
  font-size: 22px;
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  margin-top: 24px;
}

.captureid-cont .approve-cont .progress-cont .timeup-text {
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.captureid-cont .approve-cont .progress-cont .progress {
  height: 10px;
  border-radius: 10px;
}

.captureid-cont .approve-cont .progress-cont .progress .progress-bar {
  background-color: #589bff;
}

.captureid-cont .approve-cont .progress-cont .progress .progress-timeout {
  background-color: #BCBCBC;
}

.captureid-cont .approve-cont .progress-cont .report-cont {
  font-size: 14px;
  margin-top: 30px;
}

.captureid-cont .approve-cont .succ-cont {
  margin-top: 30px;
}

.captureid-cont .success-cont {
  text-align: center;
  margin-bottom: 100px;
}

.captureid-cont .success-cont .success-textcont .comlete-text {
  color: #898989;
  font-size: 12px;
  text-align: center;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  margin-top: 40px;
}

.captureid-cont .success-cont .success-textcont .success-text {
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  font-size: 26px;
}

.captureid-cont .pay-cont input[type="radio"] {
  display: none;
}

.postpaid-cont .posttitle-cont {
  margin-bottom: 30px;
}

.postpaid-cont .posttitle-cont .sec-title {
  margin: 0;
}

.postpaid-cont .form-label {
  font-size: 12px;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  color: #858585;
  text-transform: uppercase;
}

.postpaid-cont .form-control-lg, .postpaid-cont .form-select-lg {
  font-size: 14px;
  line-height: 1.5rem;
}

.postpaid-cont .form-control {
  border-radius: 3px;
  border-color: #000;
}

.postpaid-cont .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
}

.postpaid-cont .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
}

.postpaid-cont .form-text {
  font-size: 12px;
  font-family: "NotoRegular", Arial, Helvetica, sans-serif;
  color: #221e20;
  margin-top: 8px;
}

.postpaid-cont .pasi-cont {
  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;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 16px;
}

.global-tilte-cont .sec-title {
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
}

.pay-cont .filter-comp {
  margin: 0;
  padding: 0;
}

.pay-cont .filter-comp .filte-plane {
  width: 100%;
}

.pay-cont .filter-comp li {
  width: 100%;
  margin-bottom: 16px;
}

.pay-cont .filter-comp label {
  border: 1px solid #e0e0e0;
  padding: 12px;
  display: block;
  text-align: left;
}

.pay-cont .filter-comp label img {
  width: auto;
  margin-right: 16px;
  width: 34px;
  height: auto;
}

.pay-cont .filter-comp label h5 {
  display: inline-block;
  color: #221E20;
  margin: 0;
}

.pay-cont .filter-comp :checked + label img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.recept-cont {
  margin-bottom: 100px;
}

.recept-cont .detils-cont {
  margin-bottom: 10px;
  font-size: 14px;
}

.recept-cont .detils-cont .detail-text {
  padding: 0;
  margin: 0;
  max-width: 45%;
  margin-right: 5%;
}

.recept-cont .detils-cont .value-text {
  padding: 0;
  margin: 0;
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  max-width: 55%;
  text-align: right;
}

.foo-fixed {
  margin-bottom: 40px;
}

.fail-dialog {
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  max-width: 1000px !important;
}

.fail-dialog .modal-content {
  padding: 50px 0 !important;
}

.fail-dialog .fail-btncont {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  margin-top: 0px;
}

.fail-dialog .fail-popup {
  text-align: center;
}

.fail-dialog .fail-popup .img-cont .failimg {
  margin-bottom: 20px;
  width: 85px;
  height: 85px;
}

.fail-dialog .fail-popup .fail-text {
  font-size: 25px;
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  margin: 0px auto 30px;
}

.post-form .blet-sec label {
  font-weight: 600;
}

.success-cont .img-cont {
  margin-bottom: 5px;
}

.success-cont .img-cont img {
  width: 120px;
}

@media (max-width: 575.98px) {
  .w-350 {
    width: 100%;
  }
  .mb-50 {
    margin-bottom: 32px;
  }
  .remb-50 {
    margin-bottom: 40px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .review-cont .total-cont {
    margin: 0;
  }
  .review-cont .commit-cont-radio {
    margin-bottom: 180px;
  }
  .review-cont .total {
    margin-bottom: 25px;
  }
  .review-cont .hline {
    display: none;
  }
  .captureid-cont .approve-textcont {
    margin-bottom: 20px;
  }
  .captureid-cont .idnav-cont,
  .captureid-cont .approve-cont {
    margin-bottom: 150px;
  }
  .postpaid-cont .posttitle-cont {
    margin-bottom: 20px;
  }
  .postpaid-cont .form-details {
    margin-bottom: 120px;
  }
  .captureid-cont .success-cont {
    margin-bottom: 200px;
  }
  .captureid-cont .success-cont .img-cont img {
    width: 120px;
  }
  .foo-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    padding: 15px;
    background-color: #fff;
    margin: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  }
  h2, .h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .pay-cont {
    margin-bottom: 150px;
  }
  .pay-cont .hline {
    display: none;
  }
  .recept-cont {
    margin-bottom: 150px;
  }
  .fail-dialog .modal-content {
    padding: 20px 0 0 !important;
  }
  .fail-dialog .fail-btncont {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fail-dialog .fail-btncont .btn-primary-oh {
    margin-bottom: 12px;
  }
  .fail-dialog .fail-popup {
    text-align: center;
  }
  .fail-dialog .fail-popup .img-cont .failimg {
    margin-bottom: 20px;
  }
  .fail-dialog .fail-popup .fail-text {
    font-size: 22px;
    font-family: "Notolight", Arial, Helvetica, sans-serif;
    max-width: 280px;
    margin: 0 auto;
  }
}

@media (max-width: 320px) {
  .review-cont .commit-cont-radio .commit-label {
    font-size: 12px;
    padding: 8px;
  }
  .recept-cont .detils-cont {
    font-size: 12px;
  }
}

.file-upload-comp .file-upload-img-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.file-upload-comp .file-upload {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-comp .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #D6001C;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 2px dashed #99AFF8;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
}

.file-upload-comp .file-upload-btn:hover {
  background: #fff;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-comp .file-upload-btn:active {
  border: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.file-upload-comp .file-upload-content {
  display: none;
  text-align: center;
  border: 2px dashed #99AFF8;
}

.file-upload-comp .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.file-upload-comp .image-upload-wrap {
  margin-top: 10px;
  border: 2px dashed #99AFF8;
  background-color: #F7F7F7;
  position: relative;
  border-radius: 4px;
}

.file-upload-comp .image-dropping,
.file-upload-comp .image-upload-wrap:hover {
  background-color: #fff;
  border: 2px dashed #42444b;
}

.file-upload-comp .image-title-wrap {
  margin-top: 30px;
  color: #222;
}

.file-upload-comp .image-title-wrap span {
  margin-right: 25px;
  color: #222;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  text-align: left;
}

.file-upload-comp .image-title-wrap img {
  width: 10px;
}

.file-upload-comp .drag-text {
  text-align: center;
  padding: 10px;
}

.file-upload-comp .drag-text h3 {
  font-weight: 100;
  color: #D6001C;
  padding: 60px 0;
}

.file-upload-comp .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 10px;
}

.file-upload-comp .remove-image {
  width: 100%;
  text-align: right;
  margin: 0;
  color: #D6001C;
  background: #fff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 0px dashed #D6001C;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
}

.file-upload-comp .remove-image:hover {
  background: #fff;
  color: #D6001C;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-comp .remove-image:active {
  border: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.file-upload-comp .note-text {
  font-size: 10px;
  margin-top: 6px;
}

@media (max-width: 425px) {
  .file-upload-comp .image-title-wrap span {
    width: 130px;
    margin-right: 10px;
  }
}

@media (max-width: 414px) {
  .file-upload-comp .image-title-wrap {
    margin-top: 20px;
    color: #222;
  }
  .file-upload-comp .image-title-wrap span {
    width: 120px;
    margin-right: 10px;
  }
}

.radiobtn-comp .radio {
  margin-right: 1rem;
  line-height: 16px;
  font-size: 14px;
}

.radiobtn-comp .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radiobtn-comp .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #D6001C;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radiobtn-comp .radio input[type=radio]:checked + .radio-label:before {
  background-color: #D6001C;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radiobtn-comp .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #D6001C;
}

.radiobtn-comp .radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radiobtn-comp .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.ivpnunber-checkout-flow {
  width: 535px;
  margin: 0 auto;
  position: relative;
}

.qrcode-btn-sec {
  text-align: center;
  margin-top: 2px;
}

.qrcode-btn-sec img {
  width: 18px;
  float: left;
  padding-top: 2px;
}

.qrcode-btn-sec label {
  font-size: 14px;
  color: #A9A9AA;
  text-align: center;
}

/*QR Code css st 11-05-2021*/
.qrcodesection .btn-secondary img {
  fill: #fff;
}

.qrcodesection .width100 {
  width: 100% !important;
}

.qrcodesection .sec-rownew {
  margin: 0 auto;
  width: 35%;
}

.qrcodesection .qrcodecheck {
  text-align: center;
  margin-bottom: 5px;
}

.qrcodesection .qrcodecheck img {
  width: 30px;
}

.qrcodesection .paci-orderno {
  text-align: center !important;
}

.qrcodesection .qrcode-btn-sec {
  text-align: center;
  margin-top: 40px;
}

.qrcodesection .qrcode-btn-sec img {
  width: 18px;
  float: left;
}

.qrcodesection .qrcode-btn-sec label {
  font-size: 14px;
  color: #f1f5f8;
  text-align: center;
}

.qrcodesection .qrcodesec02-cont label {
  color: #221E20;
}

.qrcodesection .qrcodesec02-cont .qrcode-row1 {
  text-align: center;
}

.qrcodesection .qrcodesec02-cont .qrcode-row1 label {
  font-family: "Notolight", Arial, Helvetica, sans-serif;
  color: #221E20;
  font-size: 16px;
}

.qrcodesection .qrcodesec02-cont .qrcode-row2 label {
  font-family: "Rubik-Bold", Arial, Helvetica, sans-serif;
  color: #221E20;
  font-size: 16px;
  margin-bottom: 8px;
}

.qrcodesection .qrcodesec02-cont .qrcode-row2 ul {
  padding: 0px 15px;
}

.qrcodesection .qrcodesec02-cont ul li {
  color: #8F8F8F;
  font-size: 14px;
  line-height: 25px;
}

.qrcodesection .qrcode-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 576px) {
  .ivpnunber-checkout-flow {
    width: 100%;
  }
}

/*swich button show and hide*/
.switch-disabled input:checked + .slider {
  background-color: #cd8285;
}

.switch-disabled .slider:before {
  background-color: #BCBCBC;
}

.custom-switch {
  padding-left: 2.25rem;
  text-align: right;
}

#Actual {
  color: #221E20;
  padding: 0px 10px;
}

.slideup, .slidedown {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.slidedown {
  max-height: 60px;
}

.divhide-sec {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.divhide-sec label {
  font-weight: 600;
}

/*swich button show and hide*/
.sec-page-loading {
  color: #D6001C;
  left: 50% !important;
  top: 70% !important;
  position: absolute;
  z-index: 9;
}

.sec-page-loading i {
  color: #D6001C;
  font-size: 50px;
}

.grey-bf-colour {
  background-color: #F9F9F9;
  border-radius: 8px;
  padding: 15px;
}

.orderstatus-comp {
  border: 1px solid #DFDFE1;
  padding: 15px;
  border-radius: 8px;
}

.orderstatus-comp .orderstatus {
  color: #939393;
  display: block;
  padding: 1em 0;
  position: relative;
  text-align: center;
  min-height: 100px;
}

.orderstatus-comp .orderstatus.done:before {
  background: #B0E020;
}

.orderstatus-comp .orderstatus:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 10%;
  width: 2px;
  background: #939393;
  margin: 0 25px;
}

.orderstatus-comp .orderstatus:last-child:before {
  height: 0;
}

.orderstatus-comp .done .orderstatus-check:after {
  border-color: #fff !important;
  border-width: 0px 3px 3px 0 !important;
  width: 7px !important;
  left: 10px !important;
  opacity: 1 !important;
}

.orderstatus-comp .done .orderstatus-check:after {
  display: block;
  position: absolute;
  content: '';
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #AFAFAF;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.orderstatus-comp .orderstatus-text p {
  color: #A9A9AA;
  font-size: 14px;
}

.orderstatus-comp .orderstatus.done {
  color: #333;
}

.orderstatus-comp .orderstatus-active {
  text-align: center;
  position: relative;
  left: 25px;
  top: 20px;
  color: #939393;
}

.orderstatus-comp .done .orderstatus-check {
  color: #B0E020;
  border-color: #B0E020;
  background: #B0E020;
}

.orderstatus-comp .orderstatus-text {
  position: relative;
  width: 70%;
  left: 10%;
  text-align: left;
  padding-left: 60px;
}

.orderstatus-comp .orderstatus-container {
  padding: 2em 0;
}

.orderstatus-comp .orderstatus time {
  display: block;
  font-size: 14px;
  color: #A9A9AA;
  font-family: 'Rubik-Bold';
}

.orderstatus-comp .orderstatus.done time {
  color: #A9A9AA;
  font-weight: 600;
}

.orderstatus-comp .orderstatus-check {
  border: 2px solid #939393;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  margin-bottom: 0.5em;
  background: #fff;
  z-index: 2;
  position: absolute;
  color: #939393;
  left: 12%;
}

.orderstatus-comp .header {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 576px) {
  .orderstatus-comp .orderstatus-check {
    left: 14%;
  }
}

.cust-id-portal .container {
  width: 535px;
  margin: 0 auto;
}

.cust-id-portal .form-label {
  font-size: 14px;
  color: #000;
}

.progress-time-comp .cust-id-progress-time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-time-comp .cust-id-progress-time img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.cust-id-btn-lg .btn-lg {
  width: 100%;
}

.paci-form-label {
  margin-top: 30px;
}

.paci-form-label .form-label {
  color: #000;
  text-transform: uppercase;
}

.par-tag {
  font-size: 12px;
  margin-top: 10px;
}

.cust-id-comp001 {
  font-family: "Rubik-Bold";
  font-size: 12px;
  background: #EEEEEE;
  width: 100%;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  color: #BCBCBC;
}

.cust-id-comp001 p {
  margin: 0px;
  padding: 0px;
}

.cust-id-comp001 .iocn-comp {
  width: 30px;
  position: absolute;
  top: -20px;
  left: 50%;
}

.cust-id-head-comp .custid_h1 {
  font-family: "Rubik-Regular";
  font-size: 22px;
  color: #221E20;
  margin-bottom: 0px;
}

.cust-id-head-comp p {
  font-family: "Rubik-Bold";
  font-size: 22px;
  color: #333F48;
}

.cust-id-comp002 .btn-ooredoo-outline-primary {
  font-family: "Rubik-Bold";
}

.cust-id-comp003 .input-group-text {
  min-width: 120px;
}

.cust-id-comp004 .succes-img {
  text-align: center;
}

.cust-id-comp004 .succes-img img {
  margin: 0 auto;
  width: 35%;
}

.cust-id-comp005 {
  text-align: center;
}

.cust-id-comp005 p {
  font-family: "Rubik-Bold";
  color: #000 !important;
  margin: 0px;
  padding: 0px;
}

.cust-id-comp006 {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cust-id-comp006 img {
  width: 30px;
}
.cust-id-comp006 .comp6-cont {
  padding-right: 70px;
}
.cust-id-comp006 .comp6-cont b {
  font-family: "Rubik-Bold";
}
.cust-id-comp007 .cust-id-otp-comp .userInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px;
}
.cust-id-comp007 .cust-id-otp-comp input {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #000;
  text-align: center;
  margin: 10px;
}
.cust-id-comp007 .resedn-otp {
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.cust-id-comp007 .resedn-otp b {
  color: #D6001C;
}
.paciimg-pay {
  width: 100%;
  text-align: right;
}
.paciimg-pay img {
  width: 150px;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .cust-id-comp006 .comp6-cont {
    padding-right: 0px;
  }
  .cust-id-portal .container {
    width: auto;
    margin: 0 auto;
  }
  .cust-id-comp007 .cust-id-otp-comp input {
    height: 35px;
  }
}