.form-has-collapsible-sections_wrapper {
    margin: 0 auto 30px;
    text-align: left;
    width: 460px;
    max-width: 100%;
}
.form-has-collapsible-sections {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}
.form-has-collapsible-sections .gsection.collapsible-sections-field {
    padding: 20px 40px 20px 40px!important;
    margin-top: 0 !important;
    border: none !important;
    border-top: 1px solid #ececee !important;
    background-color: #fff;
    transition: background-color 0.3s;
}
.form-has-collapsible-sections .gsection.collapsible-sections-field:nth-child(1) {
    padding-top: 40px !important;
    border-radius: 5px 5px 0 0;
    border-top: none !important;
}
.form-has-collapsible-sections .gsection.collapsible-sections-field:last-of-type {
    padding-bottom: 30px !important;
    border-radius: 0 0 5px 5px;
}

.form-has-collapsible-sections .gsection.collapsible-sections-field .gsection_title {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    font-size: 17px;
    color:#3D495A;
}
.form-has-collapsible-sections .gsection.collapsible-sections-field .gsection_title:after {
    text-align: center;
    padding-top: 9px;
    color: #867bff;
    background-color: #f8f7fc;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    transition: background-color 0.3s;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
}
.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-open .gsection_title:after {
    padding-top: 7px;
    background-color: #fff;
}
.form-has-collapsible-sections .gsection.collapsible-sections-field .gsection_description {
    color: #9B9B9B;
    font-size: 13px;
    padding: 0;
}

.form-has-collapsible-sections .collapsible-sections-collapsible-body {
    border: none;
    background-color: #f8f7fc;
    padding: 0 40px 30px;
}

.form-has-collapsible-sections .collapsible-sections-collapsible-body > .gfield:first-child,
.form-has-collapsible-sections .collapsible-sections-collapsible-body > .gfield:first-child .ginput_container {
    margin-top: 0 !important;
}

.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-open {
    background-color: #f8f7fc;
}

.form-has-collapsible-sections .validation_error {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #b3304c;
}
.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-section-error {
    border-color: #b3304c !important;
    background-color: #fff;
}

.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-section-error + .collapsible-sections-collapsible-body .gfield_error input,
.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-section-error + .collapsible-sections-collapsible-body .gfield_error textarea,
.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-section-error + .collapsible-sections-collapsible-body .gfield_error select {
    border-color: #b3304c;
    color: #b3304c;
}

.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-section-error + .collapsible-sections-collapsible-body .gfield_error .gfield_label {
    color: #790000;
}
/*
Find out more at
https://jetsloth.com/gravity-forms-collapsible-sections/
*/












/* Codeable Project ID:76143 */
.wf-form .gfield_required {
    display: none;
}

.wf-form.form-has-collapsible-sections .gsection.collapsible-sections-field .gsection_title {
    color: #999999;
}

.wf-checkbox.image-choices-field {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto
}

.wf-checkbox.image-choices-field .gfield_label {
    font-size: 1.6em;
    margin-bottom: 1.6em;
    display: block
}

.wf-checkbox.image-choices-field.no-label .gfield_label {
    display: none
}

.wf-checkbox.image-choices-field .image-choices-choice label {
    border: 1px solid transparent
}

.wf-checkbox.image-choices-field .image-choices-choice.image-choices-choice-focus label {
    border-color: #60d2c3
}

.wf-checkbox.image-choices-field .image-choices-choice:after {
    content: "\2714";
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 60%;
    margin: -20px 0 0 -20px;
    background-color: #60d2c3
}

.wf-checkbox.image-choices-field .image-choices-choice label {
    padding: 0 !important;
    display: block
}

.wf-checkbox.image-choices-field .image-choices-choice, .gform_wrapper .gfield.wf-checkbox.image-choices-field li.image-choices-choice {
    display: inline-block;
    position: relative;
    padding: 1px !important;
    overflow: visible;
    margin-bottom: 70px !important;
    border: 0;
    transition: all .3s;
    border-radius: 6px;
    width: 40%;
    margin-left: 5% !important;
    margin-right: 5% !important
}

