
/** Design By MIHIR 
    Created CSS 03-05-2019
    Project Name: Avanti Finance Project
**/


/*
 * Core: General Layout Style
 * -------------------------
 */
 html{
    scroll-behavior: smooth;
 }
body{
    font-family: 'Crete Round', 'Roboto';
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*    overflow-x: hidden; 
    overflow-y: auto;
*/
}
body {
    padding-right: 0 !important;
    position: relative;
    float: left;
    width: 100%;
}
a {
    color: #1F3C90;
    text-decoration: none;
}
html, body {
    min-height: 100%;
}
/* H1 - H6 font */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: 'Crete Round', 'Roboto';
}
/* General Links */
a:focus, a:hover {
    color: #7b7b7b;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
.applyToUpForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.2;
}
.applyToUpForm input::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.2;
}
.applyToUpForm input:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.2;
}
.applyToUpForm input:-moz-placeholder { /* Firefox 18- */
  opacity: 0.2;
}
.sm-show{
    display: none !important;
}
.bx-shw {
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);*/
    -webkit-box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.07), 0px 2px 1px rgba(1, 1, 1, 0);
    -moz-box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.07), 0px 2px 1px rgba(1, 1, 1, 0);
    -o-box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.07), 0px 2px 1px rgba(1, 1, 1, 0);
    box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.07), 0px 2px 1px rgba(1, 1, 1, 0);/*box-shadow: 0px 4px 16px rgba(1, 1, 1, 0.13);*/
}
.pdn20 {
    padding: 20px;
}
.no-pad-right {
    padding-right: 0;
}
.no-pad-lft {
    padding-left: 0 !important;
}
.pad-rgt-10 {
    padding-right: 10px;
}
.pad-lft-10 {
    padding-left: 10px;
}
.pad-rgt-30 {
    padding-right: 30px;
}
.pad-lft-30 {
    padding-left: 30px;
}
.pad-top-20 {
    padding-top: 20px !important;
}
.pad-btm-20 {
    padding-bottom: 20px !important;
}
.mgn-btm-20 {
    margin-bottom: 20px;
}
.mgn-rgt-20 {
    margin-right: 20px !important;
}
.mgn-top-20 {
    margin-top: 20px;
}
.no-mgn-left{
    margin-left:0 !important;
}
.no-mgn-right{
    margin-right:0 !important;
}
.no-mgn-bottom{
    margin-bottom:0 !important;
}
.no-padding{
    padding:0 !important;
}


.clerfix{float:left;
width:100%;
clear:both;}


/** CHECKBOX_DESING CSS START **/
.rememberCheck {
    float: left;
    margin-top: 7px;
}
.checkbox {
    display: inline-block;
    width: auto;
    padding: 0px;
    margin: 0 !important;
}
.checkbox input[type=checkbox] {
    display: none;
}
.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 36px;
    margin-right: 0;
    color: #a7a7a7;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-weight: 300;
    min-height: 14px;
    margin-top: 0px;
    text-align: left;
    line-height: 20px;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
    height: 16px;
    width: 16px;
    background: #ffffff;
    border: 1px solid #1a1a1a;
    border-radius: 0;
    -webkit-border-radius: 0;
    top: 2px;
}
.checkbox input[type=checkbox]:checked + label:before {
    content: "";
    background: url(../images/checkBox_checked.png) center no-repeat #ffffff;
    height: 16px;
    width: 16px;
}
 .checkbox input[type=checkbox]:checked + input + label:before {
    content: "";
    background: url(../images/checkBox_checked.png) center no-repeat #ffffff;
    height: 16px;
    width: 16px;
}
/** CHECKBOX_DESING CSS END **/


/** RAdio_DESING CSS START **/
.rememberRadio {
    float: left;
    margin-top: 7px;
}
.radiobox {
    display: inline-block;
    width: auto;
    padding: 0px;
    margin: 0 !important;
}
.radiobox input[type=radio] {
    display: none;
}
.radiobox label {
display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 0;
    color: #5B6C94;
    font-family: Roboto;
    font-size: 15px;
    line-height: 25px;
    min-height: 14px;
    margin-top: 0px;
    text-align: left;
    font-weight: 400;
}
.radiobox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #E1E8EE;
    box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.24);
}
.radiobox input[type=radio]:checked + label:before {
    content: "";
    height: 24px;
    width: 24px;
    border: 6px solid #EFA200;
    box-shadow: 0px -0.5px 0 0 rgba(0, 0, 0, 0.47);
    background: #ffffff;
}
 .radiobox input[type=radio]:checked + input + label:before {
    content: "";
    height: 24px;
    width: 24px;
    border: 6px solid #EFA200;
    box-shadow: 0px -0.5px 0 0 rgba(0, 0, 0, 0.47);
    background: #ffffff;
}
/** CHECKBOX_DESING CSS END **/

/** INPUT FIELDS MATERIAL CSS **/
.form-box .group { 
    position:relative; 
    margin-bottom:45px; 
    text-align: left;
}
.form-box .input-control{
    font-size:12px;
    padding:3px 45px 3px 0;
    display:block;
    height: 30px;
    width:100%;
    margin: 0px;
    border:none;
    background: transparent;
    color: #cccccc;
    border-bottom:1px solid #333333;
    font-weight: normal;
    letter-spacing: 0.4px;
}
.form-box .input-control:focus{ outline:none; }

/* LABEL ======================================= */
.form-box .group label{
    color:#4d4d4d; 
    font-size:12px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:0;
    top:4px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    width: 100%;
}

.form-box .group label sup{
    font-size: 12px; color: #00a1e0; top: 0;
}
span.reset_password {
    color: #1d9b54;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    cursor: pointer;
    letter-spacing: 0.6px;
    right: 0;
    top: 4px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    text-transform: uppercase;
    width: auto;
}
.modalDisc {
    float: left;
    width: 100%;
    color: #1a1a1a;
    letter-spacing: 0.6px;
    font-weight: 300;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* active state */
.form-box .input-control:focus ~ label, .bar.bar-active + label       {
    top:-10px;
    font-size:10px;
    color:#4d4d4d;
    margin: 0px;
}

 /*===============================================================
                left menu 
===============================================================*/
.left-menu-click {    
position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
    cursor: pointer;
    /* width: 80px; */
    /* line-height: 70px; */
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.5px;
    /* height: 70px; */
    text-align: center;
    z-index: 999;
}
.left-menu-click span {display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 25px;
    margin: 0;}
.left-menu-click span i {float: left; width: 100%; height: 4px; background: #1f3c90; margin: 0 0 6px 0;  -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;
}

.sidebar_header{
    float: left;
    width: 100%;
    padding: 26px 0;
    text-align: right;
    background: #1a1a1a;
    position: relative;
    z-index: 9;
}
.right-menu-click {    
    float: right;
    z-index: 2;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.5px;
    height: auto;
    text-align: right;
}
.right-menu-click span {display: inline-block; vertical-align: middle;  width: 18px;
    height: 9px; margin:0;}
.right-menu-click span i {float: right; width: 100%; height: 2px; background: #ffffff; margin: 0 0 4px 0;  -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;
}
.right-menu-click span i:first-child {width: 18px;}
.right-menu-click span i:last-child {width: 12px; margin: 0px;}
.right-menu-click:hover i {width: 100% !important;}


/*==========================================================================
             SIDE BAR START
==========================================================================*/

#sidebar {
   position: absolute;
   width: 100%;
   background: rgba(255, 255, 255, 0.85);
   color: #1F3C90;
   /*min-height: 90vh;*/
   z-index: 9991;
   padding-bottom: 120px;
   display: none;
}

#sidebar .slimScrollDiv {
    overflow: inherit !important;
        /*margin-top: 60px;*/
}
/*#sidebar.active {
    left: 0;
}*/

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 998;
    display: none;
    top: 0;
    left: 0;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 12px 0;
    float: left;
    width: 100% !important;
    /*background: url(../images/sidebar_bglogo.png) no-repeat center 65px;*/
}
div#sidebarCollapseClosed {
    margin-right: 5%;
    margin-top: 1%;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li{
    padding:0 0;
}
#sidebar ul li a {
    padding: 12px 20px 11px 8%;
    font-size: 33px;
    letter-spacing: 0.78px;
    display: block;
    color: #1F3C90;
    text-decoration: none;
    font-family: 'Crete Round';
    transition: 0.4s linear;
    font-style: italic;
    font-weight: normal;
}
#sidebar ul li a.has-children, #sidebar ul li a.has-children:hover{
    background: transparent; cursor: default; color: #1F3C90;
}
#sidebar ul li ul li{

}
#sidebar ul li ul{
    margin-left: 0;
    margin-top: 0;
}
#sidebar ul li.dropdown>a{
    color: #ffffff;
    background: transparent;
    font-weight: 300;
     letter-spacing: 0.6px;
}
 #sidebar ul li.dropdown>a:hover, #sidebar ul li.dropdown>a[aria-expanded="true"]  {
    /*color: #4d4d4d;*/
    /*background: #0f0f0f;*/
    /*font-weight: 300;*/
     /*letter-spacing: 0.6px;*/
}
#sidebar ul li.dropdown>a span.caret {
    float: right;
    margin-top: 7px;
}

#sidebar ul li ul li a {
    padding: 12px 20px 11px 45px;
    font-size: 12px;
    letter-spacing: 0.4px;
    display: block;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}
#sidebar ul li.dropdown ul li a {
    padding: 10px 20px 9px 45px;
    text-transform: none;
}
#sidebar ul li a:hover {
    color: #ffffff;
    background: #1F3C90;
    text-decoration: none;
    -webkit-tap-highlight-color: #1F3C90 !important;
}

#sidebar ul li.active > a, #sidebar a[aria-expanded="true"] {
    color: #ffffff;
    background: #1F3C90;
}


a[data-toggle="collapse"] {
    position: relative;
}


/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '+';
    display: block;
    position: absolute;
    right: 29px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.66em;
    top: 9px;
    color:#242e42;
}*/
/*a[aria-expanded="true"]::before {
    content: '+';
    color:#3580d3;
}
*/

/*==========================================================================
  SIDE BAR END
==========================================================================*/


/*==========================================================================
  HEADER START
==========================================================================*/

header {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    min-height: auto;
    z-index: 999;
    position: relative;
    /*-o-box-shadow:-2px 3px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);*/
}
header .navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    border: none;
    margin: 0;
    min-height:auto;
    border-radius: 0;
    padding: 0 45px;

}
header .container{
    position: relative;
}
header .mainHeaderUl li.navbar-brand{
  height: auto;
  margin: 29px 0 22px 35px;
  /*margin: 22px 0 22px 35px;*/
      /*margin: 25px 0 22px 35px;*/
  padding: 0;
  float: left;
}
.mainHeaderUl{
    width: 100%;    
}
.mainHeaderUl li{
    float: right;
    display: inline-block;
    text-align: right;
}

header .navbar-default .navbar-nav>li.navbar-brand a {
    margin: 0;
    padding: 0;
}
header .navbar-brand img {
    height: 27px;
}
header .nav.navbar-nav.navbar-right {
    margin: 0;
    text-align: right;
}
header .navbar-default .navbar-nav>li>a {
    color: #1f3c90;
   font-family: Roboto;
      font-size: 15px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 400;
      line-height: 38px;
      text-align: left;
      text-transform: none;
      text-decoration: none;
      letter-spacing: 0px;
    margin: 21px 22px 0 8px;
    padding: 0px 0px 10px;
    font-weight: 300;
    border-bottom: none;
}
header .navbar-default .navbar-nav>li.btnLi a {
    background: #1f3c90;
    padding: 10px;
    color: #ffffff;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
}
header .navbar-default .navbar-nav>li.callLi a{
    font-size: 32px;
}
.profileDropdownSec span.profileIcn_header {
    float: left;
    margin: 15px 0px 17px 30px;
}
header .navbar-default .navbar-nav>li.dropdown.profileDropdownSec>a{
    margin:25px 0px 15px 8px;
    border-bottom: none;
     float: left;
}
header .navbar-default .navbar-nav>li.dropdown.profileDropdownSec>a .caret {
    margin-left: 10px;
}

