@charset "utf-8";

/* CSS Document */

body{ padding:0 0 0 0; margin:0; color:#636363; font-size:14px; font-weight:normal;  line-height:17px; font-family: 'Roboto-Regular'; background:#fff; width:100%; word-wrap:break-word;}

*{padding:0; margin:0;}

img{border:0; max-width:100%;}



form,input, select, textarea{outline:0;}

p strong{font-family: 'Roboto-Bold';}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}



ul,li,a{ 

	text-decoration:none;

}



/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}



.clear{ clear:both;}

.left{ float:left !important;}

.right{ display:block; text-align:right;}





@font-face {

  font-family: 'Roboto-Regular';

  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  

  	   url('../fonts/Roboto-Regular.woff') format('woff'), 

	   url('../fonts/Roboto-Regular.ttf')  format('truetype'), 

	   url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'Roboto-Bold';

  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  

  	   url('../fonts/Roboto-Bold.woff') format('woff'), 

	   url('../fonts/Roboto-Bold.ttf')  format('truetype'),

	   url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');

  font-weight: normal;

  font-style: normal;

}





#wrapper{ margin:0px; padding:0px; width:100%;}

.content{ width:1400px; margin:0 auto; padding:0px;}



/** HEADER **/

header{ background:#525252; border-top: 4px solid #383737; margin:0px; padding:0;}

header .address-block{}

header .address-block h4{float:left; font-weight:normal; background:#383737; padding:12px; color:#fff; font-family: 'Roboto-Bold'; font-size:15px;}

header .address-block h4 img{float: left; padding: 0 10px 0 0;}

header .address-block h4 a{ color:#fff; font-family: 'Roboto-Bold'; font-size:15px;}

header .address-block h4:hover{ background:#2BB34B;}



header .address-block p{float:right; padding:12px; color:#fff; font-family: 'Roboto-Bold'; font-size:14px;}

header .address-block p img{float: left; padding: 0 10px 0 0;}

header .address-block p a{ color:#fff; font-family: 'Roboto-Bold'; font-size:14px;}

header .address-block p:hover{ background:#383737;}

/** //HEADER **/



/** logo-area **/

.logo-area{ padding:10px 0;}

.logo-area .logo-block{ float:left; line-height:0; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; width:28%;}

.logo-area .nav-block{ float:right; padding:10px 0 0; -webkit-transition: all ease 0.5s; transition: all ease 0.5s;}

#main-nav-container {

	width:100%;

	position: relative;

	-webkit-transition: all ease 0.5s;

	-moz-transition: all ease 0.5s;

	-o-transition: all ease 0.5s;

	-ms-transition: all ease 0.5s;

	transition: all ease 0.5s;

	z-index:999999999999999999999999999999;

}



#main-nav-container.fixed{

	position:fixed;

	top:0;

	left:0;

	z-index:99999999999999999999999999999;

	padding:10px 0; 

	-webkit-box-shadow: 0 5px 4px rgba(0,0,0, 0.10);

	box-shadow: 0 5px 4px rgba(0,0,0, 0.10);

	-webkit-backface-visibility:hidden; -webkit-transition: all ease 0.5s; transition: all ease 0.5s;

	background:rgba(255, 255, 255, 0.9);

}



#main-nav-container.fixed .logo-block{ width:150px;}

#main-nav-container.fixed .nav-block{padding:10px 0 0;}

#main-nav-container.fixed a.button-1{ display:none;}

/** //logo-area **/



/** banner-block **/

.banner-block{ border-top:1px solid #ececec; border-bottom:1px solid #ececec; line-height:0; position:relative;}

.banner-block img{ width:100%;}

.banner-block .banner-in{ position:absolute; top:20%; left:0; width:100%;}

.banner-block .docs{ padding:30px; width:630px; border-radius:3px; background:rgba(21, 138, 12, 0.7);}

.banner-block .docs h2{ color:#fff; font-size:36px; text-transform:uppercase; font-family: 'Roboto-Bold'; font-weight:normal; line-height:36px; padding:0 0 10px;}

.banner-block .docs p{ color:#fff; font-size:16px; line-height:20px;font-family: 'Roboto-Regular';}

.banner-block .docs p a{ color:#000;}

.banner-block .docs p a:hover{ color:#525252;}

.banner-block .docs p span{ font-family: 'Roboto-Bold';}

.banner-block .docs p.inner-prea{ text-transform:inherit; line-height:26px;}

/** //banner-block **/



/** min-block **/

.min-block{ padding:40px 0;}

.min-block .lt-block{float: none; margin: 0 auto; width: 98%;}

.min-block .lt-block .content-block{ padding:0 0 10px;}

.min-block .lt-block .content-block .box-ul{ float:left; width:40%; padding-right:5%;}

.min-block .lt-block .content-block .box-ul2{ float:left; width:30%; padding-right:3%;}

.min-block .lt-block .content-block .image-area{ margin-bottom:10px; text-align:center;}

.min-block .lt-block .content-block .image-area ul li{ line-height:0; background:none; display:inline-block; margin:10px 10px 10px 0; padding:0; width:22%;}

.min-block .lt-block .content-block h1{color:#2C3E50;font-size:28px; font-family: 'Roboto-Bold'; line-height:30px; background:url(../images/border-2.png) bottom left no-repeat; margin: 0 0 20px; padding:0 0 10px; font-weight:normal; text-transform: uppercase;}

.min-block .lt-block .content-block h2{ font-weight:normal;background:url(../images/border-2.png) bottom left no-repeat;color: #222222;font-size:20px; font-family: 'Roboto-Bold'; line-height:20px;margin: 0 0 20px; padding:0 0 10px;}

.min-block .lt-block .content-block p{color:#2C3E50; font-size: 15px; line-height: 22px; padding:0 0 20px;}

.min-block .lt-block .content-block p span{color:#085c02;}

.min-block .lt-block .content-block p a{font-family: 'Roboto-Bold'; color: #444444;}

.min-block .lt-block .content-block p a:hover{color: #085c02;}

.min-block .lt-block .content-block .img{float: left; margin: 0 20px 10px 0; padding:4px; box-shadow:1px 1px 4px #333;}

.min-block .lt-block .content-block .img2{float:right; margin: 0 0 10px 20px; padding:4px; box-shadow:1px 1px 4px #333;}

.min-block .lt-block .content-block ul{ padding:0 0 10px;}

.min-block .lt-block .content-block ul li{color: #444444; font-size: 15px; line-height: 22px; padding:0 0 10px 25px; list-style:none; background:url(../images/arrow-2.png) 0 6px no-repeat;}

.min-block .lt-block .content-block ul li a{font-family: 'Roboto-Bold'; color: #444444;}

.min-block .lt-block .content-block ul li a:hover{color: #32aae1;}

.min-block .lt-block .content-block iframe{border:none; height:300px; margin-bottom:25px; width:100%;}



.box-block{ padding:10px 0 0;}

.box-block h1{color:#2C3E50;font-size:28px; font-weight:400; font-family: 'Roboto-Bold'; line-height:30px; background:url(../images/border-2.png) bottom left no-repeat; margin:15px 0; padding:0 0 10px;}

.box-block2{background:#c9c9c9; border-bottom:1px solid #a7a7a7; border-top:1px solid #a7a7a7; padding:20px 0;}

.box-block h2{border-left:3px solid #32aae1;color: #222222;font-size:28px; font-family: 'Roboto-Bold'; line-height:30px;margin: 0 0 20px; padding:0 0 0 10px; text-transform: uppercase;}

.box-block .thumb-box{ background:#158A0C; border-radius:3px; float: left; margin:1%; min-height:410px; padding:0; text-align:left; width:31%;}

.box-block .thumb-box:hover{ background:#4CA533;}

.box-block .thumb-box .img{margin-bottom:8px; width:100%; border-radius:3px 3px 0 0;}

.box-block .thumb-box h3{ font-weight:normal;color:#fff;font-size:18px; font-family: 'Roboto-Bold'; line-height:22px;margin: 0 0 10px; padding:0 6%; text-transform: uppercase;}

.box-block .thumb-box p{color:#fff; font-size: 15px; line-height:22px; padding:0 6% 15px;}

.box-block .thumb-box h4{ font-weight:normal;display:inline-block; margin-left: 6%; border:2px solid #fff; padding:12px 15px; color:#fff; font-size:15px; border-radius:2px; text-align:center;}

.box-block .thumb-box:hover h4{background:#000; color:#fff; border:2px solid #fff;}



.min-block .lt-block .every-bottom-block{ display:block; padding:0 0 20px;}

.min-block .lt-block .every-bottom-block h3{ font-weight:normal; float:left; padding:5px 15px 5px 0;}

.min-block .lt-block .every-bottom-block h3 a{ display:inline-block; background:#027bb3; padding:15px 20px; color:#fff;font-size:18px; font-family: 'Roboto-Bold'; border-radius:2px;}

.min-block .lt-block .every-bottom-block h3 a:hover{ background:#32aae1;}



.min-block .sidebar{ float:right; width:30%; position:relative;}

.min-block .sidebar hr{ margin:15px 0 20px; height:1px; display:block; border:none; background:#4CA533;}

.min-block .sidebar-in{ padding:20px; background:#158A0C; margin-bottom:20px;}

.min-block .sidebar h2{background:url(../images/border-1.jpg) bottom left no-repeat; color:#fff;font-size:24px; font-family: 'Roboto-Bold'; line-height: 23px;margin: 0 0 20px; padding:0 0 10px; text-transform: uppercase;}

.min-block .sidebar .block-1{ padding:10px 0 30px;}

.min-block .sidebar .block-1 p{ font-size:15px; line-height:22px; color:#444444;}

.min-block .sidebar .img1{ position:absolute; right:0; top:-30px;}

.min-block .sidebar .img2{margin: 15px 0 0; max-width:100%; width:100%;}

.min-block .sidebar ul li{ padding:0 0 13px 26px; background:url(../images/arrow-3.png) 0px 5px no-repeat; display:block; font-family: 'Roboto-Bold'; color:#2C3E50;}

.sidebar ul ul{margin:20px 0 0; padding:0;}

.min-block .sidebar ul li a{display:block; font-family: 'Roboto-Bold'; color:#fff;font-size: 15px;}

.min-block .sidebar ul li a:hover{ color:#aef998;}

.min-block .sidebar .block-2{}

.min-block .sidebar .block-2 p{padding:2px 0 10px 0px; font-size:15px; line-height:22px; color:#fff;}

.min-block .sidebar .block-2 p.email{background:url(../images/email-2.png) 0 6px no-repeat;}

.min-block .sidebar .block-2 p.address{background:url(../images/address-1.png) 0 6px no-repeat;}

.min-block .sidebar .block-2 p span{ display:block; font-family: 'Roboto-Bold'; color:#e74c3c;}

.min-block .sidebar .block-2 p a{ font-size:15px; line-height:22px; color:#fff; font-family: 'Roboto-Bold'; }

.min-block .sidebar .block-2 p a:hover{ color:#aef998;}

.min-block .sidebar .block-2 img{float: left; padding:6px 15px 30px 0;}

a.button-1{background: #383737; border-radius: 4px; box-shadow: 0 -20px 22px #525252 inset; color:#fff; display:block; float:right; font-size:19px; margin:0 5px 15px; padding:16px 15px 16px 63px; position:relative; text-transform:uppercase;}

a.button-1:hover{background: #525252; box-shadow: 0 -20px 22px #383737 inset;}

a.button-1 img{ position: absolute; left:15px; top:9px;}

/** //min-block **/





.consulting-section{ padding:40px 0;}

.Audits_min{ display:none;}

.Workflow-Analysis_min{ display:none;}

.Credentialing_min{ display:none;}

.ICD_min{ display:none;}

.Meaningful-Use_min{ display:none;}

.MACRA-Law_min{ display:none;}



.consulting-section .lt-block{ float:left; width:280px;}

.consulting-section .lt-block ul li{ display:block; list-style:none;}

.consulting-section .lt-block ul li a{ display:block; border-bottom:1px solid #525252; padding:16px 20px; background:#383737; color:#fff; font-size:20px; font-family: 'Roboto-Bold';}

.consulting-section .lt-block ul li a:hover{ background:#020202;}

.consulting-section .lt-block ul li a:focus{background:#020202;}



.consulting-section .lt-block ul li:first-child a{background:#000; text-align:center; border-radius:8px 8px 0 0; font-size:22px;}

.consulting-section .lt-block ul li:last-child a{background:#000; text-align:center; border-radius:0 0 8px 8px; font-size:22px;}

.consulting-section .rt-block{ float:right; width:75%;}

.consulting-section .rt-block .block{ float:left; width:45%; padding-right:5%; padding-bottom:20px;}

.consulting-section .rt-block h1{color:#2C3E50;font-size:28px; font-family: 'Roboto-Bold'; line-height:30px; background:url(../images/border-2.png) left bottom no-repeat; display:inline-block; margin: 0 0 20px; padding:0 0 10px; text-transform: uppercase;}

.consulting-section .rt-block h2{background:url(../images/border-2.png) bottom left no-repeat;color: #222222;font-size:20px; font-family: 'Roboto-Bold'; line-height:20px;margin: 0 0 20px; padding:0 0 10px;}

.consulting-section .rt-block p{color:#2C3E50; font-size: 15px; line-height: 22px; padding:0 0 20px;}

.consulting-section .rt-block p span{color:#085c02;}

.consulting-section .rt-block p a{font-family: 'Roboto-Bold'; color: #444444;}

.consulting-section .rt-block p a:hover{color: #085c02;}

.consulting-section .rt-block .img{float: left; margin: 0 10px 10px 0;}

.consulting-section .rt-block ul{ padding:0 0 10px;}

.consulting-section .rt-block ul li{color: #444444; font-size: 15px; line-height: 22px; padding:0 0 10px 25px; list-style:none; background:url(../images/arrow-2.png) 0 6px no-repeat;}

.consulting-section .rt-block ul li a{font-family: 'Roboto-Bold'; color: #444444;}

.consulting-section .rt-block ul li a:hover{color: #32aae1;}



.body-bottom{ padding:40px 0; background:#383737;}

.body-bottom h1{background:url(../images/border-1.jpg) bottom left no-repeat; font-weight:400;color: #fff;font-size:28px; font-family: 'Roboto-Bold'; line-height:32px;margin: 0 0 25px; padding:0 0 15px;}

.body-bottom h2{background:url(../images/border-1.jpg) bottom left no-repeat;color: #fff;font-size:20px; font-family: 'Roboto-Bold'; line-height:32px;margin: 0 0 20px; padding:0 0 10px;}

.body-bottom p{color:#fff; font-size: 15px; line-height: 22px; padding:0 0 20px;}

.body-bottom p a{font-family: 'Roboto-Bold'; color: #fff;}

.body-bottom p a:hover{color: #fff;}

.body-bottom ul{ padding:0 0 10px;}

.body-bottom ul li{color: #fff; font-size: 15px; line-height: 22px; padding:0 0 10px 25px; list-style:none; background:url(../images/arrow-2.png) 0 6px no-repeat;}

.body-bottom ul li a{font-family: 'Roboto-Bold'; color: #fff;}

.body-bottom ul li a:hover{color:#61C678;}

.body-bottom .box-ul{ float:left; width:40%; padding-right:5%;}



/** footer **/

#footer{ background:#525252;}

#footer .top-block{ background:#383737; padding:25px 0;}

#footer .top-block .lt-block{ float:left; line-height:0;}

#footer .top-block .rt-block{ float:right; padding:0;}

#footer .top-block .rt-block p{ padding:5px 0; color:#fff; font-size:16px; text-align:right; float:right; clear:both;}

#footer .top-block .rt-block p span{font-family: 'Roboto-Bold'; display:block; padding-bottom:5px; text-transform:uppercase;}

#footer .bottom-block{ text-align:center; padding:20px 0;}

#footer p{ padding:5px 0; color:#fff; font-size:15px; line-height:24px;}

#footer p a{ display:inline-block; color:#e3e3e3; font-size:15px; padding:2px 10px;}

#footer p a:hover{ color:#4CA533;}

/** //footer **/



/** contact-us **/

.min-block .lt-block .contact-us-block{ padding:0 0 10px;}

.min-block .lt-block .contact-us-block h1{background:url(../images/border-2.png) bottom left no-repeat; color: #222222;font-size:28px; font-family: 'Roboto-Bold'; line-height:30px;margin: 0 0 20px; padding:0 0 10px; text-transform: uppercase;}

.min-block .lt-block .contact-us-block h2{background:url(../images/border-2.png) bottom left no-repeat; color: #222222;font-size:20px; font-family: 'Roboto-Bold'; line-height:30px;margin: 0 0 20px; padding:0 0 10px;}

.min-block .lt-block .contact-us-block p{color: #444444; font-size: 15px; line-height: 22px; padding:0 0 20px;}

.min-block .lt-block .contact-us-block p span{ color:#32AAE1;}

.min-block .lt-block .contact-us-block p a{font-family: 'Roboto-Bold'; color: #444444;}

.min-block .lt-block .contact-us-block p a:hover{color: #32aae1;}

.min-block .lt-block .contact-us-block h3{padding:2px 0 10px 34px; font-size:15px; line-height:22px; color:#444444; background:url(../images/phone-2.png) 0 6px no-repeat;}

.min-block .lt-block .contact-us-block h3.email{background:url(../images/email-2.png) 0 6px no-repeat;}

.min-block .lt-block .contact-us-block h3.address{background:url(../images/address-1.png) 0 6px no-repeat;}

.min-block .lt-block .contact-us-block h3 span{ display:block; font-family: 'Roboto-Bold'; color:#34495E;}

.min-block .lt-block .contact-us-block h3 a{ font-size:15px; line-height:22px; color:#158A0C; font-weight:bold; font-family: 'Roboto-Bold'; }

.min-block .lt-block .contact-us-block h3 a:hover{ color:#064801;}

.min-block .lt-block .contact-us-block .block{ float:left; padding-right:80px; margin-right:80px; border-right:1px solid #CCC;}

.min-block .lt-block .contact-us-block .block2{ float:left;}

.min-block .lt-block .contact-us-block iframe{border:none; height:350px; margin-bottom: 25px; width: 100%; padding:4px; box-shadow:1px 1px 4px #333;}



.min-block .lt-block .contact-us-block .contact-form-lt{ float:left; width:48%;}

.min-block .lt-block .contact-us-block .contact-form-lt input[type="text"]{background: #f8f8f8; border:1px solid #d5d5d5; color: #666; display: block; font-size: 14px; margin-bottom:12px;

padding:16px 3%; width: 94%;}

.min-block .lt-block .contact-us-block .contact-form-lt input[type="text"]:focus{background:#fff; border:1px solid #158A0C;}

.min-block .lt-block .contact-us-block .contact-form-lt textarea[type="text"]{background: #f8f8f8; border:1px solid #d5d5d5; color: #666; display: block; font-size: 14px; margin-bottom: 10px; padding:9px 3%; width: 94%; height:80px; resize:none;}

.min-block .lt-block .contact-us-block .contact-form-lt textarea[type="text"]:focus{background:#fff; border:1px solid #158A0C;}

.min-block .lt-block .contact-us-block .contact-form-lt input[type="submit"]{background:#2D3E50; border:1px solid #158A0C; color:#fff; display: block; font-size: 15px; text-transform:uppercase; margin-bottom: 10px; cursor:pointer; padding:14px 10px; border-radius:2px; font-family: 'Roboto-Bold';}

.min-block .lt-block .contact-us-block .contact-form-lt input[type="submit"]:hover{background:#158A0C; color:#fff;}

.min-block .lt-block .contact-us-block .contact-form-lt input[type="button"]{background:#2D3E50; border:1px solid #158A0C; color:#fff; display: block; font-size: 15px; text-transform:uppercase; margin-bottom: 10px; cursor:pointer; padding:14px 10px; border-radius:2px; font-family: 'Roboto-Bold';}

.min-block .lt-block .contact-us-block .contact-form-lt input[type="button"]:hover{background:#158A0C; color:#fff;}

.min-block .lt-block .contact-us-block .contact-iframe-rt{ float:right; width:48%;}

/** //contact-us **/



.contact-form-block{padding:40px 0; background:#4CA533; position:relative;}

.contact-form-block .form-section{width:60%; margin:0 auto;}

.contact-form-block .form-section h2{color:#fff;font-size:28px; text-transform:uppercase; text-align:center; font-family: 'Roboto-Bold'; line-height:30px; padding:0 0 30px;}

.contact-form-block .form-section .block{ padding:0 0 18px;}

.contact-form-block .form-section .block-lt{ float:left; width:49%;}

.contact-form-block .form-section .block-rt{ float:right; width:49%;}

.contact-form-block .form-section input[type='text']{background:#fff; border: 1px solid #158a0c; border-radius: 3px; color:#000; font-size: 15px; padding: 14px 4%; width: 92%;}

.contact-form-block .form-section input[type='text']:focus{ box-shadow:0 0 27px #096302;}

.contact-form-block .form-section input[type='email']{background:#fff; border: 1px solid #158a0c; border-radius: 3px; color:#000; font-size: 15px; padding: 14px 4%; width: 92%;}

.contact-form-block .form-section input[type='email']:focus{ box-shadow:0 0 27px #096302;}

.contact-form-block .form-section input[type='password']{background:#fff; border: 1px solid #158a0c; border-radius: 3px; color:#000; font-size: 15px; padding: 14px 4%; width: 92%;}

.contact-form-block .form-section input[type='password']:focus{ box-shadow:0 0 27px #096302;}

.contact-form-block .form-section select{background:#fff; border: 1px solid #158a0c; border-radius: 3px; color:#000; font-size: 15px; padding:5px 4%; height:47px; width:100%;}

.contact-form-block .form-section select:focus{ box-shadow:0 0 27px #096302;}

.contact-form-block .form-section input[type='button']{background:#096302; border:none; border-radius: 4px; box-shadow: 3px 3px 1px #064801; color: #fff; cursor: pointer; display: block; font-size: 17px; letter-spacing: 1px; margin: 0 auto; padding: 18px 25px; text-align: center; text-transform: uppercase;}

.contact-form-block .form-section input[type='button']:hover{background:#064801; box-shadow: 3px 3px 1px #096302;}

.contact-form-block .form-section input[type='submit']{background:#096302; border:none; border-radius: 4px; box-shadow: 3px 3px 1px #064801; color: #fff; cursor: pointer; display: block; font-size: 17px; letter-spacing: 1px; margin: 0 auto; padding: 18px 25px; text-align: center; text-transform: uppercase;}

.contact-form-block .form-section input[type='submit']:hover{background:#064801; box-shadow: 3px 3px 1px #096302;}

a.back-to-top{ outline:none; display: none; width:55px; height:50px; text-indent: -9999px; position: fixed; right: 20px; color:#fff; bottom:20px; background: url(../images/top-arrow.png) center center no-repeat #666; border-radius:6px; z-index:999999999999999;}

a.back-to-top:hover{ background:url(../images/top-arrow.png) center center no-repeat #333;}



.testimonials-bottom{background:#c9c9c9; border-top:1px solid #9d9d9d; padding:50px 0 30px; text-align:center;}

.testimonials-bottom p{color: #000; font-size: 16px; line-height: 22px;}

.testimonials-bottom p sup{ color:#158A0C; font-weight:bolder;line-height:22px; font-size:25px;}

.testimonials-bottom p sub{color:#158A0C; font-weight:bolder; line-height:22px;font-size:25px;}


#form-bottom-demo {
    left: 0;
    position: absolute;
    top: -250px;
    width: 1px;
}


/************************************************************************************

MOBILE

*************************************************************************************/

@media only screen and (orientation:landscape) {

body { -webkit-text-size-adjust:none; }

}

@media only screen and (orientation:portrait) {

body { -webkit-text-size-adjust:none; }

}



@media screen and (max-width:1460px) {

.content{ width:92%;}

.logo-area .logo-block{width:23%;}

.contact-form-block .form-section{ width:68%;}

.consulting-section .rt-block{ width:73%;}

}

@media screen and (max-width:1200px) {

.logo-area .logo-block{width:22%;}

.logo-area .nav-block{ padding:0;}

.contact-form-block .form-section{ width:80%;}

.consulting-section .rt-block{ width:69%;}

.consulting-section .rt-block h1{ font-size:24px;}

}



@media screen and (max-width:1025px) {

.box-block .thumb-box{min-height:400px; padding-bottom:15px;}

.consulting-section .rt-block h1{ font-size:20px;}

}



@media screen and (max-width:1023px) {

.min-block .lt-block {float: none; width: 100%;}

.min-block .sidebar{float:none; margin:30px auto 0; width:100%;}

.box-block .thumb-box{width:47%; margin:0 1% 15px;}

.banner-block .docs{ padding:10px; width:65%;}

.consulting-section .rt-block{ width:63%;}

.consulting-section .rt-block h1{ font-size:17px;}

}



@media screen and (max-width:860px) {

header .address-block {float: none; margin:0 auto;}

#footer .top-block .lt-block {width:37%;}

#footer .top-block .rt-block {padding:10px 0 0;}

.body-bottom-block ul li {width:12%;}

.banner-block .docs{ width:80%;}

.banner-block .docs h2{font-size:32px; line-height:34px; padding: 0 0 5px;}

a.button-1{ font-size:16px;}

.consulting-section .rt-block{ width:58%;}

.consulting-section .rt-block h1{ font-size:13px;}

.min-block .lt-block .content-block .box-ul2{ float:none; width:100%; padding-right:0;}

}



@media screen and (max-width:767px) {

#form-bottom-demo {top: -350px;}

#main-nav-container {margin: 0 auto; position: relative;}

header .address-block {float: none; width: 100%; text-align:center;}

header .address-block ul li {display: inline-block; float: none;}

header .address-block p{display: inline-block; float: none; padding:10px;}

header .address-block h4{display: inline-block; float: none; padding:10px;}

.logo-area .logo-block{ width:auto;}

.banner-block .docs p.inner-prea{line-height:22px; font-size:18px;}

.min-block .lt-block .contact-us-block .block{ border:none; padding:0 30px 0 0; margin:0;}

.min-block .lt-block .contact-us-block .contact-form-lt{float: none; width: 100%;}

.min-block .lt-block .contact-us-block .contact-iframe-rt{float: none; padding-top: 20px; width: 100%;}

.min-block .lt-block .contact-us-block h1{ font-size:22px;}

.logo-area .nav-block{ float:none; text-align:center; clear:both;}

a.button-1{display:inline-block; float:none; margin:15px 5px 0; clear:both;}

.body-bottom .box-ul{float:none; padding-right:0; width:100%;}

.min-block .lt-block .content-block .box-ul{float:none; padding-right:0; width:100%;}

.consulting-section .lt-block{float:none; margin-bottom:20px; width:100%;}

.consulting-section .rt-block{float:none; width:100%;}

.consulting-section .rt-block h1{ font-size:20px;}

.body-bottom h1{ font-size:25px;}

.banner-block .banner-in{ top:5%;}

.banner-block .docs{ width:90%;}

.box-block h1{ font-size:24px; line-height:26px;}

}



@media screen and (max-width:630px) {

#footer .top-block .lt-block {float: none; text-align: center; width:100%;}

#footer .top-block .rt-block {float: none; margin: 0 auto; text-align:center; padding: 20px 0 0; width:100%;}

#footer .top-block .rt-block p{ float:none; text-align:center;}

header .address-block ul li a{ padding:12px 7px;}

.box-block .thumb-box{float: none; width: 100%; margin:0 0 15px; min-height:inherit;}

.min-block .lt-block .content-block .image-area ul li{ width:43%;}

.banner-block .docs{ width:80%;}

.banner-block .docs h2{font-size:27px; line-height:30px; padding: 0 0 5px;}

.banner-block .docs p{font-size: 15px; line-height:21px;}

.contact-form-block .form-section{ width:92%;}

.consulting-section .rt-block h1{ font-size:14px;}

}



@media screen and (max-width:600px) {

header .address-block ul li {display:none; float: none;}

.min-block .lt-block .content-block .img{display:block; float:none; margin:0 auto 20px; max-width:96%;}

.min-block .lt-block .content-block .img2{display: block; float: none; margin: 15px auto; text-align: center; max-width:96%;}

.min-block .lt-block .contact-us-block .block{ border:none; padding:0 30px 0 0; margin:0;}

.banner-block .docs p.inner-prea{line-height:20px; font-size:14px;}

.banner-block .docs{ width:96%;}

.box-block h1{ font-size:20px; line-height:22px;}

}



@media screen and (max-width:500px) {

.min-block .lt-block .content-block h1{ font-size:22px; line-height:22px;}

.min-block .lt-block .content-block h2{ font-size:20px;}

.logo-area .logo-block{ width:70%;}

.min-block .lt-block .content-block .image-area ul li{width:90%;}

.banner-block .docs h2{font-size: 20px; line-height: 22px; padding: 0 0 3px;}

.banner-block .docs p{font-size: 13px; line-height: 16px;}

.contact-form-block .form-section h2{ font-size:20px; line-height:25px;}

.contact-form-block .form-section .block-lt{float: none; padding-bottom: 18px; width: 100%;}

.contact-form-block .form-section .block-rt{float:none; width:100%;}

.banner-block .docs p.inner-prea{ text-transform:inherit; line-height:15px;}

.banner-block .inner-img{ height:110px;}

.consulting-section .rt-block .block {float: none; padding-right: 0; width: 100%;}

.consulting-section .rt-block h1{ font-size:20px;}

.body-bottom h1{ font-size:22px;}

}



@media screen and (max-width:400px) {

.min-block .lt-block .content-block h1{ font-size:16px; line-height:20px;}

.min-block .lt-block .content-block h2{ font-size:16px;}

.banner-block .docs {padding: 5px 10px;}

.banner-block .docs h2{font-size: 15px;line-height: 14px;padding: 0 0 3px;}

}








#error{text-align:center; color:#FF0000; margin:10px 0;} 
#confirm{text-align:center; color:#006633; margin:10px 0;}