 :root {
      --bs-primary: #003EBF;
    }
html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; 
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
 
.choosePointsHome {
    padding: 30px 15px;  
    border-left: 3px solid var(--bs-primary);
    border-radius: 25px 0;
    background-color: #ffffff;
    min-height: 140px;
    display: inline-block;
    margin: 5px 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.choosePointsHome:hover {
    border-left: 3px solid #00c092; 
    object-fit: scale-down;
}

 .accountdetails .sidebar {
    /* min-height: 100vh; */
    border-radius: 10px;
    /* background-color: #f1f5ff;
    border: 1px solid #e2e8ff; */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  }

 .accountdetails .sidebar .active { 
      background: #003f99;
      /* border-radius: 5px; */
    }
    
  .accountdetails  .tab-content {
      padding: 0px 20px;
    } 

.account-settings-fileinput {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
    opacity: 0;
}
 .text-light {
    color: #babbbc !important;
}

.countrysearchbox .dropdown-menu.show{
    position: absolute;width: 100%;top: 50px;z-index: 999;
}  
.countrysearchbox input.form-control{
    height: 50px;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    border: 2px solid rgb(128, 148, 157,0.3) !important;
}
.countrysearchbox  button.dropdown-toggle {
    background: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 2px solid rgb(128, 148, 157,0.3) !important;
    border-right-width: 0px!important;
}
.countrysearchbox .dropdown-menu.show input.form-control {
    border: 2px solid #ddd;
    border-radius: 5px;
}
.productLoading {
    text-align: center;
    margin-top: 30px;
    font-size: 34px;
    background: #003ebf26;
    color: #000000;
    padding: 30px 50px;
    border-radius: 15px;
}
p:last-child {
    margin-bottom: 0;
}
.dazcolor{
    color: var(--bs-primary);
}
.bg-white{
    color: #ffffff;
} 

#mainNavbar li.nav-item {
    position: relative;
}

#mainNavbar li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

#mainNavbar li a:hover::before,
#mainNavbar li a.active::before {
    transform: scaleX(1);
}

.redtext{
    color: red;
}

.paymentpage .personaldetails input {
    min-height: 40px;
    background-color: #f2f2f2;
}
.paymentbg {
    background: linear-gradient(
170deg, rgba(0, 62, 191, 0.4) 12.5%, rgba(232, 213, 181, 0.555) 46.15%, rgba(255, 255, 255, 0.71) 81.25%);
    padding-block: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.personaldetails label.form-label {
    font-weight: bold;
}
#offerBanner {
    cursor: pointer;transition: ease-in 2s;
}
body { 
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #2f323a;
/*    font-family: "Roboto", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.price-btn.cancelbtn{
    background-color: #dddddd;color: #000000;
}
.progresbtn{
    background-color: #06AED4;
}
.price-btn.cancelbtn:hover{
    background-color: #dddddd; 
}
.chhosebox{
/*    background-color: #F1FAFF;*/
    background-color: white;
}
.search-cat input{
    /* border-color: #5A8DEE; */
    border: 2px solid rgb(128, 148, 157, 0.3) !important;
    height: 50px;
}
.aboutbox{
    background-color: #c1e8fd;;
}
.chhosebox .recharge-box{
    background-color: #ffffff;
    transition: all 300ms ease-in;
}
.w-10 {
    width: 2.5rem;
}
.h-10 {
    height: 2.5rem;
}
.flex {
    display: flex;
}
.btnwhite {
    background-color: #ffffff;
    padding: 6px 25px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ffffff;
}
.btnwhite:hover{
    border: 1px solid #ffffff;
}
.btnwhite.downlodbtn:hover{
    color: #ffffff; 
}
.downlodbtn { 
    font-size: larger; 
}
.downlodbtn::after{
        clip-path: circle(100% at 50% 50%);
    transition: 4s cubic-bezier(0, 0.96, 0.58, 1.1);
}
.btn:hover > svg{
    transform: translateX(10px);
     transform: rotate(-360deg);
     fill:#ffffff;
}
.btn > svg {
/*        transform: rotate(-45deg);*/
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center; 
        color: #ffffff;
        display: inline-block;
        margin-left: 5px; 
        border-radius: 50%;
        transition: 0.4s ease-in-out;
        
}