span.profileIcn_header {
    float: left;
    margin: 15px 0px 17px 30px;
}
header .navbar-default .navbar-nav>li>a:focus, header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li.active>a:hover, header .navbar-default .navbar-nav>li.active>a, header .navbar-default .navbar-nav>li.active>a:focus  {
    color: #1f3c90;
    background-color: transparent;
    border-bottom: none;
}
header .navbar-default .navbar-nav>li.profileDropdownSec>a:hover{
   border-bottom: none;
}
.profileDropdownSec .dropdown-menu {
    float: left;
    min-width: 134px;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #1a1a1a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
    box-shadow: 0 6px 12px rgba(0,0,0,.2);
    padding:0 0;
}

li.dropdown.profileDropdownSec {
    position: relative;
}
/*li.dropdown.profileDropdownSec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 43%;
    border: 1px solid #DCD6D6;
    height: 18px;
}*/
.dropdown  a{cursor:pointer;}
.profileDropdownSec .dropdown-menu li {
    float: left;
    width: 100%;
}
header ul.dropdown-menu li a {
    color: #ffffff;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0.6px;
    font-weight: 300;
    margin: 0px;
    padding: 13.5px 15px;
    float: left;
    width: 100%;
    transition: 0.4s linear;
}
header .dropdown-menu>li>a:focus, header .dropdown-menu>li>a:hover {
    color:#ffffff;
    text-decoration: none;
    background-color: #01bfdd;
}
header .dropdown-menu>.active>a, header .dropdown-menu>.active>a:focus, header .dropdown-menu>.active>a:hover {
    outline: 0;
    color: #00a1e0;
    text-decoration: none;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color:#01bfdd;
    background-color: transparent;
        border-bottom: transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 13px;
    margin-right: 10px;
    margin-bottom: 13px
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /* background: rgb(99,17,187); */
    /* background: linear-gradient(90deg, rgba(99,17,187,1) 0%, rgba(38,108,230,1) 100%); */
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse {
    padding: 0;
}
.adminHeaderNavbar li.adminHeader_logo {
    float: left;
    margin-left: 12px;
    transition: 0.2s linear;
}

.adminHeaderNavbar li.dropdown.profileDropdownSec {
    position: relative;
    float: right;
}
header .navbar-default .navbar-nav.adminHeaderNavbar li.adminHeader_logo a {
    margin: 14px 22px 0 8px;
}
header .navbar-default .navbar-nav.mainHeaderUl li.btnLi a.btnYellow {
    background: #efa200;
}
header .navbar-default .navbar-nav.mainHeaderUl li.btnLi a.btnBlue:hover {
    border: 1px solid #1f3c90;
    background: transparent;
    color: #1f3c90;
}
header .navbar-default .navbar-nav.mainHeaderUl li.btnLi a.btnYellow:hover {
    border: 1px solid #efa200;
    background: transparent;
    color: #efa200;
}
header .navbar-default .navbar-nav.mainHeaderUl li.callLi a {
    margin: 24px 10px 20px 5px;
    padding: 0;
}
header .navbar-default .navbar-nav.mainHeaderUl li.callLi a i.fa.fa-phone.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(257deg);
    -ms-transform: rotate(257deg);
    transform: rotate(257deg);
    font-size: 28px;
    margin-top: 4px;
    float: left;
    margin-right: 7px;
    color: #1f3c90;
    font-weight: 700;
}
header .navbar-default .navbar-nav.mainHeaderUl li.btnLi a {
    font-size: 13px;
    border-radius: 7px 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 37px;
    padding: 1px 20px;
    border: 1px solid transparent;
    transition: 0.4s linear;
        margin: 20px 10px;
}
header .navbar-default .navbar-nav.mainHeaderUl li.searchLi {
    margin: 20px 0 20px 10px;
}
.mainHeaderUl span.searchBtn {
    margin: 5px 0 7px;
    cursor: pointer;
}
.mainHeaderUl span.searchBtn a.search-form-tigger {
    color: #1f3c90;
    font-size: 28px;
}
/**  SEARCH BOX **/
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 24px 15px;
    margin-top: 0;
    background: #ffffff;
    z-index: 1;
    -o-box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
}
.search-form-wrapper.open {
    display: block;
}
.search-form-wrapper .input-group {
    max-width: 656px;
    margin: 0 auto;
        width: 100%;
            position: relative;
}
.search-form-wrapper .input-group .form-control{
    height: 52px;
    border: 2px solid #939597;
    padding: 15px;
    font-size: 20px;
    outline: none;
    box-shadow: none;
    color: #1a1a1a;
    border-radius: 0;
    font-family:'Roboto';
}

.search-form-wrapper .input-group .search-close {
    position: absolute;
    left: -43px;
    top: 13px;
    display: inline-block;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    width: 17px;
    cursor: pointer;
    z-index: 1;
}

/*==========================================================================
  HEADER END
==========================================================================*/



/*** FOOTER Design Start **/
footer.footer {
    float: left;
    background-color: #1F3C90;
    width: 100%;
    padding: 50px 0 0;
    font-family: 'Roboto';
}
footer.footer .footer-col1 {
    float: left;
    width: 100%;
}
footer.footer .footer-col1 .footer-logo {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
footer.footer .footer-col1 p{
    float: left;
    width: 100%;
    opacity: 0.7;   color: #DADADA;   font-size: 16px;    line-height: 24px;
    height: 95px;
    margin-bottom: 27px;
    font-weight: 300;
}
footer.footer .footer-col1 .copyRightsText{
    float: left;
    width: 100%;
    opacity: 0.7;   color: #BDC6CF;     font-size: 12px;    line-height: 12px;
    font-weight: 300;
}
footer.footer .ftr-header{
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #FFFFFF; font-size: 18px;font-weight: 500;   line-height: 18px;
    margin-bottom: 18px;
    font-family: 'Roboto';
}
footer.footer .ftr-Listing{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
footer.footer .ftr-Listing li{
    float: left;
    width: 100%;
    line-height: 24px;
    list-style: none;
}
footer.footer .ftr-Listing li a{
    display: inline-block;
    opacity: 0.7;   color: #DADADA;  font-size: 16px;    line-height: 24px; font-weight: 300;
}
footer.footer .ftr-Listing li a:hover{opacity: 1;}
footer.footer .ftr-Listing li p{
    float: left;
    width: 100%;
        opacity: 0.7;   color: #DADADA; font-family: Roboto;    font-size: 16px;    line-height: 24px;
        font-weight: 300;
        margin-top: 23px;
}
footer.footer .ftr-btm {
    float: left;
    width: 100%;
    margin-top: 55px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 27px 0 21px;
}
footer.footer .ftr-social {
    float: left;
    width: 100%;
}
footer.footer .ftr-social h4 {
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Roboto';
}
footer.footer .ftr-social ul.ftr-social-list {
    float: left;
    padding: 0;
    list-style: none;
    margin: 0 0 0 20px;
}
footer.footer .ftr-social ul.ftr-social-list li{
    float: left;
}
footer.footer .ftr-social ul.ftr-social-list li a{
    float: left;
    height: 42px;   width: 42px;    background-color: #56BBB2;
    color: #ffffff;
    line-height: 42px;
    margin-right: 15px;
    border-radius: 50%;
    text-align: center;
}
.btm_copyRightsText {
    float: left;
    width: 100%;
    opacity: 0.7;
    color: #BDC6CF;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
}
footer.footer .topUpsec{
    float: right;
    /*position: absolute;
    bottom: 23px;
    right: 15px;*/
}
.topUpsec span {
    line-height: 21px;
    opacity: 0.7;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    margin-right: 14px;
}
.topUpsec .topUpDivIcon {
    display: inline-block;
    height: 44px;
    width: 44px;
    border: 2px solid #DADADA;
    opacity: 0.7;
    line-height: 37px;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin-right: 0;
    color: #ffffff;
}
.topUpsec .topUpDivIcon a{
    color: #ffffff;
}
/*** FOOTER Design End **/



/*==========================================================================
  CONTENT START
==========================================================================*/


/*==========================================================================
   HOME PAGE START
==========================================================================*/

section.content {
    float: left;
    width: 100%;
    margin-top: 0;
    background: #ffffff;
}
.bannerSec {
    float: left;
    width: 100%;
    background-image: url(../images/homeBanner.png);
    /*height: 100vh;*/
        height: 600px;
    background-position: center -105px;
    background-repeat: no-repeat;
    position: relative;
    background-size:cover; 
        overflow: hidden;
}
.circle_bannerSec {
    position: absolute;
    content: "";
    background: url(../images/bannerRound.png);
    height: 80%;
    width: 88%;
    left: -35%;
    bottom: 0px;
    background-position: top right;
    background-size: 100%;
}
.afterBanner_benefitSec {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -78px;
    margin-top: -6%;
}
.bannerSecContent {
    float: left;
    z-index: 1;
    position: absolute;
    bottom: 31%;
    /*left: 7%;*/
}
.workItOutBox_detail .input-group {
    max-width: 290px;
}
.howWeCanHelp_sec h2.sec_title span{
    margin-left: 90px;
}
.bannerSecContent h2{
     font-family: 'Roboto';
     font-weight: 300;
     font-style: italic;
     font-size:73px;
     line-height: 79px;
     text-align: left;
     margin: 0;
     color: #FFFFFF; 
}
.bannerSecContent h2 span{
     font-family: 'Crete Round';
     font-size: 75px;
     margin-left: 24px;
}

.benefitSec_LoanmoneyFor .select2-container--default.select2-container--focus .select2-selection--single {
    /*border: none;*/
    outline: 0;
}
.benefitSec_LoanmoneyFor .select2-container--default .select2-selection--single {
    background-color: white;
    border: none;
    border-radius: 0;
    cursor: text;
    padding: 0 5px;
    min-height: 45px;
    line-height: 30px;
    /* border-bottom: 1px solid #e4e4e4; */
}
.benefitSec_LoanmoneyFor .select2-container--default .select2-selection--single .select2-selection__choice {
    background-color: #f4f4f4;
    border: none;
    border-radius: 0;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px 30px 10px 10px;
    color: #777777;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: 'OpenSans';
    position: relative;
    line-height: normal;
}

.benefitSec_LoanmoneyFor .cnt-tags {
    /* line-height: 30px; */
    float: left;
        color: transparent;
    text-shadow: none;
}
.benefitSec_LoanmoneyFor .cnt-tags span.msg-cnt-img img {
    float: left;
    max-height: 27px;
        max-width: 50px;
}
.select2-container .select2-dropdown {
    background-color: white;
    border: none;
    border-radius: 0;
    max-width: 300px;
    -webkit-box-shadow: -1px 2px 12px rgba(0,0,0,.175);
    box-shadow: -1px 2px 12px rgba(0,0,0,.175);
    position: relative;
    left: 0;
}
.select2-container .select2-dropdown span.select2-results {
    padding: 0;
    margin: 0;
        border: 1px solid hsla(225, 65%, 34%, 0.1);
}
.select2-container.select2-container--default .select2-results .select2-results__options li.select2-results__option {
    padding: 7px 12px;
    float: left;
    width: 100%;
    color: #444;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #efefef;
    color: transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container.select2-container--default .select2-results .select2-results__options li.select2-results__option .cnt-tags {
    float: left;
    width: 100%;
    /*line-height: 40px;*/
    font-size: 11px;
    /* color: #0d0d15; */
    /* padding: 15px; */
    font-family: 'OpenSans';
    font-weight: bold;
    letter-spacing: 0.3px;
    color: transparent;
}
.select2-container.select2-container--default .select2-results .select2-results__options li.select2-results__option span.msg-cnt-img {
/*height: 40px; */
    float: none;
    margin-right: 0;
    overflow: hidden;
    /* max-height: 27px; */
    text-align: center;
    display: inline-block;
}
.select2-container.select2-container--default .select2-results .select2-results__options li.select2-results__option span.msg-cnt-img img.cnt-img {
    width: auto;
    max-height: 27px;
    max-width: 50px;
}

.benefitSec_content {
    display: inline-block;
    max-width: 1177px;
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 34px 0 rgba(210,210,210,0.5);
    margin-top: -50px;
    position: relative;
    padding: 56px 35px;
}
.benefitSec_content .benefitSec_name{
    float: left;
}
.benefitSec_content .benefitSec_name label{
    font-weight: 100;
    float: left;
    color: #1F3C90;
    font-family: "Crete Round";
    font-size: 27px;
    font-style: italic;
    line-height: 21px;
    position: relative;
    padding-bottom: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}
.benefitSec_content .benefitSec_name label:after{
    height: 4px;    width: 60px;    background-color: #56BBB2;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.benefitSec_name .form-control {
    height: 38px;
    width: 241px;
    border: 1px solid hsla(225, 65%, 34%, 0.1);
    border-radius: 6px;
    margin-left: 23px;
    color: #000;
        box-shadow: none;
    float: left;
    font-family: 'Roboto';
    margin-top: 13px;
}
 .form-control{
    font-family: 'Roboto';
 }
 .benefitSec_LoanmoneyFor{
    float: left;
    margin-left: 15px;
 }
 .benefitSec_LoanmoneyFor label{
    float: left;
   color: #5B6C94;  font-family: Roboto; font-weight: 300;    font-size: 18px;    line-height: 20px;  margin-top: 20px;
    margin-bottom: 0;    margin-right: 13px;
}
.benefitSec_LoanmoneyFor .select2-container {
    width: 93px !important;
        width: auto !important;
}
.benefitSec_LoanmoneyFor .select2-container--default .select2-selection--single {
    height: 42px !important;
    width: 160px;
    border: 1px solid hsla(225, 65%, 34%, 0.1);
    border-radius: 6px;
    margin-left: 0px;
    color: #000;
    box-shadow: none;
    float: left;
    font-family: 'Roboto';
    margin-top: 7px;
    padding: 6px;
    min-height: 42px;
}
.benefitSec_LoanmoneyFor .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 7px;
    width: 20px;
    color: black;
}
.benefitSec_LoanmoneyFor .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1F3C90;
    font-size: 11px;
}
.benefitSec_LoanmoneyFor .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f078";
}
.benefitSec_LoanmoneyFor .select2-container--default.select2-container--open .select2-selection__arrow b:before {
    content: "\f077";
}


