@font-face{
	font-family:'Circular Std Book';
	src:url("../fonts/CircularStd-Book.woff2") format('woff2'),
	url("../fonts/CircularStd-Book.woff") format('woff');
	font-weight:normal;
	font-style:normal
	}
@font-face{
	font-family:'Circular Std';
	src:url("../fonts/CircularStd-Medium.woff2") format('woff2'),
	url("../fonts/CircularStd-Medium.woff") format('woff');
	font-weight:500;
	font-style:normal
	}
@font-face{
	font-family:'Circular Std Book';
	src:url("../fonts/CircularStd-BookItalic.woff2") format('woff2'),
	url("../fonts/CircularStd-BookItalic.woff") format('woff');
	font-weight:normal;
	font-style:italic
	}
@font-face {
	font-family:'Circular Std';
	src:url("../fonts/CircularStd-Black.woff2") format('woff2'),
	url("../fonts/CircularStd-Black.woff") format('woff');
	font-weight:900;
	font-style:normal
}
@font-face{
	font-family:'Circular Std Bold';
	src:url("../fonts/CircularStd-BoldItalic.woff2") format('woff2'),
	url("../fonts/CircularStd-BoldItalic.woff") format('woff');
	font-weight:bold;
	font-style:italic
	}
@font-face{
	font-family:'Circular Std';
	src:url("../fonts/CircularStd-Bold.woff2") format('woff2'),
	url("../fonts/CircularStd-Bold.woff") format('woff');
	font-weight:bold;
	font-style:normal
	}
@font-face{
font-family:'Circular Std Book';
src:url("../fonts/CircularStd-MediumItalic.woff2") format('woff2'),
url("../fonts/CircularStd-MediumItalic.woff") format('woff');
font-weight:500;
font-style:italic
}
@font-face{
	font-family:'Circular Std Black';
	src:url("../fonts/CircularStd-BookItalic.woff2") format('woff2'),
	url("../fonts/CircularStd-BookItalic.woff") format('woff');
	font-weight:900;
	font-style:italic
	}
@font-face{
	font-family:'Graphik';
	src:url("../fonts/Graphik-Regular.eot");
	src:url("../fonts/Graphik-Regular.eot?#iefix") format('embedded-opentype'),
	url("../fonts/Graphik-Regular.woff") format('woff'),
	url("../fonts/Graphik-Regular.ttf") format('truetype');
	font-weight:normal;
	font-style:normal
	}
@font-face{
	font-family:'Graphik-bold';
	src:url("../fonts/Graphik-Bold.eot");
	src:url("../fonts/Graphik-Bold.eot?#iefix") format('embedded-opentype'),
	url("../fonts/Graphik-Bold.woff") format('woff'),
	url("../fonts/Graphik-Bold.ttf") format('truetype');
	font-weight:bold;
	font-style:normal
	}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.eot');
    src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff'),
        url('../fonts/Graphik-Medium.ttf') format('truetype'),
        url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}



* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	font-family:'Circular Std';
	color: #212B36;
	font-size: 16px;
	line-height: 23px;
}
h1, h2, h3, h4, h5, h6 {
	color: #012C61;
}
a, button, input[type="submit"]
{
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a {
	color: #012C61;
	text-decoration: none;
}
a:hover, a:focus
{
    outline: none;
    text-decoration: none;
}
:focus
{
    outline: none;
}
::selection
{
    background: #000;
    color: #fff;
}
ul
{
    margin: 0px;
    padding: 0px;
}
ul li
{
   list-style: none;
   font-family:'Graphik';
}
p
{
    margin: 0px 0px 25px;
    font-family:'Graphik';
}
p:last-child
{
    margin: 0px;
}
img {
	vertical-align: bottom;
}
.container {
	max-width: 1170px;
	float: none;
	margin: 0 auto;
}
header .container, footer .container {
	max-width: 1420px;
	padding: 0px 25px;
}
h1 {
	font-size: 40px;
	line-height: 51px;
	font-family:'Circular Std';
	font-weight: 900;
	margin: 0px 0px 20px;
}
h2 {
	font-size: 26px;
	line-height: 33px;
	font-weight: 500;
	margin: 0px 0px 20px;
	font-family:'Circular Std';
}
h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
}
span.invalid-feedback, form span.form-error, .add-code-form .form-error, .add-referral-form .form-error {
    display: block;
    margin-top: .18rem;
    font-size: 12px;
    color: red;
}
form span.form-success, .add-code-form .form-success, .add-referral-form .form-success {
    display: block;
    margin-top: .18rem;
    font-size: 12px;
    color: green;
}

.add-code-form .form-success, .add-referral-form .form-success {
    display: block;
    margin-top: .18rem;
    font-size: 12px;
    color: green;
}
/*=========== Header section =============*/

