html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}
#toolbarContainer{
    display: none;
}
body{
    /* background-color: #1f294e; */
    color: #fff;
    font-family: "Red Hat Text", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
}
body{
  background-image: url('../images/banner-crop.png')!important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.navbar .nav-item .nav-link{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.navbar .nav-item .nav-link.active{
    color: #ffc107;
    font-weight: 600;
}
.navbar .nav-item .nav-link:hover{
    color: #ffc107;
}
.navbar-nav .dropdown {
  position: relative;
  display: inline-block;
}
.navbar-nav .dropdown .dropdown-menu{
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item{
  color: #000;
  padding: 8px 24px;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  display: block;
}
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
#st-2.st-right {
    right: 0px;
}
#st-2 {
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 160px;
    z-index: 94034;
}
#st-2 .st-total {
    transition: all 0.2s ease-in;
    background: #fff;
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    margin-right: 0;
    min-height: 34px;
    max-width: 140px;
    opacity: 1;
    padding: 4px 0;
    text-align: center;
    width: 140px;
}
#st-2 .st-total > span {
    display: block;
    font-size: 17px;
    line-height: 21px;
    padding: 0;
}
#st-2 .st-total > span.st-shares {
    font-size: 11px;
    line-height: 11px;
}
#st-2 > a {
    clear: right;
    float: right;
}
#st-2 .st-btn {
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    /* line-height: 24px; */
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    /* padding: 14px 14px; */
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 80px;
}
#st-2 .st-btn.st-first {
    border-top: none;
    border-top-left-radius: 4px;
}
#st-2 .st-btn > img {
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}
#st-2 .st-btn[data-network='facebook'] > span {
    color: #fff;
}
#st-2 .st-btn:hover > span {
    opacity: 1;
    display: inline-block;
    left: 0;
    filter: alpha(opacity=100);
}
#st-2 .st-btn > span {
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    left: 0px;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    filter: alpha(opacity=0);
}
#st-2.st-has-labels .st-btn:hover {
    width: 300px;
}
#st-2 .st-btn[data-network='twitter'] {
    background-color: #008AC3;
}
#st-2 .st-btn[data-network='email'] {
    background-color: #7d7d7d;
}
#st-2 .st-btn[data-network='sharethis'] {
    background-color: #95D03A;
}
#st-2 .st-btn[data-network='linkedin'] {
    background-color: #0077b5;
}
#st-2 .st-btn[data-network='facebook'] {
    background-color: #4267B2;
}
#st-2 .st-label[data-network='twitter'] {
    background-color: #008AC3;
}
#st-2 .st-label[data-network='email'] {
    background-color: #7d7d7d;
}
#st-2 .st-label[data-network='sharethis'] {
    background-color: #95D03A;
}
#st-2 .st-label[data-network='linkedin'] {
    background-color: #0077b5;
}
#st-2 .st-label[data-network='facebook'] {
    background-color: #4267B2;
}
.st-labels{
    font-size: 18px;
    color: #FFF!important;
    opacity: 1!important;
}
#st-2 .st-btn:hover {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.digital {
      font-family: 'Orbitron', sans-serif;
      color: red;
      letter-spacing: 10px;
      font-size: 14px!important;
    }
