@charset "UTF-8";
/*
	* Bootstrap imports
*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333333;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}

.modal {
    z-index: 1050;
}
.fancybox__content {
    
    background: transparent !important;
    padding: 20px !important;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: "\00A0 \2014";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-right-0 {
	margin-right: 0px !important;
}

.margin-left-0 {
	margin-left: 0px !important;
}

.padding-left-0 {
	padding-left: 0px !important;
}

.padding-right-0 {
	padding-right: 0px !important;
}

.ph0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pv0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.padding-left-10 {
	padding-left: 10px !important;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.ph10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.pv10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.padding-left-15 {
	padding-left: 15px !important;
}

.padding-right-15 {
	padding-right: 15px !important;
}

.ph15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.pv15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.padding-right-20 {
	padding-right: 20px !important;
}

.ph20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.pv20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.padding-left-30 {
	padding-left: 30px !important;
}

.padding-right-30 {
	padding-right: 30px !important;
}

.ph30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.pv30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.margin-bottom-45 {
	margin-bottom: 45px !important;
}

.margin-top-45 {
	margin-top: 45px !important;
}

.margin-right-45 {
	margin-right: 45px !important;
}

.margin-left-45 {
	margin-left: 45px !important;
}

.padding-left-45 {
	padding-left: 45px !important;
}

.padding-right-45 {
	padding-right: 45px !important;
}

.ph45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.pv45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-right-50 {
	margin-right: 50px !important;
}

.margin-left-50 {
	margin-left: 50px !important;
}

.padding-left-50 {
	padding-left: 50px !important;
}

.padding-right-50 {
	padding-right: 50px !important;
}

.ph50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.pv50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.margin-bottom-65 {
	margin-bottom: 65px !important;
}

.margin-top-65 {
	margin-top: 65px !important;
}

.margin-right-65 {
	margin-right: 65px !important;
}

.margin-left-65 {
	margin-left: 65px !important;
}

.padding-left-65 {
	padding-left: 65px !important;
}

.padding-right-65 {
	padding-right: 65px !important;
}
.padding-top-65 {
	padding-top: 65px !important;
}

.padding-bottom-65 {
	padding-bottom: 65px !important;
}
.ph65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.pv65 {
	padding-top: 45px !important;
	padding-bottom: 65px !important;
}

.z-index-0 {
	z-index: 0;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-3 {
	z-index: 3;
}

.z-index-4 {
	z-index: 4;
}

.z-index-5 {
	z-index: 5;
}

.z-index-6 {
	z-index: 6;
}

.z-index-7 {
	z-index: 7;
}

.z-index-8 {
	z-index: 8;
}

.z-index-9 {
	z-index: 9;
}

.z-index-10 {
	z-index: 10;
}

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

body {
	background-color: #ffffff;
	font-size: 16px;
	min-width: 320px;
	color: #666666;
}

a {
	color: #015425;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

.min-fullHeight {
	min-height: 100%;
}

ul li,
ol li {
	line-height: 3rem;
}

.no-bg-color {
	background-color: transparent !important;
}

.bg-black {
	background-color: #000000 !important;
}

.bg-exlight-grey {
	background-color: #dee2e6;
}

.bg-primarycolor {
	background-color: #38bae3;
}

.bg-lightpink {
	background-color: #f4777c52;
}

.text-grey {
	color: #666666;
}

.text-green {
	color: #008037;
}
.text-lightgreen {
	color: #3cc753;
}

.text-semilight-grey {
	color: #828282;
}

.text-black {
	color: #000000;
}

.text-primary-color {
	color: #38bae3;
}

.text-secondary-color {
	color: #fada57;
}

.text-dark-grey {
	color: #45444b;
}

.lightred-color {
	background-color: #f4777c;
}

.cursor-pointer {
	cursor: pointer;
}

a:focus {
	color: #38bae3;
}

.rounded-5 {
	border-radius: 5px !important;
}

.rounded-10 {
	border-radius: 10px;
}

.rounded-20 {
	border-radius: 20px;
}

a:focus,
input:focus,
button:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #000000;
}

a {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

a:visited,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

strong {
	font-weight: 600;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #38bae3 inset !important;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #ffffff;
}

::-moz-selection {
	color: #ffffff;
	background: #38bae3;
}

::selection {
	color: #ffffff;
	background: #38bae3;
}

.fullHeight {
	height: 100%;
}

h1 {
	font-size: 3.6rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

p {
	font-size: 1.6rem;
	margin-bottom: 20px;
	line-height: 2.6rem;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.font-light {
	font-weight: 300 !important;
}

.font-regular {
	font-weight: 400 !important;
}

.font-semilight {
	font-weight: 500 !important;
}

.font-semiBold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.btn {
	position: relative;
	border: 1px transparent solid;
	font-size: 1.6rem;
	font-weight: 600;
	overflow: hidden;
	border-radius: 5px;
}

.btn span {
	position: relative;
	z-index: 1;
}

.btn-yellow {
    color: #ffffff;
    border-color: #38bae3;
    background-color: #38bae3;
}
.btn-yellow::after {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	background-color: #38bae3;
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
}

.btn-yellow:hover {
	background-color: #042f69;
	color: #ffffff;
}
.btn-yellow:focus {
	color: #ffffff;
}
.btn-yellow:hover::after {
	top: -100%;
}

.btn-yellow-holo {
	color: #042f69;
	border-color: #fada57;
	border-radius: 5px;
}

.btn-yellow-holo::after {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	background-color: #fada57;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: -100%;
}

.btn-yellow-holo:hover {
	color: #042f69;
}

.btn-yellow-holo:hover::after {
	top: 0;
}

.btn-black {
	color: #ffffff;
	border-color: #000000;
}

.btn-black::after {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	background-color: #000000;
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	
}

.btn-black:hover {
	color: #000000 !important;
}

.btn-black:hover::after {
	top: -100%;
}

.btn-grey {
	color: #ffffff;
	border-color: #828282;
}

.btn-grey::after {
	background-color: #828282;
}

.btn-grey:hover {
	color: #828282 !important;
}

.btn-grey:hover::after {
	top: -100%;
}

.btn-grey-disabled {
	pointer-events: none;
	color: #828282 !important;
	border-color: #828282 !important;
}

.btn-grey-disabled::after {
	background-color: #c4c4c4 !important;
}

.btn-red {
	color: #ffffff;
	border-color: #38bae3;
	background-color: #38bae3;
}

.btn-red::after {
	background-color: #38bae3;
}

.btn-red:hover,
.btn-red:focus {
	background-color: transparent;
	color: #38bae3 !important;
}

.btn-red:hover::after,
.btn-red:focus::after {
	top: -100%;
}

.btn-red-holo {
	color: #38bae3;
	border-color: #38bae3;
}

.btn-red-holo::after {
	background-color: #38bae3;
	top: -100%;
}

.btn-red-holo:hover,
.btn-red-holo:focus {
	color: #ffffff !important;
}

.btn-red-holo:hover::after,
.btn-red-holo:focus::after {
	top: 0;
}

.btn-green {
	color: #ffffff;
	border-color: #015425;
	background-color: #015425;
}

.btn-green::after {
	background-color: #015425;
}

.btn-green:hover,
.btn-green:focus {
	background-color: transparent;
	color: #015425 !important;
}

.btn-green:hover::after,
.btn-green:focus::after {
	top: -100%;
}

.btn-green-holo {
	color: #015425;
	border-color: #015425;
}

.btn-green-holo::after {
	background-color: #015425;
	top: -100%;
}

.btn-green-holo:hover,
.btn-green-holo:focus {
	color: #ffffff !important;
}

.btn-green-holo:hover::after,
.btn-green-holo:focus::after {
	top: 0;
}

.btn-video-play {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}

.btn-video-play::after,
.btn-video-play::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	margin: auto;
	border-radius: 50%;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-video-play::after {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.btn-video-play::before {
	background-color: #ffffff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-video-play [class^="icon-"] {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	display: block;
	color: #38bae3;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
	position: relative;
	z-index: 3;
}

.btn-video-play:hover::after {
	background-color: #38bae3;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 1;
}

.btn-video-play:hover::before {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.btn-video-play:hover [class^="icon-"] {
	color: #ffffff;
}

.zoom-h-img {
	overflow: hidden;
	position: relative;
}

.zoom-h-img img {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
}

.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-name: loader;
	animation-name: loader;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
	margin: 0 auto;
	width: 4px;
	height: 20px;
	background: #38bae3;
	overflow: visible;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.loader-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
}

.loader.loader-gray:after,
.loader.loader-gray::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 20px;
	content: "";
	background: #ffffff;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-name: loader;
	animation-name: loader;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

.loader.loader-gray:after {
	margin: -10px 0 0 6px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
}

.loader.loader-gray:before {
	margin: -10px 0 0 -10px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
	background-color: #ffffff;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: scale(1, 0.5);
		opacity: 0.2;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes loader {
	0% {
		-webkit-transform: scale(1, 0.5);
		transform: scale(1, 0.5);
		opacity: 0.2;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
}

.mob--menu {
	display: inline-block;
	position: absolute;
	z-index: 9991;
	right: 0;
	top: 0px;
	width: auto;
	min-width: 40px;
}

.box-shadow {
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.box-white {
	background-color: #ffffff;
}

.color-grey {
	color: #666666;
}

.zoom-h-img {
	display: block;
}

.zoom-h-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.text-light-grey {
	color: #c4c4c4;
}

.text-secondary-color {
	color: #fada57;
}

.text-exlight2-grey {
	color: #f7f7f7;
}

.text-yellow-color {
	color: #ffc107;
}
.bg-yellow {
	background-color:#ffc107;
}
.text-red {
	color: red;
}

.f-weight-500 {
	font-weight: 500;
}

.box-shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*******************************
	* MODAL AS LEFT/RIGHT SIDEBAR
	* Add "left" or "right" in modal parent div, after class="modal".
	* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 100%;
	max-width: 600px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -600px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -600px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.modal-content {
	border-radius: 0;
	border: none;
}

.fullHeight {
	height: 100%;
}

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
}

.btn-dark {
	background-color: #000000;
	border-color: #000000;
	font-size: 1.4rem;
}

.btn-dark:hover {
	background-color: #38bae3;
	border-color: #38bae3;
}

.owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

.owl-nav > div i {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.owl-nav i {
	font-size: 52px;
}

.owl-nav .owl-prev {
	left: -30px;
}

.owl-nav .owl-next {
	right: -30px;
}

.owl-dots {
	text-align: center;
}

.owl-dots > .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: transparent;
	border: 1px #e3e3e3 solid;
	margin: 0 7px 20px;
}

.mob-nav {
	background-color: #f8f8f8;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mob-nav a {
	font-size: 0.8rem;
	color: #000000;
	padding-bottom: 5px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.mob-nav a {
		padding-left: 0;
		padding-right: 0;
	}
}

.mob-nav a.active,
.mob-nav a:hover {
	color: #ffffff;
	background-color: #77cdd6;
}

.mob-nav a.active svg path,
.mob-nav a.active svg g,
.mob-nav a:hover svg path,
.mob-nav a:hover svg g {
	fill: #ffffff;
	stroke: #ffffff;
}

.mob-nav a span {
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
}

.mob-nav a .counter-number {
	border-radius: 20px;
	min-width: 20px;
	color: #ffffff;
	background-color: #38bae3;
	height: 20px;
	position: absolute;
	top: 4px;
	right: 20%;
	font-size: 1.3rem;
}

.carousel-indicators li {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background-color: #ffffff;
	margin: 0 12px 20px;
	opacity: 1;
	position: relative;
}

@media (max-width: 767px) {
	.carousel-indicators li {
		width: 10px;
		height: 10px;
		margin: 0 10px 0;
	}
}

.carousel-indicators li::after {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	width: 29px;
	height: 29px;
	border: 20px;
	display: block;
	border-radius: 50px;
	border: 2px solid transparent;
}

@media (max-width: 767px) {
	.carousel-indicators li::after {
		width: 22px;
		height: 22px;
	}
}

.carousel-indicators li:hover {
	background-color: #38bae3;
}

.carousel-indicators li.active {
	background-color: #38bae3;
}

.carousel-indicators li.active::after {
	border-color: #38bae3;
}

.btn-gold {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	background-color: #38bae3;
	color: #ffffff;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
	background-color: #000000;
	color: #ffffff;
}

.modal-backdrop.show {
	background-color: #8a8c8e;
	opacity: 0.85;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
	supported by Chrome, Edge, Opera and Firefox */
}

