@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500&display=swap');
@font-face {
font-family: 'k_light';
font-style: normal;
font-weight: normal;
src: 	url('../fonts/kanubalightwebfont.eot'),
		url('../fonts/kanubalightwebfont.woff') format('woff'),
		url('../fonts/kanubalightwebfont.ttf') format('truetype'),
		url('../fonts/kanubalightwebfont.svg#fbkanuba') format('svg');
}

@font-face {
font-family: 'kanuba';
font-style: normal;
font-weight: normal;
src: 	url('../fonts/fbkanuba-regularwebfont.eot'),
		url('../fonts/fbkanuba-regularwebfont.woff') format('woff'),
		url('../fonts/fbkanuba-regularwebfont.ttf') format('truetype'),
		url('../fonts/fbkanuba-regularwebfont.svg#fbkanuba') format('svg');
}
@font-face {
font-family: 'k_bold';
font-style: normal;
font-weight: normal;
src: 	url('../fonts/fbkanuba-boldwebfont.eot'),
		url('../fonts/fbkanuba-boldwebfont.woff') format('woff'),
		url('../fonts/fbkanuba-boldwebfont.ttf') format('truetype'),
		url('../fonts/fbkanuba-boldwebfont.svg#fbkanuba') format('svg');
}
.font_k {
	font-family: 'kanuba';
}
.font_k.bold {
	font-family: 'k_bold';
}
.font_k.light {
	font-family: 'k_light';
}

.animate-in {
    -webkit-animation: fadeIn .2s ease-in-out;
    animation: fadeIn .2s ease-in-out;
}

