.footer {
  position: relative;
  width: 100%;
  /* background-color: #4a525b; */
  background-color: #000000;
  color: white;
  text-align: center;
  margin-top: 10px;
}
.nav-link {
    font-size: 15px;
}
a{
    color:#fff;
}
body{
   background: #fff;
   color:#000;
  
   /* : "Poppins", sans-serif; */
  font-family : SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.u-align-left.u-palette-2-base {
  color: #000;
  background-color: #fff !important;
  /* background-image: linear-gradient(-180deg, #FF7E31, #E62C03); */
}

.fixed-top {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}
/* main banner css-    start---------------------- */

/* footer fixed content --------------------------------------- */
.sticky-info i.fa.fa-home {
  font-size: 30px;
  color: #0288D1;
}
.sticky-info svg.bi.bi-sliders {
  height: 30px;
  width: 24px;
  color: #EC407A;
}
.sticky-info a {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  gap: 5px;
}
.sticky-info svg.bi.bi-wallet {
  width: 24px;
  height: 30px;
  color: #43A047;
}
.sticky-info svg.bi.bi-person-lines-fill {
  height: 30px;
  width: 27px;
  color: #861799;
}
.sticky-info i.fa.fa-list-alt {
  font-size: 30px;
  color: #FFA726;
}

 .sticky-info img {
  vertical-align: middle;
  width: 35px;
  margin-bottom: 9px;
}
.sticky-navbar .sticky-info:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}
.sticky-navbar .sticky-info {
  flex: 0 0 20%;
  max-width: 20%;
  padding-top: 20px;
  border-radius: 0px;
  padding-bottom: 10px; 
}
.sticky-navbar.fixed {
  visibility: visible;
}

.sticky-navbar.fixed {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}
.sticky-navbar {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  opacity: 0;
  visibility: hidden;
  transition: all .25s;
  z-index: 997;
}

/* footer fixed content  end --------------------------------------- */

/* faq css --------------------------------------------------- */
.card.accordion-q {
  margin-bottom: 25px;
  padding: 10px;
}
#accordion h3 {
  font-size: 20px;
}
.collapsed i.fas.fa-times {
  display: none !important;
}
.collapsed i.fas.fa-chevron-down {
  display: block;
}
#accordion  p {
  color: #8e8989;
}
#accordion .card-header {
  background-color: transparent;
  border-bottom: none;
  margin-top: 10px;
}

i.fas.fa-chevron-down {
  display: none;
}
.collapse.show {
  background: #cccccc12;
}
.faq-toggle .fa-times {
  display: block !important;
  background: #ff9800;
  padding-top: 8px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
}
.active.collapsed i.fas.fa-times {
  display: none !important;
}
.active.collapsed i.fas.fa-chevron-down {
  display: block;
}
#accordion .show .card-body {
  height: 100px;

}


.muted-bg h3.text-center {
  font-weight: 600;
  padding-top: 10rem !important;
}
.faq-container{
  max-width: 750px;
  margin: 0 auto;
}