.header-top {
	padding: 10px 0px;
}
.header-top-inner, .header-top-right, .header-contacts ul, .header-bottom-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-right, .header-contacts ul {
	justify-content: inherit;
}
.logo, .header-bottom-content {
	max-width: 49%;
	flex: 0 0 49%;
}
.logo img {
	max-width: 275px;
}
.header-bottom-content {
	text-align: right;
}
.language-dropdown, .steps-tab-single, .single-step {
	display: none;
}
nav {
    padding-left: 20px;
}
nav ul li a {
	position: relative;
	display: inline-block;
	font-size: 0px;
}
nav ul li a::before {
	content: "";
    background-image: url(../images/home-ico-min.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.header-contacts ul li {
	margin-left: 20px;
}
.header-contacts ul li:first-child {
	margin-left: 0px;
}
.header-contacts ul li a {
	color: #012C61;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-family: 'Circular Std Book';
}
.header-contacts ul li a i {
	width: 18px;
	height: 18px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	background-color: #29AEEF;
	border-radius: 50%;
	margin-right: 8px;
	font-size: 13px;
}
.language-switcher {
    line-height: 1;
    position: relative;
    padding-right: 20px;
    margin-left: 20px;
}
.language-switcher a {
    width: 17px;
    height: 18px;
    display: inline-block;
    background: url(../images/aus.png) center 17px;
    background-size: 17px;
}
.language-switcher a:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 17px;
    height: 17px;
    top: 0px;
    background: url(../images/down-arrow-min.png) center center no-repeat;
    background-size: 15px;
}
.header-bottom, .footer-bottom {
	border-bottom: 1px solid #DD9162;
    border-top: 1px solid #DD9162;
	padding: 15px 0px;
    color: #012C67;
    background: linear-gradient(to bottom, #eff6ff, #ffedd5);
}
.header-bottom-content p {
    font-weight: 900;
    font-size: 18px;
    font-family: 'Circular Std Book';
}


/*============= Steps Section ================*/

.steps-wrapper {
	padding: 70px 0px;
}
.steps-list {
	max-width: 1200px;
	margin: 0 auto;
}
.steps-list ul, .steps-tabs-list ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.steps-list ul li, .steps-tabs-list ul li {
	flex: 1;
	text-align: center;
}
.steps-list ul li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	color: #D7DAE0;
	width: 100%;
	padding: 20px 10px;
	border-bottom: 2px solid #D7DAE0;
	font-family: 'Circular Std';
	font-weight: 500;
    cursor: default;
}
.steps-list ul li a span {
    display: inline-block;
    vertical-align: middle;
}
.steps-list ul li a img {
    vertical-align: middle;
}
img.hover-img, .steps-list ul li.active img.default-img  {
    display: none;
}
.steps-list ul li.active a, .steps-tabs-list ul li.active a {
	color: #00AEEF;
    cursor: pointer;
}
.steps-list ul li.border-active a{
    border-color: #00AEEF;
}
.steps-list ul li.active img.hover-img {
    display: inline-block;
}
.steps-content {
    max-width: 590px;
    margin: 0 auto;
    padding: 70px 0px 0px;
}
.step-header-content p, .modalities-left p {
	font-family:'Graphik';
}
.steps-tabs-outer {
	padding: 50px 0px;
}
.steps-tabs-list ul, .policy-head {
    box-shadow: 0px 23px 30px #EDEEF4;
    -webkit-box-shadow: 0px 23px 30px #EDEEF4;
    border-radius: 7px;
    position: relative;
    background-color: #fff;
    text-align: center;
}
.steps-tabs-list ul li a, .policy-head h4 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #D7DAE0;
	border-bottom: 2px solid transparent;
	padding: 21px 5px 17px;
    font-family: 'Circular Std';
    font-weight: 500;
}
.steps-tab-single {
    background: #F7F8FC;
    border-radius: 7px;
    padding: 30px 30px 40px;
    text-align: center;
}
.steps-tab-single.tab-active, .single-step.step-active {
	display: block;
}
.selected-membership{
    padding: 20px 0 0 0;
    color:#00AEEF;
    font-weight: 500;
    font-size: 20px;
}
.price {
    font-size: 100px;
    line-height: 127px;
    color: #29AEEF;
    font-weight: bold;
}
.price sup {
    font-size: 40px;
    line-height: 51px;
    font-weight: normal;
    font-family:'Circular Std Book';
}
.price sub {
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
    vertical-align: baseline;
    font-family:'Circular Std Book';
}
.price-content {
    color: #AFB5C3;
    font-size: 18px;
    line-height: 23px;
}
.step-form {
	font-family:'Graphik';
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}
.form-group {
	margin: 0px 0px 15px;
}
.form-group:last-child {
	margin: 0px;
}
.form-group label {
    color: #007fc5;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 500;
}
.form-input {
    border: 1px solid #D4D7E3;
    height: 42px;
    border-radius: 3px;
    width: 360px;
    padding: 0px 15px;
    box-sizing: border-box;
    margin: 5px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    font-family:'Graphik';
    font-weight: normal;
}
textarea.form-input {
    padding: 15px;
}
.form-input[type="search"] {
    /* background-image: url(../images/search-icon.png);*/
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
}
select.form-input {
	background-color: #F8F9FD;
	background-image: linear-gradient(45deg, transparent 50%, #007fc5 50%), linear-gradient(135deg, #007fc5 50%, transparent 50%), linear-gradient(to right, #ccc0, #ccc0);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 4px 5px, 5px 4px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family:'Graphik', sans-serif;
}
.field-birth .form-input {
    max-width: 82px;
    text-align: center;
    margin-right: 7px;
}
.field-birth .form-input:last-child {
    max-width: 100px;
    margin-right: 0px;
}
.postcode-field .form-input {
	width: 180px;
}
.next-step-sec {
	padding: 40px 0px 0px;
}
input[type="submit"], a.button {
    background-color: #DD9162;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    border: 2px solid #DD9162;
    border-radius: 5px;
    padding: 11px 20px;
    margin: 15px 0px 0px;
    display: inline-block;
    margin-right:16px;
}
input[type="submit"]:hover, a.button:hover {
	background-color: #29AEEF;
	border-color: #29AEEF;
}
input[type="submit"]:disabled {
    cursor: not-allowed;
}
input[type="submit"]:disabled, a.button:hover {
    background-color: #D7DAE0;
    border-color: #D7DAE0;
}
span.field-desc {
    font-size: 12px;
    line-height: 20px;
    color: #99A1B1;
    display: block;
}
::placeholder {
	color: #99A1B1;
	font-size: 12px;
}
.form-group span a {
	text-decoration: underline;
}
.form-group span a:hover {
    color: #DD9162;
}
.form-check.form-group {
	margin: 30px 0px 0px;
}
.form-radio.form-group {
	margin: 30px 0px;
}
.form-check ul li, .form-radio ul li {
	position: relative;
	padding-left: 25px;
	margin: 0px 0px 10px;
}
.form-check ul li:last-achild, .form-radio ul li:last-child {
	margin-bottom: 0px;
}
.form-check ul li span:before, .form-radio ul li span:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #C4CDD5;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.form-radio ul li span:before {
	border-radius: 50%;
}
.form-check ul li span:after, .form-radio ul li span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 4px;
    border-left: 2px solid #007fc5;
    border-bottom: 2px solid #007fc5;
    left: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 5px;
    opacity: 1;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.form-radio ul li span:after {
    background: #007fc5;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    top: 5px;
    left: 5px;
}
.form-check ul li input:checked + span:after, .form-radio ul li input:checked + span:after {
	opacity: 1;
	visibility: visible;
}
.form-radio ul li input:checked + span:before, .form-check ul li input:checked + span:before {
	border-color: #007fc5;
}
.form-check input, .form-radio input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 9;
    cursor: pointer;
}
.phone-field-inner {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	max-width: 360px;
}
.phone-left-field {
    max-width: 120px;
    flex: 0 0 120px;
}
.phone-right-field {
    max-width: 230px;
    flex: 0 0 230px;
}
.phone-field-inner .form-input {
    width: 100%;
}
a.button.text-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #007fc5;
    text-decoration: underline;
    font-size: 16px;
    line-height: 20px;
    font-family:'Graphik';
    font-weight: 500;
    transition: 0.3s;
}
a.button.text-button:hover{
	color: #DD9162;
}
.next-step-sec a.button:nth-of-type(1) {
	margin-right: 20px;
}
.modalities-inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.modalities-left {
    max-width: 63.56%;
    flex: 0 0 63.56%;
}
.modalities-right {
    max-width: 34%;
    flex: 0 0 34%;
    overflow-y: auto;
    height: 430px;
}
.modalities-right-inner {
    background: #F7F8FD;
    border-radius: 7px;
    padding: 25px;
    min-height: 130px;
}
.modalities-right-inner p {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Graphik';
    color: #012C61;
    margin: 0px 0px 5px;
}
.modalities-left ul li {
	font-family: 'Graphik';
    font-size: 16px;
    line-height: 23px;
    position: relative;
    padding-right: 15px;
    margin: 0px 0px 5px;
}
.modalities-left ul li:last-child {
	margin-bottom: 0px;
}
.modalities-left ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #212B36;
    left: 0px;
    top: 9px;
}
.modalities-left .step-form {
	padding: 50px 0px 0px;
}