.video-chat{
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99999!important;
}
.login-wrapper{
    align-items: flex-end;
    background-color: #fff9f7;
    display: flex;
    flex: 1 1 50%;
}
.heading {
    color: #222;
    font-family: sspBold;
    font-size: 1.143em;
    line-height: 20px;
}
.subheading {
    color: #666;
    font-family: sspRegular;
    font-size: 1em;
    line-height: 18px;
}
.otp-boxes .otp-box {
    border-bottom-color: #aaa;
    color: #222;
    font-size: 22px;
    width: 60px;
}
.otp-boxes .otp-box:not(:last-child) {
    margin-right: 10px;
}
.menu-tab .nav-link:hover{
    background-color: rgba(255 , 255 , 255, 0.3)!important;
}
.reacharge-bill{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 125px!important;
    height: 125px!important;
    flex: none!important;
    margin-top: 12px;
    border-radius: 50%!important;
}
.nav-pills .nav-link.active{
    background-color: rgba(255 , 193 , 7 , 1);
    border: rgba(255 , 193 , 7 , 1);
    color: #000!important;
}
.nav-pills .nav-link{
     margin-right: 10px;
}
/* .otp-boxes .otp-box.layout-2 {
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
} */
.otp-boxes .otp-box {
    border: 1px solid #d8d8d8;
    /* border-radius: 4px;
    font-size: 1.143em; */
    height: 54px;
    text-align: center;
    /* width: 58px; */
}
.email-list .nav-link:hover{
    border: rgba(255 , 193 , 7 , 1)!important;
    background-color: rgba(255 , 193 , 7 , 1)!important;
    color: #000 !important;
}
.brand_img{
    align-content: center;
    display: flex;
    gap: 20px;
    border: 1px solid rgba(62, 62, 62, .27);
    padding: 10px;
    border-radius: 10px;
    min-width: 100px;
    flex-wrap: wrap;
    cursor: pointer;
    height: 140px;
    width: 140px;
    background-color: #fff;
    margin-right: 12px;
}
.search-box {
      width: 70%;
      max-width: 730px;
    }

    .search-input {
      background-color: #152458;
      width: 100%;
      padding: 14px 26px 14px 56px;
      font-size: 17px;
      border: 1px solid #ffc107;
      border-radius: 48px;
      outline: none;
      transition: border 0.3s ease;
      box-shadow: none!important;
    }

    .search-input:focus {
      border-color: #ffc107;
      background-color: #32323E;
      color: #fff;
    }
    
    .search-input::placeholder {
      color: #fff;
    }
    .search-icon{
        position: absolute;
        top: 33%;
        left: 22px;
        color: #fff;
        font-size: 20px!important;
        font-weight: 700!important;
        cursor: pointer;
    }
    .mic-icon{
        position: absolute;
        top: 35%;
        right: 24px;
        color: #fff;
        font-size: 20px!important;
        font-weight: 700!important;
        cursor: pointer;
    }
    @media (max-width: 768px) {
      .search-box {
        width: 80%;
      }
}
.partner .banner-img{
    /* border-radius: 20px 20px 20px 20px!important; */
}
.partner .partner-large-head{
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
    color: #FFF;
}
.partner .partner-title{
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
}
.partner .partner-text{
    color: #C8C6D9;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}
/* .how-its-work{
    position: relative;
} */
.how-its-work .welcome-heading-title {
  color: #ffc107;
  font-size: 18px;
  line-height: 1;
}
.how-its-work .welcome-heading-title-large {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 42px;
  line-height: 1;
  color: #fff;
}
.how-its-work .arrow {
  position: absolute;
  top: 70px;
  left: 280px;
}
.how-its-work .arrow1 {
  position: absolute;
  top: 105px;
  right: 280px;
}
.how-its-work  .elementor-icon {
  background-color: #FFFFFF;
  fill: #ffc107;
  color: #ffc107;
  font-size: 40px;
  padding: 26px 46px;
  box-shadow: 0 3px 25px 0 rgb(0 0 0 / 10%);
  border-radius: 50%;
}
.welcome-heading-title-large {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 42px;
  line-height: 1;
  color: #fff;
}
.product .intagrate-item {
    border: 1px solid rgba(249, 212, 160, 0.4);
    border-radius: 20px;
    display: flex;
    justify-content: flex-start!important;
    align-items: center;
    padding: 24px 25px;
    margin-bottom: 10px;
    cursor: pointer;
}
.product .intagrate-item:hover {
    border-color: #ffc107;
}
.product .intagrate-item__icon {
    margin-right: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product .intagrate-item.active {
    background: linear-gradient(177.76deg, #2e44aa 1.88%, #020e47 109.92%);
    border: 1px solid #f9d4a0;
    pointer-events: none;
}
.product .intagrate-item__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}
.intagrate-block {
    background: #fff;
    border-radius: 20px;
    padding: 45px 60px 65px;
}
.intagrate-block__title {
    font-weight: 400;
    font-size: 55px;
    line-height: 65px;
    color: #050925;
}
.intagrate-block__title .gold {
    color: #ffc107;
}
.intagrate-block__text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(5, 9, 37, 0.7);
}
.intagrate-block__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 68px;
}
.intagrate-block__button:first-child {
    margin-right: 42px;
}
.intagrate-block__button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: #050925;
}
.intagrate-block__button .icon {
    margin-right: 10px;
}
.css-7e3b0w {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 64px 24px 24px;
    background: linear-gradient(rgb(43, 45, 53) 0%, rgb(23, 25, 33) 100%);
    margin-top: 5rem;
}
.css-79elbk {
    position: relative;
}
.css-f7furk {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
}
.ezKFuM {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    margin-bottom: 24px;
    margin-top: 0px;
}
.iUJjBQ {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgb(228, 228, 228);
    margin: 0px;
}
.elementor-icon {
    background-color: #5484FF;
    fill: #FFF;
    color: #FFF;
    font-size: 20px;
    padding: 13px;
    border-radius: 100px 100px 100px 100px;
}
.container-body {
    padding: 12px;
}
.container-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.container-box {
    margin-bottom: 10px;
    display: flex;
}
.container-box .container-box-menu {
    flex: 1 1;
    padding: 25px 0;
    box-sizing: border-box;
    margin-right: 10px;
    text-align: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container-box .container-box-menu img {
    width: 48px;
    height: 48px;
}
.container-box .container-box-menu span {
    max-width: 80px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.container-box .container-box-menu:hover {
    box-shadow: 0 15.96px 53.83px 0 rgba(184, 185, 228, .4), 1px 1px 0 0 #fff;
    cursor: pointer;
}
.menu-cont .container-box-menu:hover {
    box-shadow: none!important;
    cursor: pointer;
}
.menu-cont .container-box-menu img {
    width: 70px;
    height: 70px;
}
.menu-cont .container-box-menu span {
    max-width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-top: 6px;
}
/* .container-box .container-box-menu span {
    max-width: 80px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
} */
a{
    text-decoration: none;
}
.menu-box {
    height: 200px;
}
.menu-box ul li {
    width: 8.333%;
    text-align: center;
}
.menu-box ul li a {
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
    padding-top: 40px;
    flex: 1 1;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.menu-box ul li a img {
    margin: 1px 0 12px 0;
    height: 24px;
    display: block;
    transition: .3s;
}
.menu-box ul li a ._1JnK {
    font-size: 5px;
    padding: 13px 0 0 0;
}
.menu-box ul li a i {
    font-size: 24px;
    margin: 1px 0 6px 0;
    height: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}
.icon-MMore:before {
    content: "";
}
.menu-box ul li a:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
ul li{
    list-style-type: none;
}
select:focus{
    box-shadow: none!important;
}
footer.site-footer {
    color: rgba(255, 255, 255, .75);
    position: relative;
}
footer.site-footer:before {
    content: '';
    width: 100%;
    height: 170px;
    display: block;
    background-repeat: no-repeat;
    top: -1px;
    position: absolute;
    background-image: url(../images/download1.svg);
    background-position: top center;
    background-size: 100% auto;
}
footer .footer-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #fff;
}
footer.site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer.site-footer ul li a{
    color: rgba(255, 255, 255, .75);
}
footer.site-footer ul li {
    color: rgba(255, 255, 255, .75);
    margin-bottom: 20px;
}
footer .detials-wrap li i {
    margin-top: 4px;
    margin-right: 10px;
}
footer.site-footer a i, footer.site-footer ul li a i, footer.site-footer i {
    color: rgba(255, 255, 255, 1);
}
.social-links li:not(:last-child) {
    margin-right: 15px;
}
footer.site-footer ul.social-links li a {
    border-color: #DEDEDE;
}
footer.site-footer a, footer.site-footer ul li a {
    color: rgba(255, 255, 255, .75);
}
.social-links>li>a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #9D9D9D;
    padding: 11px 14px;
}
.social-links>li>a:hover {
    background-color: #ffc107;
    color: #000;
}
.footer-head{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
footer .copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding: 25px 0;
}
@media only screen and (max-width: 576px) {
  .partner .partner-large-head {
    font-size: 38px!important;
    margin-top: 0px!important;
}
.partner{
    padding: 30px 0px!important;
}
.banner-img{
  height: auto!important;
  width: 100%!important;
  margin-top: 30px;
}
.container{
    padding: 0px 24px!important;
}
.btn-warning{
    font-size: 14px!important;
    padding: 6px 14px !important;
}
.welcome-heading-title-large {
  font-size: 26px!important;
}
.reacharge-bill {
  width: 75px!important;
  height: 75px!important;
}
.reacharge-bill img{
  width: 70px!important;
  height: 70px!important;
}
.pb-3 {
  padding-bottom: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.25rem !important;
}
.mt-4 {
  margin-top: 0.75rem !important;
}
.pb-5 {
  padding-bottom: 2rem !important;
}
.product .intagrate-item {
  padding: 14px 20px;
}
.intagrate-block {
    margin-top: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 16px 30px;
}
.intagrate-block__title {
  font-size: 40px;
  line-height: 43px;
}
.intagrate-block__text {
  margin-top: 10px;
}
.intagrate-block__title .gold {
  color: #ffc107;
  font-size: 34px;
}
.intagrate-block__buttons {
  margin-top: 22px;
}
.social-links{
    padding-top: 16px!important;
}
footer .ps-5 {
  padding-left: 0.5rem !important;
}
footer .footer-title {
  margin: 0 0 16px;
}
footer.site-footer ul li {
  color: rgba(255, 255, 255, .75);
  margin-bottom: 16px;
}
#st-2 .st-btn {
  height: 40px;
  width: 40px;
}
.st-labels {
  padding: 9px 13px!important;
}
.digital {
  font-size: 14px !important;
}
#st-2 {
  top:420px;
}
.video-chat {
  bottom: 160px;
  left: 10px;
}
.video-chat img{
    width: 40px!important;
    height: 110px!important;
}
.navbar .ps-4{
    padding-left: 0px!important;
}
.navbar-toggler {
    background-color: #fff!important;
}
}