.wf-checkbox.image-choices-field .image-choices-choice, .wf-checkbox.image-choices-field .image-choices-choice.image-choices-choice-hover {
    background-color: transparent
}

.wf-checkbox.image-choices-field .image-choices-choice:after {
    content: "\2714" !important;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 60%;
    margin: -20px 0 0 -20px;
    background-color: #60d2c3
}

.wf-checkbox.image-choices-field .image-choices-choice label, .wf-form_wrapper.gform_wrapper .gfield.wf-checkbox.image-choices-field li.image-choices-choice label {
    padding: 0 !important;
    display: block
}

.wf-checkbox.image-choices-field .image-choices-choice-image-wrap {
    background-size: cover;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin-top: 20px;
}

.wf-checkbox.image-choices-field#field_22_13 .image-choices-choice-image-wrap {
    background-size: contain
}

.wf-checkbox.image-choices-field.image-choices-show-labels .image-choices-choice-text {
    color: #666;
	padding: -30px 5px;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -20px;
    transition: all .3s;
}

.wf-checkbox.image-choices-field.image-choices-show-labels .image-choices-choice-text,
.wf-checkbox.image-choices-field.image-choices-show-labels .image-choices-choice-price {
    font-size: 14px
}

.wf-checkbox.image-choices-field .image-choices-choice.image-choices-choice-selected,
.wf-checkbox.image-choices-field .image-choices-choice.image-choices-choice-selected.image-choices-choice-hover {
    background-color: transparent
}

.wf-checkbox.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    color: #fff;
    opacity: 1;
    top: 50%
}

.wf-checkbox.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
    background-color: #60d2c3;
    color: #fff
}

.wf-radio.image-choices-field {
    display: block;
    max-width: 640px;
    width: 100%;
}

.wf-radio.image-choices-field .gfield_label {
    font-size: 2em;
    margin-bottom: 1em;
    display: block;
    text-align: center;
}

.wf-radio.image-choices-field,
.gform_wrapper .gfield.wf-radio.image-choices-field {
    margin-right: -10%;
    padding-right: 10px;
}

.wf-radio.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.wf-radio.image-choices-field li.image-choices-choice {
    position: relative;
    text-align: center;

    padding: 20px 20px 40px !important;
    margin-bottom: 50px !important;
    vertical-align: middle;
    transition: all 0.3s;
    border-radius: 6px;
    border: 1px solid #cccccc !important;

    width: 40%;
    max-width: 280px;
    overflow: visible;
    
    margin-right: 5% !important;
    margin-left: 4% !important;
}

@media (max-width:641px) {
	span.image-choices-choice-image-wrap {
  	  margin-left: 6px;
	}
}

.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-focus {
    border-color: #ff584c !important;
}

.wf-radio.image-choices-field .gfield_radio .image-choices-choice.image-choices-choice-focus.image-choices-choice-selected {
    border-color: #fff !important;
}

.wf-radio.image-choices-field .image-choices-choice label,
.gform_wrapper .gfield.wf-radio.image-choices-field li.image-choices-choice label {
    padding: 0 !important;
    display: block;
    border: none !important;
}

.wf-radio.image-choices-field .image-choices-choice:after {
    content: "\2714" !important;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin: -20px 0 0 -20px;
    top: auto;
    bottom: -40px;
    background-color: #60d2c3;
}

.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-selected {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    color: #fff;
    opacity: 1;
}

.wf-radio.image-choices-field .image-choices-choice,
.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-hover,
.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-selected {
    border-color: transparent !important;
}

.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-hover {
    background-color: transparent !important;
}

.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-selected {
    background-color: #fff !important;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
    color: #ff584c;
}

.wf-radio.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    bottom: -20px;
}

.wf-radio.image-choices-field .image-choices-choice-image-wrap {
    border: none;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    background-color: transparent;
    background-size: contain;
}

