/** GLOBAL CLASSES **/

body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}
.form-control:focus {
    box-shadow: none;
}
.my-topbar {
    background: #fff;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow:0px 2px 6px rgb(0 0 0 / 15%);
}
.my-topbar img {width:260px;}

/** Login 6 start **/
.login-6 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-6 {
    z-index: 0;
    min-height: 100vh;
    position: relative;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    background-image: url('../img/background-pattern.png');
    /*background-image: linear-gradient(to bottom, #db3390, #d73131c2);*/
    padding: 30px 0;
}

.login-6 #particles-js {
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    min-height: 100vh;
    width: 100%;
    z-index: -999;
}

.login-6 .form-section{
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    padding: 25px 25px 15px 25px;
    border-radius: 10px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    z-index: 0;
    float:right;
    border:1px solid #ddd;
}
.login-6 .left-section {
    width: 100%;
    background: #ffffff61;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    border:none;
}

.login-6 .form-section:before {
    content: "";
    width: 100%;
    height: 110px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/img-6.png) top left repeat;
    background-size: cover;
    z-index: -1;
    border-radius: 30px 8px 0 0;
}

.login-6 .form-box{
    width: 100%;
}

.login-6 .login-inner-form .form-group {
    margin-bottom: 8px;
}

.login-6 .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-6 .login-inner-form .form-control {
    padding: 14.5px 0;
    font-size: 15px;
    outline: none;
    background: transparent!important;
    color: #535353;
    font-weight: 500;
    border: none;
    border-bottom: solid 2px #bdbdbd;
    border-radius: 0;
}

.login-6 .login-inner-form img {
    margin-bottom: 10px;
    height: 40px;
}

.login-6 .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 12px 12px 12px 28px;
}

.login-6 .login-inner-form .form-box i {
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 20px;
    color: #777575;
}

.login-6 .info {
    color: #fff;
    margin: 0 117px 0 auto;
    text-align: right;
    max-width: 700px;
}

.login-6 .bg-img {
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login-6 .login-inner-form .forgot{
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    float: right;
}

.login-6 .btn-theme {
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.login-6 .login-inner-form p{
    margin: 0;
    color: #e7e7e7;
}

.login-6 .login-inner-form p a{
    color: #e7e7e7;
}

.login-46 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-6 .logo{
    margin-bottom: 15px;
}

.login-6 .logo img{
    height: 25px;
}

.login-6 h1{
    margin: 0 0 25px;
    font-size: 25px;
    color: #040404;
    font-weight: 600;
}

.login-6 .typing > *{
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
}

@keyframes typingAnim {
    from {width:0}
    to {width:100%}
}

.login-6 .form-check-input:checked {
    background-color: #039ae0!important;
    border-color: #039ae0!important;
}

.login-6 .form-check-input:focus {
    box-shadow: none;
}

.login-6 .login-inner-form .terms{
    margin-left: 3px;
}

.login-6 .login-inner-form .checkbox {
    margin-bottom: 35px;
    font-size: 15px;
}

.login-6 .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
}

.login-6 .login-inner-form .form-check a {
    color: #535353;
    float: right;
}

.login-6 .login-inner-form .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-6 .btn{
    box-shadow: none!important;
}

.login-6 .btn-lg{
    padding: 0 50px;
    line-height: 50px;
}

.login-6 .btn-md{
    padding: 0 50px;
    line-height: 45px;
}

.login-6 .btn-primary{
    /*background-image: linear-gradient(45deg, #142da1, #3b63c5);*/
    background-image: linear-gradient(105deg, #2844c5, #3b98c5);
    transition: 1s;
}

.login-6 .btn-primary:hover {
    background-image: linear-gradient(105deg, #3b98c5, #2844c5);
}

.login-6 .form-section a {
    text-decoration: none;
}

.login-6 .form-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    position: absolute;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    background-color: #fff;
    margin-left: -22px;
}

.login-6 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.login-6 .form-section p {
    font-size: 14px;
    color: #535353;
    text-align: left;
    margin-bottom: 0;
    line-height: 25px;
    text-align:justify;
}

.login-6 .form-section p a {
    color: #535353;
}

/** Social media **/
/*.login-6 .social-list{
    margin-bottom: 20px;
}*/

.social-list .social-list-inner {
    padding: 0;
    list-style: none;
    margin: 0;
}

.social-list .social-list-inner li {
    display: inline-block;
    margin: 0 2px 5px 0;
    position: relative;
    font-size: 16px;
}
.social-list .social-list-inner h5 {position: relative;}

.social-list .social-list-inner i {
    color: #fff;
    position: absolute;
    top: 7px;
    left: 8px;
    transition: all 265ms ease-out;
}
.social-list .social-list-inner.contact-us i {
    color: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all 265ms ease-out;
}

.social-list .social-list-inner a {
    display: inline-block;
    position: relative;
}

.social-list .social-list-inner a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #142da1, #3b63c5);
    /* background: linear-gradient(45deg, #39a4ff, #3b63c5); */
    transition: all 265ms ease-out;
}
.social-list .social-list-inner.contact-us a:before {
    width: 35px;
    height: 35px;
}

.social-list .social-list-inner a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-list .social-list-inner a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    background: -webkit-linear-gradient(45deg, #39a4ff, #3b63c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}
.social-list .social-list-inner.contact-us a:hover i {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.social-list .super-number {
    position: relative;
    top:-12px;
    font-size: 18px;
}
.social-list .social-list-inner.contact-us {
    padding-left:50px;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-6 .form-section {
        padding: 15px;
        margin-bottom: 30px;
    }
}

.login-6 .left-section:before {display:none;}
.login-6 .no-cash-image {width:130px;margin: 10px auto;display: block;}
.login-6 .contact-icon {
    width: 30px;
    height: 30px;
}
.login-6 .animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #028102 67%, #028102 100%);
    /*background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);*/
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: block;
    font-size: 22px;
    font-weight: 600;
    background-position: 400% center;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.login-6 .flag-mobile-no {
    position: absolute;
    left: 0;
    top: 16px;
}
.login-6 .flag-mobile-no img {
    height: 15px !important;
    object-fit: contain;
}

.footer {
    background: #000;
    padding: 8px 0;
    color:#000;
    background:#e5e5e5
}
.footer span {color:#35b628;font-weight: bold;}
.footer p {font-size: 12px;}

/* label */
.login-inner-form .radio-toolbar label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 12px 0 0;
  cursor: pointer;
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 8px 10px;
border: 1px dashed #999;
border-radius: 5px;

}
/* input */
.login-inner-form .radio-toolbar input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}


/* .design */
.login-inner-form .radio-toolbar .design {
  width: 16px;
  height: 16px;
  border: 1px solid #424242;
  border-radius: 100%;
  margin-right: 8px;
  position: relative;
}

.login-inner-form .radio-toolbar .design::before,
.login-inner-form .radio-toolbar .design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
  left: -1px;
  top: -1px;
}

.login-inner-form .radio-toolbar .design:before {
  background: #424242;
  opacity: 0;
  transition: .3s;
}

.login-inner-form .radio-toolbar .design::after {
  background: #142da1;
  opacity: .4;
  transition: .6s;
}


/* .text */
.login-inner-form .radio-toolbar .text {
  color: #424242;
  font-weight: bold;
}


/* checked state */
.login-inner-form .radio-toolbar input:checked+.design::before {
  opacity: 1;
  transform: scale(.6);
}


/* other states */
.login-inner-form .radio-toolbar input:hover+.design,
.login-inner-form .radio-toolbar input:focus+.design {
  border: 1px solid #142da1;
}

.login-inner-form .radio-toolbar input:hover+.design:before,
.login-inner-form .radio-toolbar input:focus+.design:before {
  background: #142da1;
}

.login-inner-form .radio-toolbar input:hover~.text {
  color: #142da1;
}

.login-inner-form .radio-toolbar input:focus+.design::after,
.login-inner-form .radio-toolbar input:active+.design::after {
  opacity: .1;
  transform: scale(1.6);
}

.login-inner-form .radio-toolbar .abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 0%, .6);
  background: hsla(0, 0%, 98%, .6);
  font-size: 16px;
}
span.little-text {
    font-size: 10px;
    position: absolute;
    top: 22px;
    left: 32px;
}
.desktop-space {
    margin-top: 29px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}

