/**
* Backyard
* Landing Page Template
* Author: MoxDesign - http://www.moxdesign.com
**/

html,
body {
    width: 100%;
    overflow-x: hidden;
}
.nav>li,  .dropdown {
    position: static;
  }
  .dropdown-menu  li {
      display: inline-block;
  }
  .open  ul {
    position: absolute;
    top: 50px;
    left: 0;
  }


@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato Regular.eot');
    src: url('../fonts/Lato Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato Regular.woff2') format('woff2'), url('../fonts/Lato Regular.woff') format('woff'), url('../fonts/Lato Regular.svg#Lato Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-FB02;
}
.align-jus{text-align:justify;font-weight: bold;word-spacing: 6px}
.bg-white { background-color: #fff;}
.icon-svg-2x { width: 80px; }
.pinside40 {
    padding: 12px;
  }
  .loanstype p {
    min-height: 205px;
  }
  .outline { border: 1px solid #dee4ee; }
  .mb30 { margin-bottom: 30px; }
  .mb40 { margin-bottom: 40px; }
  .service-block { transition: box-shadow .5s; }
.service-block:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); }
.service-block:hover i { color: #059838; }

body {
    height: 100%;
    font-family: "Lato", "Serif";
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #777;
    background: #fff;
    overflow-x: hidden;
    position: relative;
}

#watermark {
    position: relative;
}

#watermark:after {
    background: url(../images/watermark.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* background-size: cover; */
    bottom: 30px;
    content: " ";
    /* left: 0; */
    position: fixed;
    right: 30px;
    /* top: 0; */
    width: 400px;
    height: 33px;
}

h1 {
    font-size: 3em;
    line-height: 1.2em;
    margin: 0 0 .3em;
}

h2 {
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0 0 .3em;
}

h3 {
    font-size: 1.4em;
    line-height: 1.4em;
}

h4 {
    font-size: 1.25em;
    line-height: 1.4em;
}

h5 {
    font-size: 1.1em;
    line-height: 1.4em;
}

h6 {
    font-size: 1em;
    line-height: 1.2em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none
}

p {
    padding: 0 0 1em;
    margin: 0;
}

.inner p {
    text-align: justify;
}

