
#page_head_intro {
	background: #f9f9f9;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	font-family: economica_bold;
	font-size: 1.5rem;
}

.head_con {
	margin-left: 10px;
	margin-bottom: 2px;
}

.head_xtra_space {
	margin-top: 25px;
}

.head_q, .head_a {
	display: inline-block;
	border: 3px solid red;
	color: red;
	padding: 5px;
	font-size: 22px;
	font-family: cabins_ketch_bold;
	margin-right: 5px;
}

.head_a {
	border: 3px solid #3399FF;
	color: #3399FF;
}


.adv_sub_top {
	position: relative;
	background: #336699;
	color: white;
	font-family: amsi-pro-ultra-narrow;
	font-size: 22px;
	padding: 5px;
	margin: 5px;
	margin-bottom: 15px;
	margin-top: 30px;
}



#reason_holder {
	background: #f9f9f9;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 250px;
	height: auto;
}



.reason_item {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	position: relative;
	background: white;
	padding: 5px;
	padding-left: 40px;
	cursor: default;
	font-weight: bold;
}

.adv_target_image {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 5px;
	top: -5px;
}

.emphy_bold {
	display: inline-block;
	 font-family: amsi-pro-ultra-narrow;
	 font-weight: normal;
}

.emphy_under_grun {
	display: inline-block;
	border-bottom: 5px solid #00bfb5;
}