.btn > svg {
    transition: 0.4s;
}
.banner-below-section {
    background: #ffffff;
    border-radius: 50px;
    margin-top: -50px; 
}
.banner-below-section.chhosebox { 
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item .accordion-button { 
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.aboutbox1{
    background: #f4f6f6;
    border-radius: 10px;
    padding: 10px;
}
.chhosebox#topup,.chhosebox#plans {
    border-radius: 10px;
}
.nav-tabs .nav-link.active {
      background-color: var(--bs-primary);
      color: #ffffff;
    }


.headerbg{
    background: #003EBF;
    min-height: 540px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.verticalTabs button.nav-link {
    border: 1px solid #dddddd;
}
.brand-card {
      text-align: center;
      padding: 1rem;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 1rem;
    }

.giftcardbanner {
    background: #003EBF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.aboutBanner {
    background: #003EBF; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.faqsection.bg-transparent {
    background: transparent;
}
.backbutton a{
     font-weight: bold;
}
.backbutton svg{
    rotate: 180deg;
}
.dazbluebg{
    background-color: #003EBF;
    background-size: cover;
}
.invert {
  filter: invert(1);
}
.backbtn {
    color: #2f323a;
    text-decoration: none;
}

.backbtn:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

.btn-primary{
    background-color: #003EBF;
}
.otpsection {
    width: 70%;
    margin: 0 auto;
}
.searchbox{
    box-shadow: 0 6px 20px rgb(227 225 225);
    border-radius: 10px;
    background: #ffffff;
}
 
.headerbg ul.navbar-nav li > a.signInBtn{padding-left: 20px;padding-right: 20px;}

.view-products-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-products-button:hover {
    background-color: #f0f0f0;
    border-color: #999999;
}
.amtsection svg {
    rotate: 90deg;
    text-align: center;
}
.paymentpage input[type="radio"] {
    border: 1px solid #003ebf9e;
}
.stores-logo > .card{
     color: #474554;
     /* background-color: #E6F0FF;
     border-bottom: 5px solid var(--bs-primary); */
    background: rgb(230, 240, 255, 0.5);
    border: #cfe1ff solid 1px;
}

.stores-logo > .card .icon{
    fill: #003ebf;
}

.satishfied-customer{
    background: linear-gradient(90deg, #0099D1 0%, #003EBF 46.66%, #00AEB3 100%);
}

.select2-container--default .select2-selection--single{
    border: none;
}
.faqsection,.googleAds{
    background: linear-gradient(90deg, rgba(0, 62, 191, 0.4) 12.5%, rgba(232, 213, 181, 0.555) 46.15%, rgba(255, 255, 255, 0.71) 81.25%);
    padding-block: 60px; 
    padding-top: 60px; /* fallback */
    padding-bottom: 60px; /* fallback */

}

.categories-card {
    padding: 15px;
    border: 1.5px solid #dddddd;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    align-items: center;
    width: 100%;
    height: 100%;
}

.categories-card p {
    font-size: 1.125rem;margin-top: 5px;
}
.dazpagination li.page-item.active a {
    background: var(--bs-primary);
}
.categories-card:hover {
    border-color: #003EBF;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.aboutbox#plans,.aboutbox1#plans {
    padding: 15px;
    border-radius: 10px;
}
.dazcolor{
    color: #003EBF;
}
.faqsection .accordion-item,.aboutbox .accordion-item{
    margin-bottom: 10px;
    border-radius: 0.375rem;
}

.aboutbox1 .accordion-item,.chhosebox .accordion-item{
    margin-bottom: 10px;
    border-radius: 0.375rem;
}
.accordion.chhosebox {
    padding: 10px;
}
.accordion-header .accordion-button {
    border-radius: 0.375rem;
}

footer{
    padding-top: 50px;padding-bottom: 20px;
}
.footersocial a{
    color: #474554;
}
.footersocial a:hover{
    color: #003EBF;
}

footer ul li,footer ul li a,footer span{
    color: #5A6876;font-size: 14px; line-height: 28px;
}
.paymentImages img {
    object-fit: none;
}
.copyrightsection{
    border-top: 1px solid #dddddd;
}
footer ul li > a:hover{
 color: var(--bs-primary);text-decoration: underline;
}

/*------------*/
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-area .form-inner {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: auto; 
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.intl-tel-input,
.iti{
  width: 100%;
}

.flagCircle {
    background-color: #003ebf33;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  color: #333;
}

.nav-pills .nav-link.active {
  background-color: #003EBF;
  color: #fff;
}

#topup-tabs {
    border: 1px solid #dddddd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 5px;
    background-color: #ffffff;
}

.categories-card img {
    height: 120px;
    object-fit: contain;
    background-color: #000000;
    padding: 5px;
    border-radius: 5px;
}
.recharge-box {
  border: 1.5px solid #dddddd;
  border-radius: 10px;
  padding: 1.5rem;
/*  margin-top: 1rem;*/
}

.recharge-box:hover,.stores-logo > .card:hover{
    border-color: #003EBF;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.textoverride{
    font-size: 14px; color: #617B7B;
}
.stores-logo > .card:hover,.verticalTabs .card:hover{
    border: 1px solid #003EBF; 
}
.stores-logo{
    position: relative;
}

.svg-hover { 
    padding: 40px;
    border-radius: 20px;
}

/* radio button image css started below */

.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.cc-selector-2 input{
    position:absolute;
    z-index:9;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
 

.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block; 
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in; 
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}
 
.cc-selector-2 input{ margin: 5px 0 0 6px;  } 
.drinkcard-cc img {
    height: 60px;
    object-fit: contain;
    width: 100%;
}
/*Loader css*/
.webloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffde; /* Optional background */
    z-index: 9999; /* Ensure it's on top */
}


.rechargeProductLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffde; /* Optional background */
    z-index: 9999; /* Ensure it's on top */
}


@keyframes ldio-rpinwye8j0b {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-rpinwye8j0b div {
    position: absolute;
    animation: ldio-rpinwye8j0b 1s linear infinite;
    width: 90px;
    height: 90px;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #003EBF;
}
.ldio-rpinwye8j0b {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.loadingio-eclipse {
    width: 90px;
    height: 90px;
    display: inline-block; 
}
.ldio-rpinwye8j0b div { box-sizing: content-box; }
/* radio button image css ended above */

/*.svg-hover:hover {
    background-color: #f2f2f2;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    transform: scale(1.05);
}*/
.fn-normal{
    font-weight: 400;
}
.stores-logo .card:hover{
    background-color: var(--bs-primary);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    transform: scale(1.05);
}
.stores-logo .card:hover .icon{
    fill: #ffffff;
}
.stores-logo .card:hover p{
    color: #ffffff;
}
.stores-logo img {
    height: 80px;
    object-fit: scale-down;
}
.svg-hover svg {
    width: 80px;
    height: 80px; 
}

.icon {
fill: #000000;
transition: fill 0.3s ease;
}

a:hover .icon {
fill: #003EBF;
}

.bg-reset {background: none;}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2ef;
}
.pd-reset{
    margin-top: 1rem;
    padding-top: 0px;
}
.accordion-button:focus{
    border:0;background: none;box-shadow: none;
}
.price-btn {
    background-color: #003EBF;
    color: #ffffff;
    border-radius: 30px;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border: none;
    text-decoration: none;
    font-size: 14px;
}

.price-btn:hover {
  background-color: #003f99;
}
label,input[type="text"],.modal a{
    font-size: 14px;
}
.dropdown .dropdown-item{
    font-size: 14px;
    /* font-weight: 500; */
}
.giftcardpage a:hover {
    transform: scale(0.98, 0.98);border: 1px solid #B9CBD3;
}
.giftcardpage a {
    background: transparent;
    border: 1px solid #B9CBD3;
}
.flagdropdowngiftpage button#countryDropdown {
    border: 1px solid #B9CBD3;
    padding: 10px;
    border-radius: 50rem;
    background-color: transparent;
    border: 2px solid rgb(128, 148, 157, 0.3) !important;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.flagdropdowngiftpage button#countryDropdown i {
    color: #003ebf;
    font-size: 18px;
    width: 30px;
}

.flagdropdowngiftpage button#countryDropdown:after {
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

.fn-24{
    font-size: 24px;
}

.recharge-box{
    border-bottom: 5px solid #dddddd;
}
.recharge-box:hover,.stores-logo .card:hover{
    border-bottom: 5px solid var(--bs-primary);
}

.chhosebox .recharge-box img:hover{
      -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }

.chhosebox .recharge-box img {  
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
  }

.fn-10{
    font-size: 10px;
}
.recharge-box ul li,.paymentpage p,.paymentpage label{
    font-size: 14px;color: #474554;
}
.recharge-box a{
    font-size: 14px;
}
.paymentpage input[type="text"],.fn-14{
    font-size: 14px;
}
.recharge-box h5,.paymentpage h5,h5 {
    font-size: 16px;color: #474554;
}
.stroke-interaction {
    stroke: #006BE5;
}
.toggle-icon {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.toggle-icon.rotate {
  transform: rotate(180deg);
}
.amtsection {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-toggler:focus{box-shadow: none;}

.navbar-toggler{
    border:1px solid #ffffff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.container-box a{
    text-decoration: none;
}
.searchbox > .container-box a.text-muted:hover {
    text-decoration: underline;
    color: #003EBF!important;
}

.feature-icon span { 
    justify-content: center;
    align-items: center;
    display: flex;
    width: 30px;
    height: 30px;
}
 
.feature-icon { 
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    align-items: center;
}

.feature-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 15px;
    display: flex;
    align-items: self-start;
}

.feature-card:hover{
    background-color: #003EBF;
}

.feature-card:hover * {
    color: #ffffff;
}
.giftBx .chhosebox {
    border-radius: 10px;
}
.backbtn.price-btn {
    display: inline-block;
    width: max-content;
}
.backbtn.price-btn:hover{
    color: #ffffff;
}
/**/

.payment__success__body {
    padding: 14px 24px;
    background: linear-gradient(90deg, rgba(41, 66, 203, 0.03) 0%, rgba(39, 61, 177, 0.03) 100%);
    margin-bottom: 24px;
}
.payment__success__body ul li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.payment__success__body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment__success__body ul li span {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0; 
}
 
.accountdetails .card {
      margin-bottom: 1.5rem;
    }
.accountdetails .card-header {
      background-color: var(--bs-primary);
      color: white;
    }
 .accountdetails .edit-icon {
      float: right;
      cursor: pointer;
    }
.accountdetails .privacy-note {
      font-size: 0.9rem;
      color: #6c757d;
    }
/**/

.operatorLogos .col-6 > .border:hover {
    border: 1px solid #003EBF!important;
}

/* new css for user profile page*/
.sidebar .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.sidebar .list-group-item {
    border-width: 0 0 1px;
}

.sidebar .list-group-item.active{
    color: #ffffff;
} 

.sidebar .list-group-item+.list-group-item.active{
    border-top-width: 2px;
}
.h5, h5 {
    font-size: 1.25rem;
}
.sidebar .list-group-item.active { 
      color: #ffffff;
    }

.dazbluebg a:focus {
    outline: none;
}
/* Gift details page css */
 
.productDetailthumb {
    /* background-color: var(--bs-primary); */

    background: rgb(230, 240, 255, 0.5);
    border: #cfe1ff solid 1px;
    overflow: hidden;
    border-radius: 10px;
}
.productDetailthumb img {
  border: 1px solid #ddd;
  height: 300px;
  object-fit: contain;
  padding: 10px;
}


.shadow{
    box-shadow: 0 0 4px rgba(0,0,0,0.25); 
}
 .flex-col {
    flex-direction: column;
}
.inline-flex {
    display: inline-flex;
}
 .form-label {
    margin-bottom: .5rem;font-size: 16px;
}
.selectform .form-control {
    border-color: #e3e3e3;
    background-color: #f1f4fd; 
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-color: #e9e9e9;
    height: 52px;
    padding: 15px 20px;
    font-size: 1rem;
    color: #1f0757 !important;
}
.selectform .form-control:focus {
    border-color: var(--bs-primary);
}
/* Gift details page css */
.aboutUs-content .btn:hover{
    background-color: transparent;
    border: none;
}

.product-info button.btn-light:hover{
    background-color: transparent;border: none;
}
 

/* Home page new section */
.service-items {
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-items:hover .arrow-btn {
    transform: translateX(95px);
    color: var(--bs-primary);
} 
 
.service-items .thumb {
    padding: 10px;width: 50%;height: 140px;
}
.service-items .thumb img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-items .content h5 {
    margin-bottom: 15px;
    margin-top: 5px;
}
.service-items .content {
    padding-left: 30px; 
}
.icon-category {
  color: #003EBF;
  stroke-width: 2;
}
.category-card {
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.category-card:hover {
  background-color: #E6EEFF;
  transform: translateY(-3px);
}
.category-card.active {
  background-color: #003EBF;
  color: white;
}

.banner-below-section .recharge-box {
    margin: 10px 0;
}

.accountdetails button.save-btn {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.upload-btn-outline {
    border-color: #003ebf;
    color: #003ebf;
}
.upload-btn-outline:hover {
    background-color: #003ebf;
}

.otp-input {
   width: 50px;
    height: 60px;
    margin: 0 7px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 26px !important;
    font-weight: bold;
    color: #003ebf;
    padding: 0;
}

.otp-input:focus {
    border: #003ebf solid 1px;
    color: #003ebf;
}

/* Radeem Instruction css start */
.instruction-section {
    font-weight: 500;
    font-size: 14px;
    color: #003EBF;
}
.instruction-section:hover {
    color: #02308f;
    text-decoration: underline;
}
.instruction-section:hover .toggle-icon svg path {
    stroke: #003EBF;
}
.instruction-section .toggle-icon svg {
    padding-top: 2px;
}
.toogleInstruction {
    border: #e2e8ff dashed 2px;
    padding: 10px;
    background: #f8f9fa;
    margin-top: 5px;
}
.toogleInstruction h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    border-bottom: #efefef solid 1px;
    padding-bottom: 3px;
}
.toogleInstruction ul li {
    font-size: 13px;
    padding: 3px 0;
}
.toogleInstruction ul li a{
    color: #003ebf;
}
.toogleInstruction ul {
    padding-left: 20px;
    margin: 0;
}

.instruction-section .toggle-icon svg path {
    transform: scale(1.2);
}

/* Radeem Instruction css end */


.product-list-box button.btn {
    background-color: #fff;
    border: 1px solid #e2e8ff;
}
 
.product-list-box button.btn:hover {
    background-color: #f1f5ff;
}

.payment-detail-col h6 {
    font-size: 14px;
}

/* Home page new section */

/* help css */

.how-can-help .recharge-box {

    background: rgb(230, 240, 255, 0.5);
    border: #cfe1ff solid 1px;
    padding: 20px 10px;

}
 
.how-can-help .recharge-box:hover {
    background: #003EBF;
    border-color: #003EBF;
}
 
.how-can-help .recharge-box:hover h5, .how-can-help .recharge-box:hover p {
    color: #fff;
}

.how-can-help .recharge-box a{
    background: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.how-can-help .recharge-box a img{
    height: 50px;
    object-fit: contain;
}
.how-can-help .recharge-box:hover a{
    box-shadow: 0 0 10px rgba(0,0,0,0.3)
}
 

/* end help css */

/* help page  faq css */

.faq-section-daz {
    background: linear-gradient(0deg, rgba(0, 62, 191, 0.4) 12.5%, rgba(232, 213, 181, 0.555) 46.15%, rgba(255, 255, 255, 0.71) 81.25%)!important;
}
 
.faq-section-daz-inner {
    width: 80%;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
    margin: 0 auto;
}

/*  end */

/* payment card */
.payment-methods-section {
    padding: 20px;
    background: rgb(230, 240, 255, 0.5);
    border-radius: 10px;
}
.payment-methods-section .form-check{
    background:#fff;
    padding: 10px;
    border-radius: 5px;
    border: #cfe1ff solid 1px;
}
 
 
.payment-methods-section .form-check .form-check-input {
    margin-left: 0;
}
/* end */

/* footer css */

footer ul.footer-contact-info li{
    padding-left: 20px;
    position:relative;
    font-weight: bold;
}
footer ul.footer-contact-info li a{
    font-weight: normal;
}
footer ul.footer-contact-info li i{
    position: absolute;
    top:7px;
    left:0;
}

/* end */

/* account css */
#profile-tabs-content .card-body form label.form-label {
    font-size: 14px;
}
#profile-tabs-content .card-body form input.form-control{
    font-size: 14px;
    height:40px;
}
 
#profile-tabs-content {
    background: rgb(230, 240, 255, 0.5);
    border-radius: 10px;
    height: 100%;
}
 
#profile-tabs-content .card {
    padding: 10px;
    border-radius: 5px;
    border: #cfe1ff solid 1px;
}
 
.card.profile-img-section {
    background: #f9f9f9;
    border-radius: 5px;
    border: #efefef solid 10px;
}
 
.profile-img-section .text-light {
    color: #717171 !important;
}
/* end */

/* account setting dropdown css */

#mainNavbar .dropdown .dropdown-item:hover {
    color: #003EBF;
}
#mainNavbar .dropdown .dropdown-item:before {
    display: none;
}
#mainNavbar .dropdown ul.dropdown-menu li {
    border-top: #cfe1ff solid 1px;
}
#mainNavbar .dropdown ul.dropdown-menu li:first-child {
    border: none;
}
#mainNavbar .dropdown ul.dropdown-menu li:first-child a {
    color: #003EBF;
}
#mainNavbar .dropdown ul.dropdown-menu {
    padding: 5px 0;
}