a {
    color: #0A4C8B;
    outline: 0;
    font-weight: bold;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

a:hover {
    text-decoration: none;
    color: #1f2222;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.highlight {
    color: #0A4C8B;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../images/loading.gif) no-repeat center center;
}

.fullscreen {
    width: 100%;
    background-size: cover;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#menu {
    z-index: 99;
}

.navbar-default {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0.5px 2px #cecece;
}

.navbar-default .navbar-brand {
    padding: 0px;
}
.navbar-default .navbar-brand {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0.5px 2px #cecece;
  height: 110px;
  padding: 0;
  position: absolute;
  z-index: 10;
}
iframe {
    width: 1px;
    min-width: 100%;
    /* height: 620px; */
    display: block;
    margin: 0 auto;
  }
/* iframe{
    display: block;
    margin: 0 auto;
    width:80%;
    height: -webkit-fill-available;
    border: none
} */

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active {
  background: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #0A4C8B;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #0A4C8B;
}

.btn-default {
    font-size: 17px;
    margin: 30px 0 10px;
    margin-right: 10px;
    line-height: 16px;
    padding: 15px 35px;
    height: 50px;
    border: 2px solid #0A4C8B;
    background: transparent;
    transition: all 0.4s;
    color: #0A4C8B;
    border-radius: 100px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border: 2px solid #0A4C8B;
    background: #0A4C8B;
    color: white;
}

.btn-primary {
    font-size: 17px;
    margin: 30px 0 10px;
    margin-right: 10px;
    line-height: 20px;
    padding: 15px 35px;
    height: 50px;
    border: 2px solid #0A4C8B;
    background: #0A4C8B;
    transition: all 0.4s;
    color: white;
    border-radius: 100px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border: 2px solid #0A4C8B;
    background: transparent;
    color: #0A4C8B;
}

.btn-secondary {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 50px;
    height: 65px;
    border: none;
    background: #0A4C8B;
    transition: all 0.4s;
    color: white;
    border-radius: 4px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background: #0A4C8B;
    color: white
}
.site-name img {
  margin: 0 !important;
  padding: 16px 10px;
  width: 305px;
}

.logo {
    margin: 50px 0 20px;
}

.logo img {
    height: 75px;
}
.widget-social {
  float: right;
  margin-top: 0 !important;
  padding-right: 25px;
}
.landing h1 {
    font-size: 56px;
    font-weight: 300;
    color: #fff;
    margin: 30px 0 30px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.landing p,
.landing h2 {
    color: #fff;
}

.landing-text {
    margin-bottom: 20px;
}

.landing-text p {
    font-size: 17px !important;
}

.head-btn {
    margin-bottom: 135px;
}

.option {
    text-transform: uppercase;
    padding: 5px;
    min-width: 80px;
    margin-right: 5px;
    transition: all 0.4s;
    font-size: 14px;
    color: #fff;
}

.signup-header {
    margin: 105px 0 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.signup-header h3 {
    padding: 20px 0 10px;
    color: white;
    font-weight: 300;
}

.signup-header_other {
    margin: 30px 0 30px 0 !important;
}

.signup-header_other h3 {
    padding: 0px 0 10px !important;
}

.form-header input {
    position: relative;
    padding: 5px 15px;
}

.form-header .form-control {
    border-radius: 0 !important;
    border: solid 1px #dadada !important;
    background-color: #fff !important;
    color: #999 !important;
    height: 55px !important;
}

.form-header .btn,
.btn-submit {
    border-radius: 0;
    height: 55px;
    width: 100%;
    background-color: #e4c424;
    color: white;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.form-header .btn:hover {
    background-color: #0A4C8B;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.privacy {
    padding-top: 0;
    font-size: 13px;
}

.signup-header p {
    color: white;
}

.privacy a {
    text-decoration: underline;
    color: white;
    font-weight: 300;
}

#policy {
    padding: 30px 0 70px;
}

#intro {
    padding: 30px 0 70px;
}

#terms {
    padding: 50px 0 70px;
}

#feature-2 p,
#terms p,
#policy p {
    text-align: justify;
}

#intro h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

#intro .col-md-6 {
    z-index: -1;
}

.intro-pic {
    margin-top: 20px;
    z-index: -1;
}

.btn-section {
    padding-top: 20px;
}

#feature {
    padding-top: 30px;
    background: #f6f6f6;
}

#feature h2 {
    margin: 15px 0 15px 0;
    font-size: 40px;
    font-weight: 300;
}

#feature .feature-title p {
    font-size: 18px;
}

.row-feat {
    padding-top: 30px;
}

.feat-list {
    margin-top: 40px;
}

.feat-list i {
    font-size: 48px;
    float: left;
    width: 20%;
    color: #555;
    height: 100%;
    position: relative;
    opacity: 0.6;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.feat-list:hover i {
    color: #0A4C8B;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#feature .inner h4 {
    color: #0A4C8B;
}

#feature-2 h5 {
    color: #0A4C8B;
    text-transform: capitalize;
}

#whyus h4 {
    text-transform: uppercase;
}

#feature-2 {
    padding: 30px 0 30px;
}

#feature-2 img {
    width: 100%;
}

#feature-2 h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.feature-2-pic {
    margin-top: 20px;
}

.subscribe {
    color: #fff;
}

.subscribe p {
    margin: 30px auto 30px;
}

.subscribe-form {
    max-width: 400px;
    margin: 50px auto 150px;
    text-align: center;
    overflow: hidden;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form input {
    max-width: 85%;
    position: relative;
    padding: 5px 25px;
}

.subscribe-form .form-control {
    border-radius: 4px 0 0 4px;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
    font-size: 1.2em;
    height: 55px;
}

.subscribe-form button {
    border-radius: 0 4px 4px 0;
    background-color: #0A4C8B;
    color: #ffffff;
    font-size: 1em;
    line-height: 52px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 30px;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.subscribe-form .btn {
    height: 55px;
}

.subscribe-form .btn:hover {
    background-color: #0A4C8B;
    color: #fff;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.subscribe-form .form-control::-webkit-input-placeholder {
    color: #333;
}

.subscribe-form .form-control:-moz-placeholder {
    color: #333;
}

.subscribe-form .form-control::-moz-placeholder {
    color: #333;
}

.subscribe-form .form-control:-ms-input-placeholder {
    color: #333;
}

#package {
    padding-top: 100px;
}

.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #0A4C8B;
}