.wf-radio.image-choices-field.image-choices-show-labels .image-choices-choice-text {
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 100%;
    transition: all 0.3s;
}

@media only screen and (max-width: 736px) {

    .wf-radio.image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.wf-radio.image-choices-field li.image-choices-choice {
        width: 44%;
        margin-right: 2% !important;
    }
}



.wf-smradio.image-choices-field {
    display: block;
    max-width: 640px;
    width: 100%;
}

.wf-smradio.image-choices-field .gfield_label {
    font-size: 2em;
    margin-bottom: 1em;
    display: block;
    text-align: center;
}

.wf-smradio.image-choices-field,
.gform_wrapper .gfield.wf-smradio.image-choices-field {
    margin-right: -10%;
}

.wf-smradio.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.wf-smradio.image-choices-field li.image-choices-choice {
    position: relative;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 50px !important;
    vertical-align: middle;
    transition: all 0.3s;
    border-radius: 6px;
    border: 1px solid transparent !important;
    width: 40%;
    max-width: 280px;
    
    margin-right: 5% !important;
    overflow: visible;
    margin-left: 4% !important;
}

.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-focus {
    border-color: #ff584c !important;
}

.wf-smradio.image-choices-field .gfield_radio .image-choices-choice.image-choices-choice-focus.image-choices-choice-selected {
    border-color: #fff !important;
}

.wf-smradio.image-choices-field .image-choices-choice label,
.gform_wrapper .gfield.wf-smradio.image-choices-field li.image-choices-choice label {
    padding: 0 !important;
    display: block;
    border: none !important;
}

.wf-smradio.image-choices-field .image-choices-choice:after {
    content: "\2714" !important;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin: -20px 0 0 -20px;
    top: auto;
    bottom: -40px;
    background-color: #60d2c3;
}

.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-selected {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    color: #fff;
    opacity: 1;
}

.wf-smradio.image-choices-field .image-choices-choice,
.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-hover,
.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-selected {
    border-color: transparent !important;
}

.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-hover {
    background-color: transparent !important;
}

.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-selected {
    background-color: #fff !important;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
    color: #60d2c3;
}

.wf-smradio.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    bottom: -20px;
}

.wf-smradio.image-choices-field .image-choices-choice-image-wrap {
    border: none;
    width: 100%;
    height: 50px;
    padding-bottom: 0;
    background-color: transparent;
    background-size: contain;
}

.wf-smradio.image-choices-field.image-choices-show-labels .image-choices-choice-text {
    font-size: inherit;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 100%;

    transition: all 0.3s;
}

@media only screen and (max-width: 736px) {

    .wf-smradio.image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.wf-smradio.image-choices-field li.image-choices-choice {
        width: 48%;
        margin-right: 2% !important;
    }
}

@media only screen and (max-width: 480px) {

    .wf-smradio.image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.wf-smradio.image-choices-field li.image-choices-choice {
        width: 98%;
        margin-right: 2% !important;
    }
}

.wf-form select,
.wf-form_wrapper.gform_wrapper .gfield_error select {
    text-indent: 5px;
    border: 1px solid #ececee !important;
    margin: 20px 0px 30px 0px;
    background: #fff;
    height: 50px;
    color: #252525 !important;
}

.wf-form .with-fake-loader .gform_page_fields {
    display: table;
    height: 100%;
    width: 90%;
    margin: 0 auto;
}

.wf-form_wrapper div.validation_error {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 5px !important;
    border-top: none;
    border-bottom: none;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: #ce2f2f;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.wf-form_wrapper li.gfield.gfield_error,
.wf-form_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
}

.wf-form_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.wf-form_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,
.wf-form_wrapper .gfield_error .gfield_radio label,
.wf-form_wrapper .gfield_error .gfield_checkbox label,
.wf-form_wrapper.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #252525 !important;
}

.wf-form.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-section-error .gsection_title {
    color: #790000;
}

.wf-form.form-has-collapsible-sections .gsection.collapsible-sections-field .gsection_title:after {right: -20px !important;}


