@import "bootstrap.min.css";
@import "bootstrap-datepicker.min.css";
@import "slick.css";
@import "croppie.min.css";
@import "font-awesome.min.css";
@import "select2.min.css";
@import "aos.min.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cantata+One:wght@400;700;900&display=swap');

/* Color */

.blue-txt {
	color: #38c8e8 !important;
}

.black-txt {
	color: #000 !important;
}

.red-txt {
	color: #a7173d !important;
}

/* End Color */
.h2, h2{
    font-family: 'Cantata One', sans-serif;
}
a {
	color: #30c2e3;
}

a:hover,
a:focus {
	color: #e8a500;
	text-decoration: none;
}

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.body--bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: cover;
}

body, html {
	height: 100%;
}

.bg-red {
	background-color: #e84133 !important;
	color: #fff !important;
}

.btn--blue {
	background-color: #36c7e7;
	font-weight: 900;
	color: #fff;
	border-radius: 5px;
}

.btn--blue:disabled,
.btn--blue:disabled:hover,
.btn--blue:disabled:focus,
.btn--purple:disabled,
.btn--purple:disabled:hover,
.btn--purple:disabled:focus {
	background-color: #ddd;
	cursor: not-allowed;
}

.btn--blue:hover,
.btn--blue:focus {
	background-color: #2ea9c4;
	color: #fff;
}

.btn--purple {
	background-color: #401b8d;
	font-weight: bold;
	color: #fff;
}

.btn--purple:hover,
.btn--purple:focus {
	background-color: #2E1670;
	color: #fff;
}

.btn--yellow {
	background-color: #a80e37;
	font-weight: bold;
	color: #fff;
}

.btn--yellow:hover,
.btn--yellow:focus {
	background-color: #c78f00;
	color: #fff;
}

.btn--red {
	background-color: #a80e37;
	font-weight: bold;
	color: #fff;
}

.btn--red:hover,
.btn--red:focus {
	background-color: #f97cb2;
	color: #fff;
}

.btn--border {
	border: 1px solid #d5cfdd;
	border-radius: 15px;
	font-size: 13px;
	padding: 5px 15px;
	line-height: 1;
}

.btn--border:hover,
.btn--border:focus,
.btn--border.focus {
	background-color: #d5cfdd;
}

.btn--border.active {
	background-color: #e8a500;
	color: #fff;
}

