.AC-form input, .AC-form textarea {
    width: 100%;
    padding: 2%;
    border-radius: 5px;
    border: none;
    margin: 2% 0;
}
.package-content {
    padding: 4%;
    margin-left: 0%;
    clear: both;
    padding-right: 4%;
}
.form-control {
    width: 100%;
    margin: 2% 0;
    display: inline-block;
    height: auto;
    padding: 2%;
	font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.AC-submit {
    color: #fff !important;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 4px solid #fff;
    border-radius: 10px !important;
    background: -webkit-linear-gradient(top, #fe0000 0%,#b60000 100%);
    font-size: 18px;
}
#province_wrapper {
display:none;
}
.iti--separate-dial-code {
    width: 100%;
    margin: 2% 0;
}