.uni_buy_new {
	margin: 25px;
	margin-top: 50px;
	border-top: 5px solid #f9f9f9;
	border-bottom: 5px solid #f9f9f9;
	padding: 10px;
	position: relative;
	text-align: center;
}

			.uni_buy_ad {
				position: relative;
				display: inline-block;
				border: 3px solid #FF6600;
				padding: 10px;
				padding-left: 60px;
				font-size: 25px;
				cursor: pointer;
				box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
				border-radius: 5px;
				transition: transform .5s;
				 font-family: amsi-pro-ultra-narrow;
				background: white;
			}


			.uni_buy_ad:hover {
				transform: scale(1.15);
			}


			.uni_buy_icon {
				position: absolute;

				border: 1px solid #f9f9f9;
				border-radius: 50%;
				box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
				padding: 5px;
				background: white;
				width: 70px;
				height: 70px;

				top: -15px;
				left: -35px;
			}


			.sat_gaur_hold, .price_gaur_hold {
				position: absolute;
				cursor: pointer;
				transition: transform .5s;
				width: 225px; 
				height: 172px;
			}

			.sat_gaur_hold:hover, .price_gaur_hold:hover {
				transform: scale(1.15);
			}

			.sat_gaur_hold {
				right: 10px;
				top: -50px;
			}

			.price_gaur_hold {
				left: 10px;
				top: -50px;
			}

			/* NEW: Left Right Sliding */

			.adv_container_left, .adv_container_right {
				margin-top: 10px;
				padding: 10px;
				padding-top: 125px;
				padding-bottom: 125px;
				display: flex;
				background: #f9f9f9;
				border-top: 3px solid #08224a;
				border-left: 10px solid #fdb913;
			}

			.adv_container_right {
				border-top: 3px solid red;
			}


			.adv_holder_right, .adv_holder_left {
				margin-left: 100px;
				vertical-align: top;
				width: 50%;
			}

			.adv_holder_left {
				margin-left: 25%;
			}

			.adv_counter_left, .adv_counter_right {
				vertical-align: top;
				margin-left: 20%;
			}

			.adv_counter_right {
				margin-left: 100px;
			}

			.hidden_cove {
				display: none;
			}

			.adv_help_head {
				font-family: economica_bold;
				background: #08224a;
				color: #fdb913;
				padding: 5px;
				font-size: 2.25rem;
				letter-spacing: 1px;
				margin-bottom: 5px;
			}

			.adv_help_body {
				font-family: economica_bold;
				font-size: 1.5rem;
				font-weight: normal;
				color: #252669;
				line-height: 1.25em;
			}

			.adv_circle_point {
				display: table-cell;
				height: 100px; /*change this and the width for the size of your initial circle*/
				width: 100px;
				text-align: center;
				vertical-align: middle;
				border-radius: 50%;
				/*make it pretty*/
				background: #EE7879;
				color: #fff;
				font-family: cabins_ketch_bold;
				font-size: 5em;
			}


			/* Start: Nav Re Style */

			#nav_button_about {
				cursor: pointer;
				position: absolute;
				BACKGROUND-COLOR: white;
				border-radius: 5px;
				box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
				padding:  5px;
				border-top-right-radius: 0px;
				border-bottom-right-radius: 0px;
				z-index: 3000;
				right: 0px;
				top: 20px; 
			}

			.nav_item_hlp {
				margin: 5px;
				margin-bottom: 10px;
				padding: 5px;
				font-size: 20px;
				border: 1px solid red;
				border-radius: 3px;
				color: navy;
				cursor: pointer;
				font-family: economica_bold, "trebuchet MS", sans-serif;
			}

			.nav_item_hlp:hover {
				background: red;
				color: white;
			}

			#about_panel_hlp {
				position: absolute;
				BACKGROUND-COLOR: white;
				box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
				width: 270px;
				right: -275px;
				top: 100%; 
				z-index: 1000;
				transition: right 1s;
			}

			.extra_space {
				margin-top: 40px;
			}

			#nav_holder_icon {
				width: 60px;
				height: 60px;
			}

			/* END: Nav Re Style */


	.center_dom {
		position: relative;
		background: #f3fafe;
		margin-top: 10px;
		padding: 10px;
		padding-bottom: 25px;
		display: none;
	}

	.adv_head_center {
		font-family: cabins_ketch_bold;
		color: #252669;
		font-size: 2rem;
	    letter-spacing: 1px;
		margin: 20px;
		margin-left: 50px;
	}

	.adv_quote_holder {
		position: relative;
		background: #f9f9f9;
		border: 1px solid #4CB5F5;
		font-family: dosis_bld;
		font-size: 1.25rem;
		padding: 10px;
		padding-left: 40px;
		padding-right: 40px;
		border-radius: 3px;
		margin-right: 50px;
		margin-left: 50px;
		margin-bottom: 10px;
	}


	.q_mark_img {
		position: absolute;
		width: 70px;
		height: 70px;
		left: -35px;
		top: 50%;
		transform: translate(0,-50%);
	}

	.right_arrow {
		position: absolute;
		width: 50px;
		height: 50px;
		right: -25px;

		cursor: pointer;

		top: 50%;
		 transform: translate(0,-50%);
	}

	.quote_holder_source {
		font-size: 1rem;
		margin-top: 10px;
		margin-bottom: 5px;
		color: gray;
	}

	.client_info_geo {
		font-size: 0.9rem;
		font-style: italic;
	}

	.on_page_focus {
		background: red;
		color: white;
	}

	.red_wavy {
		 display: inline-block;
		 font-style: italic;
		 border-bottom: 3px solid red;
	}

	.shadow_effect {
		display: inline-block;
		border-bottom: 3px solid white;
	}

	.details_button {
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
		cursor: pointer;
		border: 3px solid red;
		border-radius: 3px;
		color: #08224a;
		margin-left: 10px;
	}

	.details_button:hover {
		background: red;
		color: white;
	}	

	#adv_note_wrap_outer {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.adv_note_wrap_inner {
		display: inline-block;
		border: 1px solid #d3d3d3;
		padding: 5px;
		background: #f9f9f9;
	}

	.adv_note_footer {
		font-size: 14px;
	}

@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {


	.price_gaur_hold, .sat_gaur_hold, .adv_counter_right, .adv_counter_left {
		display: none;
	}

	.adv_holder_right, .adv_holder_left {
		width: 100%;
		margin-left: 5px;
	}

	.adv_container_left, .adv_container_right {
				padding: 10px;
				padding-top: 50px;
				padding-bottom: 50px;
	}


	.adv_quote_holder {
		padding: 10px;
		padding-left: 40px;
		border-radius: 3px;
		margin: 5px;
	}

}