/*@media (max-width: 768px) {
@media screen and (max-device-width: 768px){

body {
	zoom: 0.78;
}

}
*/







/* -------------------------------------------------------------------------- */

/* ----- MOBILE STYLES START ----- */
@media (max-width: 768px) {
/*@media screen and (max-device-width: 640px){*/





/* BREADCRUMB */
.breadbrumb {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	display: inline;
	color: #666666;
	background-color: #fff;
	padding-left: 0px;
display: none;

}
.breadbrumb strong {
	color: #003398;
	margin-right: 25px;
}
.breadbrumb a:link {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	background-color: #003398;
	display: inline; 
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	margin-left: -20px;
	padding-left: 10px;
}

.breadbrumb a:visited {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	background-color: #003398;
	display: inline; 
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	margin-left: -20px;
	padding-left: 10px;
}
.breadbrumb a:hover {
	color: #c5c5c5;
	text-decoration: none;
}
.arrow_box {
	position: relative;
	background: #width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 20px; border-color: transparent transparent transparent #003398;
	margin-right: 45px;
	border: 2px solid #ffffff;
	border-right: #003398;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(NaN, 13, NaN, 0);
	border-left-color: #width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 20px; border-color: transparent transparent transparent #003398;
	border-width: 18px;
	margin-top: -20px;
	margin-left: -3px;
	height: 3px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 20px;
	margin-top: -20px;
	margin-left: -3px;
	height: 3px;
}

.arrow_box2 {
	position: relative;
	width: 25px;
	float: left;
}

.slider_car {display: none;}
/* BREADCRUMB */

}
/* ----- MOBILE STYLES END ----- */