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-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: 'Roboto-Regular';
	src: url('font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Regular.woff') format('woff'),
		 url('font/Roboto-Regular.ttf') format('truetype'),
		 url('font/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Italic';
	src: url('font/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Italic.woff') format('woff'),
		 url('font/Roboto-Italic.ttf') format('truetype'),
		 url('font/Roboto-Italic.svg#Roboto-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Bold.woff') format('woff'),
		 url('font/Roboto-Bold.ttf') format('truetype'),
		 url('font/Roboto-Bold.svg#Roboto-Bold') 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;
}
#wrapper {
	width:auto;
	height:auto;
}
/*============================================ Home Page Start ============================================*/
.logo_DRG_M {
	text-align:center;
	padding:10px;
}
.logo_DRG_M img {
	display:inline-block;
}
.banner_DRG_M {
	text-align:center;
}
.banner_DRG_M img {
	display:inline-block;
}
.tap_button_conti_DRG_M {
	z-index:99999999;
	background:url(images/tab_bg_DRG_M.jpg) repeat-x top;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
	-moz-box-shadow: 2px 2px 5px #17374b;
	-webkit-box-shadow: 2px 2px 5px #17374b;
	box-shadow: 1px 1px 2px #17374b;
	border:2px solid #39b54a;
	max-width:400px;
	margin:auto;
	margin-top:-10px;
	z-index:999999999999999999;
	position:relative;
}
.tab_but_DRG_M{
	padding:10px;
	padding-top:0px;
	text-align:center;
}
.tab_but_DRG_M h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:40px;
	font-weight:bold;
	line-height:37px;
	margin:auto !important;
}
.tab_but_DRG_M h1 a,
.tab_but_DRG_M h1 a:hover {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
.front_line_DRG_M{
	color:#0f4c13;
	font-size:15px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
}
.mobile_part_DRG_M {
	padding:0px 10px 30px;
	max-width:480px;
	margin:auto;
	margin-top:20px;
}
.free_debt_title_DRG_M{
	color:#fff;
	font-size:22px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
	text-align:center;
	background:#084c8d;
	padding:15px;
}
.free_debt_form_DRG_M{
	background:#dfe8f0;
	padding:10px;
}
.form_pad_DRG_M{
	padding-left:5px;
	padding-right:27px;
}
.free_debt_form_DRG_M h1{
	color:#084c8d;
	font-size:21px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding-top:3px;
	text-align:center;
	padding-bottom:7px;
}
.free_debt_form_DRG_M h2{
	color:#084c8d;
	font-size:16px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	text-align:center;
}
.free_debt_form_DRG_M p{
	color:#252626;
	font-size:14px;
	font-weight:normal;
	font-family: 'Roboto-Italic';
	text-align:left;
	padding-top:7px;
	border-top:1px solid #dae2ea;
	padding-bottom:20px;
}
.free_debt_form_DRG_M input[type="text"],
.free_debt_form_DRG_M input[type="tel"],
.free_debt_form_DRG_M input[type="email"]{
	height:40px;
	border-color:#969492;
	color:#3c3b3d;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
}
.free_debt_form_DRG_M input[type="text"]::-moz-placeholder,
.free_debt_form_DRG_M input[type="tel"]::-moz-placeholder,
.free_debt_form_DRG_M input[type="email"]::-moz-placeholder {
    color: #6f6e70;
}
.free_debt_form_DRG_M .dropdown-toggle{
	height:40px;
	border-color:#969492;
	color:#3c3b3d;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	text-align:left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #e0e1e1 100%);
	background: -webkit-linear-gradient(top,  #fff 0%,#e0e1e1 100%);
	background: linear-gradient(to bottom,  #fff 0%,#e0e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e0e1e1',GradientType=0 );
}
.free_debt_form_DRG_M .bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
	border-color:#969492;
	background: #fff;
	background: -moz-linear-gradient(top,  #e0e1e1 0%, #fff 100%);
	background: -webkit-linear-gradient(top,  #e0e1e1 0%,#fff 100%);
	background: linear-gradient(to bottom,  #e0e1e1 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e1', endColorstr='#fff',GradientType=0 );
}
.free_debt_form_DRG_M .bootstrap-select {
	height:40px;
}
.free_debt_form_DRG_M .dropdown-menu {
	color:#494949;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	padding:0px;
}
.bootstrap-select.btn-group .dropdown-menu li{
	padding-top:0px;
	text-align:left;
	color:#084c8d;
	font-size:17px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	display:block;
	background:none;
	padding:0px;
	margin-top:0px;
}
.free_debt_form_DRG_M .dropdown-toggle .caret {
	vertical-align:middle;
	border-top:0px dashed !important;
	border-top:0px solid\9 !important;
	border-right:0px solid transparent !important;
	border-left:0px solid transparent !important;
	background:url(images/inner_seleft_tir_DRG_M.png) no-repeat right top;
	width:19px;
	height:33px;
	margin-top: 0 !important;
	right: 9px !important;
	top: 5% !important;
}
.free_debt_form_DRG_M .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
	border-top: 0 none !important;
	content: "";
}
.home_quote_arrow_DRG_M{
	margin-top:-14px;
}
.continue_btn_DRG_M,
.privacy_DRG_M{
	text-align:center;
}
.privacy_DRG_M{
	padding-top:10px;
}
.continue_btn_DRG_M input[type="image"],
.privacy_DRG_M img{
	display:inline-block;
}
/*---------------------------- Thanks Page*/
.thankyou_container_DRG_M {
	background:#dfe8f0;
	padding:5px;
}
.congratulation_box_DRG_M {
	padding:5px;
	padding-top:10px;
	background:#fff;
}
.congratulation_box_DRG_M h1{
	text-align:center;
}
.congratulation_box_DRG_M h1 img{
	display:inline-block;
}
.congratulation_box_DRG_M h2{
	color:#444;
	font-size:16px;
	padding-top:15px;
	padding-bottom:30px;
	text-align:center;
	font-family: 'Roboto-Regular';
	border-bottom:1px solid #f0f1f1;
}
.congratulation_box_DRG_M p{
	color:#444;
	font-size:14px;
	text-align:center;
	font-family: 'Roboto-Regular';
	padding-top:10px;
}
.congratulation_box_DRG_M p strong{
	font-family: 'Roboto-Bold';
	font-weight:normal;
}
.congratulation_box_DRG_M p em{
	font-family: 'Roboto-Bold';
	font-weight:normal;
}
.congratulation_box_DRG_M h3{
	color:#444;
	font-size:16px;
	text-align:center;
	font-family: 'Roboto-Regular';
	padding-top:25px;
}
/*===================================== Footer Start ========================================*/
.footer_wrap_DRG_M {
	border-top:1px solid #f0f1f1;
	text-align:center;
	padding:15px;
}
.footer_wrap_DRG_M p{
	color:#494849;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}
.footer_logo_DRG_M{
	text-align:center;
}
.footer_logo_DRG_M img{
	display:inline-block;
}
.footer_navi_DRG_M{
	padding-top:20px;
	color:#084c8d;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.footer_navi_DRG_M a{
	padding-left:10px;
	padding-right:10px;
	color:#084c8d;
	font-size:14px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	text-decoration:none;
}
.clear {
	clear:both;
}