.wf-form.form-has-collapsible-sections .gsection.collapsible-sections-field.collapsible-sections-section-error.collapsible-sections-open {
    background: #f8f7fc;
}

.wf-form .firstname {
    width: 49%;
    float: left;
    clear: left !important;
}

.wf-form .surname {
    width: 49%;
    float: right;
    clear: right !important;
}

.wf-form .wf-normal-fields {
    background: #f7f7f7;
    border-radius: 5px;

}

.wf-form .wf-normal-fields .gform_page_fields > ul {
    padding: 30px;

}

.wf-form .wf-normal-fields .ginput_container input {
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fff !important;
    border: 1px solid #ccc;
    color: #696969 !important;
    float: right;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 50px;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.wf-form_wrapper .wf-normal-fields .gform_button {
    padding: 26px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wf-form.form-has-collapsible-sections .collapsible-sections-collapsible-body {
    padding: 0 40px 0px;
}
.wf-form.form-has-collapsible-sections .collapsible-sections-collapsible-body li:not(.wf-nopadding-bottom){
    padding-bottom:40px !important;
}
/* Mobile */


@media only screen and (max-width: 736px){
    .wf-form.form-has-collapsible-sections .gsection.collapsible-sections-field .gsection_description {
        padding-right:30px;
    }
    .wf-form.form-has-collapsible-sections .collapsible-sections-collapsible-body{
        padding:10px;
    }
    .wf-form.form-has-collapsible-sections .gsection.collapsible-sections-field{
        padding:10px 10px !important;
    }
    .wf-form.form-has-collapsible-sections .gsection.collapsible-sections-field:nth-child(1){
        padding-top:10px !important;
    }
    .wf-form.form-has-collapsible-sections .collapsible-sections-collapsible-body > .gfield:first-child,
    .wf-form.form-has-collapsible-sections .collapsible-sections-collapsible-body > .gfield:first-child, 
    .wf-form.form-has-collapsible-sections .collapsible-sections-collapsible-body > .gfield:first-child .ginput_container {
        max-width: 100% !important;
        width: 100%;
        display: block;
        margin: 0 auto !important;
    }
    .wf-smradio.image-choices-field ul.gfield_radio,
    .wf-radio.image-choices-field ul.gfield_radio{
        width:100%;
    }
    .wf-form_wrapper.gform_wrapper .gform_page_footer input.button{
        margin:0;
    }
    .wf-radio.image-choices-field {
        width:90%;
    }
    .wf-form_wrapper.gform_wrapper .gfield.image-choices-field.wf-checkbox{
        width:100%;
    }
    .wf-checkbox.image-choices-field.image-choices-show-labels .image-choices-choice-text {
    padding: 7px 5px;
    }
}
.image-choices-field, .gform_wrapper .gfield.image-choices-field {
    margin: 0 auto !important;
}
.wf-form_wrapper.gform_wrapper .gfield.image-choices-field.wf-checkbox {
    margin: 0 !important;
    margin: 0 0 25px 0 !important;
}
.wf-form .ginput_container_select select{
    width:100%;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wf-form .ginput_container_select {
    position:relative;
    overflow: hidden; 
    position: relative;
    display: block;
}
.wf-form .ginput_container_select:after {
    content: "\e900";
    font: 400 20px/1 slothicons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    color: #ccc;
}
.wf-form_wrapper.gform_wrapper label.gfield_label.mm-tooltip-inited {
    display: block !important;
    color: transparent !important;
    margin-bottom: 0px !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 11px !important;
}
.wf-form_wrapper.gform_wrapper label.gfield_label.mm-tooltip-inited.active-ms {
    color: #696969 !important;
}
.wf-form_wrapper .ginput_container {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}
.wf-form_wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

.wf-form_wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #ccc;
}

.wf-form_wrapper ::-ms-input-placeholder { /* Microsoft Edge */
     color: #ccc;
}
.wf-no-collapse{
    background:#f8f7fc;
    border-radius: 5px;
   
}
.wf-no-collapse .gform_page_fields{
    padding: 20px;
}

.wf-form_wrapper.gform_wrapper .wf-no-collapse label.gfield_label.mm-tooltip-inited {
     color: #696969 !important;
    font-size: 18px !important;
    margin: 20px 0px 30px 0px !important;
	 text-align: center !important;
	padding-left: 0px !important;
	line-height: 1.8;
}
 
.wf-form_wrapper .gform_wrapper .gform_page_footer .button.gform_next_button {

    padding: 30px 15px !important;;
    border-bottom-left-radius: 5px !important;;
    border-bottom-right-radius: 5px !important;;
}


/* css for number of images */

.four_column.image-choices-field .image-choices-choice, .gform_wrapper .gfield.four_column.image-choices-field li.image-choices-choice{
	width: 22%;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
	margin-bottom: 10px !important;
	max-width: 100%;
}
.gfield.four_column.image-choices-field{
	overflow: visible !important;
	font-size: 14px;
}
.gfield.four_column.image-choices-field .ginput_container{
	overflow: visible !important;
}


.three_column.image-choices-field .image-choices-choice, .gform_wrapper .gfield.three_column.image-choices-field li.image-choices-choice{
	width: 30%;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
	margin-bottom: 10px !important;
}
.gfield.three_column.image-choices-field{
	overflow: visible !important;
}
.gfield.three_column.image-choices-field .ginput_container{
	overflow: visible !important;
}


.two_column.image-choices-field .image-choices-choice, .gform_wrapper .gfield.two_column.image-choices-field li.image-choices-choice{
	width: 44%;
	margin-left: 2.5% !important;
	margin-right: 2.5% !important;
	margin-bottom: 10px !important;
} 
.image-choices-field.image-choices-show-labels .image-choices-choice-text {
	bottom: 5px;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    top: 0px;
}
 
/* css for number of images */

/* css for shadow box */

.image-choices-field .image-choices-choice {
    border: 1px solid #fff!important;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2) ;
}
.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
	color: #fff;
	opacity: 1;
}
.image-choices-field .image-choices-choice,
.image-choices-field .image-choices-choice.image-choices-choice-hover,
.image-choices-field .image-choices-choice.image-choices-choice-selected {
	border-color: transparent !important;
}
.image-choices-field .image-choices-choice.image-choices-choice-hover { 
	background-color: transparent !important;
}
.image-choices-field .image-choices-choice.image-choices-choice-selected {
	background-color: #fff !important;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.1) !important;
}
.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
	color: #7ecfc3 ;
}
.image-choices-field .image-choices-choice:after {
	background-color: #7ecfc3 !important;
}
/* css for shadow box */