.new-modality .step-form {
	padding-top: 0px;
}
.modalities-right-single {
    margin: 0px 0px 25px;
}
.modalities-right-single:last-child {
    margin: 0px 0px 0px;
}

.modalities-right-single ul li, .modalities-right-single ul li a {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #29AEEF;
    font-family: 'Graphik';
    font-weight: 500;
    padding-left: 10px;
    display: block;
    transition: 0.3s;
    cursor: context-menu;
}

.modalities-right-single ul li a{
    cursor: pointer;
    padding-left:0px;
    word-wrap: break-word;
}
.modalities-right-single ul li a:hover{
	/*color: #DD9162;*/
}

.modalities-right-single ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #29AEEF;
    left: 0;
    top: 12px;
    transition: 0.3s;
}
.modalities-right-single.quali-files ul li:hover:before{
	/*background-color: #DD9162;*/
}

.modalities-right-single ul li{
    display: flex;
}
.modalities-right-single ul li span.span1{
    width:93%;
    margin-right: 5px;
}
.modalities-right-single ul li span.span2{
   background:url('../images/rsz_closeicon1.png');
   height: 10px;
   width: 10px;
   margin-top: 7px;
   cursor: pointer;
}

.modalities-right-single ul li span.upgrade-attach-new-qualification{
    margin-left: 5px;
    color: #000000;
    cursor: pointer;
}