.faq{
  background-color: transparent;
  border: 1px solid #9fa4a8;
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.faq.active {
  background-color: #EEEEEE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}


.faq.active::before{
  color: #3498db;
  top: -10px;
  left: -30px;
  transform: rotateY(180deg);
}

.faq-title {
  margin: 0 35px 0 0;
  font-size: 20px;
  font-weight: 500;
}

.faq-text{
  display: none;
  margin: 30px 0 0;
}

.faq.active .faq-text {
  display: block;
  font-size: 14px;
  color: #86868a;
}

.faq-toggle{
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
}

.faq-toggle:focus{
  outline: none;
}

.faq-toggle .fa-times {
  display: none;
}

.faq.active .faq-toggle .fa-times {
  display: block;
  color: white;
}

.faq.active .faq-toggle .fa-chevron-down{
  display: none;
}

.faq.active .faq-toggle {
  background-color: #9fa4a8;
}

.faq-container .fas {
  margin-left: 0px;
}

/* faq end ----------------------- */


.icons {
  position:fixed;
  top:40%;
  left:15px;

  z-index:100;
  
}

.icons ul {
  list-style:none;
  padding:initial;
  
}

.icons ul li {
  height: 50px;
  width: 194px;
  padding-top: 12px;
  margin-top: 5px;
  color: white;
  font-size: 15px;
  text-align: center;
}

.icons ul li:hover {
  padding-left: 32px;
  transition: 0.5s;
  width: 194px;
  /* color: rebeccapurple; */
  /* background: #000; */
}


.services1 {
  background-color: #0b9aac;
  /* background-image: linear-gradient(-180deg, #FF7E31, #E62C03); */
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  outline: 0;
  touch-action: manipulation;
  transition: box-shadow .2s;
}


  .services2 {
    background-color: #09930e;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    outline: 0;
    touch-action: manipulation;
    transition: box-shadow .2s;
}


.services3 {
  background-color: #FF9800;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  outline: 0;
  touch-action: manipulation;
  transition: box-shadow .2s;
}
.services4 {
  /* background-image: linear-gradient(-180deg, #c75b19, #4f1204); */
  background-color: #b12f34;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  outline: 0;
  touch-action: manipulation;
  transition: box-shadow .2s;

}
.services5 {
  /* background-image: linear-gradient(-180deg, #eee75d, #968f0d); */
  background-color: #5E35B1;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  outline: 0;
  touch-action: manipulation;
  transition: box-shadow .2s;
}



/* main banner css-------------------end--------------------- */
 /* new css ---------------------------------------- */
 .payment-s-top {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.container.bg-white.shadow-md.rounded.p-4.mb-3 {

  margin-bottom: 100px !important;
}
/* new css end ---------------------------------------------------------- */

button.btn.btn-info.btn-login-register {
  width: 238px;
  /* padding: 27px; */
  /* padding: 1px; */
  height: 50px;
  border-radius: 25px;
}

.navbar.bg-primary {
  background-color: #0b0b0b !important;
  box-shadow: 0px 3px 7px #ccc;
  padding: 7px;
}
.fas{
   margin-left:30px;
}
.nav-link .fas, .featured-box-icon .fas{
    font-size:xx-large;
}
.navbar-dark .navbar-nav .nav-link {
  color: #d6e1f4 !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #444;
    background-color: #e7e9ed;
}
.vendor-item{
    width:100px;
    height:80px;
    background-color:#fff;
    border:1px solid #ccc;
    float:left;
    margin-right:10px;
    list-style:none;
}
#vouchers .col-md-2.col-xs-4 {
  padding: 0;
}
.container.history-t.shadow-md.rounded.p-4 {
  background: #f5f5f5b8;
}



.hidden {
    display: none !important;
}
.product-type, .product-type-blue {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 32%);
  padding: 10px;
  min-height: 65px;
  display: block;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  /* margin-top: 20px; */
  width: 100px;
  height: 100px;
}

.product-voucher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  gap: 20px;
}

.product-type-active{
    color: #fff;
    background-color:#0c2f55;
}
.product-voucher .product-type p {
  padding-top: 10px !important;
  color: #0c2f55;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.product-type-blue .col-sm-12 {

  padding: 0;
}
#vouchers .row.produvt-type12 {
  margin: 0px !important;
}
.product-type-active p, .product-type-active h5{
    color: #fff;
}
.panel-info {
    border: 1px solid #bce8f1;
}
.panel {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 7px 10px #ccc;
}
.panel-body {
    padding: 15px;
}