.mt--5 {
	margin-top: -5px;
}

.mt--8 {
	margin-top: -8px;
}

.top--5 {
	top: -5px;
}

.top--10 {
	top: -10px;
}

.border-color-black {
	border-color: #000000 !important;
}

.border-top-dash {
	border-top: 1px dashed #000000;
}

.border-bottom-solid {
	border-bottom: 1px solid #666666;
}

.cursor-pointer {
	cursor: pointer;
}

.checkout-breadcrumb ul {
	margin: 0;
	padding: 0;
}

.checkout-breadcrumb ul li {
	display: inline-block;
	list-style: none;
	position: relative;
	padding-right: 35px;
}

.checkout-breadcrumb ul li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 1px;
	background-color: #666666;
}

.checkout-breadcrumb ul li a {
	font-size: 2rem;
	color: #666666;
	font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.checkout-breadcrumb ul li a {
		font-size: 1.6rem;
	}
}

.checkout-breadcrumb ul li a:hover {
	color: #38bae3;
}

.checkout-breadcrumb ul li:last-child {
	padding-left: 3px;
	padding-right: 0;
}

.checkout-breadcrumb ul li:last-child::after {
	content: none;
}

.checkout-breadcrumb ul li.active a {
	color: #000000;
}

.btn-black-holo {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	border: 1px #000000 solid;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.6rem;
}

