.margin-bottom-xs {margin-bottom: 10px;}
.margin-bottom-s {margin-bottom: 20px;}
.margin-bottom-m {margin-bottom: 30px;}
.margin-bottom-l {margin-bottom: 40px;}
.margin-bottom-xl {margin-bottom: 50px;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px!important;
    font-family: inherit;
    border: 1px solid #ffffff;
    line-height: 1!important;
    min-height: 32px!important;
    border-radius: 0px;
}
.gform_wrapper textarea {
    padding: 8px 12px!important;
    border: 1px solid #ffffff;
    font-family: inherit;
    line-height: 1.4!important;
    min-height: 32px!important;
    border-radius: 0px;
}
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: inherit;
    font-weight: 600;
    line-height: 1!important;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #65a000;
    border: 1px solid #65a000;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #e05718;
    background-color: #e05718;
}
#gform_wrapper_2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #cccccc;
    padding: 10px 12px !important;
}
#gform_wrapper_2.gravity-theme .gfield_label {
    font-size: 14px;
    font-weight: 400;
}
body #gform_wrapper_2 .gform_footer input[type=submit] {
    font-family: inherit;
    font-weight: 600;
    line-height: 1!important;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #e05718;
    border: 1px solid #e05718;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
body #gform_wrapper_2 .gform_footer input[type=submit]:hover {
    border: 1px solid #65a000;
    background-color: #65a000;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
::-webkit-input-placeholder {color:#333;}
:-moz-placeholder {opacity:1;color:#333;}
::-moz-placeholder {opacity:1;color:#333;}
:-ms-input-placeholder {color:#333;}
input:-moz-placeholder {color:#333;}
p.gform_required_legend {
    display: none;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    line-height: 1.7em;
}
.custom-list li:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url('https://cheshiresolarpanels.co.uk/wp-content/uploads/2024/02/tick-white.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
}
.custom-list-product {
    list-style: none;
    padding-left: 0;
}
.custom-list-product li {
    position: relative;
    padding: 5px 0 5px 30px;
    line-height: 1.7em;
}
.custom-list-product li:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url('https://cheshiresolarpanels.co.uk/wp-content/uploads/2024/02/tick.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
}
.lp-custom-list {
    list-style: none;
    padding-left: 0;
}
.lp-custom-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    line-height: 1.7em;
}
.lp-custom-list li:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url('https://cheshiresolarpanels.co.uk/wp-content/uploads/2024/02/tick.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
}
.oxy-gallery-flex .oxy-gallery-item-contents {
    background-position: center center;
}