#price{
    border:1px solid #ccc;
    padding:8px;
    text-align:center;
    margin-top:5px;
    display:block;
}
.heading{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    border-bottom: 1px solid #ccc;
    padding:10px;
}
.spinner{
    width:30%;
    margin: 0 auto;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #0c2f55; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
table{
    font-size:13px !important;
    color:#000 !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.nav-item .active {
    background-color: #000;
    color:#fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #000;
    color:#fff;
}
.alert-danger{
    background-color:#c62727;
}
.heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #918383;
    padding: 13px;
}
.hakmer {
    text-align: center;
    margin: 0px auto;
    padding: 137px 50px 0px;
    box-sizing: border-box;
    max-width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(350.59deg, rgb(255, 94, 217) -62%, rgb(29, 87, 166) 75.77%, rgb(32, 95, 181) 100%) repeat scroll 0% 0%;
    border-radius: 35px;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: #8e2222ab !important;
    border: 1px solid #040404db !important;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
}
#carousel-main.carousel {
    height: 650px;
}
#carousel-main .carousel-inner {
    height: 100%;
    z-index: 99;
}
.sng-top-banner {
    background-image: url(../images/);
    background-size: cover;
    height: auto;
    width: 100%;
    margin-top:70px;
}
#carousel-main.carousel {
    height: 650px;
}
#carousel-main .carousel-inner {
    height: 100%;
    z-index: 99;
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

}
#carousel-main .carousel-caption {
    left: 30px;
    right: 30px;
    bottom: auto;
    top: 160px;
    color: #FFF;
    font-size: 18px;
    text-shadow: none;
    text-align: left;

}

.calculator-base {
    min-height: 30px;
    background: white;
    opacity: 1 !important;
    border-radius: 8px;
    color: black;
}
@media (min-width: 576px) {
  .calculator-base {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .calculator-base {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .calculator-base {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .calculator-base {
    width: 80%;
  }
}
.calculator-base {
    color: black;
}
#carousel-main .fix-caption {
    color: #ffffff;
    text-align: left;
}
.slect-mr-top {
    margin-top: 20px;
}
.cal-head h3 {
    background: #009cdc;
    color: #fff;
    padding: 14px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    text-transform:uppercase;
}
.slect-mr-top {
    margin-top: 20px;
}
.inner-content {
    padding: 12.5px 22px;
}
.cust-lable2 {
    text-align: left;
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 7px;
    z-index: 2;
    color: #979797;
    left: 80px;
    font-size: 12.5px;
}
.custom-field {
    border-bottom: 1px solid #ced4da;
}
.input-group-prepend {
    margin-right: 0 !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 84% !important;
}
.proceed-btn {
    width: 100%;
    background: #009cdc;
    border: 1px solid #009cdc;
    padding: 10px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
}
.error{
    font-size: 12px;
    color: rgb(179, 0, 51);
}
.alert.alert-danger {
  background: rgb(179, 0, 51);
  margin-top: 20px;
}
.muted-bg{
    height:260px;
    /* background-image:url('../images/muted_banner.jpg');
    background-color: #0188ce; */
}
#vouchers .row {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.page-title {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    margin: 30px auto;
    text-transform: capitalize;
    text-align: center;
}
.vendor-list{
    list-style: none;
}
.vendor{
    width:110px;
    height: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ededed;
    float:left;
    margin-right:10px;
    margin-top:10px;
}
.caption-text{

}
input.error, input.valid, select.error, select.valid {
    background-position: right 5px center;
    background-repeat: no-repeat;
}
.wrap-input1 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}
input.input1 {
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
}
.input1 {
    display: block;
    width: 100%;
    background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    border: 1px solid #e1e2eb;
        border-top-color: rgb(225, 226, 235);
        border-right-color: rgb(225, 226, 235);
        border-bottom-color: rgb(225, 226, 235);
        border-left-color: rgb(225, 226, 235);
}
.contact1-form-btn {
    min-width: 193px;
    height: 50px;
    border-radius: 5px;
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
}
textarea.input1 {
    min-height: 150px;
    padding: 12px 20px;
    border-radius: 5px;
}
.btn-info {
    color: #fffafa;
    /* background-color:; */
    border:none;
}
.unlock-box {
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    padding: 10px;

}
#signup li {
    margin: 20px 0px;
}

#signup ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.form-inline .form-group{
    margin-right:25px;
}
#right-container {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;

  padding: 0 15px;

}