.btn-black-holo:hover {
	background-color: #000000;
	color: #ffffff;
}

/* // ========== */
.custom_radio_checkbox {
	min-height: 28px;
}

.custom_radio_checkbox label {
	display: block;
	position: relative;
	padding-left: 23px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #525252;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom_radio_checkbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom_radio_checkbox label input:checked ~ .checkmark:after {
	display: block;
	background-color: #38bae3;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.custom_radio_checkbox label input:checked ~ .checkmark {
	border-color: #38bae3;
}

.custom_radio_checkbox label .checkmark {
	position: absolute;
	top: 3px;
	left: 1px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #666666;
}

.custom_radio_checkbox label .checkmark:after {
	content: "";
	border-radius: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: -1px;
	bottom: 0;
	margin: auto;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	background-color: transparent;
}

.rating-progress {
	border-left: 1px #d8d1d1 solid;
}

@media (max-width: 767px) {
	.rating-progress {
		border-left: 0;
		border-top: 1px #d8d1d1 solid;
	}
}

.page-link {
	color: #38bae3;
}

.page-link:hover {
	color: #666666;
}

.page-link:focus {
	color: #38bae3;
}

.page-item.active .page-link {
	background-color: #38bae3;
	border-color: #38bae3;
}

.tooltip {
	z-index: 1000 !important;
}

.lab_Details .red_scrollbar {
	max-height: 486px;
	overflow-x: hidden;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	#My_Cart .Sidebar {
		padding-right: 0px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	#Assign_Tests_To_Patient .Sidebar {
		padding-right: 0px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.Filters_Sidebar {
		padding-left: 0px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	#Assign_Tests_To_Patient .Sidebar {
		padding-right: 0px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	#Checkout-Details .Sidebar {
		padding-right: 0px;
	}
}

.Mb_Back_Btn {
	display: none;
}

@media (max-width: 991px) {
	.Mb_Back_Btn {
		display: block;
	}
}

@media (max-width: 991px) {
	.Ds_Back_btn {
		display: none;
	}
}

.carousel .thumbs-wrapper {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.carousel-root .carousel .thumb {
	border-width: 1px;
	border-radius: 5px;
}

.carousel-root .carousel .thumb.selected,
.carousel-root .carousel .thumb:hover {
	border-width: 1px;
	border-color: #38bae3;
}

.cross-icon {
	padding: 1px 6px 2px 6px;
}

.modal-content .cross-icon {
	padding: 5px 6px 5px 6px;
}

.top-bottom-0 {
	top: 0;
	bottom: 0;
}

.right-0 {
	right: 0;
}

.column-2-listing {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

@media (max-width: 991px) {
	.lab_Details .column-2-listing {
		columns: 1 !important;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

[disabled] {
	pointer-events: none;
}

#featuredLabsSection .owl-theme .owl-nav {
	opacity: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
	#featuredLabsSection .owl-theme .owl-nav {
		display: none;
	}
}

#featuredLabsSection .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 0%;
	-webkit-transform: translatey(50%);
	transform: translatey(50%);
	left: -35px;
}

#featuredLabsSection .owl-theme .owl-nav .owl-prev:after {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 31px;
	color: #38bae3;
	font-weight: 900;
	background: transparent;
}

#featuredLabsSection .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 0%;
	-webkit-transform: translatey(50%);
	transform: translatey(50%);
	right: -35px;
}

#featuredLabsSection .owl-theme .owl-nav .owl-next:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 31px;
	color: #38bae3;
	font-weight: 900;
	background: transparent;
}

#featuredLabsSection .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent !important;
}

.border-primary-color {
	border-color: #38bae3 !important;
}

.border-radius-0-top-lr {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

ol.terms-condition-ol-list {
	font-size: 1.6rem;
}

ol.terms-condition-ol-list li {
	margin-bottom: 15px;
}

.ul-list {
	list-style: disc;
}

.ul-list li {
	margin-left: 40px;
}

.dropdown-menu.end {
	right: 0 !important;
	left: auto !important;
}

.fs-10 {
	font-size: 1rem;
}

.fs-12 {
	font-size: 1.2rem;
}

.fs-13 {
	font-size: 1.3rem;
}

.fs-14 {
	font-size: 1.4rem;
}

.fs-15 {
	font-size: 1.5rem;
}

.fs-16 {
	font-size: 1.6rem;
}

.fs-18 {
	font-size: 1.8rem;
}

.fs-20 {
	font-size: 2rem;
}

.fs-22 {
	font-size: 2.2rem;
}

.fs-24 {
	font-size: 2.4rem;
}

.fs-25 {
	font-size: 2.5rem;
}

.fs-30 {
	font-size: 3rem;
}

.fs-40 {
	font-size: 4rem;
}

.fs-50 {
	font-size: 5rem;
}

.fs-60 {
	font-size: 6rem;
}

.fs-80 {
	font-size: 8rem;
}

.fs-100 {
	font-size: 10rem;
}

.fs-140 {
	font-size: 14rem;
}

.img-fluid {
	-o-object-fit: cover;
	object-fit: cover;
}

.bootstrap-select .selectpicker + .btn {
	background-color: #ffffff;
	border: 1px solid #c4c4c4;
	font-weight: normal;
}

.bootstrap-select .selectpicker + .btn::after {
	position: absolute !important;
	right: 0;
	top: 15px;
	font-family: "icomoon" !important;
	font-size: 1.2rem;
	content: "\e907";
	color: #666666;
	margin-right: 10px;
	border: 0;
	position: relative;
}

.bootstrap-select .dropdown-menu {
	font-size: 14px;
}

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
	background-color: #fada57;
	color: #042f69;
}

.custom-checkbox {
	padding-left: 28px;
	position: relative;
}

.custom-checkbox .label-text {
	font-weight: 500;
}

.custom-checkbox .input-checkbox {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #c4c4c4;
}

.custom-checkbox .input-checkbox::after {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	font-family: "icomoon" !important;
	font-size: 1.2rem;
	content: "\e90b";
	color: #ffffff;
	margin-right: 10px;
	position: relative;
	top: -2px;
	left: 3px;
}

.custom-checkbox input[type="checkbox"]:checked + .input-checkbox {
	background-color: #015425;
	border-color: #015425;
}

.custom-checkbox input[type="checkbox"]:checked + .input-checkbox::after {
	color: #ffffff;
}

.border-radius-20-5 {
	border-radius: 20px 5px;
}

.l-height-normal {
	line-height: normal !important;
}

