
.faq_count_cont {
	border: 1px solid #747D7D;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-radius: 5px;
	margin-right: 5px;
}


.q_pop {
	font-size: 14px;
	position: absolute;
	z-index: 1500;
	top: 0px;
	width: 275px; 
	right: -280px;
	padding: 10px;
	padding-left: 1px;
	BORDER: 1px dotted red;  
	BACKGROUND-COLOR: lemonchiffon; 
	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);
	display: none;
	color: navy;
	text-align: left;
	cursor: help;
}


.table_top {
	font-size: 22px;
	color: white;
	font-weight: bold;
	padding: 5px;
	padding-left: 25px;
}

.table_top_back {
	background: #4D648d; /* blueberry	#283655: Indigo ink */
}

.q_pop_container {
	position: relative;
}




.detail_pop_in, .special_price {
	position: fixed;
	z-index: 600;
	font-family: "trebuchet MS", sans-serif;
	font-size: 22px;
	margin-left: 20%; 
	margin-right: 20%;
	margin-top: 5%;
	padding: 10px; 
	BORDER: 5px solid #97adee;    
	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);
}

.special_price {
	z-index: 700;
	left: 55%; 
	top: 20%;
	width: 20%;
	BORDER: 5px solid #FF6600;
	font-size: 20px;
	border-radius: 10px;
}

.special_offer {
	border-radius: 10px;
	BACKGROUND-COLOR: #DCDCDC;
	margin: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.body_orng, .frame_orng, .body_royal_navy { 
	font-family: "trebuchet MS", sans-serif;
	font-size: 24px;
	color: white;
	font-weight: bold;
	background: #FF6600;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
	border: 2px solid #FF6600;

}

.frame_orng {
	background: white;
	margin-left: 5px;
	border: 3px solid #4169e1;
	color: #FF6600;
	font-size: 22px;
}

.body_royal_navy { 
	background: #4169e1;
	border: 2px solid #97adee;
}

.close_button {
    position: absolute;
    top: -15px;
    right: -15px;
	cursor: pointer;
}

/* Start Testimonial CSS */

#testi_pop {
	position: fixed;
	z-index: 600;
	font-family: "trebuchet MS", sans-serif;
	right: 10%; 
	top: 12%;
	width: 30%;
	padding: 20px; 
	BORDER: 5px solid #FF6600;   /* Good bluish Business color: #517b96  */ 
	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-top: 1px;
	padding-bottom: 5px;
}

.testi_body, .client_info, .testi_head {
	font-size: 16px;
	background: #DCDCDC;
	border-radius: 5px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5%;
	margin-bottom: 1%;
	padding: 5px;
}

.client_info {
	font-weight: normal; 
	font-size: 14px;
	background: white;
	border: 3px solid #DCDCDC;
	margin-top: 0%;
	position: relative;
}

.testi_head {
	background: #365264;
	font-size: 20px;
	color: white;
	margin-top: 2%;
	font-weight: bold; 
}	

.quote_marks {
	font-size: 24px;
	font-weight: bold;
}

.quote_text {
	font-size: 16px;
}


.left_arrow {
	position: absolute;
	left: -20px;
	top: 40%;
	cursor: pointer;
}


.right_arrow {
	position: absolute;
	top: 40%;
	right: -20px;
	cursor: pointer;
}

.testi_container {
	position: relative;
}

.next_p {
	cursor: pointer;
}

.date_info {
	position: absolute;
	right: 5%;
}

.site_topic {
	color: #365264;
	font-style: italic;
}