/* #left-container {
  position: ;
} */
.w-25 {
    width: 24% !important;
}
.partners {
  padding: 20px 5%;
  text-align: center;
  border-top: 8px solid #eee;
  margin-top: 65px;
}
 /* .u-section-2 {
  min-height: ;
} */
.u-section-2 .u-shape-1 {
    height: 437px;
    margin-top: 75px;
    margin-bottom: 0;
    background: #fff;
}
.u-border-palette-2-base, .u-separator-palette-2-base:after {
  border-color: #092f86 !important;
  stroke: #f03840;
}
.u-section-2 .u-layout-wrap-1 {
  width: 1140px;
  margin: -552px auto 0;
}
.u-section-2 .u-layout-cell-1 {
  min-height: 667px;
}
.u-section-2 .u-container-layout-1 {
  padding: 20px 19px;
}
.u-section-2 .u-group-1 {
  min-height: 561px;
  width: 550px;
  margin: 0 auto;
}
.u-section-2 .u-container-layout-2 {
  padding: 39px;
}
.u-section-2 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.u-section-2 .u-text-1 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 41px 0 0;
}
.u-section-2 .u-layout-cell-2 {
  min-height: 667px;
  background-image: none;
}
.u-section-2 .u-container-layout-3 {
  padding: 30px;
}
.u-section-2 .u-image-1 {
  object-position: 82.06% 50%;
  height: 590px;
  margin-top: 0px;
  margin-bottom: 0;
}
.u-section-2 .u-text-2 {
  font-size: 1rem;
  margin: 19px auto -55px;
}
.u-section-2 .u-btn-1 {
  border-style: none none solid;
  padding: 0;
}
@media (max-width: 1199px) {
   .u-section-2 {
    min-height: 799px;
  }
  .u-section-2 .u-shape-1 {
    margin-top: 180px;
  }
  .u-section-2 .u-layout-wrap-1 {
    width: 940px;
  }
  .u-section-2 .u-layout-cell-1 {
    min-height: 477px;
  }
  .u-section-2 .u-group-1 {
    width: 369px;
  }
  .u-section-2 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-section-2 .u-text-1 {
    font-size: 1.125rem;
  }
  .u-section-2 .u-layout-cell-2 {
    min-height: 623px;
  }
  .u-section-2 .u-image-1 {
    height: 511px;
  }
}
@media (max-width: 991px) {
   .u-section-2 {
    min-height: 1511px;
  }
  .u-section-2 .u-shape-1 {
    height: 303px;
    margin-top: 60px;
  }
  .u-section-2 .u-layout-wrap-1 {
    width: 720px;
    margin-top: -418px;
  }
  .u-section-2 .u-layout-cell-1 {
    min-height: 533px;
  }
  .u-section-2 .u-group-1 {
    min-height: 493px;
    width: 485px;
  }
  .u-section-2 .u-container-layout-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .u-section-2 .u-layout-cell-2 {
    min-height: 753px;
  }
  .u-section-2 .u-image-1 {
    height: 714px;
  }
}
@media (max-width: 767px) {
   .u-section-2 {
    min-height: 1175px;
  }
  .u-section-2 .u-layout-wrap-1 {
    width: 540px;
  }
  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }
  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-section-2 .u-layout-cell-2 {
    min-height: 565px;
  }
  .u-section-2 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-section-2 .u-image-1 {
    height: 563px;
  }
}
@media (max-width: 575px) {
   .u-section-2 {
    min-height: 1143px;
  }
  .u-section-2 .u-layout-wrap-1 {
    width: 340px;
  }
  .u-section-2 .u-layout-cell-1 {
    min-height: 533px;
  }
  .u-section-2 .u-container-layout-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-section-2 .u-group-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
  .u-section-2 .u-text-1 {
    font-size: 1rem;
  }
  .u-section-2 .u-layout-cell-2 {
    min-height: 356px;
  }
  .u-section-2 .u-image-1 {
    height: 346px;
  }
}
.u-offcanvas .u-sidenav {
 flex-basis: 250px !important;
}
.u-offcanvas:not(.u-menu-open-right) .u-sidenav {
 margin-left: -250px;
}
.u-offcanvas.u-menu-open-right .u-sidenav {
 margin-right: -250px;
}
@keyframes menu-shift-left    {
 from {
  left: 0;
 }
 to {
  left: 250px;
 }
}
@keyframes menu-unshift-left  {
 from {
  left: 250px;
 }
 to {
  left: 0;
 }
}
@keyframes menu-shift-right   {
 from {
  right: 0;
 }
 to {
  right: 250px;
 }
}
@keyframes menu-unshift-right {
 from {
  right: 250px;
 }
 to {
  right: 0;
 }
}
.u-disable-duration * {
 transition-duration: 0s !important;
}
@font-face {

  src: url("/static/fonts/sharp_sans/sharpsansbold.otf");
}
@font-face {

  src: url("/static/fonts/sharp_sans/sharpsanslight.otf");
}
@font-face {

  src: url("/static/fonts/overpass/overpass-bold.otf");
}