.work-status .custom-radio-checked {
	position: relative;
}

.work-status .custom-radio-checked .label-text {
	font-weight: 500;
}

.work-status .custom-radio-checked .input-radio {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid transparent;
}

.work-status .custom-radio-checked .input-radio::after {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	font-family: "icomoon";
	content: "\e90b";
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	top: 2px;
	left: 4px;
	margin: auto;
	font-size: 13px;
	color: #ffffff;
}

.work-status .custom-radio-checked input[type="radio"]:checked + .input-radio {
	background-color: #38bae3;
	border-color: #38bae3;
}

.work-status .custom-radio-checked input[type="radio"]:checked + .input-radio::after {
	background-color: #38bae3;
}

.custom-radio {
	padding-left: 28px;
	position: relative;
}

.custom-radio .label-text {
	font-weight: 500;
}

.custom-radio .input-radio {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #c4c4c4;
}

.custom-radio .input-radio::after {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}

.custom-radio input[type="radio"]:checked + .input-radio {
	border-color: #38bae3;
}

.custom-radio input[type="radio"]:checked + .input-radio::after {
	background-color: #38bae3;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bg-primary-color {
	background-color: #38bae3;
}

.bg-secondary-color {
	background-color: #fada57;
}

.bg-none {
	background: none !important;
}

.bg-color-none {
	background-color: transparent !important;
}

.border-top-dashed {
	border-top-style: dashed !important;
}

.border-bottom-dashed {
	border-bottom-style: dashed !important;
}

.custom-scrollbar {
	overflow-x: auto;
	max-height: 340px;
}

.custom-scrollbar::-webkit-scrollbar-track {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f0f0f0;
	-webkit-background-color: #f0f0f0;
	-moz-background-color: #f0f0f0;
}

.custom-scrollbar::-webkit-scrollbar {
	background-color: #fada57;
	-webkit-background-color: #fada57;
	-moz-background-color: #fada57;
	width: 10px;
	background-color: #f0f0f0;
	border-radius: 10px;
	-webkit-width: 10px;
	-moz-width: 10px;
	-webkit-background-color: #f0f0f0;
	-moz-background-color: #f0f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fada57;
	-webkit-background-color: #fada57;
	-moz-background-color: #fada57;
}

.modal .btn-close {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	position:absolute;
	top: 0;
	right: -30px;
	color: #ffffff;
	opacity: 1;
}

@media (max-width: 767px) {
	.modal .btn-close {
		color: #000000;
		top: 10px;
		right: 10px;
	}
}

.modal .btn-close:hover {
	color: #fada57;
}

#schedule .accordion-button:not(.collapsed) {
	color: #38bae3;
}

#schedule .table > :not(caption) > * > * {
	border-bottom-width: 0;
}

#schedule .table thead > tr {
	-webkit-box-shadow: 1px 1px 0 #dee2e6;
	box-shadow: 1px 1px 0 #dee2e6;
}

#schedule .table tbody tr {
	border-bottom: 0.02em #dee2e6 dashed !important;
}

#schedule .table tbody tr td {
	border: 0 !important;
}

textarea.form-control {
	min-height: 100px;
}
.form-label {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4px;
}

.form-control {
	font-size: 1.6rem;
	padding: 10px 15px;
	border-radius: 5px;
}
.form-control::-webkit-input-placeholder {
	color: #d8d1d1;
}

.form-control:-ms-input-placeholder {
	color: #d8d1d1;
}

.form-control::-ms-input-placeholder {
	color: #d8d1d1;
}

.form-control::placeholder {
	color: #d8d1d1;
}

/*! =========================================================
	* bootstrap-slider.js
	*
	* Maintainers:
	*		Kyle Kemp
	*			- Twitter: @seiyria
	*			- Github:  seiyria
	*		Rohit Kalkur
	*			- Twitter: @Rovolutionary
	*			- Github:  rovolution
	*
	* =========================================================
	*
	* bootstrap-slider is released under the MIT License
	* Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
	* 
	* Permission is hereby granted, free of charge, to any person
	* obtaining a copy of this software and associated documentation
	* files (the "Software"), to deal in the Software without
	* restriction, including without limitation the rights to use,
	* copy, modify, merge, publish, distribute, sublicense, and/or sell
	* copies of the Software, and to permit persons to whom the
	* Software is furnished to do so, subject to the following
	* conditions:
	* 
	* The above copyright notice and this permission notice shall be
	* included in all copies or substantial portions of the Software.
	* 
	* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
	* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
	* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
	* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
	* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
	* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
	* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
	* OTHER DEALINGS IN THE SOFTWARE.
	*
* ========================================================= */
.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.slider.slider-horizontal {
	width: 210px;
	height: 20px;
}

.slider.slider-horizontal .slider-track {
	height: 10px;
	width: 100%;
	margin-top: -5px;
	top: 50%;
	left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
	height: 100%;
	top: 0;
	bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
	margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 0 10px 10px 10px;
	width: 0;
	height: 0;
	border-bottom-color: #036fa5;
	margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
	white-space: nowrap;
	margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	display: inline-block;
	text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
	left: initial;
	right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
	margin-left: initial;
	margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
	left: initial;
	right: 0;
}

.slider.slider-vertical {
	height: 210px;
	width: 20px;
}

.slider.slider-vertical .slider-track {
	width: 10px;
	height: 100%;
	left: 25%;
	top: 0;
}

.slider.slider-vertical .slider-selection {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
	width: 100%;
	left: 0;
	right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
	margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
	border-width: 10px 0 10px 10px;
	width: 1px;
	height: 1px;
	border-left-color: #036fa5;
	margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
	white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
	padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
	left: initial;
	right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
	left: initial;
	right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
	border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
	padding-left: initial;
	padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
	background-color: #cfcfcf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
	background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0);
}

.slider.slider-disabled .slider-track {
	background-color: #e7e7e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
	background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);
	cursor: not-allowed;
}

.slider input {
	display: none;
}

