.elementor-1646 .elementor-element.elementor-element-40a2d73:not(.elementor-motion-effects-element-type-background), .elementor-1646 .elementor-element.elementor-element-40a2d73 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://anatomyinmotion.com.au/wp-content/uploads/2021/06/aim-enquire_backbend.jpg");background-position:center center;background-size:cover;}.elementor-1646 .elementor-element.elementor-element-40a2d73 > .elementor-background-overlay{background-color:#000000;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1646 .elementor-element.elementor-element-40a2d73 > .elementor-container{min-height:500px;}.elementor-1646 .elementor-element.elementor-element-40a2d73{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1646 .elementor-element.elementor-element-40f372c6{--spacer-size:230px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1646 .elementor-element.elementor-element-6f006e21{text-align:center;}.elementor-1646 .elementor-element.elementor-element-6f006e21 .elementor-heading-title{color:#efefef;}.elementor-1646 .elementor-element.elementor-element-6d62bba6{--spacer-size:80px;}.elementor-1646 .elementor-element.elementor-element-616f7b3{padding:50px 0px 70px 0px;}.elementor-1646 .elementor-element.elementor-element-fbfe812{text-align:center;}.elementor-1646 .elementor-element.elementor-element-cef29bf{padding:0px 0px 70px 0px;}@media(min-width:768px){.elementor-1646 .elementor-element.elementor-element-c8ff3d5{width:60.011%;}.elementor-1646 .elementor-element.elementor-element-e17d6fc{width:39.936%;}}@media(max-width:767px){.elementor-1646 .elementor-element.elementor-element-40f372c6{--spacer-size:220px;}.elementor-1646 .elementor-element.elementor-element-6d62bba6{--spacer-size:80px;}}/* Start custom CSS */#hero h1 {
    max-width:700px;
    margin:auto;
}

/*------BOOKING FORM STYLES------*/

.booking-form-column {
    max-width:600px;
    margin:auto;
    padding:30px;
    background:#E6E8EC;
}

.gravity-form_container {
    margin-bottom:0 !important;
}

.gform_wrapper.booking-form_wrapper {
    margin-bottom:0;
}

.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
    margin-bottom:40px !important;
}

.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    color:#21B5EA !important;
    font-size:1.3rem !important;
    font-weight:600 !important;
    opacity:1 !important;
}

