.contact-form form .input-box .selectdropdown {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e8f0;
    border-radius: 5px !important;
    color: #83888d;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 45px !important;
    margin-bottom: 15px !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
    width: 100% !important;
}
.login_left_image {
  text-align: right;
  width: 44% !important;
  float: left;
  padding-right: unset !important;
}

.login_form {
  float: left;
  text-align: left;
  padding-left: unset !important;
}

.back_to_web_btn {
  margin-top: 15px;
}

.btn-three.free_quote_btn:hover {
  background-color: #203260 !important;
}


.floating-form {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
  margin-top: 140px;
  max-width: 330px;
  padding: 20px 20px 10px;
  position: fixed;
  right: 0;
  z-index: 10;
}
.contact-opener {
  background-color: #151b5a;
  border-radius: 5px 5px 0 0;
  box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  left: -110px;
  letter-spacing: 1px;
  padding: 9px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: rotate(-90deg);
}
.floating-form a {
  color: white !important;
}
.modal-body.contact-form.home {
    padding-top: unset !important;
	padding-bottom: unset !important;
}

.modal-body.contact-form.home textarea {
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: unset !important;
	height: unset !important;
}

.modal-body.contact-form.home input{
	font-weight: 400 !important;
}

.footer-bottom-area {
  position: fixed !important;
}

.single-post-page .footer-bottom-area {
  position: unset !important;
}

.single_lead_content{ 

	padding-bottom:30px;
}

.qode_video_box  .qode_video_box_button_holder {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 44;
}

.qode_video_box  .qode_video_box_button {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.qode_video_box  .qode_video_box_button {
  background-color: rgba(0, 0, 0, 0);
}

.qode_video_box  .qode_video_box_button {
  background-color: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 80px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.15s ease-out 0s;
  vertical-align: middle;
  width: 80px;
}

.qode_video_box .qode_video_box_button_arrow {
  border-left-color: #ffffff;
}

.qode_video_box_button:hover {
  background-color: #93D152 !important;
  cursor:pointer;
}

.qode_video_box_button:hover .qode_video_box_button_arrow {
  border-bottom: 12px solid rgba(0, 0, 0, 0);
  border-left: 18px solid #ffffff;
  border-top: 12px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-48%, -50%);
}

.qode_video_box  .qode_video_box_button_arrow {
  border-bottom: 12px solid rgba(0, 0, 0, 0);
  border-left: 18px solid #303030;
  border-top: 12px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-48%, -50%);
}

.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form input[type="password"], .contact-form form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  height: 45px !important;
  margin-bottom: 15px !important;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
}

.contact-form form .input-box .selectmenu {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e2e8f0;
  border-radius: 5px !important;
  color: #83888d;
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 45px  !important;
  margin-bottom: 15px !important;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-transform: capitalize;
  width: 100% !important;
}

.contact-form .default-form {
  margin: 18px auto;
  background-color: white;
  box-shadow: 0 3px 3px 1px rgba(246, 246, 246, 0.5);
  padding: 30px 40px;
}

.contact-form .input-box input[type="text"], input[type="email"], input[type="password"] {
  height: 40px !important;
}

.login_form .default-form {
  padding: 65px 40px;
}

.contact-form form button {
  background: #93d152 none repeat scroll 0 0 !important; 
  font-size: 16px !important;
  font-weight: 500 !important;
  height: 50px !important; 
  line-height: 52px !important;
  padding: 0 15px !important;
  letter-spacing: 1px !important;
}

.contact-form form button:hover {
   color: #eeeeee !important; 
}

.single-service-area.contact-form.login_form {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.single-service-area.contact-form {
  /* background-color: #203260;*/
   background-color: #EDF2F7; 
}

.create_account_heading > h4 {
  /* color: white; */
}

.create_account_heading h6 {
 /* color:#e8e8e8 !important; */
}

.agree-checkbox .form-control {
  float: left !important;
  margin-top: -6px !important;
  width: 2%;
  margin-right:5px;
}

.header-navigation ul.navigation-box > li > .sub-menu {
  left: -80px !important;
}

#agent_agree{
  outline: unset !important;
}