.slider .tooltip-inner {
	white-space: nowrap;
	max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
	position: relative;
	left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner,
.slider.bs-tooltip-right .tooltip-inner {
	position: relative;
	top: -100%;
}

.slider .tooltip {
	pointer-events: none;
}

.slider .tooltip.bs-tooltip-top .arrow,
.slider .tooltip.bs-tooltip-bottom .arrow {
	left: -0.4rem;
}

.slider .tooltip.bs-tooltip-top {
	margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom {
	margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left,
.slider .tooltip.bs-tooltip-right {
	margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow,
.slider .tooltip.bs-tooltip-right .arrow {
	top: 8px;
}

.slider .hide {
	display: none;
}

.slider-track {
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: absolute;
	cursor: pointer;
}

.slider-selection {
	background-color: #38bae3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#38bae3), to(#38bae3));
	background-image: linear-gradient(to bottom, #38bae3, #38bae3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5',GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	position: absolute;
}

.slider-selection.tick-slider-selection {
	background-color: #46c1fe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52c5ff), to(#3abcfd));
	background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
}

.slider-track-low,
.slider-track-high {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	position: absolute;
	background: transparent;
}

.slider-handle {
	background-color: #0478b2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#38bae3), to(#38bae3));
	background-image: linear-gradient(to bottom, #38bae3, #38bae3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5',GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #38bae3;
	border: 0px solid transparent;
}

.slider-handle:hover {
	cursor: pointer;
}

.slider-handle.round {
	border-radius: 20px;
}

.slider-handle.triangle {
	background: transparent none;
}

.slider-handle.custom {
	background: transparent none;
}

.slider-handle.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: "\2605";
	color: #726204;
}

.slider-tick {
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 20px;
	-webkit-filter: none;
	filter: none;
	opacity: 0.8;
	border: 0px solid transparent;
}

.slider-tick.round {
	border-radius: 50%;
}

.slider-tick.triangle {
	background: transparent none;
}

.slider-tick.custom {
	background: transparent none;
}

.slider-tick.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: "\2605";
	color: #726204;
}

.slider-tick.in-selection {
	background-color: #46c1fe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52c5ff), to(#3abcfd));
	background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
	opacity: 1;
}

#header .top-bar a {
	color: #45444b;
}

#header .top-bar a:hover {
	color: #38bae3;
}

#header .top-bar + div {
	min-height: 60px;
}

#header .main-menu ul li {
	margin-left: 40px;
	display: inline-block;
}

#header .main-menu ul li:first-child {
	margin-left: 0;
}

#header .main-menu ul li a {
	display: block;
	padding: 15px 0 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4rem;
	color: #000000;
	overflow: hidden;
	position: relative;
}

#header .main-menu ul li a::before {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fada57;
}

#header .main-menu ul li a:hover::before {
	top: 0;
}

#header .main-menu ul li.active a::before {
	top: 0;
}

#header .esm-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 94px;
	z-index: 2;
}

@media (max-width: 767px) {
	#header .esm-logo {
		width: 60px;
	}
}

#header .inner-banner {
	background: linear-gradient(281.9deg, #9ba8fb 0%, #17b8aa 100%);
	position: relative;
}

#header .inner-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(../images/inner-banner-bg.png) no-repeat top center;
	background-size: cover;
}

#header .inner-banner .breadcrumb {
	font-size: 1.3rem;
}

#header .inner-banner .breadcrumb .breadcrumb-item {
	color: #ffffff;
}

#header .inner-banner .breadcrumb .breadcrumb-item a {
	color: #fada57;
}

#header .inner-banner .breadcrumb .breadcrumb-item a:hover {
	color: #ffffff;
}

#header .inner-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

#header .inner-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	font-family: "icomoon" !important;
	font-size: 1rem;
	content: "\e904";
	color: #fada57;
	margin-right: 8px;
}

#header .home-banner {
	background: linear-gradient(281.9deg, #9ba8fb 0%, #17b8aa 100%);
	position: relative;
}

#header .home-banner {
	background: linear-gradient(281.9deg, #9ba8fb 0%, #17b8aa 100%);
	position: relative;
	min-height: 500px;
	margin-bottom: 40px;
}

#header .home-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(../images/home-banner-icons.png) no-repeat top center;
	background-size: contain;
}
#header .home-banner h1 {
	font-size: 7rem;
}
#header .home-banner h3 {
	font-size: 2.4rem;
	font-weight: 500;
}
#header .home-banner img.img-girl {
	margin: 80px auto -100px;
	width: auto;
	height: auto;
}
#homeSlider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	/* display: flex; */
	display: none;
	justify-content: space-between;
	padding: 0 40px;
	color: #ffffff;
}
#homeSlider .owl-nav button {
	border: none;
	background: none;
	background-color: transparent;
	outline: none;
}



/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

/* END ANIMATED X */
.navbar-toggle {
	position: absolute;
	top: 5px;
	left: 0;
	float: left;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	border: none;
	outline: none;
	min-width: 30px;
}

.navbar-toggle:focus {
	outline: none;
}

.navbar-toggle .icon-bar {
	background-color: #38bae3;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-toggle.collapsed {
	text-align: left;
	border-color: #38bae3;
}

.navbar-toggle.collapsed:hover:hover {
	background-color: transparent;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	width: 16px;
	margin-left: 6px;
}

#mob-slideNav {
	position: fixed;
	top: 0;
	left: -310px;
	width: 300px;
	background-color: #ffffff;
	height: 100%;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	z-index: 9999;
	padding-top: 10px;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

#mob-slideNav.show,
#mob-slideNav.in {
	left: 0;
	display: inline-block;
}

#mob-slideNav > ul {
	list-style: none;
	margin: 10px 20px;
	padding: 0;
}

#mob-slideNav > ul > li a {
	display: block;
	color: #000000;
	font-size: 1.6rem;
	position: relative;
	padding: 5px 0;
}

#mob-slideNav > ul > li a.active,
#mob-slideNav > ul > li a:hover {
	color: #38bae3;
}

#mob-slideNav .navbar-toggle {
	position: absolute;
	top: -10px;
	right: 0;
	left: auto;
}

#mob-slideNav .navbar-toggle .icon-bar {
	background-color: #38bae3;
}

#mob-slideNav {
	overflow: hidden;
}

#mob-slideNav .navbar-nav {
	border-bottom: 1px solid #d5d5d5;
}

#mob-slideNav .navbar-nav + .tab-content {
	height: 78vh;
	margin-top: 10px;
}

#mob-slideNav a.nav-item {
	padding: 8px 10px;
	font-size: 14px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #000000;
	border-bottom: 1px solid #d5d5d5;
}

#mob-slideNav a.nav-item.active {
	border-color: #38bae3;
	color: #38bae3;
	border-bottom: #ffffff;
}

#mob-slideNav ul.nav {
	margin-top: 20px;
}

#mob-slideNav ul.nav li a {
	border-bottom: 1px solid #d5d5d5;
	color: #000000;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#mob-slideNav ul.nav li a::after {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #fada57;
	width: 0px;
}

#mob-slideNav ul.nav li a.active::after,
#mob-slideNav ul.nav li a:hover::after {
	width: 6px;
}

#footer {
	background-color: #000000;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #38bae3;
}

#footer h3 {
	font-weight: 600;
	margin-bottom: 23px;
}

#footer ul li {
	margin-bottom: 11px;
}

#footer .column-2 li {
	display: inline-block;
	width: 45%;
}

#footer .footer-bottom {
	border-color: #dddddd !important;
}

#footer .footer-bottom .sm-links a {
	color: #ffffff;
	margin-right: 5px;
}

#footer .footer-bottom .sm-links a:hover {
	color: #38bae3;
}