.price-box {
    border: solid 1px #d1d1d1;
}

.package-option {
    padding: 50px 0 100px;
}

.package-option ul {
    padding: 0;
}

.price-heading h3 {
    margin-top: 0;
}

.price-heading i {
    color: #d1d1d1;
    font-size: 75px;
    margin-top: 20px;
}

.price-group {
    padding: 30px 0 10px;
}

.price-group .dollar {
    font-size: 20px;
    position: relative;
    bottom: 48px;
}

.price-group .price {
    color: #0A4C8B;
    font-size: 90px;
    font-weight: 500;
}

.price-group .time {
    font-size: 18px;
}

.price-feature li {
    margin-left: 30px;
    margin-right: 30px;
    list-style: none;
    border-bottom: solid 1px #d1d1d1;
    line-height: 40px;
}

.btn-price {
    margin: 5px 0 15px;
    font-size: 17px;
    padding: 7px 35px;
    height: 40px;
    background: #0A4C8B;
    transition: all 0.4s;
    color: white;
    border-radius: 4px;
}

.btn-price:hover {
    background: #0A4C8B;
    color: white;
}

#client {
    background: #f6f6f6;
    padding: 70px 0 70px;
}

#client img {
    max-height: 50px;
    margin: 0 20px;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#client img:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#testi {
    padding: 50px 0 50px;
}

.testi-item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
}

.testi-item .box {
    margin-right: 15px;
    margin-left: 15px;
}

.testi-item .box .message {
    padding: 20px;
    font-style: italic;
    line-height: 30px;
    font-weight: 300;
    font-size: 20px;
}

.testi-item .client-pic img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    max-width: 100%;
}

.testi-item .client-info .client-name {
    margin-top: 10px;
    font-size: 16px;
}

.testi-item .client-info .company {
    font-style: italic;
    color: #0A4C8B;
}

.owl-theme .owl-controls .owl-page span {
    background: #0A4C8B;
}

.video-header {
    margin: 40px 0 30px;
}

.video-embed {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    background-color: #000000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.action {
    color: #fff;
}

.action h2 {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 300;
}

.download-cta {
    padding: 50px 0 50px;
}

#contact {
    width: 100%;
    min-height: 100%;
}

#contact h2 {
    color: #333;
}

.ul-address a {
    font-weight: normal;
}

.ul-address a:hover {
    color: #0A4C8B;
}

.ul-address li {
    padding-right: 20px;
    margin-bottom: 8px;
    list-style: none;
    color: #333;
}

.ul-address i {
    margin-left: 15px;
    position: absolute;
    left: 0;
    color: #333;
    font-size: 25px;
    line-height: 30px;
}

.contact-row {
    margin: 100px 0 100px;
}

#contact-form {
    margin: 0 auto;
}

#contact-form input {
    position: relative;
    padding: 5px 25px;
    width: 100%;
}

#contact-form textarea {
    position: relative;
    padding: 10px 25px;
    width: 100%;
    height: 120px !important;
}

#contact-form .form-control {
    border-radius: 0;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    height: 55px;
}

#contact-form .btn {
    height: 55px;
    width: 100%;
    background-color: #0A4C8B;
    color: #ffffff;
    font-size: 17px !important;
    line-height: 18px;
    padding: 0 33px;
    border: none;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#contact-form .btn:hover {
    background-color: #0A4C8B;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#footer {
    background: #fff;
    padding: 50px 0 50px;
}

.social ul {
    padding: 0;
    list-style: none;
}

