@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
body{
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.client-code-box {
    box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;
    padding: 20px 41px 20px 41px;
    width: 47%;
    margin: 0 auto;
    border-radius: 13px;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
.logo-wrapper img{
    height: 80px;
    position: relative;
    left: -30px;
}
.name-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 15px;
}
.fund_t {
    font-size: 22px;
    font-weight: 500;
}
.fund_t span{
    color: #5263fd;
    font-weight: 600;
}
.name-wrapper span{
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.name-wrapper h2 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
}
.logo-element {
    width: 32%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.screen3 .logo-element {
    width: 49%;
    margin-bottom: 22px;
}
.gif-element {
    margin-bottom: 0;
    width: 41%;
    margin: 0 auto;
    display: block;
}
.logo-wrapper a {
    background: #5263fd;
    height: 25px;
    width: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.client-code-box label {
    color: #5367fc;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 16px;
}
.client-code-box .form-control {
    padding: 14px 13px;
    border: 1px solid #5263fd;
    border-radius: 9px;
    font-size: 15px;
}
.client-code-box .form-control:focus{
	box-shadow: none;
}
.submit_btn {
    background: #5263fd;
    border: 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 33px;
    height: 48px;
    width: 70px;
    font-size: 23px;
    border-radius: 8px;
}
.client-code-box form{
	position: relative;
}
section.scrren_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 25px;
}
.client-code-box .form-group {
    margin-bottom: 16px;
    position: relative;
}
.client-code-box .form-group i {
    background: #5263fd;
    color: #fff;
    /* height: 51px; */
    /* width: 51px; */
    padding: 17px 21px 13px 21px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 9px 0px 0px 9px;
}
.client-code-box .form-group .amount_fc {
    padding-left: 65px;
}
.client-code-box  select.form-control:not([size]):not([multiple]) {
    height: 49px;
    color: #6c757d;
    background: url(../images/down.png) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 97%;
}
.client-code-box small {
    color: #6c757d;
    font-size: 13px;
}
.client-code-box small a{
    color: #5367fc;
}
.screen3 ul li {
    list-style-type: decimal;
    color: #5367fc;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 19px;
}
.screen3 h3.text-center {
    font-size: 21px;
    font-weight: 400;
}
.screen3 ul {
    margin-top: 14px;
    padding-left: 12%;
    margin-bottom: 14%;
}
.screen3 h2{
    font-size: 22px;
    font-weight: 600;
}

/**/
.client-code-box .check-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    margin-top: 14px;
    justify-content: space-between;
}
.client-code-box .check-container h6 {
    color: #9da1a5;
    font-size: 13px;
    font-weight: 300;
}
/* Hide the browser's default radio button */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.check-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border-radius: 50%;
    border-radius: 1px solid red;
    border: 1px solid #5367fc;
}