@media (max-width: 767px) {
	#footer .footer-bottom .col-auto {
		width: 100%;
		text-align: center;
	}
}

#footer .footer-bottom-links ul li {
	display: inline-block;
}

#footer .footer-bottom-links ul li:last-of-type::after {
	content: none;
}

#footer .footer-bottom-links ul li::after {
	content: "|";
	margin-left: 20px;
	margin-right: 15px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?g9k6m4");
	src: url("../fonts/icomoon.eot?g9k6m4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g9k6m4") format("truetype"), url("../fonts/icomoon.woff?g9k6m4") format("woff"), url("../fonts/icomoon.svg?g9k6m4#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-waiting:before {
	content: "";
}

.icon-approved:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-reading:before {
	content: "";
}

.icon-teacher:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-open-book:before {
	content: "";
}

.icon-smartphone-2:before {
	content: "";
}

.icon-star-fill:before {
	content: "";
}

.icon-star-outline:before {
	content: "";
}

.icon-right-arrow:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-clock-1-2:before {
	content: "";
}

.icon-down-arrow:before {
	content: "";
}

.icon-email:before {
	content: "";
}
.icon-book:before {
    content: "";
}
#listing {
	font-family: "Poppins", sans-serif;
}

#listing .top-line {
	position: relative;
}

#listing .top-line::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 4px;
	background-color: #015425;
}

#listing .star-ratings {
	font-family: "Roboto", sans-serif;
}

#startQuiz .quiz-option {
	position: relative;
	cursor: pointer;
}

#startQuiz .quiz-option > div {
	z-index: 1;
}

#startQuiz .quiz-option input:checked ~ div ~ div {
	color: #ffffff;
}

#startQuiz .quiz-option input:checked ~ div ~ div::after {
	background-color: #38bae3;
}

#startQuiz .quiz-option-letter {
	width: 50px;
	height: 50px;
	line-height: 47px;
	background-color: #ffffff;
}

#startQuiz .quiz-option-letter + div {
	z-index: 0;
}

#startQuiz .quiz-option-letter + div::after {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #ffffff;
}

#startQuiz .quiz-progressbar {
	border-color: #38bae3 !important;
	min-height: 15px;
}

#startQuiz .quiz-progressbar > span {
	position: relative;
	min-height: 15px;
	background: linear-gradient(281.9deg, #9ba8fb 0%, #17b8aa 100%);
}

#startQuiz .quiz-progressbar > span > span {
	position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 -35px 0 auto;
    width: 70px;
    height: 70px;
    padding: 12px;
    line-height: 14px;
    border-radius: 50%;
    background-color: #38bae3;
}

#startQuiz .quiz-progressbar > span > span::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #38bae3;
}

#startQuiz .quiz-progressbar > span > span.start {
	margin: 0;
}

#startQuiz .quiz-progressbar > span > span.end {
	margin-left: auto;
	margin-right: 0;
}
.plus-btn {
	display: inline-block;
	background-color: #38bae3;
	border-color: #38bae3;
	color: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	padding: 3px;
	margin-top: 22px;
}
.plus-btn:focus {
	color: #ffffff;
}
.stage-box {
	position: relative;
}
.bg-head-brown {
	background-color: #932119;
}
.bg-head-blue {
	background-color: #042f69;
}
.bg-head-green {
	background-color: #008037;
}
.bg-head-dark-green {
	background-color: #015425;
}
.stage-box .heading-top {
	padding: 8px 16px;
	border-radius: 0px 50px 50px 0px;
	margin-top: 30px;
	max-width: 160px;
}
.content-stage {
	padding: 24px 30px;
}
.content-stage h4 {
	min-height:50px;
}
.content-stage p.m-height {
	min-height:160px;
}
.img-learn {
	margin-top: -20px;
	margin-bottom: -20px;
}
.learn-img {
	position: relative;
}
.learn-img .img-short {
	position: absolute;
	bottom: -32px;
	right: 20px;
	width: 100%;
	max-width: 64px;
}
.learn-content {
	padding: 24px;
}
.ratings img {
	max-width: 15px;
	height: max-content;
}
.ratings p {
	margin-left: 10px;
}
.featured-list li {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}
.featured-list li img {
	display: inline-block !important;
	max-width: 15px;
	height: 15px;
	margin-right: 5px;
}
#featuredSlider .owl-dots {
	margin-top: 3rem;
}
#featuredSlider .owl-dots > .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #dddddd;
	border: none;
	margin: 0 7px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#featuredSlider .owl-dots > .owl-dot.active {
	width: 29px;
	height: 8px;
	border-radius: 5px;
	background-color: #5bb0d4;
}
.change-learn {
	padding: 0px 4px;
	min-height:100px;
}
.change-learn img { 
	margin-right:20px;
}
.img-experts {
	position:relative;
	/*display: inline-block;*/
	padding-left:50px;
}