video {
	display: block;
	width: 100%;
}
.insurance-policy {
	padding: 70px 0px 0px;
}
.policy-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.policy-col {
    background: #F7F8FC;
    max-width: 47.46%;
    flex: 0 0 47.46%;
    border-radius: 7px;
    text-align: center;
    padding: 0px 0px 50px;
    border: 1px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;

}
.policy-col:hover, .policy-col:hover .policy-head {
	border-color: #29AEEF;
}
.policy-col:hover .policy-head h4{
    color:#29AEEF;
}

.policy-selected, .policy-selected .policy-head{
    border-color: #29AEEF;
}
.policy-selected .policy-head h4{
    color:#29AEEF;
}

.policy-head {
    margin: -1px -5px;
    border: 1px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.policy-col .price {
    font-size: 95px;
    line-height: 120px;
    position: relative;
}
.policy-col .price sup {
    font-size: 35px;
    line-height: 44px;
}
.policy-col .price sub {
    font-size: 25px;
    line-height: 32px;
}
.price sup.price-point {
    font-size: 17px;
    line-height: 22px;
    position: relative;
	left: -25px;
	top: -17px;
}
.policy-col ul li {
    font-size: 14px;
    line-height: 21px;
}
.policy-breakdown {
    padding: 15px 0px 0px;
}
.policy-breakdown > a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    font-family: 'Graphik';
    position: relative;
    padding-right: 10px;
}
.policy-breakdown > a:hover {
	color: #DD9162;
}
.policy-breakdown > a:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 5px;
    height: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 1px;
    transition: 0.3s;
}
.policy-breakdown.policy-breakdown-dropdown a:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    top: 4px;
}
ul.policy-dropdown {
    padding: 20px 0px 0px;
    display: block;
}
.policy-cta {
    margin: 20px 0px 0px;
}
.policy-cta a.button {
    font-size: 16px;
    line-height: 20px;
    color: #29AEEF;
    background-color: #fff;
    border-color: #29AEEF;
    padding: 10.5px 15.5px;
}
.policy-cta a.button:hover, .policy-selected .policy-cta a.button {
	background-color: #29AEEF;
	color: #fff;
}

.insurance-policy .next-step-sec {
    padding: 0;
}
.insurance-practitioner, .insurance-professional {
	display: none;
	margin: 50px 0px 0px;
}
.review-row {
    background: #F7F8FC;
    border-radius: 7px;
    margin: 0px 0px 30px;
    padding: 20px;
}
.review-header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.review-header h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Graphik';
    font-weight: 500;
}
a.edit {
	font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
    color: #012C61;
    font-family: 'Graphik';
    transition: 0.3s;
}
a.edit:hover{
	color: #DD9162;
}
.review-data {
	margin: 15px 0px 0px;
}
.review-data ul li {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    display: -webkit-flex;
    overflow-wrap: break-word;
}
.review-data ul li span {
    display: inline-block;
    width: 129px;
}
.review-data-insurance ul li span {
    width: 245px;
}
.review-data.insurance-block ul li span {
    width: 155px;
}
.review-data ul li a, .review-data ul li article.noLinks span {
    color: #29AEEF;
    font-weight: 500;
    transition: 0.3s;
    cursor: context-menu;
}
.review-data.modalities_step5 ul li span{
    flex:1;
}
.review-data.modalities_step5 ul li article{
   flex:4;
   margin-left:20px;
}
.review-data.modalities_step5 ul li{
    margin-bottom: 20px;
}
.review-data ul li a{
    cursor: pointer;
}
.review-data ul li article.noLinks span{
    width:auto;
}