.benefitSec_content .benefitSec-Btn {
    height: 40px;
    width: 145px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    box-shadow: none;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0;
    float: right;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
}
.benefitSec_content .benefitSec-Btn:hover{
    background: transparent;
    color: #EFA200;
}
.bannerSec:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 100%;
    /* border-radius: 1% 20% 30%; */
    left: -5%;
    top: 80%;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #FFFFFF;
    border-top-left-radius: 61% 14%;
    border-top-right-radius: 70% 35%;
}


/*** WORK IT OUT SEC DESING  ***/
.workItOut_sec {
    padding: 100px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
}
.basedOnYourInformation_sec{
    padding-bottom: 150px;
}

h2.sec_title {
    color: #1F3C90;
    font-family: Roboto;
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 38px;
    float: left;
    width: 100%;
}
.workItOut_sec_content {
    float: left;
    width: 100%;
}

.myTabsDesign {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #56BBB2;
}
.myTabsDesign.nav-tabs>li {
    display: inline-block;
    float: none;
    width: 50%;
        max-width: 341px;
    margin:0 1px;
    margin-bottom: 0;
}
.myTabsDesign.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 2px solid #56BBB2;
    border-radius: 6px 6px 0 0;
    color: #5E6977;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: Roboto;
        margin-bottom: -2px;
}
.myTabsDesign.nav-tabs>li.active>a, .myTabsDesign.nav-tabs>li.active>a:focus,
 .myTabsDesign.nav-tabs>li.active>a:hover {
    color: #FFFFFF; cursor: default; background-color: #56BBB2; border: 2px solid #56BBB2;
        -webkit-tap-highlight-color: #56BBB2 !important;
}

.tab-content.myTabContentDesign {
    float: left;
    width: 100%;
    padding: 20px 0 ;
    background: #F9FAFC;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden;
}
.tab-content.myTabContentDesign:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 100%;
    /* border-radius: 1% 20% 30%; */
    left: -5%;
    top: 90%;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #FFFFFF;
    border-top-left-radius: 61% 14%;
    border-top-right-radius: 70% 23%;
}
.tab-content.myTabContentDesign .tabpanel_wrapper {
    float: left;
    width: 100%;
}


.workItOutBox {
    float: left;
    width: 100%;
    margin: 28px 0 15px;
}
.workItOutBox_icn {
    float: left;
    width: 100%;
}
.workItOutBox_icn span{
    height: 72px;
    width: 72px;
    background-color: rgba(31,60,144,0.1);
    text-align: center;
    border-radius: 100%;
    color: #1F3C90;
    font-size: 23px;
    line-height: 70px;
    float: left;
    margin-bottom: 15px;
}
.workItOutBox_icn span i.fa {
    font-weight: bold;
}
.workItOutBox h5.workItOutBox_ttl {
    color: #031D5B;
    font-family: Roboto;
    font-size: 17.3px;
    font-weight: 300;
    line-height: 21px;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 30px;
    position: relative;
    height: 51px;
    margin-bottom: 17px;
}
.workItOutBox h5.workItOutBox_ttl:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 4px;
    width: 60px;
    background-color: #56BBB2;
}
/*span.border-sm {
    float: left;
    height: 4px;
    width: 60px;
    background-color: #56BBB2;
}*/
.workItOutBox_detail input.form-control {
    height: 42px;
    width: 100%;
    border: 2px solid #E1E8EE;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    color: #86939E; font-family: Roboto;    font-size: 14px;    line-height: 14px;
}
.workItOutBox_detail .input-group input.form-control {
    border-radius:0 6px 6px 0;
    border-left: none;
    background: transparent;
    }
.workItOutBox_detail .input-group .input-group-addon{
    background: transparent;
     border: 2px solid #E1E8EE;
     border-right: none;
     height: 42px;
     border-radius: 6px 0 0 6px;
     background: transparent;
     color: #86939E;    font-family: Roboto;    font-size: 14px;    line-height: 14px;
}
.workItOutBox_detail .radiobox {
    margin-right: 20px !important;
    float: left;
}
.workItOutBox_detail .radiobox:last-child {
    margin-right: 0 !important;
}

.workItOutBox_detail {
    float: left;
    width: 100%;
    margin-top: 14px;
}
button.goBtn{
    display: inline-block;
    height: 40px;
    max-width: 255px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
        outline: none;
    box-shadow: none;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
        margin-top: 52px;
}
button.goBtn:hover{
    background: transparent;
    color: #EFA200;
}

.selectedLoanTypeBox .benefitSec_name {
    width: 100%;
}
.selectedLoanTypeBox .benefitSec_name label{
    width: 100%;
    text-align: left;
}
.selectedLoanTypeBox .benefitSec_name p {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    text-align: left;
    float: left;
    width: 100%;
    max-width: 561px;
    margin-top: 22px;
}

.selectedLoanTypeBox_btns {
    float: left;
    width: 100%;
}
.selectedLoanTypeBox_btns .btnYellow {
    float: left;
    width: 100%;
    max-width: 274px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    padding: 11px;
    margin: 16px 0;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
}
.selectedLoanTypeBox_btns .btnYellow:hover {
    color: #EFA200;
    background: transparent;
    border: 2px solid #EFA200;
}

/** INPUT RANGE DESING CSS START**/
.range-control {
  position: relative;
}

 input[type=range] {
  display: block;
  width: 100%;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  height: 6px;
}


 input[type=range]::-webkit-slider-runnable-track {
  position: relative;
  height: 5px;
  border: none;
  border-radius: 0;
  background-color:#0000001a;
  /*box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
  position: relative;
}

input[type=range]::-webkit-slider-thumb {
  position: relative;
  top: -5px;
  height: 15px; width: 15px;    border: 3px solid #FFFFFF;  background-color: #EFA200;  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.17);
  -webkit-appearance: none;
  border-radius: 100%;
  cursor: pointer;
}
input[type=range]{
    background-image: -webkit-gradient(linear,
        left top, 
        right top, 
        color-stop(30%, #56BBB2),
        color-stop(30%, #0000001a)
    ); 
    background-image: -moz-linear-gradient(left center,
        #DF7164 0%, #56BBB2 30%,
        #F5D0CC 30%, #0000001a 100%
    );
}
input[type=range]#inputRangePerMonths{
    background-image: -webkit-gradient(linear,
        left top, 
        right top, 
        color-stop(68%, #56BBB2),
        color-stop(68%, #0000001a)
    );
    background-image: -moz-linear-gradient(left center,
        #DF7164 0%, #56BBB2 68%,
        #F5D0CC 68%, #0000001a 68%
    );
    background-image: -ms-linear-gradient(left center,
        #DF7164 0%, #56BBB2 68%,
        #F5D0CC 68%, #0000001a 68%
    );
}


input[type=range]::-moz-range-track {
    position: relative;
    height: 5px;
    border: none;
    border-radius: 0;
    background-color:#0000001a;
    /*box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
    position: relative;
}
input[type=range]::-moz-range-thumb{
    position: relative;
    top: -5px;
    height: 15px;
    width: 15px;
    border: 3px solid #FFFFFF;
    background-color: #EFA200;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.17);
    -webkit-appearance: none;
    border-radius: 100%;
    cursor: pointer;
}
input[type=range]::-moz-range-progress {
    background-color: #56BBB2;
    height: 5px;
}
 input[type=range]::-ms-fill-upper {
  background:#cecece;
}
input[type=range]::-ms-track {
position: relative;
  height: 10px;
  border: none;
  border-radius: 0;
  background-color:#0000001a;
  /*box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
  position: relative;
}

input[type=range]::-ms-fill-lower {
  background:#56BBB2;
}
input[type=range]::-ms-fill-upper {
  background:#cecece;
}
input[type=range]::-ms-thumb {
     position: relative;
  top: 0px;
  height: 6px; width: 6px;    border: 2px solid #FFFFFF;  background-color: #EFA200;  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.17);
  -ms-appearance: none;
  border-radius: 100%;
  cursor: pointer;
  border-radius:50%;
  margin-top:0px;
}
 

/*
input[type="range"]::-webkit-slider-thumb {
  position:relative;
     -webkit-appearance: none;
    cursor:pointer;
    background-color: transparent;
    width: 30px;
    height: 5px;
    box-shadow: 1px 1px 1px -1px #56BBB2,
    -5px 0 0 1px #56BBB2,
    -15px 0 0 1px #56BBB2,
    -25px 0 0 1px #56BBB2,
    -35px 0 0 1px #56BBB2,
    -45px 0 0 1px #56BBB2,
    -55px 0 0 1px #56BBB2,
    -65px 0 0 1px #56BBB2,
    -75px 0 0 1px #56BBB2,
    -85px 0 0 1px #56BBB2,
    -95px 0 0 1px #56BBB2,
    -100px 0 0 1px #56BBB2;
  z-index:2;
}*/
#basedOnYourInformation_sec #baseOnLoanrepayCheck output
{
    position: absolute;
    top: 21px;
    margin-left: -25px;
    text-align: center;
    height: 50px;
    min-width: 62px;
    background-color: #56BBB2;
    color: #FFFFFF;
    font-family: "roboto";
    font-size: 35px;
    letter-spacing: -1.4px;
    line-height: 40px;
    padding: 7px;
    border-radius: 15px;
}
output {
    /*position: absolute;
    top: 21px;
    margin-left: -25px;
    text-align: center;
    height: 50px;
    min-width: 62px;
    background-color: #56BBB2;
    color: #FFFFFF;
    font-family: "roboto";
    font-size: 35px;
    letter-spacing: -1.4px;
    line-height: 40px;
    padding: 7px;
    border-radius: 15px;*/
    position: absolute;
    top: 21px;
    
    margin-left: -30px;
    text-align: center;
    min-width: 60px;
    background-color: #56BBB2;
    color: #FFFFFF;
    font-family: "roboto";
    font-size: 35px;
    letter-spacing: -1.4px;
    line-height: 47px;
    padding: 7px;
    border-radius: 50%;
}

#baseOnLoanrepayCheckYourloan output{
    left: calc(55.5556% - 2px);
}
#baseOnLoanrepayCheck output{
    left: calc(28.5556% - 2px);
}
 input[type=range]:active + output {
  display: block;
  transform: translateX(-50%);
}

