.headerarea {
	background-color: white;
	height: 85px;
	padding-top: 20px;
	padding-bottom: 15px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 1;
}
.hlogo {
	margin-left: 32%;
	width: 20%;
	height: auto;
}
.usericon {
	margin-left: 25%;
	width: 4%;
	height: auto
}
.benefits-area {
	padding-left: 40px;
	padding-right: 40px;
	align-content: center;
	width: 100%;
}
.benefits {
	margin: 10px;
	padding: 15px;
	align-content: center;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	height: 400px;
}
.benefits p {
	color: red;
	font-size: 25px;
	font-weight: bold;
}
.benefits a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: bold;
}
.icons {
	height: 250px;
	width: auto;
}
.subtitle {
	background-color: none;
	color: gray;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px; 
	width: 100%;
}
.messagearea {
	background-color: none;
	font-family: "Oswald", sans-serif;
	color: red;
	font-weight: bold;
	margin-top: 0px;
	width: 101%;
}
.msgbordr {
	background-color: none;
	margin: 5px 25px 15px 25px;
	padding: 10px 30px 30px 30px;
}
.msgbordr1 {
	background-color: none;
	margin: 5px 25px 15px 5px;
	padding: 10px 50px 10px 5px;
}
.msginp {
	font-size: 16px;
	line-height: 25px;
	border: solid 1px #ebebfc;
	width: 100%;
	margin: 5px 20px 5px 10px;
	font-weight: 300;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	z-index: 0;
	background: #fff;
}
.msgbtn {
	background-color: #ebebfc;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	border: solid 2px #b4c3fa;
	border-radius: 3px;
	width: 150px;
	height: 40px;
}
.footerarea {
	background-color: #3d3d3d;
	font-family: "Oswald", sans-serif;
	color: red;
	font-weight: bold;
	margin-top: 10px;
	width: 101%;
}
.footerarea p {
	font-family: "Roboto", sans-serif;
	color: #ffffff;
	font-size: 14px;
}

.texts {
	font-family: "Roboto", sans-serif;
	color: #ffffff;
	font-size: 18px;
}
.bordr {
	background-color: none;
	margin: 25px 25px 10px 30px;
	padding: 10px 10px 10px 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.policynote {
	background-color: #3d3d3d;
	color: gray;
	font-size: 12px;
	text-align: right;
	width: 101%;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.policynote a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: white;
}

@media (min-width: 992px) {
	.hlogo {margin-left:5%;}
	.usericon {float:right; margin-right:5%; width:3.5%;}
}

@media (max-width: 992px) {
.headerarea {
	background-color: white;
	height: 60px;
	padding-top: 12px;
	padding-bottom: 5px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 1;
}
.hlogo {
	margin-left: 25%;
	width: 50%;
	height: auto;
}
.usericon {
	margin-left: 12%;
	width: 9%;
	height: auto;
}

.benefits-area {
	padding-left: 20px;
	padding-right: 20px;
	align-content: center;
	margin: 20px;
}
.benefits {
	margin: 10px;
	padding: 15px;
	align-content: center;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	height: 300px;
}
.benefits p {
	color: red;
	font-size: 22px;
	font-weight: bold;
}
.benefits a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 1em;
}
.icons {
	height: 150px;
	width: auto;
}
.benefits-area {
	padding-left: 20px;
	padding-right: 10px;
	align-content: center;
	width: 103%;
}
.footerarea {
	background-color: #3d3d3d;
	font-family: "Oswald", sans-serif;
	color: red;
	font-weight: bold;
	width: 104%;
}
.subtitle {
	font-size: 24px;
	margin-top: 10px; 
}
.msgbordr {
	margin: 5px 25px 5px 15px;
	padding: 10px;
}
.msgbordr1 {
	margin: 0px 25px 5px 15px;
	padding: 0px 10px 10px 10px;
}
.msgbtn {
	background-color: #6b6b6b;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border: solid 2px #909090;
	border-radius: 3px;
	width: 120px;
	height: 30px;
}
.policynote {
	background-color: #3d3d3d;
	color: gray;
	font-size: 12px;
	text-align: center;
	width: 104%;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
}

/*==========slideshow========*/
.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  //max-width: 1000px;
  width:100%;
  position: relative;
  margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.4);
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
@media (max-width: 992px) {
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
}
.active, .dot:hover {
  background-color: #717171;
}
.fades {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*==========slideshow========*/
/*==========Policy popup========*/
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup .popuptext {
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 860px;
  background-color: #fff;
  color: #555;
  font-size: 10px;
  text-align: justify;
  border-radius: 6px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 20%;
  margin-left: -80px;
  border: solid 1px #666;
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 65%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 992px) {
.popup .popuptext {
  visibility: hidden;
  width: 90%;
  background-color: #fff;
  color: #555;
  font-size: 8px;
  text-align: justify;
  border-radius: 6px;
  padding: 8px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 10%;
  margin-left: -10px;
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
}


/* +++++++++++++++++++++++++++++++ */
.popup1 {
  position: relative;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup1 .popuptext1 {
  visibility: hidden;
  width: 860px;
  background-color: #fff;
  color: #555;
  font-size: 10px;
  text-align: justify;
  border-radius: 6px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 10%;
  margin-left: -280px;
  border: solid 1px #666;
}
.popup1 .popuptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 992px) {
.popup1 {
text-align: center;
}
.popup1 .popuptext1 {
  visibility: hidden;
  width: 90%;
  background-color: #fff;
  color: #555;
  font-size: 8px;
  text-align: justify;
  border-radius: 6px;
  padding: 8px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 10%;
  margin-left: -10px;
}
.popup1 .popuptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
}
.popup1 .show1	 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}




.popup2 {
  position: relative;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup2 .popuptext2 {
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 700px;
  background-color: #fff;
  color: #555;
  font-size: 10px;
  text-align: justify;
  border-radius: 6px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 10%;
  margin-left: -200px;
  border: solid 1px #666;
}
.popup2 .popuptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 992px) {
.popup2 {
text-align: center;
}
.popup2 .popuptext2 {
  visibility: hidden;
  width: 90%;
  background-color: #fff;
  color: #555;
  font-size: 8px;
  text-align: justify;
  border-radius: 6px;
  padding: 8px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 10%;
  margin-left: -10px;
}
.popup2 .popuptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
}
.popup2 .show2	 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
/*+++++++++++++++++++++++++++++++++++++++++*/

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/*==========Policy popup========*/


input{height:40px;}
	