@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular.otf') format('otf'),
         url('../fonts/SourceSansPro-Regular.woff') format('woff'),
         url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Bold.otf') format('otf'),
         url('../fonts/SourceSansPro-Bold.woff') format('woff'),
         url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/SourceSansPro-Black.eot');
    src: url('../fonts/SourceSansPro-Black.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Black.otf') format('otf'),
         url('../fonts/SourceSansPro-Black.woff') format('woff'),
         url('../fonts/SourceSansPro-Black.ttf') format('truetype');
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

.clr {
    clear: both;
}
h1, h2, h3, h4, h5, h6, p, span, input, img, label, strong, ul, li, a select, b, strong, br, em, textarea, i {
    padding: 0px;
    border: 0 none;
}
img{
	max-width:100%;
}
.x-img{
	border: 2px solid transparent;
    border-radius: 85px;
    box-shadow: 0 3px 5px 0 #f6f6f6;
}
h2 {
    font-size: 24px;
	color:#226d94;
	line-height:26px;
	font-family: RobotoBold;
	margin-bottom:30px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1{font-size: 30px;color: #007abd ;}
h3, h4{
	color:#007abd;
}

h3, h4, h5, h6{margin-bottom: 15px;}

ul{padding-bottom: 10px;}


li {
    list-style: none;
}
.content, .header{
	position:relative;
}
.header-right .container-fluid{
	padding:0px;
}
iframe{
	max-width:100%;
}
a, a:hover {
    text-decoration: none;
 -webkit-transition:all 0.3s ease 0.2s; -moz-transition:all 0.3s ease 0.2s; -o-transition:all 0.3s ease 0.2s; transition:all 0.3s ease 0.2s;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Margin */
.mt5	{	margin-top: 5px;	}
.mt10	{	margin-top: 10px;	}
.mt20	{	margin-top: 20px;	}
.mt30	{	margin-top: 30px;	}
.mt40	{	margin-top: 40px;	}
.mt50	{	margin-top: 50px;	}

.mr5	{	margin-right: 5px;	}
.mr10	{	margin-right: 10px;	}
.mr20	{	margin-right: 20px;	}
.mr30	{	margin-right: 30px;	}
.mr40	{	margin-right: 40px;	}
.mr50	{	margin-right: 50px;	}

.ml5	{	margin-left: 5px;	}
.ml10	{	margin-left: 10px;	}
.ml20	{	margin-left: 20px;	}
.ml30	{	margin-left: 30px;	}
.ml40	{	margin-left: 40px;	}
.ml50	{	margin-left: 50px;	}

.mb5	{	margin-bottom: 5px;	}
.mb10	{	margin-bottom: 10px;}
.mb20	{	margin-bottom: 20px;}
.mb30	{	margin-bottom: 30px;}
.mb40	{	margin-bottom: 40px;}
.mb50	{	margin-bottom: 50px;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Margin */
.sticky-form {
  position: fixed;
  top: 250px;
  right: -240px;
  z-index: 999;
  display: none;
}
html
{
	background: url(../images/bg.png) repeat;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #4b4b4a;
	line-height:24px;
	background: none;
	overflow-x:hidden;
}
.container, .x-container-fluid.max
{
	max-width:1060px;
}
.x-container-fluid.width
{
	width:92%;
}
.x-container-fluid {
    margin: 0 auto;
    position: relative;
}
/* header */
.header{
background: url(../images/headerbg.png) repeat-x;
border-top: 5px solid #0997D5;
width:100%;
padding:10px 0px 0px;
}
.content{
	background:#fff;
	padding-bottom:20px;
}
.page-header {
	border-bottom:none;
	margin:0px;
}
.btn-blue {
    background: #00adef;
}
header .navbar-default
{
	background: none;
	box-shadow: none;
	border: none;
	margin-bottom:0;
	min-height:30px;
}
.menu-main-menu-container ul li:first-child{
	display:none !important;
}
 header .navbar-default .navbar-nav 
 {
	padding:0;
	float:none;
	text-align:center;
 }
 header .navbar-default .navbar-nav li
 {
	display:inline-block;
	float:none;
 }
 header .navbar-default .navbar-nav  li a
 {
	color: #000;
	font-size:15px;
	text-transform: uppercase;
	font-family: RobotoRegular;
	
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  font-weight:bold;
 }
 header .navbar-default .navbar-nav  li a:before {
   content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0997D5;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:10px 10px 0 0;
}
 header .navbar-default .navbar-nav  li:hover a,  header .navbar-default .navbar-nav  li:focus a,  header .navbar-default .navbar-nav  li.current-menu-item  a{
  color: white;
}
 header .navbar-default .navbar-nav  li:hover a:before,  header .navbar-default .navbar-nav  li:focus a:before,  header .navbar-default .navbar-nav  li.current-menu-item a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
 
 
header .navbar-default .navbar-nav  li.current-menu-item a:after
 {
	background:#0997D5;
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 6px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index:-1;
 }
header .navbar-default .navbar-nav  li a:hover, .navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.open>a
{
	color: #fff;
	box-shadow:none;
}

.navbar-default .navbar-nav li.current-menu-item > a:after
{
	z-index:1;
}
.top-right
{
	text-align:right;
}
.logo
{
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
}
.header-right{
	padding-top:55px;
}
.godaddy-verify{
	float:right;
	padding-top:15px;
}
/*   banner   */
.top-section{
	background: url(../images/banner-bg.jpg) no-repeat 0 0;
	width:100%;
	float:left;
	height: 780px;
	padding:10px 0 30px 0;
}
.top-right span{
	color:#3e4c53;
	font-size:18px;
	font-family: RobotoRegular;
}
.top-right strong{
	color:#d44218;
	font-size:36px;
	line-height:38px;
	font-family:RobotoBold;
}
.top-section h2{
	font-size:24px;
	color:#226d94;
	font-family:RobotoBold;
	line-height:30px;
	padding: 10px 90px;
	text-align: center;
	margin-top:20px;
	margin-bottom:0;
}
.top-section h1{
	font-size:86px;
	color:#db4221;
	font-family:RobotoBold;
	line-height:54px;
	padding: 0 90px;
	text-align: center;
}
.top-section  ul.list
{
	float:left;
	margin-top:30px;
}
.top-section  ul.list li:first-child
{
	margin-left:0;
}
.top-section  ul.list li
{
	float:left;
	width:280px;
	color:#fff;
	text-align:center;
	margin-left:95px;
}
.top-section  ul.list li .box
{
	width:255px;
	height:255px;
	float:left;
	border-radius:200px;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom:10px;
} 
.top-section  ul.list li .box span
{
	background: url(../images/service-bg01.png) no-repeat 0 0;
	width:223px;
	height:223px;
	margin:16px;
	float:left;
}
.top-section  ul.list li + li .box span
{
	background: url(../images/service-bg02.png) no-repeat 0 0;
}
.top-section  ul.list li + li  + li .box span
{
	background: url(../images/service-bg03.png) no-repeat 0 0;
}
.top-section  ul.list li .box .ribbon
{
	background: url(../images/ribbon.png) no-repeat 0 0;
	width:285px;
	height:79px;
	float:left;
	margin-top:-80px;
	margin-left:-15px;
	font-size:30px;
	font-family:RobotoBold;
	line-height:32px;
	color:#fff;
	padding-top:12px;
}
.top-section  ul.list li + li + li .box .ribbon
{
	padding-top:6px;
	line-height:24px;
}
/* btn   */
.btn-more
{
	background:#db4221;
	font-size:14px;
	font-family:RobotoBold;
	color:#fff;
    box-shadow: 3px 3px 0 #fddd16;
	padding:10px 25px;
}
.btn-more:hover
{
	background:#fc2d00;
	color:#fff;
}
.btn-red, .btn-red-small
{
	background:#db4221;
	font-size:24px;
	font-family:RobotoBold;
	color:#fff;
	border-radius:4px;
    box-shadow: 3px 3px 0 #e0e0e0;
	padding:10px 45px;
}
.btn-red:hover
{
	background:#ba2201;
	color:#fff;
}
.btn-cash {
    position:relative;
    overflow: hidden;
    display: block;
    background: -webkit-linear-gradient(top, #b90000 0,#8b0000 100%);
    background: linear-gradient(to bottom, #b90000 0,#8b0000 100%);
    border-radius:5px;
    border:1px solid #780000;
    font: 700 24px/44px 'Roboto',  Arial;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #780000;
    text-align:center;
    color: #fff;
}
.page-header-wrap {
    background: url(../images/justrightinstallmentloans.png) no-repeat 47% bottom #0997d5;
    min-height: 400px;
    margin-bottom: 30px;
}
.btn-cash:hover {
    color: #fff;
    background: #db0101;
    background: -webkit-linear-gradient(top, #db0101 0, #c30101 100%);
    background: linear-gradient(to bottom, #db0101 0, #c30101 100%);
}
.btn-red-small
{
	background:#db4221;
	font-size:16px;
	font-family:RobotoBold;
	color:#fff;
	border-radius:4px;
    box-shadow: none;
	padding:8px 35px;
}
.btn-red-small:hover
{
	background:#ba2201;
	color:#fff;
}
.btn-blue
{
	font-size:16px;
	font-family:RobotoBold;
	color:#fff;
	border-radius:4px;
	padding:8px 20px;
}
.btn-blue:hover
{
	background:#2d70ca -moz-linear-gradient(center top , #2667be 5%, #3378d5 100%) repeat scroll 0 0;
	color:#fff;
}
/* coupon wrapper   */
.well
{
	background:#e0e0e0;
	border:none;
}
ul.coupon-list
{
	float:left;
}
ul.coupon-list li
{
	float:left;
	width:270px;
	height:170px;
	margin-top:45px;
	margin-bottom:20px;
}
ul.coupon-list li
{
	float:left;
	width:270px;
	height:170px;
	border-radius:4px;
	margin-left:60px;
}
ul.coupon-list li .top-bg
{
	background: url(../images/curve-bg.jpg) no-repeat 0 100% #579cc0;
	height:125px;
	width:270px;
	color:#fff;
	float:left;
	font-family:RobotoBold;
	text-align:center;
	padding-top:22px;
}
ul.coupon-list li .top-bg span
{
	font-size:38px;
}
ul.coupon-list li .top-bg span + span
{
	font-size:84px;
	position:relative;
	top:10px;
}
ul.coupon-list li .top-bg span + span + span
{
	font-size:22px;
	position:relative;
	top:-5px;
	left:12px;
}
ul.coupon-list li .top-bg h1
{
	font-size:22px;
	color:#fff;
	padding-top:20px;
}
ul.coupon-list li a.bottom-bg
{
	background:#db4221;
	height:45px;
	float:left;
	width:100%;
	color:#fff;
	padding:10px;
	border-radius:0 0 4px 4px;
	text-align:center;
	border-top:4px solid #fff30f;
}
ul.coupon-list li a.bottom-bg:hover
{
	background:#a3432e;
	border-top:4px solid #db4221;
}

.experts h1{
	font-size:36px;
	color:#226d94;
	line-height:40px;
	font-family:RobotoBold;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.experts p{
	margin-bottom:40px;
}
.experts img{
margin-right:25px;
}
.experts h2{
	font-size:30px;
	color:#226d94;
	font-family:RobotoBold;
	padding-top:20px;
	padding-bottom:10px;;
}

.border-top
{
	border-top:1px solid #d7d7d7;
	margin-top:30px;
}
.innercontent{	
	border-top:5px solid #0997d5;
	padding-bottom:20px;
	padding-top:20px;
}
.content-left
{
	padding-top:10px;
}
.img-border{
	border:6px solid #eaeaea;
	float:left;
	margin-right:15px;
}
.mr30{
	margin-right:30px;
}
.fa-title{
	background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f0f0f0), color-stop(2%,#d4d4d4), color-stop(9%,#dcdcdc), color-stop(30%,#e5e5e5), color-stop(67%,#c6c6c6), color-stop(96%,#9e9e9e), color-stop(100%,#a9a9a9));
    background: linear-gradient(to bottom, #f0f0f0 1%,#d4d4d4 2%,#dcdcdc 9%,#e5e5e5 30%,#c6c6c6 67%,#9e9e9e 96%,#a9a9a9 100%);
    border: 1px solid #d6d6d6;
    margin: -10px -7px 20px;
    border-radius: 5px;
    color: #ca0000;
    font: 700 42px/85px "RobotoRegular",Arial;
    height: 93px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}
.form-apply {
    background: #f0f0f0;
    border-radius: 10px;
    padding-bottom: 10px;
    position: relative;
}
.content-left ul li{
	background: url(../images/li-icon.jpg) no-repeat 0 5px;
	padding-left:30px;
	font-size:14px;
}
.page-header-list li {
    background: rgba(0, 0, 0, 0) url("../images/tick-li.png") no-repeat scroll 0 5px;
    font: 18px/22px "RobotoRegular",Arial;
    padding: 0px 0 10px 30px;
	color:#f0f0f0;
}
h1.page-header-title {
    color: #ca0000;
    font: bolder 27px/40px "RobotoRegular",Arial;
    margin-bottom: 15px;
}
/*   footer   */
.footer{
	 height: 50px;
	 font-size:16px;
}
.footer-bottom-section{
	background: #0997d5 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 #0997d5;
    color: #fff;
    position: relative;
    z-index: 1;
}
.footer li:first-child a {
    padding-left: 0;
}
.footer .navbar-nav > li > a{
    padding:0 10px 10px;
	color:#ffffff;
}
.footer .nav > li > a:focus, .footer .nav > li > a:hover {
	color:#ffffff;
	background:none;
	text-decoration:underline;
}
.footer-middle
{
	background: url(../images/footer-bg.jpg) no-repeat 0 0;
	width:100%;
	float:left;
	border-bottom:20px solid #226d94;
	height:391px;
}
.footer-middle ul
{
	float:left;
	color:#fff;
	margin-top:40px;
}
.footer-middle ul li
{
	padding-bottom:10px;
}
.footer-middle ul li a
{
	color: #fff;
}
.footer-middle ul li a:hover
{
	color: #e9e9e9;
}
.footer-middle ul li h1
{
	font-size:18px;
	color:#fff;
	font-family:RobotoBold;
	margin-bottom:30px;
}
.footer-middle .footer-form-heading, .footer-middle .footer-form-subheading
{
	color:#fff;
	font-family:RobotoBold;
	text-shadow:	-2px -2px 0 #4e7631,  
					2px -2px 0 #4e7631,
					-2px 2px 0 #4e7631,
					 2px 2px 0 #4e7631;
					 margin-left:76px;
}
.footer-middle .footer-form-heading
{
	font-size:30px;
	padding-top:20px;
	display:block;
	line-height:31px;
}
.footer-middle .footer-form-subheading
{
	font-size:48px;
	line-height:40px;
}
.footer-middle .form-control
{
	border-radius:0;
}
.footer-middle label
{
	color:#fff;
	padding:0;
}
.footer-middle .submit-btn
{
	color:#fff;
	background:#226d94;
	font-family:RobotoBold;
    box-shadow: 3px 0 0 #3c3c3c;
	font-size:18px;
	padding:10px 25px;
	border-radius:4px 4px 0 0;
	-webkit-transition:all 0.3s ease 0.2s; -moz-transition:all 0.3s ease 0.2s; -o-transition:all 0.3s ease 0.2s; transition:all 0.3s ease 0.2s;
}
.footer-middle .submit-btn:hover
{
	background:#2082b4;
}
.copyright
{
padding:20px 0 ;
}
.footer-social-icon 
{
	margin-top:20px;
}
.footer-social-icon  a
{
	margin-left:10px;
}


.footer-declaimer{
	font-size:11px;
	line-height: 13px; 
	color: #fff;
}
/*search*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#search {
	width:180px;
	height:28px;
	background: #ebebeb;
	margin-left: 10px;
	position: relative;
}

#search #searchsubmit {
	background:url(../images/go-btn.png) no-repeat top right;
	width:28px;
	height:28px;
	border:0px;
	position:absolute;
	right: -35px;
}

#search #s {
	width:170px;
	height:24px;
	border:0px;
	margin-left:7px;
	margin-right:10px;
	margin-top:3px;
	color:#666;
	display: inline;
	background: #ebebeb;
	float: left;
}
/* media icon   */

.media-icon li
{
display:inline;
	margin-left:15px;
}
.media-icon li a img, .footer-social-icon a img
{
 -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.media-icon li a:hover img, .footer-social-icon a:hover img
{
  -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
/*   sidebar */
.home-content-right
{
	padding:5px 5px 20px 15px;
	padding:10px 20px;
}
.content-right
{
	padding:5px 15px 20px 5px;
	padding:10px 20px;
}
.sidebar>ul>li {
	border-bottom: 1px dashed #a7a7a7;
    display: block;
    list-style: outside none none;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
}
.sidebar-testimonial-section
{
	font-family: RobotoBold;
	text-align:center;
}
.testimonial-heading, .sidebar-blog-heading
{
	color: #226d94;
	line-height:40px;
	font-family: RobotoBold;
	font-size:48px;
	padding-bottom:35px;
	display:block;
	text-align:left;
}
.testimonial-content
{
	text-align:left;
}
.testimonial-heading span, .sidebar-blog-heading span
{
	font-size:30px;
	line-height:34px;
	display:block;
}
.content-right .btn
{
	margin-top:20px;
	width: 260px;
}
.sidebar-blog-section 
{
	text-align:center;
	margin-top:40px;
}
.side-blog-head
{
	font-size:18px;
	color:#db4221;
	font-family: RobotoBold;
}
.per-blog-heading span:before {
  content: url(../images/blog-arrow.png);
  padding: 5px 15px 0 0;
  float: left;
  text-align: left;
}
.per-blog-heading
{
	font-size:11px;
	text-align:left;
	font-family: RobotoBold;
}
.sidebar-blog-section  p
{
	text-align:left;;
}

.apply-frame {
    height: 1900px;
	border:0px;
}
/* media query   */

@media only screen and (min-width: 992px) and (max-width : 1100px) {
.container, .x-container-fluid.max {
  width: 970px;
}
.top-section ul.list li {
  margin-left: 46px;
}
ul.coupon-list li {
  margin-left: 30px;
}
.footer-middle ul {
  margin-right: 30px;
}
.copyright .logo img{
	width:100%;
}
.footer-middle .footer-form-subheading {
  font-size: 42px;
}
}

@media only screen and (min-width: 768px) and (max-width : 991px) {
.container, .x-container-fluid.max {
  width: 760px;
}
.header-right .container-fluid{
	padding:0px;
}
.header-right{
	padding-top:11px;
}
header .container nav{
	display:block;
}
.fa-title{
	font: 700 32px/85px "RobotoRegular",Arial;
}
.top-section .logo img
{
	width:100%;
}

header .navbar-default .navbar-nav li a {
  font-size: 12px;
  padding: 10px 10px;
}
.top-right strong {
  font-size: 32px;
}
.top-section h2 {
  padding: 10px 0;
}
.top-section h1 {
  font-size: 64px;
}
.top-section ul.list li
{
	width:210px;
	margin-left:32px;
}
.top-section ul.list li .box {
  width: 210px;
  height: 210px;
}
.top-section ul.list li .box span
{
	
  width: 180px;
  height: 180px;
  background-size: 180px 180px !important;
}
.top-section ul.list li .box .ribbon {
  margin-top: -70px;
  background-size: 238px 60px;
  width:238px;
  height:60px;
  font-face:23px;
  padding-top:5px;
}
ul.coupon-list li {
  width: 220px;
  margin-left:10px;
}
ul.coupon-list li .top-bg {
  width: 220px;
}
ul.coupon-list li .top-bg span {
  font-size: 24px;
}
ul.coupon-list li .top-bg span + span {
  font-size: 68px;
}
.experts img
{
	width:100%;
}
.content-right
{
	border-left:none;
}
.footer-middle ul
{
	margin-right:15px;
	margin-top:10px;
}
.footer-middle ul li h1
{
	margin-bottom:0;
}
.footer-middle .footer-form-heading, .footer-middle .footer-form-subheading
{
	margin-left:50px; ;
	padding-top:0;
}
.footer-middle .footer-form-heading {
  font-size: 20px;
}
.footer-middle .footer-form-subheading {
  font-size: 29px;
  line-height: 28px;
}
.footer-middle label {
font-size:12px;
}

.footer-social-icon a {
  margin-left: 5px;
}
.copyright .logo img{
	width:100%;
}
.newsletter .heading
{
	padding-left:86px;
}
.newsletter .heading span {
  font-size: 32px;
}
.experts .btn-red.ml50
{
	margin-left:0 ;
}
.experts p
{
	margin-bottom:10px;
}
.experts h2
{
	margin-bottom:0;
}
.apply-frame{height:2950px; border:0px;}
}
@media only screen and (max-width : 767px) {
	.x-container-fluid.max{
		width:92%;
	}
	.page-header-wrap {
    background:#0997d5;
    min-height: 400px;
    margin-bottom: 30px;
}
.fa-title{
	font: 700 28px/85px "RobotoRegular",Arial;
}
.panel-body{
	padding:5px !important;
}
.panel-body p{
	font-size:11px !important;
	line-height:16px !important;
}
	.logo img{
		max-width:100%;
	}
	header .container nav{
	display:none;
}
.header-right{
	padding-top:0px !important;
}
	.logo{
		text-align:center;
	}
	.mr30{
		margin-right:0px;
	}
	.top-section
	{
		background: url(../images/banner-bg-small.jpg) no-repeat 0 0 #45c2e1;
		height:auto;
	}
	.top-section h2
	{
		padding:10px 0;
	}
	.top-section h1 {
	  font-size: 60px;
	  padding: 0;
	}
	.top-section ul.list li
	{
		width: 100%;
		margin-left:0;
	}
	.footer-middle
	{
		height:auto;
		background: url(../images/footer-bg.jpg) no-repeat 0 0 #e0e0e0;
	}
	.footer-middle .footer-form-heading, .footer-middle .footer-form-subheading
	{
		margin-left:0 ;
		padding-top:60px;;
	}
	.footer-middle .footer-form-heading {
	  font-size: 20px;
	}
	.footer-middle .footer-form-subheading {
	  font-size: 29px;
	  line-height: 28px;
	}
	.footer-middle label {
	  width: auto; 
	  color:#226d94;
	}
	.footer-social-icon
	{
	text-align:center;
	margin-bottom:10px;
	}
	.copyright-left
	{
		margin-bottom:10px;
		text-align:center;
	}
	.experts img
	{
		width:100%;
	}
	.apply-form-visible{
		display:none;
	}
	.newsletter .form-control
	{
		width:100%;
	}
	.top-section ul.list li
	{
		text-align:center;
		margin-bottom:20px;
	}
	.top-section ul.list li .box
	{
		margin:0 auto;
		float:none;
	}
		ul.coupon-list 
	{
	width:100%;
	}
	ul.coupon-list li
	{
		margin:10px auto 10px;;
		float:none;
	}
	.btn-red.ml50{
		margin-left:0;
	}
	.menu-footer-container .nav > li{
		display:inline-block;
		margin:5px;
	}
	.menu-footer-container .navbar-nav > li > a{
		padding:12px 18px;
	}
	.footer-middle ul
	{
		margin-right:20px;
	}
	.footer-middle ul li a {
	  font-size: 12px;
	}
	.footer-middle
	{
		height:auto;
		background: #e0e0e0;
	}
	.footer-middle ul li h1
	{
		color:#007abd;
	}
	.footer-middle ul li a
	{
		color: #db4221;
	}
	.footer-middle ul li a:hover
	{
		color: #ab290d;
	}
	.footer-middle .form-group
	{
		margin-bottom:0;
	}
	.newsletter .btn-blue
	{
		margin-top:10px;
	}
	.testimonial-heading span, .sidebar-blog-heading span
{
	
	display:inline;
}
.apply-frame{height:3100px; border:0px;}
}