.social li {
    display: inline-block;
    padding-right: .3em;
    padding-bottom: .3em;
}

.social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0A4C8B;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #0A4C8B;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.social li a:hover {
    color: #fff;
    background: #0A4C8B;
}

#shortcode-basic {
    padding: 70px 0 10px;
}

#shortcode-button {
    padding: 50px 0 10px;
    width: 100%;
    min-height: 100%;
}

#shortcode-button .form-horizontal {
    padding-left: 20px;
    padding-right: 20px;
}

#shortcode-icon {
    padding: 70px 0 10px;
}

#shortcode-alert {
    padding: 70px 0 10px;
}

#shortcode-table {
    padding: 70px 0 10px;
}

#shortcode-column {
    padding: 50px 0 10px;
}

.social-icons i {
    color: #0A4C8B;
    font-size: 30px;
    line-height: 40px
}

#shortcode-alert {
    padding: 70px 0 30px;
}

.alert {
    border: none;
    border-radius: 0;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    padding: 16px;
    padding-left: 60px;
}

.alert i {
    font-size: 28px;
    position: absolute;
    left: 15px;
    top: 13px;
}

.icon-demo i {
    font-size: 70px;
    margin-right: 20px;
}

.table > thead > tr > th {
    background: #0A4C8B;
    color: #fff;
    border-bottom: 0;
    text-transform: uppercase;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    font-size: 15px;
    font-weight: 300;
    padding: 20px 20px;
}

.table-bg > tbody > tr:nth-child(odd) > td,
.table-bg > tbody > tr:nth-child(odd) > th {
    background: #fff;
}

.table-bg > tbody > tr:nth-child(even) > td,
.table-bg > tbody > tr:nth-child(even) > th {
    background: #f6f6f6;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
}

.scrollToTop:hover {
    color: #0A4C8B;
}

.control-group .controls {
    overflow-x: hidden;
}

.widget-footer img {
  padding-bottom: 10px;
  padding-right: 0;
  width: 230px;
}
/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .head-btn {
        margin: 50px 0 100px;
    }
    .signup-header {
        margin: 50px 0 100px;
    }
    .price-feature li {
        margin-left: 15px;
        margin-right: 15px;
    }
    .btn-price {
        padding: 7px 25px;
    }
    #intro {
        padding: 30px 0 50px;
    }
    #policy {
        padding: 30px 0 50px;
    }
    #intro h2,
    #feature-2 h2 {
        text-align: center;
    }
    #intro p,
    #feature-2 p {
        text-align: center;
    }
    .btn-section {
        text-align: center;
    }
    #feature {
        padding-top: 75px;
    }
    .feature-img {
        margin-top: 0;
    }
    .row-feat {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    #feature-2 {
        padding: 80px 0 80px;
    }
    .feature-2-pic {
        margin-top: 40px;
    }
    #client img {
        margin: 10px 0 10px;
        max-height: 40px;
    }
    .video-header {
        margin: 50px 0 30px;
    }
    #bottom-action {
        text-align: center;
    }
    .button-demo li {
        padding-bottom: 50px;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .logo {
        margin: 100px 0 30px 0;
    }
    .landing h1 {
        margin: 60px 0 60px 0;
    }
    .landing-text {
        margin: 60px 0 40px 0;
    }
    .signup-header {
        margin-top: 250px;
    }
    .intro-pic {
        margin-top: 100px;
    }
    .feature-img {
        margin-top: 30px;
    }
    .feat-list {
        margin-top: 10px;
    }
    .feat-list p {
        font-size: 15px;
    }
    .feature-2-pic {
        margin-top: 50px;
    }
    #client img {
        max-height: 45px;
    }
    .video-header {
        margin: 50px 0 30px;
    }
}


/* smart-phone ----------- */

