.store-finder {
    padding: 15px 0 0;
    width: 100%;
}
.store-finder > h3,
.vc_tta-container.store-finder > h2,
.accordion.store-finder > h2 {
    margin-bottom: 25px;
}
.store-finder .none {
    display: none;
    color: #fff;
}
.store-finder .list {
    width: 34%;
    padding: 30px;
    float: left;
    height: 500px;
    background: #271557;
}
.store-finder .list .search form .select2 {
    width: 100% !important;
    font-size: 16px;
    border: none;
    margin-bottom: 0px;
    color: #332e2c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.store-finder .list .search form .select2 .select2-selection {
    border: none;
    border-radius: 4px;
    height: 50px !important;
}
.store-finder .list .search form .select2 .select2-selection .select2-selection__rendered {
    line-height: 50px;
    color: #332e2c;
    padding: 0px 20px;
}
.store-finder .list .search form .select2 .select2-selection .select2-selection__arrow {
    display: none;
}
.store-finder .list .search form .select2:after {
    content: "";
    width: 22px;
    height: 12px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: none;
    background: url("../images/wide-chevron.png") no-repeat center/cover;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.store-finder .list .search form .select2.select2-container--open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.store-finder .list .results {
    height: calc(100% - 80px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 30px;
}
.store-finder .list .results::-webkit-scrollbar {
    width: 7px;
    height: 110px;
}
.store-finder .list .results::-webkit-scrollbar-button:start:decrement,
.store-finder .list .results::-webkit-scrollbar-button:end:increment {
    display: none;
}
.store-finder .list .results::-webkit-scrollbar-button:vertical:start:increment,
.store-finder .list .results::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}
.store-finder .list .results::-webkit-scrollbar-track:vertical {
    background-color: transparent;
    border: 1px solid #3d3a39;
    border-radius: 3px;
}
.store-finder .list .results::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
.store-finder .list .results::-webkit-scrollbar-thumb:vertical {
    height: 110px;
    border-radius: 3px;
    background-color: #575351;
}
.store-finder .list .results ul {
    padding: 0;
    margin: 0 !important;
}
.store-finder .list .results ul li {
    list-style: none;
    background: transparent;
    cursor: pointer;
    margin: 0;
    padding: 25px 15px;
    border-bottom: 1px solid #575351;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}
.store-finder .list .results ul li:first-child {
    border-top: 1px solid #575351;
}
.store-finder .list .results ul li h5,
.store-finder .list .results ul li .vc_tta-container .vc_tta-panel-heading h4,
.vc_tta-container .vc_tta-panel-heading .store-finder .list .results ul li h4,
.store-finder .list .results ul li .accordion .vc_tta-panel-heading h4,
.accordion .vc_tta-panel-heading .store-finder .list .results ul li h4 {
    line-height: 1;
    color: #fff;
    margin: 0 0 10px;
    pointer-events: none;
}
.store-finder .list .results ul li p,
.store-finder .list .results ul li .enquiry-form form .input-wrapper label,
.enquiry-form form .input-wrapper .store-finder .list .results ul li label {
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 1;
    pointer-events: none;
}
.store-finder .list .results ul li:hover {
    background: #3d3a39;
}
.store-finder .map {
    width: 66%;
    float: left;
    height: 500px;
}
.store-finder .map #googlemap {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .store-finder .list {
        width: 37%;
    }
    .store-finder .map {
        width: 63%;
    }
}
@media screen and (max-width: 991px) {
    .store-finder .list {
        width: 100%;
        height: 350px;
    }
    .store-finder .map {
        width: 100%;
        height: 450px;
    }
}
@media screen and (max-width: 768px) {
    .store-finder {
        padding-bottom: 20px;
    }
    .store-finder h3,
    .store-finder .vc_tta-container > h2,
    .store-finder .accordion > h2 {
        margin: 0 0 15px;
    }
    .store-finder .list {
        padding: 27px;
        height: auto;
    }
    .store-finder .list .search form .select2 {
        font-size: 12px;
    }
    .store-finder .list .search form .select2 .select2-selection {
        height: 40px !important;
    }
    .store-finder .list .search form .select2 .select2-selection .select2-selection__rendered {
        line-height: 40px !important;
    }
    .store-finder .list .search form .select2:after {
        right: 10px;
        top: 15px;
    }
    .store-finder .list .results {
        margin-top: 20px;
        height: 345px;
    }
    .store-finder .list .results ul li {
        padding: 20px 15px;
    }
    .store-finder .list .results ul li h5,
    .store-finder .list .results ul li .vc_tta-container .vc_tta-panel-heading h4,
    .vc_tta-container .vc_tta-panel-heading .store-finder .list .results ul li h4,
    .store-finder .list .results ul li .accordion .vc_tta-panel-heading h4,
    .accordion .vc_tta-panel-heading .store-finder .list .results ul li h4 {
        font-size: 17px;
    }
    .store-finder .list .results ul li p,
    .store-finder .list .results ul li .enquiry-form form .input-wrapper label,
    .enquiry-form form .input-wrapper .store-finder .list .results ul li label {
        font-size: 14px;
        line-height: 1.5;
    }
    .store-finder .map {
        height: 600px;
    }
    .store-finder .list,
    .store-finder .map {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .store-finder .map {
        height: 600px;
    }
}
.accordion-anchors {
    width: 100%;
    margin: 75px 0 60px;
    display: table;
    table-layout: fixed;
}
.accordion-anchors .table-row {
    display: table-row;
    width: 100%;
}
.accordion-anchors .table-row a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    background: #332e2c;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    border-right: 1px solid #505050;
    text-decoration: none;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.accordion-anchors .table-row a:last-child {
    border: none;
}
.accordion-anchors .table-row a:hover {
    opacity: 0.9;
}
@media screen and (min-width: 992px) {
    .accordion-anchors {
        position: relative;
        height: 80px;
    }
    .accordion-anchors.fixed .table-row {
        top: 120px;
        z-index: 9;
        width: 1140px;
        position: fixed;
        display: block;
    }
    .accordion-anchors .table-row {
        position: absolute;
    }
}
@media screen and (max-width: 1199px) {
    .accordion-anchors.fixed .table-row {
        width: 940px;
    }
}
@media screen and (max-width: 991px) {
    .accordion-anchors {
        margin: 55px 0 50px;
    }
    .accordion-anchors.fixed .table-row {
        width: 100%;
        position: relative;
    }
    .accordion-anchors .table-row a {
        width: 50%;
        font-size: 14px;
        float: left;
        display: table;
        margin-bottom: 5px;
        padding: 0px 15px;
    }
    .accordion-anchors .table-row a span {
        display: table-cell;
        vertical-align: middle;
    }
    .accordion-anchors .table-row a:nth-child(2n) {
        width: calc(50% - 5px);
        margin-left: 5px;
    }
}
@media screen and (max-width: 767px) {
    .accordion-anchors {
        margin: 35px 0 20px;
    }
    .accordion-anchors .table-row a {
        font-size: 12px;
        height: 60px;
    }
}
.enquiry-form {
    background: #f8f8f8;
    padding: 70px 95px 55px;
}
.enquiry-form.sidebar {
    padding: 35px;
    margin: 25px 0px;
}
.enquiry-form.sidebar p,
.enquiry-form.sidebar form .input-wrapper label {
    margin-bottom: 15px;
}
.enquiry-form.sidebar form {
    margin-top: 15px;
}
.enquiry-form.sidebar input,
.enquiry-form.sidebar textarea,
.enquiry-form.sidebar .select2 {
    margin-bottom: 10px !important;
}
.enquiry-form.sidebar button {
    margin: 30px 0 0 !important;
    float: none !important;
}
.enquiry-form.sidebar button.nomargin {
    margin: 0px 0 0 !important;
}
.enquiry-form.sidebar .input-wrapper {
    margin: 0 !important;
}
.enquiry-form.sidebar .input-wrapper.noheight {
    height: auto;
}
.enquiry-form.sidebar .checkbox-wrap + label {
    max-width: 70%;
}
.enquiry-form.sidebar .response {
    max-width: 100%;
    display: none !important;
}
.enquiry-form.sidebar .response.compact {
    display: none;
    text-align: left;
    margin: 30px 0 0;
}
.enquiry-form.sidebar .response.shown.compact {
    display: block !important;
}
.enquiry-form.sidebar .select2:after {
    width: 14px !important;
    height: 8px !important;
    right: 18px;
    background: url("../images/red-chevron.png") no-repeat center/cover !important;
}
@media screen and (max-width: 767px) {
    .enquiry-form.sidebar .select2:after {
        top: 16px !important;
    }
}
.enquiry-form.black {
    background: #332e2c;
}
.enquiry-form.black h1,
.enquiry-form.black h2,
.enquiry-form.black h3,
.enquiry-form.black .vc_tta-container > h2,
.enquiry-form.black .accordion > h2,
.enquiry-form.black h4,
.enquiry-form.black h5,
.enquiry-form.black .vc_tta-container .vc_tta-panel-heading h4,
.vc_tta-container .vc_tta-panel-heading .enquiry-form.black h4,
.enquiry-form.black .accordion .vc_tta-panel-heading h4,
.accordion .vc_tta-panel-heading .enquiry-form.black h4,
.enquiry-form.black h6,
.enquiry-form.black p,
.enquiry-form.black form .input-wrapper label,
.enquiry-form.black label {
    color: #fff;
}
.enquiry-form.black .checkbox-wrap .custom-checkbox {
    border-color: #fff !important;
}
.enquiry-form.black p.response,
.enquiry-form.black form .input-wrapper label.response {
    color: #fff;
}
.enquiry-form.grey {
    background: #f8f8f8;
}
.enquiry-form.white {
    background: #ffffff;
}
.enquiry-form.white form input,
.enquiry-form.white form textarea,
.enquiry-form.white form .select2-selection {
    background: #f8f8f8 !important;
}
.enquiry-form :first-child {
    margin-top: 0;
}
.enquiry-form form .input-wrapper {
    min-height: 50px;
    margin-bottom: 30px;
}
.enquiry-form form .input-wrapper .icon {
    background-color: #c02126;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 3px 0px 0px 3px;
}
.enquiry-form form .input-wrapper .icon.user {
    background: #c02126 url("../images/icon-user.png") no-repeat center/18px 20px;
}
.enquiry-form form .input-wrapper .icon.email {
    background: #c02126 url("../images/icon-email.png") no-repeat center/20px 14px;
}
.enquiry-form form .input-wrapper .icon.phone {
    background: #c02126 url("../images/icon-phone.png") no-repeat center/16px 22px;
}
.enquiry-form form .input-wrapper .icon.book {
    background: #c02126 url("../images/icon-book.png") no-repeat center/29px 19px;
}
.enquiry-form form .input-wrapper .icon.tag {
    background: #c02126 url("../images/icon-tag.png") no-repeat center/22px 19px;
}
.enquiry-form form .input-wrapper .icon.crosshair {
    background: #c02126 url("../images/icon-crosshair.png") no-repeat center/23px 23px;
}
.enquiry-form form .input-wrapper .icon.list {
    background: #c02126 url("../images/icon-list.png") no-repeat center/21px 15px;
}
.enquiry-form form .input-wrapper .icon.comment {
    background: #c02126 url("../images/icon-comment.png") no-repeat center/20px 19px;
}
.enquiry-form form .input-wrapper .icon.dark.user {
    background: #c02126 url("../images/icon-user-dark.png") no-repeat center/18px 20px;
}
.enquiry-form form .input-wrapper .icon.dark.email {
    background: #c02126 url("../images/icon-email-dark.png") no-repeat center/20px 14px;
}
.enquiry-form form .input-wrapper .icon.dark.phone {
    background: #c02126 url("../images/icon-phone-dark.png") no-repeat center/16px 22px;
}
.enquiry-form form .input-wrapper .icon.dark.book {
    background: #c02126 url("../images/icon-book-dark.png") no-repeat center/29px 19px;
}
.enquiry-form form .input-wrapper .icon.dark.tag {
    background: #c02126 url("../images/icon-tag-dark.png") no-repeat center/22px 19px;
}
.enquiry-form form .input-wrapper .icon.dark.crosshair {
    background: #c02126 url("../images/icon-crosshair-dark.png") no-repeat center/23px 23px;
}
.enquiry-form form .input-wrapper .icon.dark.list {
    background: #c02126 url("../images/icon-list-dark.png") no-repeat center/21px 15px;
}
.enquiry-form form .input-wrapper .icon.dark.comment {
    background: #c02126 url("../images/icon-comment-dark.png") no-repeat center/20px 19px;
}
.enquiry-form form .input-wrapper .icon .fa {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    display: block;
}
.enquiry-form form .input-wrapper input:not([type="checkbox"]),
.enquiry-form form .input-wrapper textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    height: 50px;
    width: 100%;
    border: none;
    background: #fff;
    color: #332e2c;
    font-size: 16px;
    padding: 0px 20px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.enquiry-form form .input-wrapper input:not([type="checkbox"])::-webkit-input-placeholder,
.enquiry-form form .input-wrapper textarea::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1 !important;
}
.enquiry-form form .input-wrapper input:not([type="checkbox"])::-moz-placeholder,
.enquiry-form form .input-wrapper textarea::-moz-placeholder {
    color: inherit !important;
    opacity: 1 !important;
}
.enquiry-form form .input-wrapper input:not([type="checkbox"]):-ms-input-placeholder,
.enquiry-form form .input-wrapper textarea:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1 !important;
}
.enquiry-form form .input-wrapper input:not([type="checkbox"]):-moz-placeholder,
.enquiry-form form .input-wrapper textarea:-moz-placeholder {
    color: inherit !important;
    opacity: 1 !important;
}
.enquiry-form form .input-wrapper.error input,
.enquiry-form form .input-wrapper.error textarea {
    border-color: #c20000 !important;
    color: #c20000 !important;
}
.enquiry-form form .input-wrapper.error input::-webkit-input-placeholder,
.enquiry-form form .input-wrapper.error textarea::-webkit-input-placeholder {
    color: #c20000 !important;
}
.enquiry-form form .input-wrapper.error input::-moz-placeholder,
.enquiry-form form .input-wrapper.error textarea::-moz-placeholder {
    color: #c20000 !important;
}
.enquiry-form form .input-wrapper.error input:-ms-input-placeholder,
.enquiry-form form .input-wrapper.error textarea:-ms-input-placeholder {
    color: #c20000 !important;
}
.enquiry-form form .input-wrapper.error input:-moz-placeholder,
.enquiry-form form .input-wrapper.error textarea:-moz-placeholder {
    color: #c20000 !important;
}
.enquiry-form form .input-wrapper.error .select2 .select2-selection__rendered {
    border-color: #c20000 !important;
    color: #c20000 !important;
}
.enquiry-form form .input-wrapper label.error {
    display: none !important;
}
.enquiry-form form .input-wrapper textarea {
    min-height: 150px;
    padding: 14px 20px;
    margin-bottom: 30px;
}
.enquiry-form form .input-wrapper .custom-select.inherit + .select2 .select2-selection {
    background: inherit !important;
}
.enquiry-form form .input-wrapper .custom-select.inherit + .select2 .select2-selection .select2-selection__rendered {
    color: inherit !important;
}
.enquiry-form form .input-wrapper .icon ~ input:not([type="checkbox"]),
.enquiry-form form .input-wrapper .icon ~ textarea {
    border-radius: 0px 3px 3px 0px;
    width: calc(100% - 50px) !important;
}
.enquiry-form form .input-wrapper .icon ~ .select2 {
    width: calc(100% - 50px) !important;
    border-radius: 0px 3px 3px 0px;
}
.enquiry-form form .input-wrapper .icon ~ .select2 .select2-selection {
    border-radius: 0px 3px 3px 0px;
}
.enquiry-form form .input-wrapper .icon ~ .select2 .select2-selection .select2-selection__rendered {
    border-radius: 0px 3px 3px 0px;
}
.enquiry-form form .input-wrapper .select2 {
    width: 100% !important;
    font-size: 16px;
    border: none;
    margin-bottom: 10px;
    color: #332e2c;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.enquiry-form form .input-wrapper .select2.select2-container--open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.enquiry-form form .input-wrapper .select2 .select2-selection {
    border: none;
    border-radius: 3px;
    height: 50px !important;
}
.enquiry-form form .input-wrapper .select2 .select2-selection.select2-selection--multiple * {
    cursor: pointer;
}
.enquiry-form form .input-wrapper .select2 .select2-selection .select2-selection__rendered {
    border: 1px solid transparent;
    line-height: 48px;
    padding: 0px 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #332e2c;
}
.enquiry-form form .input-wrapper .select2 .select2-selection .select2-selection__arrow {
    display: none;
}
.enquiry-form form .input-wrapper .select2 .select2-selection ul {
    font-size: inherit;
    line-height: inherit;
}
.enquiry-form form .input-wrapper .select2 .select2-selection ul li {
    font-size: inherit;
    list-style: none;
    float: none;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: inherit;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}
