@charset "utf-8";
/* CSS Document */

header,nav,figure,welcome,section,artical,aside,footer{
	margin:0;
	padding:0;
}

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-size:16px;
}
.bg_img{
	background-image:url(../images/index-bg.jpg);
	background-repeat:repeat;
}
.clear{
	clear:both;
}
.clear1{
	clear:float;
}
.img{
	width:100%;
}
.border_clnt {
	border: 1px double #EAEAF4;
}
.border_clnt2{
	border: 1px double #EAEAF4;
	padding:0.3%;
}
.img_logo{
	width:auto;
}
.img_clin{
	width:auto;
	padding:1%;
}
.no{
	display:none;
}
.yes{
	display:block;
}
.br1{
	margin-top:1%;
}
.br2{
	margin-top:3%;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 20px 12px -1px #e5e5e5;
	   -moz-box-shadow: 0 20px 12px -1px #e5e5e5;
	        box-shadow: 0 20px 12px -1px #e5e5e5;
}
#wraper{
	width:83%;
	margin:0 auto;
}

/* top div start */
.top{
	width:80%;
	margin:0 auto;
}
.logo{
	width:20%;
	float:left;
	margin:0.3% 1% 0.3% 1%;
}
.logo_img{
width:auto;
}
.call{
	width:20%;
	float:right;
	margin:4.5% 1% 0.3% 1%;
}
.call_img{
	vertical-align:middle;
}
.call_txt{
	font-family:Arrus BT;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding:1%;
}
.navbar{
	width:98.4%;
	float:none;
	margin:0 auto;
background: rgba(252,25,0,1);
background: -moz-linear-gradient(top, rgba(252,25,0,1) 0%, rgba(227,11,0,1) 54%, rgba(212,4,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,25,0,1)), color-stop(54%, rgba(227,11,0,1)), color-stop(100%, rgba(212,4,0,1)));
background: -webkit-linear-gradient(top, rgba(252,25,0,1) 0%, rgba(227,11,0,1) 54%, rgba(212,4,0,1) 100%);
background: -o-linear-gradient(top, rgba(252,25,0,1) 0%, rgba(227,11,0,1) 54%, rgba(212,4,0,1) 100%);
background: -ms-linear-gradient(top, rgba(252,25,0,1) 0%, rgba(227,11,0,1) 54%, rgba(212,4,0,1) 100%);
background: linear-gradient(to bottom, rgba(252,25,0,1) 0%, rgba(227,11,0,1) 54%, rgba(212,4,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1900', endColorstr='#d40400', GradientType=0 );
}
/* top div ends */




/* banner div start */

.banner{
	width:98.4%;
	margin:0 auto;
}
/* banner div ends */




/* text div start */
.body_text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
	padding:1.2% 2%;
	line-height:130%;
}

.body_text22{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
	padding:0% 0% 2%;
	line-height:130%;
}

.body_text222{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #BE0121;
    text-decoration: none;
    font-weight: normal;
	padding:0% 0% 2%;
	line-height:130%;
	text-align:center;
}

.body_text2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #BE0121;
    text-decoration: none;
    font-weight: normal;
	text-align:center;
	padding:3%;
}

.tabl_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
	padding:1%;
}

.tabl_txt2 {
	line-height:150%;
	padding-left:0% !important;
}

.b{
	font-weight:bold;
}
.lable{
    font-family: "Century Gothic";
    font-size: 24px;
    color: #b22a2f;
    text-decoration: none;
    font-weight: normal;
	padding:1% 2%;
}
.lable2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #BE0121;
    text-decoration: none;
    font-weight: bold;
	padding:1% 2%;
}

.lable3 {
    font-family: "Century Gothic";
    font-size: 24px;
    color: #b22a2f;
    text-decoration: none;
    font-weight: normal;
	padding:1% 1%;
}
/* text div ends */





.fb{
	width:30px;
	height:40px;
	position:fixed;
	right:2%;
	bottom:2%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top.jpg');
	cursor:pointer;
	z-index:999999999999999999;
}

.fb:hover{
	transition-duration: 1s;
	cursor:pointer;
	background-image:url('../images/top-b.jpg');
	display:none;
}