/* end */

/* order history table css */

.payment-history-section table thead tr th {
    font-size: 14px;
    border: #8692a5 solid 1px;
    background: #717d91;
    color: #fff;
    /* text-transform: uppercase; */
}
 
.payment-history-section table tbody tr td {
    font-size: 14px;
    border: #efefef solid 1px;
    color: #585858;
}
 
.payment-history-section table tbody tr td a, .payment-history-section table tbody tr td .bg-success {
    border-radius: 25px;
    padding: 7px 10px;
    margin: 2px 0;
}
 
.payment-history-section table tbody tr td a.bg-primary {
    background-color: #003ebf!important;
}

/* end */


@media only screen and (max-width: 1366px) and (min-width: 1025px){
    .recharge-box{
        padding: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .giftBx .row-cols-2 .d-flex {
        display: inline-block !important;
        width: 25%;
    }
}

@media screen and (max-width:991px){
    #mainNavbar {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(14, 45, 125,1);
        z-index: 9;
    }

    #mainNavbar ul.navbar-nav li {
        border-bottom: rgba(255,255,255,0.1) solid 1px;
    }

    #mainNavbar ul.navbar-nav li a.active:after {
        height: 1px;
    }
    #mainNavbar ul.navbar-nav li a{
       padding: 10px 0;
       justify-content: center;
    }
    #mainNavbar ul.navbar-nav li a.active{
        background: #ffffff;
        color: #003ebf !important;
        font-weight: 500;
    }

    #mainNavbar ul.navbar-nav li:last-child {
        border: none;
    }
    #languageDropdown {
        justify-content: center;
    }

    .chhosebox .col-md-3 {
        margin: 10px 0;
    }

    .paymentImages img {
        object-fit: contain;
    }

}