.label {
	font-size: 20px;
	font-weight: 900;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.label > i {
	color: #d5d5d5;
	font-weight: bold;
	float: right;
}

.label-box {
	display: inline-block;
	width: 100%;
}

.label-box .label {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	background-color: #ddd;
	padding: 1px 15px;
	border-radius: 15px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

.label-box .label-success {
	background-color: #2cc66d;
	color: #fff;
}

.label-box .label-pending {
	background-color: #efc56f;
	color: #333;
}

.label-box .label-processing {
	background-color: #1395ca;
	color: #fff;
}

.label-box .label-completed {
	background-color: #2cc66d;
	color: #fff;
}

.label-box .label-onhold {
	background-color: #acb8bd;
	color: #fff;
}

.label-box .label-canceled {
	background-color: #e04a3a;
	color: #fff;
}

.label-box .label-refunded {
	background-color: #3dabe0;
	color: #fff;
}

.table-box div.dataTables_wrapper div.dataTables_filter input {
	height: 40px;
}

.table-box table.dataTable > tbody > tr.child ul.dtr-details > li {
	display: inline-block;
	width: 100%;
}

.table-box table.dataTable > tbody > tr.child ul.dtr-details .dtr-data {
	display: flex;
	padding-left: 10px;
}

.table-box table.dataTable > tbody > tr.child span.dtr-title {
    float: left;
    width: 100px;
    text-align: right;
}

.table .label-box .label {
	font-size: 11px;
	font-weight: bold;
}

.label-group {
	float: left;
	width: 100%;
}

.label-group label {
	font-weight: bold;
	min-width: 150px;
	text-align: right;
}

.label-group p {
	display: inline;
	margin-left: 10px;
	margin-bottom: 0;
}

.radio label,
.checkbox label {
	font-size: 14px;
}

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

.radio__style ~ label::before,
.checkbox__style ~ label::before {
	font-family: Font Awesome\ 5 Free;
    display: inline-block;
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #d8cfdf;
    width: 1.4em;
    position: relative;
	top: 0;
}

.radio__style ~ label::before,
.checkbox__style ~ label::before {
	content: "\f111";
}

.radio__style:checked ~ label::before,
.checkbox__style:checked ~ label::before {
	content: "\f058";
	color: #a80e37;
	font-weight: 900;
}

/* Home */

.banner {
	padding: 15px 0;
}

.banner .text-center p,
.banner+.text-center p,
.content__label+p {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.banner .btn {
    font-family: 'Cantata One', sans-serif;
	border-radius: 12px;
	font-size: 12px;
	font-weight:900;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	padding: 8px 20px;
}

.banner__link,
.banner__img {
	display: inline-block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    max-width: 300px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.banner__img.banner__img-noshadow {
	box-shadow: none;
}

.banner__full {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 350px;
}

.banner__link img,
.banner__img img,
.banner__full img {
	max-width: 100%;
	display: inherit;
	margin-left: auto;
	margin-right: auto;
}

.promo {
	margin-bottom: 20px;
}

.promo__img {
	margin-left: 10px;
	margin-right: 10px;
}

.promo__img a {
	display: inline-block;
	max-width: 200px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.promo__img img {
	max-width: 100%;
	display: inherit;
}

/* Header */

.header {
	padding: 20px 0;
	border-bottom: 1px solid #d4d3db;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #1d223f;
	z-index: 98;
}

.header .header__menu {
	position: absolute;
	right: 0;
	top: 10px;
}

.header__box {
	position: relative;
}

.header__box .header__logo {
	display: block;
    margin: 0 auto;
    width: 162px;
}

.header__logo img {
	height: 45px;
	width: auto;
}

/* Footer */

.footer {
	padding: 20px 0;
}

.footer .footer__copyright {
	font-size: 12px;
	color: #a1a1a1;
}

.footer .footer__copyright p {
	margin-bottom: 0;
}

.footer .footer__list {
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin: 10px auto;
	text-align: center;
}

.footer .footer__list li {
	float: left;
	position: relative;
	font-size: 13px;
	letter-spacing: 1px;
	margin-left: 7px;
	margin-right: 7px;
}

.footer .footer__list li::after {
	content: "";
	position: absolute;
	background-color: #909091;
	width: 1px;
	height: 10px;
	right: -7px;
	top: 6px;
}

.footer .footer__list li:last-child::after {
	display: none;
}

.footer .footer__list li a {
	color: #fff;
}

.footer .footer__logo img {
	max-width: 80px;
}

/* Content */

.content {
	padding-top: 86px;
	position: relative;
}

.content .content__edit {
	background-color: #36c7e7;
	color: #fff;
	width: 40px;
	height: 40px;
	padding: 5px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 2;
	font-size: 18px;
}

.content--full {
	padding-top: 0;
}

.content .slick-dots {
	bottom: 10px;
}

.content .slick-dots li {
	width: 8px;
	height: 8px;
}

.content .slick-dots li button::before {
	font-size: 8px;
	width: 8px;
	height: 8px;
	color: #fff;
	opacity: 1;
}

.content .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #febd2b;
}

.content .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.content__header,
.content__footer {
	margin-top: 50px;
	margin-bottom: 30px;
}

.content__header > .label,
.content__footer > .label {
	margin-bottom: 0;
	font-family: 'Cantata One', sans-serif;
	font-weight: 700;
	font-size: 28px;
}

.content__header small {
	font-size: 14px;
	display: inline-block;
	line-height: 1.3;
}

.content__label {
	font-family: 'Cantata One', sans-serif;
	font-weight: 900;
	line-height: 0.8;
	display: inline-block;
	width: 100%;
}

.content__bg {
	background: url("../images/bg-footer.png") no-repeat 0 bottom / cover transparent;
	position: relative;
}

.content__bg-top {
	background: url("../images/bg1.png") no-repeat 0 bottom / cover transparent;
	position: relative;
	color: #fff;
	padding: 20px 0 30px;
	color: #fff;
}

.content__bg-top .banner {
	padding: 0;
}

.content__bg-top .banner .banner__link {
	margin-bottom: 15px;
}

.content__bg-top .banner p {
	margin-bottom: 0;
}

.content__bg-top .banner p>small {
	display: inline-block;
	font-size: 13px;
}

.content__bg-top .banner h1 {
	font-family: 'Cantata One', sans-serif;
	font-weight: 900;
	font-size:30px;
}

.content__bg-white,
.content__bg-purple,
.content__bg-black {
	padding: 40px 0;
}

.content__bg-white h4,
.content__bg-purple h4,
.content__bg-black h4 {
	font-size: 28px;
	line-height:29px;
}

.content__bg-white p>small,
.content__bg-purple p>small,
.content__bg-black p>small {
	display: inline-block;
	line-height: 1.5;
	font-size: 14px;
}

.content__bg-purple {
	background-color: #4e459b;
	color: #fff;
}

.content__bg-black {
	background-color: #000;
	color: #fff;
}

.content__no-paddingbottom,
.content__no-paddingbottom .banner {
	padding-bottom: 0;
}

.content__no-paddingbottom .banner__full {
	margin-bottom: -6px;
}

.content__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: -moz-linear-gradient(top,  rgba(249,250,255,1) 0%, rgba(252,253,255,1) 52%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(249,250,255,1) 0%,rgba(252,253,255,1) 52%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(249,250,255,1) 0%,rgba(252,253,255,1) 52%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9faff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

h2.content__label {
	font-size: 45px;
}

h3.content__label {
	font-size: 35px;
}

.content__logo {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* Form */

.form {
	max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.form__box .form-control {
	border-radius: 0;
	border-color: #d8cfdf;
	font-size: 13px;
	border-width: 2px;
}

.form__box input[type=text],
.form__box input[type=email],
.form__box input[type=rel],
.form__box input[type=password],
.form__box input[type=number],
.form__box select {
	height: 40px;
}

.form__box .form-group {
	position: relative;
}

.form__box .form-group > .fa {
	position: absolute;
	right: 10px;
	z-index: 1;
	top: 12px;
	color: #333;
	cursor: pointer;
}

.form__box .form-group > div > .fa {
	position: absolute;
	right: 25px;
	z-index: 1;
	top: 12px;
	color: #333;
	cursor: pointer;
}

.form__btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form__btn .btn {
	width: 100%;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.form__btn .btn:hover,
.form__btn .btn:focus,
.form__btn .btn:disabled {
	box-shadow: none;
	position: relative;
	top: 10px;
}

.form__box .form-group .pwstrength_viewport_progress {
	padding: 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.form__box .form-group .pwstrength_viewport_progress .progress {
	height: 2px;
	background-color: #d8cfdf;
	border-radius: 0;
}

.form__box .form-group .pwstrength_viewport_progress .progress .password-verdict {
	text-indent: -99999px;
}

.form__box .form-title {
	font-size: 25px;
	font-family: 'Cantata One', sans-serif;
	margin-top: 30px;
}

/*.form__box--survey {
	display: none;
}*/

/* New Page */

.page__banner {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	padding: 15px 15px 20px;
	margin-bottom: 10px;
}

.page__banner__img {
	height: 180px;
}

.page__banner__img a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.page__banner__img img {
	height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.page__banner__label label {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	color: #000;
}

.page__banner__label label>a {
	position: absolute;
	top: 0;
	right: 0;
	color: #ce920b;
}

.page__banner__slide {
	width: 100%;
}

.page__btn .btn {
	width: 40px;
	padding: 5px;
	border-radius: 40px;
	line-height: 1.2;
}

.page__content .page__content__desc,
.page__content .page__list {
	color: #000 !important;
}

.page__content__body {
	font-size: 12px;
}

.page__content__body .text-center .btn {
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	position: relative;
	width: 40px;
	height: 40px;
}

.page__content__body .text-center .btn>i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.page__content__photo {
	text-align: center;
	margin-bottom: 30px;
}

.page__content__photo .page__content__circle {
	width: 130px;
	height: 130px;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	outline: 0;
}

.page__content__photo .page__content__circle>i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 35px;
	transform: translate(-50%, -50%);
}

.page__content__photo .page__content__circle .btn .btn__upload {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.page__content__photo .page__btn {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	z-index: 1;
}

.page__content__photo .page__content__img {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.page__content__photo .page__content__img.page__content__img--active:hover::before {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page__content__photo .page__content__img #del_img {
	position: absolute;
	left: 50%;
	color: #e04a3a;
	top: 50%;
	font-size: 25px;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.page__content__photo .page__content__img:hover #del_img {
	opacity: 1;
}

.page__content__photo .page__content__img img {
	height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.page__content__photo .page__btn .btn {
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 30px;
	width: 85px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	line-height: 1.6;
}

.page .page__content__desc .page__btn {
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	z-index: 1;
}

.page .page__content__desc .page__btn>.btn {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.page .page__content__desc {
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -93px;
	margin-bottom: 30px;
	padding-top: 70px;
	position: relative;
	z-index: 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.page .page__content__desc h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: capitalize;
}

.page__list {
	position: relative;
}

@media (max-width: 767.98px) {
	.table-box div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin-top: 40px;
		margin-bottom: 20px;
		justify-content: center;
	}

	.survey .content__header, .survey .content__footer {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.content__header > .label, .content__footer > .label {
		font-size: 20px;
	}
}

.form-group .status-txt {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100px;
	background-color: #ddd;
	border-radius: 0 15px 15px 0;
}

.form-group .status-txt p {
	margin-bottom: 0;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
}

.img-circle {
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.img-circle > a {
	position: absolute;
	top: 0;
	line-height: 110px;
	background-color: rgba(255,255,255,0.6);
	left: 0;
	right: 0;
	bottom: 0;
	color: #e04a3a;
	cursor: pointer;
	font-size: 30px;
	opacity: 0;
}

.img-circle > a:hover,
.img-circle > a:focus {
	opacity: 1;
}

.img-circle img {
	height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.info {
	background-color: #fff;
	border: 4px dashed #e8a400;
	padding: 15px;
}

.info .info__label {
	font-weight: bold;
}

.select-style {
	border-radius: 15px !important;
	border-color: #d8cfdf !important;
	font-size: 13px !important;
	border-width: 2px !important;
	height: 40px !important;
}

.select2-dropdown {
	border: 1px solid #d8cfdf !important;
}

.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #d8cfdf !important;
}

.select-style .select2-selection__rendered {
	line-height: 36px !important;
}

.select-style .select2-selection__arrow {
	height: 36px !important;
	right: 10px !important;
}

.datepicker {
	padding: .375rem .75rem;
}

.alert .close {
	line-height: 18px;
}

.input-group-box .input-group .input-group-text {
	border-bottom-left-radius: 0;
}

.input-group-box .input-group .form-control {
	border-bottom-right-radius: 0;
}

.input-group-box .form-control-sub {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}

.btn--add {
	position: absolute;
	right: 50px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 0;
	top: -40px;
}

.btn--header {
	position: absolute;
	right: 15px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 0;
	top: -40px;
}

.not-found,
.info-box {
	max-width: 1024px;
	margin: 20px auto 5rem;
	padding: 2rem;
	background: #fff;
	text-align: center;
	border: 1px solid #efefef;
	border-radius: 0.5rem;
	position: relative;
}

.page-box {
	max-width: 1024px;
	margin: 20px auto 5rem;
	padding: 2rem;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 0.5rem;
	position: relative;
}

.page-box table {
	width: 100%;
}

.btn-box {
	margin-top: 20px;
}

.btn-yellow {
	display: inline-block;
	background-color: #a80e37;
	font-weight: bold;
	color: #fff !important;
	border-radius: 5px;
	padding: 10px 15px;
	text-decoration: none;
}

.btn-yellow:hover,
.btn-yellow:focus {
	background-color: #c78f00;
	color: #fff;
}

/* Login Box */

.login-box {
	width: 100%;
	overflow: hidden;
	border-radius: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
	margin-bottom: 50px;
}

.login-box .login-form .content__header {
	margin-bottom: 15px;
}

.login-box .login-form .content__header .label {
	font-size: 18px;
}

.login-box .login-bg {
	width: 40%;
	overflow: hidden;
	position: relative;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.login-box .login-bg .login-bg-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	padding: 50px;
}

.login-box .login-bg .login-bg-desc h5 {
	font-family: 'Cantata One', sans-serif;
	font-weight: bold;
}

.login-box .login-bg::after {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(159,15,53,0.52) 0%, rgba(159,15,53,0.52) 11%, rgba(159,15,53,0.9) 82%, rgba(159,15,53,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(159,15,53,0.52) 0%,rgba(159,15,53,0.52) 11%,rgba(159,15,53,0.9) 82%,rgba(159,15,53,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(159,15,53,0.52) 0%,rgba(159,15,53,0.52) 11%,rgba(159,15,53,0.9) 82%,rgba(159,15,53,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859f0f35', endColorstr='#e69f0f35',GradientType=0 ); /* IE6-9 */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.login-box .login-bg img {
	height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.login-box .login-form {
	width: 60%;
	background-color: #fff;
	padding: 50px 100px;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

@media (max-width: 767.98px) {
	.login-logo {
		text-align: center;
	}
	.login-box .login-bg {
	    width: 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    height: 160px;
	}
	.login-box .login-bg .login-bg-desc {
		padding: 20px 50px;
	}
	.login-box .login-form {
		width: 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 20px 50px;
	}
}

/* Steps */

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
    display: block;
    padding: 0;
}

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 20%;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    float: left;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Cantata One', sans-serif;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: #eff3f5;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: #0071fe;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #a80e37;
    color: #fff;
}

.wizard > .content {
    background: #eff3f5;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 75%;
    padding-top: 20px;
}

.wizard > .content > .body {
    float: left;
    width: 100%;
    height: 100%;
    padding: 2.5%;
}

.wizard > .content > .body legend {
	font-family: 'Cantata One', sans-serif;
}

.wizard > .content > .body ul {
    list-style: disc !important;
}

.wizard > .content > .body ul > li {
    display: list-item;
}

.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input {
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"] {
    display: inline-block;
}

.wizard > .content > .body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body span.error {
    color: #a7173d;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 100%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li {
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active,
.wizard > .actions .btn,
.wizard > .actions .btn:hover,
.wizard > .actions .btn:active {
    background: #0071fe;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active,
.wizard > .actions .disabled .btn,
.wizard > .actions .disabled .btn:hover,
.wizard > .actions .disabled .btn:active {
    background: #eff3f5;
    color: #aaa;
}

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul {
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
    display: list-item;
}

.table-box .radio,
.que-list li .radio {
	position: relative;
}

.table-box .radio .radio__style,
.que-list li .radio .radio__style {
	left: 2px;
	top: 5px;
}

.table-box .radio .radio__style ~ label,
.que-list li .radio .radio__style ~ label {
	cursor: pointer;
}

.table-box .radio .radio__style ~ label::before,
.que-list li .radio .radio__style ~ label::before {
	color: #000;
	font-size: 2.2em;
}

.table-box .radio .radio__style:checked ~ label::before,
.que-list li .radio .radio__style:checked ~ label::before {
	color: #a80e37;
}

.table-box td,
.table-box td p {
	font-size: 12px;
}

.table-box thead th {
	text-align: center;
}

.table-box tbody tr td:nth-child(2) {
	width: 55%;
}

.table-box h5 {
	font-size: 18px;
}

.survey {
	margin-top: 20px;
	margin-bottom: 20px;
}

.survey .btn-box,
.thankyou .btn-box {
	margin-top: 25px;
	margin-bottom: 25px;
}

.survey .btn-box .btn,
.thankyou .btn-box .btn {
	border-radius: 50px;
	padding: 10px 100px;
	font-size: 18px;
	margin: 0 50px;
}

.table-box .radio span.error {
	position: absolute;
	width: 400%;
	text-align: left;
	bottom: -15px;
	left: 0;
	margin-left: 0 !important;
}

.survey .input-group {
	margin-bottom: 25px;
}

.survey .input-group span.error {
	position: absolute;
	bottom: -32px;
	left: 0;
	margin-left: 0 !important;
}

.survey .form-group span.error {
	margin-left: 0 !important;
}

.survey .content__footer {
	display: none;
}

.survey .content__footer p {
	font-size: 14px;
	color: #000;
}

.survey .content__header,
.survey .content__footer {
	border: 1px solid #ddd;
	padding: 50px;
}

.steps-label {
	font-family: 'Cantata One', sans-serif;
}

.hide-mobile {
	display: none;
}

.que-box .que-list {
	padding-left: 0 !important;
	list-style: none !important;
}

.que-box .que-list li {
	list-style: none !important;
	display: inline-block;
	width: 100%;
}

.que-box .que-list li input[type=radio] {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.que-box .que-list li label {
	margin-bottom: 0;
}

.que-box .que-list li .error {
	position: absolute;
    right: 0;
    top: 75%;
}

/* Authorization Form */

.btn {
	text-transform: uppercase;
	font-weight: bold;
}

.kbw-signature {
	background-color: #fff;
}

.form-group-style {
	border: 1px solid #dcdcdc;
	padding: 15px;
	border-radius: 5px;
}

.form-group-style .input-group {
	margin-bottom: 10px;
	/* display: inherit; */
}

.form-group-style .input-group .input-group-text {
	font-size: 12px;
	background: transparent;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

/* .form-group-style .input-group input {
	border-left: 0;
	border-top: 0;
	border-right: 0;
} */

.form-group-style .input-group-prepend {
	width: 25%;
	align-items: flex-start;
}

.form-group-style .input-group .input-box {
	width: 75%;
}

.form-group-style .input-group .input-box p.error {
	color: red;
	margin-bottom: 0;
}

.form-group-style .input-group .input-box .span-label {
	width: 80px;
}

.form-group-style .input-group .input-box .form-control {
	width: 50%;
}

.form-group-style .input-group .input-box .form-control {
	margin-bottom: 10px;
}

.form-group-style .input-group > p.error {
	color: red;
	margin-bottom: 0;
}

.form-group-style .input-group .input-group-text b {
	color: #003399;
}

.form__box--authorization ol {
	padding-left: 15px;
}

.form__box--authorization ol li {
	margin-bottom: 30px;
}

.form__box--authorization ol li br {
	margin-bottom: 20px;
}

.form__box--authorization ol li i,
.form__box--authorization ol li i > input {
	font-weight: bold;
	color: #a80e37;
}

.input-change {
	background-color: transparent;
	border: 0 !important;
	border-bottom: 1px solid #000 !important;
	display: inline !important;
	padding: 0 !important;
	height: auto !important;
}

i > .input-change {
	font-style: italic;
}

.informed-form .table-box td p {
	margin-bottom: 0;
}

.informed-form ol,
.informed-form ul {
	padding-left: 15px;
}

.informed-form ol li,
.informed-form ul li {
	margin-bottom: 15px;
}

.txt-red {
	color: red;
}

@media (max-width: 767.98px) {
	.wizard.vertical > .steps {
		width: 100%;
	}
	.wizard.vertical > .content {
	    display: inline-block;
	    width: 100%;
	    padding-top: 20px;
	    margin: 20px 0 0  0;
	}
	.wizard.vertical > .steps > ul > li {
		width: 25%;
		float: left;
	}
	.wizard.vertical > .steps > ul > li > a {
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.wizard > .content > .body legend {
		text-align: center;
	}
	.table-box .radio .radio__style ~ label::before,
	.que-list li .radio .radio__style ~ label::before {
		font-size: 1.2em;
	}
	.table-box h5 {
	    font-size: 15px;
	}
	.wizard.vertical > .actions {
		margin: 10px 0 0 0;
		float: left;
		text-align: center;
	}
	.table-box thead th {
		font-size: 12px;
	}
	.wizard.vertical > .steps > ul > li {
		font-size: 14px;
	}
	.table-box tbody tr td:nth-child(2) {
		width: auto;
	}
	.hide-mobile {
		display: block;
	}
	.hide-desktop {
		display: none;
	}
	.input-group-prepend {
		font-size: 12px;
		display: inline-block;
		width: 100%;
	}
	.survey .btn-box .btn, .thankyou .btn-box .btn {
	    border-radius: 50px;
	    padding: 6px 50px;
	    font-size: 18px;
	    margin: 10px 0;
	    display: block;
	}
	/*.kbw-signature {
        width: 100%;
    }*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.table-box .radio .radio__style ~ label::before,
	.que-list li .radio .radio__style ~ label::before {
		font-size: 1.2em;
	}
	.table-box h5 {
	    font-size: 15px;
	}
	.wizard.vertical > .actions {
		margin: 10px 0 0 0;
		float: left;
		text-align: center;
	}
	.table-box thead th {
		font-size: 12px;
	}
	.wizard.vertical > .steps > ul > li {
		font-size: 14px;
	}
}