.entry-title {
display: none !important;
}
#pswd_info {
	padding-top: 15px;
}

#pswd_info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.invalid {
	background: url(images/wrong.svg) no-repeat 0 50%;
	padding-left: 15px;
	line-height: 20px;
	color: #ec3f41;
	background-size: 10px 10px;
	font-size: 14px;
}

.valid {
	background: url(images/right.svg) no-repeat 0 50%;
	padding-left: 15px;
	line-height: 20px;
	color: #3a7d34;
	background-size: 10px 10px;
	font-size: 14px;
}

.agree-checkbox {
	margin-bottom: 3px;
	margin-top: 3px;
	position: relative;
	display: block;
}

.agree-checkbox input[type=checkbox] {
	height: auto;
	top: 5px;
	position: absolute;
}

.agree-span {
	font-size: 11px;
	margin-left: 20px;
}

#prevBtn {
	color: blue
}

#countdown{
	color: #fff;
}

.iti {
	width: 100%;
}

.form-groups {
	width: 100%;
}


.iti div.iti__flag-container {
	/* display: none;*/
	margin-left: 5px;
}

.flag-dropdown {
	display: none;
}

input.error-field:not([type=checkbox]):not([type=radio]) {
	border-color: #d35d6e !important
}

.error-msg-input {
	display: block;
	color: #fa3144;
	font-size: 12px;
	margin-top: 5px
}

.container-steps {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 17px;
}

.container-steps .steps {
	display: flex;
	width: 90%;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.steps .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	color: #999;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #e0e0e0;
	transition: all 200ms ease;
	transition-delay: 0s;
}

.steps .circle.active {
	transition-delay: 100ms;
	border-color: #4070f4;
	color: #4070f4;
}

.steps .progress-bar {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #e0e0e0;
	z-index: -1;
}

.progress-bar .indicator {
	position: absolute;
	height: 100%;
	width: 0%;
	background: #4070f4;
	transition: all 300ms ease;
}

.hiddenArea {
	display: none !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
	color: #fff;
	font-size: 16px;
	opacity: 0.85;
}
.iti__arrow {
	border-top: 4px solid #fff;
}

.iti--separate-dial-code .iti__selected-flag {
	background: transparent !important;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
	/*padding-left: 100px !important;*/
}

.iti__flag-container {
	z-index: 999999;
}
.main-form-body {
	margin-bottom: 100px;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	margin: 0 auto !important;
	max-width: unset;
	padding: 0;
	padding-top: 15px;
	min-height: 350px;
}
.single article .post-footer{padding: 5px !important;}

.input-half {
	width: 48% !important;
}
.logo-text {
	font-size: 25px;
	margin: 0;
}
span.logo-top-area {
	display: flex;
	align-items: center;
}
span.logo-top-area img {
	max-width: 40px;
	max-height: 45px;
	margin-right: 3px;
}
#reg_form {
	max-width: unset;
	padding: 0;
}
.style-two.hero-section {
	<!--height: 800px;-->
}

a.header__logo.yellow-highlighted, a.logo.yellow-highlighted {
		font-size: 26px;
		font-weight: bolder;
		font-family: Orbitron;
		}

		a.header__logo.yellow-highlighted span, a.logo.yellow-highlighted span{
				display: inline-block;
				max-width: 170px;
				vertical-align: middle;
				font-size: 22px;
			}
			.header__logo {
						max-width: 240px;
						width: 100%;
					}
					input.form-control, select.form-control {
						height: 54px;
						background-color: transparent;
						transition: 0.5s;
						border: 1px solid #353d51;
						border-radius: 30px;
						padding: 6px 20px;
						display: block;
						width: 100%;
						color: #fff;
					}
					div#includeFormContent {
					padding: 0 !important;
				}
				.names-row {
					display: flex;
					align-items: center;
					justify-content: space-between;
				}

@media only screen and (max-width: 1280px) {
  .firstScreen {
		padding: 105px 0 0 !important;
	}
}
@media screen and (max-width: 600px) {
	.dreamit-form {
		padding: 20px;
		margin-top: 0;
	}
	.cryptobit_nav_manu {
		padding: 20px 0;
	}
	.input-half {
		width: 100% !important;
	}
	.names-row {
		flex-direction: column;
	}
  #reg_form {padding: 0 2px !important;}
  .style-two.hero-section {
	  padding-top: 7px !important;
	  margin-top: -1px;
  }
  .pb-100 {
	  padding-bottom: 50px !important;
  }
  .pt-100 {
	  padding-top: 50px !important;
  }
  .pt-90 {
		padding-top: 50px;
	}
	.pb-80 {
		padding-bottom: 40px;
	}
	.style-two .accordion li::before {
			top: 1px;
			width: 38px;
			height: 38px;
		}
		.style-two .accordion a::before {
			top: 13px;
		}
		.style-two .accordion a::after {
			top: 19px;
		}
		span.logo-top-area {
			justify-content: center;
		}

		.style-two .hero-title h1 {
			font-size: 28px;
			font-weight: 700;
			line-height: 30px;
			margin: 0;
		}
		.style-two .hero-text p {
			font-size: 14px;
			color: #fff;
			line-height: 20px;
			margin: 0;
		}
		.style-two.dreamit-section-title h1 {
			font-size: 28px;
			line-height: 30px;
		}
		.row.align-items-center.logo-row {
			display: flex;
			flex-direction: row !important;
			justify-content: space-between !important;
			align-content: center;
			padding: 0 10px;
		}
		div#process {
			padding-top: 20px;
		}
		.logo-text {
			font-size: 16px;
			margin: 0;
		}
		span.logo-top-area img {
			max-width: 25px;
			max-height: 25px;
			margin-right: 2px;
		}
		.col-md-4.item-logo {
			display: flex;
			width: 58%;
			padding: 0;
		}
		.col-md-8.item-lang-memu {
			width: 42%;
			padding: 0;
			padding-left: 1px;
		}
		.style-two .hero-title h3 {
			font-size: 30px;
		}
		.dreamit-form h3 {
			text-align: center;
			margin: 0;
			font-size: 26px;
		}
		input.form-control, select.form-control {
			height: 45px;
		}
		.form-groups {
			margin-bottom: 12px;
		}
		ul.accordion {
			height: 400px;
		}
}
.hero-button-btn a, .style-two .hero-button a {
  display: inline-block;
  font-size: 16px;
  padding: 17px 34px;
  font-weight: 500;
  font-family: "Montserrat";
  background: #ffbd00;
  color: #090909;
  border-radius: 5px;
  border: 1px solid #ffbd00;
  position: relative;
  z-index: 1;
}
.hero-button-btn a:before, .style-two .hero-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  bottom: 0;
  left: inherit;
  top: inherit;
  width: 26px;
  height: 22px;
  background: #ffd761;
  border-radius: 25px 0 0 0;
  transition: 0.5s;
}
.hero-button-btn a:hover:before, .style-two .hero-button a:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 415px) {
  .firstScreen {
		padding: 120px 0 0 !important;
	}
  }

select#countryLang {
    min-width: 100px;
    padding: 10px 10px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
}
.scroll-area .go-top.active {
    top: 90%;
   right: 40px;
}