/*
Theme Name: NAF
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naf
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NAF is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: 'LucidaGrande';
	src: url('fonts/LucidaGrande.ttf');}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
 [hidden], template {
 display: none;
}

a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1em;
}
button:focus{
border:none !important;
outline:0 !important;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.button a.small-btn {
  font-size: 10px;
  height: 12px;
  line-height: 13px;
  margin-top: 10px;
  width: 145px;
}
.button a {
  color: #fff;
  float: left;
  margin: 0 20px 6px 0;
  padding: 11px 35px;
  text-transform: uppercase;
}
.button a {
  color: #fff;
  float: left;
  font-family: 'Roboto', sans-serif!important;
  font-size: 12px;
  font-weight: bold;
  padding: 11px 0;
  text-align: center;
  text-transform: uppercase;
  width: 135px;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
      background: white;
    border: navajowhite;
}
button[disabled], html input[disabled] {
  cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.loginform {
    border: 1px solid blue;
    border-radius: 0px !important;
    height: 30px;
    padding-left: 3px;

}

.loginbutton {
    margin-top: 10px;

}

.post-password-form {
    margin-bottom: 260px;
}

legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #404040;
  font-family: 'Roboto', sans-serif!important;
  /*font-size: 1.5rem;*/
  line-height: 1.5;
  overflow-x: hidden;
}

pre {
  background: #eee;
  font-family: 'Roboto', sans-serif!important;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
  text-transform: capitalize;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
}
.menu-item a {
  text-transform: capitalize;font-size: 1.5rem;
    /*color: #fff;
    margin-left: 15px;
    font-weight: 700;
    float:right;*/
}
.navbar-right .dropdown-menu{left:auto; right:0 !important; top:50px;}
.dropdown-menu:after, .dropdown-menu:before {
    bottom: 100%;
    right: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
/*
.menu-item a:visited {
        text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
}
.menu-item a:hover {
    color: #263e86;
}
*/
.homeSpire-banner-section {
    border-bottom: 0 !important;
}
.main-navigation ul ul li:hover {
  color: #fff;
  background-color: #263e86;
}
.main-navigation ul ul a:hover {
  color: #fff;
}
.icon-ok {
 #background-image: url('/wp-content/themes/naf/images/bullet.png');
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

.thumb figure {
    border-radius: 80px;
}
.thumb figure {
    background-color: #fff;
    box-shadow: 0 0 3px 2px #e7e7e7;
    display: inline-block;
    padding: 3px;
}
.thumb figure img, .thumb figure {
    border-radius: 80px;
}

figure.viewme {
    margin: 1em 25px 1em 0;
}

.otw_blog_manager-blog-content {
    margin-top: 25px;

}
#otw-bm-list-1 .otw_blog_manager-blog-title-wrapper {
    #margin-left: 6em;
}
.rev_slider_wrapper {
margin: 0 auto !important;
}
.forcefullwidth_wrapper_tp_banner {
    margin-top: 20px !important;
}

#otw-bm-list-3 .otw_blog_manager-blog-content a {
    color: #7e41d9 !important;
}

#otw-bm-list-3 .otw_blog_manager-blog-title a{
    color: #4e2a84 !important;
}

div.wpcf7-response-output {
    margin: 4em 0.5em 1em;

}

.thumb {
    float: left;
}


 @media screen and (min-width: 37.5em) {
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  /*margin: 0 0 1.5em;*/
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0em 0 0;
}
.widget_search {
  width: 100%;
}
form#searchform {
  position: relative;
  width: 100%;
}
.widget_search input[type="search"] {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  box-shadow: none;
  color: #979696;
  height: 45px;
  padding-left: 36px;
  width: 100%;
}
.search-form label {
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 85%;
  display: block;
}
.widget_search input[type="submit"] {
  background: rgba(0, 0, 0, 0) url("images/sprites.png") no-repeat scroll 0 -211px;
  border: medium none;
  height: 15px;
  left: 27px;
  margin-top: -7px;
  position: absolute;
  top: 2%;
  width: 15px;
  color: transparent;
}
s .widget_search form {
  background-color: #ececec;
  position: relative;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* Tab Widgets Start
================================================== */

.tabs {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.tab-content {
  padding: 5px 0px 0px 0px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}
/*.sm-heading{
    width: 93%;
    display: block;
    text-align: left;
    margin: 1% 0 0 7%;
}*/
.tab-content p:first-child {
  margin-bottom: 8px;
}
.tabs .accordion {
  margin-bottom: 0;
  border-bottom:1px solid #d3d3d3;
  padding:0px 30px 0 30px;
}
.tabs .accordion h3 {
  font-size:20px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}
.nav-tabs {
  float: left;
  width: 100%;
  margin: 0px;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li:first-child > a {
  margin-left: 0px;
}
.nav-tabs > li > a {
  font-family: 'Roboto', sans-serif;
  padding: 12px 30px;
  line-height: 20px;
  font-size: 12px;
  /*text-transform:capitalize;*/
  font-weight: 300;
  color: #5f5f5f;
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #dedede;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  /*padding:12px 30px;*/
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  background-color: #fff;
  /*border-bottom-color:transparent;*/
  border-right: 1px solid #ececec;/*border-left:none;
    position:relative;*/
}
.tab-pane h5 {
  font-weight: 600;
  margin-bottom: 8px;
}
.tab-pane p {
  text-align: left;
  margin-bottom: 10px;
}
.nav-tabs > .active > a {
  position: relative;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  cursor: default;
  background-color: #fff;
  border-bottom-color: transparent;
  border-right: 1px solid #ececec;
  padding: 12px 30px;
  border-left: none;
  outline: none;
}
.row {
    width: 100%;
}
.navbar-nav {
    display: inline-block;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
    position: fixed;
    float: right;
    right: 10%;
}
.nav-tabs > .active > a:before, .nav-tabs > li > a:hover:before {
  content: '';
 #border-top:3px solid;
  position: absolute;
  left: 0px;
 #top:-3px;
  width: 100%;
 #height:3px;
  border-radius: 25px 0 0 0;
  background-color: #4e2a84;
}
/*.nav-tabs li.active + li a {
  border:#777 1px solid;
}*/
.nav-tabs li:first-child.active {
  /*border:#777 1px solid;*/
  margin-top: 0;
  border-radius: 25px 0 0 0;
  position: relative;
  background: #4e2a84 !important;
  color: #ffffff;
}
.vertical.nav-tabs li:parent.active {
 border:none;
 margin-top: 0;
 border-radius: 0px;
 position: relative;
}
.nav-tabs li:parent.active {
 border:none;
 margin-top: 0;
 border-radius: 0px;
 position: relative;
}
.nav-tabs li.active {
  /*border:#777 1px solid;*/
  margin-top: 0;
  border-radius: 0px;
  position: relative;
  background: #2e3d68;
  color: #ffffff;
}
.vertical > .nav-tabs > .active > a:before, .vertical > .nav-tabs > li > a:hover:before {
  content: '';
 #border-top:3px solid;
  position: absolute;
  left: 0px;
 #top:-3px;
  width: 100%;
 #height:3px;
  border-radius: 0px;
  background-color: #2e3d68;
}
.vertical.nav-tabs li:first-child.active {
  border: none;
  margin-top: 0;
  border-radius: 0px;
  position: relative;
}
.navbar-nav > li > a {
  padding-bottom: 20px;
  padding-top: 20px;
  text-decoration: none;
}
.tabs .nav {
  margin: 0px;
  position: relative;
  border: 1px solid #dedede;
  background-color: #fafafa;
  border-radius: 25px 0 0;
}
/* List Start
================================================== */
.list ul li {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  margin: 5px 0px 0px 0px;
}
.list ul li:first-child {
  margin: 0px 0px 0px 0px;
}
.list ul li:before {
  content: '';
  float: left;
  border-color: transparent #999999;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  margin: 6px 15px 0px 0px;
}
.tabs {
  background: none repeat scroll 0 0 #FFFFFF;
  border-right: none;
  border-top: none;
  float: left;
  width: 100%;
  clear:both;
  display:block;
  margin-bottom:50px;
}
.vertical img.aligncenter {
  border: none;
}
.tab-title {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 1px solid #E9E9E9;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.vertical .nav-tabs {
  border: medium none;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 30%;
  z-index: 50;
}
.vertical .nav-tabs:before {
  content: '';
  box-shadow: 0px 10px 10px #000;
  float: left;
  width: 100%;
  height: 100%;
}
.vertical .nav-tabs li {
  float: left;
  width: 100%;
}
.vertical.nav-tabs li:first-child a {
  border-top: 1px solid #e9e9e9;
}
.vertical.nav-tabs li:first-child.active {
  border: none;
  margin-top: 0;
  border-radius: 0px;
  position: relative;
}
.vertical .nav-tabs li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  /*border-top: 2px solid #fff;*/
  background: #f6f6f6;
  color: #474747;
  display: block;
  float: left;
  font-weight: normal;
  padding: 8px 15px;
  text-decoration: none;
  width: 100%;
  margin-left: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 0px;
}
.vertical .nav-tabs > .active > a:before, .vertical .nav-tabs > li > a:hover:before {
  display: none;
}
.vertical .nav-tabs li.active a {
  padding: 8px 15px;
}
.nav-tabs li.active {
  background: #263e86;
  color: #fff !important;
}
.vertical .nav-tabs li a i {
  margin-right: 3px;
}
.vertical .nav-tabs li a:hover, .vertical .nav-tabs li.active a {
  background: #263e86;
  color: #fff;
  /*border-top: 2px solid #fff;*/
  border: 1px solid #263e86;
  border-radius: 0px;
  padding: 8px 15px;
}
.vertical .tab-title h3 {
  padding: 0 10px;
  color: #175977;
}
.vertical .tab-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  float: left;
 #padding:0px 30px 30px 30px;
  width: 65%;
  min-width: 450px;
  border: none;
}
.span9 .vertical .tab-content {
  width: 620px;
  padding: 0px 20px 20px 20px;
}
.span6 .vertical .tab-content {
  width: 320px;
  padding: 0px 20px 20px 20px;
}
.vertical .tab-text h4 {
  border-top: 1px solid #E6E6E6;
  color: #175977;
  padding-top: 25px;
}
.bolg_column article audio, .bolg_column article video, .bolg_column article iframe {
  float: left;
}
.nav-tabs li {
  list-style: outside none none;
}
.horizontal .tab-content {
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  /*border-radius: 25px 0 0;
    padding: 65px 30px 30px;*/
  width: 100%;
  background-color: #fafafa;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.horizontal .consultant-tab {
  background-color: #ffffff;
}
.sidebar_div {
  width: 227px;
}
.sidebar_form {
  padding: 11px 0px 10px 24px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  color: #343434;
  font-size: 1.3rem;
}
.sidebar_form p {
  margin-bottom: 5px;
}
.sidebar-select {
  border: 1px solid #ececec;
  padding: 0px 0px;
  height: 25px;
  width: 170px;
  color: #343434;
  font-size: 13px;
  border: 1px solid #bcbcbc;
}
.sidebar-text {
  background-color: #fff;
  height: 25px;
  width: 170px;
  border: 1px solid #bcbcbc;
}
.sidebar_property_value {
  width: 170px;
  background-image: url('/images/sidebar_dollar.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}
.sidebar_loan_amount {
  width: 170px;
  background-image: url('/images/sidebar_dollar.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}
.list_styles {
  float: left;
  width: 100%;
}
.list_styles ul li i {
 #margin-right:5px;
  padding-top: 4px;
  padding-bottom: 0;
 #margin-left: -35px
}
.thetick li {
  list-style: none;
  list-style-image: url('/wp-content/themes/naf/images/bullet.png');
}
.horizontal .nav-tabs > li:first-child > a {
  border-radius: 25px 0 0 0;
  line-height: 18px;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  /*color: #fff !important;*/
  color: #474747;
  border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > { background-color: transparent;
 color:#fff;
 border:none;
}
.nav-tabs > li > a:hover {
  margin: 0 !important;
}
.vertical #myTab li {
  border: none;
}
.tab-content > .tab-pane {
 padding: 25px 30px 60px 30px;
}
.header-image {
  height: 500px;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}
.soc_nav {
  margin-left: -40px;
  /*margin-top: 75px;*/
}
.soc_nav li:first-child {
  margin-left: 0;
}
.soc_nav li {
  display: inline-block;
  list-style: outside none none;
  margin-left: 10px;
}
.soc_nav li a::before {
  display: block;
  transition: all 0.15s ease-in-out 0s;
}
.soc_nav li a.icon-soc-googleplus {
  background: #dd4b39 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-dribbble {
  background: #ea4c89 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-facebook {
  background: #4066b5 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-twitter {
  background: #00d2ff none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-instagram {
  background: #517fa4 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-pinterest {
  background: #cb2027 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-linkedin {
  background: #007bb6 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-flickr {
  background: #ff0084 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-youtube {
  background: #bb0000 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-vimeo {
  background: #aad450 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-github {
  background: #333 none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-tumblr {
  background: #32506d none repeat scroll 0 0;
}
.soc_nav li a.icon-soc-feed {
  background: #f90 none repeat scroll 0 0;
}
.soc_nav li a {
  /*background: #444 none repeat scroll 0 0;*/
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.parallax-window {
  /*min-height: 300px;*/
  background: transparent;
}
.call-to-action h1 {
 #background-color: rgba(38,62,134,0.65);
  color: #fff;
  height: 150px;
  font-size: 5rem;
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
  position: relative;
  top: 100px;
}
select.goog-te-combo { color: #939393 !important; }
.lo-details {
    color: #fff !important;
    font-size: 3em;
    font-weight:L 700;
    text-transform: uppercase;
}
.lo-details h4, lo-nmls h4{
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0px;
    margin-top: 2px;
}
.bottom_block {
    padding-bottom: 18px;
}
.heigt .form {
  background: #253d88 none repeat scroll 0 0 !important;
}
.banner_text {
  position: absolute;
  top: -5%;
  left: 3%;
  padding: 0% 0% 0%;
  margin-bottom: 15px;
  float: left;
  z-index: 99;
}
.banner_text h3.text_line_1 {
  color: #253d88;
  /*  float: left;*/
  font-family: 'Roboto', sans-serif;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.banner_text h3.text_line_2 {
  color: #253d88;
  /*  float: left;*/
  font-family: 'Roboto', sans-serif;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.banner_text h3.text_line_3 {
  color: #253d88;
  /*  float: left;*/
  font-family: 'Roboto', sans-serif;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.banner_text h3.text_line_3 b {
  color: #ec2028;
  /*  float: left;*/
  ffont-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.banner_text h3.text_line_4 {
  color: #000 !important;
  /*  float: left;*/
  font-family: 'Roboto', sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  margin-top: 0px;
  line-height: 20px;
  margin-bottom: 5px;
}
.banner_text h3.text_line_5 {
  color: #ec2028 !important;
  /*  float: left;*/
  font-family: 'Roboto', sans-serif;
  font-size: 21px !important;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.banner {
  position: relative;
  width: 100%;
  float: left;
}
.banner span, .banner span img {
  width: 100%;
  float: left;
}
.relslid {
  margin-top: -50px !important;
}
.reltor {
  bottom: 68% !important;
  top: 3%;
}
#wpcf7-f7325-p7367-o1 form p input, #wpcf7-f7325-p7367-o1 form p select {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 35px;
  width: 100%;
}
.third-box {
  float: left;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.third-box h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600 !important;
  font-size: 30px !important;
  color: #ee0404 !important;
  float: left !important;
  margin: 0 0 15px 28px !important;
  padding: 0px !important;
  width: 95% !important;
}
.all-boxes-feach {
  float: left;
  width: 100%;
}
.all-boxes-feach article {
  float: left;
  width: 50%;
}
.fetc-list {
  float: left;
  width: 90% !important;
  margin-left: 30px;
  height: 190px;
}
.fetc-list span {
  float: left;
  width: 80px;
  margin-top: 6px;
}
.fetc-content {
  float: left;
  width: 60%;
}
.fetc-content h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #253d88;
  float: left;
  margin: 0 0 14px 0;
  padding: 0 0 5px 0;
  width: 100%;
  border-bottom: 1px solid #253d88;
}
.fetc-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #253d88;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  line-height: 20px;
}
.forth-box {
  float: left;
  width: 94%;
  background: #EE0404;
  padding: 1.5% 3%;
}
.frt-content {
  float: left;
  width: 60%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}
.frt-content h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  font-size: 24px !important;
  color: #fff !important;
  float: left !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
  width: 100% !important;
}
.frt-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  line-height: 18px;
}
.frt-content ul {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.frt-content ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  float: left;
  margin: 8px 0 8px 15px;
  padding: 0 0 0 1%;
  width: 92%;
  line-height: 18px;
  background-image: url("../img/arrow.png");
  background-size: 4px 8px;
  background-repeat: no-repeat;
  background-position: left center;
}
.frt-form {
  float: right;
  width: 34%;
  padding: 2.5% 2.5% 1.5% 2.5%;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #333;
  margin-right: -12px;
}
.frt-form p {
  float: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #253d88;
  text-align: center;
  font-size: 14px;
}
.frt-form label {
  float: left;
  width: 100%;
}
.frt-form label input[type="text"], .frt-form label select, .frt-form label input[type="submit"] {
  float: left;
  width: 99.8%;
  border: 1px solid #253d88;
  height: 30px;
  box-shadow: 2px 2px 3px #ddd inset;
  margin-bottom: 15px;
  font-size: 16px;
  color: #858587;
  padding-left: 1%;
}
.frt-form label input[type="submit"] {
  border-radius: 3px;
  background: #253d88;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  box-shadow: none;
  height: 40px;
  margin-bottom: 8px;
}
.frt-form label input[type="text"] {
  width: 98%;
}
#wpcf7-f7340-p7367-o2 .oppt h3 {
  display: none !important;
}
.frt-form #wpcf7-f7340-p7367-o2 {
  width: 100% !important;
  background: none !important;
}
.frt-form #wpcf7-f7340-p7367-o2 .wpcf7-form {
  width: 100% !important;
  padding : 0px !important;
}
.frt-form #wpcf7-f7340-p7367-o2 .oppt {
  float: left !important;
  width: 100% !important;
}
.frt-form #wpcf7-f7340-p7367-o2 .oppt p {
  margin: 0px !important;
  width: 100% !important;
}
.frt-form #wpcf7-f7340-p7367-o2 .oppt p span {
  width: 100% !important;
  margin-right: 0px !important;
}
.frt-form #wpcf7-f7340-p7367-o2 .oppt p span input, .frt-form #wpcf7-f7340-p7367-o2 .oppt p span select {
  float: left;
  width: 99.8%;
  border: 1px solid #253d88;
  height: 30px;
  box-shadow: 2px 2px 3px #ddd inset;
  margin-bottom: 15px;
  font-size: 16px;
  color: #858587;
  padding-left: 1%;
}
.frt-form #wpcf7-f7340-p7367-o2 .wpcf7-submit {
  border-radius: 3px !important;
  background: #253d88;
  color: #fff !important;
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400 !important;
  box-shadow: none !important;
  height: 40px !important;
  margin-bottom: 0px!important;
  border: none !important;
  width: 100% !important;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.frt-form #wpcf7-f7340-p7367-o2 .wpcf7-submit:hover {
  background: #2c8b7e !important;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.frt-form label br {
  display: none !important;
}
#wpcf7-f7325-p7367-o1 .wpcf7-submit {
  background-color: #ee0404 !important;
  background-image: none !important;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 0;
  transition: all 0.5s ease 0s;
  width: 99%;
}
.heigt .form #wpcf7-f7325-p7367-o1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  width: 100%;
}
/*#respond form p input, .wpcf7 form p input {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 25px;
  width: 170px;
}*/
.oppt h3 {
  border-bottom: 1px solid #fff;
  color: #fff !important;
  float: left;
  font-size: 20px;
  margin-bottom: 12px !important;
  padding-bottom: 2px;
  text-align: left;
  width: 100%;
}
.forth-box {
  background: #ee0404 none repeat scroll 0 0;
  float: left;
  padding: 1.5% 3%;
  width: 94%;
}
.frt-content {
  color: #fff;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
  padding: 0;
  width: 60%;
}
.frt-form {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 0 10px #333;
  float: right;
  margin-bottom: 20px;
  margin-right: -12px;
  padding: 2.5% 2.5% 1.5%;
  width: 34%;
}
.all-boxes-feach {
  float: left;
  width: 100%;
}
.form {
  background: #253d88 none repeat scroll 0 0;
  border-radius: 3px;
  bottom: -22%;
  color: #fff;
  left: 3%;
  margin-top: 20px;
  padding: 0 1%;
  position: absolute;
  width: 360px;
  z-index: 99;
}
.lower-image {
  height: 300px;
  text-align: center;
  background:#4d3571 url("/wp-content/uploads/2017/10/nbook-pic.png") center center no-repeat fixed!important; /*#505050*/
  clear: both;
  background-size: cover !important;
  background-position: center center;
}
.lower-image h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #efefef;
  /*text-transform: uppercase;*/
  font-weight: 700;
  padding-top: 40px;
}
.lower-image h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-align: center;
  color: #efefef;
  margin-bottom: 5px;
}
.lower-image .ebook {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2017/10/nbook-pic.png") no-repeat 90% 40px;
  height: 300px;
  background-origin: padding-box;
  /*background-size: 25%;*/
}
.lower-image .vaebook {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/10/va-ebook.png") no-repeat 90% 20px;
    height: 300px;
    background-origin: padding-box;
}
.lower-image .careers {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2017/10/recruiting-brochure.png") no-repeat 90% 20px;
    height: 300px;
    background-origin: padding-box;
}
.lower-image .mokup-img {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/06/mockup.png") no-repeat right 20px;
  height: 300px;
  background-origin: padding-box;
}
.lower-image hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
 #background-color: #fff;
  border-color: #efefef -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: dotted none none;
 #border-width: 1px medium medium;
  color: #fff;
  height: 1px;
  width: 50%;
  opacity: 0.5;
}
.lower-image button {
  /*text-decoration: none;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  border: 1px solid #efefef;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  color: #efefef;
  margin-top: 20px;*/
}
.lower-image button:hover {
  /*background: #fff;
  color: #324274;*/
}
#footer-widgets {
  /*#dddbe1;*/
  background-color: #d9d6dd;
}
.footer, .footer h4 {
  color: #443a4c;
  height: 100%;
}
.footer h4 {
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}
.footer {
  font-size: 1.2rem;
}
.footer a {
  color: #443a4c;
}
.footer a:hover {
  text-decoration: underline;
}
#footer-widgets .container {
  margin-bottom: 0px;
  padding: 50px;
}
#mobile-equal-housing {
    display: none;
}
#full-equal-housing {
    display:inline;
}
.uppercase {
  text-transform: uppercase;
}
.back-to-top {
  width: 100%;
  height: 112px;
  background: url('/wp-content/themes/naf/images/logo-bottom.png') no-repeat center;
  margin-top: -60px;
  position: absolute;
}
blockquote::before {
  border-left: 1px solid #f0f0f0;
  content: "";
  display: block;
 #height: 70%;
  left: 35px;
  position: absolute;
  top: 24px;
}
blockquote::after {
 #background: rgba(0, 0, 0, 0) url("images/sprites.png") no-repeat scroll 0 -237px;
  background: rgba(0, 0, 0, 0) url("images/sprite.png") no-repeat;
  content: "";
  height: 35px;
  left: 15px;
  position: absolute;
  top: 24px;
  width: 41px;
}
.element_size_ blockquote::before {
  border-left: 1px solid #f0f0f0;
  content: "";
  display: block;
 #height: 70%;
  left: 35px;
  position: absolute;
  top: 24px;
}
.element_size_ blockquote::after {
 #background: rgba(0, 0, 0, 0) url("images/sprites.png") no-repeat scroll 0 -237px;
  background: rgba(0, 0, 0, 0) url("images/sprite.png") no-repeat;
  content: "";
  height: 35px;
  left: 15px;
  position: absolute;
  top: 24px;
  width: 41px;
  background: none;
}
.team-shortcode {
  /*margin-left: -30px;*/
  margin-left: 0px;
}
.team-shortcode article.team-v3 {
  margin-top: 90px;
}
.team-shortcode article.team-v2 figure a, .team-shortcode article.team-v3 figure a, .team-shortcode article.team-v4 figure a {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 5px;
  box-shadow: 0px 0px 3px 2px #f0f0f0;
  float: left;
  margin-bottom: 20px;
}
.team-shortcode article.team-v2 figure a:hover, .team-shortcode article.team-v3 figure a:hover, .team-shortcode article.team-v4 figure a:hover {
  transition: all 0.4s ease-in-out 0s;
  transform: scale(1);
}
.team-shortcode article.team-v3 figure, .team-shortcode article.team-v3 figure a, .team-shortcode article.team-v3 figure a img, .team-shortcode article.team-v3 figure figcaption, .team-shortcode article.team-v4 figure, .team-shortcode article.team-v4 figure a, .team-shortcode article.team-v4 figure img, .team-shortcode article.team-v4 figure figcaption {
  border-radius: 150px;
}
.team-shortcode article.team-v3 figure, .team-shortcode article.team-v3 figure a, .team-shortcode article.team-v3 figure a img, .team-shortcode article.team-v3 figure figcaption, .team-shortcode article.team-v4 figure, .team-shortcode article.team-v4 figure a, .team-shortcode article.team-v4 figure img, .team-shortcode article.team-v4 figure figcaption {
  border-radius: 150px;
}
.team-shortcode article.team-v2 figure img, .team-shortcode article.team-v3 figure, .team-shortcode article.team-v3 figure img, .team-shortcode article.team-v4 figure img, .team-shortcode article.team-v4 figure {
  overflow: inherit;
  transform: none;
}
.team-shortcode article.team-v2 figure img, .team-shortcode article.team-v3 figure img, .team-shortcode article.team-v4 figure img {
  transform: rotate(0deg) scale(1);
}
.team-v3 a {
  color: #253f7a;
  text-decoration: none;
}
.team-v3 a:hover {
  color: #ec2428;
  text-decoration: none;
}
.team-v3 h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.team-v3 .job {
  font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
  color: #253f7a;
  font-size: 1.8rem;
  margin-bottom: 10px;
}


