.cus-bg-light .edge bottom-right::after{
    position: relative;
}

.cus-header h2{
    font-size: 2.5rem;
}
/* .cus-header{
    padding-top: 40px;
} */

.pricing .pricing-value .price:before {
    position: absolute;
   content:none;
    top: 10px;
    left: -15px;
}



.partners img {
      transform: scale(.8);
      opacity:1 !important;
}

.st-nav-section .btn:hover{
    transition: all .3s ease;
    text-decoration: none;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    white-space: normal;
    line-height: 1.5;
}

/* #login_checkbox{
    height:20px;
    width:20px;
    margin-right: 12px;
}

#digit-1{
    width:50px;
    height:42px;
    font-size: 1.125rem;
    border-radius: 7px;
    border: 1px solid lightgray;
    margin-right: 12px;
    text-align: center;
}
#digit-2{
    width:50px;
    height:42px;
    font-size: 1.125rem;
    border-radius: 7px;
    border: 1px solid lightgray;
    margin-right: 12px;
    text-align: center;
}
#digit-3{
    width:50px;
    height:42px;
    font-size: 1.125rem;
    border-radius: 7px;
    border: 1px solid lightgray;
    margin-right: 12px;
    text-align: center;
}
#digit-4{
    width:50px;
    height:42px;
    font-size: 1.125rem;
    border-radius: 7px;
    border: 1px solid lightgray;
    margin-right: 12px;
    text-align: center;
}
#digit-5{
    width:50px;
    height:42px;
    font-size: 1.125rem;
    border-radius: 7px;
    border: 1px solid lightgray;
    margin-right: 12px;
    text-align: center;
}
#digit-6{
    width:50px;
    height:42px;
    font-size: 1.125rem;
    border-radius: 7px;
    border: 1px solid lightgray;
    margin-right: 12px;
    text-align: center;
}
.modal-content{
    background-color:white;
    border: 2px solid royalblue;
    border-radius: 12px;
}
.cus-mobile-box{
    width: 100%;
    border: 1px solid lightgrey;
    height:50px;
    border-radius: 4px;
   
    font-size: 1.125rem;
    
}
.cus-input-field{
    width:375px;
    height:48px;
    padding-left: 12px;
}
.modal-footer button{
    width: 100%;
    border-radius: 7px;
} */



.modal-content{
    background-color:#4f42b5;
    border: 2px solid royalblue;
    border-radius: 12px;
    color: white;
}
.modal-body button{
    width:100%;
    border-radius:7px;
    height:51px;
    color:#4f42b5;
    font-size:18px;
    font-weight:700;
    margin-top: 38px;
}

.modal-body text{
    width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid white;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    padding:10px;
}

.modal-header h3{
    line-height:30px;
}

.modal-footer a {
    color:white;
    padding-left:10px;
}
.modal-body label{
    padding-top:15px;
}
.modal-body input{
    padding:10px;
}

.btn-close{
    background-color:white;
}
.modal-header{
    border-bottom:none;
}
.modal-footer{
    border-top:none;
}

/* .modal-body .text_field{
    border-bottom:2px solid grey;
  
     padding-top:12px; 
}  */

/* .modal-body input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid red;
  } */