@media (max-width: 767px) {
.widget-footer img {
  width: 200px;
}
.navbar-default .navbar-brand {
  height: auto;
  margin-left: 15px;
  box-shadow: none;
}
.widget-social {
  float: left;
}
.logo img {
  height: auto !important;
  width: 220px;
}
.foottxtpara {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100% !important;
  padding-right: 0 !important;
}
	.navbar-default .navbar-nav > li > a {
  z-index: 100;
}
.signup-header_other {
  display: none !important;
}
    .logo {
        margin: 40px 0 30px 0;
    }
    .head-btn {
        margin: 30px 0 80px;
    }
    .signup-header {
        margin: 70px 0 80px;
    }
    #intro {
        padding: 70px 0 70px;
    }
    #policy {
        padding: 70px 0 70px;
    }
    #intro h2,
    #feature-2 h2 {
        font-weight: 150;
        text-align: center;
    }
    #intro p,
    #feature-2 p {
        text-align: justify;
    }
    #terms {
        padding: 50px 15px 70px;
    }
    .btn-section {
        text-align: center;
    }
    #feature {
        padding-top: 50px;
    }
    .row-feat {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .feat-list i {
        padding-left: 40px;
    }
    #feature-2 {
        padding: 40px 0 50px;
    }
    .feature-2-pic {
        margin-top: 50px;
    }
    #package {
        padding-top: 80px;
    }
    .package-option {
        padding: 50px 0 50px;
    }
    .price-box {
        margin-bottom: 30px;
    }
    #client img {
        margin: 10px 0 10px;
    }
    .contact-left {
        margin-bottom: 50px;
    }
    .video-header {
        margin: 50px 0 30px;
    }
    #bottom-action {
        text-align: center;
    }
}


/* iPhone 6Plus (landscape) ----------- */

@media (max-width: 736px) {
    .feature-img {
        margin-top: 0;
    }
    #policy {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* iPhone 6 (landscape) ----------- */

@media (max-width: 667px) {
    .logo {
        margin: 30px 0 30px 0;
    }
    .landing h1 {
        font-size: 50px;
        margin: 10px 0 25px 0;
    }
    .landing-text {
        margin-top: 20px;
    }
    .subscribe p {
        margin: 25px auto 15px;
    }
    .subscribe-form {
        margin: 20px auto 100px;
    }
    .action h2 {
        margin-top: 70px;
    }
    .download-cta {
        padding: 50px 0 100px;
    }
}


/* iPhone 5 (landscape) ----------- */

@media (max-width: 568px) {
    .logo {
        margin: 15px 0 15px 0;
    }
    .landing h1 {
        font-size: 30px;
        margin: 20px 0 10px 0;
    }
    .landing-text p {
        font-size: 15px !important;
        padding-bottom: 5px;
    }
    .landing-text {
        margin-bottom: 10px;
    }
    .signup-header_other {
        margin: 0px 0 !important;
        padding-top: 10px;
    }
    #colophon {
        padding-right: 10px;
        padding-left: 10px;
    }
    .head-btn .btn-primary,
    .btn-default {
        display: inline-block;
    }
  .site-name img {
  padding: 4px;
  width: 150px;
}
#page-header .page-title {
  margin: 0 !important;
}
.navbar-nav {
  margin-top: 0px;
  margin-bottom: 0;
}
.navbar-collapse {
  margin-bottom: 0 !important;
  max-height: 375px;
}
    #intro {
        padding-top: 50px;
    }
    #policy {
        padding-top: 50px;
    }
    #feature {
        padding-top: 50px;
    }
    .feat-list i {
        padding-left: 20px;
    }
    #feature-2 {
        padding: 50px 0 70px;
    }
    #screenshot {
        padding-top: 70px;
    }
    .screenshots {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    #testi {
        padding: 70px 0 70px;
    }
    .testi-item .box .message {
        line-height: 25px;
        font-size: 18px;
    }
    .action h2 {
        margin: 50px 0 20px;
    }
    .download-text p {
        line-height: 1.5;
    }
}


/* iPhone 4 (landscape) ----------- */

@media (max-width: 480px) {
    .feat-list i {
        padding-left: 5px;
    }
    .action h2 {
        font-size: 30px;
    }
    .button-demo li {
        padding-bottom: 50px;
    }
    .bannerlogin {
        display: inline-table;
    }
}


/* smart phone width: 360px ----------- */