/*THEME WHEN USING JESTLOTH IMAGES*/

#jetsloth_theme form {
    background: #fff;
    padding: 30px;
    width: 350px;
    color: #696969
}

#jetsloth_theme INPUT::-webkit-input-placeholder, #jetsloth_theme INPUT:-moz-placeholder {
    color: #999;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal
}

#jetsloth_theme .ginput_container select {
    width: 89%
}

#jetsloth_theme .top_label {
    margin-top: 20px
}

#jetsloth_theme .gfield_label {
    color: #696969 !important;
    margin-bottom: 45px !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 24px !important;
}

#jetsloth_theme .gform_wrapper .top_label .gfield_label {
    margin-bottom: 26px !important;
}

#jetsloth_theme input[placeholder], #jetsloth_theme [placeholder],
#jetsloth_theme * [placeholder] {
    color: #999;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal
}

#jetsloth_theme ::-webkit-input-placeholder {
    color: #999;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal
}

#jetsloth_theme :-moz-placeholder {
    color: #999;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal
}

#jetsloth_theme ::-moz-placeholder {
    color: #999;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal
}

#jetsloth_theme :-ms-input-placeholder {
    color: #999;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal
}

#jetsloth_theme input[type="text"] {
    float: right;
    width: 100% !important;
    height: 40px;
    box-sizing: border-box !important
}

