header {
	width: 100%;	/*overflow: hidden;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: visibility 0s, opacity 0.5s linear;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-moz-transition: visibility 0s, opacity 0.5s linear;
	-ms-transition: visibility 0s, opacity 0.5s linear;
	-o-transition: visibility 0s, opacity 0.5s linear;
}
@media all and (max-width: 660px) {
	header h1#logo {
		display: block;
		float: none;
		margin: 0 auto;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
	header nav {
		display: block;
		float: none;
		height: 50px;
		text-align: center;
		margin: 0 auto;
	}
	header nav a {
		line-height: 50px;
		margin: 0 10px;
	}
	header.smaller {
		height: 75px;
	}
	header.smaller h1#logo {
		height: 40px;
		line-height: 40px;
		font-size: 30px;
	}
	header.smaller nav {
		height: 35px;
	}
	header.smaller nav a {
		line-height: 35px;
	}
}
header.smaller1 .navbar-inverse {
	visibility: hidden;
	opacity: 0;
	height: 0px;
}
header.smaller1 .disip-nav {
	position: fixed;
	top: 0;
}
/*general*/
body {
	font-family: 'Varela Round', sans-serif;
	background: white;	/*padding-top: 140px;*/
	padding-top: 72px;
	color: black;
}
* {
	font-family: 'Varela Round', sans-serif;
}
option {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px;
}
p {
	color: black;	/*font-size: 14px;*/
}
h2 {
	font-size: 28px;
	font-weight: 700;
	color: #363435;
}
.h4, h4 {
	color: #1f1e41;
	font-weight: 800;
	font-size: 14px;
}
li {
	color: black;
}
a {
	color: #1f1e41;
	text-decoration: none;
	transition: all 350ms ease-in-out;
	cursor: pointer;
	font-weight: 700;
}
a.sayyes {
	color: white;
}
a:hover {
	color: #57efd4;
	text-decoration: none;
}
label {
	font-weight: 700;
	color: #777777;
	display: block;
}
label span {
	font-weight: 400;
}
.blue-select {
	background: #464264;
	border: none;
}
select, input, textarea, .textarea {
	width: 100%;
	height: 40px;
	border: solid 1px #ededed;
	margin-bottom: 15px;
	padding: 10px;
	outline: none;
	transition: all 350ms ease-in-out;
}
.textarea p {
	margin-bottom: 0;
}
input.delete-btn {
	width: calc(100% - 56px);
	float: right;
}
input.upload-btn {
	width: calc(100% - 83px);
	float: right;
}
select:focus, input:focus, textarea:focus {
	border-color: #1f1e41;
}
.center {
	text-align: center;
}
button {
	background: #ededed;
	border: none;
	border-radius: 0px;
	height: 40px;
	font-weight: 700;
	color: #777777;
	padding: 0 15px;
	outline-color: #1f1e41;
	transition: all 200ms ease-in-out;
	margin-bottom: 15px;
}
button:hover {
	background: #dddddd;
}
button img {
	max-height: 20px;
}
button.light-blue-btn {
	background: #c3511d;
	color: #ffffff;
}
button.light-blue-btn:hover {
	background: #e06831;
}
button.blue-btn {
	background: #1f1e41;
	color: white;
}
button.blue-btn:hover {
	background: #3c5899;
}
button.gray-btn {
	background: #eeecee;
	color: #1f1e41;
}
button.gray-btn:hover {
	background: #dddddd;
}
button.red-btn {
	background: #c3511d;
	color: white;
}
button.red-btn:hover {
	background: #e06831;
}
.big-btn {
	margin-top: 15px;
	margin-bottom: 15px;
}
.circle-btn {
	width: 55px;
	height: 55px;
	border-radius: 80px;
	background: #c3511d;
	border: none;
	outline: none;
	margin-right: 6px;
	padding: 0px;
}
.circle-btn > img {
	height: auto;
	max-height: 25px;
}
.circle-btn.btn-info:hover {
	color: #fff;
	border: none;
	background: #c3511d;
}
.circle-btn.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #57efd4;
	border-color: transparent;
	box-shadow: none;
	outline: none;
}
.circle-btn.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #57efd4;
	border-color: transparent;
	outline: none;
}
.delete-img {
	position: absolute;
	left: 2px;
	bottom: 2px;
	margin: 0;
}
.left {
	text-align: left;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.page-title {
	display: table;
	margin-bottom: 20px;
	margin-top: 50px;
}
.page-title > img {
	/*height: 30px;
	 display: table-cell;
	 vertical-align: middle;
	 margin-left: 15px;*/
	height: 34px;
	display: table-cell;
	vertical-align: middle;
	margin-left: 15px;
	padding-top: 6px;
}
.page-title > h2 {
	display: table-cell;
	vertical-align: middle;
}
.box {
	width: 100%;
	background: white;
	box-shadow: 0px 1px 4px rgba(157, 157, 157, 0.6);
	margin-bottom: 15px;
}
.box-shadow {
	box-shadow: 0px 1px 4px rgba(157, 157, 157, 0.6);
}
.padding-botton-box {
	padding: 0px 0px 15px 0px !important;
}
.box .titel-strip {
	width: 100%;
	height: 34px;
	background: #ededed;
	display: table;
	margin-bottom: 15px;
}
.box .titel-strip p {
	color: #1f1e41;
	display: table-cell;
	vertical-align: middle;
}
.box .titel-strip p span {
	font-weight: 800;
}
.upload-img-box {
	margin-bottom: 15px;
	height: 200px;
	border: solid 1px #ededed;
	margin-left: 15px;
}
.no-padding {
	padding: 0;
}
.no-padding-right {
	padding-right: 0;
}
.no-margin {
	margin: 0;
}
.space-btn {
	margin-left: 7px;
}
.blue-bold {
	color: #1f1e41;
	font-weight: 800 !important;
}
.blue-bold > span {
	font-weight: 400;
}
.bold {
	font-weight: 800 !important;
}
.bold > span {
	font-weight: 400;
}
.error {
	border: 1px solid red !important;
}
.help-block {
	color: red;
	margin-top: 0px;
	position: absolute;
	bottom: -3px;
	margin-bottom: 0;
}
.line {
	width: 100%;
	margin: 20px 0 30px 0;
	padding: 0;
	text-align: center;
	position: relative;
	color: #2a3c52;
}
.line:before {
	margin: 0 20px 8px 0;
	content: " ";
	text-shadow: none;
	background-color: gray;
	display: block;
	position: absolute;
	width: 40%;
	height: 1px;
	border-top: 1px solid #2a3c52;
	top: 50%;
	left: 0;
}
.line:after {
	margin: 0 0px 8px 0;
	content: " ";
	text-shadow: none;
	background-color: gray;
	display: block;
	position: absolute;
	width: 40%;
	height: 1px;
	border-top: 1px solid #2a3c52;
	top: 50%;
	right: 0;
}
.bold_text {
	font-weight: 800;
}
.hiden {
	visibility: hidden;
}
/*radio*/
.radio-info input[type="radio"]:checked + label::before {
	border-color: transparent;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: none;
	border-radius: 50%;
	background-color: #cccccc;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label.required::before {
	border: 1px solid red;
}
.required .simditor {
	border-color: red;
}
.error_pas {
	border-bottom: 1px solid red !important;
}
.radio label.ansRight::before {

	background-color: #c3511d;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #1f1e41;
}

.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio-info input[type="radio"] + label::after {
	background-color: #1f1e41;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 9px;
	height: 9px;
	left: 4px;
	top: 4.19px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	margin-left: -20px;
}
.radio label {
	/*display: inline-block;*/
	position: relative;
	padding: 0;
	margin-left: 20px;
}
.select_disabled {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.relative {
	position: relative;
}
/*checkbox*/
.checkbox, .radio {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;	/* border: 1px solid #cccccc; */
	border-radius: 3px;
	background-color: #cccccc;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	top: 5px;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #1f1e41;
	border-color: #1f1e41;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
	padding: 0;
	text-align: center;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 6px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-left: 0px;
	margin-top: 7px;
	display: none;
}
.discribe-checkbox {

	display: inline;
	margin-right: 5px;
}
.inline-checkbox {
	/*display: initial;*/
	display: inline-block;
	margin-left: 35px;
}
.inline {
	display: inline-block;
}
.block {
	display: block;
}
.check-line {
	margin-bottom: 8px;
}
.all-checkbox {
	margin-bottom: 10px;
	height: 22px;
}
.checkbox.error-checkbox label::before {
	border: 1px solid red;
}
/*notes*/
.notes {
	padding: 2px;
	background: #ededed;
	position: fixed;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	margin: 0;
}
.add-note > textarea {
	height: 70px;
	margin: 0;
	margin-bottom: 5px;
	border: 0;
	color: #77777b;
	transition: all 350ms ease-in-out;
	text-align: right;
}
.add-note {
	position: relative;
}
.my-note {
	position: relative;
}
.my-notes {
	height: 69px;
	overflow-y: scroll;
	background: white;
	padding: 5px 15px;
}
.my-note textarea, .my-note .textarea {
	min-width: 180px;
	height: 62px;
	background: white;
	padding: 10px;
	overflow-y: scroll;
	margin: 0;
	vertical-align: middle;
}
.my-note textarea:focus {
	color: #575757;
}
.my-note button {
	position: absolute;
	left: 5px;
	bottom: 5px;
	height: initial;
	padding: 1px 5px;
	margin: 0;
}
.my-notes > p > span, .manmonic > p > span {
	font-size: 10px;
}
.my-notes > p, .manmonic > p {
	border-bottom: solid 1px #ededed;
	padding-bottom: 6px;
	margin-bottom: 2px !important;
}
.add-note-btn {
	width: 30px;
	height: 30px;
	border-radius: 0px;
	background: #1f1e41;
	position: absolute;
	left: 15px;
	bottom: 10px;
	text-align: center;
	padding: 4px;
	padding-top: 6px;
	margin: 0;
	outline: none;
}
.add-note-btn > img {
	width: 15px;
	margin: 0 auto;
}
.up-down {
	height: 30px;
	background: #ededed;
	position: absolute;
	left: 0;
	top: -30px;
	text-align: center;
	padding: 5px 20px;
	cursor: pointer;
}
/*popup - modal*/
.modal-header {
	background-color: #363435;
}
.modal-backdrop.in {
	opacity: 0.2;
}
.modal.fade .modal-dialog {
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	display: table;
}
/*.modal-header > p {
 display: inline-block;
 color: white;
 font-size: 27px;
 margin: 6px 0 0 0;
 }*/
.modal-header .close > .fa-times {
	color: white;
	font-size: 48px;
	margin-top: 2px;
}
.modal-header .close {
	opacity: 1;
}
.modal-content {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.modal-body {
	padding: 42px;
}
/*header*/
header .navbar-inverse {
	background-color: #920000;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	transition: visibility 0s, opacity 0.5s linear;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-moz-transition: visibility 0s, opacity 0.5s linear;
	-ms-transition: visibility 0s, opacity 0.5s linear;
	-o-transition: visibility 0s, opacity 0.5s linear;
}
.disip-nav {

	width: 100%;	/*background: #464264;*/
	transition: top 0.8s ease-in-out;	/*height: 100px;*/
	height: 36px;
}

.topic-nav {
	width: 100%;
	background: #ededed;	/*min-height: 36px;*/	/*min-height: 66px;*/	/*border-top: solid 1px rgba(255, 255, 255, 0.19);*/
}
.topic-nav tr td {
	padding: 0;
	color: #1f1e41 !important;
	font-weight: 700;
	padding-left: 17px !important;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	padding-right: 17px !important;
	font-size: 13px;
}
.topic-nav tr td:hover {
	/*color: #57efd4;*/
}
.subtopic {
	display: none;
}
.disip-nav tr td {
	padding: 0;
	color: white;
	font-weight: 600;
	padding-left: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	padding-right: 24px;
}
.disip-nav tr td:hover {
	background: #ededed;
	color: #f4392c !important;
	font-weight: 700; /* border-right: solid 1px #464264; */
}
.disip-nav .menu-tabel {

	display: table;
	width: 100%;
	display: table;
	width: 100%;
	padding: 0 30px;
	height: 36px;
	background: #464264;
}

.input-search {
	box-shadow: 1px 1px 4px #9d9d9d;
	*/
	height: 30px;
	background: rgb(255, 255, 255);
	border: solid 1px gainsboro;
	width: calc(100% - 57px);
	margin: 0;
}
.search-btn {
	height: 30px;
	float: left;	/*box-shadow: 1px 1px 4px #9d9d9d;*/
	margin: 0;
}
.home {
	display: table-cell;
	vertical-align: middle;
}
.home i {
	font-size: 20px;
	transition: all 200ms ease-in-out;
	color: white;
}
.home i:hover {
	color: #f4392c;
}
.search-icon {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	text-align: center
}
.search-icon-hover:hover {
	background: #ededed;
	color: #1f1e41;
}
.search-icon i {
	font-size: 20px;
	transition: all 200ms ease-in-out;
	color: white;
}
.search-icon:hover i {
	color: #1f1e41;
}
.user-photo {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 16px;
	border-radius: 60px;
	position: relative;
	margin-left: 0;
}
.user-photo img {
	min-height: 40px;
	max-height: 60px;
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
}
.points-bag img {
	height: 24px;
	position: absolute;
	margin: auto;
	top: 24px;
}
.points-bag .back {
	padding: 0px 4px;
	background: #f4392c;
	border-radius: 30px;
	position: absolute;
	top: 30px;
	right: 10px;
	height: 22px;
	min-width: 22px;
	font-weight: 700;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: transparent;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #1f1e41;
	text-decoration: none;
	background-color: #ededed;
}
.navbar-inverse .navbar-nav > li > a {
	color: white;
	padding: 14px 26px;
}
.dropdown-menu > li > a {
	color: #1f1e41;
	padding: 8px;
}
.dropdown-menu {
	padding: 0;
}
button.sign-in {
	margin: 5px;
}
/*footer*/
footer {
	background: #363435;	/*margin-top: 90px !important;*/
	padding: 40px 15px;
	padding-bottom: 0;
}
.footer p {
	color: white;
	font-size: 18px;
	margin-bottom: 3px;
}
.footer ul {
	color: white;
}
.footer li {
	color: white;
}
.footer  i {
	color: white;
}
footer.row {
	margin: 0;
}
footer ul {
	font-weight: 700;
	padding: 0;
}
footer i.social {
	font-size: 34px !important;
	margin-left: 7px;
	margin-top: 30px;
	transition: all 200ms ease-in-out;
}
footer i.social:hover {
	color: #464264;
}
footer li {
	font-weight: 400;
	list-style: none;
	transition: all 200ms ease-in-out;
}
footer li:hover {
	color: #57efd4;
}
footer ul a:hover {
	text-decoration: none;
}
.footer form.contact input, .footer form.contact textarea {
	margin-bottom: 5px;
	background: #494949;
	border: 0;
	height: 36px;
	color: white;
	transition: all 350ms ease-in-out;
}
.footer form.contact .help-block {
	position: relative;
	margin-top: -6px;
	margin-bottom: 4px;
}
footer form.contact textarea {
	height: 80px;
	transition: all 350ms ease-in-out;
}
.footer form.contact input:focus, .footer form.contact textarea:focus {
	border: solid 1px #ededed;
	color: white;
}
footer form.contact button {
	height: 30px;
	float: left;
	margin-top: -5px;
}
.credit-build {
	text-align: center;
	border-top: solid 1px #ffffff3d;
	padding-top: 15px;
	padding-bottom: 6px;
}
.credit-build p {
	color: white;
	font-size: 15px;
}/*home*/
.banner img {
	width: 100%;
}
.landing-page p {
	color: darkgray;
	font-size: 16px;
}
.landing-page h2 {
	font-size: 42px !important;
	margin-bottom: 0;
	letter-spacing: -1px;
}
.landing-page h4 {
	font-size: 22px;
	font-weight: 700;
}
.landing-page .sub-discription {
	font-size: 26px;
	color: darkgray;
	font-weight: 300;
}
.discribe-icn {
	width: 80px;
}
.video {
	padding-top: 60px;
}
.fifth {
	width: 19%;
	padding: 0px 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0 38px;
	margin-bottom: 18px;
}
.first {
	animation-delay: 7s;
}
.tow {
	animation-delay: 7.2s;
}
.three {
	animation-delay: 7.4s;
}
.four {
	animation-delay: 7.6s;
}
.five {
	animation-delay: 7.8s;
}
.center-btn {
	display: block;
	margin: 0 auto;
	width: 29%;
	margin-top: 35px;
}
.gray-bg {
	background: #ededed;
	padding-top: 60px;
	margin-top: 60px;
	background-image: url(../img/chas.png);
	background-size: cover;
	height: 764px;
}
.statistic {
	max-width: 530px;
	margin-top: 100px;
}
.person {
	max-height: 475px;
}
.fifth h4 {
	font-size: 18px;
	font-weight: 500;
	color: #920202;
}
.fifth p {
	line-height: 18px;
	font-size: 18px;
}
.benefits-circle {
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 100px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 28px;
	background-color: #eaeaea;
}
.computer {
	padding-top: 70px;
	padding-top: 70px;
	/* position: relative; */
	box-shadow: 1px 2px 20px 3px #888888;
	margin-top: -9px;
	background-color: white;
	z-index: 9;
	position: relative;
}
section.banner {/*background-image:url('/common/assets/img/home_banner.jpg');  */
	position: relative;
}
section.banner p {
	color: white;
	margin-bottom: 0;
	color: white;
	margin-bottom: 0;
	font-size: 25px;
	line-height: 27px;
	/*font-size: 22px !important;    font-weight: 300;    line-height: 25px;*/
}
section.banner p:nth-child(1), section.banner p:nth-child(2) {/*font-size: 57px !important;    line-height: 57px;*/
}
section.banner p:nth-child(1) {/*font-weight: bold;*/
}
section.banner p:nth-child(2) {
	font-weight: 300;
}
.banner_message {
	position: absolute;
	width: 70%;
	height: 300px;
	padding-right: 10%;
	display: table-cell;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	text-align: center;
}
.sum_qst {
	height: 116px;
	display: table;
	width: 100%;
	text-align: center;
}
.sum_qst > .bold_mark {
	display: table-cell;
	vertical-align: middle;
}
.sum_qst_circle {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: red;
	display: inline-block;
	margin-left: 7px;
}
.line-one {
	display: inline-block;
	width: 100%;
	padding-bottom: 28px;
	border-bottom: 1px solid #dfdfdf;
}
.review-button {
	padding-top: 28px;
	text-align: center;
	padding-bottom: 0;
	border: none;
}
@media screen and (max-width: 1230px) {
	section.banner p:nth-child(1), section.banner p:nth-child(2) {
		font-size: 50px;
		line-height: 50px;
	}
}
section.banner p.big_message {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
}
/*edit Qastiond*/
.copy-box {
	height: 140px;
	background: #ededed;
	overflow-y: scroll;
	margin-bottom: 15px;
	padding: 15px;
}
.copy-box-input {
	height: 40px;
	padding: 10px;
}
.copy-box-short1 {
	height: 50px;
}
.copy-box.short-copy-box {
	height: 65px !important;
}
.instraction {
	margin-bottom: 15px;
	margin-top: 15px;
}
.create-topic {
	height: inherit;
	float: left;
	margin: 0;
	padding: 0px 8px;
}
/*create-test*/
.content-img {
	height: 330px;
	background-image: url(../img/banner_create_test.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.content-img p {
	color: white;
	font-weight: 700;
	font-size: 52px;
	line-height: 49px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 102px;
	width: 1170px;
	right: 0;
	left: 0;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
}
.number-step {
	width: 60px;
	height: 60px;
	text-align: center;
	background: #ededed;
	border-radius: 60px;
	color: #8f8f8f;
	font-size: 37px;
	font-weight: 100;
	padding-top: 2px;
	margin-top: -5px;
}
.step {
	margin-bottom: 20px;
	margin-top: 14px;
}
.timer-space {
	padding-left: 60px;
	padding-right: 0;
}
.after_create, .dnone {
	display: none;
}
.btn-center-modal {
	width: 100%;
	text-align: center;
}
.btn-center-modal > button {
	width: 25%;
}
/*test*/
.arrow-question {
	width: 22px;
	height: 100%;
	background: #464362;
	display: inline-block;
	text-align: center;
}
.arrow-question i {
	color: white;
	font-size: 27px;
	text-align: center;
	margin-top: 6px;
	transition: all 350ms ease-in-out;
	cursor: pointer;
}
.light {
	margin-bottom: 15px;
	margin-left: 5px;
}
.arrow-question i:hover {
	color: #f4392c;
}
.question-num {
	/*width: calc(100% - 44px);*/
	background: #1f1e41;
	height: 100%;
	display: inline-block;
	margin: 0;
	width: 160px;
}
.question-num h2 {
	color: white;
	margin: 0;
	text-align: center;
	margin-top: 5px;
}
.flag {
	width: 42px;
	margin: 0;
	margin-right: 5px;
	float: left;
	padding: 0;
}
.flag img {
	max-height: 27px;
}
.name-question {
	height: 40px;
	display: inline-block;
}
.what-qs {
	font-weight: 700;
	color: #1f1e41;
	margin-bottom: 24px;
}
.all-bar {
	width: 100%;
	height: 10px;
	border-radius: 50px;
	background: #ededed;
	margin-top: 8px;
}
.procent {

	height: 100%;
	background: #f4392c;
	border-radius: 50px;
}
.procent_green {
	background: green;
}

.right-procent {
	background: #57efd4 !important;
}
.solutions label {
	font-weight: 400;
	color: black;
}

.owl {
	width: 80px;
	height: 80px;
	background: #57efd4;
	display: inline-block;
	float: right;
	position: relative;
}
.owl img {
	width: 52px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.poenta {
	width: calc(100% - 80px);
	background: #ededed;
	display: inline-block;
	min-height: 80px;
	padding: 15px;
}
.poenta h4 {
	margin: 0;
}
.poenta-arrow.arrow-up {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 17px solid #ededed;
	left: 50px;
	position: absolute;
	top: -15px;
}
.stop {
	width: 30px;
	height: 30px;
	border-radius: 60px;
	margin: 0;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 16px;
	margin-left: 5px;
	outline: none;
	z-index: 9999;
	position: relative;
}
.timer {
	font-size: 35px;
	color: #1f1e41;
	margin: 0;
}
.go-to {
	width: 44px !important;
	height: 26px;
	padding: 0;
	padding-right: 5px;
}
.arrow-go-to {
	height: 26px !important;
	width: 26px;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 0;
	float: left;
}
.stopTimer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 999;
}
/* edit entry */
.simditorEntry .simditor {
	margin-bottom: 15px;
	border-bottom: 4px solid #1f1f3f;
}
.simditor-body {
	font-size: 14px !important;
}
.upload-entry input.upload-btn {
	width: calc(100% - 91px);
}
.top-btn {
	margin-top: 25px;
}
/* entry */
.entry .panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: transparent;
	border: none !important;
	background: white;
	box-shadow: 0px 1px 4px rgba(157, 157, 157, 0.6);
	border-radius: 0;
}
.entry .panel-group .panel {
	border-radius: 0;
	border: 0;
}
.entry .panel-title {
	color: #1f1e41;
	font-weight: 800;
	font-size: 14px;
	display: inline-block;
}
.entry .panel-group .panel-heading {
	border-bottom: 0;
	background: #ededed;
	border-radius: 0px;
	height: 34px;
	padding: 6px 15px;
}
.entry .panel-group .panel+ .panel {
	margin-top: 15px;
}
.entry .down {
	float: left;
	float: left;
	color: #1f1e41;
	margin-top: 3px;
}
.entry-name {
	padding-top: 50px;
	padding-bottom: 30px;
}
.side-menu {
	background: #ededed; /* height: calc(100vh - 122px); */
	overflow-y: scroll; /* position: absolute; */ /* padding-top: 0; */ /* padding-bottom: 541px; */
}
#ex3::-webkit-scrollbar {
	width: 8px;
	background-color: #cccccc;
}
#ex3::-webkit-scrollbar-thumb {
	background-color: #1f1e41;
	border-radius: 10px;
}
#ex3::-webkit-scrollbar-thumb:hover {
	background-color: #1f1e41;
	border: 1px solid #333333;
}
#ex3::-webkit-scrollbar-thumb:active {
	background-color: #A6393D;
	border: 1px solid #333333;
}
#ex3::-webkit-scrollbar-track {
	border-radius: 10px;
}
.entry .side-menu .panel-group .panel-heading {
	border-bottom: 0;
	background: white;
	border-radius: 0px;
	height: 40px;
	padding: 10px 20px;
}
.entry .side-menu .collapse.in {
	background: #ededed;
}
.entry .side-menu .panel-group {
	margin-bottom: 0;
	width: 100%;
}
.entry .side-menu .panel-group .panel+ .panel {
	margin-top: 0;
	border-top: solid 2px #ededed;
}
.sub-entry {
	min-height: 30px;
	padding: 4px;
	font-weight: 400;
	color: #1f1e41;
	transition: all 300ms ease-in-out;
}
.sub-entry:hover {
	text-decoration: underline;
}
/*review*/
.open {
	width: 30px;
	height: 30px;
	border-radius: 60px;
	padding: 0;
	font-weight: 800;
	color: #1f1e41;
	outline: none;
	margin-right: 15px;
}
.collapse {
	margin-bottom: 30px;
}
.review {
	width: 100%;
}
.review tr:first-child {
	background: #1f1e41 !important;
	height: 36px !important;	/*display: flex;*/
	vertical-align: middle;
}
.review tr:first-child td {
	color: white !important;
	font-weight: 700 !important;
	vertical-align: middle;
	height: 36px;
}
.review tr:first-child td:first-child {
	border: none;
}
.review tr td:first-child {
	border-left: solid 1px #ededed;	/* border-right: solid 6px #777777; */
	/*width: 25px;*/
	width: 38px;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	max-width: 25px;
	position: relative;
}
.review tr td:first-child + td {
	font-weight: 800;
	color: #1f1e41;	/*width: 20%;*/
}
.review tr td {
	vertical-align: middle;
}
.sort-num {
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	background: #464264;
	color: white;
	border: none;
	outline: none;
}
.sort-num:hover {
	background: #464264;
	color: #f4392c;
}
.review tr td {
	/*font-size: 12px;*/	/*width: 16%;
	 max-width: 15%;*/
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 5px;
	height: 72px;	/*display: inline-block;*/
	position: relative;
}
.review tr td:last-child {
	width: 36px;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.review tr td:last-child img {
	width: 18px;
}
.review textarea.my-note {
	margin: 0;
	height: 100%;
	vertical-align: middle;
}
.review tbody tr:nth-child(odd) {
	background: #f5f5f5;
}
.more {
	color: #57efd4;	/*font-size: 6px;*/
	text-align: left;
	padding-top: 3px;
	cursor: pointer;
	position: relative;
}
.more:hover .contain-more {
	display: block
}
.contain-more {
	width: 227px;
	background: white;
	box-shadow: 0px 1px 4px #333;
	padding: 10px;	/*font-size: 12px;*/
	position: absolute;
	border-radius: 2px;
	font-weight: 400;
	color: #1f1e41;
	display: none;
	margin: auto;
	right: 50%;
	text-align: right;
	z-index: 9999;
}
.contain-more .more {
	color: #575757;
	font-size: 6px;
	text-align: right;
}
.review .status {
	border-right: solid 4px #777777;
	height: 62px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
.review .failure {
	border-color: #f4392c;
}
.review .sacces {
	border-color: #57efd4;
}
.sort-number {
	padding-right: 5px;
	font-weight: 600;
	margin: 0;
}
/*packages*/
.package {
	margin-bottom: 20px;
	/*height: 495px;*/
}
.row_packages{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.package .pack-name {
	display: table;
	width: 100.2%;
}
.package .pack-name p {
	background: #464264;
	padding: 10px 15px;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	color: #57efd4;
	height: 96px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.pack-info {
	background: #363435;
	padding: 15px;
	height: 246px;
	position: relative;
	margin-top: auto;
}
.add_to_sal {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 32px;
}
.in_sal {
	color: #c37957;
	text-align: right;
	padding: 0 15px;
}
.in_sal > .fa.fa-check {
	margin-left: 4px;
}
.pack-num-qtn {
	text-align: center;
	color: white;
	font-size: 22px;
	padding-bottom: 14px;
	width: 80%;
	margin: 0 auto;
	padding-top: 0px;
}
.pay {
	text-align: center;
	font-size: 70px;
	font-weight: 900;
	color: white;
	margin: 0;
    margin-top: 36px;
    line-height: 40px;
}
.pay span {
	font-size: 26px;
	font-weight: 400;
}
.valid {
	margin-bottom: 18px;
	color: white;
	margin-top: -5px;	/*font-size: 13px;*/
	text-align: center;
}
.points img {
	width: 100px;
	margin-top: 100px;
}
.ui-select-multiple.ui-select-bootstrap {
	border-radius: 0px;
	border: 1px solid rgb(237, 237, 237);
	box-shadow: none;
	min-height: 40px;
	font-weight: 500;
	padding: 6px 5px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
	margin-top: 2px;
}
.ui-select-choices-row:hover{
	background-color: #8080805c;
    cursor: context-menu;
}
/*saved-tests*/
.all-saved {
	padding-top: 30px;
}
.all-saved .box {
	margin-bottom: 30px;
	min-height: 275px;
}
.saved-tests-btn button {
	margin-bottom: 10px;
	height: 33px;
}
.all-saved .num-of-qtn {
	color: gray !important;
	text-align: left;
	font-weight: 600 !important;
	float: left;
}
/*popup*/
.close-popup {
	width: 37px;
	height: 37px;
	background: #5d5b5b;
	border-radius: 50px;
	padding: 0px;
	margin: 0;
}
button.close-popup:hover {
	background: #5d5b5b !important;
}
h4.modal-title {
	color: white;
	text-align: right;
	font-weight: 400;
	font-size: 23px;
	padding-right: 8px;
}
.popup-img {
	width: 100%;
	height: inherit;
}
.modal-body {
	max-height: 550px;
	overflow-y: auto;
}
.ui-select-multiple.ui-select-bootstrap:before {
	content: "\A";
	border-left: 3px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid grey;
	position: absolute;
	left: 5px;
	top: 15px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
	width: 100% !important;
}
a:focus, img:focus, button:focus {
	outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.active-category {
	color: #0ca09a !important;
	font-weight: bold !important;
}
.active-cat3 {
	background: #464264 !important;
	color: white !important;
}
.active-cat3-h4 {
	background: #464264 !important;
	color: white !important;
}
/*.active-cat, .topic-nav tr td.active-cat {
	background: #ededed;
	color: #f4392c !important;
	font-weight: 700 !important;
}*/
.quiz iframe {
	height: 310px;
	height: 440px !important;
}
.vizual .collapse {
	height: 220px;
}
iframe {
	width: 100% !important;
	height: 100% !important;
}
.img-entry {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
}
.all_answers .radio-inline {
	float: right;
}
.dropdownTests {
	z-index: 99999999;
	top: 72%;
	box-shadow: none;
}
.wait {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 99;
	text-align: center;
	display: none;
}
.wait > .fa-spinner {
	font-size: 50px;
	color: black;
}
.wait > p {
	color: black;
	font-size: 22px;
}
.sub-rate {
	width: 100%;
	float: right;
	background-color: #eeecee;
	margin-bottom: 15px;
	cursor: pointer;
}
.sub-rate > div {
	padding: 8px 15px;
	height: 41px;
	display: table;
}
.sub-rate > div:first-child {
	background-color: #cfcdcf;
}
.sub-rate > div > p.textSub {
	color: #464264;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	width: calc(100% - 70px);
	float: right;
	cursor: pointer;
}
.sub_percents {
	width: 50%;
	height: 20px;
	display: table-cell;
	vertical-align: middle;
}
.sub_percents div {
	height: 20px;
	float: left;
}
.sub_percents > div:nth-child(1) {
	background-color: #cfcdcf;
}
.sub_percents .sub_percents_color > div:nth-child(1) {
	background-color: #ff3832;
}
.sub_percents .sub_percents_color > div:nth-child(2) {
	background-color: #22eed8;
}
.rate_solved {
	padding: 3px 15px !important;
}
.rate_solved > p {
	font-size: 12px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	/*.navbar.navbar-inverse {
		display: none;
	}*/
}
.top-col {
	margin-top: 108px;
}
.simditor-qst {
	margin-bottom: 15px;
}
.simditor-qst .simditor-body {
	min-height: 100px;
	height: 155px;
}
.fa-flag.flag {
	font-size: 22px;
	margin-top: 6px;
	cursor: pointer;
}
.qst-single {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}
.qstNum {
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
	float: right;
}
.open_header {
	color: white; /*display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	display: none;
	cursor: pointer;
}
.searchInput {
    width: calc(100% - 62px);
    height: 34px;
    margin: 0;
    float: right;
    margin-top: -2px;
}
.search_line p {
	font-size: 18px !important;
	color: black !important;
	display: inline;
	font-weight: bold;
}
.search_line p.search_line {
	color: #464264 !important;
	font-weight: 500;
	width: 70px;
	float: right;
}
.search_line img {
	display: none;
}
.question-num h2 span {
	font-size: 28px !important;
}
header a, header td, header label {
	font-size: 14px !important;
}
.simditor .simditor-body, .editor-style {
	font-size: inherit !important;
}
table.review img, .qst_text img, .all_solution img, .qstInEntry img {/*max-width: 200px;	max-height: 200px;*/
}/*.td_qst{	width: 165px;}*/
.review tr td:nth-child(3) {
	max-width: 130px;
}
.review tr td:nth-child(5) {
	min-width: 280px;
}
.btn-center {
	margin: 0 auto;
	width: 50%;
	text-align: center;
}
.btn-center > button {
	width: 45%;
}
.bold_mark {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.mark_text {
	color: #57efd4;
	font-size: 120px;
	font-weight: 300;
	line-height: 98px;
}
#donutchart svg > g:nth-child(1) {
	display: none;
}
#register.modal .modal-body {
	max-height: 655px;
}
.type-search {
	background-color: #eeecee;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.type-search > p {
	margin-bottom: 0;
	font-weight: bold;
}
.ytp-pause-overlay, .ytp-scroll-min {
	display: none !important;
}
.ytp-pause-overlay.ytp-scroll-max {
	display: none;
}
p {
	font-family: 'Varela Round', sans-serif !important;
}
.banner_btn {
	height: 50px;
	background-color: #363435;
	color: white;
	float: none;
}
.banner_btn img {
	max-height: 40px;
	margin-left: 8px;
	width: auto;
}/*.disip-nav table{	width: 100%;    overflow-y: scroll;    overflow-x: hidden;    height: 40px;    max-height: 40px;    display: -webkit-box;}.disip-nav tr td{	display: -webkit-inline-box;}body::-webkit-scrollbar {    width: 1em;} body::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);} body::-webkit-scrollbar-thumb {  background-color: darkgrey;  outline: 1px solid slategrey;}*/
.collapse-me img {
	cursor: pointer;
}
.flag-review {
	color: rgb(244, 57, 44);
	height: 22px;
	width: auto;
	text-align: center;
	margin-top: auto !important;
}
.abs-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	float: none;
}
@media screen and (max-width: 1200px) {
	.saved-tests-btn button {
		font-size: 13px;
	}
}
table.review img {
	max-width: 120px;
}
.div-comments button {
	position: relative;
	bottom: 0;
	left: 0;
	margin-right: 5px;
}
.btn-delete-com {
	position: relative;
	bottom: 0;
	left: 0;
	margin-right: 5px;
	height: initial;
	padding: 1px 5px;
	margin: 0;
}
section.messages {
	background-image: url(../img/messages.png);
	height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
}
section.messages #myCarousel, .messages .carousel-inner, .messages .item {
	height: 230px;
}
.messages .item {
	padding: 0 75px;
	text-align: right;
}
.messages .item:not(.active){
	display: none;
}
.messages .item > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.date-message {
	color: black;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 33px;
}
.text-message {
	font-size: 22px !important;
	font-weight: inherit;
	line-height: 25px;
	color: #909090 !important;
	margin-top: 10px;
}
.text-message p, .text-message span {
	font-size: 22px !important;
	color: #909090 !important;
}
.messages .carousel-control {
	background-image: linear-gradient(to right, transparent 0%, transparent 100%);
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0);
	width: 23px;
	height: 32px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 25px;
	opacity: .9;
}
.carousel-control .fa {
	color: #ff3c34;
}
.carousel-indicators li {
	border: 1px solid #FF3C36;
}
.carousel-indicators .active {
	background-color: #ff3c34;
}
.title-message {
	display: block;
	color: #ff3c34;
	font-size: 22px;
	font-weight: 600;
}
.col-popup {
	margin-bottom: 17px;
}
.other-input {
	width: auto;
	border: none;
	border-bottom: 2px solid #777777;
	height: 22px;
}
.msg_package {
	color: white;
	bottom: 11px;
	position: absolute;
	text-align: center;
	width: 100%;
	right: 0;
}
.titel-strip-div {
	width: 41.66666667%;
	height: 34px;
	display: table;
}
button {
	border-radius: 14px;
}
.red_text {
	color: #920202 !important;
	font-size: 20px !important;
	margin: 30px 0;
}
.computer .packages_btn {
	position: absolute;
	bottom: 93px;
	right: 0;
	left: 0;
	margin: auto;
}
.video h2 {
	font-weight: 500;
	margin-top: 0;
}
.benefits-circle > img {
	max-width: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
}
.benefits {
	text-align: center;
}
.gray-bg h2 {
	color: #920202;
	font-weight: 600;
}
.gray-bg p {
	font-size: 20px;
}
.footer form.contact input::-webkit-input-placeholder, .footer form.contact textarea::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: white;
}
.footer form.contact input::-moz-placeholder, .footer form.contact textarea::-webkit-input-placeholder {/* Firefox 19+ */
	color: white;
}
.footer form.contact input:-ms-input-placeholder, .footer form.contact textarea::-webkit-input-placeholder {/* IE 10+ */
	color: white;
}
.footer form.contact input:-moz-placeholder, .footer form.contact textarea::-webkit-input-placeholder {/* Firefox 18- */
	color: white;
}
footer .first_row {
	padding-bottom: 30px;
}
.computer_contain {
	width: 90%;
	float: left;
}
.login_btn {
	margin: 12px;
}
.pack-image{
    height: 164px;
    position: relative;
    overflow: hidden;
    background-color: #363435;
}
.pack-image>img{
    position: absolute;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.package_name{
	text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #c3511d;
    width: 100%;
    margin-bottom: 0;
    line-height: 27px;
    padding-top: 23px;
}
.pack-details{
    background-color: #484547;
    min-height: 200px;
    cursor: pointer;
}
.name-header{
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-top: 8px;
}
.footer p a{
	color: white;
    font-weight: 500;   
}
.footer p a:hover{
	color: #57efd4;
}
/* style to mobile */
@media screen and (min-width: 769px) {
	.bars_mobile{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.no_mobile{
		display: none !important;
	}
	body {
	    padding-top: 50px;
	}
	/* header */
	.navbar.navbar-inverse {
		height: auto;
	}
	.navbar-header{
		float: none !important;
	}
	.navbar-brand{
	    padding: 8px 26px !important;
	}
	.navbar-nav{
		text-align: right;
		margin-bottom: 0;
	}
	.navbar-nav:last-child{
	    margin-top: 0 !important;
	    width: 100%;
	    float: none !important;
	}
	.navbar-nav .login_btn {
	    margin: 0 10px;
	}
	.navbar-nav button.sign-in {
	    margin: 0 26px;
	}
	.bars_mobile{
		float: left;
	    margin: 16px 26px 14px;
	    line-height: 15px;
	}
	.bars_mobile i{
		font-size: 20px;
    	color: white;
	}
	#menu_mobile{
		display: none;
		border-top: 1px solid #ffffff8a;
	    margin-right: -15px;
	    margin-left: -15px;
	    padding: 0 15px;
	}
	.dropdown-menu-user{
	    background-color: white !important;
	    margin-top: -6px !important;
	}
	.dropdown-menu-user a{
        color: #333 !important;
	}
	/* home page */
	.banner_message{
	    position: relative;
	    width: 90%;
	    padding-right: 0;
	    display: block;
	    height: auto;
	    margin: 35px auto;
	}
	.big_message{
	    font-size: 18px !important;
	    line-height: 23px !important;
	    color: #363435 !important;
	}
	.banner_message .banner_btn{
		margin-top: 15px;
	}
	.container.computer{
	    width: 90%;
	}
	.container.computer img{
	    max-width: 100%;
	}
	.container.computer .computer_contain{
		float: right;
	}
	.container.computer .center-btn{
		width: 80%;
	}
	.fifth{
		width: 100%;
		margin: 0;
	}
	.benefits.container .center-btn{
		width: 100%;
	}
	section.gray-bg{
		height: auto;
	    padding-bottom: 20px;
	}
	.statistic{
	    max-width: 100%;
    	margin-top: 0;
	}
	.landing-page p {
    	color: #646464;
	}
	.no_padding_mobile{
		padding: 0 !important;
	}
	/* modal */
	.modal-dialog{
	    width: 96vw;
	}
	.modal-body{
		max-height: calc(96vh - 66px) !important;
    	overflow-y: scroll;
	}
	/* packages page */
	.payment_btn{
		margin: 15px 15px;
    	width: calc( 100% - 30px );
	}
	.row_payment{
		margin: 0;
	}
	.content-createtest{
		background-size: contain;
	}
	.content-createtest p.container{
		font-size: 30px;
    	color: #4a4a4a;
	    width: auto;
	}
	.qst_box{
		display: inline-block;
	}
	.all-saved .box{
		height: auto;
	}
	.dropdown-user{
	    width: 160px;
    	height: auto;
	}
	.ui-select-match-item{
		max-width: 100%;
	    white-space: normal;
	}
}
.col-category{
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px)
{
.col-category{
    float: right;
    max-width: 75%;
}
}
.left_text{
    text-align: left;
    direction: ltr;
    float: left;
}
.float_left{
	float: left !important;
}
.menu-tabel a{
	color: white;
}
.demo_btns{
	position: absolute;
    bottom: 20px;
    width: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subPackage .add_to_sal{
	display: none;
}
.subPackagesDiv .add_to_sal{
	position: relative;
	bottom: auto;
    margin-bottom: 32px;
}
/*.row_sub_packages{
	display: table;
}
.row_sub_packages .package{
	min-height: 495px;
    display: table-cell;
    float: none;
}*/
.package_contain{
	display: flex;
  	flex-direction: column;
  	height: 100%;
  	background-color: #484547;
}
.vimeo_video{
    text-align:center;
    height: calc(100vh - 150px);
    max-height: 500px;
}
.desc_line{
    text-align: right;
}
.desc_line>i{
	margin-left: 4px;
    float: right;
}
.desc_line>span{
	float: right;
    width: calc(100% - 26px);
}
.img_package{
    width: 100%;
    overflow: hidden;
}
.img_package>img{
	width: 100%;
    height: auto;
}
.testBtn{  
	margin-left: 10px;
}