@media screen and (min-width:768px) and (max-width:991px){
    .service-items .content {
        padding-left: 20px;
        width: 60%;
    }

    .giftBx .row-cols-2 .d-flex {
        display: inline-block!important;
        width: 33.3%;
    }
}

@media only screen and (max-width: 767px){
    .service-items {
        margin-bottom: 15px;
    }
    .choosePointsHome{
        border:1px solid #dddddd9c;
        margin-bottom: 15px;
        border-left: 3px solid var(--bs-primary);
        height: auto;
    }
    .svg-hover{
        padding: 10px;
    }
    .banner-below-section{
        padding: 15px;border-radius: 20px;
    }
    .dazbluebg{
        background-position: left;
    }
    .searchbox span {
        /* font-size: 14px!important; */
    }
    .flagCircle{
        width: 40px;height: 40px;
    }
    .accountdetails .sidebar{
        min-height: auto;
    }
    .aboutUs-thumbnail ul li {
      margin-bottom: 10px;
    }
    .aboutUs-thumbnail ul li:last-child{
        margin-bottom: 0px;
    }
    .copyrightsection .d-flex {
        justify-content: center;
    }
    .copyrightsection .d-flex span {
        text-align: center;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .copyrightsection .paymentImages {
        justify-content: center!important;
    }

    footer .qrcode a {
        float: left;
        width: 100%;
    }

    .otp-input {
        padding: 5px;
        width: 40px;
        height: 40px;
        margin: 0 3px;
    }
    .faq-section-daz-inner {width: 92%;padding: 40px 0px;}

    .product-search-section {
        border-radius: 20px 20px 0 0 !important;
    }
}

@media screen and (min-width:481px) and (max-width:767px){
    .giftBx .row-cols-2 .d-flex {
        display: inline-block!important;
        width: 50%;
    }  
}

@media screen and (max-width:480px){
    .giftBx .row-cols-2 .d-flex {
        display: inline-block!important;
        width: 100%;
    }
}

/* sidebar css */

.sidebar #logout-tab {
    border: none;
}
 