.gform_legacy_markup_wrapper .gf_progressbar_blue {
    background:#bce9f9 !important;
    width:100% !important;
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
    background-color:#21B5EA !important;
    color:#21B5EA !important;
    height:12px !important;
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue span {
    display:none;
}

.booking-form ul.gform_fields li.gfield:not(.gsection):not(.small-label) {
    margin-bottom:0 !important;
}

.gform_wrapper .booking-form li:not(.question) label.gfield_label {
    font-size:2.6rem;
    color:#030E13;
    font-weight:300;
    margin-bottom:30px;
}

.gform_wrapper .booking-form li.small-label label.gfield_label, li.question label.gfield_label {
    font-size:1.8rem;
    margin-bottom:0;
    font-weight:300;
}

.gform_wrapper .booking-form li.question {
    margin-top:30px;
}

.gform_wrapper .gfield_description {
    font-size:1.3rem !important;
    text-transform:uppercase;
    font-weight:600 !important;
    color:#aaaaaa;
}

.gform_wrapper .booking-form .gfield_checkbox li label, .gform_legacy_markup_wrapper .gfield_radio li label {
    font-size:1.6rem !important;
    margin-bottom:6px;
    line-height:1.2em;
}

/* Base for label styling */
.gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
    overflow:visible !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked, [type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label, [type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position:relative;
    padding-left:2em !important;
    cursor:pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before, [type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content:'';
    position:absolute;
    left:0;
    top:-0.1em;
    width:1.5em;
    height:1.5em;
    border:none;
    background:#cccccc;
    border-radius:0;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after, [type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content:'\f17b';
    position:absolute;
    top:0.23em;
    left:0.28em;
    font-size:1em;
    line-height:0.8;
    color:#f7f7f7;
    transition:all .2s;
    font-family:fontawesome;
}

[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before {
    background:#21b5ea;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
    opacity:0;
    transform:scale(0);
}
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after {
    opacity:1;
    transform:scale(1);
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before, [type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border:2px dotted #030e13;
}

/* hover style just for information */
label:hover:before {
    background:#21b5ea !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right:0 !important;
}

.gform_wrapper .booking-form ul li.gfield:not(.check-boxes):not(.no-label):not(.question) {
    margin-top:10px !important;
}

.gform_wrapper .booking-form ul li.gfield.question {
    margin-top:6rem !important;
}

.gform_wrapper .booking-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .booking-form textarea {
    font-size:1.8rem;
    font-weight:300;
    border-radius:0;
    border:none;
    padding:1rem !important;
    background:#cccccc;
    color:#030e13;
}

.gform_wrapper .booking-form input, .gform_wrapper .booking-form select {
    line-height:1em !important;
}

.gform_wrapper .booking-form .top_label input.medium {
    width:100%;
    max-width:250px;
}

.gform_wrapper .booking-form ul li.gfield.no-label {
    margin-top:12px !important;
}

.gform_wrapper .booking-form ul li.gfield.no-label .ginput_complex {
    margin-top:0;
}

.gform_wrapper .booking-form ul li.gfield.no-label .ginput_complex span {
    padding-top:0 !important;
}

.gform_wrapper .booking-form ul li.gfield.no-label .ginput_complex input[type=text] {
    margin-bottom:0;
}

.gform_wrapper .booking-form .top_label .ginput_container_textarea {
    margin-top:12px;
}

.booking-form .gfield_required {
    display:none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#2a2727 !important;
    opacity:0.3 !important;
    font-family:"Metropolis","proxima-nova","Ek Mukta", sans-serif !important;
}

::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2a2727;
    opacity:0.3 !important;
    font-family:"Metropolis","proxima-nova","Ek Mukta", sans-serif !important;
}

::-moz-placeholder  { /* Mozilla Firefox 19+ */
    color: #2a2727;
    opacity:0.3 !important;
	font-family:"Metropolis","proxima-nova","Ek Mukta", sans-serif !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2a2727;
    opacity:0.3 !important;
	font-family:"Metropolis","proxima-nova","Ek Mukta", sans-serif !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#2a2727;
    opacity:0.3 !important;
	font-family:"Metropolis","proxima-nova","Ek Mukta", sans-serif !important;
	font-weight:300 !important;
}

.gform_wrapper li.question label.gfield_label {
    margin-bottom:1.4rem;
}

.gform_wrapper li.question .gfield_description {
    padding-bottom:0;
}

.gform_wrapper li.question .ginput_container {
    margin-top:5px !important;
}

li.question .gfield_label span.gfield_required {
    display:none;
}

.gform_legacy_markup_wrapper .gform_page_footer {
    border-top:none !important;
}

input[type='button'].gform_next_button, input[type='button'].gform_previous_button, input[type='submit'] {
    text-transform:uppercase;
    padding:0.6em 1.4em;
    border-radius:0;
    font-size:2rem !important;
    font-weight:600;
    font-family:"Metropolis","proxima-nova","Ek Mukta", sans-serif;
    margin-bottom:20px !important;
    box-shadow:none;
}

input[type='button'].gform_next_button:hover, input[type='button'].gform_next_button:active, input[type='button'].gform_next_button:focus, input[type='button'].gform_previous_button:hover, input[type='button'].gform_previous_button:active, input[type='button'].gform_previous_button:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:focus {
    background:#030e13;
    color:#21b5ea !important;
    box-shadow:none;
}

.gform_wrapper .booking-form #gform_submit_button_2 {
    text-transform:uppercase;
    padding:0.6em 1.4em;
    border-radius:0;
    margin:0 auto 0;
    box-shadow:none;
}

.footnote p {
    font-size:11px;
    width:90%;
    max-width:300px;
    margin:auto;
}

.footnote p a {
    color:#000000;
    font-weight:400;
    text-decoration:underline;
}

.gform_confirmation_wrapper.booking-form {
    box-shadow:none;
    margin-top:0;
    padding:0 0 20px;
    max-width:450px;
    width:100%;
}

.gform_wrapper h3.gf_progressbar_title {
    font-size:1.6rem !important;
    width:auto;
    display:inline-block;
    color:#21b5ea;
}

.gform_wrapper .gf_progressbar {
    display:inline-block;
    width:auto;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    font-size:1.6rem;
    font-weight:800;
    color:#21b5ea;
}

.gform_confirmation_message h4 {
    margin-bottom:1.5em;
}

.gform_confirmation_message p:nth-child(+n+4) {
}

.gform_confirmation_message p.title {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
}

.gform_validation_errors {
    display: none;
}

/*-----------------------------------------
TABLETS 767px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 767px) {
    
    /*-----BOOKING FORM STYLES----*/
    .booking-form-column {
        padding:30px 5% 30px;
    }
    
    .booking-form ul.gform_fields li.gfield.check-boxes {
        width:100% !important;
    }
    
    ul.gform_fields li:nth-child(2).check-boxes {
        margin-top:0;
    }
    
    ul.gform_fields li:nth-child(2).check-boxes .ginput_container_checkbox {
        margin-top:0;
    }
    
    ul.gform_fields li:nth-child(2).check-boxes .ginput_container_checkbox ul.gfield_checkbox {
        margin-top:0;
    }
    
    ul.gform_fields li:nth-child(1).check-boxes .ginput_container_checkbox ul.gfield_checkbox {
        margin-bottom:0;
    }
    
}

/*-----------------------------------------
TABLETS 641px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 641px) {
    
    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        display:inline-block;
        margin-bottom:0;
    }
    
    .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
        width:auto;
    }
    
}

/*-----------------------------------------
TABLETS 640px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 640px) {
    
    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        display:inline;
    }
    
}/* End custom CSS */