#jetsloth_theme .gform_title p {
    color: #666 !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 28px !important;
    text-transform: none;
    margin-bottom: 10px
}

#jetsloth_theme .gform_heading > p {
    color: #696969 !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-size: 28px !important;
    text-transform: none;
    margin-bottom: 10px
}

#jetsloth_theme .gform_heading + .validation_error {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #ff4e00;
    color: white;
    border: none;
    top: -56px;
    padding: 10px 0;
    width: 100%;
}

#jetsloth_theme .gfield_required {
    color: #696969
}

#jetsloth_theme .gform_description {
    color: #696969 !important;
    font-family: Arial !important;
    font-size: 14px !important;
    text-align: center !important;
    text-transform: none !important
}

#jetsloth_theme .gform_description p {
    color: #696969 !important
}

#jetsloth_theme .ginput_container input {
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fff !important;
    border: 1px solid #696969;
    color: #696969 !important;
    float: right;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 50px;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

#jetsloth_theme .gfield_error {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

#jetsloth_theme .gfield_error .gfield_description.validation_message {
    padding: 15px 0 0 0 !important;
    display: inline-block
}

#jetsloth_theme .validation_error, #jetsloth_theme .validation_message {
    color: #ff4e00;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0
}

#jetsloth_theme .ginput_container {
    margin: 0 0 0 0 !important;
    padding: 0 !important
}

#jetsloth_theme h3 {
    font-weight: normal !important
}

#jetsloth_theme .gfield_select {
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 15px !important;
    background-color: #fff;
    color: #7c7c7c;
    padding: 10px 14px 10px 10px !important;
    border: 1px solid #696969;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(https://www.merchantsavvy.co.uk/wp-content/themes/jupiter-child/images/selectbox-arrow.png) right center no-repeat !important;
    max-width: 99%;
}

#jetsloth_theme .gform_page_footer .button, #jetsloth_theme .gform_footer .button {
    background: #00d5c3 !important;
    color: #3C4C66;
    width: 100%;
    margin: 30px 0px 0px 0px;
    font-size: 16px;
    line-height: 23px !important;
}

#jetsloth_theme .gform_page_footer, #jetsloth_theme .gform_footer {
    margin: 0;
    text-align: center
}

#jetsloth_theme .gform_previous_button {
    width: 40% !important;
    margin-bottom: 20px;
    display: none
}

#jetsloth_theme .gform_heading {
    text-align: center
}

#jetsloth_theme .gfield {
    margin-bottom: 8px !important
}

#jetsloth_theme .gfield_radio label, .gfield_checkbox label {
    margin-bottom: 8px;
    line-height: 20px !important;
    font-size: 20px !important
}

#jetsloth_theme .form-privacy {
    color: #666;
    font-size: 12px
}

#jetsloth_theme .form-privacy a {
    color: #666;
    text-decoration: underline !important;
    font-size: 12px !important
}

#jetsloth_theme .form-privacy a:hover {
    color: #999;
    text-decoration: underline !important;
    font-size: 12px !important
}

#jetsloth_theme .gdpr {
    color: #666;
    font-size: 12px
}

#jetsloth_theme .gdpr a {
    color: #6699cc;
    text-decoration: underline !important;
    font-size: 12px !important
}

#jetsloth_theme .gdpr a:hover {
    color: #6699cc;
    text-decoration: underline !important;
    font-size: 12px !important
}

#jetsloth_theme .firstname {
    width: 49%;
    float: left;
    clear: left !important;
}

#jetsloth_theme .surname {
    width: 49%;
    float: right;
    clear: right !important;
}

#jetsloth_theme .gfield_required {
    display: none
}

#jetsloth_theme .gfield_checkbox li {
    height: 32px;
}

#jetsloth_theme ul li {
    font-size: 24px !important
}

#jetsloth_theme .gf_progressbar_wrapper .gf_progressbar {
    background: #f7f7f7 !important;
    border: 0 solid #CECECE !important;
    border-radius: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 0;
    width: 100% !important
}

