.overlay1::before {
	background: rgba(0,0,0, .65);
}
h2.title-text {
	font-family: 'Roboto', sans-serif !important;
  font-size: 42px;
  color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
	text-transform: uppercase;
}
p.text-content {
	font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
  color: #fff;
	font-weight: 400;
	text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.s1-txt2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 12px;
  color: #fff;
	text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.l1-txt3 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
	text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.bor1 {
	border: 1px solid rgba(255,255,255,0.6);
}
.m1-txt1 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  color: #0c0b35;
}
.how-btn1 {
  background-color: #50214b;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
.how-btn1:hover {
  background-color: #665f59;
}
/************************************************************************
Custom sweet-alert 2
************************************************************************/
.swal2-modal {
	border-radius: 0 !important;
	min-height: 200px !important;
	min-width: 500px !important;
  width: auto !important;
}
.swal2-modal.sweet-alert2-custom {
	padding: 0 !important;
}
.swal2-modal .swal2-styled {
	font-weight: normal;
	font-size: 16px;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 15px 5px 0;
}
.swal2-icon.swal2-info {
	margin: 15px auto;
}
.swal2-modal .swal2-title {
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	margin: 5px 0;
	line-height: 25px;
}
.swal2-modal.sweet-alert2-custom .swal2-title {
	margin: 0;
	padding: 15px;
	text-align: left;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
	background: #4e1f49;
  font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
  letter-spacing: 1px;
}
.swal2-modal .swal2-content {
	font-weight: normal;
	font-size: 16px;
}
.swal2-modal.sweet-alert2-custom .swal2-content {
	padding: 30px 30px 0 30px;
}
.swal2-modal.sweet-alert2-custom .swal2-validationerror {
	padding: 10px 10px 0 10px;
	font-weight: normal;
	background-color: #fff;
}
.swal2-modal.sweet-alert2-custom .swal2-buttonswrapper {
	background-color: rgba(136, 136, 136, .30);
	text-align: right;
  padding: 15px;
	margin-top: 30px;
  border-top: 0;
	border-bottom: 0;
	float: left;
  width: 100%;
}
.swal2-modal.sweet-alert2-custom .swal2-styled {
	margin-top: 0;
}
.swal2-active {
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.size2 {
    width: 80px;
    height: 80px;
	}
	.l1-txt3 {
		font-size: 28px;
	}
	.s1-txt2 {
		font-size: 11px;
	}
	.wrap-input100 {
		width: calc(100% - 170px);
	}
}
@media only screen and (max-width: 414px) {
	.size2 {
    width: 60px;
    height: 60px;
	}
	.l1-txt3 {
		font-size: 20px;
	}
	.s1-txt2 {
		font-size: 8px;
	}
	.wrap-input100 {
		width: 100%;
	}
	.wrap-input100 .input100  {
    display: block;
		margin-bottom: 15px;
	}
	.wrap-input100 .how-btn1  {
    display: block;
		width: 100%;
	}
}
