.content {
	max-width:800px; font-family: 'Roboto Condensed', sans-serif!important; 
	width:100%;
	margin:0px auto;
	margin-bottom:60px;
}

/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px; z-index:9;
	background:rgba(0,0,0,0.75);
}
.session-exp-head {width:100%; font-size:28px; color:#222; text-align:center; margin:0 0 10px 0;  font-family: 'Roboto Condensed', sans-serif!important; 	}
/* Inner */
.sess-exp { text-align:center; margin:0 0 0 0;}
.popup-inner {
	max-width:450px;
	width:450px;
	padding:2px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:5px;
	background:#fff;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	box-sizing: border-box;
}
.clearfix {
	clear:both;
}

.sess-exp-img { text-align:center; margin:10px 0}
.session_exp_txt {padding:0 10px 15px 15px; text-align:center!important;color:#666; font-size:18px; line-height:20px; font-family:'Roboto Condensed', sans-serif; }
.session_exp_txt p {text-align:center!important; }
.close_btn {
	width:45%; margin:0 auto; cursor:pointer; height:38px;
	background:#1b92ff;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height:35px;
	display: block;
	text-decoration: none;
	border-radius: 3px; font-family: 'Roboto Condensed', sans-serif!important;

}
	.close_btn:hover {
		background: #0087ff;
		color: #fff;
	}

.relaunch_search {
	width:49%; float:right;
	height: 35px;
	background: #2a7fa9;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 35px;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	border-radius: 3px;
}

@media only screen and (max-width : 499px){
	.popup-inner {
		max-width:80%;
		width:80%;
		padding:15px;
	}
	.session-exp-head {
		width: 100%; background:#2a7fa9; color:#fff; font-size:20px; font-family: 'Roboto Condensed', sans-serif!important;

		padding:4px 0 6px 0;
	}

	.session_exp_txt {
		width: 100%;
		float: none;
		padding: 10px 0 0 0;
	}

	.clock {
		float: none;
		width: 100%; margin:0 auto;
	}

    .close_btn {
	width:70%; margin:0 auto; cursor:pointer; height: 35px;
	background: #bb2025;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 35px;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	border-radius: 3px;
}
    .clock img {
	width:40%;
	display: block;margin:0 auto
}
}
/*new*/

h2.poptitle {
	font-size: 18px !important;
	text-align: center;
	background: #0087ff;
	margin: 0;
	padding: 10px;
	color: #fff !important;
	margin-top: 0px !important;
}

p.txtDiv {
	color: #000;
	text-align: left;
	padding: 10px 8px;
	background: #fff;
	margin: 0;
}

.img_div a {
	display: block;
}

.suppDiv h3 {
	font-size: 18px !important;
}

.suppDiv {
	text-align: center;
}

	.suppDiv p {
		font-size: 18px;
		font-weight: 700;
	}

.callNowB {
	background: #0087ff;
	color: #fff;
	margin: 30px 10px;
	border-radius: 10px;
	padding: 10px 0;
}

	.callNowB a {
		display: flex;
		justify-content: center;
		color:#fff;
	}

		.callNowB a svg {
			width: 42px;
		}

		.callNowB a h3 span {
			font-size: 28px;
			color:#fff;
			margin:10px 0;
		}

		.callNowB a h3 {
			display: flex;
			margin: 0;
			flex-direction: column;
			text-align: center;
			font-size: 18px !important;
			color:#fff;
		}

			.callNowB a h3 span {
				font-size: 28px;
			}

		.callNowB a h3 {
			display: flex;
			margin: 0;
			flex-direction: column;
			text-align: center;
			font-size: 18px !important;
		}

.btncallDiv {
	background: #0087ff;
	/* display: inline-block; */
	margin: 20px 55px;
	text-align: center;
	border-radius: 35px;
	padding: 10px 0;
	/*border: 2px solid #000000;*/
}

	.btncallDiv a {
		font-size: 25px;
		text-align: center;
		display: block;
		color: #fff;
		font-weight: 700;
		text-shadow: -1px -1px 2px black;
	}

.wave {
	animation: waveIn 1.2s infinite ease-out;
	transform-origin: 50% 50%;
}

.wave-sm {
	animation-delay: .3s;
}

.wave-md {
	animation-delay: .45s;
}

.wave-lg {
	animation-delay: .6s;
}

@keyframes waveIn {
	from {
		opacity: 0;
		transform: scale(.3) translate(-20px,10px);
	}

	50% {
		transform: translate(0,0);
		opacity: 1;
	}
}

.suppDiv p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.img_div img{width:100%;}
.d-md-none {
	display: none;
}
@media (max-width:768px){
	.d-md-none{display:block;}
}