.img-experts .black-box1 {
	position:absolute;
	top:10%;
	left:0;
	background-color:#000000;
	width:180px;
}
.img-experts .black-box2 {
	position:absolute;
	top:30%;
	left:0;
	background-color:#000000;
	width:180px;
}
.img-experts .black-box3 {
	position:absolute;
	top:50%;
	left:0;
	background-color:#000000;
	width:180px;
}
.img-experts .black-box4 {
	position:absolute;
	top:70%;
	left:0;
	background-color:#000000;
	width:180px;
}
.counter-box h2 {
	font-size:4.8rem;
}
.stats-total {
	background: linear-gradient(281.9deg, #9ba8fb 0%, #17b8aa 100%);
    position: relative;
}
.stats-total::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/inner-banner-bg.png) no-repeat top center;
    background-size: cover;
}
.lclsd {
	position: absolute;
    top: -5px;
    right: 60px;
}
.img-works {
	border: 2px solid #5BB0D4;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 27px;
}
.works-content h3 {
	margin-bottom:27px;
}
.works-box:nth-child(1)::after, .works-box:nth-child(2)::after, .works-box:nth-child(4)::after, .works-box:nth-child(5)::after, .works-box:nth-child(7)::after{
    content: "";
    position: absolute;
    top: 15%;
    right: -76px;
    width: 153px;
    height: 48px;
    z-index: 0;
    background: url(../images/arrow-round.png) no-repeat top center;
    background-size: contain;
}
.works-box:nth-child(2)::after, .works-box:nth-child(5)::after {
	
	transform: scaleY(-1);
}
.become-trainer {
	width:100%;
	max-width:448px;
}
.bg-footerbox1 {
	background: #5BB0D4;
}
.p50 {
	padding:50px;
}
.bg-footerbox2 {
	background: #17B8AA;
}
.trainer-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23,184,170,.5);
    opacity: 1;
    -webkit-transition: .2s cubic-bezier(.2,1.07,1,1);
    -moz-transition: .2s cubic-bezier(.2,1.07,1,1);
    transition: .2s cubic-bezier(.2,1.07,1,1);
}
.btn-trainer {
	position: absolute;
    width: 100%;
    bottom: -30px;
	opacity: 0;
    transition-delay: 0s;
    transition-duration: .3s;
}
.trainer-box:hover .trainer-overlay {
	opacity:0;
}
.trainer-box:hover .btn-trainer {
	opacity:1;
	bottom: 0px;
	transform: translateY(0%);
}
.content-trainer {
	padding:30px 53px 30px 40px;
	position:relative;
}
.content-trainer:before {
    content: "";
    position: absolute;
    top: 40px;
    left: -3px;
    width: 28px;
    height: 4px;
    background: #008037;
    z-index: 0;
}
.plus-trainer {
	background-color: #015425;
    width: 37px;
    height: 37px;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    margin-right: -37px;
    margin-top: -37px;
}
.plus-trainer:hover {
	color: #ffffff;
}
.pls-btn {
	height:0;
}
.social-trainer {
	list-style:none;
	justify-content:end;
}
.social-trainer li a {
	font-size:20px;
	padding-right:10px;
}
.social-trainer li:nth-child(1) a {
	color:#475993;
}
.social-trainer li:nth-child(2) a {
	color:#03A9F4;
}
.social-trainer li:nth-child(3) a {
	color:#0077B7;
}
.social-trainer li:nth-child(4) a {
	color:#FF0100;
	padding-right:0px;
}
.trainer-links {
	display:flex;
	flex-wrap:wrap;
}
.trainer-links li a {
	position:relative;
	padding:10px 30px 10px 25px;
	display:inline-block;
	color:#015425;
}
.trainer-links li a i {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	font-size:20px;
	color:#38BAE3;
}
.trainer-sess {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
	margin-top:20px;
}
.trainer-sess .head-sess {
	background-color:#5BB0D4;
	padding:10px;
	margin:-50px 22px 30px;
}
.trainer-sess .head-sess h3 {
	font-size:2.8rem;
}
.trainer-sess h4 {
	font-size:2.4rem;
	color:#015425;
}
.sess-info li {
	padding:7px 25px 7px 0;
}
.sess-info li img {
	margin-right:7px;
}
.info-box {
	background: #ffffff;
    border-radius: 8px;
	padding:10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    height: 230px;
    position: relative;
    overflow: hidden;
    z-index: 0;
	margin-bottom:30px;
}
.pdf-img {
	width:80px;
}
/*# sourceMappingURL=style.css.map */

/*# login signup form */
#logon .red-box,
#logon .form-box,
#logon .form-box.left,
#logon .form-box.left {
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

#logon .red-box.left {
	transform: translateX(6px);
	/*
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	*/
	border-radius: 5px 0 0 5px;
}

@media (max-width: 767px) {
	#logon .red-box.left {
		border-radius: 5px;
	}
}

#logon .red-box.left .sign-up {
	display: none;
}

#logon .form-box.left {
	transform: translateX(-270px);
}

#logon .red-box.right {
	transform: translateX(540px);
	/*
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	*/
	
	border-radius: 0 5px 5px 0;
}

@media (max-width: 991px) {
	#logon .red-box.left,
	#logon .red-box.right,
	#logon .form-box.right,
	#logon .form-box.left {
		transform: translateX(0);
	}
	
	#logon .red-box.left,
	#logon .red-box.right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	#logon .form-box.right,
	#logon .form-box.left {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

#logon .form-box.right {
	transform: translateX(0px);
}

@media (max-width: 767px) {
	#logon .red-box.right {
		border-radius: 5px;
	}
}

#logon .red-box.right .sign-in,
#logon .form-box.left .sign-up,
#logon .form-box.right .sign-in {
	display: none;
}

/*
	#logon .form-box.left {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	}
	
	@media (max-width: 767px) {
	#logon .form-box.left {
    -webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	}
	}
	
	#logon .form-box.right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	}
	
	@media (max-width: 767px) {
	#logon .form-box.right {
    -webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	}
	}
*/

#logon .login-sm-icons ul li {
	display: inline-block;
	margin: 0 5px;
}

#logon .login-sm-icons ul li a {
	/*
		width: 60px;
		height: 60px;
		line-height: 60px;
		border: 1px #C4C4C4 solid;
		border-radius: 50%;
		text-align: center;
	*/
	
	color: #000000;
	font-size: 22px;
	display: inline-block;
}

#logon .login-sm-icons ul li a:hover {
	/*
		background-color: #E12025;
		color: #ffffff;
		border-color: #E12025;
	*/
	
	color: #E12025;
}
#accordionlessons ul {
    list-style: disc;
    margin: 0 0 0 18px;
}
.img-small {
	width:45px;
	height:45px;
}
#filterBy .accordion-header .accordion-button {
    font-size: 1.8rem;
    font-weight: 600;
}

#filterBy .accordion-item:first-of-type .accordion-button {
    border-radius: 5px 5px 0 0;
}
#filterBy .accordion-header .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#filterBy .accordion-item:first-of-type {
    border-radius: 5px 5px 0 0;
}
#filterBy .accordion-button:after { 
	
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23015425'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.btn-history {
	
	position:absolute;
	top:0;
	left:0;
}
.btn-history span.icon-right-arrow {
	display:inline-block;
	transform: rotate(180deg);
}

.form-check-input:checked {
    background-color: #008037;
    border-color: #008037;
}
.student-profile .img-top img {
	width:150px;
	height:150px;
	display:block;
	margin:0 auto;
	border-radius:50%;
	border:3px solid #ffffff;
}
.box-video {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
	text-decoration:none;
	overflow: hidden;
}

.box-video.expired {
	pointer-events: none;
} 
.box-video.expired:after {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


.btm-vid-text h4 {
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btm-vid-text h5 span {
	display:inline-block;
	padding:5px;
	font-size:10px;
	text-transform:uppercase;
}
.btm-vid-text h5 span.plus {
	color:#ffffff;
	background-color:#74d0d0;
}
.btm-vid-text h5 span.pro {
	color:#000000;
	background-color:#c9c9c9;
}
.py-new {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}



.list-answers li {
	position:relative;
	padding:5px 0 5px 25px;
	color:#000000;
}
.list-answers li.ans-correct {
	color:#0d6efd;
}
.list-answers li.ans-wrong {
	color:#ff0000;
}

.list-answers li:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 22px;
    line-height: 10px;
	text-align:center;
}
.list-answers li.ans-correct:before {
    content: '✓';
    border: 1px solid #0d6efd;
    color: #0d6efd;
}
.list-answers li.ans-wrong:before {
    content: 'x';
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 17px;
}
#accordionView .accordion-button.collapsed {
    background-color: #ffde59;
}
#accordionView .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.blink {
    -webkit-animation: blink 2s infinite both;
	animation: blink 2s infinite both;
}