.btn-info {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.btn-info:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}
.ml3 {
  font-weight: 100;
  font-size: 2.0rem;
}
.ml10 {
  position: relative;
  font-weight: 800;
  font-size: 2.5rem;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.proceed-btn {
  background-color: #fbeee0;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #422800;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.proceed-btn:hover {
  background-color: #fff;
}

.proceed-btn:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .proceed-btn {
    min-width: 120px;
    padding: 0 25px;
  }
  .product-blue.col-md-2.col-xs-4 {
    max-width: 10.666667%;
  }
  .dtopup_card .col-sm-12.text-center {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 32%);
    padding: 10px;
    min-height: 65px;
    display: block;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    /* margin-top: 20px; */
    width: 100px;
    height: 100px;
  }
  .dtopup_card .col-md-2 {
    flex: 0 0 auto;
    width: 10.666667%;
  }
  .b2cservices-margin {
    padding-left: 100px !important;
}
.container.bg-white.shadow-md.rounded.p-4.mb-3.b2cservices-margin {
  margin-left: 218px !important;
}
.agile-pay div#parentVerticalTab {
  padding-left: 70px !important;
}
}

.thankyou-page ._header {
   padding: 100px 30px;
  text-align: center;
  /* background: #0188ce; */
  margin-top: 0%;
  /* background-image: linear-gradient(0deg, rgb(0 0 0 / 36%), rgb(0 0 0 / 20%)), url(/static/images/bg-f.avif); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.thankyou-page ._header .logo {
    max-width: 200px;
    margin: 0 auto 50px;
}
.thankyou-page ._header .logo img {
    width: 50%;
}
.thankyou-page ._header h1 {
  font-size: 40px;
  font-weight: 800;
  color: #292626;
  margin: 0;
}
.thankyou-page h4,p{
    text-align: center;

}
.thankyou-page ._body ._box {
    background: white;
    border-radius: 3px;
    margin-bottom: 60px;
}

.thankyou-page ._footer {
    text-align: center;
    padding: 50px 30px;
}

.thankyou-page ._footer .btn {
    background: #4ab74a;
    color: white;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.8px;
    padding: 20px 33px;
    text-transform: uppercase;
}
.invert {
        filter: invert(1);
    }
.report-filter {
  border-radius: 30px;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03) !important;
  margin-top: 30px;
  width: 179px;
  padding: 13px;
  border: none;
}

 /* all services start -------------------------------------------------------------------- */
 .img-upscontent li p {
	text-transform: lowercase;
  }
  hr {

    color: #d26327 !important;
    border: 0;
    border-top: 2px solid !important;
    opacity: .80 !important;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
}
  .privacy-img dotlottie-player {
	width: 135px;
	height: 135px;
  }
  .bg-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}
  .upsaccess-page svg {
	height: 40px;
	width: 40px;
  }
  .product-type img.img-thumbnail {
    min-width: 100%;
    /* margin-top: 5px; */
    height: 50px;
    min-width: 50%;
}

  .upsaccess-page .iitem-icon {
	height: 70px;
	width: 240px;
	/* border: 1px solid; */
	display: flex;
	align-items: center;
	justify-content: space-evenly;
  }

  .International-topup svg {
	height: 40px;
	width: 40px;
  }


  .iitem-min.iitem-hover {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 30px;
	padding: 20px;
	height: 250px;
	box-shadow: 0px 0px 8px #9fa6b2;
  }

  .iitem-min.iitem-hover:hover {

	background: linear-gradient(0deg, #03A9F4 0%, #03a9f494 100%);
	color: #fff;
  }

  .package {
	font-size: 27px;
	font-weight: 600;
  }

  .second-ups h4.iitem-heading {
	font-size: 20px;
	font-weight: 600;
  }

  .row.mobile-services {
	display: flex;
	align-items: center;
  }

  .Mobile-unlocking img {
	width: 100%;
  }

  .upspoint-img img {
	width: 100%;
  }
  .buttons_mobile {
   display: none;
}

  /* all services start end -------------------------------------------------------------------- */



  a {
    text-decoration: none !important;
  }
  .footer li a {
    color: #fff;
}
.product-voucher .col-xs-3 {
  /* width: auto; */
  height: 100px;
  width: 100px;
}

.dtopup-listing-section .col-md-2.col-xs-4 {
  width: 100px !important;
}
.dtopup-listing-section .justify-content-center {
  justify-content: center !important;
  gap: 20px;
}

.dropdown-item .bi::before {
  font-weight: 800 !important;
}


.cover {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
}
.cover ul {
  list-style: none;
  text-align: left;
  margin-top: 30px;
}


.contents {
  width: 200px;
  height: 200px;
  background: #fff;
  margin: 30px auto;
  border: 2px solid #ccc;
  border-radius: 30px;
  position: absolute;
  text-align: center;
  top: -412px;
  left: 0;
  right: 0;
  padding-top: 20px;
  line-height: 1.7rem;
  border-radius: 0px ;
  /* list-style: none; */
}
.close {
  border: 2px solid #ccc;
  border-radius: 15px;
  padding: 5px 0px;
  position: absolute;
  bottom: 15px;
  /* left: 75%; */
  right: 7px;
  top: 6px;
  width: 30px;
  height: 30px;
  box-shadow: inset 0px 0px 10px 5px #ccc;
  cursor: pointer;
}

/* mobile view code ///////////////// */
/* mobile view code ///////////////// */
  @media only screen and (max-width: 768px) {

/* popup code ---------------------------- */

body{
  font: 16px / 1.4 sans-serif;
}


.links-dailog a{
  color: currentColor;
  text-decoration:none;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
/* .links-dailog a:hover{
  color:#fff;
  background-color:#333;
} */

.dialog {
  padding: 20px;
  border: 0;
  background: transparent;
  /* margin-top: 100%; */
  position: fixed;
  bottom: 0;
  top: 337px;
  left: 84px;
}
.dialog li {
  list-style: none;
  margin-top: 10px;
  /* padding: 0; */
}
.dialog ul {
  /* margin: 0; */
  padding: 0;
}

/* .dialog::backdrop{
  background-color: rgba(0,0,0,.3);
  backdrop-filter: blur(4px);
} */

.dialog__wrapper {
  padding: 3px 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}
button.dialog__close {
  display: none;
}
/* .dialog__close{
  border:0;
  padding:0;
  width: 24px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background:#000;
  color:#fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  position:absolute;
  top:5px;
  right:5px;
  cursor:pointer;
  --webkit-appearance:none;
  appearance:none;
} */


/* popup code end ------------------------------------------- */


    #accordion h3 {
      font-size: 15px;
      text-align: left;
      padding: 0px 25px 0px 0px;
  }
  #accordion p {
    color: #8e8989;
    font-size: 12px;
}



    .product-voucher .col-xs-3 {
      /* width: auto; */
      height: 90px;
      width: 90px;
  }
  .product-type, .product-type-blue {

    width: 90px !important;
    height: 90px !important;
}

.product-voucher {

  gap: 9px;
}
/* sticky icon css ------------------------------------------------------- */
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text],
 .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
  .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
   padding-right: 0px !important;
   padding-left: 0px !important;
}