#jetsloth_theme .validation_error, #jetsloth_theme .validation_message {
    display: block !important;
    position: relative;
    width: 100%;
    text-align: left;
}

#jetsloth_theme .form-title-dark {
    font-family: "calibri", 'Open Sans', Arial;
    color: #696969;
    font-size: 12px;
    line-height: 30px;
    ;
    padding-bottom: 30px !important;
    text-align: center
}

#jetsloth_theme .active-ms {
    color: #696969 !important;
}

#jetsloth_theme .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px
}

#jetsloth_theme .gform_wrapper label.gfield_label.mm-tooltip-inited {
    display: block !important;
    color: transparent !important;
    margin-bottom: 0px !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 11px !important;
}

#jetsloth_theme .ginput_container input {
    margin-bottom: 0 !important;
}

#jetsloth_theme .gform_wrapper label.gfield_label.mm-tooltip-inited.active-ms {
    color: #696969 !important;
}

#jetsloth_theme .gform_wrapper .no-magic-tooltip label.gfield_label.mm-tooltip-inited {
    color: #696969 !important;
    font-size: 22px !important;
    margin-bottom: 10px !important;
}

#jetsloth_theme .no-magic-tooltip label {
    font-size: 16px !important;
}

.image-choices-field {
    display: block;
    max-width: 640px;
    width: 100%;
}

.image-choices-field .gfield_label {
    font-size: 2em;
    margin-bottom: 1em;
    display: block;
    text-align: center;
}

.image-choices-field,
.gform_wrapper .gfield.image-choices-field {
    margin-right: -10%;
}

.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice {
    position: relative;
    text-align: center;

    padding: 20px 20px 70px !important;
    margin-bottom: 50px !important;
    vertical-align: middle;
    transition: all 0.3s;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0) !important;

    width: 40%;
    max-width: 280px;
    margin-right: 10% !important;
    overflow: visible;
}

.image-choices-field .image-choices-choice.image-choices-choice-focus {
    border-color: #ff584c !important;
}

.image-choices-field .gfield_radio .image-choices-choice.image-choices-choice-focus.image-choices-choice-selected {
    border-color: #fff !important;
}

.image-choices-field .image-choices-choice label,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice label {
    padding: 0 !important;
    display: block;
    border: none !important;
}

.image-choices-field .image-choices-choice:after {
    content: "\2714" !important;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin: -20px 0 0 -20px;
    top: auto;
    bottom: -40px;
    background-color: #ff584c;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    color: #fff;
    opacity: 1;
}

.image-choices-field .image-choices-choice,
.image-choices-field .image-choices-choice.image-choices-choice-hover,
.image-choices-field .image-choices-choice.image-choices-choice-selected {
    border-color: transparent !important;
}

.image-choices-field .image-choices-choice.image-choices-choice-hover {
    background-color: transparent !important;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected {
    background-color: #fff !important;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
    color: #ff584c;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    bottom: -20px;
}

.image-choices-field .image-choices-choice-image-wrap {
    border: none;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    background-color: transparent;
    background-size: contain;
}

.image-choices-field.image-choices-show-labels .image-choices-choice-text {
    font-size: inherit;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 100%;

    transition: all 0.3s;
}

@media only screen and (max-width: 736px) {

    .image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.image-choices-field li.image-choices-choice {
        width: 48%;
        margin-right: 2% !important;
    }
}

@media only screen and (max-width: 480px) {

    .image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.image-choices-field li.image-choices-choice {
        width: 98%;
        margin-right: 2% !important;
    }
	.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice {
    	padding: 20px 10px 70px !important;
    }
	.image-choices-field .image-choices-choice label, .gform_wrapper .gfield.image-choices-field li.image-choices-choice label {
		display: contents;
	}
	.three_column.image-choices-field .image-choices-choice, .gform_wrapper .gfield.three_column.image-choices-field li.image-choices-choice {
		 width: 46% !important;
	}
	#label_95_35_1 .image-choices-choice-text {
 	   bottom: -50px !IMPORTANT;
	}
	span.image-choices-choice-text {
    	font-size: 14px !IMPORTANT;
	}
	.gform_wrapper ul.gfield_checkbox li label {
		width:100% !important;
	}
}











