html, body
{
	margin:0;
	padding:0;
	font-family: 'PT Sans', sans-serif !important;
	color:#4c4c4c !important;	
	overflow-x:hidden;
}

ul, li, a, span, lable, h1, h2, h3, h4, h5, h6, div, form, input
{
	margin:0 auto;
	padding:0;
}

.clr
{
	clear:both;
}
/*------------------------------------------------ header -------------------------------------*/
.myTopHeader
{
	background:#1F3954;
	color:white;
}

.myPhoneEmail
{
	float:left;
	margin-left: 0px;
}
.myPhoneEmail li
{
	float:left;
	list-style-type:none;
	padding-top: 10px;
	padding-right: 10px;
}

.myPhoneEmail a
{
	color:white !important;
	font-size: 17px;
}

.myPhoneEmail a:hover
{
	text-decoration:none;
	color:#6C8EB4 !important;
}

.myReq 
{
	float:right;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.mydontshow
	{
		display:none;
	}
}

/*----------------------------------- navigation bar ------------------------------------------*/
a
{
	//color: #000000 !important;
}

a:hover
{
	text-decoration:none !important;
}
	
.act a
{
	color: #6C8EB4 !important;
	//background:#f15a22 !important;
	border-bottom:3px solid #6C8EB4 !important;
	border-radius:2px;
}

.navigation nav ul li a:hover {
	color: #017DC6 !important;
}

.dropdown-menu > li > a:hover
{
	background: none !important;
}

#dd-menu > li > a 
{
    min-width: 160px;
}

.f-nav
{
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}
	
