.choices {
    width: 1400px !important;
    height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    border:none !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
}

.choices__inner {
    width: 1400px !important;
    height: 50px !important;

    padding: 0 !important;
    margin: 0 !important;

    box-sizing: border-box !important;
}

.is-focused .choices__inner {
    border-radius: 10px 10px 0 0 !important;
}

.choices__input {
    width: 1400px !important;
    height: 50px !important;

    padding: 0 0 0 10px !important;
    margin: 0 !important;

    font-size: 20px !important;

    box-sizing: border-box !important;
}

.choices__list {

    width: 1400px !important;

    font-size: 20px !important;
    font-family: Avenir, Helvetica, Arial, sans-serif !important;

    box-sizing: border-box !important;
}

.choices__list--dropdown {
    border-radius: 0 0 10px 10px !important;
}

.choices__list--multiple .choices__item {
    margin: 5px !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 1600px) {
    .choices {
        width: 1100px !important;
    }
    .choices__inner {
        width: 1100px !important;
    }
    .choices__input {
        width: 1100px !important;
    }
    .choices__list {
        width: 1100px !important;
    }
}

@media screen and (max-width: 1200px) {
    .choices {
        width: 900px !important;
    }
    .choices__inner {
        width: 900px !important;
    }
    .choices__input {
        width: 900px !important;
    }
    .choices__list {
        width: 900px !important;
    }
}

@media screen and (max-width: 950px) {
    .choices {
        width: 700px !important;
    }
    .choices__inner {
        width: 700px !important;
    }
    .choices__input {
        width: 700px !important;
    }
    .choices__list {
        width: 700px !important;
    }
}

@media screen and (max-width: 750px) {
    .choices {
        width: 500px !important;
    }
    .choices__inner {
        width: 500px !important;
    }
    .choices__input {
        width: 500px !important;
    }
    .choices__list {
        width: 500px !important;
    }
}

@media screen and (max-width: 550px) {
    .choices {
        width: 350px !important;
    }
    .choices__inner {
        width: 350px !important;
    }
    .choices__input {
        width: 350px !important;
    }
    .choices__list {
        width: 350px !important;
    }
}