/*==================== OFFLINE PAYMENT PAGE CSS =============== */

.offline-payment .payment-option {
    max-width: 100%;
    background: #ffffff30;
}
.wallet-toolbar label {
    border: 1px dashed #ddd;
    padding: 10px 5px 30px 5px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.wallet-toolbar label input {float:left;margin-right:12px;margin-top:3px;}
.my-col-6 {
    width: 6%;
    float:left;
}
.my-col-94 {
    width:35%;
    float:left;
}
.qr-code-section {display:none;padding:4px 0 8px;}
.qr-code-section .qr-code {height:150px;margin-bottom: 5px;}
.qr-code-section .upi-show-box {
    border: 1px dashed #142da1;
    color: #142da1;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 6px;
    display: inline-block;
}

.bank-toolbar .shadow-box {
    box-shadow: 2px 4px 4px 1px #ddd;
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)!important;*/
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-left: 3px solid transparent;
    transition: 0.8s;
    text-align: justify;
    position: relative;
    transition: 1s;
}
.shadow-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../img/bank-transfer.png');
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .1;
    background-position: center;
}
.shadow-box.cheque-bg:before {
    background: url('../img/cheque-pay.jpg');
}
.payment-option-img {
    width: 120px;
    object-fit: contain;
    margin-bottom: 8px;
    object-position: left;
    transition: 1s;
}
.payment-option-detail {
    background: #ddd;
    padding: 0 15px;
    border-radius: 10px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px dashed #888;
    font-size: 14px;
    line-height: 26px;
}
.bank-toolbar .shadow-box:hover {
    box-shadow: 2px 4px 4px 1px #152d9f;
}
.bank-toolbar .shadow-box:hover .payment-option-img {
    transform: scale(1.1);
}
.modal-qr-code {width:100%;height:250px;object-fit:contain;}
.mobile-payment-show {display:none;}

#copied_tip {
    /* position: absolute; */
    right: 0;
    font-size: 12px;
    background: #142da1;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    clear:both;
    display: inline-block;
}
.login-6 .form-box.red_color input::placeholder {
    color: red;
}
.login-6 .form-box.red_color input {
    border-color:red;
}
.login-6 .form-box.red_color i{color:red;}
.red-border-color {
    border-color: red !important;
}

@media (max-width:767px) {
    .desktop-space {display:none;}
    .social-list .social-list-inner.contact-us {padding-left: 0px;}
    .radio-toolbar {clear: both;}
    .my-col-6 {width: 20%;}
    .my-col-94 {width:60%;}
    .display-payment-show {display:none !important;}
    .mobile-payment-show {display:block;}
    .my-topbar img {width:220px;margin:auto;display:block;}
    .method_options {clear:both;}
    .login-inner-form .radio-toolbar label {margin:5px 8px 0 0px;}
}