/*Memebership submit Form Css*/
.alert-success {
  font-size: 17px;
}
.form-container {
  padding: 160px 214px 40px;
}
.form-main-heading {
  font-weight: 600;
  font-size: 24px;
  color: #051e47;
}
.form-check-box-list {
  display: flex;
  justify-content: space-between;
  background: #051e47;
  padding: 5px 15px;
}
.form-check-box-list .form-check-label {
  color: #fff;
}
.form-check-box-list .form-check-input:checked {
  background-color: #051e47 !important;
  border-color: #fff !important;
}
.form-check-label {
  color: #fff;
}
.input-fields {
  margin-top: 20px;
}
.col-div {
  margin-top: 10px !important;
}
.payment-mode {
  margin-top: 40px;
  padding: 10px;
}
.payment-mode-check-box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.payment-mode-check-box-list .form-check-label {
  color: #000;
}
.payment-mode-check-box-list .form-check-input:checked {
  background-color: #fff !important;
  border-color: #051e47 !important;
}
.payment-mode-check-box-list .form-check-input:checked[type='radio'] {
  background-image: url('../img/dot.svg');
  color: #051e47;
  background-size: 28px;
}
.form-submit-btn {
  padding: 10px 40px !important;
  background-color: #051e47 !important;
  border-radius: 10px !important;
  color: #fff !important;
  margin-top: -10px;
}

/*Membership Submit Form Css Ends*/

/*Membership Form One Css*/
.membship-form-container {
  padding: 138px 70px 40px 170px;
}
.membership-form-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.membership-form-header h1 {
  margin-top: 50px;
  width: 499px;
  height: 132px;
  left: 451px;
  top: 87px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 66px;
  color: #051e47;
}
.membership-form {
  width: 45%;
  margin: 0 0 0 auto;
}
.membership-head-logo {
  margin: 50px;
}
.membership-form-input-field,
.form-input-field {
  width: 100% !important;
  padding: 25px 10px 25px 20px !important;
  box-shadow: 0px 8px 25px rgb(149 129 129 / 10%) !important;
  border-radius: 10px !important;
  border-color: #fff !important;
  color: #6c757d !important;
  margin-top: 15px;
}
.next-btn-div {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.form-next-btn {
  padding: 10px 40px !important;
  background-color: #051e47 !important;
  border-radius: 7px !important;
}
.form-next-btn p {
  color: #fff !important;
  padding-top: 2px;
  margin: 0;
}

.membership-main {
  display: flex;
  flex-wrap: wrap;
}
.membership-info {
  background: #f3f4f6;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  height: 359px;
  width: 45%;
  margin-top: 80px;
}
.membership-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: 11px;
}
.membership-icon-div p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #051e47;
  margin-top: 15px;
}
.membership-info h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #051e47;
}
.membership-icon-div {
  display: flex;
}
/* Media Queries*/
@media screen and (max-width: 599px) {
  .form-container {
    padding: 0 !important;
    margin: 150px 20px auto;
  }
  .form-check-box-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .form-check-box-list .form-check {
    margin-left: 9px;
  }
}
@media screen and (max-width: 599px) {
  .membship-form-container {
    padding: 50px 0px 50px;
  }
  .membership-form-header h1 {
    color: #051e47;
    text-align: center;
  }
  .membership-head-logo {
    margin: 50px 50px 0;
  }
  .membership-form {
    width: 100%;
  }
  .membership-info{
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 430px) {
  .header-text-div p {
    text-align: center;
  }
  .membership-info {
    padding: 40px 10px;
    height: auto;
  }
  .membership-form-header h1 {
    width: 100%;
    height: 70px;
    font-size: 25px;
    line-height: 46px;
    color: #051e47;
  }
}
@media (min-width:599px) and (max-width: 992px) {
  .membship-form-container {
    padding: 138px 55px 10px;
  }
  .membership-main{
    display: block;
  }
  .membership-info{
    width: 100%;
    margin-top: 40px;
  }
  .form-container{
    padding: 160px 40px 40px;
  }
  .membership-form {
    width: 100%;
    margin: 50px 0px 30px;
}
.membership-head-logo {
  margin: 0px 50px;
}
.membership-form-header h1 {
   margin-top: 0;
   font-size: 36px;
   height: auto;
}
.membership-form-header{
  margin-bottom: 0;
}
.volunteer-top-image {
  display: none;
}
.volunteer-bottom-image{
  display: none;
}
}