p:empty {
  display: none;
}
.team-shortcode article.team-v3:hover{
    border:1px solid #263e88;
    background-color: #e1e6fa;
    cursor:pointer;
}
.team-shortcode article.team-v3:hover figure a{
     border:1px solid #263e88;
     cursor:pointer;
}


.blog_admin article figure img, .team-shortcode article figure img {
  height: 100%;
  transform: rotate(45deg) scale(0.6, 1.404);
  width: 100%;
}
article.viewme, figure.viewme {
  opacity: 1;
  transition: opacity 1s ease-in-out 0s;
}
.testimonial-shortcode article img, .slides li .testimonial-shortcode article figure {
  border-radius: 80px;
  display: block;
  height: 62px;
  width: 62px;
}
.slides li .testimonial-shortcode article figure {
  background-color: #fff;
  box-shadow: 0 0 3px 1px #eaeaea;
  float: left;
  height: 62px;
  left: 0;
  overflow: inherit;
  padding: 3px;
  width: 62px;
}
.slides li figure {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.blog_admin article, .team-shortcode article {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 3px 0 #e7e7e7;
  float: left;
  margin-bottom: 30px;
 #margin-left: 30px;
  margin-top: 80px;
  max-height: 440px;
  padding: 0 8px 60px;
  position: relative;
  text-align: center;
 #width: 21.5%;
}
.tab-pane *p:empty {
  display: none;
}
.team-shortcode article.team-v3 figure, .team-shortcode article.team-v3 figure a, .team-shortcode article.team-v3 figure a img, .team-shortcode article.team-v3 figure figcaption, .team-shortcode article.team-v4 figure, .team-shortcode article.team-v4 figure a, .team-shortcode article.team-v4 figure img, .team-shortcode article.team-v4 figure figcaption {
  border-radius: 150px;
}
.team-shortcode article.team-v3 figure {
  margin-bottom: 20px;
}
.team-shortcode article.team-v2 figure img, .team-shortcode article.team-v3 figure, .team-shortcode article.team-v3 figure img, .team-shortcode article.team-v4 figure img, .team-shortcode article.team-v4 figure {
  overflow: inherit;
  transform: none;
}
.team-shortcode article.team-v3 figure, .team-shortcode article.team-v4 figure {
  transform: rotate(0deg) scale(1);
}
.blog_admin article figure, .team-shortcode article figure {
  backface-visibility: hidden;
  display: inline-block;
  height: 180px;
  margin-top: -88px;
  overflow: hidden;
  position: relative;
  transform: scale(1.6, 0.65) rotate(-45deg);
  width: 180px;
}
article.viewme, figure.viewme {
  opacity: 1;
  transition: opacity 1s ease-in-out 0s;
}
#footer-wide {
  margin-top: 20px;
}
.site-branding {
  padding-top: 15px;
  left: 2%;
}
.top-navigation {
  padding-bottom: 5px;
  padding-top: 5px;
  float: right;
  margin-right: 3.5%;
}
.top-navigation li {
  float: left;
  position: relative;
}
.top-navigation ul {
  list-style: outside none none;
  margin: 0px;
}
.top-menu-item a {
    color: #fff;
    float: right;
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
}
.google-translator-full{display: inline-block;}
.site-info {
  text-align: center;
  background-color: #4e2a84;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
}
.copyright-info {
  text-align: left;
  background-color: #4e2a84;
  color: #fff;
  padding-bottom: 40px;
}
#masthead {
  margin-bottom: 50px;
}
.head {
 #background: rgba(54, 25, 25, .5);
 #height: 98px;
 #position: fixed;
  width: 100%;
}
.container {
}
/*==========================================*/
.horizontal ul li .active {
  border: #777 1px solid;
}