.enquiry-form form .input-wrapper .select2 .select2-selection ul li:before {
    display: none;
}
.enquiry-form form .input-wrapper .select2 .select2-selection ul li.select2-search {
    display: none;
}
.enquiry-form form .input-wrapper .select2 .select2-selection ul li .select2-selection__choice__remove {
    display: none;
}
.enquiry-form form .input-wrapper .select2 .select2-selection ul li:after {
    content: ",";
}
@media screen and (max-width: 767px) {
    .enquiry-form form .input-wrapper .select2 .select2-selection ul li {
        margin-right: 5px;
    }
}
.enquiry-form form .input-wrapper .select2:after {
    content: "";
    width: 14px;
    height: 8px;
    display: block;
    position: absolute;
    right: 18px;
    top: 22px;
    pointer-events: none;
    background: url("../images/blk-chevron.png") no-repeat center/cover;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.enquiry-form form .input-wrapper button[type="submit"] {
    float: right;
    margin-left: 35px;
}
.enquiry-form form .input-wrapper label {
    margin-top: 14px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
}
.enquiry-form form .input-wrapper .checkbox-wrap {
    display: inline-block;
    position: relative;
    height: 14px;
    margin-top: 16px;
    vertical-align: top;
    cursor: pointer;
}
.enquiry-form form .input-wrapper .checkbox-wrap input[type="checkbox"] {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
    border: none !important;
    opacity: 0;
}
.enquiry-form form .input-wrapper .checkbox-wrap input[type="checkbox"]:checked ~ .custom-checkbox:after {
    display: block;
}
.enquiry-form form .input-wrapper .checkbox-wrap.error + label {
    color: #c20000 !important;
    text-decoration: underline;
}
.enquiry-form form .input-wrapper .checkbox-wrap .custom-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    margin-top: 1px;
    pointer-events: none;
    display: inline-block;
}
.enquiry-form form .input-wrapper .checkbox-wrap .custom-checkbox:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/red-tick.png") no-repeat center/auto;
    display: none;
}
.enquiry-form form .response {
    max-width: 60%;
    display: inline-block;
    margin: 14px 20px;
    color: #c02126;
}
.enquiry-form form .response.compact {
    display: none;
}
@media screen and (max-width: 991px) {
    .enquiry-form {
        padding: 50px 55px 30px;
    }
}
@media screen and (max-width: 767px) {
    .enquiry-form {
        padding: 30px 30px;
    }
    .enquiry-form.sidebar {
        padding: 30px 28px;
        margin: 20px 0px;
    }
    .enquiry-form h3,
    .enquiry-form .vc_tta-container > h2,
    .enquiry-form .accordion > h2 {
        margin-bottom: 10px;
    }
    .enquiry-form:not(.sidebar) form {
        margin-top: 10px;
    }
    .enquiry-form form .input-wrapper {
        min-height: 40px;
        margin-bottom: 10px;
    }
    .enquiry-form form .input-wrapper input:not([type="checkbox"]),
    .enquiry-form form .input-wrapper textarea,
    .enquiry-form form .input-wrapper .select2 {
        width: 100% !important;
        font-size: 10px;
        height: 40px;
        line-height: 40px !important;
    }
    .enquiry-form form .input-wrapper input:not([type="checkbox"]) .select2-selection,
    .enquiry-form form .input-wrapper textarea .select2-selection,
    .enquiry-form form .input-wrapper .select2 .select2-selection {
        height: 40px !important;
    }
    .enquiry-form form .input-wrapper input:not([type="checkbox"]) .select2-selection .select2-selection__rendered,
    .enquiry-form form .input-wrapper textarea .select2-selection .select2-selection__rendered,
    .enquiry-form form .input-wrapper .select2 .select2-selection .select2-selection__rendered {
        line-height: 38px !important;
    }
    .enquiry-form form .input-wrapper input:not([type="checkbox"]):after,
    .enquiry-form form .input-wrapper textarea:after,
    .enquiry-form form .input-wrapper .select2:after {
        width: 10.5px;
        height: 6px;
        top: 18px;
    }
    .enquiry-form form .input-wrapper .icon ~ input:not([type="checkbox"]),
    .enquiry-form form .input-wrapper .icon ~ textarea,
    .enquiry-form form .input-wrapper .icon ~ .select2 {
        width: calc(100% - 40px) !important;
    }
    .enquiry-form form .input-wrapper textarea {
        min-height: 140px;
        line-height: 1.2 !important;
        margin-bottom: 10px;
    }
    .enquiry-form form .input-wrapper .select2:after {
        content: "";
        width: 21px;
        height: 11px;
        right: 18px;
        top: 14px;
        pointer-events: none;
        background: url("../images/thin-blk-chevron.png") no-repeat center/cover;
        transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
    }
    .enquiry-form form .input-wrapper .button {
        margin-left: 80px;
    }
    .enquiry-form form .input-wrapper .icon {
        width: 40px;
        height: 40px;
    }
    .enquiry-form form .input-wrapper .icon .fa {
        font-size: 16px;
        line-height: 40px;
    }
    .enquiry-form form .input-wrapper .icon.phone {
        background-size: 15px 20px;
    }
    .enquiry-form form .input-wrapper .icon.book {
        background-size: 22px 15px;
    }
    .enquiry-form form .input-wrapper .icon.tag {
        background-size: 20px 17px;
    }
    .enquiry-form form .input-wrapper .icon.crosshair {
        background-size: 18px 18px;
    }
    .enquiry-form form .input-wrapper .icon.list {
        background-size: 19px 13px;
    }
    .enquiry-form form .input-wrapper .icon.comment {
        background-size: 18px 17px;
    }
    .enquiry-form form .input-wrapper label {
        margin-top: 10px;
    }
    .enquiry-form form .input-wrapper .checkbox-wrap {
        margin-top: 10px;
    }
    .enquiry-form form .response {
        display: none;
    }
    .enquiry-form form .response.shown.compact {
        display: block !important;
    }
}
@media screen and (max-width: 480px) {
    .enquiry-form form .input-wrapper .checkbox-wrap {
        float: left;
    }
    .enquiry-form form .input-wrapper label {
        float: left;
        font-size: 10px;
        margin-top: 12px;
    }
    .enquiry-form form p.response,
    .enquiry-form form .input-wrapper label.response {
        margin: 0;
    }
    .enquiry-form form p.response.compact,
    .enquiry-form form .input-wrapper label.response.compact {
        margin: 20px 0 0;
    }
}