.buttons_mobile {
display: block !important;
}


  .buttons_mobile {
  margin-top: 10px;
  position: fixed;
  z-index: 999;
  .mobile_button, #uk_mobile_topup {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2);
  }
}
.mobile_button {
  position: absolute;
  left: 0px;
  float: left;
  /* background-color:#F30; */
  padding: 16px;
  height: 60px;
  display: block;
  width:60px;
  /* border-radius: 0px 30px 30px 0px;  */
  overflow: hidden;
  z-index:999;

}
.slide {
  padding: 16px 15px 15px 20px;
    position: absolute;
    float: left;
    left: 0;
    display: none;
    width:200px;
    height:60px;
    /* background-color:#F30;  */
    color:#FFF;
    text-align:right;
    font-size:18px;
    overflow:hidden;
    white-space: nowrap;
    /* border-radius: 0px 30px 30px 0px;   */
z-index:999;
}

#Uk_direct_topup {
  top: 65px;
}

#dtopup {
  top: 65px;
}

#international_topup {
  top: 130px;
}

#international1 {
  top: 130px;
}
#unlocking21_topup {
  top: 195px;
}
#unlocking21_topup a {
  color: #fff;
}
#unlocking21 {
  top: 195px;
}

.mobile_button i {
  color: #fff;
  font-size: 27px;
}