/** INPUT RANGE DESING CSS START**/
.backBtn {
    float: left;
}
.backBtn .backBtnIcn{
    float: left;
    font-weight: normal;
        font-style: normal;
    color: #EFA200; font-family: Roboto;    font-size: 13px;    line-height: 45px;  text-align: center;
}
.backBtn .backBtnIcn i{
    float: left;
    color: #ffffff;
    font-weight: normal;
    border-radius:100%; 
    line-height: 45px;
    height: 45px;   width: 45px;    background-color: #EFA200;
        margin-right: 10px;
}
.workItOutBox_detail h2.borrow-price {
    color: #031D5B;
    font-family: "Crete Round";
    font-size: 60px;
    line-height: 53px;
    float: left;
    width: 100%;
    margin: -20px 0 0;
}
.workItOutBox_detail p.borrowPrice_subtext {
    color: #031D5B;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    float: left;
    width: 100%;
    margin: 0 0 0;
}
.workItOutBox_detail p.borrowPrice_subtext:nth-child(2)
{
    /*margin: 15px 0px;*/
}
.workItOutBox_detail p.borrowPrice_subtext{margin: 20px 0px 0px;}
.borrowPrice_subtext.Total-borrow-price-message span
{
        font-size:16px; line-height: 24px;
}
.basedOnInfoDiscp {
    float: left;
    width: 100%;
    margin: 51px 0 0 0;
}
.basedOnInfoDiscp p {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px;
    font-style: italic;
    line-height: 34px;
    float: left;
}
button.applybtn.btn {
    display: inline-block;
    height: 42px;
    max-width: 274px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
    float: right;
    margin-top: -20px;
}
button.applybtn.btn:hover{
    background: transparent;
    color: #EFA200;
    outline: none;
}

.applybtn.btn {
    display: inline-block;
    height: 42px;
    max-width: 274px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
    float: right;
    margin-top: -20px;
}
.applybtn.btn:hover{
    background: transparent;
    color: #EFA200;
    outline: none;
    border: 2px solid #EFA200;
}
.applybtn.btn:after{
    display: none;
}


/** WE CAN HELP SEC START***/
.weCanHelp_sec {
    float: left;
    width: 100%;
    position: relative;
}
h2.sec_title span {
    color: #56BBB2;
    font-family: "Crete Round";
    font-size: 47px;
    font-style: italic;
    line-height: 64px;
    text-align: center;
}
.weCanHelp_box {
    max-width:24.5%;
    background-color: #FFFFFF;
    width: 100%;
    display: inline-block;
    padding: 35px 20px 51px;
    transition: 0.3s linear;
    border-top: 3px solid transparent;
    height: 500px;
    margin-bottom: 51px;
}
.weCanHelp_box:hover{
    box-shadow: 0 7px 24px 0 rgba(83,83,83,0.1);
    border-top: 3px solid #56BBB2;
    cursor: pointer;
}

.weCanHelp_box:hover .weCanHelp_box_viewBtn{
    background-color: #56BBB2;
    color: #ffffff;
}
.weCanHelp_box:hover .weCanHelp_box_middle img {
    width: 240px;
    margin-top: 0;
}
.weCanHelp_box_ttl, h3.weCanHelp_box_ttl {
    color: #1F3C90;
    font-family: Roboto;
    font-size: 21px;
    letter-spacing: 0.23px;
    line-height: 32px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 0;
    height: 71px;
}
.weCanHelp_box_middle {
    float: left;
    width: 100%;
    height: 280px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    
}
/*.weCanHelp_box_middle .weCanHelp_box_icn {
    float: left;
        margin-top: 30px;
    width: 100%;
}*/
.weCanHelp_box_middle img {
    margin-top: 30px;
    width: 183px;
    transition: 0.5s linear;
}
.weCanHelp_box_ftr{
    float: left;
    width: 100%;
    text-align: center;
}
.weCanHelp_box_viewBtn{
    display: inline-block;
    height: 60px;
    width: 100%;
    max-width: 255px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    color: #FFFFFF !important;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s linear;
}
/** WE CAN HELP SEC END***/


/** HOW TO APPLY LOAN SLIDER START**/
.howToApplyLoanSlider_sec {
    float: left;
    width: 100%;
    padding: 78px 0;
    background: #F8F9FC;
}
.modern-Slider button{
    padding: 0;
}
.howToApplyLoanSlider_sec .modern-Slider.slick-slider {
    border-radius: 5px;
    overflow: hidden;
    float: left;
    width: 100%;
    background: transparent;
}
.howToApplyLoanSlider_sec .modern-Slider.slick-slider .img-fill img{
    min-height: auto;
}
.howToApplyLoanSlider_sec .modern-Slider .item .img-fill{
    height: auto;
}
/** HOW TO APPLY LOAN SLIDER END **/


/** TESTIMONIAL START**/
.testimonial_sec {
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
    background: #F8F9FC;
    position: relative;
    overflow: hidden;
}
.testimonial_sec:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 100%;
    /* border-radius: 1% 20% 30%; */
    left: -5%;
    top: 75%;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #FFFFFF;
    border-top-left-radius: 70% 35%;
    border-top-right-radius: 59% 10%;
}
.testimonial_sec .testimonial-Slider_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 180px;
}
.testimonial_sec .modern-Slider.slick-slider{
    background: transparent;
    padding-bottom: 50px !important;
}
.testimonial_sec .modern-Slider.slick-slider .slick-list {
    float: none; background: #fff !important;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    background-color: transparent;
    box-shadow: 0 6px 8px 0 rgba(164,164,164,0.21);
}
.testimonial_sec .modern-Slider.slick-slider .img-fill img{
    min-height: auto;
}
.testimonial_sec .modern-Slider .item .img-fill{
    height: auto;
}
.testimonial_sec .modern-Slider .info {
    border-radius: 3px;
    background-color: #FFFFFF;
    /*box-shadow: 0 6px 8px 0 rgba(164,164,164,0.21);*/
    padding: 84px 114px;
    overflow: hidden;
}
.item.slick-slide {
    outline: none;
}
.testimonial_sec .modern-Slider .info p {
    color: #6B7C93;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.35px;
    line-height: 26px;
}
.testimonial_sec .modern-Slider .info .testimonial-name {
    color: #1F3C90;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1.1px;
    line-height: 20px;
    float: left;
    width: 100%;
}
#testimonial-Slider .slick-dots {
    top: 100%;
    bottom: 0;
}
#testimonial-Slider .slick-dots {
    top: 100%;
    bottom: 0;
}
#testimonial-Slider.modern-Slider .slick-dots li button {
    height: 13px;
    width: 13px;
    background-color: rgba(86,187,178,0.2);
    display: inline-block;
    border-radius: 50%;
    color: transparent;
    box-shadow: none;
    border: none;
    outline: none;
}
#testimonial-Slider.modern-Slider .slick-dots li.slick-active button {
   height: 13px;
    width: 13px;
    border:none;
    background-color: #1F3C90;
}

/** TESTIMONIAL END**/

/** HOW WE CAN HELP YOU SEC  START **/
.howWeCanHelp_sec{
    float: left;
    width: 100%;
    padding-bottom: 100px;
}
.howWeCanHelp_content{
    float: left;
    width: 100%;
}
.howWeCanHelp_content .input-group {
    max-width: 556px;
    margin: 0 auto;
    width: 100%;
}
.howWeCanHelp_content .input-group .input-group-addon {
    background: transparent;
    border: 2px solid #E1E8EE;
    border-right: none;
    height: 64px;
    border-radius: 6px 0 0 6px;
    background: transparent;
    color: #86939E;
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
}
.howWeCanHelp_content .input-group .input-group-addon i{
    color: #1F3C90;
    font-weight: bold;
    font-size: 30px;
    margin-top: 7px;
}
.howWeCanHelp_content input.form-control {
    height: 64px;
    width: 100%;
    border: 2px solid #E1E8EE;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    color: #86939E;
    font-family: Roboto;
    font-size: 20px;
    line-height: 14px;
}
.howWeCanHelp_content .input-group input.form-control {
    border-radius: 0 6px 6px 0;
    border-left: none;
    background: transparent;
    padding: 6px 12px 6px 65px;
}
/** HOW WE CAN HELP YOU SEC  END **/


/*==========================================================================
   HOME PAGE  END
==========================================================================*/



/*==========================================================================
   GENERIC PAGE START
==========================================================================*/
.genericPage {
    /*background: #F8F9FC;*/
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 0 50px;
}
.generic_sec {
    float: left;
    width: 100%;
}
.generic_sec .sec_title {
    text-align: left;
    font-family: "Crete Round";
    margin-bottom: 25px;
    line-height: normal;
}
.content_sub_title {
    color: #1f3c90;
    font-family: "Crete Round";
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    line-height: 32px;
    text-align: left;
    letter-spacing: 0px;
    float: left;
    width: 100%;
}
.generic_sec_content {
    float: left;
    width: 100%;
    max-width: 800px;
}
.fullWidth{
    max-width: 100%;
}
.generic_sec_content p {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.sub_title {
    color: #1F3C90;
    font-family: "Crete Round";
    font-size: 22px;
    font-style: italic;
    line-height: 32px;
    float: left;
    width: 100%;
    margin: 10px 0 30px;
}

/** CURVE EFFECT CSS START **/
.curveEffect{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 0 0;
}
.curveEffect:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* border-radius: 1% 20% 30%; */
    left: 0%;
    right: 0%;
    top:245px;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #F8F9FC;
}
.curveEffect:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 240px;
    /* border-radius: 1% 20% 30%; */
    left: -5%;
    top: 5px;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #F8F9FC;
    border-top-left-radius: 0 0;
    border-top-right-radius: 100% 100%;
}

/** CURVE EFFECT CSS END **/ 

/** BREADCRUM SEC DESIGN START **/
.breadcrumbSec {
    float: left;
    width: 100%;
    padding: 0 0;
    margin-bottom: 5px;
}
.breadcrumbSec ul.breadcrumb {
    padding: 4.5px 0;
    list-style: none;
    background-color: transparent;
    margin: 0;
}
.breadcrumbSec ul.breadcrumb li {
    display: inline;
    color: #56BBB2; font-family: Roboto;    font-size: 12px;    line-height: 14px;
    font-weight: 300;
}
.breadcrumbSec ul.breadcrumb li a {
    color:#EFA200;
    text-decoration: none;
}
.breadcrumbSec ul.breadcrumb li+li:before {
    padding: 10px 5px;
    color: black;
    content: "/\00a0";
    color: #EFA200;
}
/** BREADCRUM SEC DESIGN END **/

/*==========================================================================
   GENERIC PAGE END
==========================================================================*/


