

.popup {
	position: relative;
	bottom: 2048px;
	left: 17.8%;
	width: 235px;
	height: 80px;
	padding: 7px;
	background-color: #fd4703;
  background-image: linear-gradient(top, #f97d4f 0%,#fc5d23 50%,#fd4703 51%,#fd4703 100%);
	border: 2px solid #00234C;
	-webkit-border-radius: 5px;
	z-index: 9999;
	text-align: center;
	-webkit-box-shadow: 10px 10px 30px #333, -10px -10px 30px #333, -10px 10px 30px #333, 10px -10px 30px #333;
}


.popup::after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    left: 43%;
    bottom: -17px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FD4703;
    z-index: 9999;
}


.popup2 {
	position: relative;
	bottom: 2048px;
	left: 60.8%;
	width: 235px;
	height: 80px;
	padding: 7px;
	background-color: #fd4703;
  background-image: linear-gradient(top, #f97d4f 0%,#fc5d23 50%,#fd4703 51%,#fd4703 100%);
	border: 2px solid #00234C;
	-webkit-border-radius: 5px;
	z-index: 9999;
	text-align: center;
	-webkit-box-shadow: 10px 10px 30px #333, -10px -10px 30px #333, -10px 10px 30px #333, 10px -10px 30px #333;
}


.popup2::after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    left: 43%;
    top: -17px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #FD4703;
    z-index: 9999;
}


.popupfix {
	transform: scale(2.0);
	transform-origin: 0% 0% 0px;
	position: fixed;
	bottom: 130px;
	left: 16.7%;
	width: 249px;
	height: 75px;
	padding: 6px;
	background-color: #fd4703;
  background-image: linear-gradient(top, #f97d4f 0%,#fc5d23 50%,#fd4703 51%,#fd4703 100%);
	border: 2px solid #00234C;
	-webkit-border-radius: 5px;
	z-index: 9999;
	text-align: center;
	-webkit-box-shadow: 10px 10px 30px #333, -10px -10px 30px #333, -10px 10px 30px #333, 10px -10px 30px #333;
}


.popupfix::after {
    transform: scale(1.0);
    transform-origin: 0% 0% 0px;
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    left: 44%;
    bottom: -19px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FD4703;
    z-index: 9999;
}


.popup-close-icon {
	position: absolute;
	width: 0px;
	right: 17px;
	top: -2px;
	font-size: 26px;
  font-weight: bolder;
	color: white;
	text-shadow: 0px -1px 1px #00234C;
	cursor: pointer;
}