#uk_mobile_topup, #Uk_direct_topup, #international_topup {
  a, a:visited, a:active, a:focus {
    color: #fff;
    text-decoration: none;
  }
  a:hover {
    color: #ccc;
  }
}


/* sticky icon css end -------------------------------------------------- */

.row.mobile-services {

  padding-bottom: 0px !important;
}
    .icons {

      display: none;
  }
  /* section#sec-d103 {
    margin-top: 100px !important;
} */
.main-topup-sections .col-3 {
  flex: auto;
  max-width: 100%;
  width: 100% !important;
}
.main-topup-sections .col-9 {
  flex: auto;
  max-width: 100%;
  width: 100% !important;
}
.main-topup-sections h3 {
  font-size: 15px !important;
  padding-top: 10px;
}
.col {
  width: 100%;
  flex-basis: auto;
}
.second-topup img {
  width: 100%;
}
.second-topup .row.py-5.my-5 {
  display: flex;
  flex-direction: column;
}
.row.mobile-services {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mobile-services .col.unlockingservices.p-5 {
  padding: 1rem !important;
}
.mobile2ndsection h1.mt-5 {
  font-size: 20px !important;
}
.about-second.mt-5 {
  padding: 0px 10px !important;
}
.faq {

  margin: 20px 31px;
  padding: 20px;

}
.faq-title {

  font-size: 15px;
}
.card.bg-primary {
  background: #BDBDBD !important;
}
.second-topup .col-4 {
  max-width: 100% !important;
  flex: auto !important;
  margin-bottom: 40px;
  width: 100% !important;
}
.second-topup .row.pt-5 {
  margin-top: -43px !important;
}
.footer-logo img {
  width: 100%;
}
.banner-image img {
  max-width: 100%;
  height: auto !important;
  width: 100% !important;
}
.direct-home-section .col-md-5 {
  order: -18;
}
.services-home-second .container.mb-4 {
  margin-top: 0px !important;
}
.services-home-second .col-md-4 {
  max-width: 100% !important;
  flex: auto;
  width: 100% !important;
}
.services-home-second  .text-center {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
  background: #e9e8e8;
}
#ul_top_hypers {

  gap: 30px;
}
.col-8 {
  flex: auto;
  max-width: 100%;
  width: 100% !important;
}
.u-layout-wrap-1 .u-layout-row {
  background: #666666;
  display: flex;

  flex-direction: column;
}
.col-4 {
  flex: auto;
  max-width: 100%;
  width: 100% !important;
}
.muted-bg {
  height: 195px;
  margin-top: 95px;
}
.muted-bg h3.text-center {
  padding-top: 5rem !important;
}
/* main banner section ------------------------------ */
.u-section-2 {
  min-height: 799px !important;
}
.u-align-left.u-container-style.u-layout-cell.u-size-30-lg.u-size-30-xl.u-size-60-md.u-size-60-sm.u-size-60-xs.u-white.u-layout-cell-2 {
  display: none;
}

/* main banner section end ------------------------------ */

  }
.text-center.paragraph {
  background-color: #56d2eed9;
    margin-top:5px;
    margin-bottom:5px;
}