@-webkit-keyframes blink {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes blink {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
/*Custom Css*/
.nav-top {
	position: absolute;
    top: 0;
    left: 0;
	right:0;
    z-index: 2;
    padding: 0 12px;
	box-shadow: 0px -2px 9px rgba(0, 0, 0, 0.3);
}
.nav-top .navbar-brand {
	font-size: 29px;
    line-height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 1rem;
    font-family: 'FontAwesome';
}
.nav-top .navbar-toggler:focus {
    box-shadow: none;
}
.nav-top .nav-link {
	display: block;
    padding: 10px 0px;
    font-size: 16px;
    color: #1d1d1d;
}
.nav-top .nav-link:hover {
    color: #e73f1f;
}

.home-slider {
	height:calC(100dvh - 59px);
	object-fit:cover;
	object-position: center left;
}
.home-new {
    height: calC(100dvh - 59px);
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}
.main {
	padding-top:90px;
	padding-bottom:60px;
	min-height:calC(100dvh - 59px);
}
.text-home .shape {
	width:50px;
	height:50px;
	border-radius:50%;
	position:absolute;
  z-index:-1;
}

.text-home .shape.shape1 {
	top:0;
	left:0;
	background-color:#ed7d31;
	animation: 2.5s updown linear;
	animation-iteration-count:infinite;
	 animation-delay: 0.5s;
}
.text-home .shape.shape2 {
	top:0;
	left:50%;
	background-color:#c5e0b5;
	animation: 2.5s updown linear;
	animation-iteration-count:infinite;
	 animation-delay: 0.9s;
}
.text-home .shape.shape3 {
	top:0;
	left:auto;
	right:0;
	background-color:#c10001;
	animation: 2.5s updown linear;
	animation-iteration-count:infinite;
	animation-delay: 0.2s;
}
.text-home .shape.shape4 {
	bottom:-40px;
	left:0;
	background-color:#bdd7ee;
	animation: 2.5s updowns linear;
	animation-iteration-count:infinite;
	 animation-delay: 1s;
}
.text-home .shape.shape5 {
	bottom:0;
	left:30%;
	background-color:#7030a0;
	animation: 2.5s updowns linear;
	animation-iteration-count:infinite;
	 animation-delay: 1s;
}
.text-home .shape.shape6 {
	bottom:-40px;
	left:60%;
	background-color:#fed966;
	animation: 2.5s updowns linear;
	animation-iteration-count:infinite;
	animation-delay: 1.2s;
}
.text-home .shape.shape7 {
	bottom:0;
	right:0;
	background-color:#012060;
	animation: 2.5s updowns linear;
	animation-iteration-count:infinite;
	animation-delay: 1.5s;
}
@keyframes updown
{
  0%{top:0px;}
  33%{top:30px;}
  50%{top:70px;}
  66%{transform:rotate(90deg);}
  100%{top:0px;}
}
@keyframes updowns
{
  0%{bottom:0px;}
  33%{bottom:-30px;}
  50%{bottom:-70px;}
  66%{transform:rotate(90deg);}
  100%{bottom:0px;}
}
.choices-box {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	
}
.score-axis {
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.number-report ul {
	display:flex;
	list-style:none;
	justify-content:space-between;
}
.number-report ul li {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 5px 0;
}
.bg-report-red {
	background-color:#c00000 !important;
}
.bg-report-orange {
	background-color:#ed7d31 !important;
}
.bg-report-yellow {
	background-color:#ffc000 !important;
}
.bg-report-green {
	background-color:#a9d18e !important;
}
.bg-report-blue {
	background-color:#9dc3e6 !important;
}
.bg-report-darkblue {
	background-color:#002060 !important;
}
.bg-report-purple {
	background-color:#7030a0 !important;
}

.table-form .form-control {
	min-width:80px
}
.note {
    display: block;
    position: relative;
    padding: 1em;
	width:100%;
    max-width: 600px;
    min-height: 300px;
    background: linear-gradient(top, rgba(0, 0, 0, .05), rgba(0, 0, 0, .25));
    background-color: #fffd75;
    box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, .3);
    transform: rotate(2deg);
    transform: skew(-1deg, 1deg);
    transition: transform 0.15s;
    z-index: 1;
	
}
.note textarea {
    background-color: transparent;
    border: none;
    resize: vertical;
    width: 100%;
    padding: 5px;
	font-size:18px;
	min-height:250px;
}
.note textarea:focus {
	outline: none;
	border: none;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2) inset;
}
.border-form {
	border-top:1px solid #38bae3;
	opacity:1;
}
/*Responsive Css*/

@media (max-width: 1400px) {
	#header .home-banner h1 {
		font-size: 5rem;
	}
	.img-experts {
		padding-left: 30px;
	}
	.img-margin {
		min-height:540px;
	}
}
@media (max-width: 992px) {
	.main {
		padding-top:120px;
		padding-bottom:50px;
	}
	#header .home-banner img.img-girl {
		margin: 30px auto -100px;
	}
	#homeSlider .owl-nav {
		padding: 0 10px;
	}
	.content-stage p.m-height {
		min-height: 210px;
	}
	.works-box:nth-child(2)::after, .works-box:nth-child(4)::after, .works-box:nth-child(6)::after {
		content: none;
	}
	.works-box:nth-child(3)::after {
		content:"";
		transform: scaleY(-1);
		position: absolute;
		top: 15%;
		right: -45px;
		width: 86px;
		height: 48px;
		z-index: 0;
		background: url(../images/arrow-round.png) no-repeat top center;
		background-size: contain;
	}
	.works-box:nth-child(5)::after {
		transform: scaleY(1);
		right: -45px;
		width: 86px;
		height: 48px;
	}
	.works-box:nth-child(1)::after, .works-box:nth-child(3)::after, .works-box:nth-child(7)::after {
		right: -45px;
		width: 86px;
		height: 48px;
	}
}
@media (max-width: 768px) {}
@media (max-width: 576px) {
	.img-learn {
		margin-bottom: 0px;
	}
	.counter-box h2 {
		font-size: 3.2rem;
	}
	.works-box:nth-child(1)::after, .works-box:nth-child(3)::after, .works-box:nth-child(5)::after, .works-box:nth-child(7)::after {
		content:none;
	}
	.content-trainer {
		padding: 30px 40px 30px 25px;
	}
	.content-trainer:before {
		width: 16px;
	}
	.nav-top .navbar-toggler {
		width:40px;
	}
	.nav-top .navbar-brand {
		font-size: 24px;
		line-height: 24px;
		
		margin-right: 0;
		margin-left: 0;
	}
	.notes-text {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
	}
	.notes-text img {
		width:60px;
	}
	.notes-text h4 {
		font-size:1.4rem;
	}
	.table-form td, .table-form th {
		
		font-size: 1.2rem;
	}
}