@media (max-width: 360px) {
    #intro h2,
    #feature h2,
    #feature-2 h2 {
        font-size: 22px;
    }
    .feat-list i {
        padding-left: 0;
    }
    #feature .inner {
        padding-left: 15px;
    }
    .video-header {
        margin: 30px 0 30px;
    }
}


/* iPhone 4/5 (portrait) ----------- */

@media (max-width: 320px) {
    .logo {
        margin: 30px 0 20px 0;
    }
    .landing h1 {
        margin: 20px 0 35px 0;
    }
    .btn-default {
        font-size: 16px;
        margin: 30px 0 10px;
        padding: 15px 30px;
        height: 35px;
        border-radius: 80px;
    }
    .btn-primary {
        font-size: 16px;
        margin: 30px 0 10px;
        margin-right: 15px;
        padding: 15px 30px;
        border-radius: 80px;
    }
    .subscribe-form {
        margin: 50px auto 110px;
    }
    .subscribe-form input {
        padding: 5px 15px;
    }
    .subscribe-form button {
        padding: 0 15px;
    }
    .action h2 {
        margin: 70px 0 20px;
    }
    .table > thead > tr > th,
    .table > tbody > tr > td {
        padding: 20px 10px;
    }
}

.form-group select {
    cursor: pointer;
}

#whyus h4 {
    text-align: left;
    margin-top: 0;
}

#whyus .inner {}

.whylist-list i {
    float: left;
    font-size: 35px;
    padding-right: 30px;
    color: #dcdcdc;
}

.whylist-list i:hover {
    color: #fff;
}

.whylist-list {
    padding-bottom: 30px;
}

#colophon {
    background-color: #222;
    color: #999;
    font-size: 13px;
    line-height: 1.65em;
    padding-top: 48px;
    position: relative;
}

.addrs {}

.addrs p {
    color: #bfbfbf;
    padding-bottom: 0;
}

.addrs strong {
  font-size: 14px;
}

.addrs ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.addrs ul li {
    line-height: 2;
}

.cs-text-white {
    color: #fff;
}

.padding-bot {
    padding-bottom: 30px;
}

.textwidget p {
    text-align: justify;
}

.cs-divider-icon {
    margin: 20px auto;
    overflow: hidden;
    width: 100%;
}

.cs-divider-icon-dashed::after,
.cs-divider-icon-dashed::before {
    border-top-style: dashed;
}

.cs-divider-icon-inner::before {
    margin-right: 0.5em;
    right: 100%;
}

.cs-divider-icon-inner::after,
.cs-divider-icon-inner::before {
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 9999px;
}

.cs-divider-icon-dashed::after,
.cs-divider-icon-dashed::before {
    border-top-style: dashed;
}

.cs-divider-icon-inner::after {
    left: 100%;
    margin-left: 0.5em;
}

.cs-divider-icon-inner::after,
.cs-divider-icon-inner::before {
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 9999px;
}

.cs-divider-icon-inner {
    border-color: #e8e8e8;
    color: #bbb;
    display: inline-block;
    position: relative;
    text-align: center;
}

.xs-margin {
    margin-bottom: 10px;
    margin-top: 10px;
}

#copyright {
    background-color: #111;
    color: #555;
    font-size: 12px;
    line-height: 1.5em;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.faq {
    padding-top: 50px;
}

.faq p {
    color: #333;
}

#page-header {
    background-color: #0A4C8B;
    color: #fff;
    margin: 0;
    position: relative;
    width: 100%;
}

.md-padding {
    padding-bottom: 40px;
    padding-top: 40px;
}

#page-header .page-title {
    color: #fff;
    font-size: 32px;
    margin: 55px 0 0;
}

.myform.flat-slider1 {
    background: rgba(250, 250, 250, 0.9) none repeat scroll 0 0;
    border-radius: 5px;
    padding: 2% 5%;
}

#page-header .text-center {
    font-size: 22px;
}

.green {
    color: #0A4C8B;
}

.site-footer a {
    color: #bfbfbf;
    font-weight: normal;
    font-size: 14px;
}
.site-footer{
    padding-left:55px;
    
}