/*==========================================================================
  INSURANCE PAGE START
==========================================================================*/
section.content.greyBG {
    background: #F8F9FC;
}
.innerPage_bannerSecAfterContent {
    float: left;
    width: 100%;
    margin-top: -8%;
}
.insuranceBannerImg{
    background-image: url(../images/insurance_banner.png);
}
.innerPage_bannerSec {
    float: left;
    width: 100%;
    /*background: url(../images/insurance_banner.png);*/
     height: 100vh; 
    /*height: 600px;*/
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
}
.BannerCurveEffect:after{
    position: absolute;
    content: "";
    width: 120%;
    height: 100%;
    background-image: url(../images/bannerCurveEffect.png);
    left: 0;
    right: 0;
    top: 74%;
    background-size: cover;
}
.pricing_box {
    max-width: 378px;
    background-color: transparent;
    width: 100%;
    display: inline-block;
    padding: 30px 20px 30px;
    transition: 0.3s linear;
    border-top: 3px solid transparent;
    height: 475px;
    margin-bottom: 51px;
}
.pricing_box .weCanHelp_box_viewBtn {
    display: inline-block;
    height: 60px;
    width: 100%;
    max-width: 154px;
    color:white;
}
.pricing_box .weCanHelp_box_middle img {
    margin-top: 30px;
    width: 195px;
    transition: 0.5s linear;
}
.pricing_box:hover .weCanHelp_box_viewBtn {
    background-color: #56BBB2;
    color: #ffffff;
}
.pricing_box:hover {
    box-shadow: 0 7px 24px 0 rgba(83,83,83,0.1);
    border-top: 3px solid #56BBB2;
    cursor: pointer;
}
/*==========================================================================
  INSURANCE PAGE END
==========================================================================*/


/*==========================================================================
  NEWS STORY PAGE START
==========================================================================*/
.halfBannerBG{
    /*height: 80vh;*/
    height: 70vh;
}
.newsStoryBannerImg{
    background-image: url(../images/newStory_banner.png);
    /*background-position: top center;*/
    background-position: 0 -135px;
    height:50vh;
}
.newsStoryPage .innerPage_bannerSecAfterContent {
    margin-top: -6%;
}
.newsStoryBannerImg.halfBannerBG.BannerCurveEffect:after {
    top:54%;
}
.halfBannerBG.BannerCurveEffect:after {
    top:64%;
}
.newsStoryListing_box {
    float: left;
    width: 96%;
    padding: 20px 0;
}
.newsStoryListing>.row{
    border-bottom: 1px solid #E5E5E5;
    padding: 35px 0 30px 0;
}
.newsStoryListing>.row:last-child {
    border: none;
}
.newsStoryListing_disc h2{
    float: left;
    width: 100%;
    margin-top: -9px;
    margin-bottom: 15px;
}
.newsStoryListing_disc h2 a {
    color: #1F3C90;
    font-family: "Crete Round";
    font-size: 24px;
    /*font-size: 26px;*/
    font-style: italic;
    line-height: 30px;
    /*line-height: 34px;*/
}
.newsStoryListing_disc p{
width: 100%;
    float: left;
    opacity: 0.8;   color: #4A4A4A; font-family: Roboto;    font-size: 16px;    letter-spacing: -0.1px; line-height: 25px;
    margin-bottom: 0;
}
.newsStoryListing_img {
    height: 165px;
    width: 100%;
    /*background-color: #D8D8D8;*/
    overflow: hidden;
    text-align: center;
}
.newsStoryListing_img img{
    width:100%;
}

/*==========================================================================
  NEWS STORY PAGE END
==========================================================================*/


