.ps-mainform {
    box-shadow: 0 1px 2px #cacaca;
    border-radius: 2px;
    padding: 10px;
    color: #fff;
}

.wpcf7-form input[type="text"].ps-field, .wpcf7-form input[type="password"].ps-field, .wpcf7-form input[type="email"].ps-field, .wpcf7-form input[type="url"].ps-field, .wpcf7-form input[type="tel"].ps-field, .wpcf7-form input[type="number"].ps-field, .wpcf7-form input[type="date"].ps-field, .wpcf7-form textarea.ps-field, .wpcf7-form select.ps-field .ps-field {
    margin: 0;
}

input[type="submit"].ps-submit, .ps-submit {
    box-shadow: none;
    height: auto;
    font-size: 1em;
    line-height: normal;
    position: relative;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    padding: 9px 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    width: auto;
    background-color: #ffffff;
    color: #000000;
}

.ps-formcontrol {
    padding: 10px;
}

.ps-formcontrol__block {
    display: flex;
    justify-content: end;
}

.ps-formcontrol__label {
    color: #000;
    padding-right: 9px;
    min-width: 65px;
    text-align: right;
    padding-top: 9px;
}

.ps-formcontrol__field {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    display: block;
}

.ps-formcontrol__submit {
    position: relative;
}

.ps-formcontrol__submit .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ps-field {
}

.ps-leavereview {
    max-width: 360px;
    background: #fff;
    padding: 10px;
}

.ps-leavereview .ps-formcontrol__label {
    min-width: 110px;
}

.ps-leavereview input[type="submit"].ps-submit, .ps-leavereview .ps-submit {
    background-color: #ee8814;
    color: #000000;
}

.ps-leavereview .ps-field {
    background-color: #fafafa;
    border: 1px solid #d6d8d9;
    box-shadow: none;
    border-radius: 3px;
}

.ps-tourform {
}

.ps-tourform .ps-formcontrol {
    padding-left: 0;
}

.ps-tourform .ps-formcontrol__label {
    width: 125px;
    min-width: 30%;
}

.ps-tourform input[type="submit"].ps-submit, .ps-tourform .ps-submit {
    background-color: #ee8814;
    color: #fff;
}

.ps-tourform .ps-field {
    background-color: #fafafa;
    border: 1px solid #d6d8d9;
    box-shadow: none;
    border-radius: 3px;
    min-width: 190px;
}


.ps-wrap {}

.ps-tourselection {
    padding: 25px 0;
}

.ps-tourselection__main {
    background-color: #238a99;
    color: #ffffff;
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
}
.ps-tourselection__header {
    padding-bottom: 10px;
}
.ps-tourselection__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px;
}
.ps-tourselection__content {}
.ps-tourselection__form {}
.ps-tourselectform {}
.ps-tourselectform__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ps-tourselectform__col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 800px) {
        
    .ps-tourselectform__col {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
        
    .ps-tourselectform__col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

.ps-tourselection .ps-field {
    height: 42px;
}
.ps-tourselection input[type="submit"].ps-submit,
.ps-tourselection .ps-submit {
    background-color: #ee8814;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.ps-tourselection .ps-formcontrol {}
.ps-tourselection .ps-formcontrol__block {
    display: block;
}
.ps-tourselection .ps-formcontrol__field {}
.ps-tourselection .ps-formcontrol__submit {}
.ps-tourselection  .iti {
    display: block;
    color: #000;
}

.ps-tourselection__form .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.g-html .ps-tourselection ul {
    margin: 0;
}