/* css for Form 95 & 97 */
.wf-form_wrapper.gform_wrapper #gform_95.wf-no-collapse label.gfield_label.mm-tooltip-inited {
	margin: 0px !important;
} 

#gform_95 .ginput_container.ginput_container_checkbox {
	overflow: visible !important;
}

#gform_95 .gfield.image-choices-field.wf-checkbox {
	overflow: visible !important;
}
  
#gform_122 .ginput_container input, #gform_121 .ginput_container input, #gform_123 .ginput_container input, , #gform_111 .ginput_container input, #gform_112 .ginput_container input, #gform_125 .ginput_container input, #gform_114 .ginput_container input, #gform_115 {
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fff !important;
    border: 1px solid #696969;
    color: #696969 !important;
    float: right;
    width: 100% !important;
    box-sizing: border-box !important;
    height: 50px;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
} 
 
#gform_122.wf-no-collapse .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited, #gform_121 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited, #gform_123 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited, #gform_111 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited, #gform_112 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited, #gform_126 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited, #gform_114 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited, #gform_115 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited, #gform_118 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited {
    display: block !important;
    color: transparent !important;
    margin-bottom: 0px !important;
	margin-top: 10px !important;
	text-align: left !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
    font-family: "calibri", "Open Sans", Arial !important;
    font-weight: normal !important;
    font-size: 15px !important;
}


#gform_122 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms, #gform_121 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms, #gform_123 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms, #gform_111 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms, #gform_112 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms, #gform_126 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms, #gform_114 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms, #gform_115 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms, #gform_118 .gfield.gplaceholder  label.gfield_label.mm-tooltip-inited.active-ms {
    color: #696969 !important;
}

#gform_122 .gfield_radio {
	padding-top: 21px; 
	overflow: hidden !important; 
} 

#gform_121 .gfield_radio {
    padding-top: 21px; 
    overflow: hidden !important; 
} 

#gform_123 .gfield_radio {
    padding-top: 21px; 
    overflow: hidden !important; 
} 

#gform_111 .gfield_radio {
    padding-top: 21px; 
    overflow: hidden !important; 
} 

#gform_112 .gfield_radio {
    padding-top: 21px; 
    overflow: hidden !important; 
} 

#gform_126 .gfield_radio {
    padding-top: 21px; 
    overflow: hidden !important; 
} 

#gform_114 .gfield_radio {
    padding-top: 21px; 
    overflow: hidden !important; 
} 

#gform_115 .gfield_radio {
    padding-top: 21px; 
    overflow: hidden !important; 
} 


.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 7px 10px 7px 10px;
    color: #696969;
    width: auto;
    line-height: 1.5;
    font-size: 1.3em;
    vertical-align: middle;
    max-width: 100%;
    white-space: normal;
}

.gfp_big_button .gfield_radio label {
    border: 1px solid #3d3d3d !important; }

@media only screen and (max-width: 641px) {
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 100%;
    cursor: pointer;
} 

.gform_wrapper .gfield_radio li label {
    margin: 0px;
}
}
 

.gform_wrapper .gfp_big_button .gfield_radio li.mm-tooltip-radio label, .gform_wrapper .gfield_checkbox li.mm-tooltip-radio label{
    display: block;
    border: 1px;
}

.gfp_big_button .gfield_radio li input[type=radio] {
    display:none;
}

.gfp_big_button .gfield_radio label {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    padding: 10px 30px;
    float: none;
    background: #dae4e8;
    color: #fff;
    letter-spacing: 0.09375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin: 0;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    box-sizing: border-box;
}

.gfp_big_button .gfield_radio label:hover {
    background: #00253a;
    color: #fff;
}

.gfp_big_button .gfield_radio input[type=radio]:checked +label {
background-color: #203959;
color: #fff;
}