/* link div start */
a.link:link {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
a.link:visited {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
a.link:hover {
	font-size:13px;
	color:#386715;
	text-decoration:none;
}
a.link:active {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}



a.link2:link {
	text-decoration:none;
	color:#000;
}
a.link2:visited {
	text-decoration:none;
	color:#000;
}
a.link2:hover {
	text-decoration:none;
	color:#000;
}
a.link2:active {
	text-decoration:none;
	color:#000;
}


a.link3:link {
	text-decoration:none;
	color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}
a.link3:visited {
	text-decoration:none;
	color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}
a.link3:hover {
	text-decoration:none;
	color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}
a.link3:active {
	text-decoration:none;
	color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}




.bullet{
	width:100%;
	float:left;
	margin:2% 1%;

}
.bullet ul {
    list-style-image:url(../images/yes.jpg);
}
.bullet ul li {
	margin:0% 2% 0% 3.2%;
	padding:1% 0.8% 1% 0.8%;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #303030;
    text-decoration: none;
    font-weight: bold;
	vertical-align:middle;
}


/* link div ends */
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:2%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	z-index:999999999999999999;
}

.top_arrow:hover{
	transition-duration: 1s;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	display:none;
}



.gradit{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,96734d+50,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(150,115,77,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(150,115,77,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(150,115,77,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.bg_grdt{
	width:0.1%;
	float:left;
	height:520px;
}





/* contaner div start */
.contener{
	width:98.4%;
	margin:0 auto;
}
.col_sm1{
	width:100%;
	margin:0 auto;
}
.col_sm11{
	width:98%;
	margin:0 auto;
}
.col_sm2{
	width:48%;
	margin:1% 1% 1% 1%;
	float:left;
}
.col_sm3{
	width:31%;
	margin:1% 1% 1% 1%;
	float:left;
}
.col_sm4{
	width:22%;
	margin:1% 1% 1% 1%;
	float:left;
}
.col_sm5{
	width:17%;
	margin:1% 1% 1% 1%;
	float:left;
}
.col_sm5{
	width:20%;
	margin:1%;
	float:right;
}
.col_sm8{
	width:64%;
	margin:1% 1% 1% 1%;
	float:left;
}
.col_sm88{
	width:32%;
	margin:0% 1% 1% 0.9%;
	float:left;
}

/* contaner div ends */


.bottom_line{
	width:100%;
	height:4px;
	background-color:#efefef;
}

.bottom_sm2{
	width:48%;
	margin:0.2% 1%;
	float:left;
}

.btm_txt1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
	float:left;
	padding:1%;
}
.btm_txt2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
	float:right;
	padding:1%;
}



.bg_clr{
	background-color:#d6d6d4;
}

.bg_clr2{
	background-color:#fce67c;
}
@media only screen and (max-width:1200px){

#wraper{
	width:100%;
	margin:0 auto;
}

.navbar{
	width:100%;
	float:none;
	margin:1% 0% 0%;
}

.banner{
	width:100%;
	margin:0 auto;
}
.bg_img{
	background-image:none;
}
}


@media only screen and (max-width:800px){

.logo{
	width:40%;
	float:none;
	margin:0 auto;
}
.logo_img{
	width:100%;
}

.call{
	display:none;
}
.col_sm3{
	width:50%;
	margin:4% auto;
	float:none;
}

.bg_img{
	background-image:none;
}
.contener{
	width:98%;
	margin:0 auto;
}

.bottom_sm2{
	width:100%;
	margin:0 auto;
	float:left;
}

.btm_txt1 {
	float:left;
	padding:1% 2%;
}
.btm_txt2 {
	float:left;
	padding:1% 2%;
}
.col_sm4{
	width:47%;
	margin:1% 1% 1% 1%;
	float:left;
}
}

@media only screen and (max-width:500px){

.logo{
	width:80%;
	float:none;
	margin:1% auto;
}
.logo_img{
	width:100%;
}
.col_sm3{
	width:98%;
	margin:4% 1% 8%;
	float:none;
}

.br4{
	margin-top:3%;
}

.col_sm2{
	width:98%;
	margin:1% 1% 1% 1%;
	float:left;
}

.col_sm4{
	width:98%;
	margin:1% 1% 1% 1%;
	float:left;
}
.navbar{
	width:100%;
	float:none;
	margin:-1% 0% 0%;
}

}