.parallax h2 {padding: 3% 0 0 0; line-height: 60px; font-size: 22px; font-family: 'Roboto', sans-serif; font-weight:700; color: #fff; }
.parallax p { color: #fff; font-size: 18px; font-family: 'Roboto', sans-serif; padding: 0 12%; font-weight: 400;
padding-bottom: 2%; }
.parallax2 {
    /* The image used */
    background-image: url("http://homespire.slsdemo.com/wp-content/uploads/2017/10/par-bg2.jpg");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.parallax2 h2 {padding: 3% 0 0 0; line-height: 60px; font-size: 22px; font-family: 'Roboto', sans-serif; font-weight:700; color: #fff; }
.parallax2 p { color: #fff; font-size: 18px; font-family: 'Roboto', sans-serif; padding: 0 12%; font-weight: 400;
padding-bottom: 2%; }

.img-area2 { width: 50%; float: left; }
.cont-area2 {float: left; padding-left: 10%; }
.cont-area2 h3 {font-size: 22px; font-family: 'Roboto', sans-serif; font-weight:700; line-height: 40px; }
.cont-area2 ul { list-style-type: none; padding: 0; margin: 0; }
.cont-area2 ul li { line-height: 30px; font-size: 14px; }
.cont-area2 ul li span { color: #263e86; }

/*===============06-03-2016================================*/
.left-form-area {
  background: #253d88 none repeat scroll 0 0 !important;
  border-radius: 3px;
  padding: 10px;
  margin: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #ffffff;
}
.form-left-area {
  width: 30%;
  float: left;
  margin-right: 2%;
  margin-top: 10px;
}
.form-right-area {
  width: 68%;
  float: right;
}
.spacing-area-one {
  margin-top: 20px;
}
.thetick li .icon-ok {
  display: none;
}
.text p {
  text-align: center;
}

.consultant-tab .text p {
    #height: 0px;
    text-align: center;
}
.ares .tp-bullet {
  margin-top: -45px;
}
.tp-mask-wrap {
  margin-top: -20px;
}
.banner-sub-heading {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: lighter;
  margin-top: -90px;
  text-transform: uppercase;
}
.career-lower-area {
  float: left;
  margin: 25px auto 0px auto;
  background: #253c88;
  padding: 15px 0px;
  height: auto;
  overflow: hidden;
  color: #ffffff;
  width: 100%;
  clear: both;
}
.career-lower-area h2 {
  color: #ffffff;
  font-weight: 500;
}
.career-lower-area .thetick-one li {
  list-style: none;
  list-style-image: url('/wp-content/themes/naf/images/bullet-one.png');
}
 @media (max-width: 480px) {


.site-branch-main {
    height: 5.99% !important;
}
.top-navigation {
    display: none;
}
.google-translator-full {
    display: none;
}
.google-translator-mobile {
    float: right !important;
}
.form {
  margin: 0 auto;
  position: relative;
  width: 100%;
  left: 0;
  height: 450px;
}
.fetc-list {
  float: left;
  width: 100%;
  height: auto;
}
.frt-form {
  width: 100%;
  float: left;
  margin: 0;
}
.frt-content {
  width: 100%;
}
.all-boxes-feach article {
  float: left;
  width: 90%;
}
.call-to-action h1 {
  font-size: 2.5rem;
}
.call-to-action h4 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.h2, h2 {
  font-size: 2.5rem;
}
}
.call-to-actionDiv {
  /*background-image: url("images/white_trans_bg.png");*/
  background-repeat: repeat;
  background-position: left right;
}
.call-to-action {
  height: 80px;
  text-align: center;
  clear: both;
  margin: 0 0 15px 0;
  position: relative;
}
/*.menuActive{width: 30px; height: 30px; background: transparent; position: absolute; top :5px; right:5px; z-index: }*/
.call-to-action h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
}
.tabs .thetick li .icon-ok {
  display: none;
}
.footer-text-one {
  text-align: right;
  float: right;
}
 @media (max-width: 480px) {
.call-to-action h1 {
  font-size: 2.5rem;
}
.call-to-action h4 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.h2, h2 {
  font-size: 2.5rem;
}
.social-network {
    margin-top: -20px;
}
.team-shortcode .col-md-3 {
    margin-bottom: 100px !important;
}
.blog_admin article, .team-shortcode article {

    max-height: 500px;
}
}
/*=========== radikal-labs css 20thApril,2016 ========*/
header {
  position: relative;
}
.pad_top_40 {
  padding-top: 40px;
}
.head_float {

  top: 0;
  width: 100%;
  z-index: 999;
  position: relative;
}
.nav-area { top: 0;
  width: 100%;
  z-index: 999; background: #fff; }
/* -- gray column --*/
.gray_column {
  background: #e9e9e9;
  padding: 50px 0;
  margin-bottom: 20px;
}
.gray_column .container {
  margin-bottom: 0px;
}
.fourColumn {
  text-align: center;
}
.fourColumn .row p, .fourColumn .row h4 {
  text-align: center;
  color: #263e88 !important;
}
.fourColumn .picHolder {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: 0 auto;
}
.fourColumn .pic {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.fourColumn .pic img {
  width: 100%;
  height: auto;
  transform: scale(none);
  -moz-transform: scale(none);
  -webkit-transform: scale(none);
  transition: all 0.7s ease-in-out 0s;
  overflow: hidden;
}
.fourColumn .pic img:hover {
  transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  overflow: hidden;
}
/*.fourColumn .row div:nth-child(even) h4{color:#232323; font-size:16px; font-weight: 600;}
.fourColumn .row div:nth-child(odd) h4{color:#2e3c68; font-weight: 600; font-size: 16px;}
.fourColumn .row div:nth-child(even) p{color:#2e3c68*/
/* -- red column --*/
.redDiv {
  background: url("images/red_bg.jpg") left top no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}
.redDiv p {
  margin-bottom: 0px;
}
.redDiv .container {
  margin-bottom: 0px;
}
.redDiv h5 {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
/* -- testi_div -- */
.testi_div {
  background: url("images/testiBg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.testi_div h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.testi_div h2 span {
  padding: 0 10% 15px 10%;
  border-bottom: 1px dotted #fff;
}
.nameDiv {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
.testi_div h2 span {
  line-height: 38px;
  padding: 0;
}
}
/*-- countingDiv -- */
.countingDiv {
  background: #e9e9e9;
  padding: 50px 0;
  text-align: center;
}
.countingDiv .container {
  margin-bottom: 0px;
}
.countingDiv ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.countingDiv .numberDiv {
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.countingDiv p {
  margin-bottom: 20px;
}
.countingDiv li:nth-child(odd) .numberDiv {
  color: #232323;
}
.countingDiv li:nth-child(even) .numberDiv, .countingDiv li:nth-child(odd) p {
  color: #2e3c68;
}
/* -- purchase div -- */
.purchaseDiv {
  background: url("images/purchaseBg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
}
.purchaseDiv .container {
  margin-bottom: 0px;
}
.purchaseDiv h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.white_btn {
  width: 100%;
  max-width: 180px;
  display: inline-block;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  transition: all 0.4s ease-in-out 0s;
}
.purchaseDiv .container .white_btn + .white_btn {
  margin-left: 5%;
}
.white_btn:hover {
  background: #fff;
  color: #324274;
  text-decoration: none;
}
@media screen and (max-width:767px) {
.white_btn {
  margin-bottom: 15px;
}
.purchaseDiv .container .white_btn + .white_btn {
  margin-left: 0;
}
.site-branding {
  margin-top: 5px;
}
}
/**/

.navbar-default {
  background: transparent;
  position: relative;
  z-index: 9999;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #333!important;
  float: none;
}
.nav > li > a:hover, .nav > li > a:focus {
  color: #555!important;
  background: #2e3d68;
  border-radius: 0px;
  /*border: none;*/
  border-top:none;
  border-left:none;
  border-right:none;
}
.dropdown-menu {
  text-align: left;
  border-top: 2px solid #263e88;
}
.dropdown-menu > li > a {
  float: none;
  display: block;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
}
.navbar-default .navbar-nav > li > span{display: none;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.navbar .container {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav > li {
    float: left;
}
.nav > li {
    position: relative;
    display: block;
}
.mar_cust {
  margin-top: 10px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.dropdown-menu:after, .dropdown-menu:before {
  bottom: 100%;
  right: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(37, 61, 136, 0);
  border-bottom-color: #4e2a84;
  border-width: 10px;
  margin-left: -20px;
}
.footer-left-image{
  text-align:left;
  float:left;
}
.footer-left-image-text{
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  color:#ffffff;
  font-size:14px;
  text-align:left;
  margin-top:30px;
}
.get-quote-submit, #get_quote_frm .wpcf7-submit{
  background-color: #263e85;
    color: #fff;
    font-size: 14px;
    margin-left: 10%;
    margin-top: 2%;
    padding: 7%;
}
#get_quote_frm br{
  display: none;
}
#get_quote_frm p{
  margin-bottom: 5%;
}
#get_quote_frm select{
  width: 83%;
  font-size: 15px;
}
#get_quote_frm select{
  width: 83%;
  font-size: 15px;
}

/*Branch Search*/

    .bridge-site{
    color: #364689;
    padding-left: 4%;
    margin-bottom: 3%;
  }
  .bridge-site .site-hq{
    margin-left: 1%;
    margin-top: 3%;
  }
  .bridge-site p{
    margin-left: 0%;
    margin-top: 3%;
  }
  .site-branch{
    padding-left: 5%;
    padding-bottom: 5%;
    padding-right: 3%;
  }
  .site-branch div{
    margin-right: 2%;
  }
  .site-hq{
    box-shadow: 0 0 5px #e8e8e8;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff ;
    border-radius: 4px;
    min-height: 175px;
  }
  .site-branch-main{
    width: 5%;
    height: 100%;
    box-shadow: 0 0 10px #e8e8e8;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    margin-left: -5%;
  }
  .site-branch-main-img{
    width: 31%;
    height: 100%;
    box-shadow: 0 0 10px #e8e8e8;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    margin-left: -5%;
  }
  .site-branch-main-img img {
    border-radius: 100%;
    margin-top: 18%;
    padding: 5%;
    width: 90%;
  }
  .card-txt{
    margin-left: 5%;
    margin-bottom: 2%;
    font-size: 12px;
  }
  .card-txt h5{
    font-size: 12px;
  }
  .card-txt-img{
    margin-left: 32%;
    margin-bottom: 2%;
    font-size: 12px;
  }
  .card-txt-img h5{
    font-size: 12px;
  }
  .branch-search{
    background-color: #364689;
    color: #fff;
    padding: 0.1% 1% 0.5%;
  }



/*Search Page*/

.srch-area { width: 100%; float: left; }
.left-srchAr { background: url('/wp-content/themes/naf/images/map-bg.jpg') no-repeat center;
               float: left;
               min-height: 290px;
               border-right: #d1c9df 1px solid;
               padding-right: 120px;
}
.left-srchAr p:nth-last-child(1){
  margin-top: 40px;
}
@media (max-width:768px){
  .left-srchAr {
    padding-top: 30px;
    padding-bottom: 30px;
  margin-bottom: 45px;
  border-right: none;
  border-bottom: #d1c9df 1px solid;
  }
}

.srch-area{padding-top: 60px;}
.srch-area h2 { color: #4e2a84; font-size: 24px; font-weight: bold; margin-bottom: 35px;}
.f-30 { font-size: 22px !important }
.loca-area { float: right; padding: 0; }
.btn-default {width: 380px; padding: 12px 0 12px 24px; text-align: left; float: right;}
button, input[type="button"], input[type="reset"], input[type="submit"] { box-shadow: none;}
.btn { border-radius: 0;}
.dropdown-menu { top: 57px; left: 56px; width: 280px; border-top: none;  }
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {background-color: #fff;}
.dropdown-menu > li > a {/*background: url('/wp-content/themes/naf/images/location-icn.png') no-repeat left center;*/
padding-left: 20px !important; text-indent: 10px; color: #333!important; text-decoration: none;}
.dropdown-menu > li > a:hover {color: #333!important; }
.form-control { font-size: 15px; box-shadow: none; border-radius: 0px; padding: 15px 10px 15px 10px; }
.mid-txt { font-size: 18px; color: #848484; text-align: center; line-height: 50px; }
.mid-txt span { background: url("/wp-content/uploads/2017/09/bdr.jpg") 50% 50% no-repeat; min-height: 9px;  }
.mid-txt span:nth-of-type(1){ margin-right: 10px;}
.mid-txt span:nth-of-type(2){ margin-left: 10px;}
.wrapper { width: 100%; margin-right: 0; padding: 0; }
.mortgage-area { text-align: center; width: 100%;  margin-top: 20px;}
.mortgage-area h1 { font-size: 1.8em; font-weight: 500; font-family: 'Roboto', sans-serif; }
.mortgage-area p { font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 300; }
.mortgage-area p span { font-size: 14px; font-family: 'Roboto', sans-serif; font-weight: 300; }
.mortgage-area h2 { font-size: 21px; font-family: 'Roboto', sans-serif; font-weight:500; }
.btn-area { text-align: right; }
.btn-area a { color: #fff; }
.btn-area a:hover { color: #fff; text-decoration: none; text-shadow: none; box-shadow: none;}
.srch-btn { font-size: 18px; color: #fff; border: none; background: #4e2a84; margin-left: 15px; border-radius: 0;  }
.srch-btn a:hover { color: #fff; text-decoration: none; text-shadow: none; box-shadow: none; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { box-shadow: none; }
.top-push2{ margin-top: 20px; }
.top-push6{ margin-top: 20px; }
.fl { float: left; width: 100%; }
.grey-bg { background-color: #f5f5f5; float: left; margin-top: 30px; margin-top:0; }
.othr-opt {}
.prof-box { width: 100%; float: left; margin-top: 20px; margin-bottom: 0;}
.prof-box ul { list-style-type: none; margin: 0; padding: 0;}
.prof-box ul li { float: left; border-right: 1px solid #d1c9df; border-bottom: 1px solid #d1c9df !important; width: 32%; min-height: 245px; border-bottom: none; border-left: 1px solid #d1c9df; border-top: 1px solid #d1c9df; margin-right: -1px; margin-top: -1px; }
.wrn-txt { color: #ec242b; font-size: 30px; border:none !important; text-align: center; width: 100% !important; border-bottom: none !important;line-height: normal; min-height:0 !important;}
.prof-box ul li.wrn-txt{
	border-bottom: none !important;
}
/*.prof-box ul li:nth-of-type(3n-1){border-left: none; border-right: none;}
.prof-box ul li:nth-last-child(1){ border-bottom: #d1c9df 1px solid;}
.prof-box ul li:nth-last-child(2){ border-bottom: #d1c9df 1px solid;}
.prof-box ul li:nth-last-child(3){ border-bottom: #d1c9df 1px solid; border-right: #d1c9df 1px solid;}*/


.in-box { width: 100%; float: left; }
.left-box { width: 29%; float: left; text-align: center; padding: 15px 0; }
.left-box img {
    margin-bottom: 20px;
  /*border: 2px solid #999;
  margin-left:5px;
  margin-right: 5px;*/
}
.left-box a { text-decoration: underline; color: #653da8; padding-top: 10px; }
/*.left-box a {
	text-decoration: underline;
    color: #fff;
    padding: 6px 30px;
    background: #653da8;
}*/
.rt-box { float: left; text-align: left; width: 71%; padding-left: 10px;}
.rt-box h3 {
  font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.rt-box h4 {
  font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  height: 30px;
}
.rt-box p {
    color: #cccccc;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 16px;
  height: 25px;
  display: block;
}
.rt-box p:nth-child(2){
display:none;
}

.rt-box p span {color: #000; font-weight: 400;}
.rt-box > p:nth-of-type(3) span{font-size: 10px !important;}
.rt-box > p:nth-of-type(2){
display:none;
}
@media(max-width:768px){

.left-box {
  text-align: center;
}

.left-box img{width: 60%; margin-top: 20px;}
.footer-nav-section{
  padding-left: 15px;
  padding-right: 15px;
}


}





.rt-push { padding-right: 15px; }
.colr-lt1 { color: #b9afcb !important; margin-top: 5px;}
.srch-box-area {}
.srch-box-area .realtor-list{
	padding: 0;
}
.srch-box-area .form-control{
	height: 45px;
}
.parallax {
    /* The image used */
    background: url("/wp-content/uploads/2017/09/par-bg.jpg") 50% 50% no-repeat;

    /* Set a specific height */
    min-height: 350px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.parallax h2 {padding: 3% 0 0 0; line-height: 60px; font-size: 22px;font-family: 'Roboto', sans-serif!important; font-weight:700; color: #fff; margin-top: 0;}
.parallax p { color: #fff; font-size: 16px; font-family: 'Muli', sans-serif; padding: 0 12%; font-weight: 400;
padding-bottom: 2%; }
.quote-btn, .download {border:#f5f5f5 2px solid; font-size: 20px;font-family: 'Roboto', sans-serif!important; font-weight: 500px;
color:#f5f5f5; padding: 14px 52px; transition: all .3s; border-radius: 0; background-color: transparent;}
.quote-btn:hover, .download:hover { text-decoration: none; background-color: #fff; color: #653bab!important; }
.download{ margin-top: 25px; }
.det-area { width: 100%; float: left;}
.img-area { width: 50%; float: right; }
.det-area img { width: 100%; overflow: hidden; }
.cont-area {float: left; padding-left: 14%; }
.cont-area h3 {font-size: 22px; font-family: 'Roboto', sans-serif!important; font-weight:700; line-height: 40px; }
.cont-area ul { list-style-type: none; padding: 0; margin: 0; }
.cont-area ul li { line-height: 25px; }
.cont-area ul li span { color: #263e86; }
.lft-push6 { padding-left: 60px; }
.img-area2 { width: 50%; float: left; }
.cont-area2 {float: left; padding-left: 10%;width: 46%; }
.cont-area2 h3 {font-size: 22px; font-family: 'Roboto', sans-serif!important; font-weight:700; line-height: 40px; }
.cont-area2 ul { list-style-type: none; padding: 0; margin: 0; }
.cont-area2 ul li { line-height: 25px; }
.cont-area2 ul li span { color: #263e86;}
.fl2 { float: left; width: 100%;margin:-20px 0 -28px 0;}
.badge-area { width: 100%; background-color: #6839b2; padding: 50px 0; }
.badge-area img { width: 100%; }
.badge-area h3 { font-size: 32px; color: #fff; font-weight: 500; font-family: 'Roboto', sans-serif; }
.badge-area h4 { font-size: 20px; color: #fff; font-weight: 500; font-family: 'Roboto', sans-serif; }
.badge-area p {font-size: 16px; color: #fff; font-weight: 300; font-family: 'Roboto', sans-serif;}
.badge-area a { color: #fff; font-size: 16px; }
.grey-bg2 { background-color: #f5f5f5; float: left;}
.notranslate img { margin-right: 20px; }
.srch-area select {
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 0;
    height: 48px;
    background:url(images/arrow.png) no-repeat 95% center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #ccc;
	outline:0;
}
.srch-area input[type="text"]{
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 0;
    height: 44px;
    background:transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #43206e;
	outline:0;
}

.sub-active { color: #6839b2 !important; border-bottom: #d1ced6 2px solid; }
.navbar-default .navbar-nav > .active > a, /*.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus*/{ color: #555 !important;  }
.video-area {position: relative; }
.vid-img { width: 100%; position: absolute; }
.video-area h2 { text-align: center; color: #fff; margin-top: 90px;
font-size: 50px; font-weight: 500; font-family: 'Roboto', sans-serif;}
/*.video-area p {}*/
.vid-content{ position: absolute; width: 100%; text-align: center; z-index: 9999; color: #fff; }
.video-area p a {width: 50px; height: 50px;}
/*.play-btn { position: absolute; z-index: 9999999; left: 46%; top: 220px; }*/
/*.lft-push { margin-left: 253px; margin-top: 172px; text-align: center; }*/
.awrd-det {width: 100%; }
.fl-box {width: 100%; float: left;}
.carousel {background-color: #fff; padding: 40px 0;}
.carousel-img { float: left; padding-left: 25%; width: 47%; }
.carousel-cont { width: 50%; padding-right: 5%; float: left; color: #443a4c;  font-family: 'Roboto', sans-serif; }
.carousel-cont h2 {font-size: 24px;font-weight: 500; line-height: 24px;}
.carousel-cont h4 {font-size: 16px; font-weight: 500; margin-bottom: 30px;}
.carousel-cont p {font-size: 16px; font-weight: 300; line-height: 26px;}
.carousel-cont a { color: #6839b2!important;font-size: 16px; font-weight: 300; margin-top: 30px; display: inline-block; text-decoration: underline!important;}
.carousel-cont a:focus, .carousel-cont a:hover { color: #6839b2!important;font-size: 16px; font-weight: 300;  text-decoration: none!important;}
/*.duel-box { width: 100%; float: left;}*/
.partn-area { width: 50%; background-color:#6839b2; text-align: center; padding: 4% 0 4% 0;
color: #fff;font-weight: 500; font-family: 'Roboto', sans-serif; float: left; min-height:570px; }
.partn-area h4 { font-size: 16px; color: #fff; }
.partn-area h2 { border: 7px solid #fff;
    font-size: 30px;
    margin: 0 auto;
    padding: 49px 60px;
    text-align: center;
    width: 70%; margin-top:35px; color: #fff; }
.partn-area p {font-size: 16px;text-align: center; font-weight: 300;margin: 0 auto;  margin-top: 30px; margin-bottom: 66px; width: 65%;}
/*.partn-area a { background-color: #fff; color: #6839b2!important; font-size: 18px; margin: 0 auto;width: 40%;padding: 20px 30px; }*/

 .conslt-area { width: 50%; background-color:#f0eff2; text-align: center; padding: 4% 0 4% 0;
color: #fff;font-weight: 500; font-family: 'Roboto', sans-serif;  float: left; min-height:570px;  }
.conslt-area h4 { font-size: 16px; color: #4e2a84; }
.conslt-area h2 { border: 7px solid #4e2a84; color: #4e2a84;
    font-size: 30px;
    margin: 0 auto;
    padding: 49px 60px;
    text-align: center;
    width: 70%; margin-top:35px; }
.conslt-area p {font-size: 16px; color: #4e2a84;text-align: center; font-weight: 300;margin: 0 auto;  margin-top: 30px; margin-bottom: 66px; width: 65%;}

.carousel-control.left {background-image: none;}
.carousel-control.right {background-image: none;}
.carousel-indicators li { border:#6839b2 1px solid; }
.carousel-indicators .active { background-color: #6839b2; }
.carousel-indicators {left: 48%;}

@media (max-width: 1024px) {
 .img-area { width: 100%; margin-bottom: 3px; margin-top: 20px;}
 .img-area2 { width: 100%;margin-bottom: 30px; }
 .cont-area { float: none; text-align: center; padding-left: 0; }
 .cont-area ul li { display: inline-block; padding: 0 10px; }
 .cont-area2 { float: none; text-align: center; padding-left: 0; padding-bottom: 15px; }
 .cont-area2 ul li { display: inline-block; padding: 0 10px; }
 .left-srchAr { margin-left: 65px; padding-right: 30px; }
 .local-list { width: 300px; }
 .prof-box ul li {min-height:535px;}
 .left-box {width: 100%;}
 .left-box a {float: left; width: 100%;}
 .rt-box { text-align: center; width: 100%; }
 .video-area h2 { font-size: 37px;  top: 17px;}
 .video-area p {left: 25%; top: 90px; }
 .play-btn {top: 124px;}
 .lft-push {margin-left: 217px; margin-top: 142px;}
 .carousel {top: 270px;}
 .carousel-img {padding-left: 9%; width: 34%;}
 .carousel-cont {width: 65%;}
 .duel-box {margin-top:140px;}

}


@media (max-width: 991px) {
.btn-area {text-align: left;}
.prof-box ul li {width: 33.33%;}
.rt-box p span {word-wrap: break-word;}
.prof-box ul li {min-height: 535px;}
.copyright-info { text-align: center; }
 .srch-box-area { width: 100%; float: left; }
 .local-list { width: 100%; }
.dspl {display: none;}
.play-btn {top: 75px;}
 .cont-area ul li {font-size:14px;}
}
@media (max-width: 800px) {
  .carousel-img {width: 40%;}
 .carousel-cont {width: 55%;}
 .partn-area { width: 100%; }
 .conslt-area { width: 100%; }
}

@media (max-width: 767px) {
  .prof-box ul li {min-height: 535px;}
  .rt-box { width: 100%; }
}
@media (max-width: 640px) {
 .parallax p { padding:6% 10px 10%;}
 .cont-area2 { width: 100%; }
 .dspl {display: none;}
.play-btn img { width: 50%; }
 .play-btn {top: 45px;}
 .carousel-img {width: 100%; padding-left: 30%;}
 .carousel-cont {width: 100%; text-align: center;}
 .carousel {top: 170px;}
}
@media (max-width: 479px) {
 .parallax p { padding:2% 10px 5%;}
 .prof-box ul li { width: 100%; }
 .dspl {display: none;}
.carousel {top: 70px;}
 .play-btn {top: 25px;}
 .carousel-img {padding-left: 20%;}
}
.navbar-default .navbar-collapse {
  /*background: #fff;*/
  text-align: left;
}
.container > .navbar-header,  .container-fluid > .navbar-header,  .container > .navbar-collapse,  .container-fluid > .navbar-collapse {
  margin: 0px;
}
.top-menu-item a {
  font-size: 0.9rem;
}
.top-menu-item ul {
  padding-left: 0px;
  line-height: 14px;
}
.mar_cust {
  margin-top: 10px;
}
}

/**/



@media (max-width: 767px) {
.navbar-nav {
  display: inline;
}
.navbar-default .navbar-brand {
  display: inline;
}
.navbar-nav .open .dropdown-menu {
  border-radius: 0;
}
.dropdown-menu {
  padding-left: 10px;
}
.dropdown-menu .dropdown-menu {
  padding-left: 20px;
}
.dropdown-menu .dropdown-menu .dropdown-menu {
  padding-left: 30px;
}
.nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  width:90%;
}
.call-to-action {
  height: 80px;
}
}
 @media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
  display: block;
}
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 7.5px -30px 7.5px -15px;
  }
  .navbar-default .navbar-nav > li > span{width:45px; height:45px; display:inline-block; position: absolute; right:0px; top:5px; cursor: pointer; text-align: right; z-index: 9999;}
  .navbar-default .navbar-nav > li > span > i{margin-right: 20px;}
  .dropdown-menu::after{border-color:#fff;}
  .navbar-nav .open .dropdown-menu{border-top:2px solid #253d88;}
  }

@media (max-width: 480px) {
.navbar-brand > img {
  max-width: 220px;
}
.mar_cust {
  margin-top: 10px;
}
.bridge-site{
  color: #364689;
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 3%;
}
.bridge-site input{
  width: 80%;
}
.site-branch-main-img {
  height: 5.9%;
}
.site-branch-main{
  height: 3.81%;
}
.site-branch div {
  margin-bottom: 3%;
  margin-right: 2%;
}
#bridge{
  height: auto;
  margin-right: 3%;
}
.site-branch-main-img img {
  border-radius: 100%;
  margin-top: 55%;
  padding: 5%;
  width: 90%;
}
.branch-search {
  background-color: #364689;
  color: #fff;
  margin-left: -2%;
  padding: 2%;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.navbar-brand {
  margin-top: 12px;
}
.navbar-brand > img {
  max-width: 180px;
}
.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.1rem;
}
.mar_cust {
  margin-top: 12px;
}
}
 @media (min-width: 992px) and (max-width: 1206px) {
.navbar-brand {
  margin-top: 2px;
}
.navbar-brand > img {
  max-width: 280px;
}
.nav > li > a {
  font-size: 13px;
  padding-left: 7px;
  padding-right: 7px;
}
.mar_cust {
  margin-top: 10px;
}
}
 @media (max-width: 980px) {
.navbar-brand {
  margin-top: 2px;
}
.navbar-brand > img {
  max-width: 210px;
}
#masthead {
  margin-bottom: 50px;
}
.header-image {
  height: 400px;
}
.vertical .nav-tabs {
  width: 100%;
}
.vertical .tab-content {
  width: 100%;
  min-width: 100%;
}
.tab-content {
  padding: 5px 10px !important;
}
.list_styles ul {
  margin: 10px 0px;
}
.lower-image .ebook {
  background: none;
}
.textwidget {
  clear: both;
}
.soc_nav {
  width: 100%;
  margin: 10px 0px;
}
/*.soc_nav {
    width: auto;
    margin: 100px 0 0 -160px;
}*/
.soc_nav li {
  float: left;
}
.soc_nav li:first-child {
  margin-left: 150px;
}
#footer-widgets .container {
  margin: 0px;
  padding: 50px;
}
.nav-tabs li {
  width: 100%;
  clear: both;
}
.nav-tabs li:first-child.active {
  border-radius: 0px;
}
.horizontal .nav-tabs > li:first-child > a {
  border-radius: 0px;
}
.form-left-area, .form-right-area {
  width: 100%;
  clear: both;
  float: left;
}
.fetc-list {
  margin: 0px;
}
.fetc-list img {
  float: left;
  text-align: left;
  width: 10%;
}
.fetc-list p {
  float: left;
  text-align: left;
}
.third-box h3 {
  width: 10%;
  margin: 0 0 15px 0px !important;
}
.fetc-content {
  margin-bottom: 20px;
}
.all-boxes-feach article {
  width: 100%;
}
.footer-text-one {
  text-align: center;
  float: none;
  margin-bottom:15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position:inherit;
  width:100%;
  clear:both;
}
.footer-left-image {
    text-align: center;
    float: none;
    width: 100%;
}
.footer-left-image-text {
    text-align: center;
    margin-top: 0px;
  margin-bottom:15px;
}
.copyright-info {
    padding-bottom: 10px;
}
.blog_admin article, .team-shortcode article{
  float:none;
}

.team-shortcode article.team-v3 figure, .team-shortcode article.team-v4 figure {
    float: none;
    margin-left: 5px;
}
}
@media (max-width: 740px) {
.soc_nav li:first-child {
  margin-left: 120px;
}
#footer-widgets .container {
  margin: 0px;
  padding: 50px;
}
.footer-left-image {
    text-align: center;
    float: none;
    width: 100%;
}
.footer-left-image-text {
    text-align: center;
    margin-top: 0px;
}
}
@media (max-width: 670px) {
.soc_nav li:first-child {
  margin-left: 80px;
}
#footer-widgets .container {
  margin: 0px;
  padding: 50px;
}
.footer-left-image {
    text-align: center;
    float: none;
    width: 100%;
}
.footer-left-image-text {
    text-align: center;
    margin-top: 0px;
}
}
 @media (max-width: 640px) {
.navbar-brand {
  margin-top: 2px;
}
.navbar-brand > img {
  max-width: 210px;
}
#masthead {
  margin-bottom: 40px;
}
.header-image {
  height: 350px;
}
.vertical .nav-tabs {
  width: 100%;
}
.vertical .tab-content {
  width: 100%;
  min-width: 100%;
}
.tab-content {
  padding: 5px 10px !important;
}
.list_styles ul {
  margin: 10px 0px;
}
.lower-image .ebook {
  background: none;
}
.textwidget {
  clear: both;
}
.soc_nav {
  width: 100%;
  margin: 10px 0px;
}
.soc_nav li {
  float: left;
}
.soc_nav li:first-child {
  margin-left: 90px;
}
#footer-widgets .container {
  margin: 0px;
  padding: 50px;
}
.nav-tabs li {
  width: 100%;
  clear: both;
}
.nav-tabs li:first-child.active {
  border-radius: 0px;
}
.horizontal .nav-tabs > li:first-child > a {
  border-radius: 0px;
}
.form-left-area, .form-right-area {
  width: 100%;
  clear: both;
  float: left;
}
.fetc-list {
  margin: 0px;
}
.fetc-list img {
  float: left;
  text-align: left;
  width: 10%;
}
.fetc-list p {
  float: left;
  text-align: left;
}
.third-box h3 {
  width: 10%;
  margin: 0 0 15px 0px !important;
}
.fetc-content {
  margin-bottom: 20px;
}
.all-boxes-feach article {
  width: 100%;
}
.footer-text-one {
  text-align: center;
  float: none;
}
.footer-left-image {
    text-align: center;
    float: none;
    width: 100%;
}
.footer-left-image-text {
    text-align: center;
    margin-top: 0px;
}
}
 @media (max-width: 480px) {
.navbar-brand {
  margin-top: 2px;
}
.navbar-brand > img {
  max-width: 210px;
}
#masthead {
  margin-bottom: 10px;
}
.header-image {
  height: 310px;
}
.vertical .nav-tabs {
  width: 100%;
}
.vertical .tab-content {
  width: 100%;
  min-width: 100%;
}
.tab-content {
  padding: 5px 10px !important;
}
.list_styles ul {
  margin: 10px 0px;
}
.lower-image .ebook {
  background: none;
}
.textwidget {
  clear: both;
}
.soc_nav {
  width: 100%;
  margin: 10px 0px;
}

.soc_nav li {
  float: left;
}
#footer-widgets .container {
  margin: 0px;
  padding: 20px 0px;
}
.soc_nav li:first-child {
  margin-left: 0px;
}
.nav-tabs li {
  width: 100%;
  clear: both;
}
.nav-tabs li:first-child.active {
  border-radius: 0px;
}
.horizontal .nav-tabs > li:first-child > a {
  border-radius: 0px;
}
.form-left-area, .form-right-area {
  width: 100%;
  clear: both;
  float: left;
}
.fetc-list {
  margin: 0px;
}
.fetc-list img {
  float: left;
  text-align: left;
  width: 10%;
}
.fetc-list p {
  float: left;
  text-align: left;
}
.third-box h3 {
  width: 10%;
  margin: 0 0 15px 0px !important;
}
.fetc-content {
  margin-bottom: 20px;
}
.footer-text-one {
  text-align: center;
  float: none;
}
.footer-left-image {
    text-align: center;
    float: none;
    width: 100%;
}
.footer-left-image-text {
    text-align: center;
    margin-top: 0px;
}
.footer-submenu {
    display: none;
}
#mobile-equal-housing {
    display: inline;
}
/*#full-equal-housing {
    display: none;
}*/

}

@media (max-width: 414px) {
  .soc_nav li:first-child {
  margin-left: 30px;
}
}
@media (max-width: 375px) {
  .soc_nav li:first-child {
  margin-left: 10px;
}
}
@media (max-width: 360px) {
.soc_nav li:first-child {
  margin-left: 0px;
}
}
@media (max-width: 320px) {
  .soc_nav li:first-child {
  margin-left: -10px;
}
.footer-left-image {
    text-align: center;
    float: none;
    width: 100%;
}
.footer-left-image-text {
    text-align: center;
    margin-top: 0px;
}
.copyright-info {
    padding-bottom: 10px;
}
}
.topline {
  border-top:1px solid #ccc;
  padding:0 3px 0 3px;
}







.get-rate{
  padding: 4% 0 4% 2%;
  color: #474747;
  /*margin-top: 1%;*/
}
.rate-form {
  width: 88%;
  margin-left: 10%;
}
.rate-frm select {
    height: 30px;
    width: 80%;
}
.rate-frm input {
    width: 80%;
}
.rate-frm .error {
    color: #EC2029;
}
.rate-frm .fa-icons {
    color: #383838;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 8px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}
.resp-btn button{
  background-color: #263e86;
    font-size: 18px !important;
    height: auto !important;
    line-height: 1.33333 !important;
    margin-top: 6% !important;
    padding: 10px 16px !important;
    width: auto !important;
    box-shadow: none !important;
}
.rate-frm label {
    margin-top: 2% !important;
}
.icon-text {
    padding-left: 5% !important;
}
.resp-btn button:hover{
  background-color: #fff;
  border: 1px solid #263e86;
  color: #263e86;
  box-shadow: none !important;
}
.underline {
    height: 4px;
    margin-top: 1%;
    width: 15%;
}
.team-line {
    background-color: #364689;
    height: 4px;
}
#articles .form-right-area{
    float: none !important;
    margin-left: 20%;
    width: 65%;
    height: auto;
}
#articles .fetc-list {
    width: 70%;
    /*height: 165px;*/
}
#articles h3, #rate-quote h3 {
    font-size: 37px;
}
#rate-quote h4 {
    font-size: 23px;
}
#articles{
    background-color: #e6e6e6;
    height: 510px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
#articles .fetc-content p {
    color: #000;
}
#testionial .forcefullwidth_wrapper_tp_banner{
  margin-top: 0 !important;
}
.resp-btn {
    margin-left: 1% !important;
}
.line{
  margin-top: -3%;
}
#articles{
  overflow-x: hidden !important;
  overflow-y: hidden !important;

}
 @media (max-width: 667px) {
.line{
  margin-top: -4%;
}
#rate-quote{
  overflow-x: hidden ;

}
#articles{
  overflow-x: hidden !important;
  overflow-y: hidden !important;

}
.rate-form {
  width: 100%;
  margin-left: 0;
}
.rate-frm select {
    width: 100%;
}
.rate-frm input {
    width: 100%;
}
.resp-btn {
    text-align: center !important;
    margin-left: 0 !important;
}
.get-rate {
    margin-left: -5%;
}
#articles .fetc-list {
    margin-left: -25%;
    margin-right: 0 !important;
}
#articles {
    height: 1420px;
}
#articles h3 {
    font-size: 29px;
    /*margin-top: -6%;*/
}
#rate-quote h3 {
    font-size: 29px;
}
#rate-quote h4 {
    font-size: 18px;
}
#articles .form-right-area {
    width: 100%;
}
#articles .fetc-list {
    width: 100%;
}
#articles .fetc-content {
    margin-bottom: 60px;
}
#testionial .tp-parallax-wrap{
  margin-top: 3%;
}
.icon-text {
    padding-left: 10% !important;
}

}
#ebk-download{
  border: 1px solid #ccc;
  color: royalblue;
  float: right;
  margin-left: 69%;
  margin-top: 3.2%;
  padding: 3px 7px;
  position: absolute;
  text-align: right;
  z-index: 9999;
  text-decoration: none;
}
#ebk-download:hover{
  color: midnightblue;
}
#item-31011 {
    display: none !important;
}
.ebooks -item {
    display: none !important;
}
@media (min-width: 1299px) and (max-width: 1399px){
  #ebk-download{
    margin-left: 81.5%;
    margin-top: 3.8%;
  }
}

a:hover {
	color: #4e2a84;
}
a:focus {
	color: #fff;
}
/*@media(min-width: 768px){

.navbar-header > a{
  position: absolute;
  top: 0;
  margin-top: -25px;
}
}*/

@media(max-width: 768px){
.navbar-header > a > img{
  width: 50%;
}
.navbar-default .navbar-collapse {
    background: #fff;
    text-align: left;
}
.cont-area2{
  width: 100%;
}
.quote-btn {
    padding: 17px 25px;
    margin-top: 20px;
    display: inline-block;
}
}

@media screen and (max-width: 775px) and (min-width: 760px) {
.navbar-header > a{
  position: absolute;
  top: 0;
  margin-top: -5px;
}

.navbar-header > a > img{
  width: 75%;
}

}

a:focus {
    outline: none;
}

.dropdown-menu{
  border-top:solid 2px #4e2a84;
}
.all-loan-btn {
    background-color: #fff;
    color: #442573;
    border: 2px solid #442573;
    font-weight: bold;
    margin-left: 10px;
    width: 12%;
    padding-left: 16px !important;
    padding-right: 18px !important;
}
/*BLOG PAGE*/
.otw_blog_manager-blog-media-wrapper {
    border: solid 10px #fefefe;
    box-shadow: 0 0 5px #ccc;
}
#otw-bm-list-1 .otw_blog_manager-blog-title > a {
    font-family: 'Roboto', sans-serif!important;
    color: #030c27!important;
}
#otw-bm-list-1 .otw_blog_manager-blog-meta-wrapper > .head {
    font-family: 'Roboto', sans-serif!important;
  color: #555!important;
}
/*BLOG PAGE*/
























.cont-area ul li span {
    color: #4e2a84;
}

.Sp-link{
  font-size:14px;
}
.Sp-link i{
  margin-right: 5px;
}
.sm-text{
  font-size: 14px!important;
}


@media (max-width: 1024px){
.navbar-brand > img {
    max-width: 230px;
}
}
@media (min-width: 768px){

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -12px!important;
    margin-top: 10px!important;
}

}

@media (min-width: 960px){

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -12px!important;
    margin-top: 0px!important;
}

}
.footer a:hover {
    text-decoration: underline!important;
    color: #443a4c!important;
}

.footer a {
    color: #443a4c!important;
}

.footer a:hover, .footer a:active {
    outline: 0;
}
 .call-to-action.blogpage > h1 {
    text-transform: capitalize;
}
.Not-available {
    color: #ccc!important;
}
.text-capitalize{
  text-transform: capitalize!important;
}




.margin-up {
    margin-top: -25px!important;
}
.ebook {
    margin-top: -10px;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>> SOUMEN <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
section.text-N-img {
    margin-top: -25px;
}
.text-N-img img{
  width:auto;
}
.DATA-ROW{
  background-color: #f5f5f5;
}
.DETA-IMG{
  overflow:hidden;
}
.text-N-img .DATA-ROW .header{
  margin-top: 45px;
  margin-bottom: 45px;
}
.text-N-img .DATA-ROW ul{
  padding: 0;
  margin: 0px;
  list-style-type: none;
}
.text-N-img .DATA-ROW ul li{
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
.text-N-img .DATA-ROW ul li:nth-last-child(1){

  margin-bottom: 45px;

}
.text-N-img .DATA-ROW ul li span{
  display: inline-block;
  width: 90%;
  margin-left: 8%;
}

.text-N-img .DATA-ROW ul li span:nth-of-type(1){
  display: inline-block;
  width: 20px;
  height: 8px;
  transform: rotate(-40deg);
  margin-right: 10px;
  margin-left: 0%;
  position: absolute;
  top: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #4e2a84;
  border-left-color: #4e2a84;
}
.my-banner{
  position: relative;
}
.my-banner h1{
  position: absolute!important;
  width: 100%!important;
  top: 40%!important;
  text-align: center!important;
  color: #fff!important;
}
.call-to-action h1{
  display: none!important;
}
.call-to-action{
  height: 65px!important;

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>> RadiKal-Labs-Modification <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

html,body{height: 100%;}
body {
  padding-top: 53px;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
*{font-size:1.4rem;}
body{
  font-size:62.5%;
  margin:0px;
  color:#443a4c;
  background:#ffffff;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
}
p{padding:0px;margin:0px;}

a:hover{
  color:#6117d0;
  text-decoration:none;
}
a, a:hover, a:focus, a:active{
  outline:none
}

ul{
  padding:0px;
  margin:0px;
  list-style-type:none
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a1aa;
  font-weight:400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a4a1aa;
  font-weight:400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a4a1aa;
  font-weight:400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a4a1aa;
  font-weight:400;
}
.centerAlighDiv{margin:0 auto;float:none;}
.nopaddAll{padding:0px}
.pad-lr-5 {padding:0px 5px}
.marg-t-10 {margin-top: 10px !important;}
.marg-t-30 {margin-top: 30px !important;}
.marg-t-50 {margin-top: 50px !important;}
.marg-r-10 {margin-right: 10px;}
.marg-b-20 {margin-bottom: 20px;}
.marg-t-20{margin-top: 20px;}
.no-pad{padding: 0;}
.marg-lf-0{margin-left: 0; margin-right:0px;}
.no-lr-pad{padding-left: 0; padding-right: 0;}
.section{padding: 3em 0;}
.no-bottom-border{border-bottom:0px !important;}
.whiteTxt{color:#ffffff !important;}
.purpleBg{background:#6939b3;}
.transparent-square-btn{background:transparent; color: #fff; border:2px solid #ffffff; text-align: center; font-weight: 500; font-size:16px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; color:#ffffff; padding:0.5em 2.2em;}
.transparent-square-btn:hover, .transparent-square-btn:focus{background:#ffffff; color:#673aad;}
.grayDiv{background:#f5f5f5;}
.whiteBtn{background:#ffffff; border:2px solid #ffffff; text-align: center; font-weight: 500; font-size:16px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; color:#6939b3 !important; padding:0.5em 2.2em; border-bottom:3px solid #e0d9e9;}
.purpleBtn, .getContent-form input[type="submit"]{background:#6939b3; border:2px solid #6939b3!important; text-align: center; font-weight: 500; font-size:16px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; color:#ffffff !important; padding:0.5em 2.2em; border-bottom:3px solid #5c329e; display: inline-block;}

.getContent-form .form-group{ margin-bottom:20px;
}
  .getContent-form select{
  padding: 5px;
    padding-left: 15px;
    font-size: 16px;
    border: 1px solid #43206e;
    background: url(http://homespire.slsdemo.com/wp-content/uploads/2017/10/purp_down.png) no-repeat right;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position-x: 98.5%;}
.wpcf7-validation-errors{background: #6939b3 !important; color:#ffffff !important; border:2px solid #6939b3 !important;}
.whiteBtn:hover, .whiteBtn:focus{border:2px solid #ffffff; color:#ffffff;}
.purpleBtn:hover, .purpleBtn:focus{border:2px solid #6939b3; color:#6939b3;}
@media (min-width: 1200px){
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1850px;
    max-width: 80%;
}
}


/*-- homeSpire-banner-section --*/
.homeSpire-banner-section{background-size: cover; position: relative; color:#ffffff; border-bottom:2px solid #d1ced6;}
.homeSpire-banner-content{width:100%; height:100%; position: absolute; display: flex; display:-moz-flex; display:-webkit-flex; align-items: center; justify-content: center; z-index: 1;  color:#ffffff !important; text-align: center;}
.homeSpire-banner-content h1{font-size: 3.5em; color:#ffffff !important;}




/*-- Featured Section--*/
.featured-section{border-bottom:2px solid #d1ced6;}
.featured-section-content h2{margin-bottom: 20px;}
.featured-section-content{text-align: center;}
.featured-section-content-division{margin-top: 2.5em;}
.featured-section-content-division h2{color:#ffffff; font-size: 3.5em; font-weight: bold;}
.featured-section-content-division h3{width:70px; height:70px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border:2px solid #673aad; display: inline-block;}
.featured-section-content-division h3 span{display: flex; display:-moz-flex; display:-webkit-flex; align-items: center; justify-content: center; width:100%; height:100%; font-size: 1.5em; color:#673aad;}
.featured-section-content-division h4{font-size: 1.5em; font-weight: bold;}
.featured-section-content-division p{padding:0 2.2em;}



/*-- parallax section--*/
.parallax-section{ text-align: center; padding:5em 0; position: relative; color:#ffffff; border-bottom:2px solid #d1ced6;}
.parallax-section:after{content:""; position: absolute; height: 100%; width: 100%; background: rgba(78, 42, 132, 0.8); left:0; top:0;}
.parallax-section p{font-size: 20px; font-weight: normal !important; font-weight: 300 !important; line-height: 28px;}
.parallax-section h2{margin-top: 0px; color:#ffffff !important; margin-bottom: 20px;}
.parallax-section h3{color:#ffffff !important; font-weight: 300;}
.parallax-section-content{position: relative; z-index: 1}
.parallax-section-01{background: url("/wp-content/uploads/2017/10/parallax-ban-01.jpg") center center no-repeat; background-attachment: fixed; background-size: cover;}
.parallax-section-02{background: url("/wp-content/uploads/2017/10/parallax-ban-02.jpg") center center no-repeat; background-attachment: fixed; background-size: cover;}
.parallax-section-03{background: url("/wp-content/uploads/2017/10/parallax-ban-03.jpg") center center no-repeat; background-attachment: fixed; background-size: cover;}
/*.parallax-section-04{background: url("/wp-content/uploads/2017/10/parallax-ban-03.jpg") center center no-repeat; background-attachment: fixed; background-size: cover;}
.parallax-section-05{background: url("/wp-content/uploads/2017/10/parallax-ban-03.jpg") center center no-repeat; background-attachment: fixed; background-size: cover;}*/

.book-pic{position: absolute; right: 0; top: -35px;}


/*-- image with text 50-50 section--*/
.image-text-section{border-bottom:2px solid #d1ced6;}
.image-text-gap-div-left{padding:1.4em 3em 1.5em 0;}
.image-text-gap-div-right{padding:0.1em 0 1.5em 0em;}
.txt .image-text-gap-div-left{padding:3em 3em 1.5em 0;}
.txt .image-text-gap-div-right{padding:3em 0 1.5em 3em;}

@media (max-width: 767px){
	.txt .image-text-gap-div-left, .txt .image-text-gap-div-right {
	    padding: 1.8em 0 1.5em 2em;
	}
	.hms .grayDiv img{
		margin: 7%;
    	width: 90%;
	}
}
.image-text-head > h3, .image-text-gap-div-left h3, .image-text-gap-div-right h3{font-size:24px; margin-bottom:22px; margin-top: 22px;}
.tick-list li{margin-bottom: 0.35em; font-size: 16px; position: relative;}
.tick-list li p{margin-left: 2.5em; font-size: 16px;}
.tick-list li span{position: absolute;}
.image-text-section a {color: #333;text-decoration: underline; font-size: 13px; display: inline-block;}
.image-text-section a:hover {color: #000;}



/*-- Small Heading section--*/
.sm-heading-container h2{margin-bottom: 1em;}
.sm-heading-container span{margin-right: 20px;display: inline-block; margin-top: -2px;}
.sm-heading-container span img{display: inline-block; margin-top: -7px;}



/*-- Purple section--*/
.purpleBg h2, .purpleBg a{color: #ffffff;}
.purpleBg a:hover, .purpleBg a:focus{text-decoration: underline; color:#ffffff !important; text-decoration: underline;}

/*-- Video Section --*/
.videoSection{
  color: #FFF;
  background-image: url("/wp-content/uploads/2017/10/video-image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 2px solid #d1ced6;
  padding:10em 0;
}
.videoSectionhm{
  color: #FFF;
  background-image: url("/wp-content/uploads/2017/10/background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-bottom: none;
  padding:10em 0;
}

.videoSectionKevin{
  color: #FFF;
  background-image: url("/wp-content/uploads/2018/08/Kevin.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-bottom: none;
}
.videoSectionValentina{
  color: #FFF;
  background-image: url("/wp-content/uploads/2018/08/Valentina.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-bottom: none;
}
.videoSection h2, .videoSection h5, .videoSection h6, .videoSectionhm h2, .videoSectionhm h5, .videoSectionhm h6{color:#ffffff;}
.videoSection h2, .videoSectionhm h2{font-size:4em; margin-bottom:0.5em;}
.videoSection h5, .videoSectionhm h5{font-weight:400 !important;}
/*-- Slider section with Image--*/

/*-- half purple and halg gray Section--*/
.duel-box .purpleBtn, .duel-box .whiteBtn{min-width:210px;}

/*-- Contact Us --*/
.contactDiv h2{font-size:24px; margin-bottom:20px;}
.contactform p{margin-bottom: 15px;}
.contactInfo p{margin-bottom: 15px;}
.contactInfo span i{color:#6939b3; margin-right: 1em; margin-left: 1em; margin-top:1em;}
.contactInfo a{color:#6939b3;}
.contactInfo a:hover{text-decoration: underline;}
.submitBtn{background:#6939b3; border:1px solid #6939b3; text-align: center; font-weight: 500; font-size:13px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; color:#ffffff !important; padding:0.5em 2.2em; border-bottom:3px solid #5c329e; float:right;}
.submitBtn:hover{background:#ffffff; border:1px solid #6939b3; text-align: center; font-weight: 500; font-size:13px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; color:#6939b3 !important; padding:0.5em 2.2em; border-bottom:1px solid #6939b3; float:right;}

/*-- Form --*/
input[type="text"], input[type="email"], input[type="tel"], textarea, select{width:100% !important; border:1px solid #43206e; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.realtor-list { padding: 12px 0 12px 24px; height: 48px; margin: 0; border-radius: 0!important;}
select.realtor-list option{display:inline-block; background-image: url("/wp-content/uploads/2017/10/location-icn.png")!important; margin-right: 10px;}
select.realtor-list option[selected]{ background:#6939b3 !important; color:#ffffff !important;}


/*-- Google Map--*/
.gMap{border-bottom:2px solid #d1ced6;}


/*-- Get A Quote --*/
.getQuoteDiv h2{font-size:32px;}
.getContent-form{margin-top:4em;}
.getContent-form h3{font-weight:500; font-size:28px; padding-bottom: 6px; border-bottom:2px dotted #d1ced6; color:#6939b3;}
.getContent-form p{margin-bottom: 15px; font-size:16px; font-weight:600;}
.getContent-form select, .getContent-form input[type="text"], .getContent-form input[type="email"], .getContent-form input[type="tel"]{padding:7px;}
.getContent-form input[type="submit"]{border:transparent;}
.purpleBtn:hover,.getContent-form input[type="submit"]:hover{background:#ffffff; border:1px solid #6939b3; text-align: center; font-weight: 500; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; color:#6939b3 !important; border-bottom:1px solid #6939b3;}
.getContent-form input[type="submit"]:after{content:"";}

/* == media quaries == */
@media(max-width:991px){
.featured-section-content h2{font-size:24px;}
.homeSpire-banner-section{min-height:auto;}
}
@media (max-width:767px){
  .image-text-gap-div-left{padding:1.8em 0 1.5em 2em;}
  .image-text-gap-div-right{padding:1.8em 0 1.5em 2em;}
  .book-pic{position: static; margin-top:2em;}
  .homeSpire-banner-content h2 {font-size: 1.5em;}
}
@media (max-width:569px){
  }
@media (max-width:375px){
}
.cust-nav .dropdown-submenu {
  position: relative!important;
}
.cust-nav .dropdown-submenu > .dropdown-menu {
  top: 0!important;
  left: 100%!important;
  margin-top: -6px!important;
  margin-left: -1px!important;
}
.cust-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block!important;
}
.cust-nav .dropdown-submenu:hover > a:after {
  border-left-color: #fff!important;
}
.cust-nav .dropdown-submenu.pull-left {
  float: none!important;
}
.cust-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%!important;
  margin-left: 10px!important;
}
nav {
  border-radius: 0!important;
  margin: 0!important;
  padding: 0!important;
}
.navbar.cust-nav{
  margin-bottom:0!important;
}
.navbar-default.cust-nav{
  background-color: #fff!important;
}
.cust-nav .top-bar{
  display: none!important;
}
/**/

.cust-nav .top-bar{
  padding-top: 5px!important;
    padding-bottom: 5px!important;
  border-bottom: solid 1px #efefef!important;
}
@media (max-width: 768px){
.cust-nav .top-bar{display: none!important;}
}

@media (min-width: 1200px){
.container, .navbar-static-top .container, .navbar-fixed-top.cust-nav .container, .navbar-fixed-bottom .container {
    width: 1850px;
    max-width: 80%;
}
}
.cust-nav .navbar-brand{
  height: 85px!important;
  padding: 5px 5px!important;
}
.cust-nav .navbar-brand .logo{
  height: 100%!important;
}
.cust-nav .dropdown-menu {
  border-top: solid 2px #4e2a84;
  width: 280px;
  text-align: left;
  position: absolute;
}
@media(max-width: 768px){
.cust-nav .navbar-brand{
  height: 60px!important;
  padding: 5px 15px!important;
}
.cust-nav .navbar-brand .logo{
  width: 150px!important;
}
}
.cust-nav .dropdown-menu li:hover{
  background-color: #F0F0F0!important;
}

@media (min-width: 768px){
.cust-nav .dropdown-menu > li > a{
  padding: 7px!important;
  /*background-image: url("/wp-content/uploads/2017/10/location-icn.png")!important;*/
  background-repeat: no-repeat!important;
  background-position: 10px center!important;
}
.navbar-right {
    margin-top: 20px!important;
}
nav a:hover {
    background-color: rgba(200, 200, 200, 0)!important!important;
}

.navbar-default.cust-nav .navbar-nav > .active > a, .navbar-default.cust-nav .navbar-nav > .active > a:hover, .navbar-default.cust-nav .navbar-nav > .active > a:focus {
    /*color: #4e2294!important;*/
    background-color: transparent!important;
}
.navbar-default.cust-nav .navbar-nav > .open > a, .navbar-default.cust-nav .navbar-nav > .open > a:hover, .navbar-default.cust-nav .navbar-nav > .open > a:focus{
    color: #005555!important;
    background-color: transparent!important;
}
.navbar-default.cust-nav .navbar-nav > li > a:hover, .navbar-default.cust-nav .navbar-nav > li > a:focus{
    color: #4e2294!important;
    background-color: transparent!important;
}

}
.navbar-default.cust-nav .navbar-brand:hover, .navbar-default.cust-nav .navbar-brand:focus{
  background-color: transparent!important;
}
@media (max-width: 768px){
  body {
    padding-top: 65px;
}

.navbar.cust-nav{
  min-height: 64px!important;
}
.navbar-brand {
  width: 65%!important;
    height: auto!important;
    padding: 7px 15px!important;
}
.navbar-brand > img{
  width: 100%!important;
  height: auto!important;
}
.navbar-toggle {
    position: relative!important;
    float: right!important;
    margin-right: -15px!important;
    padding: 9px 10px!important;
    margin-top: 18px!important;
    margin-bottom: 8px!important;
    background-color: transparent!important;
    background-image: none!important;
    border: 1px solid #4e2294!important;
    border-radius: 4px!important;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
  padding: 5px 15px 5px 45px!important;
  background-image: url(../images/location-icn.png)!important;
  background-repeat: no-repeat!important;
  background-position: left center!important;
}

.navbar-default.cust-nav .navbar-toggle, .navbar-default.cust-nav .navbar-toggle {
    background-color: transparent!important;
    border: 1px solid #4e2294!important;
}

.navbar-default.cust-nav .navbar-toggle:hover, .navbar-default.cust-nav .navbar-toggle:focus {
    background-color: #4e2294!important;
    border: 1px solid #4e2294!important;
}

.navbar-default.cust-nav .navbar-toggle .icon-bar {
    background-color: #4e2294!important;
}

.navbar-default.cust-nav .navbar-toggle:hover .icon-bar, .navbar-default.cust-nav .navbar-toggle:focus .icon-bar {
    background-color: #fff!important;
}
.homeSpire-banner-content h1 {
    font-size: 2.5em;
}
.left-srchAr {
    margin-left: 0px;
    padding-right: 0px;
}
}

@media(min-width:768px){

.dropdown:hover .dropdown-menu{
  display: block!important;
  border-top: solid 2px #4e2a84!important;
  margin-top:-2px!important;
}

.dropdown:hover .dropdown-submenu .dropdown-menu{
  display: none!important;
}
.dropdown .dropdown-submenu:hover .dropdown-menu{
  display: block!important;
}
}

.footer-nav-section{
  padding-top: 50px!important;
  background-color: #f0edf6!important;
}
.footer-nav-section .col-md-2 h5{
  margin-bottom: 25px!important;
}
.footer-nav-section .col-md-2 h5 a{
  color: #443a4c!important;
  font-weight:600!important;
}
.footer-nav-section .col-md-2 ul{
  margin: 0!important;
  padding:0!important;
  list-style-type: none!important;
}
.footer-nav-section .col-md-2 ul li{
  font-size: 12px!important;
}
.footer-nav-section .col-md-2 ul li a{
  display: block!important;
  padding: 2px 0!important;
  color: #443a4c!important;
  font-weight:400!important;
}
@media(min-width:768px){
/*.footer-nav-section .col-md-2 h5{
  margin-left: -15px
}*/
.footer-nav-section .col-md-2 ul{
  margin-left: -15px
}
.Footer-nav-img-txt{
  padding-top: 50px!important;
}
.Footer-nav-img img{
  display: inline-block!important;
  height: 40px!important;
  width: auto!important;
  margin-right: 15px!important;
  margin-bottom: 10px!important;
}
.Footer-nav-img p{
  margin-top:5px!important;
  font-size: 12px!important;
  line-height: 20px!important;
  margin-bottom:30px !important;
  font-weight: 500;
}
}
@media(max-width:767px){
.footer-nav-section .col-md-2 ul{
  display: none!important;
}
}
@media(max-width:768px){
.footer-nav-section .col-md-2 h5 {
    margin-bottom: 10px!important;
}
/*.footer-nav-section .col-md-2 ul{
  display: none!important;
}*/
.Footer-nav-img img{
  height: 30px!important;
  width: auto!important;
  margin-right: 15px!important;
  margin-bottom: 15px!important;
  margin-top: 25px!important;
}
.Footer-nav-img img:nth-of-type(1){
  margin-left: 15px!important;
}
.Footer-nav-img p{
  margin-left: 15px!important;
  margin-right: 15px!important;
  font-size: 12px!important;
  line-height: 20px!important;
}

}

.Footer-nav-social ul{
  padding: 0!important;
  margin: 0!important;
  list-style-type: none!important;
  margin-top: 45px!important;
  text-align: right!important;
  width: 100%;
}
.Footer-nav-social li{
  display: inline-block!important;
  margin-right: 5px!important;
}
.Footer-nav-social li:nth-last-child(1){
  margin-right: 0px!important;
}
.Footer-nav-social li a{
  font-size: 20px!important;
  display: block!important;
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
  text-align: center!important;
  border-radius: 50%!important;
  border: solid 2px #4e2a84!important;
  color: #4e2a84!important;
  transition: all .4s!important;
}
.Footer-nav-social li a:hover{
  background-color:  #4e2a84!important;
  border: solid 2px #fff!important;
  color: #fff!important;
}
@media(max-width:768px){
.Footer-nav-social ul{
  margin-top: 25px!important;
  margin-bottom: 25px!important;
  text-align: center!important;
}
}

.footer-copyright-sec{
  background-color: #4e2a84!important;
  padding-top: 35px!important;
  padding-bottom: 25px!important;
  font-size: 12px!important;
  color: #fff!important;
}
.footer-copyright-sec .right{
  text-align: right!important;
}
.footer-copyright-sec .right a{
  color : #fff!important;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.footer-copyright-sec .right a:nth-last-child(1){
  color : #fff!important;
  padding-left: 10px!important;
  padding-right: 0px!important;
  border-left: solid 1px #fff!important;
}
@media(max-width:768px){
.footer-copyright-sec{
  padding: 35px 15px!important;
  padding-top: 25px!important;
  text-align: center!important;
}

.footer-copyright-sec .right{
  text-align: center!important;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed!important;
    right: 0;
    left: 0;
    z-index: 1030!important;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media(max-width:768px){
.navbar-fixed-top .navbar-collapse{
  max-height: 510px;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  /*border-bottom: solid 1px #eee;*/
}
}
@media (max-width: 767px){
.row, .thumbnails {
   margin-left: -15px;
}
}
@media (min-width: 768px){
.footer-nav-section {
  padding-left: 5%;
}
.Footer-nav-social {
    padding-right: 5%!important;
}
.Footer-nav-img img:nth-of-type(1), .Footer-nav-img p{
  margin-left: 30px;
}
.footer-copyright-sec {
    padding-left: 5%;
    padding-right: 5%;
}
.footer-copyright-sec .lefe p{
  margin-left: 30px;
  display: block;
  width: 100%;
}
.footer-nav-section .widget{
  margin: 0;
  width: 16.6666667%;
}
.footer-nav-section #text-9.widget{
  margin: 0;
  width: 100%;
}
.footer-nav-section .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 100%;
}
.footer-copyright-sec .right a:nth-last-child(1){
  margin-right: -15px!important;
}
}

.parallax-section .carousel{
    background-color: transparent;
}

.parallax-section .carousel .carousel-inner .item a{
  font-size: 20px;
    color: #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight:700;
  display:inline-block;
}
.parallax-section .carousel .carousel-inner .item a:hover{
    color: #fff;
}

.parallax-section .carousel .carousel-indicators {
    bottom: -55px;
}

.parallax-section .carousel .carousel-indicators li {
    border: #fff 1px solid;
}

.parallax-section .carousel .carousel-indicators .active {
    background-color: #fff;
}
.parallax-section .carousel h3 {
    font-size: 24px!important;
    font-weight: bold!important;
}
.parallax-section .carousel h5 {
    font-size: 18px!important;
    font-weight: bold!important;
  margin-bottom: 15px;
}
.relator-second-carousel .carousel h5 {
    font-size: 22px!important;
    font-weight: bold!important;
  margin-top: 25px;
  margin-bottom: 15px;
}
.no-border{
  border: none;
}
.gMap{
  margin-bottom: -10px;
}
.otw_blog_manager-social-item{
  position:relative;
  background-color: #4e2a84!important;
}
.otw_blog_manager-social-item:hover{
  background-color: #6117d0!important;
}

.otw_blog_manager-social-item::after{
  font: normal normal normal 14px/1 FontAwesome;
  position:absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 32px;
}
.otw-facebook::after{
  content:'\f09a';
}
.otw-google_plus::after{
  content:'\f0d5';
}
.otw-linkedin::after{
  content:'\f0e1';
}

.otw_blog_manager-pagination span.current {
    border-color: #6117d0!important;
    background: #4e2a84!important;
    color: #fff;
}
.otw_blog_manager-pagination a{
  color: #4e2a84!important;
    text-decoration: none!important;
}
.otw_blog_manager-pagination a:hover{
  color: #fff!important;
  background: #6117d0!important;
}

.blogInnerSocalLinks{
  padding: 25px 0px;
  text-align: right;
  border-bottom: solid 1px #CCC;
  margin-bottom: 20px;
}
.blogInnerSocalLinks .otw_blog_manager-social-item{
  float: none;
  display: inline-block;
}
#primary a {
    color: #ddd1ef;
    text-decoration: underline;
}

#primary a:hover {
    color: #6117d0;
    text-decoration: none;
}
#primary h5{
  margin-bottom: 40px!important;
}
.list_styles ul{
  padding-left: 50px;
  color: #555;
}

.pravacy-page h2{
  margin-bottom: 40px;
  text-align: center;
}

.pravacy-page h4{
  margin-top: 60px;
}

.pravacy-page p{
  color: #555;
  margin-bottom: 10px;
}

.pravacy-page{
  padding-bottom: 60px;
}

.disclosure-licensing{
  padding-bottom: 60px;
}

.disclosure-licensing h2{
  margin-bottom: 30px;
}

.disclosure-licensing p span{
  display:inline-block;
  width:20px;
  height:20px;
  margin-right: 10px;
  margin-bottom: -5px;
  background-image: url(images/location-icon.jpg)!important;
    background-repeat: no-repeat!important;
  background-position: center center!important;
}
.disclosure-licensing p{
  margin-bottom: 10px;
}

.disclosure-licensing a {
    color: #4e2a84;
    text-decoration: underline;
}
.disclosure-licensing a:hover {
    color: #4e2a84;
    text-decoration: none;
}
.otw-row a {
    color: #4e2a84;
    text-decoration: none;
}
.otw-row a:hover {
    color: #4e2a84;
    text-decoration: none;
}
.srch-area a:hover, .srch-area a:focus, .srch-area a:active{
  color:#4e2a84;
  text-decoration:none;
}
.marg-b-20 h4{
   font-size: 18px;
}
.featured-section-content-division p{
  padding: 0px 10px;
}
.awrd-det .carousel-indicators {
    bottom: -15px;
}
section.otw-twentyfour {
  padding-top: 20px;
}
.otw_blog_manager-blog-title a{
  text-decoration: none;
}
.otw_blog_manager-blog-delimiter {
    border-bottom: 2px dotted #999;
  padding-bottom: 10px;
}

.otw_blog_manager-blog-full {
    position: relative;
    margin-bottom: 20px;
}
.ebook hr{
  display: none;
}
.rest-btn {background-color: #fff!important; border:2px solid #6939b3!important; color: #6939b3!important;
width: auto !important; }
.rest-btn:hover { background-color: #6939b3!important; color: #fff !important; text-decoration: none; text-shadow: none; box-shadow: none; }
.small-text{font-size: 12px}
.left-srchAr a{color:#4e2a84;text-decoration: none;}
.left-srchAr a:hover{color:#6117d0;}




.stuf-prof{
  padding-top: 60px;
  padding-bottom: 60px;
}
.stuf-prof{
  font-size: 18px!important;
}
.stuf-prof a{
  font-weight: 400;
}
.stuf-prof h2, .stuf-prof h1{
  color: #4e2a84;
  font-size: 35px;
  font-weight: inherit;
  margin-bottom: 2px;
}
.stuf-prof h1{
  margin-top: 40px;
}
.prof-img{
  padding-top: 10px;
}

.prof-data{
  padding-bottom: 20px;
  padding-top: 20px;
    padding-left: 40px;

}


.prof-data h5{
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 16px;
}
.prof-data p{
  margin-bottom: 20px;

}
.prof-data h4 a{
  font-size: 18px;
  color: #4e2a84;
  text-decoration: underline;
}
.prof-data h4 a:hover{
  color: #6117d0;
  text-decoration: none;
}
.prof-socal-info br{
  display: none;
}
.prof-details h1 {
  margin-bottom: 2px;
  font-size: 35px;
}
.prof-details h4 {
  margin-top: 5px;
  margin-bottom: 30px;
}
.prof-details p{
  font-size: 16px;
  margin-bottom: 10px;
}

.prof-details p a, .prof-details a p{
  color: #4e2a84;
  text-decoration: underline;
}
.prof-details p a:hover, .prof-details a:hover p{
  color: #6117d0;
  text-decoration: none;
}
.prof-details .purpleBtn{
  margin-top: 80px;
  background: #4e2a84;
    border: 2px solid #4e2a84!important;
  text-decoration: none;
}
.prof-details .purpleBtn:hover{
  margin-top: 80px;
  background: #6939b3;
    border: 2px solid #6939b3!important;
}

@media(max-width:768px){
.prof-data{
  padding-bottom: 40px;
  padding-left: 15px;

}
.prof-img{
  padding-top: 0px;
  text-align: center;
}
.prof-details h4{
  margin-top: 0;
  margin-bottom: 25px;
}
.prof-details p{
  text-align: justify;
  margin-bottom: 10px;
}


}

.rate-A-Quote-Form {
    padding-left: 15px;
    margin-top: 30px;
}
.form-control{
  border: 1px solid #43206e;
}
@media(min-width: 768px){

.no-pad-L {padding-left: 0;}
.no-pad-R {padding-right: 0px;}

}






  /*.no-pad{padding: 0;}*/
  .martinsburg-sub-section{padding-left: 60px;}
  .martinsburg-sub-section .sub-sec{margin-bottom: 20px; margin-top:20px;}
  .sub-sec-box img{width: 65%;}
  .sub-sec-heading{border-bottom: 1px solid #442573; color: #443a4c; font-size: 20px; font-weight: 700; margin: 0 0 14px; padding: 0 0 5px;}

  .btn-download{
        padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 2px solid #442573;
      border-radius: 0px;

      color: #333;
      background-color: #fff;

      display: block;
        width: 100%;
  }
  .btn-download:hover{
        background-color: #462677 !important;
      color: #fff !important;
      background: #462677 !important;
  }


  .lower-area-box{
      background-color: #442573;
    clear: both;
    color: #ffffff;
    height: auto;
    margin: 85px auto 0;
    overflow: hidden;
    padding: 15px 0 35px;
    width: 100%;
  }
  .lower-area-box ul{
    list-style-type: inherit !important;
    padding-left: 25px !important;
  }

.Homebuyer-E-Book .form-control{
  padding: 0 15px !important;
}
.Homebuyer-E-Book select.form-control{
  background-image: url(http://homespire.slsdemo.com/wp-content/uploads/2017/10/br_down-select.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}


@media (max-width: 767px){
	.navbar-brand {
	    margin-top: 2px;
	}
}

@media(max-width:768px){
.header-section .navbar .container{
  padding-left: 15px;
  padding-right: 15px;
}
.header-section .row {
    margin-left: 0;
    margin-right: 15px;
}
.image-text-section .clearfix > .no-pad .clearfix{
  padding-left: 15px;
  padding-right: 15px;
}
.book-pic img{
  margin-left: -50%;
}
.image-text-section .col-sm-offset-1, .image-text-section .col-sm-offset-3 {
    margin-left: 0;
}

.disclosure-licensing{
  margin-left:0;
  margin-right:0;
}
.partn-area h2 {
    border: 7px solid #fff;
    font-size: 20px;
    margin: 0 auto;
    padding: 20px 60px;
    text-align: center;
    width: 70%;
    margin-top: 85px;
    color: #fff;
}

.conslt-area h2 {
    border: 7px solid #4e2a84;
    color: #4e2a84;
    font-size: 20px;
    margin: 0 auto;
    padding: 20px 60px;
    text-align: center;
    width: 70%;
    margin-top: 35px;
}

.content-area{
  padding: 0 15px;
}








}
@media(min-width:768px){
.book-pic img {
    margin-left: 0%;
}
.footer-copyright-sec .row{
  margin-right: 15px;
}
}
@media screen and (max-width: 950px) and (min-width: 768px){
.navbar-brand{
  margin-top: 10px;
}

.book-pic img {
  width: 70%;
  margin-right: -65px;
    margin-top: 40px;
}

}


/* NEW */

.job_inner_page .col-md-9 img{width: 100%;}

select.drop_icon, .select-btn .btn-default{
  background-image: url('http://www.homespiremortgage.com/wp-content/uploads/2017/12/arrow_down_icon.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
}

.storide_bright_table{
  border: 1px solid #d8d8d8;
  border-top: 5px solid #d8d8d8;
}

.table.storide_bright_table > thead > tr{
  background-color: #5e31a7;
}


.table.storide_bright_table > thead > tr > th > .form-group{
  margin-top: 15px;
  border-radius: 4px;
}

.table.storide_bright_table > thead > tr > th > .form-group .form-control{
  border-radius: 4px;
}

.table.storide_bright_table > thead > tr > th:nth-of-type(1) > .form-group{
  margin-left: 15px;
}

.table.storide_bright_table > thead > tr > th {
    vertical-align: top;
  width: 25%;
}
.table.storide_bright_table > thead > tr > th:nth-last-child(1) {
    vertical-align: middle;
  width: 20%;
  padding-right: 20px;
}
.sunset-posts-container .search-btn, .sunset-posts-container .clear-btn{
  display: inline-block;
    padding: 5px 15px;
    border: 2px solid #6939b3;
 /* height: 30px;*/
    line-height: 30px;
    box-sizing: content-box;
  background-color: #fff;
  border-radius: 4px;
  color: #879099;
  outline: 0;

}
.sunset-posts-container .apply_btn{
  display: inline-block;
    height: 22px;
    padding: 5px 40px;
    border: 2px solid #6939b3;
    line-height: 22px;
    box-sizing: content-box;
  background-color: #6939b3;
  border-radius: 0px;
  color: #fff;
}
.load_more_btn {
  display: inline-block;
  height: 41px;
  padding: 0px 30px;
  border: 2px solid #6939b3;
  line-height: 40px;
  box-sizing: content-box;
  background-color: #6939b3;
  border-radius: 0px;
  color: #fff;
  margin-bottom: 70px;
  margin-top: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
.load_more_btn:hover{
  color: #fff;
}

.load_job_btn {
  display: inline-block;
  height: 41px;
  padding: 0px 30px;
  border: 2px solid #6939b3;
  line-height: 40px;
  box-sizing: content-box;
  background-color: #6939b3;
  border-radius: 0px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.load_job_btn:hover{
  color: #fff;
}
.gray_line{
	width:84%;
	height: 2px;
	background-color: #ccc;
	display: inline-block;
}

.sunset-posts-container .apply_btn i{
  margin-left: 5px;
}

.form-header{
  padding-top: 10px;
}

.table.storide_bright_table > thead > tr > th > .form-group .form-control{
  padding: 0px 15px;
  color: #879099;
  font-weight: 400;
  height: 40px;
}

.table.storide_bright_table > tbody > tr > td{
  padding: 15px 20px;
  vertical-align: middle;
}
.table.storide_bright_table > tbody > tr > td:nth-last-child(1){
  text-align: right;
}
.sunset-posts-container{padding-top: 30px;}
.storide_bright_table{margin-top: 50px;}
 @media screen and (max-width: 600px) {
  .sunset-posts-container{padding-left: 30px; padding-right: 30px;}
  .sunset-posts-container .search-btn, .sunset-posts-container .clear-btn{padding: 5px 20px;}
    table.storide_bright_table {
      border-color: #6939b3;
    }


    table.storide_bright_table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 1px solid #ddd;
    }
  table.storide_bright_table tr:nth-last-child(1){
    margin-bottom: 0px;
  }
    table.storide_bright_table td, table.storide_bright_table th {
      display: block;
      text-align: left;
      font-size: 13px;
    }

  .table.storide_bright_table > tbody > tr > td:nth-last-child(1){
  text-align: right;
  border-bottom: 6px solid #6939b3;
  }

    table.storide_bright_table td:first-child {
      border-top: 0!important;
    }

    table.storide_bright_table td:last-child {
      border-bottom: 0;
    }

    table.storide_bright_table td:before, table.storide_bright_table th:before{
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  .table.storide_bright_table > thead > tr > th{
    width: 100%;
    border-bottom: 0;
  }
  .table.storide_bright_table > thead > tr > th > .form-group{
    margin-left: 15px;
    margin-right: 15px;
  }

  .table.storide_bright_table > thead > tr > th:nth-last-child(1){
    width: 100%;
    text-align: center!important;
  }
  .sunset-posts-container .search-btn, .sunset-posts-container .clear-btn{
    margin-bottom: 15px;
    width: 25%;
  }

  }

.job_inner_page{
  padding-top: 50px;
}

.parple-text{
  color: #502982;
}
.sub-text{
  margin-bottom: 30px;
}
.parple-text span{
  color: #502982;
  font-size: 30px;
}
.btn_top_margin{margin-top: 50px;}

.job_inner_logo_holder{
  display: inline-block;
  border: 2px solid #ccc;
  width: 185px;
  height: 185px;
  overflow: hidden;
  margin-bottom: 10px;
}
.job_inner_page .sub-header{margin-top: 30px;}
.job_inner_page ul{
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media(max-width:767px){
  .job_inner_page {
      padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .job_inner_logo_holder{
    margin-top: 15px;
  }
  .load_more_btn{
    margin-bottom: 40px;
  }
}









@media (min-width: 1200px){

.job_inner_page .row {
    margin-left: -15px;
}
}


 /* FOR NINJA Apply For This Job FORM */

 .nf-form-cont{padding: 25px;}
@media (max-width:768px){
 .nf-form-cont{padding: 5px;}
}
 .nf-field-label label {
    margin: 0;
    padding: 0;
    color: #4b4b4b;
    font-weight: 400!important;
}
.nf-form-cont input[type="text"], .nf-form-cont input[type="email"], .nf-form-cont input[type="tel"], .nf-form-cont textarea, .nf-form-cont select {
    width: 100% !important;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 4px;
    height: 46px;
    background-color: #fcfcfc;
    padding: 15px 20px;
}
.ninja-forms-req-symbol{
  margin-bottom: 30px;
  color: #ccc;
}




#nf-field-9-wrap .nf-field-element{ }
#ninja_forms_field_19_div_wrap{
  overflow: hidden;
}
/*#ninja_forms_field_19{
    height: 40px;
    margin-left: -30%;
  background-color: #6939b3;
    color: #6939b3;
  position: relative;
}
@media(max-width:768px){
#ninja_forms_field_19{
  margin-left: -60%;
}
}
#ninja_forms_field_19::before{
  content: 'Upload File \f093';
    font: normal normal normal 14px/1 'FontAwesome', Roboto, sans-serif!important;
    width: 45%;
    height: 1.4rem;
    position: absolute;
  text-align: center;
    top: 50%;
    right: 0;
    margin-top: -.7rem;
    margin-left: -20px;
  color: #fff;
}

*/
.nf-fu-fileinput-button {
  	color: #fff;
    background-color: #6939b3;
    border: solid 1px #6939b3;
  	padding: 15px 25px
}
.nf-fu-fileinput-button:hover, .nf-fu-fileinput-button:active:hover, .nf-fu-fileinput-button:focus {
  color: #fff;
    background-color: #7538d2;
    border-color: #6939b3;
}

.nf-fu-fileinput-button.btn{
  padding: 15px 35px 15px 55px;
}
.nf-fu-fileinput-button span{position: relative;}
.nf-fu-fileinput-button span::before{
  content: "\f093";
    font: normal normal normal 14px/1 FontAwesome;
    width: 25px;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.7rem;
    margin-left: -20px;
    text-align: left;
}
#nf-field-5 {
  	width: 100%;
    padding: 15px;
    background-color: #6939b3;
    color: #fff;
    border: 1px solid #442673;
	position:relative;
}
#nf-field-5-wrap .nf-field-element{
	position:relative;
}

#nf-field-5-wrap .nf-field-element::after{
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 22px;
    right: 32.5%;
	height: 25px;
	width: 25px;
	color: #fff;
}

#nf-field-5 :hover{
  background-color: #7538d2;
    border-color: #6939b3;
}
#nf-field-6-wrap .nf-field-description{position: relative!important;}

#nf-field-6-wrap .nf-field-description p{
	position: absolute;
	right: 0;
	top: 2px;
	width: 70%;
}

/* MODAL */
.modal-header{
    background-color: #fafafa;
}
.modal-header .close {
    margin-top: 0;
    padding: 10px 15px;
    background-color: #000;
    opacity: 1;
    color: #fff;
}



@media (max-width:768px){
.modal-header .close{margin-right: 5px;}
}
.modal-header .close:hover{
    background-color: #646464;
}
.modal-title {
  line-height: 40px;
    margin-left: 25px;
    color: #4b4b4b;
    font-weight: 400;
}
@media (max-width:768px){
.modal-title {
    margin-left: 5px;
}
}

/*select items*/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.select-btn .btn-default{
	padding: 9px 0 9px 24px;
	border-radius: 4px;
	color: #858585;
}
.select-btn .caret{display: none;}

.select-btn .btn-default:hover {
    background-color: #fff!important;
    border-color: #adadad;
}
.select-btn .btn-default:focus, .select-btn .btn-default.focus {
    color: #333;
    background-color: #fff;
    border-color: #8c8c8c;
}
.select-btn .btn-default:active:hover, .select-btn .btn-default.active:hover, .open > .select-btn .dropdown-toggle.btn-default:hover, .select-btn .btn-default:active:focus, .select-btn .btn-default.active:focus, .select-btn .open > .dropdown-toggle.btn-default:focus, .select-btn .btn-default:active.focus, .select-btn .btn-default.active.focus, .select-btn .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #fff;
    border-color: #8c8c8c;
}
.select-btn .dropup .dropdown-menu, .select-btn .navbar-fixed-bottom .dropdown .dropdown-menu, .select-btn .open > .dropdown-menu{
	left: 0!important;
}


.nf-response-msg img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.bold_text {
	    font-weight: 900!important;
}
table tbody tr td:nth-of-type(2){
	background-image: url(http://www.homespiremortgage.com/wp-content/uploads/2017/12/location.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
table tbody tr td{
	position: relative;
}
table tbody tr:nth-of-type(1) td:nth-of-type(1)::after, table tbody tr:hover td:nth-of-type(1)::after{
	content:'';
	display: block;
	position:absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 5px;
	background-color:#5e31a7;

}
table tbody tr:nth-of-type(1) td:nth-of-type(1)::after{
	margin-top: -2px;
}
@media (max-width:768px){
#nf-field-6-wrap .nf-field-description p {
    position: relative;
    right: 0;
    top: 2px;
    width: 100%;
}
#nf-field-5-wrap .nf-field-element::after {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 20px;
    right: 19.5%;
    height: 25px;
    width: 25px;
    color: #fff;
}
}

.job-banner-img-holder{
    padding-bottom: 20px;
}

#video .full_screen_video{
	width: 100vw !important;
 	height: calc(100vw/2.67) !important;
    top: 0;
    left: 0;
}
#myModal button.close {
    /* -webkit-appearance: none; */
    padding: 0%;
    cursor: pointer;
    background: rgba(255,255,255,1);
    border: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    z-index: 1050;
    position: absolute;
    overflow: hidden;
    margin: -1.5%;
    opacity: 1;
}
.modal-body {
    position: relative;
    padding: 0;
}
.modal-content{
/*	background: transparent !important;*/
    box-shadow: none !important;
    border: 0 !important;
}
iframe {
    max-width: 100%;
    border: 0px;
}
iframe body {
    font: 12px Roboto, Arial, sans-serif;
    background-color: transparent !important;
    color: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
}
.html5-video-player:not(.ytp-transparent), .html5-video-player.ad-interrupting, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    background-color: transparent !important;
}
.videoSectionhm{
  color: #FFF;
  background-image: url("/wp-content/uploads/images/hlf_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*border-bottom: 2px solid #d1ced6;*/
  padding:6em 0;
}
.bannerSc{
  color: #FFF;
  background-image: url("/wp-content/uploads/images/hsm_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-bottom: 2px solid #d1ced6;
  padding: 0;
  margin-top: -23px;
}
.bannerScLoan{
	color: #FFF;
    background-image: url(/wp-content/uploads/images/bg_5.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-bottom: 2px solid #d1ced6;
    padding: 0;
    height: -webkit-fill-available;
}
.bannerScLoan .rest-btn {
    width: 40%;
    margin-bottom: 1%;
}
.bannerScLoan .btn-default {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
}
.bannerSc .sectionBody{
  padding:10.4em 0;
  background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0));
  /*height: -webkit-fill-available;*/
}
.bannerScLoan .sectionBody{
  padding:10.4em 0;
  background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0));
  height: -webkit-fill-available;
}
.bannerScLoan hr{
  background: rgba(114,69,183,0.6);
  width: 44%;
  margin-left: 0;
  margin-top: 1%
}
.bannerSc hr{
  background: rgba(114,69,183,0.6);
  width: 55.5%;
  margin-left: 0;
  margin-top: 1%
}
.bannerScLoan hr{
  margin-bottom: 3.5em;
  width: 48%;
}
.bannerScLoan #working_officer hr{
  margin-bottom: 3.5em;
  width: 33%;
}
.bannerScLoan hr:last-child{
  margin-top: 4.2em;
}
.bannerScLoan #finding_officer hr{
  margin-bottom: 2em !important;
  width: 44%;
}
.bannerScLoan #finding_officer hr:last-child{
  margin-top: 2em !important;
}
.form_hr{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bannerSc h2, .bannerScLoan h2{
	color: #7245b7;
	margin-top: 0.1em !important;
}
.banner_anchor{
	border: 1px solid #6839b2 !important;
	color: #6839b2;
	background: rgba(255,255,255,0.7);
	padding: 15px 40px;
	font-size: 13px;
	font-weight: 700;
	box-shadow: inset 0 -1px 0 1px rgba(0,0,0,.1), inset 0 -10px 20px rgba(0,0,0,.1);
}
.banner_anchor:hover{
	border: 1px solid #6839b2 !important;
	color: #6839b2;
	background: rgba(255,255,255,1);
	padding: 15px 40px;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 1px rgba(0,0,0,.1), inset 0 -10px 20px rgba(0,0,0,.1);
}
.banner_anchor font{
	font-weight: 300;
    font-size: 20px;
    line-height: 0px;
}
.hsm{
	margin:  5% 0;
}
.bannerSc h5{
	color: #443a4c;
    font-size: 20px;
    margin-top: 30px;
	text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff;
}

.bannerScLoan h5{
	color: #6939b1 !important;
	font-size: 32px;
	font-weight: 300 !important;
	text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff;
}
.videoSection h2, .videoSection h5, .videoSection h6, .videoSectionhm h2, .videoSectionhm h5, .videoSectionhm h6{color:#ffffff;}
.videoSection h2, .videoSectionhm h2{font-size:4em; margin-bottom:0.5em;}
.bannerSc h2{
	color:#6939b1;
    /*font-size: 4.29em;*/
    font-size: 3.3em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 0.1em;
    margin-top: 8px;
    text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff;}
.bannerScLoan h2{font-size:3em; margin-bottom:0.1em;font-weight: bold;}
.videoSection h5, .videoSectionhm h5, .bannerSc h5{font-weight:400 !important;}
.bannerSc h5{
	/*font-size:22px !important;*/
	font-size:20px !important;
	letter-spacing: -1px;
	text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff;
	font-weight: 400;
	letter-spacing: -1px;
	/*margin-top: 8px;*/
	margin-top: 30px;
	width: 57%;
}
.hms .grayDiv .txt{
  background-image: url("/wp-content/uploads/images/hlf_grey_bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  min-height: 277px;
}
.loan_banner_anchor {
	background: #6939b1;
	text-rendering: optimizeLegibility;
    color: #fff;
	font-weight:bold;
    padding: 16px 102px;
    margin-right: 1%;
    border: 2px solid #6939b1;
}
.loan_banner_anchor:hover{
	background: #fff;
    color: #4e2a84;
    border: 2px solid #6939b1;
}
.loan_banner_anchor_active{


	background: #fff;
    text-rendering: optimizeLegibility;
    color: #4e2a84;
    font-weight: bold;
    padding: 16px 102px;
    margin-right: 1%;
    border: 2px solid #6939b1;
}
/*.loan_banner_anchor:visited {color:#fff;background: #6939b1;}*/

.loan_hsm{
	margin: 3% 0;
}

.bannerSc .loan_banner_anchor{
	padding: 16px 73px;
}

.readyapp {max-width:200px;}
.readyappfront {max-width:400px;}

.quoa-fix{margin-top:3px;}


#custom_search_form{
	width: 44%;
}
#custom_search_form input, #custom_search_form select, #custom_search_form .bootstrap-select button{
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #43206e;
	bottom: 10px;
}
.apply_online{
	background: #653da8;
    color: #fff !important;
    padding: 5% 28% !important;
    text-decoration: none !important;
	font-size: 12px;
}
.off_image{
	margin-bottom: 77% !important;
}
.map
{
	margin-top:10px;
}
#theImageMap
{
	height:385px;
	position:relative;
}
.tooltip
{
	line-height:normal;
	margin-top:100px;
}
.tooltip-inner
{
	background:rgba(79,46,133,0.8);
	padding: 8px 15px;
	font-size:16px;
	max-width:100%;
}
.tooltip.top .tooltip-arrow
{
	border-top-color: rgba(79,46,133,0.8);
	display:none;
}

@media (max-width: 1800px) and (min-width: 1500px){
	.off_image {
	    margin-bottom: 40% !important;
	}
}
@media (max-width: 1400px){
	.bannerScLoan #working_officer hr {
	    margin-bottom: 3.5em;
	    width: 47%;
	}
}
.colr-lt1 a, .profile{
	padding-top: 6%;
	text-decoration: underline;
	color: #ad90bf !important;
	font-size: 12px;
}
/*.prof-area{
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}*/
@media (min-width: 1900px){
	.hms .grayDiv .txt{
	  min-height: 392px;
	}
	.off_image{
		margin-bottom: 27% !important;
	}
}
@media (min-width: 1900px){
	.bannerSc hr {
	    width: 39.5%;
	}
	.image-text-gap-div-left{padding:6em 3em 1.5em 0 !important;}
	.image-text-gap-div-right{padding:6em 3em 1.5em 0 !important;}
	.bannerSc h5{
		width: 39%;
	}
	.bannerSc .hsm{
		margin: 4% 0;
	}
}
@media (max-width: 700px){

	.readyapp {max-width:50%;}

	.readyappfront {max-width:55%;}

	.videoSectionhm {
	    padding: 2em 0;
	    margin: 4%;
	    width: 93%;
	}
	.bannerSc h2 {
	    font-size: 2em;
	    margin-bottom: 0.1em;
	}
	.bannerSc hr {
	    width: 98%;
	}
	.hsm {
	    margin: 12% 0;
	}
	.loan_banner_anchor {
	    padding: 10px 65px;
	}
	.readyapp_sec .loan_banner_anchor {
	    padding: 10px 35px;
	}
	.loan_hsm {
	    margin: 10% 0;
	}
	.off_image {
	    margin-bottom: 3% !important;
	}
	.prof-box ul li {
	    min-height: 560px;
	}
	.apply_online {
	    padding: 2% 10% !important;
	}
	.left-box a {
	    float: left;
	    width: 30%;
	    text-align: center;
	    margin-left: 36%;
	}
	#custom_search_form {
	    width: 100%;
	}
	.bannerScLoan .rest-btn {
	    width: 50%;
	    margin-bottom: 5%;
	}
	.bannerSc hr, .bannerScLoan hr {
	    width: 100% !important;
	}
	.bannerScLoan .sectionBody {
	    padding: 5.4em 0;
	    background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0));
	    height: -webkit-fill-available;
	}
	.bannerSc .sectionBody {
	    padding: 8.4em 0;
	    background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0));
	}
	.bannerScLoan .sectionBody {
	    padding: 5em 0;
	    background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0));
	    height: -webkit-fill-available;
	}
	.prof-box ul li.wrn-txt {
	    min-height: 200px;
	}
	.bannerSc h5 {
	    margin-top: 8px;
		width: auto;
	}
	#finding_officer .btn-area {
	    text-align: right;
	}
	.vertical_logo {
	    margin: 2% 39% !important;
	}
	.footer-copyright-sec p{
		margin-bottom: 1.5em;
	}
	.footer-copyright-sec .col-md-4{
		margin-top: 0 !important;
	}
	.footer-copyright-sec p, .footer-copyright-sec a{
	    font-size: 12px !important;
	}

}
@media (max-height: 499px){
	.bannerScLoan .sectionBody {
	    padding: 1em 0;
	    background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0));
	    height: 500px !important;
	}
	.bannerScLoan .sectionBody {
	    padding: 1em 0;
	    background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0));
	    height: 500px !important;
	}
}
@media (max-width: 1800px){
	.dropdown-menu { top: 34px; left: 0; width: 280px; border-top: none;  }
	/*.dropdown-menu.open{
		   height: 200px !important; overflow: auto !important;
	}*/
}
@media (max-width: 700px){
	.dropdown-menu { top: 34px; left: 0; width: 280px; border-top: none;  }
	.dropdown-menu.open{
		  /* max-height: 200px !important;*/
	}
	.dropdown-menu inner{
	height:auto !important;
	}
	.dropdown-menu.open{
	max-height:500px !important ;
	min-height:0px !important;
	height:auto !important;
	overflow:scroll !important;
	z-index:999999 !important;
	}
}

.srch-area
{
	background:#fff;
}
.prof-area
{
	width:100%;
	float:left;
	background:#fff;
}
.prof-area h2 {color: #000;
    font-size: 27px;
    font-weight: bold;
	padding:0;
	margin:0;
}
.statelocationlist
{
	width:100%;
	overflow:hidden;
	padding:50px 0 0 0;
	float:left;
	background:#fff;
}
.statelocationlist h6
{
	text-transform:capitalize;
	color:#4F2E85;
	font-size:22px;
	font-weight:700;
	line-height:normal;
	margin:0 0 10px 0;
	padding:0;
}

/*.my_office_view{
	float: right;
    line-height: 38px;
    border: 2px solid #66499E;
    padding: 0 5px;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-right: 20px;
    background: #66499E;
    width: 100%;
}*/
.my_office_view {
    float: left;
    line-height: 34px;
    border: 2px solid #66499E;
    /* padding: 0 5px; */
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    /* margin-right: 20px; */
    background: #66499E;
    width: 35%;;
}
.right_chevron{
    /*line-height: 38px;*/
    width: 15%;
    float: right;
    color: #66499E;
    /* margin-top: 12px; */
    border-left: 1px solid #989898;
    min-height: 37px;
    padding-top: 12px;
}
/*a.branchbut
{
	float:right;
	line-height:38px;
	border:2px solid #66499E;
	padding:0 5px;
	text-transform:capitalize;
	color:#66499E;
	font-size:15px;
	font-weight:700;
	margin-right:50px;
	 width: 100%;
}*/
.search_submit{
    width: 48%;
    float: left;
}
.margin_rright{
margin-right: 10px;
}
.baranch_name{
    position: absolute;
    margin-left: 150px;
}
/*.viewofficerbut
{
	float:right;
	line-height:38px;
	border:2px solid #66499E;
	padding:0 15px;
	text-transform:capitalize;
	color:#fff;
	font-size:15px;
	font-weight:700;
	margin-right:20px;
	background:#66499E;
}
.sglelocationsec span.arrow1:before
{
	position:absolute;
	content: "\f054";
	right:0;
	top:0;
	z-index:1;
	font-family: 'FontAwesome';
	border-left:1px solid #D3D3D3;
	min-height:42px;
	line-height:42px;
	padding-left:15px;
	font-size:20px;
}
.sglelocationsec span.downarrow1:before
{
	content: "\f078";
}
.sglelocationsec span.arrow2:before
{
	position:absolute;
	content: "\f054";
	right:0;
	top:0;
	z-index:1;
	font-family: 'FontAwesome';
	border-left:1px solid #D3D3D3;
	min-height:42px;
	line-height:42px;
	padding-left:15px;
	font-size:20px;
}
.sglelocationsec span.downarrow2:before
{
	content: "\f078";
}*/
/*.select_picker
{
 height: 48px;
 padding: 0 12px;
 text-align: left;
 color: #333;
 background-color: #fff;
 border: 1px solid #ccc;
}*/
#us-map
{
  display: block;
  width: 100%;
  height: 100%;
}
path {
 stroke: #fff;
 stroke-width:1px;
 stroke-linejoin: round;
}
/* path:hover, circle:hover {
  cursor: pointer;
} */
.cursorPointer{
	cursor: pointer;
}
#path67 {
  display:none;
}
/*#info-box
{
  position:absolute;
  top: -20px !important;
  left: 0px !important;
  right:0;
  z-index: 1;
  text-align:center;
  width:auto !important;
  height:auto !important;
  margin:0 auto !important;
  background:none !important;
  border: none !important;
  border-radius: none !important;
  color:#fff;
  padding:0;
}*/
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background:rgba(79,46,133,0.73) !important;
   border: 2px solid #fff;
  border-radius: 3px;
  padding: 5px;
  font-family: arial; font-size:15px;
  color: #fff;
}
/*#info-box div
{
  background:rgba(79,46,133,0.73) !important;
  border: 2px solid #fff;
  border-radius: 3px !important;
  max-width:200px !important;
  margin:0 auto !important;
  line-height:34px;
  font-size:15px;
}*/
.hide {
  display:none;
}
.is-hidden{ display: none; }
.sglelocationsec
{
    width:100%;
    overflow:hidden;
    padding:10px 0;
    position:relative;
    border-top:1px solid #D3D3D3;
}
.sglelocationsec ul li
{
    float:left;
    color:#000000;
    line-height:42px;
    font-size:15px;
    border-left:1px solid #989898;
    padding:0 20px;
    font-weight:400;
}
.sglelocationsec ul li:first-child
{
    border-left:0;
    padding-left:0;
    font-weight:700;
    width:27%;
	/*border-left: 1px solid #989898;*/
}
.sglelocationsec ul li:first-child i
{
   /* color:#4F2D84;*/
    font-size:12px;
    float:left;
    margin-right:15px;
   /* margin-top:8px;*/
}
a.branchbut
{
    float:right;
    line-height:38px;
    border:2px solid #66499E;
    padding:0 5px;
    text-transform:capitalize;
    color:#66499E;
    font-size:15px;
    font-weight:700;
    display:block;
    margin-right:35px;
}
a.branchbut:focus
{
    color:#66499E;
}
a.viewofficerbut
{
    float:right;
    line-height:38px;
    border:2px solid #66499E;
    padding:0 15px;
    text-transform:capitalize;
    color:#fff;
    font-size:15px;
    font-weight:700;
    margin-right:20px;
    background:#66499E;
    display:block;
    cursor:pointer;
}
a.viewofficerbut:hover
{
    color:#fff;
}
a.viewofficerbut:after
{
    content: "\f054";
    font-family: 'FontAwesome';
    position:absolute;
    right:0;
    top:13px;
    z-index:1;
    color:#6648A0;
    width:30px;
    border-left:1px solid #D3D3D3;
    text-align:right;
    font-size:20px;
}
a.viewofficerbut.active:after
{
    content: "\f078";
}
.panel {
    padding: 0;
    display: none;
    background-color: white;
    overflow: hidden;
    margin:8px 0 0 0;
    box-shadow:none;
    border:0;
    border-radius:0;
    width:100% !important;
    float:left;
}

@media only screen and (max-width: 1359px)  {

.sglelocationsec ul li:first-child
{
	width:30%;
}

}

@media only screen and (max-width: 1343px)  {

.sglelocationsec span.arrow
{
	padding-left:10px;
}
a.branchbut, .viewofficerbut
{
	margin-right:10px;
	padding:0 10px;
}
a.branchbut
{
	margin-right:30px;
}
.sglelocationsec ul li
{
	padding:0 10px;
	font-size:14px;
}
.sglelocationsec ul li:first-child
{
	width:25%;
}

}

@media only screen and (max-width: 1200px)  {


/*.sglelocationsec ul li:first-child
{
	width:32%;
}*/
a.branchbut, .viewofficerbut
{
	font-size:14px !important;
	font-weight:400 !important;
	padding:0 10px !important;
}
a.viewofficerbut
{
	margin-right:20px;
}
a.branchbut
{
	margin-right:30px !important;
}

}

@media only screen and (max-width: 991px)  {

.map, #theImageMap
{
	display:none;
}
.purpleBtn
{
	padding:0.5em 1.5em;
}
.sglelocationsec ul li
{
	font-size:12px;
}
.sglelocationsec ul li:first-child
{
	width:20%;
}
a.branchbut, .viewofficerbut
{
	font-size:12px !important;
	font-weight:400;
	padding:0 10px;
}
a.viewofficerbut
{
	margin-right:10px;
}
a.viewofficerbut:after
{
	width:20px;
}
a.branchbut
{
	margin-right:20px !important;
}

}

@media only screen and (max-width: 767px)  {

.sglelocationsec
{
	padding-left:0;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0; border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
.sglelocationsec ul li{ border: none !important; }
a.viewofficerbut:after {border: none;}
.sglelocationsec ul li
{
	padding:0;
	width:100% !important;
	float:none;
	border-left:0;
	border-top:1px solid #D3D3D3;
	line-height:32px;
}
.sglelocationsec ul li:first-child
{
	border-top:0;
}
a.branchbut, .viewofficerbut
{
	float:left;
	font-size:13px !important;
}
a.branchbut
{
	margin-right:0 !important;
}
a.viewofficerbut
{
	margin-right:0;
}


}

/*#payment{
 font-family: LucidaGrande;
}*/

#payment{
	margin-top: 3%;
}
#payment h4 {
    /* background: #6839b2; */
    margin-left: -0.5%;
    color: inherit;
    padding: 5px;
    font-weight: bold;
    font-size: 21px;
    font-family: LucidaGrande;
    color: #6839b2;
    margin-bottom: 12px;
    margin-top: 12px;
}
/*.col-md-12 > .col-md-8.col-xs-offset-2 > .form-group {
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/
#payment h4 i{
	/*background: #6839b2;*/
    color: #6839b2;
    font-weight: bolder;
}
#payment button{
	background: #ffffff;
	border: 1px solid #6839b2;
    color: #6839b2;
    margin-bottom: 5%;
    border-radius: 4px;
	font-family: LucidaGrande !important;
    margin-top: 3%;
    font-size: 17px;
}
#payment button:hover{
	background: #6839b2;
	border: 1px solid #6839b2;
    color: #ffffff;
    margin-bottom: 5%;
    border-radius: 4px;
}
#payment input[type="checkbox"], #payment input[type="radio"]{
	margin-right: 1%;
}
.vertical_logo {
    margin-right: 2%;
    width: 100px;
}

#payment .col-md-8 .form-group{
	margin-bottom: 5px;
	font-size: 17px !important;
}
#payment .col-md-8 .form-group, #payment .col-md-8 > small{
	padding: 0 2% 0 0;
	font-family: LucidaGrande;
}
#payment .col-md-8 > small{
	padding: 1% 2% 0 0%;
	font-family: LucidaGrande;
}
#payment .info{
	margin-top: -2%;
    margin-bottom: 2%;
}
#payment .col-md-8 label{
	width: 100%;
	margin-bottom: 0;
	font-weight: normal;
	font-family: LucidaGrande;
	font-size: 17px;
}
#payment small{
	font-weight: normal;
	font-family: LucidaGrande;
	font-size: 14px !important;
}
.Small{
	color: #6839b2;
	font-size: 80%;
}
#payment input[type="text"], #payment input[type="email"], #payment input[type="number"], #payment input[type="tel"], #payment input[type="password"], #payment select {
    letter-spacing: -0.015em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 40px;
    color: #4A4A4A;
    /*border: rgba(224, 224, 224, 0.7) solid 1px;*/
    border: 1px solid #6839b2;
    -webkit-appearance: none;
    box-shadow: inset 0 0 2px 0 rgba(224, 224, 224, 0.5);
    background-color: #FFFFFF;
    font-size: 17px;
    transition: none;
    border-radius: 4px;
    padding: 8px 10px;
	font-family: LucidaGrande !important;
	overflow-y: hidden;
}
#payment input[type="text"]:focus, #payment input[type="email"]:focus, #payment input[type="number"]:focus, #payment input[type="tel"]:focus, #payment input[type="password"]:focus, #payment select:focus {
    letter-spacing: -0.015em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 40px;
    color: #4A4A4A;
    border: 1px solid #43206e;
    -webkit-appearance: none;
    box-shadow: inset 0 0 2px 0 rgba(224, 224, 224, 0.5);
    background-color: #FFFFFF;
    font-size: 17px;
    transition: none;
    border-radius: 4px;
    padding: 8px 10px;
}
.text-bold{
	font-weight: bold !important;
}
#payment textarea {
    letter-spacing: -0.015em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    color: #4A4A4A;
    /*border: rgba(224, 224, 224, 0.7) solid 1px;*/
    border: 1px solid #6839b2;
    -webkit-appearance: none;
    box-shadow: inset 0 0 2px 0 rgba(224, 224, 224, 0.5);
    background-color: #FFFFFF;
    font-size: 17px;
    transition: none;
    border-radius: 4px;
    padding: 8px 10px;
	font-family: LucidaGrande;
}
#payment .fa-dollar{
	position: absolute;
    padding: 10px;
    
}

.with-icon{
	padding-left: 40px !important;
}
.firefox #payment .fa-dollar {
    position: absolute;
    padding: 10px;
    left: 2%;
    margin-top: 42px;

}
.safari #payment .fa-dollar {
    position: absolute;
    padding: 10px;
    left: 2%;
    margin-top: 28px;

}

@supports (-ms-ime-align:auto) {
	#payment .fa-dollar {
    position: absolute;
    padding: 10px;
    left: 2%;
    margin-top: 28px;
}
}

@media all and (-ms-high-contrast:none)
{
      #payment .fa-dollar {
    position: absolute;
    padding: 10px;
    left: 2%;
    margin-top: 28px;
}
 /* IE10 */
     *::-ms-backdrop,  #payment .fa-dollar {
    position: absolute;
    padding: 10px;
    left: 2%;
    margin-top: 28px;
}
 /* IE11 */
}

@media(max-width:700px){
	#payment .col-xs-offset-2 {
	    margin-left: 0;
	}
	.firefox #payment .fa-dollar, .safari #payment .fa-dollar {
	    position: absolute;
	    padding: 10px;
	    left: 18%;
	    margin-top: 28px;
	}
}

/***************************************/
#btn p {
    font-size: 20px;
    padding-bottom: 0;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    line-height: 1.5;
	color: #67489d;
}
p.strong_p b {
    font-size: 24px !important;
    margin-top: 10px;
}
/*************************************/