/*==========================================================================
  BLOG DETAIL PAGE START
==========================================================================*/
.blogDetailBannerImg {
    background-image: url(../images/blogDetail_banner.png);
}
.recent_BLogListing {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.generic_sec_content img {
    max-width: 100%;
}
.articalTtl1 {
    font-family: "Crete Round";
    color: #56BBB2;
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 25px;
}
.articalTtl2 {
    font-family: "Roboto";
    color: #1F3C90;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin:0 0 10px 0;
}
.articalTtl3 {
    font-family: "Roboto";
    color: #56BBB2;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin:0 0 10px 0;
}
.articalTtl4 {
    font-family: "Roboto";
    color: #1F3C90;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin:0 0 10px 0;
}
.generic_sec_content ul {
    float: left;
    width: 100%;
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
}
.generic_sec_content ul li{
    float: left;
    width: 100%;
    color: #4A4A4A;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 32px;
}   
.blogDetailPage .generic_sec .sec_title {
    margin-bottom: 30px;
    max-width: 700px;
    line-height: 40px;
}
.articalInfo {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.articalInfo_date {
    color: #4A4A4A;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 25px;
    float: left;
    margin-right: 50px;
}
.articalInfo_date span {
    margin-left: 7px;
}
.articalInfo_date .fa {
    color: #1F3C90;
        font-size: 20px;
}
.articalInfo_share {
    float: left;
}
.articalInfo_share span{
color: #4A4A4A; font-family: "Roboto";    font-size: 15px;    line-height: 25px;
    float: left;
}
ul.articalInfo_share_links {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 10px;
    line-height: 25px;
}
ul.articalInfo_share_links li{
    float: left;    
    margin-right: 10px;
    font-size: 15px;
    list-style-type: none;
    font-size: 20px;
}
ul.articalInfo_share_links li .fa-facebook{
    color: #1F3C90;
}
ul.articalInfo_share_links li .fa-twitter{
    color: #4A90E2;
}
/*==========================================================================
  BLOG DETAIL PAGE END
==========================================================================*/

/*==========================================================================
  ABOUT US PAGE START
==========================================================================*/
.aboutUsPage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.aboutUSLeft_topsec p {
    width: 90%;
}
.videoSec {
    float: left;
    width: 100%;
    margin: 50px 0 50px 0;
}
.aboutUSRight_logosec {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.aboutUSRight_logosec p:nth-child(4) {
    margin-top: 120px;
}
.aboutUSRight_logosec img{
    max-width:100%;
    height: 70px;
}
.aboutUSBannerImg{
    background-color:#F8F9FC; 
}
.aboutUSRight_topsec{
    float: left;
    width: 100%;
}
.aboutUSRight_div {
    float: left;
    width: 100%;
}
.aboutUSRight_div .lightGreenText{
    float: left;
    width: 100%;
    color: #56BBB2; font-family: Roboto;    font-size: 18px;    line-height: 29px; font-weight: normal;
}
.aboutUSRight_div .orangeNumber {
    float: left;
    width: 100%;
    color: #EFA200;
    font-family: "Crete Round";
    font-size: 62px;
    font-style: italic;
    line-height: 50px;
    margin: 0 0 40px 0;
}
.aboutSecond_sec {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #F8F9FC;
}
.ourHistorySec {
    float: left;
    width: 100%;
}
h3.orange_title {
    color: #efa200;
    font-family: 'Crete Round';
    font-size: 25px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 32px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.meetOurPeople_sec {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.meetOurPeople_list{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.meetOurPeople_box{
    float: left;
    width: 100%;
    padding: 20px 0;
}
.meetOurPeople_boxImg {
    float: left;
    width: 100%;
    border: 1px solid #979797;
    overflow: hidden;
    text-align: center;
}
.meetOurPeople_boxImg img{
    max-width: 100%;
}
.meetOurPeople_boxDtl {
    float: left;
    width: 100%;
}
.meetOurPeople_box_ttl, h3.meetOurPeople_box_ttl {
    float: left;
    width: 100%;
    color: #1f3c90;
    font-family: 'Crete Round';
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.meetOurPeople_box_subttl, h5.meetOurPeople_box_subttl {
     float: left;
    width: 100%;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #5E6977;
    margin: 10px 0;
}
.meetOurPeople_boxDtl p{
    float: left;
    width: 100%;
    color: #5E6977;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    font-family: 'Roboto';
}

.aboutSecond_sec {
    margin-top:50px;
    padding: 70px 0 140px 0;
    position: relative;
    overflow: hidden;
}
.aboutSecond_sec:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 30%;
    /* border-radius: 1% 20% 30%; */
    left: -5%;
    top: 95%;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #FFFFFF;
    border-top-left-radius: 70% 35%;
    border-top-right-radius: 59% 10%;
}
.aboutUsPage .genericPage {
    padding: 0;
}
.customersSay_sec {
    float: left;
    width: 100%;
}
.customersSay_videos {
    float: left;
    width: 100%;
    margin: 50px 0 20px;
}
.customersSay_videos_box{
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.communityPartners_sec .content_sub_title{
    margin-bottom: 20px;
}
.communityPartners_sec p {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.careers_sec .content_sub_title{
    margin-bottom: 20px;
}
.careers_sec p {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.careers_btnSec {
    float: left;
    width: 100%;
    margin: 30px 0 100px;
}
.careers_btnSec .career_btn {
    display: inline-block;
    height: 40px;
    width: 237px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    box-shadow: 0 8px 14px 0 rgba(239,162,0,0.2);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #EFA200;
    transition: 0.5s linear;
}
.careers_btnSec .career_btn:hover {
    background: transparent;
    color: #EFA200;
    border: 1px solid #EFA200;
}

.setDesignSec{
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
/*==========================================================================
  ABOUT US PAGE END
==========================================================================*/

/*==========================================================================
  CAREER PAGE START
==========================================================================*/
.careerBannerImg {
    background-image: url(../images/careerBanner.jpg);
}
.careerPage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.careerSecond_sec{
    float: left;
    width: 100%;
    background: #F8F9FC;
    padding: 100px 0 100px 0;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.careerSecond_sec:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 90%;
    left: -5%;
    top: 85%;
    background-color: #FFFFFF;
    border-top-left-radius: 70% 35%;
    border-top-right-radius: 59% 10%;
}

/*==========================================================================
  CAREER PAGE END
==========================================================================*/


/*==========================================================================
  UPDATE DETAIL PAGE START
==========================================================================*/
.whitebg{
    background: #ffffff;
}
.howWecanSecCurveEffect{
    position: relative;
    overflow: hidden;
    padding: 0 0 150px;
}
.howWecanSecCurveEffect:before {
    position: absolute;
    content: "";
    width: 110%;
    height: 60%;
    /* border-radius: 1% 20% 30%; */
    left: -5%;
    top: 87%;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #FFFFFF;
    border-top-left-radius: 70% 35%;
    border-top-right-radius: 59% 10%;
}

.updateDetailFormSec {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 35px;
    font-family: Roboto;
    margin-bottom: 100px;
}
form.updateDetailForm {
    float: left;
    width: 100%;
}
.updateDetailForm_firstRow {
    float: left;
    width: 100%;
}
.updateDetailForm .checkbox label {
    color: #5E6977;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    padding-left: 30px;
}
.updateDetailForm .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    border: none;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background-color: #E1E8EE;
}
.checkbox input[type=checkbox]:checked + label:before {
    content: "";
    background: url(../images/check.png) center no-repeat #EFA200;
    height: 16px;
    width: 16px;
}
.updateDetailForm_firstRow .checkbox {
    margin-bottom: 20px !important;
}
.updateDetailForm .form-grup {
    float: left;
    width: 100%;
    margin: 5px 0 25px 0;
}
.updateDetailForm label{
    color: #86939E; font-size: 14px;    line-height: 14px; float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}
.updateDetailForm .form-control {
    float: left;
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    border: 2px solid #E1E8EE;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
}

.updateDetailForm input:required {
    border: 2px solid #EFA200;
    background-image: url(../images/yellow_check.png);
    background-repeat:no-repeat;
    background-position: 95% center; 
}
.updateDetailForm input:invalid {
    border: 2px solid #E1E8EE;
    background-image: none;
}
.updateDetailForm .dateInput{
    background-image: url(../images/calender_icn.png) !important;
    background-position: 95% center;
    background-repeat:no-repeat; 
    padding-right: 35px;
}

.updateDetailForm .form-control.updateAddressTextArea, .updateDetailForm .form-control.addAmessageTextArea {
    min-height: 118px;
    resize: none;
}
.updateDetailForm .updateAddressInfo{
   float: left;
   width: 100%;
    color: #86939E;font-size: 13px;    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}
.updateDetailForm_btnSec {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.updateAndSend_btn {
    display: inline-block;
    height: 40px;
    width: 237px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    box-shadow: 0 8px 14px 0 rgba(239,162,0,0.2);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #EFA200;
    transition: 0.5s linear;
    outline: none;
}
.updateAndSend_btn:hover {
    background: transparent;
    color: #EFA200;
}
/*==========================================================================
  UPDATE DETAIL PAGE END
==========================================================================*/


/*==========================================================================
  BORROW PAGE START
==========================================================================*/
.borrowpage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.borrowBannerImg {
    background-image: url(../images/borrowBanner.jpg);
}
.borrowpage .howToApplyLoanSlider_sec {
    padding: 78px 0 130px;
    position: relative;
    overflow: hidden;
}
.borrowpage .howToApplyLoanSlider_sec:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 70%;
    /* border-radius: 1% 20% 30%; */
    left: -5%;
    top: 88%;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #FFFFFF;
    border-top-left-radius: 70% 35%;
    border-top-right-radius: 59% 10%;
}
.borrowpage #howToApplyLoanSlider-Slider{
    margin-bottom: 100px;
}
.loans_sec_content.text-center {
    float: left;
    width: 100%;
}
.loanListing_box{
    max-width: 377px;
    background-color: #FFFFFF;
    width: 100%;
    display: inline-block;
    padding: 35px;
    transition: 0.3s linear;
    height: 674px;
    margin-bottom: 24px;
    border-radius: 10px;
    box-shadow: 0 10px 34px 0 rgba(210,210,210,0.5);
    font-family: 'Roboto';
}
.loans_icons {
    float: left;
    width: 100%;
    text-align: center;
}
.loans_box_icn {
    height: 158px;
    width: 158px;
    display: block;
    vertical-align: middle;
    background: #cccccc;
    border-radius: 50%;
    margin: 0 auto 21px;
    border: 11.5px solid;
    position: relative;
}
.loans_box_icn img {
    max-height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
}
span.blueCircle{
     background: #1D3F86;
     border-color:#BBDAE9;
}
span.yellowCircle{
    background: #F0A200;
    border-color: #FCE4BE;
}
span.lightGreenCircle{
     background:#57BCB3;
     border-color:#C9E6E2;
}
span.skyBlueCircle{
     background:#63B9E9;
     border-color:#CBE3F8;
}
.loans_box_ttl {
    color: #1F3C90 !important;
    font-family: Roboto !important;
    font-size: 32px !important;
    font-style: italic;
    font-weight: 300;
    line-height: 35px !important;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.loans_box_ftr {
    float: left;
    width: 100%;
    text-align: center;
    margin-top:12px;
}
.findOutMoreLoan_btn, a.findOutMoreLoan_btn {
    width: 100%;
    border-radius: 5px 0 5px 0;
    background-color: #1F3C90;
    box-shadow: 0 8px 14px 0 rgba(31,60,144,0.2);
    display: inline-block;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: 0.5s linear;
    margin-top: 12px;
    padding: 11px 10px;
    line-height: normal;
}
.findOutMoreLoan_btn:hover, a.findOutMoreLoan_btn:hover {
    border: 2px solid #1F3C90;
    color: #1F3C90;
    background: transparent;
    box-shadow: none;
}
.applyNowLoan_btn, a.applyNowLoan_btn {
    width: 100%;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
   box-shadow: 0 8px 14px 0 rgba(239,162,0,0.2);
    display: inline-block;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: 0.5s linear;
    margin-top: 12px;
    padding: 11px 10px;
    line-height: normal;
}
.applyNowLoan_btn:hover, a.applyNowLoan_btn:hover {
    border: 2px solid #EFA200;
    color: #EFA200;
    background: transparent;
    box-shadow: none;
}
.loans_box_disc {
    float: left;
    width: 100%;
    text-align: left;
    height: 296px;
    overflow: hidden;
}
.loans_box_disc p {
    color: #4A4A4A;
    font-family: Roboto;
/*    font-size: 16px;
    line-height: 27px;*/
    float: left;
    width: 100%;
    /*margin-bottom: 30px;*/
}
.loans_box_disc p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 50px;
}
.loans_box_disc p a, .loans_box_disc a{
    color: #1F3C90;
    text-decoration: underline;
}
/*==========================================================================
  BORROW PAGE END
==========================================================================*/

/*==========================================================================
  INTRODUCERS DEALERS PAGE START
==========================================================================*/
.introducersDealersBannerImg{
    background-image: url(../images/introducersDealers_banner.jpg); 
}
.introducersDealersPage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.introducersRight_topsec {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -160px;
}
.introducers_icons_btn {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.introducers_icons {
    float: left;
    width: 100%;
    text-align: center;
}
.introducers_box_icn {
    height:254px;
    width: 254px;
    display: block;
    vertical-align: middle;
    background: #cccccc;
    border-radius: 50%;
    margin: 0 auto 21px;
    border: 17px solid;
    position: relative;
}
.introducers_box_icn img {
    max-height: 122px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
}
.introducers_btn, a.introducers_btn {
    width: 100%;
    display: inline-block;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    box-shadow: 0 8px 14px 0 rgba(239,162,0,0.2);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
}
.introducers_btn:hover, a.introducers_btn:hover{
    color: #EFA200;
    background:transparent;
     border: 2px solid #EFA200;
}
.content_sub_title_green, h4.content_sub_title_green {
    color: #56BBB2;
    font-family: "Crete Round";
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    line-height: 32px;
    text-align: left;
    letter-spacing: 0px;
    float: left;
    width: 100%;
}
.introducersLeft_topsec p {
    width: 90%;
}
.introducersLeft_topsec .content_sub_title, .introducersLeft_topsec .content_sub_title_green{
    margin-bottom: 5px;
}
.introducersSecondSec ul li{
    width: 90%;
    margin-bottom:8px;
}
.introducersSecondSec ul{
    padding: 0 0 0 20px;
}
.introducersSecondSec p{
    margin-bottom: 10px;
}
.introducersSecondSec .content_sub_title{
    margin-bottom: 25px;
}
.introducersSecondSec{
    padding: 80px 0 200px 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #F8F9FC;
}
.introducersSecondSec:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 79%;
    /* border-radius: 1% 20% 30%; */
    left: -5%;
    top: 87%;
    /* background: red; */
    /* transform: skewY(1deg); */
    /* transform-origin: top left; */
    /* transform: scaleX(-1) scaleY(-1) rotate(-5deg); */
    background-color: #FFFFFF;
    border-top-left-radius: 70% 35%;
    border-top-right-radius: 59% 10%;
}
/*==========================================================================
  INTRODUCERS DEALERS PAGE END
==========================================================================*/

/*==========================================================================
  INTRODUCERS Finance Advisors PAGE START
==========================================================================*/
.introducersFinanceAdvisorsBannerImg{
    background-image: url(../images/introducersFinanceAdvisors_banner.jpg); 
}
.introducersFinancePage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
/*==========================================================================
  INTRODUCERS Finance Advisors PAGE END
==========================================================================*/


/*==========================================================================
  INTRODUCERS MORTAGAGE ADVISOR PAGE START
==========================================================================*/
.introducersMortgageAdvisorBannerImg{
    background-image: url(../images/introducersMortgageAdvisor_banner.jpg); 
}
.introducersMortgageAdvisorPage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.furtherInformation {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.furtherInformation_div {
    float: left;
    width: 100%;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Roboto';
        margin-bottom: 10px;
}
.furtherInformation_div .blueText{
    color: #1f3c90;
  font-family: 'Roboto';
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 32px;
      float: left;
}
.furtherInformation_div .greenText{
    color: #56BBB2;
  font-family: 'Crete Round';
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
      float: left;
      margin: 0 6px 0 10px;
}
/*==========================================================================
  INTRODUCERS MORTAGAGE ADVISOR PAGE END
==========================================================================*/


/*==========================================================================
  INTRODUCERS PAGE START
==========================================================================*/
.introducersBannerImg{
    background-image: url(../images/introducersDealers_banner.jpg); 
}
.introducersPage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.introducersList_sec_content .loans_box_disc {
    text-align: center;
    height: 131px;
}
.introducersList_sec_content .loanListing_box{
    height: 549px;
}
.introducersList_sec_content .applyNowLoan_btn {
    height: 64px;
    line-height: 40px;
} 
.introducersList_sec_content .loans_box_ttl {
    margin-top: 12px;
}

/*==========================================================================
  INTRODUCERS PAGE START
==========================================================================*/

/*==========================================================================
  CONTACT US PAGE START
==========================================================================*/
.contactUsBannerImg{
    background-image: url(../images/contactUs_banner.jpg); 
}
.contactUsPage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.place-card.place-card-large {
    display: none;
}
.contactUsForm h2.sec_title {
    font-size: 27px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 29px;
}
.contactUsForm h2.sec_title:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 4px;
    width: 29px;
    background-color: #56BBB2;
}

.contactUsForm {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 34px 0 rgba(210,210,210,0.5);
    padding: 40px;
    margin-bottom: 100px;
}
.contactUsForm .form-group{
    margin-bottom: 20px;
    float: left;width: 100%;
}
.contactUsForm .control-label {
    width: 100%;
    color: #86939E; font-family: 'Roboto'; font-size: 14px; font-weight: 400;   line-height: 14px;
    float: left;
    margin-bottom: 10px;
}
.contactUsForm .form-control {
    height: 42px;
    width: 100%;
    border: 2px solid #E1E8EE;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    color: #86939E;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 14px;
}
.contactUsForm textarea.form-control{
    height: 83px;
    resize: none;
}   

.contactUsForm_sendBtn{
    display: inline-block;
    height: 42px;
    max-width: 150px;
   border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
    margin-top: 4px;
}
.contactUsForm_sendBtn:hover {
    background: transparent;
    color: #EFA200;
}
.contactUs_addressSecLeft p {
    margin-bottom: 50px;
}

.contactUs_MapArea iframe {
    width: 100%;
}
/*==========================================================================
  CONTACT US PAGE END
==========================================================================*/


/*==========================================================================
  TOP UP AMOUNT PAGE START
==========================================================================*/
.topUpAmountBannerImg{
    background-image: url(../images/topUpAmount_banner.jpg); 
}
.topUpAmountPage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}

.applyToUpForm {
    float: right;
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 34px 0 rgba(210,210,210,0.5);
    padding: 50px 40px;
    margin-bottom: -35px;
    z-index: 9;
    position: relative;
}
.applyToUpForm .form-group{
    margin-bottom: 30px;
    float: left;width: 100%;
}
#DateOfBirth {
    background-image: url(../images/calender_icn.png) !important;
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 35px;
}

.applyToUpForm .control-label {
    width: 100%;
    color: #86939E; font-family: 'Roboto'; font-size: 14px; font-weight: 400;   line-height: 14px;
    float: left;
    margin-bottom: 10px;
}
.applyToUpForm .form-control {
    height: 42px;
    width: 100%;
    border: 2px solid #E1E8EE;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    color: #86939E;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 14px;
}
.applyToUpForm_sendBtn{
    display: inline-block;
    height: 42px;
    max-width: 150px;
   border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
    margin-top: 4px;
}
.applyToUpForm_sendBtn:hover {
    background: transparent;
    color: #EFA200;
}
.applyToUpForm h2.sec_title {
    font-size: 27px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 29px;
}
.applyToUpForm h2.sec_title:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 4px;
    width: 29px;
    background-color: #56BBB2;
}
.othersLoan_box {
    max-width: 377px;
    background-color: #FFFFFF;
    width: 100%;
    display: inline-block;
    padding: 35px;
    transition: 0.3s linear;
    height: 285px;
    margin-bottom: 42px;
    border-radius: 10px;
   box-shadow: 0 10px 34px 0 rgba(210,210,210,0.5);
    font-family: 'Roboto';
}
.othersLoanSec .sec_title {
    text-align: left;
    font-family: "Crete Round";
}
.topUpAmountPage .othersLoanSec{
    margin-top: 50px;
}


/*==========================================================================
  TOP UP AMOUNT PAGE END
==========================================================================*/



/*==========================================================================
  LOAN Debt consolidation PAGE START
==========================================================================*/
.loan_DebtConsolidationBannerImg{
    background-image: url(../images/loan_DebtConsolidation_banner.png); 
}
.loanTypeDescribePage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.loanTypeDescribePage .introducersRight_topsec {
    margin-top: -100px;
}
.loans_btns {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.loans_btns .btnBlue {
    width: 100%;
    max-width: 237px;
    border-radius: 5px 0 5px 0;
    background-color: #1F3C90;
    box-shadow: 0 8px 14px 0 rgba(31,60,144,0.2);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #1F3C90;
    margin: 15px 15px 15px 0;
    transition: 0.5s linear;
}

.loans_btns .btnBlue:hover{
    background: transparent;
    color: #1F3C90;
    border: 2px solid #1F3C90;
}
.loans_btns .btnYellow {
    width: 100%;
    max-width: 237px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    box-shadow: 0 8px 14px 0 rgba(239,162,0,0.2);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
    margin: 15px 15px 15px 15px;
}
.loans_btns .btnYellow:hover{
    background: transparent;
    color: #EFA200;
    border: 2px solid #EFA200;
}
.loanTypeDescribePage .introducers_box_icn img {
    max-height: 155px;
}

.otherLoansSecondSec {
    padding: 50px 0 50px 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #F8F9FC;
}
.loanTypeDescribePage .genericPage {
    padding: 0;
}

.bottom_benefitSec {
    float: left;
    width: 100%;
    text-align: center;
    background: #F8F9FC;
    position: relative;
    z-index: 1;
}
.bottom_benefitSec .benefitSec_content {
    margin-top: 0;
    margin-bottom: -75px;
}
footer.footer.forbottom_benefitSec {
    padding: 150px 0 0 0;
}
/*==========================================================================
  LOAN Debt consolidation PAGE END
==========================================================================*/



/*==========================================================================
  LOAN HOME LOAN PAGE START
==========================================================================*/
.loan_HomeLoanBannerImg{
    background-image: url(../images/loan_HomeLoan_banner.jpg); 
}
.loanTypeDescribePage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.ulDesign {
    float: left;
    width: 100%;
}
.ulDesign ul{
    float: left;
    width: 100%;
    padding-left: 16px;
    margin-bottom: 50px;
}
.loandIcn_quotes {
    display: inline-block;
    max-width: 271px;
    text-align: center;
    margin: 50px 0 50px 0;
}
.loandIcn_quotes .quotesText{
    display: inline-block;
    max-width: 271px;
    color: #1F3C90;
    font-family: Roboto;
    font-size: 28px;
    font-style: italic;
    font-weight: 100;
    line-height: 38px;
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.loandIcn_quotes .quotesText sup{
    position: absolute;
    left: 0;
    top: 0;
    color: #EFA200; font-family: "Crete Round"; font-size: 125px;   font-style: italic;
}
.loandIcn_quotes .quotesText sub{
    position: absolute;
    right: -10px;
    bottom: -40px;
    color: #EFA200; font-family: "Crete Round"; font-size: 125px;   font-style: italic;
}
.loandIcn_quotes .quotesTextName{
    color: #1F3C90;
    font-family: Roboto;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
    display: inline-block;
    margin-top: 60px;
}
/*==========================================================================
  LOAN HOME LOAN PAGE END
==========================================================================*/


/*==========================================================================
  LOAN PERSONAL LOAN PAGE START
==========================================================================*/
.loan_PersonalLoanBannerImg{
    background-image: url(../images/loan_PersonalLoan_banner.jpg); 
}

.loanDeatils_greySec {
    padding: 50px 0 50px 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #F8F9FC;
}
.whiteBg{
    background: #ffffff;
}
.blueBorder_btn {
    display: inline-block;
    width: 120px;
    border: 1px solid #1F3C90;
    border-radius: 5px 0 5px 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 10px 0 rgba(31,60,144,0.1);
    color: #1F3C90;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding: 7px;
    transition: 0.5s linear;
    text-transform: uppercase;
}
.blueBorder_btn:hover {
    background: #1F3C90;
    color: #ffffff;
    border: 1px solid #1F3C90;
}
/*==========================================================================
  LOAN PERSONAL LOAN PAGE END
==========================================================================*/



/*==========================================================================
  LOAN VEHICLE LOAN PAGE START
==========================================================================*/
.loan_VehicleLoanBannerImg{
    background-image: url(../images/loan_VehicleLoan_banner.jpg); 
}
/*==========================================================================
  LOAN VEHICLE LOAN PAGE END
==========================================================================*/


/*==========================================================================
  LOAN BUSINESS LOAN PAGE START
==========================================================================*/
.loan_BusinessLoanBannerImg{
    background-image: url(../images/loan_BusinessLoan_banner.jpg); 
}

/*==========================================================================
  LOAN BUSINESS LOAN PAGE END
==========================================================================*/

/*==========================================================================
  FAQ PAGE START
==========================================================================*/
.faqBannerImg{
    background-image: url(../images/faq_banner.jpg); 
}
.faqPage .BannerCurveEffect:after {
    background-image: url(../images/bannerWhiteCurveEffect.png);
}
.loanDeatils_greySec.howWecanCurveEffect {
    padding: 50px 0 200px 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #F8F9FC;
}
.loanDeatils_greySec.howWecanCurveEffect:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 79%;
    left: -5%;
    top: 87%;
    background-color: #FFFFFF;
    border-top-left-radius: 70% 35%;
    border-top-right-radius: 59% 10%;
}

.faqTabbingSec {
    float: left;
    width: 100%;
}
ul.faqTabsDesign{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 35px;
    margin-bottom: 0;
    border-bottom: 2px solid #DADADA;
}
.faqTabsDesign.nav-tabs>li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 13px 15px;
}
.faqTabsDesign.nav-tabs>li:first-child{
    margin-left: 0;
}
.faqTabsDesign.nav-tabs>li>a {
    margin-right: 0;
    border: none;
    border-radius: 50px;
    color: #1F3C90;
    font-weight: 500;
    background: #DADADA;
    font-size: 12px;
    padding: 8px 30px;
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: Roboto;
}
.faqTabsDesign.nav-tabs>li>a.current, .faqTabsDesign.nav-tabs>li>a.current:focus,
.faqTabsDesign.nav-tabs>li>a.current:hover {
    color: #FFFFFF;
    cursor: default;
    background-color: #53BBB4;
    border: none;
}
.faqTabContentDesign {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #F9FAFC;
    position: relative;
    min-height: 180px;
}
.tab-content.faqTabContentDesign .tabpanel_wrapper {
    float: left;
    width: 100%;
}
.faqBox {
    background-color: #FFFFFF;
    width: 100%;
    display: inline-block;
    padding: 15px 20px 15px 80px;
    transition: 0.3s linear;
    height: 100px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-family: 'Roboto';
    box-shadow: 0 10px 34px 0 rgba(210,210,210,0.5);
    color: #1f3c90;
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    font-style: italic;
    background-image: url(../images/move_icn.png);
    background-repeat: no-repeat;
    background-position:30px center; 
    cursor: pointer;
}
.faqBox span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 70px;
    overflow: hidden;
}

/** MODAL DESIGN **/
.modalDesign {
    text-align: center;
}
.modalDesign .modal-dialog {
    max-width: 700px;
    margin: 80px auto 30px;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.modalDesign .modal-content {
    border: none;
    -webkit-box-shadow: 0 10px 34px 0 rgba(210,210,210,0.5);
    float: left;
    width: 100%;
    border-radius: 10px;
    font-family: 'Roboto';
    box-shadow: 0 10px 34px 0 rgba(210,210,210,0.5);
}
.modalDesign .modal-content .modal-body a{color:#1F3C90;}
.modalDesign .modal-content .modal-body a:hover{color: #7b7b7b;}
.modalDesign button.close {
    margin-top: 0;
    color: #1a1a1a;
    opacity: 1;
    text-shadow: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}
.modalDesign button.close span {
    color: #DADADA;
    letter-spacing: 0.2px;
    font-weight: 300;
    font-size: 50px;
    margin-top: 35px;
    float: left;
    margin-right: 30px;
    line-height: 33px;
    font-family: 'Roboto';
}
.modalDesign button.close span img {
    width: 18px;
}
.modalDesign .modal-header {
    background: transparent;
    padding: 30px 30px 20px ;
    color: #1a1a1a;
    border: none;
    float: left;
    width: 100%;
}
.modalDesign .modal-header .modal-title {
    margin: 0;
    color: #1F3C90;
    font-family: Roboto;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 30px;
}
.modalDesign .modal-body {
    padding: 20px 30px;
    float: left;
    width: 100%;
}
.modal-body p {
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px;
    line-height: 30px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.modal-body p:last-child {
    margin: 0;
}
.modalDesign .modal-footer {
    float: left;
    width: 100%;
    border: none;
    text-align: left;
    padding:10px 30px 25px ;
}
.modalDesign .applyBtn {
    height: 35px;
    width: 130px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    box-shadow: none;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0;display: inline-block;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
}
.modalDesign .applyBtn:hover {
    background: transparent;
    color: #EFA200;
    border: 2px solid #EFA200;
}
.modal-backdrop {
    background-color: #1F3C90;
    opacity: 0.7 !important;
}
.updateDetailForm_firstRow .checkbox {
    margin-right: 50px !important;
}
/*==========================================================================
  FAQ PAGE END
==========================================================================*/
.insurancePage .generic_sec_content h4 {
    margin-bottom: 5px;
}
/*h4 {
    color: #1f3c90 !important;
    font-family: "Crete Round" !important;
    font-size: 22px !important;
    font-style: italic !important;
    font-weight: normal !important;
    line-height: 32px !important;
    text-align: left !important;
    letter-spacing: 0px !important;
    float: left !important;
    width: 100% !important;
}*/
.LoanSubPage .loandIcn_quotes {
    margin-top: 0;
}
.LoanSubPage .loansTestimonialSlider.testimonial_sec .modern-Slider .info {
    padding-top: 0;
}
.InsuranceSubPage .loandIcn_quotes {
    margin-top: 0;
}
.InsuranceSubPage .loansTestimonialSlider.testimonial_sec .modern-Slider .info {
    padding-top: 0;
}
.workItOutBox_detail .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 2px solid #E1E8EE;
    border-radius: 4px;
    height: 42px;
    padding: 6px 10px;
    color: #031D5B;
}
.workItOutBox_detail .select2-container .select2-selection--single .select2-selection__rendered{
    color: #031D5B;
    font-family: roboto;
}
.workItOutBox_detail .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1F3C90;
    font-size: 11px;
}
.workItOutBox_detail .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f078";
}
.workItOutBox_detail .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px;
    right: 14px;
    width: 20px;
    color: black;
}
.benefitSec_LoanmoneyFor .select2-container .select2-selection--single .select2-selection__rendered{
    color: #031D5B;
    font-family: roboto;
}
.workItOutBox_detail .select2-container {
    width: 300px !important;
}
.loader.customLoader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.loader.customLoader img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 200px;
}
body ul.secondary {
    width: 100%;
    float: left;
    padding: 0 100px;
}
#sidebar .primary ul li{ float: left; width: 100%; }
#sidebar .primary ul li ul li a{ font-size:16px; color: #1F3C90; }
#sidebar .primary ul li ul li a:hover{ color:#fff; }
.question-images {
    float: right !important;
}
.form_ApplyNow {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #f8f9fc;
    padding: 30px;
    font-family: Roboto;
    margin-bottom: 100px;
}
#Form_ApplyNowForm .field input, #Form_ApplyNowForm .field textarea, #Form_ApplyNowForm .field select {
    float: left;
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    border: 2px solid #E1E8EE;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    resize: none;
    padding: 6px 10px;
}
#Form_ApplyNowForm label {
   color: #86939E; font-size: 14px; line-height: 14px;
    float: left; width: 100%; margin-bottom: 10px; font-weight: normal;
}
#Form_ApplyNowForm .field#Form_ApplyNowForm_AreYouA_Holder {
    float: left;
    width: 100%;
}
#Form_ApplyNowForm .field#Form_ApplyNowForm_PurposeOfLoan_Holder {
    float: left;
    width: 100%;
}
#Form_ApplyNowForm #Form_ApplyNowForm_AreYouA_Holder.field .middleColumn, #Form_ApplyNowForm #Form_ApplyNowForm_PurposeOfLoan_Holder.field .middleColumn {
    width: 50%;
    padding: 0 15px 0 0;
    float: left;
}
#Form_ApplyNowForm .MainBorrowerTitle{margin-top:18px; margin-left: 15px;}
#Form_ApplyNowForm .CoBorrowerTitle{margin-left:15px;}
#Form_ApplyNowForm .AddFieldsNew 
{
    font-size: 13px; border-radius: 7px 0; font-weight: 700; text-transform: uppercase; color: #fff;
    line-height: 35px; padding: 1px 20px; border: 1px solid transparent; transition: 0.4s linear; cursor: pointer;
    margin:15px 0px; background: #efa200; border: 1px solid #efa200; width: 200px; text-align: center; margin-left: 15px;
}
#Form_ApplyNowForm .AddFieldsNew:hover
{
    border: 1px solid #efa200; background: transparent; color: #efa200;
}
#Form_ApplyNowForm .add-div{width:100%; float: left;}
#Form_ApplyNowForm #div-step3 h4{margin-left: 15px;}
#Form_ApplyNowForm .Prev-btn-cls,#Form_ApplyNowForm #ApplyNowBtn{margin: 20px 15px 20px 15px; height: 40px; line-height: 15px;}
.ApplyNow .step4{text-align: center;}