.myform input[type="text"],
.myform input[type="tel"],
.myform input[type="email"] {
    border: 1px solid #ccc;
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
}

.myform select {
    border: 1px solid #ccc;
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.myform label {
    margin: 10px 0;
    display: inline;
}

.stephead .inner-text {
    font-size: 18px;
}

.apply p {
    text-align: justify;
    font-size: 14px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.modal-body p {
    color: #777;
}

.navbar-right,
.navbar-brand img {
    margin-bottom: 5px;
    margin-top: 5px;
}

.headform .form-group {
  float:left;
  vertical-align: middle;
}
.headform .frmsel {
  width:60%;
}
.headform .frmappl {
  width: 37%;
  margin-left: 3%;
}
.headform .frmappl input{
  font-size: 15px !important;
  padding: 0 10px !important;height: 45px !important;
}
.headform .form-group select{margin:0; height: 45px !important;}

@media (min-width: 0px) and (max-width: 500px) {
    .logo img {
        height: 90px;
    }
    .logo {
        text-align: center;
    }
    .site-footer{
        margin-top: 12px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 20px !important;
    }
}

@media (min-width: 0px) and (max-width: 750px) {
    #watermark::after {
        right: 2%;
        width: 96%;
        background-size: contain;
        left: 2%;
    }
    .site-footer{
        margin-top: 12px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 20px !important;
    }
    .head-btn .btn-primary,
    .btn-default {
        padding: 12px 25px;
        display: block;
        text-align: center;
        font-size: 14px;
        margin: 20px 0 10px;
        height: auto;
    }
    .head-btn .btn-primary,
    .btn-default {
        display: inline-block !important;
        margin: 0px 6px !important;
    }
    .head-btn {
        margin: 0;
    }
    .signup-header {
        margin: 30px 0 80px;
    }
    .navbar-default .navbar-brand {
        padding: 0;
    }
    #feature .inner h4 {
        margin-bottom: 20px;
        padding-top: 6px;
    }
}

.thanks {
    background: rgba(0, 0, 0, 0) url("../images/bg-thanks.png") no-repeat scroll left center;
    font-size: 16px;
    min-height: 307px;
    padding: 72px 0 35px 130px;
}

.thanks .title {
    text-align: left;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 18px;
    color: #0A4C8B;
}

.ratespgsec {
    padding-top: 20px;
    /* padding-bottom: 40px; */
}

#colophon article {
	padding:0;
}

.foottxtpara {
  font-size: 14px;
  line-height: 1.7;
  padding-right: 40px;
  text-align: justify;
}

.widget-social {
    margin-top: 20px;
}

.widget-social ul li a {
  background: #0097d3 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  float: left;
  font-weight: 500;
  height: 40px;
  line-height: 45px;
  margin-right: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}

.widget-social ul li {
  float: left;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: -15px;
}

.widget-social ul li a i {
  color: #fff;
  font-size: 25px;
  width: 30px;
}

.widget-social ul li a:hover {
    background: #4867aa none repeat scroll 0 0;
    color: #fff;
    text-decoration: underline;
}

.widget-social ul li .footgp:hover {
    background: #dc5043;
}

.widget-social ul li .foottw:hover {
    background: #1da1f2;
}

.widget-social ul li .footli:hover {
    background: #007caa;
}

.widget-social ul li .footin:hover {
    background: #c92c93;
}

.form-box {
    padding-top: 15px;
}

.form-top {
    padding: 15px 10px 20px;
}

.form-top-left span {
    padding-right: 10px;
}

.form-bottom {
    padding: 0 10px;
}

.align-right {
    text-align: right
}

form .form-bottom button.btn {
    min-width: 105px;
}

form .form-bottom .input-error {
    border-color: #d03e3e;
    color: #d03e3e;
}

form.registration-form fieldset {
    display: none;
}

.headerapplypg {
    min-height: 100px;
    padding-bottom: 45px;
    padding-top: 30px;
}

.btn-previous {
    margin-right: 10px;
}