html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff2') format('woff2'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.ttf') format('truetype'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans.woff') format('woff'),
		 url('font/OpenSans.ttf') format('truetype'),
		 url('font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('font/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Italic.woff') format('woff'),
		 url('font/OpenSans-Italic.ttf') format('truetype'),
		 url('font/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Semibold.woff') format('woff'),
		 url('font/OpenSans-Semibold.ttf') format('truetype'),
		 url('font/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-SemiboldItalic';
	src: url('font/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-SemiboldItalic.woff') format('woff'),
		 url('font/OpenSans-SemiboldItalic.ttf') format('truetype'),
		 url('font/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Bold.woff') format('woff'),
		 url('font/OpenSans-Bold.ttf') format('truetype'),
		 url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-BoldItalic';
	src: url('font/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-BoldItalic.woff') format('woff'),
		 url('font/OpenSans-BoldItalic.ttf') format('truetype'),
		 url('font/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
a:hover{
	outline:none;
}
#wrapper{
	width:auto;
	height:auto;
}
.wrapper_container_mad{
	max-width:1190px;
	height:auto;
	margin:auto;
}
/*============================================ Header Start ============================================*/
.header_container_mad{
	padding:15px;
}
.logo_mad{
	float:left;
	text-align:center;
}
.logo_mad img{
	display:inline-block;
}
.header_text_mad{
	float:right;
	color:#00609b;
	font-size:28px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-top:7px;
}
.header_text_mad strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	margin:0px 10px;
}
/*====================== Banner Start */
.banner_container_mad{
	background:url(images/banner_bg_mad.jpg) no-repeat center top;
}
.ban_shadow_mad{
	background:url(images/header_shadow_mad.png) repeat-x top;
	padding-top:7px;
}
.banner_left_mad{
	float:left;
	width:40%;
}
.help_is_mad{
	margin-top:325px;
	position:relative;
}
img.starting_mad{
	position:absolute;
	top:95px;
	right:0px;
}
.help_is_mad h1{
	color:#454749;
	font-size:32px;
	font-weight:normal;
	font-family: 'OpenSans';
}
.help_is_mad h1 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	display:block;
}
.help_is_mad h1 img{
	float:left;
	margin-right:15px;
}
.help_is_mad ul{
	clear:both;
	margin-bottom:0px;
	padding-left:20px;
}
.help_is_mad ul li{
	list-style:none;
	display:block;
	color:#3a3a3a;
	font-size:22px;
	font-weight:normal;
	font-family: 'OpenSans-Italic';
	padding-top:22px;
}
.help_is_mad ul li img{
	margin-right:5px;
	vertical-align:bottom;
}
.banner_right_mad{
	float:right;
	width:52%;
	background:#fff;
	padding:20px 25px 0px;
	-moz-box-shadow: 2px 2px 4px #bababa;
	-webkit-box-shadow: 2px 2px 4px #bababa;
	box-shadow: 2px 2px 4px #bababa;
	border:1px solid #f2f2f2;
	margin-top:15px;
	margin-bottom:15px;
}
.banner_right_mad h1{
	color:#585959;
	font-size:39px;
	font-weight:normal;
    font-family: 'open_sanslight';
	text-align:center;
	border-bottom:1px solid #ebebeb;
	padding-bottom:10px;
}
.banner_right_mad h1 strong{
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
}
.home_foem_mad{
	padding-top:15px;
	position:relative;
}
img.arrow_mad{
	position:absolute;
    left: -103px;
    top: 26px;
}
.home_foem_mad label{
    color: #000000;
	font-family: 'OpenSans-Semibold';
    font-size: 18px;
	font-weight:normal;
}
.home_foem_mad input[type="text"],
.home_foem_mad input[type="tel"],
.home_foem_mad input[type="email"]{
	border:1px solid #b3b3b3;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 18px !important;
	color:#000;
	font-family: 'OpenSans';
	height:43px;
}
form .form-control::-webkit-input-placeholder { color: #818181; }
form .form-control:-moz-placeholder { color: #818181; }
form .form-control::-moz-placeholder { color: #818181; }
form .form-control:-ms-input-placeholder { color: #818181;}

.homeform_padd_right_mad{
	padding-left:0px !important;
	padding-right:7px !important;
}
.homeform_padd_left_mad{
	padding-right:0px !important;
	padding-left:7px !important;
}
.checkbox_mad,
.checkbox_bottom_mad,
.checkbox_inner_mad,
.checkbox_inner_mad{
	text-align:center;
}
.checkbox_mad label,
.checkbox_bottom_mad label,
.checkbox_inner_mad label,
.checkbox_contact_mad label{
    color: #4c4a4a;
	font-family: 'OpenSans-Italic';
    font-size: 15px;
	font-weight:normal;
}
.checkbox_mad label strong,
.checkbox_bottom_mad label strong,
.checkbox_inner_mad label strong,
.checkbox_contact_mad label strong{
    color: #000000;
	font-family: 'OpenSans-Semibold';
    font-size: 21px;
	font-weight:normal;
}
.checkbox_inner_mad label strong,
.checkbox_bottom_mad label strong,
.checkbox_contact_mad label strong{
	color:#FFF;
}
.checkbox_mad input[type="checkbox"],
.checkbox_bottom_mad input[type="checkbox"],
.checkbox_inner_mad input[type="checkbox"],
.checkbox_contact_mad input[type="checkbox"]{
    position: absolute;
    left: -9999px;
}
.checkbox_mad input[type="checkbox"] + label,
.checkbox_bottom_mad input[type="checkbox"] + label ,
.checkbox_inner_mad input[type="checkbox"] + label,
.checkbox_contact_mad input[type="checkbox"] + label {
    background:url(images/checkbox_mad.jpg) 0 0 no-repeat;
    padding-left: 40px;
	height:26px;
	line-height:24px;
}
.checkbox_mad input[type="checkbox"]:checked + label,
.checkbox_bottom_mad input[type="checkbox"]:checked + label,
.checkbox_inner_mad input[type="checkbox"]:checked + label,
.checkbox_contact_mad input[type="checkbox"]:checked + label{
    background-position: 0 -26px;
}
.get_btn_mad,
.your_information_mad{
    text-align: center;
	padding-top:10px;
}
.get_btn_mad input[type="image"],
.your_information_mad img{
    display: inline-block;
}
.your_information_mad{
}
.by_requesting_mad,
.by_requesting_inner_mad{
	color:#8c8c8d;
	font-size:12px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	padding-top:10px;
	padding-bottom:20px;
	line-height:15px;
}
.by_requesting_inner_mad{
	color:#FFF;
	text-align:justify;
	max-width:430px;
	margin:auto;
}
/*----------------------------------- Home Content Start*/
.medical_alert_mad{
	padding-top:65px;
}
.medical_alert_mad h1{
	text-align:center;
	color:#1180c3;
	font-size:37px;
	font-family: 'OpenSans-Italic';
	padding-bottom:60px;
	padding-left:15px;
	padding-right:15px;
}
.medical_alert_mad h1 strong{
	font-family: 'OpenSans-BoldItalic';
	font-weight:normal;
}
.full_dectection_mad{
	padding:42px 15px;
	background:#1180c5;
}
.full_dec_box_mad{
	max-width:1100px;
	margin:auto;
	height:auto;
}
.fast_box_mad{
	text-align:center;
}
.fast_box_mad img{
	display:inline-block;
}
.fast_box_mad p{
	color:#ffffff;
	font-size:23px;
	font-family: 'OpenSans-SemiboldItalic';
	padding-top:15px;
}
.each_here_conti_mad{
	background:url(images/btm_img_mad.jpg) no-repeat center top;
	padding:200px 10px 0px;
	text-align:center;
	min-height:500px;
}
.each_here_conti_mad h1{
	background:url(images/each_bg_mad.png) repeat;
	border-radius: 20px 0px 20px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px 0px 20px 0px;
	-khtml-border-radius: 20px 0px 20px 0px;
	padding:20px;
	color:#FFF;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	max-width:760px;
	margin:auto;
	font-size:24px;
}
.each_here_conti_mad p{
	color:#40510a;
	font-size:20px;
	font-family: 'OpenSans-Italic';
	background:#a0c75a;
	padding:6px 15px;
	display:inline-block;
}
.each_here_conti_mad p strong{
	font-family: 'OpenSans-BoldItalic';
	font-weight:normal;
}
.with_official_conti_mad{
	max-width:1100px;
	margin:auto;
	height:auto;
	padding-top:85px;
}
.with_lady_mad{
	float:left;
	width:35%;
}
.with_dis_mad{
	float:right;
	text-align:left;
	width:57%;
}
.with_dis_mad h1{
	color:#00609b;
	font-size:29px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	padding-top:5px;
}
.with_dis_mad h2{
	color:#454749;
	font-size:30px;
	font-family: 'OpenSans';
	font-weight:normal;
	line-height:39px;
	padding-top:15px;
}
.with_dis_mad h3{
	color:#00609b;
	font-size:29px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:30px;
	padding-bottom:10px;
	border-bottom:3px solid #a0c75a;
	display:inline-block;
}
.with_dis_mad p{
	color:#6d6d6d;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:30px;
	line-height:25px;
}
.customer_tell_container_mad{
	border-top:1px solid #dfdfdf;
	padding:110px 15px;
}
.customer_tell_container_mad h1{
	color:#454749;
	font-size:30px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-align:center;
}
.customer_tell_container_mad h3{
	color:#727577;
	font-size:20px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.customer_box_mad{
	margin-top:25px;
	border-top:6px solid #0fa0d7;
	text-align:center;
}
.customer_box_mad img{
	display:inline-block;
}
.custo_dis_mad{
	text-align:left;
	background:#f2f2f3;
	border-top:2px solid #FFF;
	padding:30px 25px;
}
.custo_dis_mad h3,
.custo_dis_mad p{
	color:#6a6b6b;
	font-size:17px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
}
.custo_dis_mad h3{
	color:#01879e;
	padding-top:20px;
	text-align:left;
}
.custo_dis_mad h3 strong,
.custo_dis_mad p strong{
	font-family: 'OpenSans-BoldItalic';
	font-weight:normal;
}
.just_help_container_mad{
}
.help_mad{
	background:#0fa0d7;
	padding:10px;
	color:#fff;
	font-size:40px;
	text-align:center;
	font-family: 'OpenSans';
	font-weight:normal;
}
.help_mad strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.help_mad img{
	margin-right:15px;
}
.get_form_mad{
	background:#1180c5;
	padding:40px 15px 0px;
}
.old_lady_mad{
	background:url(images/old_lady_mad.png) no-repeat left bottom;
	float:left;
	width:56%;
	text-align:right;
}
.old_lady_mad ul{
	margin-bottom:0px;
	padding-top:40px;
	padding-left:240px;
}
.old_lady_mad ul li{
	list-style:none;
	display:block;
	color:#fff;
	font-size:25px;
	font-weight:normal;
	font-family: 'OpenSans-Italic';
	padding-top:22px;
	text-align:left;
}
.old_lady_mad ul li  img{
	margin-right:15px;
	vertical-align:bottom;
}
.call_now_mad{
	background:#00609b;
	font-size:32px;
	color:#FFF;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	display:inline-block;
	padding-right:20px;
	margin-bottom:55px;
	margin-top:315px;
}
.call_now_mad img{
	margin-right:10px;
}
.get_free_form_mad{
	float:right;
	margin-right:50px;
	width:36%;
}
.get_free_form_mad h1{
	color:#FFF;
	font-size:30px;
    font-family: 'open_sanslight';
	font-weight:normal;
	padding-bottom:20px;
}
.get_free_form_mad h1 strong{
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
}
.get_bottom_form_mad{
}
.get_bottom_form_mad label{
    color: #4a4b4c;
	font-family: 'OpenSans-Semibold';
    font-size: 15px;
	font-weight:normal;
	background:#FFF;
	padding-top:9px;
	padding-bottom:9px;
	text-align:left !important;
}
.gt_frm_mad{
	padding:0px !important;
}
.get_bottom_form_mad input[type="text"],
.get_bottom_form_mad input[type="tel"],
.get_bottom_form_mad input[type="email"]{
	border:none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 18px !important;
	color:#222;
	font-family: 'OpenSans';
	height:39px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#aed1e7;
}
.btm_hg_mad{
	margin-bottom:20px !important;
	clear:both;
}
.checkbox_bottom_mad{
	margin-bottom:10px;
}
.checkbox_bottom_mad label{
    color: #fff;
	padding:0px;
	margin:0px;
	font-family: 'OpenSans-Italic';
	line-height:17px !important;
}
/*=================================================================== Inner Pages*/
.breadcrumb_conti_mad{
	background:#e0ebef;
}
.breadcrumb_mad{
	padding:5px;
}
.breadcrumb_mad ul{
	margin-bottom:0px;
}
.breadcrumb_mad ul li{
	list-style:none;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	color:#949595;
	font-size:16px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.breadcrumb_mad ul li a{
	text-decoration:underline;
	color:#949595;
}
.breadcrumb_mad ul li img{
	vertical-align:baseline;
}
.inner_page_conti_mad{
	padding-top:30px;
	border-bottom:1px solid #d3d4d4;
	padding-bottom:50px;
}
.content_mad hr{
	border-color:#ced7dc;
}
.content_mad h1{
	color:#00609b;
	font-size:55px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.content_mad h2{
	color:#01879e;
	font-size:18px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:18px;
	line-height:21px;
}
.content_mad h3{
	font-family: 'OpenSans-Italic';
	color:#e35a24;
	font-size:16px;
	font-weight:normal;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #cdd6db;
}
.content_mad h4{
	color:#2d2d2d;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:18px;
	line-height:21px;
}
.content_mad p{
	color:#929597;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:18px;
	line-height:21px;
}
/*------------------------------ About Us*/
.about_content_mad{
	background:url(images/about_banner_mad.jpg) no-repeat center top;
	padding:40px 0px;
}
.about_14_assis_mad{
	padding-top:20px;
}
.about_14_assis_mad ul{
	margin-bottom:0px;
}
.about_14_assis_mad ul li{
	list-style:none;
	display:inline;
	padding-right:20px;
	color:#3a3a3a;
	font-family: 'OpenSans-Italic';
	font-size:14px;
}
.about_14_assis_mad ul li img{
	margin-right:5px;
	vertical-align:bottom;
}
.about_form_conti_mad{
	background:#00609b;
	padding:40px 15px 0px;
}
.about_form_mad{
	max-width:565px;
	margin:auto;
	margin-top:15px;
	padding-bottom:30px;
}
.about_form_mad h1{
	color:#fff;
	font-size:39px;
	font-weight:normal;
    font-family: 'open_sanslight';
	text-align:center;
	padding-bottom:15px;
}
.about_form_mad h1 strong{
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
}
.checkbox_inner_mad{
	padding-top:10px;
	padding-bottom:20px;
}
.checkbox_inner_mad label{
	color:#FFF;
}
img.arrow_about_mad{
	position:absolute;
    left: -96px;
    top: -4px;
	z-index:99999999;
}
/*------------------------------ Contact Us*/
.inn_left_pad_mad{
	padding-left:0px !important;
}
.inn_right_pad_mad{
	padding-right:0px !important;
}
.contact_form_mad{
	padding-top:30px;
}
.contact_form_mad label{
	color:#585959;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.submit_btn_mad{
	text-align:right;
}
.submit_btn_mad button[type="submit"]{
	background:#0195ac;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	color:#ffffff;
	font-size:19px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	border:none;
	outline:none;
	padding:7px 25px;
}
.contact_rgt_form_mad{
	margin-top:15px;
	background:#00609b;
}
.contact_rgt_form_mad h1{
	color:#fff;
	font-size:30px;
	font-weight:normal;
    font-family: 'open_sanslight';
	text-align:center;
	padding:15px;
	background:#0fa0d7;
}
.contact_rgt_form_mad h1 strong{
	font-family: 'OpenSans-Semibold';
	font-weight:normal;
}
.con_rgt_fom_mad{
	position:relative;
	padding-bottom:30px;
}
.con_rgt_pad_mad{
	padding:30px 40px 0px;
}
img.arrow_con_mad{
	position:absolute;
    left: -53px;
    top: 14px;
}
.con_rgt_fom_mad label{
    color: #000000;
	font-family: 'OpenSans-Semibold';
    font-size: 18px;
	font-weight:normal;
}
.con_rgt_fom_mad input[type="text"],
.con_rgt_fom_mad input[type="tel"],
.con_rgt_fom_mad input[type="email"]{
	border:1px solid #b3b3b3;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 18px !important;
	color:#000;
	font-family: 'OpenSans';
	height:48px;
}
.checkbox_contact_mad{
	padding:20px 0px 20px 30px;
}
.checkbox_contact_mad label{
	color:#FFF;
	font-family: 'OpenSans-Italic';
}
.checkbox_contact_mad input[type="checkbox"] + label{
	font-size:15px;
	line-height:15px;
}
/*------------------------------ Thankyou Page*/
.th_logo_mad{
	text-align:center;
	padding:30px 15px;
}
.th_logo_mad img{
	display:inline-block;
}
.th_congra_box_mad{
	text-align:center;
	background:#00609b;
	padding:20px 15px;
	font-size:27px;
	color:#FFF;
	font-family: 'OpenSans';
	font-weight:normal;
}
.th_congra_box_mad strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.thankyou_container_mad{
	max-width:830px;
	margin:auto;
	padding:40px 10px;
}
.thankyou_container_mad h1,
.thankyou_container_mad h3{
	color:#00609b;
	font-size:51px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	padding-top:20px;
}
.thankyou_container_mad h3{
	font-size:21px;
}
.thankyou_container_mad p{
	color:#4c4b4c;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:20px;
}
.thankyou_container_mad p strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.kev_nam_mad{
	margin-top:20px;
	background:url(images/nm_bg_mad.png) repeat;
	padding:10px;
}
.kev_nam_mad ul{
	margin-bottom:0px;
}
.kev_nam_mad ul li{
	list-style:none;
	display:inline;
	color:#00609b;
	font-size:16px;
	font-weight:normal;
	padding-right:30px;
	padding-left:20px;
}
.kev_nam_mad ul li strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
/*=================================================================== Footer Start*/
.footer_container_mad{
	padding:50px 15px;
	text-align:center;
}
.footer_logo_mad img{
	display:inline-block;
}
.footer_navi_mad{
	padding-top:25px;
	color:#188db6;
	font-size:17px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.footer_navi_mad a{
	text-decoration:none;
	outline:none;
	color:#188db6;
}
.footer_navi_mad a:hover{
	text-decoration:underline;
	color:#188db6;
}
.copy_mad{
	padding-top:15px;
	color:#8a8b8b;
	font-size:12px;
	font-family: 'OpenSans';
	font-weight:normal;
}
.copy_mad a{
	text-decoration:none;
	color:#8a8b8b;
}
.copy_mad a:hover{
	text-decoration:underline;
	color:#8a8b8b;
}
.th_ftr_mad{
	background:#f4f7f9;
	padding:30px 15px;
	text-align:center;
}
.clear{
	clear:both;
}