/** Form RAdio_DESING CSS START **/
.optionset li {
    float: left;
    margin: 7px 10px 10px 0 !important;
}
.optionset li input[type=radio] {
    display: none;
}
.optionset li label {
display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 0;
    color: #5B6C94;
    font-family: Roboto;
    font-size: 15px;
    line-height: 25px !important;
    min-height: 14px;
    margin-top: 0px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.optionset li label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #E1E8EE;
    box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.24);
}
.optionset li input[type=radio]:checked + label:before {
    content: "";
    height: 24px;
    width: 24px;
    border: 6px solid #EFA200;
    box-shadow: 0px -0.5px 0 0 rgba(0, 0, 0, 0.47);
    background: #ffffff;
}
 .optionset li input[type=radio]:checked + input + label:before {
    content: "";
    height: 24px;
    width: 24px;
    border: 6px solid #EFA200;
    box-shadow: 0px -0.5px 0 0 rgba(0, 0, 0, 0.47);
    background: #ffffff;
}
ul.optionset {
    padding-left: 0;
}
/** CHECKBOX_DESING CSS END **/
.MainBorrowerTitle, .CoBorrowerTitle {
    float: left;
    width: 100%;
}

.modern-Slider .PrevArrow {
    top: calc(43% - 3px) !important;
}