.navbar {
	margin-bottom: unset !important;
}

.link-disabled {
  cursor: default;
}

.panel-info > .panel-heading {
  background-color: #3a7dc4 !important; 
  border-color: #3a7dc4 !important;
}

.panel-info {
  border-color: #3a7dc4 !important;
  margin-top: 20px;
}

.panel-body {
  padding-bottom: unset !important;
}

.stepy-navigator.panel-footer {
  padding: unset !important;
  border-top: 1px solid #3a7dc4;
}

.stepy-header li div {
  color: #3A7DC4 !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  font-size: 26px !important;
}

#wizard-header span {
  font-size: 15px;
}

.single-flexible-box .static-content .table-header {
 border-color: #3aa40c !important;
}

.single-flexible-box .static-content .button a {
  background: #e5eef4 none repeat scroll 0 0 !important;
}


.stepy-navigator .btn-primary {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  cursor: pointer;
  font-size: 17px !important;
  font-weight: normal;
  line-height: 1.42857;
  margin: 10px !important;
  padding: 6px 12px;
}

.stepy-navigator .btn-primary:hover{
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  cursor: pointer;
  font-size: 17px !important;
  font-weight: normal;
  line-height: 1.42857;
  margin: 10px !important;
  padding: 6px 12px;
}

.single-flexible-box:hover .static-content .button a {
  background: #3aa40c none repeat scroll 0 0 !important;
}

a {
  font-family: "Roboto",sans-serif;
  text-decoration: none !important;
}

p {
  font-family: "Roboto",sans-serif;
  text-decoration: none !important;
}

.single-flexible-box:hover .static-content .button a {
  transition: all 200ms ease 200ms !important;
}


.stepy-navigator .btn-default {
  font-size: 17px !important;
  font-weight: normal;
  line-height: 1.42857;
  margin: 10px !important;
  padding: 6px 12px;
}

.stepy-navigator .btn-default:hover{
 font-size: 17px !important;
  font-weight: normal;
  line-height: 1.42857;
  margin: 10px !important;
  padding: 6px 12px;
}


.panel-body .control-label {
  font-size: 16px;
}

.stepy-step legend {
  color: #3A7DC4 !important;
}

.single-service-area {
  padding: 50px 0 50px !important; 
}

.create_account_heading {
  text-align: center;
  padding-bottom: 40px;
}

.boxes {
  border: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow:0 6px 10px 2px #e3e7e9;
  background-color:#203260;
}

.icon-text {
  font-size: 18px;
  color: #2B71C0;
  padding-top: 20px;
}


.about_finance_press .sec-title {
  padding-bottom: 40px;	
  margin-top: 20px;
}

.side-bar .navigation-box > li {
  margin-left: unset !important;
}

.side-bar {
  background: #F7F7F7 none repeat scroll 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  bottom: 0;
  min-height: 810px;
  position: relative;
  top: 0;
/*  padding-top: 50px;*/
}

.agreement_content {
  height: 150px !important;
  overflow: scroll;
  padding-top: 20px;
}

.stepy-header {
  margin-bottom: 20px !important;
}

.agreement_content .text p {
  color: #000000;
  font-size: 15px;
}

.stricky-fixed {
  display: none !important;
}

.btn-three {
  background: #3a7dc4 none repeat scroll 0 0 !important;
  color: #ffffff !important;
}

.side-bar .header-navigation ul.navigation-box > li > a {
  font-size: 16px;
  font-weight: 700;
}

.agreement_content .title {
  font-weight: 700;
  font-size: 15px;
  padding-top: 10px;
  color: black;
}

.form-horizontal h4 {
  font-family: roboto;
}

