.pri_sec_btn {
 height:auto !important;
  border: 1px solid white !important;
  border-radius: 100px !important;
  padding: 7px 10px 7px 15px !important;
}
.qr_img img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  border: 1px solid;
}
.thankyou.fade {
  opacity: 1;
}
.new_login_btns,.buy_online_ticker {
  background:#fff !important ;
  color:#c91429 !important;
  transition: all .5s ease-in-out;
  position:relative;
  overflow:hidden;
  z-index:1;
  border:none !important;
}
.new_login_btns:hover,.buy_online_ticker:hover,.new_login_btns:focus,.buy_online_ticker:focus {
  transition: all .5s ease-in-out;
  color: #fff !important;
  border:none !important;
}
.new_login_btns::before,.buy_online_ticker::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #af0d20;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity .45s cubic-bezier(.215,.61,.355,1), border-radius 0s .45s, transform 0s .45s;
}
.new_login_btns:hover::before,.buy_online_ticker:hover::before,.new_login_btns:focus::before,.buy_online_ticker:focus::before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius .45s cubic-bezier(.215,.61,.355,1), transform .45s cubic-bezier(.215,.61,.355,1);

}
.ticker_close {
  border: 1px solid #000;
  width: 16px !important;
  height: 16px;
  border-radius: 4px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ticker_close img{
  width:11px;
  height:11px;
}

.submenu_toggle{
opacity:1 !important;
visibility:visible !important;
display:block !important;
}
.dropdownMain_item{
    padding: 0 10px;
}
.dropdownMain_item:hover>a{
background: rgba(201, 20, 41, 0.10);
border-radius: 10px;
color:  #C91429;
}
.dropdownMain_item:hover {
    transition: .5s;
}

header .dropdown-menu a{
white-space:normal !important;
}
 header a:focus{
        outline:none !important;
     } 
     .abc_solutions_btn>a:hover,.abc_solutions_btn>a:focus{
      background-color:rgb(201 20 41 / 5%);
  }
  .header_brand_logo:focus {
    border:1px solid rgb(201 20 41);
     border-radius:10px;
 }
 .header_brand_logo img{
     border-radius:10px;
 }
@media(max-width: 576px){
.newletter_wrapper_ticker .ticker_buy_button {
        width: 100%;
    }
.newletter_wrapper_ticker .input_mb_mobile {
    width: 100%;
}
.newletter_wrapper_ticker .input_mb_mobile input {
        width: 100% !important;
    }
}

/* .one_stop_get_app:focus {
    background-color: #c7222A !important;
} */


#direct_regular_btn button:focus,#direct_regular_btn button:focus-visible{
   border:1px solid #000;
    background-color:#fff;
}
.invest-btn:focus {
    background-color: #3e593c;
    color: #fff;

    outline:1px solid #000;
}