.modern-Slider .NextArrow {
    top: calc(43% - 3px) !important;
}

.income-frequency ul {
    width: 100%;
}

.AddFieldsNew {
    float: left;
    width: 100%;
    margin: 0 0 0 16px;
}
.text-box-left {
    float: right;
}
.checkbox-without-title {
    margin-top: 18px !important;
}
#Form_ApplyNowForm_expenses_mortgage_rent_Holder label {
    width: 100%;
}
.ApplyNow h4 {
    color: #06038d;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 0.23px;
    line-height: 32px;
    float: left;
    width: 100%;
}

.ApplyNow .typography p {
    /*font-size: inherit;
    line-height: inherit;
    margin: inherit;*/
}
.ApplyNow ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: lower-alpha;
}
.apply-now-term-and-condition {
    float: left;
    width: 100%;
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px !important;
    line-height: 32px;
}
.apply-now-term-and-condition p {
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
}
.ApplyNow .left-column h4 {
    text-align: left;
    height: auto;
    padding: 20px 0 0 0;
    width: 100%;
}
.ApplyNow .left-column {
    padding-left: 0!important;
}
.ApplyNow .right-column {
    float: right;
}
.ApplyNow .right-column h4 {
    text-align: left;
}
.agreedlabel label {
    margin: 10px 10px 0 0;
    padding-top: 4px;
}
.ApplyNow .privacy-statement {
    margin: 5px 0 0 8px;
    float: left;
}
.ApplyNow .step4 {
   float: left;
    width: 100%;
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 18px !important;
    line-height: 32px; 
}
.Next-btn-cls, #ApplyNowBtn {
    float: right;
    width: 100%;
}
.Prev-btn-cls, #ApplyNowBtn {
    float: left;
    width: 100%;
}
.ApplyNow .middleColumn {
    position: relative;
    float: left;
    width: 100%;
}
.ApplyNow .error-span {
    position: absolute;
    color: red;
    font-family: "Roboto";
    font-size: 12px;
    top: 100%;
    left: 0;
    margin-top: 2px;
}
.Next-btn-cls,#ApplyNowBtn {
    width: 100%;
    max-width: 237px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    box-shadow: 0 8px 14px 0 rgba(239,162,0,0.2);
    color: #FFFFFF !important;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
    margin: 15px 15px 15px 15px;
}
.Next-btn-cls:hover, #ApplyNowBtn:hover{
    background: transparent;
    color: #EFA200 !important;
    border: 2px solid #EFA200 !important;
}

.Prev-btn-cls {
    width: 100%;
    max-width: 237px;
    border-radius: 5px 0 5px 0;
    background-color: #EFA200;
    box-shadow: 0 8px 14px 0 rgba(239,162,0,0.2);
    color: #FFFFFF !important;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #EFA200;
    transition: 0.5s linear;
    margin: 15px 15px 15px 15px;
}
.Prev-btn-cls:hover {
    background: transparent;
    color: #EFA200 !important;
    border: 2px solid #EFA200 !important;
}
.workItOutBox_detail h2.borrow-price sub {
    font-size: 15px;
    font-style: italic;
}

#Form_ApplyNowForm_agreed_Holder .error-span{
    margin: -14px 0 0 10px;
}
#Form_ApplyNowForm #ApplyNowBtn {
    float: right;
}
.loanListing_box h3.loans_box_ttl
{
    margin-bottom: 25px;
}
/*#Form_UpdateDetailForm_DateOfBirth_Holder{margin-top:-70px;}
#Form_UpdateDetailForm_LoanNumber_Holder{margin-top:-75px;}*/
.introducersPage .introducersLeft_topsec .content_sub_title{margin-bottom:25px;}
#basedOnYourInformation_sec .output-slider .workItOutBox h5.workItOutBox_ttl
{
    padding-bottom: 0px; height: 20px;
}
 input[type=number]::-webkit-outer-spin-button,
 input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield !important;
}
.Total-borrow-price-message{
    color: #ff8a00;
    font-family: Roboto;
    font-size: 13px !important;
    font-weight: 300;
    line-height: 19px !important;
    float: left;
}
.remove-paddind-dollar .input-group-addon {
    padding-right: 0px;
}
.remove-paddind-dollar #repayment-loan-amount {
    padding-left: 5px;
}
.remove-paddind-dollar .input-group-addon {
    padding-right: 0px;
}
.remove-paddind-dollar #loan-amount {
    padding-left: 5px;
}
#mobile_wecan_help{display:none;}
form .holder-validation .message{background-color: transparent; border:none; color: #ff8a00; font-size: 12px; padding-left:0px;}
body.Faq .modalDesign .modal-header .modal-title{padding: 20px 0px 50px; line-height: 32px;}
body.Faq .modalDesign button.close span{margin-top: 8px; margin-right: 20px;}
body a:link {
    -webkit-tap-highlight-color:transparent !important;
}
input[type=text],input[type=tel],input[type=number],input[type=email],select,textarea
{ 
 box-shadow: none !important;
-webkit-appearance: none; -moz-appearance: none; appearance: none;

}
.howToApplyLoanSlider_sec.mobile_slider{display: none;}

@media (min-width: 1440px){
    .afterBanner_benefitSec{
        margin-top: -9%;
    }
}
.range-control * { -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}





/* Range Ui Slider*/
.ui-slider-horizontal {
    height: 5px !important;
    background: #D7D7D7 !important;
    clear: both;
    margin: 0 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 5px;
    font-size: .7em;
    display: block;
    border: 1px solid #56BBB2;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #56BBB2;
    background-size: 100%;
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2; 
    width: 23px;
    height: 23px;
    cursor: default;
    border: none;
    cursor: pointer;
    outline: none;
}
.ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6.5px;
    background: #EFA200;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.6em;
    margin-left: -.6em;
}
#inputRangePerWeeknew .slider-output-tooltip {
    display: block !important;
    position: absolute;
    top: 21px;
    margin-left: -25px;
    text-align: center;
    height: 50px;
    min-width: 62px;
    /*background-color: #56BBB2;*/
    color: #031d5b;
    font-family: "roboto";
    font-size: 22px;
    letter-spacing: -1.4px;
    line-height: 40px;
    padding: 7px;
    border-radius: 15px;
}
.slider-output-tooltip {
    display: block !important;
    position: absolute;
    top: 21px;
    margin-left: -30px;
    text-align: center;
    min-width: 60px;
    /*background-color: #56BBB2;*/
    color: #031d5b;
    font-family: "roboto";
    font-size: 22px;
    line-height: 46px;
    padding: 4px;
    border-radius: 50%;
}
/* Range Ui Slider*/

.ftr-social-list .fa:before{
    font-size: 18px;margin-top: 12px;display: inline-block;
}

.existingCustomerSidebar .introducersRight_topsec{margin-top:100px;}
.readMoreDiv {max-width:321px; margin: 0 auto 30px; display: block; text-align: center; margin-top: 40px;}
.readMoreDiv p{color: #4A4A4A; font-size: 18px; font-weight: normal; font-family: 'Roboto';}
.existingCustomerSidebar .side.Data{margin-bottom: 35px; float: left;}
.existingCustomerSidebar .side.Data p{margin-bottom:0px;}
.existingCustomerSidebar .introducers_icons_btn{margin-bottom: 20px;}
.ExistingCustomers .recent_BLogListing{border: none;}
.ExistingCustomers .recent_BLogListing{padding:0px;}
.ExistingCustomers .howWeCanHelp_sec h2{margin-top: 40px;}
hr{float: left;}
#Form_ApplyNowForm #Form_ApplyNowForm_phoneNumber6tY4bPYk_Holder{ display:none; }

footer .ftr-header a{ color: #FFFFFF; }
footer .ftr-header a:hover{ color: #DADADA; }

.margin10 label.left {
    margin-top: 14px;
}
#Form_ApplyNowForm_employer_how_long_months_Holder label{ margin-top: 28px; }
#Form_ApplyNowForm_cb_employer_how_long_months_Holder label{ margin-top: 28px; }

.apply-now-term-and-condition ol{ padding-left: 30px; }
#Form_CircumstancesForm_ChangeinCircumstancesWorkHoursWeeklyIncomeText_Holder,#Form_CircumstancesForm_ChangeinCircumstancesWorkHoursWeeklyExpensesText_Holder{ display: none;clear: left; }      
#Form_CircumstancesForm_ChangeinCircumstancesWorkHoursWeeklyExpenses_Holder,#Form_CircumstancesForm_ChangeinCircumstancesWorkHoursChanges_Holder{   
    clear: left;    
}   
#Form_CircumstancesForm_ChangeinCircumstancesOtherData_Holder{  
    clear: right;   
}