@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}

.make_payment{
    font-weight: 600;
  font-size: 28px;
  
  /* identical to box height */
  
  
  color: #211E6D;
  }
  .makesurebgcolor{
    background-color: #211E6D;
    height: 90vh;
  }
  .make_detail_below{
    font-weight: 500;
  font-size: 18px;
  color: #000000;
  }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #211E6D;
    outline: 0;
    box-shadow: none;
  }
  .hrsytle{
    background-color: transparent;
    border-top: 1px dashed ; 
  }
  .paybutton{
  background: #211E6D;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  
  }

  .pragrafside{
    
font-weight: 600;
font-size: 24px;
line-height: 33px;

color: #FFFFFF;
  }
  .secondpara{

font-weight: 400;
font-size: 18px;
line-height: 25px;
/* identical to box height */


color: #FFFFFF;

  }
  .hrside{
    width: 30%;
    height: 10px;
    border-radius: 50px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
  }
  .navbform{
    border-bottom: 1px solid  #D9D9D9;
  }
  .bgcolorform{
    background-color:#F2F2F2;
  }
  .formbank{
    
    background: #FFFFFF;
    box-shadow: 0px 9px 17px rgba(33, 30, 109, 0.13);
    border-radius: 8px;
  }
  .waring{
    border-radius: 8px 8px 0 0;
    background-color: #D63232;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .waring span{
        font-weight: 800;
    font-size: 18px;
     color: #FFFFFF;
  }
  .formbank label.formlabale{
    font-weight: 700;
font-size: 14px;
line-height: 21px;
/* identical to box height */


color: #000000;
  }

  /* .formbank input{
   border-color: #211E6D;
padding: 9px;
font-weight: 800;
font-size: 18px;
  } */
  .backcolomaen{
    background-color: #F2F2F2;
    
  }
  .waring {
    display: none;
  }
  @media (max-width:768px){
    .mobilednone{
      display: none;
    }
    .mobilresponsive{
      padding: 0;
    }
  }


  /* thankyou page css */
  .thankyou{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
.th1{
    width: 500px;
   
   
}
.th1 p{
    font-size: 18px;
}
.thankyou a{
  text-decoration: none;
    border: 0;
    background-color: blue;
    color:#fff;
    font-size: 24px;
    padding: .3rem 4rem;
    border-radius: 50px;
}

.errormen{
  width: 50%;
  border-radius: 30px;
  /*border: 2px solid #D63232;*/
}
.error{
  border-radius: 30px 30px 0 0;
  background-color: #D63232;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.errormen a{
  background-color: #D63232;
}
.forzizo{
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.forzizo h4{
  color: #000000;
}
a.formlinks{
  color: #000000;
  font-weight:700;
}
#card-element {
  padding: 9px;
    font-weight: 800!important;
    font-size: 18px;
    display: block;
    width: 100%;
    line-height: 1.5;
  
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


::placeholder {
  color: #32325d !important;;
}

.myerror{
  border-color:red !important;
}

h4{
    margin-bottom: 20px;
    font-weight: 800;
}

.spinner{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.hidden{
    display:none;
}

.bgcolorthankyou{
    display: grid;
    place-items: center;
    background-color: #D9D9D9;
    height: 90vh;
  }
  .centerdive{
    width: 30%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 26px rgba(73, 67, 221, 0.1);
  }
  .blucolobg{
    background-color: #211E6D;
    color: #fff;
    text-align: center;
  }
  .amounth2 h2{
    color: #211E6D;
    font-weight: 700;
  }
  .maindata{
   margin: auto;
    width: 80%;
  }
  .amounth2 p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
  }
.hr{
    border-style: dashed;
    /* margin: 5px 0; */
  }
  .btncolor{
    background-color: #211E6D;
    color: #ffff;
    font-weight: 600;
    font-size: 18px;
  }
  .btncolor:hover{
    background-color: #211E6D;
    color: #fff;
  }
  #aed_price{
   /* background-color: #d4edda;*/
    font-weight: 800;
    font-size: 13px;
   /* padding: 5px;
    border-radius: 5px;*/
  }
  
 