@media only screen and (min-width:641px) and (max-width:991px) 
{
	.logo {
		width: 30%;
	}
	/* .navigation nav ul {
		padding-top: 12px !important;
	} */
	
	.navigation nav ul li a {
		padding: 10px 12px !important;
		font-size: 12px !important;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.logo {
		width: 30%;
	}
	
	.navigation nav {
		padding-top: 23px !important;
	}
}


/*------------------------------------------- middle work 1 ----------------------------------------------*/
.middle_work_1
{
	padding-bottom:20px;
	padding-top:20px;
	background:#F4F4F4;
}

.page_head
{
	text-align:center;
	text-transform:uppercase;
}

.page_head h1
{
	font-weight:bold;
}

.why_three
{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.why_three i
{
	color:#6F8EAD;
	font-size: 50px;
}

.why_three h3
{
	font-weight:bold;
	color:#6F8EAD;
	margin-top: 10px !important;
}

.why_three p
{
	margin-top: 20px;
	font-size:16px;
	line-height: 1.5;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.page_head h1
	{
		font-size:30px;
	}
	
	.why_three i
	{
		font-size: 40px;
	}
	
	.why_three p
	{
		font-size:14px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.page_head h1
	{
		font-size:30px;
	}
	
	.why_three i
	{
		font-size: 40px;
	}
	.why_three p
	{
		font-size:14px;
	}
}

/*------------------------------------------- middle work 2 ----------------------------------------------*/
.middle_work_2
{
	padding-bottom:30px;
	padding-top:20px;
}

.about_pad p
{
	font-size: 17px;
	line-height: 1.5;
	text-align:justify;
}

.about_img, .about_pad
{
	padding-top:20px;
}

.btn_readmore
{
	margin-top:20px;
}

.btn_readmore a
{
	padding:10px 15px;
	color:#ffffff;
	background:rgba(31,57,84,0.7);
	//font-size:16px;
}

.btn_readmore a:hover
{
	color:#ffffff;
	background:rgb(31,57,84);
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.about_pad p 
	{
		font-size: 14px;
		line-height: 1.6;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.about_pad p 
	{
		font-size: 14px;
		//line-height: 1.6;
		text-align:center;
	}
}

/*------------------------------------------- middle work 3 ----------------------------------------------*/
.middle_work_3
{
	padding-bottom:30px;
	padding-top:20px;
	background:#F4F4F4;
}

.prod_four
{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.prod_four a h3
{
	color:#4c4c4c !important;
}

.prod_four h3 a:hover
{
	color:#5E7184 !important;
}

.btn_moreproducts
{
	margin-top:20px;
	text-align:center;
}

.btn_moreproducts a
{
	padding:10px 15px;
	color:#ffffff;
	background:rgba(31,57,84,0.7);
	//font-size:16px;
}

.btn_moreproducts a:hover
{
	color:#ffffff;
	background:rgb(31,57,84);
}

.prod_four img
{
	transition: all .3s ease-in-out;
}

.prod_four:hover img
{
	transform: translatey(-2%);
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.prod_four h3
	{
		font-size: 20px;
	}
}
/*----------------------------------------- Footer Top ------------------------------------------------*/
.footer_top
{
	padding-bottom:30px;
	padding-top:30px;
	background:#232228;
}

.footer_four h4
{
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;	
	margin-bottom: 20px !important;
}

.nav_ser li
{
	list-style-type:none;
	line-height: 1.8;
}

.nav_ser li a, .address_four ul li
{
	color:#89888D;
}

.nav_ser li a:hover
{
	color:#EE4645;
}

.actfooter a
{
	color:#EE4645 !important;
}

.address_four ul li
{
	list-style-type:none;
}

.address_four ul li i
{
	font-size: 25px;
	color:#ffffff;
}

.followus
{
	margin-top:20px;
}

.followus .icon i
{
	height: 35px;
	width: 35px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	margin-left: 5px;
	border-radius:50%;
}

.fu_facebook i
{
	background: #3B5998;
}

.fu_twitter i
{
	background:#00ACEE;
}

.fu_google i
{
	background:#DD4B39;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.footer_four
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/*------------------------------------ Footer bottom -----------------------------------------------*/
.footer_bottom
{
	padding-bottom:5px;
	padding-top:15px;
	background:#38373F;
	color:#D2D2D4;
	text-align:center;
}

.jayblues
{
	color:#D2D2D4;
}

.jayblues:hover
{
	color:#fff;
}

.blues {
    background-color: #017dc6;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    border-radius: 3px;
}

.line_height
{
	padding:0px 20px;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.line_height
	{
		display:none;
	}
}


/*-------------------------- TABS ------------------------------------------*/

	.tab-content h3{
		color:#1e3953;
		border-bottom:1px solid #357FC8;
		padding-bottom:10px;
	}
	.tab-content p{
		font-size:15px;
		padding-bottom:20px;
		text-align:justify;
		line-height: 1.6;
	}
	.tab-content img{
		//padding-top:20px;
		padding-bottom:20px;
	}
	.tab-content ul li{
		list-style:inside;
		font-size:15px;
		line-height: 1.6;
	}
	.tab-content strong{
		color:#347fc7;
	}
	
/*--------------------------------------------- Product Mid work ------------------------------------*/

	.headline{
		text-transform:uppercase;
		color:#357fc7;
		font-weight:600;
	}
	.infinity-line{
		background-color:#f0f0f0;
		padding-top:25px;
		padding-bottom:25px;
	}
	.infinity-line h3{
		border-bottom:1px solid #357fc7;
		padding-bottom:10px;
	}
	.infinity-line-2 h3{
		border-bottom:1px solid #357fc7;
		padding-bottom:10px;
	}
	.produ{
		padding-top:20px;
		padding-bottom:20px;
	}
	.produ p{
		text-align:center;
		padding-top:20px;
	}
	.tagline{
		font-size:23px;
	}
	.infinity-line-2{
		padding-top:25px;
		padding-bottom:25px;
	}
	@media only screen and (min-width:320px) and (max-width:640px) {
		.infinity-line h3{
			text-align:center;
		}
		.infinity-line-2 h3{
			text-align:center;
		}
		
	}
	
/*---------------------gallery-content-------------------------*/

.gal_content{
    padding:3% 0%;
    background:#c0c0c042;
}
.produce_img img{
    width:100%;
    height:auto;
}
.produce_img{
    margin:15px 0px;
}
/*------------------------------------siger_sirya_x-ray_unit--------------------------------------*/
.siger2 {
	padding-top: 3%;
	padding-bottom: 3%;
}
.sigers h2,.siger2 h2{
	text-align: center;
	font-weight: bold;
}
.sigers p,.siger2 p{
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}
.sigers ul li,.siger2 ul li{
	text-align: justify;
	line-height: 1.9;
	margin-left: 15px;
	word-break: break-all;
}
.footer_top222{
	    margin-top: 20px;
}
.cent{
	text-align: center;
}
/*------------------------------------End siger_sirya_x-ray_unit------------------------------------*/