.annualpremium input::placeholder {
    color: #1d1b1b !important;
    font-weight: bold;
}
.annualpremium input {
    color: #1d1b1b !important;
    font-weight: bold;
}
.selectastate select {
    padding: 12px;
	/*font-family: "Poppins", Arial, Tahoma, sans-serif;*/
	/*border-color: rgba(43,44,42,0.53);
	font-size: 14px;*/
}
.wpcf7-form-control-wrap input {
    padding: 12px;
	/*font-family: "Poppins", Arial, Tahoma, sans-serif;*/
	/*border-color: rgba(43,44,42,0.53);
	    font-size: 14px;
	*/
}
.selectastate:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: 3px;
    border: 6px solid;
    border-color: #666 transparent transparent transparent;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}

/********** BEGIN:: CONTACT FORM Styling **********************/
.wpcf7-form input:not([type="submit"], [type="checkbox"]), .wpcf7-form select {
    background-color: #F3FCF2;
    color: #1D1B1B;
    border:  1px solid #f4f4f4f4;
    border-radius: 0 0 0 25px;
    padding: 16px;
    width: 100%;
}

input.wpcf7-submit {
    border: 0;
    letter-spacing: 0.07em;
    font-weight: 600!important;
    background-color: #4B4F59!important;
    padding-top: 15px!important;
    padding-right: 35px!important;
    padding-bottom: 15px!important;
    padding-left: 35px !important;
    text-align:  center;
    color: #ffffff !important;
    border-radius: 0 0 0 25px;
    font-size: 18px;        
}


/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
	/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 26px;
  width: 26px;
  top: 0px;
  left: 0px;
  border: 1px solid #1D1B1B;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 26px;
  width: 26px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
  margin-top: 5px;
}

.wpcf7-response-output {
    margin-bottom: 50px !important;
    margin-top: 0px !important; 
    padding: 16px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    
    font-weight: bold;
    font-size: 1.1rem;
    border-color: #FF009D;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #DC3545 !important;
}

.wpcf7-form input::placeholder {
  color: #1B1B1B;
}

.wpcf7 input[type=submit],
.wpcf7 .wpcf7-select {margin: 0 auto;}

.wpcf7 input[type=submit]:hover {
    cursor: pointer;
    background-color: #ff009d !important;
}

/* relocate spinner - below button */
.wpcf7-spinner {display: block;top: 15px;left: 95%;}
/********** END:: CONTACT FORM Styling **********************/