.animate-out {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

html,body {
	min-height:100%;
}
html {
	scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
	opacity:0;
	transition: opacity .5s;
	overflow-x:hidden;
}
body, body * {
	text-align:right;
	direction:rtl;
	box-sizing:border-box;
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	color:#20546E;
	font-size:18px;
	font-size: 1.15rem;
	line-height: 1.2;
}
.post, .page {
	margin:0;
}

img {
	max-width:100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
b {
	font-weight:400;
}
strong {
	font-family:bold;
}
p {
	margin:0;
}
ul,ol {
	margin:0;
	padding:0 20px;
}
.wp-block-quote {
	margin:0;
}

.siteW {
	width:90%;
	max-width:1600px;
	margin:0 auto;
}
.w45 {
	width:45%;
}
.w60 {
	width:60%;
    background-color: #ffffff9e;
    box-shadow: 0 0 25px 20px #ffffffa3;
}
.hidden {
	display:none;
}
.flex_between {
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
}
*:focus {
	outline-style: solid !important;
    outline-width: 1px !important;
    outline-color: #FF0000 !important;
}

.home main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.hp_sections {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: calc(95vh - 135px);	/* 135 => header height+padding top */
}
.hp_sections section {
	margin-bottom:3vh;
}
.hp_sections section:last-child {
	margin-bottom:0;
}
/* + .hp_content - margin-top */


.roling_list {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	overflow:hidden;
}
.roling_list li {
	position:absolute;
	bottom:100%;
	overflow:hidden;
	opacity:0;
	transition:bottom .5s ease-in-out, opacity .5s ease-in-out;
}
.roling_list li.active {
	bottom:0;
	opacity:1;
}
.roling_list li.scroll {
	bottom:-100%;
	opacity:0;
}

.site-header {
	height:100px;
	padding-top:15px;
}
.p_logo {
	vertical-align: middle;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #cccccc;
    max-height: 80px;
}

.custom-logo-link {
	vertical-align:middle;
}
.main-navigation {
	display:inline-block;
	vertical-align:middle;
	width:max-content;
	transition: all .3s ease-in-out;
}
.current-menu-item .menu-image-title {
	font-weight:500;
}
.menu-image-hover-wrapper {
    display: inline-block;
    position: relative;
    width: 30px;
    padding-right: 0!important;
}
.menu-image.menu-image-title-after {
    position: absolute;
    right: 0;
}
.main-navigation li {
	position:relative;
	height:50px;
	line-height:50px;
	margin-right:50px;
	border-bottom:3px solid transparent;
	transition:all .2s ease-in-out;
}
.main-navigation li:after {
	content:"";
	width:0;
	position:absolute;
	left:50%;
	top:100%;
	height:3px;
	background:#34AAE1;
	transition:all .3s ease-in-out;
}
.main-navigation li:hover:not('.page-quiz .main-navigation li') {
	color:#34AAE1;
}
.main-navigation li:hover:after {
	width:100%;
	left:0;
}
.main-navigation a {
	display:inline-block;
}
.main-navigation li:hover .menu-image-title:not('.page-quiz .main-navigation li:hover .menu-image-title') {
	color:#34AAE1;
}

.custom-logo-link img {
	max-height:70px;	/*60px;*/
	width:auto;
}


body.home {
	background:#ffffff url(../images/siteBG.png) no-repeat;
	background-size:cover;
}

.hp_content {
	/*margin-top:12vh;*/
	margin-bottom:8vh;
}
.hp_content, .hp_content * {
	color:#3370B3;
}
h1, h2 {
	font-size:38px;
	margin:0;
}
.hp_content p {
	font-size:20px;
    margin-top: 5vh;
}


.hp_btns {
	margin-bottom:10vh;
}
.btn {
	display:inline-block;
	height:65px;
	line-height:65px;
	padding:0 24px;
	margin-left:10px;
	border-radius:7px;
	text-decoration:none;
	transition:all .2s ease-in-out;
}
.btn, .btn *, .btn:visited, .btn:focus {
	color:#ffffff;
}
.btn:hover {
	color:#ffffff;
}
.btn.lblue {
	border:1px solid #3DA7DB;
	background:#3DA7DB;
}
.btn.lblue:hover {
	background:#0E6D9B;
}
.btn.orange {
	border:1px solid #F9A234;
	background:#F9A234;
}
.btn.orange:hover {
	background:#DC871A;
}

.btn.turquoise {
	border:1px solid #00CED1;
	background:#00CED1;
}
.btn.turquoise:hover {
	background:#00CED1
;
}
.btn.white {
	background:transparent;
	border:1px solid #3DA7DB;
	color:#3DA7DB;
}
.btn.white:hover {
	background:#3DA7DB;
	color:#ffffff;
}

.hp_news {
	margin-bottom:9vh;
}
.hp_news_header {
	display:flex;
	justify-content:space-between;
	padding-bottom:15px;
	border-bottom:1px solid #CCCCCC;
}
.hp_news h3 {
	color:#34AAE1;
	font-size:20px;
	font-weight:400;
	align-self: flex-end;
}
.marqArr_wrpr {
	white-space:nowrap;
}
.marqArr {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	border:1px solid #707070;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	transition:all .2s ease-in-out;
}
.marqArr.up:not(.norotate) svg {
	transform:rotate(90deg);
}
.marqArr.dwn:not(.norotate) svg {
	transform:rotate(-90deg);
}
.marqArr:hover {
	background:#20546E;
	border-color:#ffffff;
}
.marqArr:hover svg line {
	stroke:#ffffff;
}

.news_list {
	height: 140px;
}
.news_list li {
	margin-top:18px;
	height:120px;
}
.news_list li * {
	vertical-align:middle;
}
.newslist_date {
	margin-top:18px;
	font-weight:400;
}
.newslist_title {
	display:inline-block;
	padding-left:15px;
	margin-left:15px;
	color:#225568;
	font-size:18px;
	font-weight:400;
	vertical-align:middle;
	border-left:1px solid #cccccc;
	transition:all .2s ease-in-out;
}
.news_list li:hover .newslist_title {
	color:#34AAE1;
}
.newslist_date img {
	vertical-align:text-top;
	margin-left:5px;
}
.newslist_content {
	margin-top:14px;
}

.hp_review {
	padding:15px 30px;
	background-color: rgba(240, 240, 240, .60);
	backdrop-filter: blur(5px);
}
.reviewslist_wrpr {
	width:95%;
	display:flex;
}
.ic_hpreviews {
	margin-top:-10px;
	margin-left:15px;
}
.hp_review h3 {
	display:flex;
	color:#3DA7DB;
	white-space:nowrap;
	margin-left:15px;
	align-items:center;
	font-weight:400;
}
.reviews_list {
	width:100%;
}
.reviews_list li {
	margin-top:15px;
	height:25px;
	white-space:nowrap;
}
.reviewslist_title {
	display:inline-block;
	color:#20546E;
	font-weight:500;
	vertical-align:middle;
	margin-left:10px;
}
.reviewslist_content {
	display:inline-block;
	vertical-align:middle;
}
.hp_review .marqArr {
	border-color:#ffffff;
}
.hp_review .marqArr:hover {
	background:#ffffff;
	border-color:#686C6D;
}
.hp_review .marqArr:hover svg line {
	stroke:#686C6D!important;
}

.hpbgimages {
	position:fixed;
	top:0;
	left:-5%;
	height:100vh;
	width:100%;
	z-index:-1;
}
.hpbgimg {
	position:absolute;
	top:0;
	left:0;
	max-height:100%;
	width:auto;
	max-width:none;
	opacity:0;
	transition: all .2s ease-in;
}
.hpbgimg.im1 {
	transition-duration:.3s;
}
.hpbgimg.im2 {
	left:-20px;
	transition-duration:.6s;
	transition-delay: .2s;
}
.hpbgimg.im3 {
	transform: scale(.9);
	transition-duration:.2s;
	transition-delay: .4s;
}
.hpbgimg.im4 {
	transform: scale(.9);
	transition-duration:.2s;
	transition-delay: .5s;
}
.hpbgimg.im5 {
	transform: scale(.9);
	transition-duration:.2s;
	transition-delay: .6s;
}

.page-main {
	min-height:100vh;
	background:url(../images/pageBG.jpg) -80px top no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.page-data {
	min-height:100vh;
	/*
	background:url(../images/stars.png) top left no-repeat;
	background-size: 30% auto;
	*/
}

.pagedata-bgimages {
	position:absolute;
	top:0;
	left:0;
	height:300px;
}
.pdbgimg {
	position:absolute;
	top:0;
	left:0;
	max-height:100%;
	width:auto;
	max-width:none;
	opacity:0;
	transition: all .2s ease-in;
	transition-duration:1s;
}
.pdbgimg.im1 {
	transition-duration:.8s;
}
.pdbgimg.im2 {
	transform: scale(.8);
	transition-duration:.5s;
	transition-delay: .2s;
}
.pdbgimg.im3 {
	transform: scale(.8);
	transition-delay: .5s;
}
.pdbgimg.im4 {
	transform: scale(.8);
	transition-delay: .8s;
}

.page-content {
	padding-top:12vh;
	padding-bottom:6vh;
	min-height:calc(100vh - 100px);	/*100 => .site-header height*/
	margin-top:0;
}
.page-content h1, .page-content h2 {
	font-size:30px;
	font-size: 1.9rem;
	color:#34AAE1;
	margin-bottom:20px;
	font-family:kanuba;
}
.page-content h2 {
	margin-top:50px;
}
.page-content h3 {
	margin-bottom:15px;
	margin-top:50px;
	font-size:20px;
	font-size:1.5rem;
	font-weight:500;
}
.page-content h3:first-child {
	margin-top:0;
}
.page-content p {
	margin-bottom:15px;
}

.page_gallery {
    min-height: auto;
    padding-top: 6vh;
    padding-bottom: 0;
}
.page_gallery_list {
	padding:0;
}
.page_gallery_list li {
	display:flex;
	align-items: flex-start;
    background-color: #ffffff91;
    box-shadow: 0px 0px 30px #fff;
   margin-bottom: 20px;
}
.page_gallery .img_wrpr {
	width:180px;
	flex: 0 0 160px;
    padding: 0 20px;
    display: block;
    margin: auto 0 auto 20px;
}
.page_gallery .ttl {
	font-weight:500;
	display:block;
}
/*
.page_dynamic_bg {
	position: fixed;
    top: 0;
    height: 100vh;
    max-height: 100%;
    width: 100%;
    text-align: left;
    z-index: -1;
}
.page_dynamic_bg .imgdiv {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	height:100vh;
	width:100%;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all .2s ease-in;
}
.page_dynamic_bg .imgdiv.im1 {
	background-image:url(../images/hpimg1.png);
	opacity:1;
}
*/

.page-quiz .main-navigation a {
	filter: brightness(0) invert(.7);
}
.page-quiz .main-navigation li:after {
	background:#ffffff;
}
.page-quiz .main-navigation li:hover {
	filter: brightness(0) invert(1);
}
.page-quiz {
	position:relative;
/*	background-image:url(../images/quizBG.jpg);*/
	background-position: 0 top;
  	background:#fff;
}
.page-quiz, .page-quiz * {
	color:#20546E;
  .btn, .btn *, .btn:visited, .btn:focus{
     color:#fff;
  }
}

.page-quiz h1, .page-quiz h2 {
	color:#000;
}
.Qform_header h1:after {
    content: "";
    background: url(/wp-content/uploads/2025/12/logo-bader-black.webp) no-repeat center / cover;
    width: 250px;
    height: auto;
    display: inline-block;
    aspect-ratio: 1200 / 254;
    margin-inline-start:30%;
}
.quiz-content {
	display:flex;
	justify-content:flex-start;
	padding-bottom:0;
}
.Qdetales h4 {
	font-family: 'kanuba';
	margin-top:10px;
	margin-bottom:40px;
	font-size: 60px;
	font-size: 3.75rem;
    color: #f7a6f0;
}
.quiz_form_content {
	position:relative;
	width:calc(80% - 100px);
}
.quiz_form {
	min-height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Qform_header {
	margin-bottom:6%;
}
.Qlist_container {
	height:auto;
	/*flex:1;*/
}
.Q_list {
	height: 100%;
}
.Q_list li {
	margin-top:18px;
	height:100%;
	width:100%;
}
.Qlabels_wrpr {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	width:80%;
}
.Qlabels_wrpr.subcat {
	width:100%;
}
.Qlabels_wrpr.subcat .quiz_option {	/* label */
	height:150px;
	width:calc(20% - 20px);
	margin-left:20px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	flex-wrap:wrap;
	text-align:center;
	border:1px solid #000;
	border-radius:7px;
	cursor:pointer;
}
.Qlabels_wrpr.subcat .quiz_option, .Qlabels_wrpr.subcat .quiz_option * {	/* label */
	transition:all .2s ease-in-out;
}
.Qlabels_wrpr.subcat .quiz_option.active {	/* label */
	background:#34AAE1;
}
.Qlabels_wrpr.subcat .quiz_option.active, .Qlabels_wrpr.subcat .quiz_option.active * {	/* label */
	color:#fff;
}
.Qlabels_wrpr.subcat .quiz_option svg * {
	stroke:#000!important;
}
.Qlabels_wrpr.subcat .quiz_option.active svg * {
	stroke:#fff!important;
}
.quiz_option.focus {
	outline-style: solid !important;
    outline-width: 1px !important;
    outline-color: #FF0000 !important;
}
.Qlabels_wrpr.subcat [type='checkbox'] {
	opacity:0;
	height:0;
}
.Qlabels_wrpr.subcat .checkmark {
	display:block;
	text-align:center;
	width:100%;
}

.Qlabels_wrpr.type .quiz_option,
.customCB {
	flex-grow: 1;
    width: 25%;
    overflow: hidden;
	margin-bottom:20px;
	position: relative;
    padding-right: 30px!important;
	cursor:pointer;
}
.Qlabels_wrpr.type .quiz_option {
	flex-grow: 0;
}
.Qlabels_wrpr.type .quiz_option [type="checkbox"],
.customCB [type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.Qlabels_wrpr.type .quiz_option .checkmark,
.customCB .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #20546E;
    border-radius: 5px;
}
.customCB .checkmark.blueCM {
	border: 2px solid #34637C;
}
.Sform_checkboxes .customCB .checkmark {
	top:7px;
}
/* When the checkbox is checked, add a blue background */
.Qlabels_wrpr.type .quiz_option input:checked ~ .checkmark,
.customCB input:checked ~ .checkmark {
  background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.Qlabels_wrpr.type .quiz_option .checkmark:after,
.customCB .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #34637C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Show the checkmark when checked */
.Qlabels_wrpr.type .quiz_option input:checked ~ .checkmark:after,
.customCB input:checked ~ .checkmark:after  {
  display: block;
}

.Qlabels_wrpr.type .quiz_option input:focus ~ .checkmark,
.customCB input:focus ~ .checkmark,
.Qlabels_wrpr.type .quiz_option input:focus ~ span,
.customCB input:focus ~ span  {
	outline-style: solid !important;
    outline-width: 1px !important;
    outline-color: #FF0000 !important;
}

.quiz_line {
	position:relative;
	width:24px;
	background: linear-gradient(to left, 
					rgba(0,0,0,0) 0, 
					rgba(0,0,0,0) 10px, 
					rgba(102,138,157,.6) 10px, 
					rgba(102,138,157,.6) 14px, 
					rgba(0,0,0,0) 14px, 
					rgba(0,0,0,0) 100%
				);
	margin-left:76px;
}
.quiz_dot {
	position:absolute;
	top:0;
	width:24px;
	height:24px;
	border:6px solid rgba(102,138,157,.6);
	border-radius:100%;
	background:#cccccc;
	transition:all .5s ease-in-out;
	transition-delay:.3s;
}
.d1 {
	background:#34F9EC;
}
.quiz_dot.active {
	background:#34F9EC;
}
.quiz_dot.active:before {
	content:"check";
	font-family: "Material Icons";
	position:absolute;
	left:100%;
	top:-5px;
	margin-left:10px;
	color:#ffffff;
	animation-name: scale;
	animation-duration: .5s;
	animation-timing-function: ease-out;
}
@keyframes scale {
  0 {transform:scale(0)}
  50% {transform:scale(2)}
  100% {transform:scale(1)}
}

.Qbtn {
	height:45px;
	line-height:45px;
	cursor:pointer;
}
.Qbtn.up:not(.norotate) svg {
	transform:rotate(-90deg);
}
.Qbtn.dwn:not(.norotate) svg {
	transform:rotate(90deg);
}
.Qblue {
	background:#446f82;
	color:#acc9d9;
	pointer-events:auto;
	border:1px solid #acc9d9;
}
.Qblue svg line {
	stroke:#acc9d9;
}
.Qblue:hover {
	background:#3497c5;
}
.Qblue:hover svg line {
	stroke:#000;
}
.Qblue.Qactive {
	background:#34AAE1;
	border-color:#34AAE1;
	pointer-events:auto;
}
.page-quiz, .page-quiz{
.Qskip {
	background:transparent;
	border:1px solid #000;
	color:#000;
	display:none;
  *{
  	color:#000;
  }
  svg{
    stroke:#000;
    line{
    	stroke:#000 !important;
    }
  }
}
  .Qback {
	display:none;
    color: #000;
    span{
    color: #000;
    }
}
}
.Qskip:hover {
	background:#ffffff;
}
.Qskip:hover, .Qskip:hover * {
	color:#34AAE1;
}
.Qskip:hover svg line {
	stroke:#34AAE1!important;
}
.Qtxtbtn:hover {
	text-decoration:underline;
}

.Qfind {
	display:none;
   color: #000;
}

.post-type-archive-plans,
.post-type-archive-moreval,
.single-moreval {	/* body */
	background:url(../images/bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}

.hp_plans_text {
	margin-bottom:50px;
}

.plans_datatable {
	width:100%;
	padding:20px 30px;
	background:#ffffff;
	border-radius:25px;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	overflow:hidden;
}
.plans_datatable caption {
	padding:30px 0px;
	padding-bottom:20px;
}
.plans_datatable caption, .plans_datatable caption * {
	font-weight:500;
}

table.dataTable.no-footer {
	border-bottom:none;
}
table.dataTable thead .sorting {
	background-image:none;
}
table.dataTable thead th, 
table.dataTable tfoot th {
	font-weight:normal;
	padding:12px 0 12px 20px;
	white-space:nowrap;
}
table.dataTable thead th svg,
table.dataTable thead th img {
	vertical-align:middle;
}
table.dataTable thead th, 
table.dataTable tbody td {
	border-bottom: 1px solid #eeeeee;
}
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
	background:none;
	font-weight:500;
}
table.dataTable tbody th, 
table.dataTable tbody td {
	padding:15px 0 15px 20px;
}
.dataTable .showMore {
	width:30px;
	/*padding-left:0;*/
	text-align:center;
	cursor:pointer;
}
.dataTable .web_link {
	text-align:center;
}
.dataTable .showMore svg {
	transform:rotate(-90deg);
	transition:all .3s ease-in-out;
}
.dataTable .s_poslink {
	text-align:center;
}
.dataTable .btn {
	height:40px;
	line-height:40px;
	opacity:0;
	pointer-events:none;
	transition:all .3s ease-in-out;
}
.dataTable .loading:after {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	position: absolute;
	right: 50%;
	background: url("../images/loading.svg") center center no-repeat;
}
.dataTable tbody tr:hover .plan_name {
	color:#34AAE1;
}
.dataTable tbody tr .web_link:hover svg * {
	stroke:#34AAE1!important;
}
.dataTable tbody tr .showMore:hover svg * {
	stroke:#34AAE1!important;
}
.dataTable tbody tr.shown,
.dataTable tbody tr.openTR {
	background: #FBFBFB;
}
tr.shown td,
tr.openTR td {
	position:relative;
}
tr.openTR td {
	border-bottom:none;
}
tr.shown td:first-child:before,
tr.shown td:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    right:-30px;
    width: 30px;
    height: 100%;
    background: #FBFBFB;
}
tr.shown td:last-child:after {
	right: 100%;
}
tr.openTR td:before {
	content:"";
	position:absolute;
	width:calc(100% + 60px);
	height:100%;
	top:0;
	right:-30px;
	background:#FBFBFB;
	box-shadow: 0px 5px 6px -3px rgba(0,0,0,.1);
}
.CPinnerDetails {
	position:relative;
	z-index:1;
}

.dataTable tbody tr {
	cursor: pointer;
}
.dataTable tbody tr.shown .showMore svg {
	transform:rotate(90deg);
}
.dataTable tbody tr.shown .btn {
	opacity:1;
	pointer-events:auto;
}
.dataTable tbody tr.shown .plan_name {
	color:#34AAE1
}



.search_form {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	width:100%;
	padding:45px 70px 55px 70px;
	margin-bottom:20px;
	background:#ffffff;
	border-radius:25px;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
.search_form > * {
	width:25%;
	position:relative;
}
.Sform_counter {
	font-family:"k_light";
	font-size:28px;
	color:rgba(32,84,110,.14);
	letter-spacing: -5px;
}
.Sform_Qttl {
    display: block;
    font-size: 20px;
    color: #34AAE1;
    margin: 5px 0 15px 0;
}
.search_form .select-selected, 
.Sform_selectBox {
	border: 1px solid #9DBBC9;
    border-radius: 7px;
	height: 55px;
	line-height: 1;
    padding: 20px;
	color:#20546E;
	cursor:pointer;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
.search_form .select-items,
.search_form .Sform_checkboxes {
	box-shadow:0 0 5px rgba(0,0,0,.2);
}

.Sform_selectBox {
  position: relative;
}

.Sform_selectBox select {
	width: 100%;
	border: 0;
	margin-top: -5px;
	-moz-appearance: none; 
	-webkit-appearance: none;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.Sform_checkboxes {
	display: none;
	position: absolute;
	width: 100%;
	border: 1px #dadada solid;
}
.Sform_checkboxes.open {
	display:block;
}

.Sform_checkboxes label {
  display: block;
}
.Sform_checkboxes label >* {
  vertical-align: middle;
}

.search_form .Sform_findWRPR {
	display:block;
	width:20%;
}
.search_form .Sfind {
	display:flex;
	justify-content:space-between;
	width:100%;
	height:55px;
	padding:20px;
	border:1px solid #20546E;
	border-radius:7px;
	background: #20546E;
	align-items:center;
	text-decoration:none;
	cursor:pointer;
	transition:all .3s ease-in-out;
}
.search_form .Sfind, .search_form .Sfind * {
	color:#ffffff;
	stroke:#ffffff!important;
}
.search_form .Sfind:hover {
	background: #2d769b;
}

.search_form .Sfind:hover, .search_form .Sfind:hover * {
	color:#ffffff;
	stroke:#ffffff!important;
}

.page_em_plans, .page_em_plans * {
	text-align:center;
}
.em_form_counter {
	font-family: "kanuba";
    font-size: 42px;
    -webkit-text-stroke: .5px #20546E;
    color: transparent;
    letter-spacing: -5px;
}
.em_form_Qttl {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
	font-size: 1.9rem;
    font-family: kanuba;
    color: #34AAE1;
    margin: 5px 0 15px 0;
}

.em_plans {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.em_wrpr {
	margin-bottom:110px;
}
.em_terms_wrpr {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:flex-end;
	margin-top:35px;
}
.em_quiz_cube {
	position:relative;
	width:49%;
	height:200px;
	display:flex;
	align-items:center;
	justify-content: center;
	border: 1px solid #D4D4D4;
	border-radius:7px;	
	cursor:pointer;
	transition:all .3s ease-in-out;
}
.em_quiz_cube.active { 
	background: #9ad3ef;
}
.em_quiz_cube span {
	font-family:"kanuba";
	font-size:20px;
	font-size:1.2rem;
}
.em_quiz_cube.c1 {
	padding-right:35px;
	text-align:right;
	justify-content: flex-start;
}
.em_quiz_cube.c1 span {
	width: 40%;
    text-align: right;
}
.em_quiz_cube.c1 img {
	position:absolute;
	bottom:0;
	left:0;
}	
.em_quiz_cube.c1:nth-child(1) img {
	margin-left: 2%;
	height: 110%;
}
.em_quiz_cube.c1:nth-child(2) img {
	margin-left: -6%;
	height: 100%;
}
.em_quiz_cube.c2 {
	border: 1px solid #D8D8D8;
}
.em_quiz_cube.c3 {
	flex-direction: column;
	width:23%;
	margin-bottom:20px;
	height:110px;
	border: 1px solid #8A8A8A;
}
.em_quiz_cube.c3 img {
	margin-bottom:7px;
}
.em_quiz_cube.c3 span {
	display:block;
	width:100%;
	font-size:16px;
	font-size:1rem;
}
.em_plan_cube {
	width:30%;
	margin: 0 auto;
	margin-bottom:25px;
	border: 1px solid #DBDBDB;
	border-radius:7px;
	overflow:hidden;
	cursor:pointer;
}
.em_plan_cube_imgWrpr {
	height:160px;
	width:100%;
	overflow:hidden;
}
.em_plan_cube_imgWrpr_img {
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center;
	transition:all .3s ease-in-out;
}
.em_sr_ttl h3 {
    font-family: 'kanuba';
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 1.15rem;
}
.em_sr_ttl h3 .v_num {
    font-family: 'kanuba';
    font-size: 18px;
    font-size: 1.15rem;
}
.em_plan_cube:hover .em_plan_cube_imgWrpr_img {
	transform:scale(1.1);
}
.em_plan_cube_content {
	padding:20px;
}
.em_plan_cube_content, .em_plan_cube_content * {
	text-align:right;
}
.em_plan_cube_content h4 {
	color:#34AAE1;
	margin-bottom:5px;
}

.moreval_wrpr {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #eeeeee;
}
.moreval_wrpr:first-child {
	margin-top:30px;
}
.moreval_wrpr .valimg { 
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:240px;
	height:140px;
	flex-shrink:0;
	margin-left:30px;
	border-radius:7px;
	overflow:hidden;
}
.moreval_wrpr .valtxt {
	padding-left:30px;
}
.moreval_wrpr h2 {
	font-family:"kanuba";
	font-size:24px;
	font-size:1.5rem;
	color:#20546E;
}
.moreval_wrpr .btn {
	margin-right: auto;
}


.lightbox {
	display:none;
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	background:rgba(0,0,0,.6);
}
.lightbox_close {
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	top:-20px;
	left:30px;
	padding:7px;
	background:#ffffff;
	border-radius:25px;
	cursor:pointer;
}
.lightbox_close span {
	display:block;
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	border-radius:100%;
	border:1px solid #000000;
	color:#000000;
	font-size:12px;
	font-weight:500;
}
.lightbox_wrpr {
	position:absolute;
	top:10vh;
	width:40vw;
	max-height:80vh;
	left:50%;
	margin-left:-20vw;
	padding:35px 25px;
	background:#ffffff;
	border-radius:25px;
}
.lightbox_content {
	position:relative;
	height:70vh;
	max-height:calc(80vh - 75px);
	overflow:auto;
}
.lightbox_line {
	padding:20px 0;
	border-bottom:1px solid #E9E9E9;
}
.lightbox_line * {
	font-size:18px;
	font-size: 1.15rem;
}
.lightbox_line h6 {
	margin-bottom:5px;
	font-size:16px;
	font-size: 1rem;
	color:#34AAE1;
}





/*== CUSTOM SELECT ==*/
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select.Qlabels_wrpr.location {
	width:60%;
}
.custom-select select {
  display: none; /*hide original SELECT element: */
}
.custom-select.Qlabels_wrpr.location .select-items:not(.select-hide) {
	min-height:140px;
}

/* Style the arrow inside the select element: */
.select-selected:after,
.Sform_selectBox:after {
    content: "arrow_downward";
	font-family:"Material Icons";
	position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
	transition: all .3s;
  /*
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
  */
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after,
.Sform_selectBox.open:after {
    transform: rotate(180deg);
}

/* Style items (options): */
.select-items,
.Sform_checkboxes {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 7px;
	border-radius: 7px;
	padding: 10px;
	padding-bottom: 0;
	background: #ffffff;
	transition: all .3s ease-out;
}
.select-items:not(.select-hide) {
	overflow:auto;
	max-height: 100%;
    min-height: 250px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected,
.Sform_checkboxes label {
	width:100%;
	color: #000;
	padding: 8px 16px;
	border: none;
	border-bottom: 1px solid #DBDBDB;
	cursor: pointer;
	position: relative;
}
.select-items div,
.Sform_checkboxes label {
    color: #20546E;
    border: none;
    background: transparent;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 0;
}
.select-items div:last-child,
.Sform_checkboxes label:last-child {
    border-bottom: none;
}

/* Hide the items when the select box is closed: */
.select-hide {
	height: 0!important;
    border-bottom: none;
    padding: 0;
}

.select-items div:hover, .same-as-selected,
.Sform_checkboxes label:hover,
.Sform_checkboxes label:hover * {
  font-weight: 900;
}
/*== / CUSTOM SELECT ==*/


/*== WPFORM ==*/
.wpf_form {
	width:60%!important;
	margin-right:0!important;
}
.wpf_input {
	padding:0!important;
	margin-bottom:8px!important;
}
.wpf_input input,
.wpf_input textarea {
    height: 50px!important;
	width:100%!important;
	max-width:100%!important;
    padding: 12px!important;
    margin-bottom: 0px!important;
    border: 1px solid #DFDFDF!important;
    border-radius: 7px!important;
    background: transparent!important;
	outline:none!important;
	color: #20546E!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
} 
::-webkit-input-placeholder { /* Edge */
  color: #20546E!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #20546E!important;
}
::placeholder {
  color: #20546E!important;
}
.wpforms-field-textarea.wpf_input {
	margin-bottom:20px!important;
}
.wpf_input textarea {
    height: 180px!important;
    resize: none!important;
	color: #20546E!important;
}
.choice-1.depth-1 {
	width: 80%!important;
    display: flex!important;
    align-items: flex-start!important;
}
.wpforms-submit-container {
	text-align:left;
}
.wpf_form_submit {
	width:auto!important;
    margin-left: 0!important;
    margin-right: auto!important;
	padding: 12px 30px!important;
    background: #34AAE1!important;
    color: #ffffff!important;
    border: 1px solid #34AAE1!important;
	cursor:pointer!important;
	border-radius: 7px!important;
}
.wpf_form_submit:after {
	content:"\2190";
	margin-right:10px;
}
.wpf_form_submit:hover {
	background: #ffffff!important;
	color: #20546E!important;
}
.wpforms-error {
	text-align:left!important;
	color:#CF232B!important;
	padding-left: 7px!important;
}
input.wpforms-error {
	text-align:right!important;
	padding-right: 7px!important;
	padding-left: auto!important;
}
/*== /WPFORM  ==*/

/*== FOOTER ==*/
.wmglogo {
	position: fixed;
    bottom: 30%;
    right: 0;
    transform-origin: 100% 50%;
    transform: rotate(90deg) translate(50%, 100%);
}
.wmglogo a {
	font-size: 14px;
    text-decoration: none;
    color: #20546E;
}
.wmglogo img {
	vertical-align:middle;
}
/*== /FOOTER ==*/

/*== 404 ==*/
.error-404 .w60, .error-404 .w60 * {
    text-align: center;
}

.error-404 h1 {
    font-size: 100px;
    margin: 0;
}

.error-404 h2 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'k_light';
}
.error-404 .btn {
	height:50px;
	line-height:50px;
}
/*== /404 ==*/

.hide_in_desc {
	display:none;
}
a.contact_details_link {
    display: block;
    color: var(--primary);
    font-family: 'Heebo', sans-serif;
  *{
    font-family: 'Heebo', sans-serif;
  }
}
@media (max-width: 1336px) and (min-width: 769px) {
	body, body * {
		font-size: 0.7rem;
	}
	
	.Qdetales h4{
		font-size: 2.3rem;
	}
	.Qlabels_wrpr.type .quiz_option .checkmark, .customCB .checkmark {
		height: 10px;
		width: 10px;
		border: 1px solid #ffffff;
		border-radius: 1px;
	}
	.Qlabels_wrpr.type .quiz_option .checkmark:after, .customCB .checkmark:after {
		left: 2px;
		top: 1px;
		width: 4px;
		height: 5px;
	}
	.Qlabels_wrpr.type .quiz_option, .customCB{
		padding-right: 20px!important;
	}
	.hp_news h3{
		font-size: 18px;
	}
	.page-content h1, .page-content h2{
		font-size: 1.2rem;
	}
	.site-header {
		margin-bottom: 25px;
	}
	.btn {
		height: 35px;
		line-height: 35px;
		border-radius: 5px;
	}
	.menu-image-hover-wrapper {
		width: 16px;
	}
	.reviews_list {
		width: 85%;
	}
	.newslist_title{
		font-size: 14px;
	}
	h1, h2 {
		font-size:24px;
		margin:0;
	}
	.hp_content p {
		font-size: 14px;
	}
}


@media (max-width:768px) {
  .Qform_header h1:after{
      width: 200px;
      margin-inline-start: 0;
      display: block;
  }
	.home main,
	.hp_sections {
		display: block;
		min-height: auto;
	}
	
	.hide_in_desc {
		display:block;
	}
	.hide_in_mob {
		display:none!important;
	}
	.fullH_inMob {
		height:100vh;
	}
	
	body.home {
		background-attachment: fixed;
		background-size:auto;
	}
	
	.w45, .w60 {
		width:100%;
	}
	.siteW.w60 {
		width:90%;
	}
	.site-header {
		width: 100%;
		height: auto;
		padding: 2vh;
	}
	.custom-logo-link img {
		/*height:40px;*/
		margin-bottom: -5px;
	}
	
	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	.menu-toggle {
		font-size:0;
		width:30px;
		height:30px;
		margin:10px;
		border:none;
		border-radius:0;
		background: linear-gradient(0deg, transparent 43.33%, #20546e 43.33%, #20546e 50%, transparent 50%, transparent 93.33%, #20546e 93.33%, #20546e 100%);
		background-size: auto 28px;
		outline: none;
	}
	.menu-toggle[aria-expanded='true'] {
		background: 
			linear-gradient(to top left,
				rgba(255,255,255,0) 0%,
				rgba(255,255,255,0) calc(50% - 0.8px),
				rgba(255,255,255,1) 50%,
				rgba(255,255,255,0) calc(50% + 0.8px),
				rgba(255,255,255,0) 100%),
			linear-gradient(to top right,
				rgba(255,255,255,0) 0%,
				rgba(255,255,255,0) calc(50% - 0.8px),
				rgba(255,255,255,1) 50%,
				rgba(255,255,255,0) calc(50% + 0.8px),
				rgba(255,255,255,0) 100%);
	}
	.page-quiz .menu-toggle:not([aria-expanded='true']) {
		background-image: linear-gradient(0deg, transparent 43.33%, #ffffff 43.33%, #ffffff 50%, transparent 50%, transparent 93.33%, #ffffff 93.33%, #ffffff 100%);
	}
	.main-navigation.toggled {
		width: 100%;
		height: 100%;
		background: #20546E;
		position: fixed;
		top: 0;
		left: 0;
		padding: 2vh;
		z-index:99;
	}
	.main-navigation.toggled * {
		color:#ffffff;
	}
	.menu-image.menu-image-title-after {
		filter: brightness(0) invert(1);
	}
	.main-navigation.toggled ul,
	.main-navigation.toggled li {
		padding: 0;
		margin: 0;
		white-space: nowrap;
		margin-bottom: 10px;
	}
	.main-navigation.toggled ul {
		margin: 10vh 20vw;
	}
	.menu-image-hover-wrapper {
		vertical-align:middle;
	}
	.menu-image-title-after.menu-image-title {
		font-size: 1.5rem;
		vertical-align: middle;
	}
	
	.site-branding {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.main-navigation {
		order: -1;
		margin-left: 20px;
	}
	.p_logo {
		order:2;
		margin-right:auto;
	}
	
	h1, h2 {
		font-size:24px;
		font-size:1.5rem;
	}
	.page-content h1, .page-content h2 {
		font-size:24px;
		font-size:1.3rem;
	}
	
	.main.hp_main {
		background:url(../images/HPsec1.png) top center no-repeat;
		background-size: auto 100vh;
	}
	.hp_content {
		margin-top:0;
	}
	.hp_content * {
		text-align: center;
	}
	
	.HPsec1 {
		height: calc(100vh - 90px);	/* => 90 = header height */
	}
	
	.hp_news {
		margin-bottom: 4vh;
	}
	
	.hp_btns {
	    display: flex;
		flex-wrap: wrap;
	}
	.hp_btns a {
	    display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	}
	.hp_btns .btn.lblue {
		order:2;
	}
	
	.hp_review .marqArr {
		border-color:#707070;
	}
	.hp_review .marqArr svg * {
		stroke:#707070!important;
	}
	.hp_review .marqArr:hover {
		background: #20546E;
		border-color: #ffffff;
	}
	.hp_review .marqArr:hover svg line {
		stroke:#ffffff!important;
	}
	
	.load_more {
		position:absolute;
		display:flex;
		align-items:center;
		justify-content:center;
		top: 80vh;
		width:100%;
		height:20vh;
		text-align:center;
		background: rgb(17,90,123);
		background: linear-gradient(0deg, rgba(17,90,123,1) 0%, rgba(17,90,123,0) 100%);
	}
	.load_more img {
		margin-top:0;
		animation:movedown 5s ease-out infinite;
	}
	@keyframes movedown {
		0%, 20% { margin-top:0; }
		5% { margin-top:30px; }
		10% { margin-top:10px; }
		15% { margin-top:30px; }
	}
	
	.page-main:not(.page-quiz) {
		background: url(../images/stars.png) top left no-repeat;
		background-size: 40% auto;
		background:none;
	}
	
	.page_gallery_list li {
		display: block;
	}
	.page_gallery img {
		max-width: 47%;
		margin-left: 2%;
	}
	
	.page-content {
		padding-top:5vh;
	}
	
	.page-quiz {
		background-position: 20%;
	}
	
	.quiz_form_content {
		width:100%;
	}
	.Qdetales h4 {
		font-size: 30px;
		font-size: 1.9rem;
	}
	.custom-select.Qlabels_wrpr.location {
		width:100%;
	}
	.markBTN.Qnext {
		width: 100%;
		height: 65px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom:20px;
	}
	.Qfind	{
		width: 100%;
		height: 65px;
		justify-content: space-between;
		align-items: center;
		margin-bottom:20px;
	}
	.Qlabels_wrpr {
		justify-content:space-between;
	}
	.Qlabels_wrpr.subcat .quiz_option {
		width: calc(50% - 20px);
		margin-left: 0;
		margin-bottom:40px;
	}
	.Qlabels_wrpr.type .quiz_option {
		width:100%;
	}
	
	.search_form {
		flex-wrap:wrap;
		padding:20px;
	}
	.search_form > * {
		width:100%;
		margin-bottom:20px;
	}
	.search_form .Sform_findWRPR {
		width:100%;
		margin-top:40px;
	}
	.plans_datatable thead {
		display:none;
	}
	.plans_datatable tbody td:not(.plan_name):not(.showMore) {
		display:none;
	}
	.plans_datatable tbody .openTR td {
		display:table-cell!important;
	}
	
	.moreval_wrpr {
		display:block;
	}
	.moreval_wrpr .valimg {
		width:100%;
		height:auto;
	}
	.moreval_wrpr .valimg img {
		width:100%;
	}
	.moreval_wrpr .valtxt {
		padding-left:0px;
	}
	.moreval_wrpr .btn {
		width:100%;
		text-align: center;
	}
	
	.wpf_form,
	.wpf_form_submit {
		width:100%!important;
	}
	.wpf_form_submit {
		display: flex!important;
		justify-content: space-between;
	}
	.wpf_form_submit:after {
		content:"\2193";
	}
	
	.cpd_div {
		margin-bottom:35px;
	}
	.cpd_ttl {
		display:block;
		font-weight:500;
	}
	.dataTable .btn {
		opacity:1;
		display:flex;
		justify-content:space-between;
		align-items:center;
		width:100%;
		height:55px;
		pointer-events:auto;
	}
	.cpd_web {
		height:55px;
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:0 24px;
		margin-bottom:20px;
		background:transparent;
		border:1px solid #3DA7DB;
		color:#3DA7DB;
		border-radius:7px;
		text-decoration:none;
		transition:all .2s ease-in-out;
	}
	
	.em_wrpr {
		margin-bottom:60px;
	}
	
	.em_quiz_cube {
		width:100%;
		height:140px;
		margin-bottom:30px;
	}
	
	.em_quiz_cube.c3 {
		width:48%;
	}
	.em_plan_cube {
		width:100%;
	}
	
	.lightbox_wrpr {
		width: 90%;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.dataTable tbody tr.openTR,
	tr.openTR td:before {
		background:#f5f5f5;
	}
	.dataTable tbody tr.shown, 
	tr.shown td:first-child:before, 
	tr.shown td:last-child:after	{
		background:#ffffff;
	}
	.cpd_div.pname {
		padding-bottom:15px;
		border-bottom: 1px solid #eeeeee;
	}
	.dataTable tbody tr.shown .plan_name {
		color: inherit;
	}
	
	.wmglogo {
		position: relative;
		transform: none;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}
/*
@supports (-webkit-touch-callout: none) {
	.hp_sec.sec_01 {
		height: -webkit-calc(100% - 230px);
	}
}
*/

/*== CUSTOM CHECKBOX ==*/
.customCB {
}
.simple_checkmark {
	
}


/*== GUTENBERG BLOCKS ==*/
.has-small-font-size,
.is-style-small-font {
     font-size: 16px;
}
.has-large-font-size,
.is-style-large-font {
     font-size: 22px;
}

/*--- connect-list1 ---*/
.has-larger-connect-list1,
.is-style-connect-list1 {
	counter-reset: my-awesome-counter;
	list-style: none;
	margin:0;
}
.has-larger-connect-list1 li,
.is-style-connect-list1 li {
  padding-right:40px;
  counter-increment: my-awesome-counter;
  position: relative;
  line-height:50px;
  margin: 10px 0;
}
.has-larger-connect-list1 li::before,
.is-style-connect-list1 li::before {
  content: "0"counter(my-awesome-counter);
  position: absolute;
  width: 50px;
  height: 50px;
  right:-25px;
  top: 0;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}

/*--- connect-list2 ---*/
.has-larger-connect-list2,
.is-style-connect-list2 {
	list-style: none;
    margin: 0;
    padding: 0;
}
.has-larger-connect-list2 li,
.is-style-connect-list2 li {
	counter-increment: my-awesome-counter;
    position: relative;
    padding-right: 40px;
    margin-bottom: 10px;
}
.has-larger-connect-list2 li::before,
.is-style-connect-list2 li::before {
    content: "0"counter(my-awesome-counter)".";
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    color: #34AAE1;
    font-weight: 500;
}

/*--- connect-list3 ---*/
.has-larger-connect-list3,
.is-style-connect-list3 {
	list-style: none;
    margin: 0;
    padding: 0;
}
.has-larger-connect-list3 li,
.is-style-connect-list3 li {
	list-style: none;
	padding-right: 30px;
    margin-bottom: 10px;
    background: url(../images/liStar.svg) right top no-repeat;
}


/*--- Scroll ---*/
/* width */
::-webkit-scrollbar {
  width: 7px;
  border-radius:3px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius:3px;
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius:3px;
  background: rgba(52,170,225,.8); 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(52,170,225,1);
}

/* quiz */
.page-quiz .select-items::-webkit-scrollbar {
  width: 10px;
  border-radius:7px 3px 3px 7px;
}
.page-quiz .select-items::-webkit-scrollbar-track {
  border-radius:7px 3px 3px 7px;
}
.page-quiz .select-items::-webkit-scrollbar-thumb {
  border-radius:7px;
}













.autocomplete {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:1;
}
.autocomplete.active {
	display: block;
	color:#ffffff;
}
input.ac_input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: transparent;
	color:transparent;
    border: 1px solid transparent;
    background-color: transparent;
}
.autocomplete.active input.ac_input {
	color:#000;
}
.search_form input.ac_input {
	padding:0 20px;
}
.search_form .autocomplete.active input.ac_input {
	color:#20546E;
}
.select-arrow-active,
.search_form .select-arrow-active  {
	color:transparent;
}
input.ac_input:focus {
	outline:none;
	color:#ffffff;
}
input.ac_input::-webkit-input-placeholder { /* Edge */
  color: #ffffff!important;
}
input.ac_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff!important;
}
input.ac_input::placeholder {
  color: #ffffff!important;
}

/*
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*-/
	top: 100%;
	left: 0;
	right: 0;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
	/*when hovering an item:*-/
	background-color: #e9e9e9;
}
.autocomplete-active {
	/*when navigating through the items using the arrow keys:*-/
	background-color: DodgerBlue !important;
	color: #ffffff;
}
*/