.review-data ul li a:hover {
	color: #DD9162;
}
.review-data ul li a.first-link-sec {
	margin-left: 0;
}

/*============== popup ==============*/

.popup-open, .popup-open-mod2, .popup-open-mod3, .popup-open-pay {
	position: relative;
}
.popup-open:before, .popup-open-mod2:before, .popup-open-mod3:before, .popup-open-pay:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}
.popup-wrapper {
    position: fixed;
    background: #fff;
    max-width: 470px;
    border-radius: 7px;
    top: 50%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    padding: 40px 30px;
   	max-height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.popup-open .popup-wrapper, .popup-open-mod2 .popup-wrapper, .popup-open-mod3 .popup-wrapper, .popup-open-pay .popup-wrapper{
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.popup-open-mod2 #single_modality{
    display: none;
}
.popup-open-mod2 .popup-wrapper.crystal-healing{
    display: block;
}
/*.popup-wrapper::-webkit-scrollbar {
	width: 5px;
}*/
.popup-wrapper::-webkit-scrollbar-track {
  background: #F7F8FC;
}
.popup-wrapper::-webkit-scrollbar-thumb {
  background: #D7DAE0;
}

.edit-single-modality-pop-up .button{
    padding: 8px 14.5px;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid #2caffb;
    border-radius: 5px;
    margin: 15px 0px 0px;
    display: inline-block;
    font-family: "Circular Std";
    color: white;
}

.edit-single-modality-pop-up .fileList_e{
    margin-top: 10px;
}

a.close-popup {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 0;
    right: 15px;
    top: 15px;
}
a.close-popup:before, a.close-popup:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #012C61;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 4px;
    position: absolute;
}
a.close-popup:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
   	-o-transform: rotate(-45deg);
}
.popup-content p {
    font-size: 14px;
    line-height: 21px;
    margin: 0px 0px 10px;
}
.popup-category h5 {
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 14px;
}
.popup-category span {
    font-weight: normal;
    font-style: italic;
}
.popup-content .form-group:first-child {
    margin: 15px 0px 0px;
}
.popup-content .form-radio ul, .popup-content .form-check ul, .insurance-practitioner .form-radio ul, .insurance-practitioner .form-check ul {
	margin: 15px 0px 0px;
}
.popup-content .read-more-btn:hover {
    color: #DD9162;
}

.popup-open-pay .stripe_payment{
    display: block;
}
.stripe_payment{
    background-color: #f2f2f4;
    max-width:400px;
    text-align: center;
    color:#000;
    font-family: 'Graphik';
}
.stripe_payment .title{
    color:#000;
    font-size:16px;
    font-weight: bold;
    display: block;
}
.stripe_payment .popup-content .form-group {
    margin: 0px;
}
.form-file-input {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.form-file-input:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 190px;
  height: 35px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #29AEEF;
  transition: 0.3s;
}
.form-file-input input {
  z-index: 9;
  position: relative;
  width: 190px;
  font-size: 22px;
  padding: 2px 75px;
  cursor: pointer;
  opacity: 0;
}
.form-file-input-student:before {
    width: 210px;
}
.form-file-input::after {
  position: absolute;
  content: attr(title);
  font-size: 14px;
  line-height: 20px;
  font-family: 'Graphik';
  color: #29AEEF;
  top: 10px;
  left: 26px;
  transition: 0.3s;
}
.form-file-input:hover:before {
  background: #29AEEF;
}
.form-file-input:hover::after {
  color: #fff;
}
.form-file-add-modality .button.next {
    background: #29aeef;
	border-color: #29aeef;
}

a.compare-memberships {
    color: #29aeef;
    font-size: 14px;
    font-family: "Circular Std";
    display: inline-block;
    border: 1px solid #29aeef;
    border-radius: 5px;
    padding: 7px 15px;
}
.form-file-add-modality .button.next:not([disabled]):hover,
#referral-modal .button.next:not([disabled]):hover {
    background: #DD9162 !important;
	border-color: #DD9162 !important;
}
#referral-modal .button.next:disabled {
    background-color: #fff;
    border-color: #D4D7E3;
	color: #D4D7E3;
    cursor: not-allowed;
}
#addUserModalityForm .form-file-input.file_upload_error{
    opacity: 0.5;
}
#addUserModalityForm .form-file-input.file_upload_error:hover:before {
  background: #fff;
}
#addUserModalityForm .form-file-input.file_upload_error:hover::after {
  color: #29AEEF;
}

/*crystal-healing-sec*/