/* On mouse-over, add a grey background color */
.check-container :hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.check-container  input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check-container  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-container  input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check-container  .checkmark:after {
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #5367fc;
}
.payment-mode img{
    width: 10%;
}
.scrren_1 .button {
    border-radius: 30px;
    border: 0;
    color: #fff;
    background: #5263fd;
    width: 100%;
    height: 52px;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.scrren_1 .button:hover{
    text-decoration: none;
}
.scrren_4 .client-code-box form {
    position: relative;
    margin-top: 13%;
}
.scrren_4 .img-box {
    background: #5263fd;
    height: 51px;
    width: 51px;
    position: absolute;
    top: 1px;
    border-radius: 9px 0px 0px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scrren_4 .img-box img{
    width: 52%;
}
.screen3 .timer {
    text-align: center;
    color: #000 !important;
    font-size: 22px;
    margin-bottom: 17px;
    font-weight: 500;
}
.hide-div .button{
    position: absolute;
    right: 0;
    top: -59px;
    width: fit-content;
    font-size: 17px;
    padding: 0px 21px;
}
.hide-div .form-control {
    border-radius: 30px;
    width: 93%;
    margin-left: auto;
    font-size: 14px;
}
.hide-div small span{
    color: #5263fd;
}
.hide-div small {
    font-size: 9px;
    padding-left: 33px;
}
.add h2{
    font-size: 35px;
    font-weight: 700;
}
.add h4 {
    margin-top: 24px;
    font-size: 21px;
}
.refrence-text p {
    color: #212529;
    font-weight: 500;
    margin-bottom: 4px;
}
.refrence-text p span{
    font-weight: 400;
}
.refrence-text {
    margin-top: 26px;
    padding-left: 11%;
}
.refrence-single {
    display: flex;
}
.refrence-single p{
    width: 50%;
}
.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}
.add .btn-wrapper button{
    margin: 0px 5px;
}
.btn-wrapper button:nth-child(1){
    background: #fff;
    color: #5263fd;
    border: 1px solid #5263fd;
}
.add i.fa.fa-check {
    height: 100px;
    width: 100px;
    background: #5263fd;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 61px;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 33px;
}
section.scrren_1.add{
    margin-top: 0;
}
section.scrren_1.add .client-code-box {
    height: 100vh;
}
.visit img {
    width: 9%;
    margin-right: 17px;
}
.visit {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 27px;
}
.ac-number {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.ac-number h3 {
    color: #5f5f5f;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0;
}
.bank-details h5 {
    font-size: 23px;
}
.ac-number p {
    margin-bottom: 0;
    background: #5263fd;
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px;
    margin-left: 20px;
}
.text {
    border: 1px solid #5263fd;
    border-radius: 26px;
    padding: 22px 27px;
    width: 93%;
    margin: 0 auto;
}
.bank-details .refrence-text{
    border: 1px solid #5263fd;
    border-radius: 26px;
    padding: 22px 39px;
    width: 93%;
    margin: 0 auto;
}
.bank-details .refrence-single p {
    color: #5f5f5f;
    font-weight: 600;
    flex: 0 0 47%;
}
.bank-details .refrence-single {
    margin-bottom: 5px;
}
.bank-details .refrence-single .form-control{
    background: transparent;
    border: none;
    padding: 0;
}
.bank-details .refrence-single .form-control:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
.bank-details .refrence-single .btn{
    padding: 0;
    border: none;
    background: transparent;
}
.bank-details .refrence-single .btn:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
.visit.visit2 {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text a{
     color:#5263fd;
     font-weight: 500;
}
.text p.mb-2{
    font-weight: 500;
}
.text a:hover{
    text-decoration: none;
}
section.scrren_1.add .client-code-box {
     height: unset; 
}
.refrence-single span {
    display: flex;
    align-items: flex-start;
}
.refrence-single span img {
    width: 15%;
    position: relative;
    left: 11px;
    top: -2px;
    cursor: pointer;
}
.refrence-single{
    position: relative;
}
.refrence-single span{
    width: 50%;
}
.refrence-single .copy-text,
.refrence-single .copy-text2{
     position: absolute;
    right: -15px;
    float: right;
    font-size: 9px;
    top: 27px;
    font-weight: 400 !important;
    background: #222;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 0;
    padding: 2px 7px;
    width: auto;
}
.status-img {
    display: block;
    margin: 0 auto 20px;
    width: 35%;
}
.btn-wrapper .button:nth-child(1) {
    margin-top: 0;
    background: #fff;
    border: 1px solid #5263fd;
    color: #5263fd;
}
@media(max-width:992px) {

.client-code-box{
    width: 100%;
    padding: 15px;
}
}


@media(max-width:767px) {
    .client-code-box .form-group i {
        width: 51px;
        top: 29px;
    }
    .payment-mode img {
        width: 16%;
    }
    .add i.fa.fa-check {
    height: 80px;
    width: 80px;
    font-size: 41px;
   
}
.refrence-single p{
    font-size: 12px;
}
.refrence-single p span{
font-size: 12px;
}
.visit p {
    font-size: 13px;
}
.visit p br{
    display: none;
}
.ac-number h3{
    font-size: 16px;
}
.ac-number p{
    font-size: 14px;
    padding: 6px 13px;
}
.bank-details h5 {
    font-size: 18px;
}
.text p {
    font-size: 13px;
}
.text{
    padding: 15px;
}
.bank-details .refrence-text{
    padding: 15px;
}
.bank-details .refrence-single span {
    font-size: 13px;
}
.scrren_1 .button{
    font-size: 15px;
    margin-top: 25px;
}
.refrence-single p {
    width: 47%;
}
.screen3 h2{
   font-size:16px;
}
}