.sidebar .list-group-item i {
    color: #003ebf;
    padding-right: 10px;
}
 
.sidebar .list-group-item.active i {
    color: #fff;
}
/* end */

/* css why choose us */
.choosePointIcon i {
    background: #f2f7ff;
    width: 60px;
    height: 60px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #003ebf;
    font-size: 32px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.choosePointIcon {
    margin-bottom: 15px;
}
/* end */
/* gift card details search bar css */

.product-search-section {
    background: rgb(230, 240, 255, 0.5);
    border-radius: 50px 50px 0 0;
    padding: 0px 20px 20px;
    margin-bottom: 20px;
}
.product-search-section .product-search-box {
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.product-search-section .search-content h3 {
    color: #003ebf;
}
.product-search-section .product-search-box .search-cat input::placeholder {
    color: #a7a7a7;
    font-size: 18px;
}

.product-search-box .search-cat button i{
    background: #003ebf;
    display: flex;
    width: 100px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 0 50px 50px 0;
    color: #fff !important;
    font-size: 20px;
}

/* end */

.searchbox p a {
    color: #003ebf;
    text-decoration: none;
}
.searchbox p a:hover {text-decoration: underline;}

/* pagination css */

ul.pagination li.page-item.active a {
    background: #003EBF;
    color: #fff;
}
 
ul.pagination li.page-item a {
    color: #003EBF;
}

.daz-blue{

    color: #003EBF !important;
}

/* end */

/* help css */

.daz-white-button {
    color: #003EBF;
    font-weight: 500;
    font-size: 16px;
    border: #fff solid 2px!important;
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}

.edit-number-popup .modal-body.countrysearchbox {
    margin: 15px;
}

.changeoperator .operatorLogos .cc-selector-2.active {
    border-color: #003ebf !important;
}

/* wait loader css */

.dual-ring {
  display: inline-block;
  width: 56px;
  height: 56px;
}
.dual-ring:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 6px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-top-color: #003EBF;      /* change color here */
  border-bottom-color: #003EBF;   /* gradient-ish look */
  animation: dr 1s linear infinite;
}
@keyframes dr {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}