.crystal-healing-sec{
	display: block !important;
}
.crystal-healing-sec span , .our-insurance span {
    display: inherit;
    margin: 15px 0;
    color: #012C61;
}
.our-insurance a{
	text-decoration: underline;
}
.crystal-healing-sec span i {
    font-weight: 100;
}
.add-modality-btn-sec a.button.next {
    background: #29AEEF;
    border: 2px solid #29AEEF;
    margin-right: 15px;
    font-size: 18px;
    padding: 11px 38.21px;
}
.add-modality-btn-sec a.button.next:hover {
    background: #DD9162;
    border: 2px solid #DD9162;
}
.add-modality-btn-sec {
    margin-top: 30px;
}
a.upload-btn {
    padding: 8px 15px;
    border: 1px solid #29aeef;
    border-radius: 4px;
    color: #29aeef;
    display: inline-block;
}
a.upload-btn:hover {
	background: #29aeef;
	color: #fff;
}

/*crystal-healing-sec*/


/*another-modality-sec*/

.another-modality-sec .step-form {
    padding-top: 10px;
}

.another-modality-sec .next-step-sec , .reached-modality-sec .next-step-sec {
    padding-top: 0px;
}

.another-modality-sec h2:nth-of-type(2) , .reached-modality-sec h2:nth-of-type(2) {
    margin-bottom: 0;
    margin-top: 30px;
}
.reached-modality-sec a.upload-btn {
    margin-bottom: 100px;
}

/*another-modality-sec*/


/*review-our-membership*/

.review-header-membership {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.review-header-membership-outer .review-data ul {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.review-header-membership-outer .review-data ul span.text-right-side {text-align: right;}
.review-header-membership-outer .review-data ul li {
    justify-content: space-between;
}
.review-header-membership-outer .add-code-form input,
.review-header-membership-outer .add-referral-form input {
    border: 1px solid #D4D7E3;
    height: 42px;
    border-radius: 3px;
    width: 340px;
    padding: 0px 15px;
    box-sizing: border-box;
    margin: 5px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Graphik';
    font-weight: normal;
}
.review-header-membership-outer .add-code-form input[type="submit"],
.review-header-membership-outer .add-referral-form input[type="submit"] {
    width: auto;
    border-color: #29AEEF;
    color: #29AEEF;
    background: #fff;
    padding: 0px 20px;
    margin-left: 10px;
}
.review-header-membership-outer .add-code-form input[type="submit"]:hover,
.review-header-membership-outer .add-referral-form input[type="submit"]:not([disabled]):hover {
	background: #29AEEF;
	color: #fff;
}

.review-header-membership-outer .add-referral-form input[type="submit"]:disabled {
    border-color: #D4D7E3;
	color: #D4D7E3;
    cursor: not-allowed;
}



/*review-our-membership*/
.congratulations-banner img {
    max-width: 100%;
    width: 100%;
}
.congratulations-sec {
    padding: 100px 0 100px;
}
.congratulations-inner {
    max-width: 620px;
    margin: 0 auto;
    font-size: 18px;
}
.modalities-inner.another-modality-sec , .modalities-inner.reached-modality-sec ,
.popup-wrapper.crystal-healing  {
    display: none;
}
.popup-wrapper.our-insurance {
    max-width: 900px;
    display: none;
}
.popup-open-mod3 .popup-wrapper.our-insurance{
    display: block;
}
.step-add-insurance .insurance-inner-page {
    padding-top: 0;
}
.form-group ul {
    margin: 0 0 25px;
}
.form-group ul li {
    position: relative;
    padding-left: 10px;
}
.form-group ul li:before {
    position: absolute;
    /*content: '';*/
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #012c61;
    border-radius: 20px;
}
.form-group.form-check li  , .form-group.form-radio li{
    padding-left: 25px;
}

.form-group.form-check li:before , .form-group.form-radio li:before {
    display: none;
}
a.button.text-button.back.cover-details {
    margin: 0 0 30px;
}
.review-row.first-review-row-sec {
    margin-bottom: 5px;
}
.review-row.first-review-row-sec ul li span {
    width: 250px;
}
.steps-list.insurance-page-tab {
    max-width: 590px;
}
/*.steps-list.insurance-page-tab .create-account a {
    text-align: left;
}
.steps-list.insurance-page-tab .review a {
    text-align: right;
}*/
/* ============= Footer Section ============*/

.footer-top {
    background: rgb(252, 252, 253);
    padding: 40px 0px;
}
.footer-top-inner, .footer-bottom-inner {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.footer-top-logo img {
	max-width:200px;
}
.footer-top-desc {
    padding: 0 0 0 30px;
}
.footer-top-desc small {
    color: #666;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Circular Std Book';
    display: inline-block;
}
.footer-copyright p {
    font-size: 14px;
    font-family: 'Circular Std';
    text-align: right;
}
.footer-bottom-left {
    max-width: 23%;
    flex: 0 0 23%;
}
.footer-copyright {
    max-width: 74%;
    flex: 0 0 74%;
}
.footer-bottom-left img {
	max-width: 315px;
}
.step-insurance-content .reviews-row-outer {
    margin-top: 20px;
}
.insuranceLinks {
    margin-left: 40px !important;
}
/** By Neema **/
.insuranceLinks a{
    text-decoration: underline;
}
.insuranceLinks a:hover{
    color:#DD9162;
}
.ui-widget-content{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding: 10px 0px;
}
.modalities-left .mod1{
    display: none;
}
.modalities-left .mod2, .modalities-left .mod3{
    display: none;
}
.modalities-left .mod3 span{
    text-transform: uppercase;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.popup-error{
    display: none;
}
.moda ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.moda ul li{
    width:48%;
    font-size:14px;
}
.step-add-insurance iframe{
    width:100%;
    height:340px;
}
#insurance_video iframe{
    width:100%;
    height:332px;
}
#insurance_video{
    margin-bottom:20px;
}
.policy-des{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Graphik';
    padding: 0 10px;
}
.moda ul li:nth-of-type(2n-1) {
    margin-right:3.10%;
}

#upload_block .fileList{
    margin-top:20px;
    list-style-type: none;
    padding-left:10px;
}
#upload_block .fileList li{
    line-height:24px;
    color:#000000;
    overflow-wrap:break-word;
}
#upload_block label{
    color: #007fc5;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}