.create_account_heading h4 {
  font-size: 32px;
}

.create_account_heading > h6 {
  padding-top: 5px;
  color: black;
  font-size: 20px;
}

.side-bar{
  background-color: #203260;
}

.side-bar .header-navigation {
  background-color: #203260;
}

.side-bar .header-three {
  background: #203260 none repeat scroll 0 0;
}

.side-bar .navigation-box a {
  color: white !important;
}

.boxes .icon-text > a {
  color: #ffffff;
  font-weight: bolder;
  font-size: 19px;
  line-height: 25px;
}

.side-bar #main-nav-bar .navigation-box > li {
  border-bottom: 1px solid #31426c;
  width: 100%;
}

.text.success_sub_text  {
  font-family: roboto;
  font-size: 18px;
}
.success_heading > center {
  font-size: 24px;
  color:#203260;
  line-height: 30px;
}

.box-content {
  background-color: #203260;
  padding: 20px;
  min-height: 100px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.box-content .text p {
  color: white;
  text-align: center;
  font-size: 18px;
}

.view-btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.view-btn > a {
  background-color: #ffffff;
  border-radius: 3px;
  color: #203260;
  padding: 8px 20px !important;
}

.footer-bottom-area .inner-content {
  padding: 10px 0 !important;
}

.box-content:hover {
  background-color: #2C72C1;
}

.footer-bottom-area {
  background: #203260 none repeat scroll 0 0;
  bottom: 0px;
  clear: both !important;
  /*position: fixed !important;*/
  width: 100%;
}

body {
      background-color: #edf2f7 !important;
}

.flexible-pricing-box .form-group {
  margin-bottom: 0px !important;
}


/*-----------*/
.single-flexible-box .static-content {
  box-shadow: 0 4px 8px 2px #f0f0f0;
}

.about_finance_press .contact-form {
  padding-top: unset;
}

.side-bar .navigation-box .current a {
  color: hsl(210, 98%, 60%) !important;
}

.link-disabled {
  color: hsla(0, 0%, 100%, 0.6) !important;
}

.side-bar a.link-disabled {
  color: rgba(255,255,255,0.6) !important;
}

.contact-form form input[type="url"]{
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
}

.custom_btn {
  background-color: #203260;
  border: unset;
  color: #ffffff;
  font-size: 17px;
  padding: 5px 15px;
  margin-bottom:20px;
  border-radius: 2px;
}

.custom_btn:hover {
  background-color: black;
}

.blinking{
	 animation:blinkingText 5s infinite;
	/*animation:7s ease 7s normal none infinite running blinkingText;*/
}
@keyframes blinkingText{
    0%{     color: #92D050;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #92D050;    }
}

/****** 27 - 02 - 2020 *********/
.slick-prev.slick-arrow {
  display: none !important;
}

.slick-next.slick-arrow {
  display: none !important;
}

.custom_caresoul_style h3 {
  color: white;
  text-align: center;
}

.bottom_content > p {
  text-align: center;
  color: white;
}

.custom_caresoul_style .bottom_content ul {
  color: #ffffff;
  margin: 0 auto;
  width: 85%;
}

.bottom_content {
  padding-top: 8px;
  padding-bottom: 15px;
  background: #203260;
}

.custom_caresoul_style .bottom_content ul li {
  list-style-type: disc;
}

.custom_caresoul_style.bg_2 h3 {
  color: #203260;
}

.custom_caresoul_style.bg_2 p {
  color:black;
}

.custom_caresoul_style.bg_2 li {
  color: #000000;
}


.bottom_content {
    position: relative;
    margin-top: -35px;
    box-shadow: 5px 10px 30px 0px 
    rgba(32,50,96,0.1);
}
.img-holder {
    border: 1px solid #203260;
    background-color: 
    #fff;
}
.responsive.slick-initialized.slick-slider {
    margin-bottom: 50px;
}