#card-errors{
    font-family: 'Graphik';
}
.payment_details_stripe .review-row{
    margin-bottom: 5px;
    padding:14px;
}
.payment_details_stripe .element_box{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.payment_details_stripe .element_box span{
    min-width: 120px;
    padding-right:15px;
    text-align: right;
    color: #212B36;
    font-weight: normal;
    font-family: 'Graphik';
    font-size:15px;
}
.payment_details_stripe .element_box #card-element{
    flex: 1;
    padding: 0 15px;
    background: transparent;
    outline: none;
    cursor: text;
}

.review-data-new p span{
    color: #012C61;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.review-pay-inner .membership_name{
    color: #012C61;
    font-weight: 500;
    font-family: 'Graphik';
    margin-bottom: 8px;
}

/*============== Media Queries =================*/

@media (max-width: 1199px){
	.container {
	    padding: 0px 15px;
	}
}
@media (max-width: 991px){
	.steps-list ul li a {
		padding: 20px 0px;
	}
	.footer-bottom-left img {
	    max-width: 100%;
	}
	.popup-wrapper.our-insurance {
    	max-width: 95%;
	}
}

@media(max-width: 1046px){
	.header-contacts ul li a {
    	font-size: 14px;
	}
	.steps-list ul, .steps-tabs-list ul {
    	flex-wrap: wrap;
	}
	.steps-list ul li a span{
		display: none;
	}
	.steps-list ul li, .steps-tabs-list ul li {
    	text-align: center;
	}
	.steps-tabs-list ul li a, .policy-head h4{
		font-size: 14px;
	}
	.steps-tabs-list ul li a {
    	width: 100%;
    	border-bottom: 2px solid #D7DAE0;
	}
	.steps-tabs-list ul li:last-child a {
		/*border-bottom: 0;*/
	}
	.steps-list ul li a {
    	padding: 20px 15px;
	}
	.footer-top-inner, .footer-bottom-inner {
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;
	}
	.footer-top-logo {
		margin-bottom: 20px;
	}
	.footer-copyright {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.footer-copyright p {
		text-align: center;
		margin: 20px 0 0px;
	}
	header .container, footer .container {
    	max-width: 1420px;
    	padding: 0px 15px;
	}
	.footer-top-desc{
		padding-left: 0;
	}
	.footer-top-desc small{
		text-align: center;
	}
	.footer-bottom-left {
    	max-width: 100%;
    	flex: 0 0 100%;
	}
	.footer-bottom-left img {
		max-width: 180px;
	}
	.footer-copyright p {
		line-height: 20px;
		font-size: 14px;
	}
	.popup-wrapper.our-insurance .popup-content {
    	margin-bottom: 30px;
	}
	.congratulations-sec{
		padding: 50px 0 ;
	}
	.congratulations-banner img {
	    height: 240px;
	    object-fit: cover;
	}
    .steps-tabs-list ul li a {
        border-color: transparent;
    }
}

@media(max-width: 639px){
	.header-top-inner nav {
    	display: none;
	}
	.logo img {
    	max-width: 220px;
	}
	.logo, .header-bottom-content {
		max-width: 100%;
		flex: 0 0 100%;
		justify-content: center;
	}
	.header-bottom-inner {
		flex-wrap: wrap;
	}
	.header-bottom-inner .logo a {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.header-bottom-content p {
		font-weight: 400;
		font-size: 14px;
		font-family: 'Circular Std Book';
		text-align: center;
		margin: 15px auto 0;
		max-width: 300px;
		line-height: normal;
	}
	h1 {
    	font-size: 28px;
    	line-height: normal;
	}
	.price {
		font-size: 80px;
		line-height: 105px;
	}
	input[type="submit"], a.button , .add-modality-btn-sec a.button.next {
		font-size: 18px;
		line-height: 22px;
		padding: 9px 20.21px;
		display: inline-block;
        margin-right:10px;
	}
	.modalities-left {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.modalities-right {
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: 15px;
	}
	/*.policy-row{
		flex-wrap: wrap;
	}*/
	.policy-col {
		max-width: 47%;
		flex: 0 0 47%;
		margin: 15px 0;
	}
	.popup-wrapper {
		max-height: 90vh;
	}
	.popup-wrapper .next-step-sec {
    	margin-bottom: 30px;
	}
	.steps-wrapper {
    	padding: 40px 0px;
	}
	.review-header-membership-outer .add-code-form form,
    .review-header-membership-outer .add-referral-form form {
	  display: flex;
	}
	.review-header-membership-outer .add-code-form form input,
    .review-header-membership-outer .add-referral-form form input {
	  width: 100%;
	}
	.popup-wrapper {
		width: 95% !important;
	}
	.form-file-add-modality {
    	margin-bottom: 30px;
	}
	.policy-col .price sup {
		font-size: 25px;
	}
	.price sup.price-point {
		left: -27px;
		top: -12px;
	}

    .review-data-new ul li span {
      width: 50%;
    }
    .review-data.modalities_step5 ul li article{
        margin-left:0px;
    }
    .review-data-new ul li article {
      width: 50%;
      float: left;
      display: inline-block;
      padding-left: 15px;
    }
    .review-data-new ul li article a {
      margin-left: 0;
    }
    .insurance-new{
        text-align: right;
    }

    .review-data.modalities_step5 ul li{
        margin-bottom: 14px;
    }

    .next-step-sec a.button:nth-of-type(1) {
        margin-right: 6px;
    }

    .review-data.modalities_step5 ul li span{
        flex:1.5;
    }

}


@media(max-width:500px){
    .payment_details_stripe .element_box span {
        display: none;
    }
    .payment_details_stripe .element_box #card-element{
        padding:0px;
    }
    #card-element .ElementsApp .InputElement{
        font-size:14px;
    }
}

@media(max-width:479px){
	.form-input {
    	border: 1px solid #D4D7E3;
		height: 42px;
		border-radius: 3px;
		width: 100%;
	}
	.review-header-membership-outer .add-code-form form input,
    .review-header-membership-outer .add-referral-form form input {
		width: 60%;
	}
	.review-header-membership-outer .add-code-form form input[type="submit"],
    .review-header-membership-outer .add-referral-form form input[type="submit"] {
	    margin-left: 10px;
	    padding: 0px 10px;
	    /* width: 90px; */
	}
	.header-contacts ul{
		flex-wrap: wrap;
	}
	.header-contacts ul li {
    	margin-left: 0;
	}
	.steps-content {
		padding: 40px 0px 0px;
	}
	.phone-field-inner {
		max-width: 360px;
		flex-wrap: wrap;
	}
	.congratulations-banner img {
		height: 200px;
	}
	.steps-tabs-list ul li a, .policy-head h4 {
    	font-size: 12px;
	}
	.form-file-add-modality .button.next {
    	font-size: 16px !important;
    	margin-right: 8px !important;
    	padding: 9px 22px !important;
	}
	.price sup.price-point {
		top: -5px;
		left: -17px;
		font-size: 16px;
	}
	.policy-col ul li {
		font-size: 12px;
		padding: 0 5px;
	}
    .policy-des{
        font-size: 12px;
    }
	.policy-breakdown > a {
    	font-size: 11px;
	}
	.policy-cta a.button {
    	font-size: 12px;
        padding: 10.5px 12.5px;
	}
	.policy-col{
		padding: 0px 0px 30px;
	}
	.policy-col .price {
	    font-size: 54px;
    	line-height: 100px;
	}
	.policy-col .price sub {
		font-size: 16px;
	}
    .step-add-insurance iframe{
        width:100%;
        height:194px;
    }
    .review-data.modalities_step5 ul li{
        margin-bottom: 10px;
    }
}

.alert.alert-success img{
    padding-bottom: 2px;;
}

.alert-error {
    color: #FF0000;
    border-color: #FF3333;
    font-weight:500;
    border: 1px solid red;
}

/*** Language Popup ***/

div#model_sub .body {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 6px;
    z-index: 9999;
    min-height: 340px;
    height: auto;
}

.modality-edit-delete-btns-div{
    line-height: normal;
    position: relative;
    top: -2px;
    margin-bottom: 2px;
}
.modality-edit-delete-btns-div span{
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: underline;
}

.modality-edit-delete-btns-div span:hover{
    text-decoration: underline;
}
