/* STYLE SHEET Cafecashusa.com*/
body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
  font-size: 100%;
}
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #0fbe93;
  background: -moz-linear-gradient(
    left,
    #0fbe93 10%,
    rgba(15, 190, 147, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #0fbe93 10%,
    rgba(15, 190, 147, 0) 42%
  );
  background: -o-linear-gradient(left, #0fbe93 10%, rgba(15, 190, 147, 0) 42%);
  background: -ms-linear-gradient(left, #0fbe93 10%, rgba(15, 190, 147, 0) 42%);
  background: linear-gradient(to right, #0fbe93 10%, rgba(15, 190, 147, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #0fbe93;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #0fbe93;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
h1 {
  font-weight: 800;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loadingDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0a0a0;
}
.navbar-default .navbar-nav > li > a {
  color: #3c3c3c;
  font-size: 140%;
}
.navbar-default .navbar-nav > li:hover a {
  color: #f74f00;
}
.navbar-default .navbar-nav > li:hover .btn-circle {
  color: white;
}
.navbar-brand {
  position: relative;
  z-index: 2;
  float: left;
  transition: all 0.4s ease 0s;
  padding: 0px;
}
.navbar-brand img {
  width: 100%;
}
.nav-scroll .navbar-brand img {
  width: 80%;
}
.navbar-nav.navbar-right .btn {
  position: relative;
  z-index: 2;
  padding: 4px 20px;
  margin: 10px auto;
}

.navbar .navbar-collapse {
  position: relative;
}

.navbar .nav-collapse {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-right: 120px;
  padding-left: 80px;
  width: 100%;
}
.navbar.navbar-default .nav-collapse {
  background-color: #f8f8f8;
}
.navbar.navbar-inverse .nav-collapse {
  background-color: #222;
}
.navbar .nav-collapse .navbar-form {
  border-width: 0;
  box-shadow: none;
}
.nav-collapse > li {
  float: right;
}
.btn.btn-outline {
  background-color: transparent;
}
.navbar {
  margin-bottom: 0px;
  background: transparent; /* box-shadow: 1.5px 3.99px 27px 0px rgba( 0, 0, 0, 0.1); */
  padding: 5px 0;
}
.navbar-default .navbar-nav > li > .btn-circle {
  color: white;
}
.navbar-default .navbar-nav > li > .btn-circle:hover {
  background: linear-gradient(-159deg, #43cea2, #185a9d);
  color: white;
}
.navbar-nav > li > .btn-outline {
  border: 2px solid #f76617;
}
.navbar-default .navbar-nav > li > a.btn-outline {
  color: #f76617;
}
.navbar-toggle {
  border: 1px solid #faa73b;
}
.navbar-toggle .icon-bar {
  background: #2e57ac;
}
.navbar-collapse.collapse.in {
  background: #3f71bc;
}
.btn-circle {
  background: linear-gradient(-159deg, #185a9d, #43cea2);
  color: white;
  transition: 0.3s;
}
.m-call-btn {
  display: none;
}
.hide-desk {
  display: none;
}
#step_form {
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar .nav-collapse {
    margin: 7.5px auto;
    padding: 0;
  }
  .navbar .nav-collapse .navbar-form {
    margin: 0;
  }
  .nav-collapse > li {
    float: none;
  }
  #leadForm {
    display: none;
  }
  #step_form {
    display: block;
  }
}
a.morelink {
  text-decoration: none;
  outline: none;
}
.morecontent span {
  display: none;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.hide-desk {
  position: fixed;
  bottom: 0;
  left: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav li a {
  color: white;
  font-size: 1.3em;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}
/* 
//////////////////////////////////////////
/										 /
/ 	          Banner Style               /
/										 /
///////////////////////////////////////// */

#banner {
  /* background:url('../images/banner-bg.jpg'); */
  /* background-image:
	    radial-gradient(
	      #638fd0,
	      #1f55ab
	    ); */
  background: linear-gradient(230deg, #e7e7e7, #f3f3f3, #f4f3f1, #f1feff);
  background-size: 400% 400%;
  -webkit-animation: MoveBG 40s ease infinite;
  -moz-animation: MoveBG 40s ease infinite;
  -o-animation: MoveBG 40s ease infinite;
  animation: MoveBG 40s ease infinite;
  padding: 150px 30px 0px 30px;

  color: white;
}

#banner .title {
  font-weight: bold;
  font-size: 400%;
  color: #0d2237;
  text-transform: uppercase;
}
.banner-box-container {
  display: inline-flex;
}
.banner-box-container .banner-box1 {
  flex: 2;
}
.banner-box1 .rating i,
.banner-box1 .rating i {
  color: gold;
  font-size: 12px;
  margin-top: 8px;
}
.banner-box-container .banner-box2 {
  flex: 1;
  align-self: center;
}
#banner .subtitle {
  color: #000;
}
#banner .side-man-img {
  /* width: 350px; */
  width: 281px;
  position: relative;
  z-index: 0;
}
.slanted {
  background-color: #ca1c26;
  height: 100px;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 56%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); */
  -webkit-transform: skewy(-3deg);
  transform: skewy(-3deg);
}
#banner .key-points {
  list-style-type: none;
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #000;
  padding-left: 0px;
}
.key-points i {
  color: #ca1c24;
}
#banner .seen-logo,
#banner .seen-logo-1 {
  color: #0d2237;
  margin: 10px 0px;
  font-size: 1.8rem;
}
#banner .seen-logo {
  margin-top: 30px;
  font-size: 1.5rem;
}
.seen-logo-1 {
  font-weight: 600;
}
#banner .title span {
  color: #ca1c24;
}
#banner p {
  font-size: 200%;
  color: #fff;
}
select:invalid {
  color: #999999;
}

.form-box {
  color: #000;
  border-radius: 10px;
  box-shadow: -2px 1px 24px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 1px 24px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 1px 24px -8px rgba(0, 0, 0, 0.75);
}
.form-header {
  background: #c91c26;
  text-transform: uppercase;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form-header h1 {
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 0px;
}
.form-box form {
  background: white;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.form-box form label {
  font-size: 14px;
  font-weight: 400;
}
.form-box form input {
  border-radius: 0px;
  min-height: 40px;
}
.form-box .form-btn,
.form-btn {
  padding: 10px;
  color: white;
  background: #c91c26;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}
#features .form-btn {
  margin-top: 20px;
  text-align: center;
  max-width: 50%;
  /* text-align: left; */
}
#features .font-bold {
  color: white;
  text-align: center;
}
#features .font-bold span {
  color: #c91c26;
}
#features .sub-head {
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
#features .sub-head-2 {
  font-weight: bold;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  margin-top: 20px;
}
#features .content-block p {
  margin: 16px 0px;
}
#promise-section .content-block p {
  font-size: 2rem;
  text-align: justify;
  margin-bottom: 15px;
}
#promise-section {
  padding: 5% 0%;
}
#promise-section .how-title {
  margin-bottom: 5%;
}
.form-btn .left-span {
  float: left;
}
.form-btn .right-span {
  float: right;
}
.right-span .far {
  font-size: 2.5rem;
}
.disclaimer-text label {
  height: 10px;
}
.verify-check {
  vertical-align: middle;
}
#banner .disclaimer-text p {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #8c8c8c;
  text-align: justify;
}
/* #banner::before {
  content: "";
  bottom: 285px;
  left: 0;
  background: url("../images/slanted.png");
  background-size: initial;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: 1;
  background-position: center;
} */
#slant {
  background: #c91c26;
  clip-path: polygon(45% 1%, 100% 0, 100% 8%, 88% 20%, 0 100%, 0 7%);
  width: 100%;
  min-height: 100px;
  margin-top: -60px;
}
#banner-form {
  padding: 25px 20px;
  margin-top: 30px;
  background: white;
}
#banner-form .form-control,
#get-started .form-control {
  height: 50px;
}
#banner-form .input-group-addon {
  margin-bottom: 16px;
  min-width: 39px;
  min-height: 50px;
}
.form-control:focus {
  border-color: #f76617;
}
#banner-form .submit-btn {
  /* margin-top:28px; */
  background: #fec20a;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  font-size: 180%;
  padding: 12px 0;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.07);
}
.input-group-addon {
  background-color: transparent;
}
.input-group-addon i {
  color: #2157ac;
}
#banner .form-group {
  margin-bottom: 15px;
}
/* 
//////////////////////////////////////////
/										 /
/ 	         How it works             		 /
/										 /
///////////////////////////////////////// */

/* text-style */
.testimonial-style .testimonial-caption-style {
  font-size: 1.6rem;
  color: #7d8ea0;
  line-height: 30px;
  bottom: 40%;
  text-shadow: none;
  top: 10%;
}
.testi-title {
  color: white;
  font-weight: bold;
}
.testimonial-style .testimonial-authors {
  font-size: 1.6rem;
  line-height: 30px;
  margin-top: 20px;
  color: white;
  font-weight: bold;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 250px;
}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {
  color: #354052;
}
.testimonial-style .carousel-control:hover {
  color: #354052;
  text-decoration: none;
  transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
  border: 2px solid #354052;
  background-color: #354052;
}
/* Textimonial CSS Code End */

.testimonial-authors .fa-star,
.testimonial-authors .fa-star-half {
  color: gold;
}

#feedback-scrollar {
  background: #07131f;
  padding: 5px;
}

.step-head {
  display: flex;
}
.step-head .icon-block {
  flex: 1;
}
/* .icon-block span{
	background:#c91c26;
	border-radius:50%;
	padding:5px;
	text-align: center;
	color:white;
} */
.step-head .title-block {
  flex: 3;
}
.step-head .title-block {
  font-weight: bold;
}
.step-head .title-block p span {
  font-size: 1.5rem;
}
.step-head .title-block p {
  font-size: 2rem;
  color: #10223a;
  text-align: left;
}

.teaser {
  background: white;
  border-top: 10px solid #ca1c24;
  box-shadow: -1px 4px 14px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 4px 14px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 14px -4px rgba(0, 0, 0, 0.75);
  padding: 20px;
  min-height: 225px;
}
#how-it {
  padding: 50px 0px;
  background: #ffffff;
}
#how-it .form-btn {
  max-width: 40%;
  min-width: 100px;
  margin: 5% 0;
}
.how-title {
  text-transform: uppercase;
  color: #0e223a;
  font-size: 3.5rem;
}
.how-title span {
  color: #ca1c26;
}
.single-element {
  padding: 36px 35px 22px 35px;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  border: 1px solid #eee;
  font-size: 140%;
  background: white;
}
.teaser {
  margin-top: 50px;
}
.teaser i {
  font-size: 300%;
  color: #c91c26;
}
.numbered .number {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 250%;
  font-weight: 700;
  opacity: 0.1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.teaser h3 a {
  color: white;
  font-size: 90%;
  text-decoration: none;
}
.rounded {
  border-radius: 3px;
}
.teaser p {
  color: #505a66;
  text-align: justify;
  font-size: 1.5rem;
}
.teaser[class*="_bg_color"],
.teaser[class*="with_"] {
  padding: 20px;
}
@media (min-width: 400px) {
  .teaser[class*="_bg_color"],
  .teaser[class*="with_"] {
    padding: 35px 15px;
  }
}
.main_bg_color {
  background: #3aadaa;
  transition: all 0.5s ease-in-out;
}
.main_bg_color:hover {
  background: white;
  color: #3aadaa;
  border: 2px solid #3aadaa;
}
.main_bg_color:hover.teaser h3 a {
  color: #3aadaa;
}
.main_bg_color:hover.teaser p {
  color: #3aadaa;
}
.main_bg_color2 {
  background: #3aadaa;
  transition: all 0.5s ease-in-out;
}
.main_bg_color2:hover {
  background: white;
  color: #98b446;
  border: 2px solid #98b446;
}
.main_bg_color2:hover.teaser h3 a {
  color: #98b446;
}
.main_bg_color2:hover.teaser p {
  color: #98b446;
}
.main_bg_color3 {
  background: #3aadaa;
  transition: all 0.5s ease-in-out;
}
.main_bg_color3:hover {
  background: white;
  color: #f1b22f;
  border: 2px solid #f1b22f;
}
.main_bg_color3:hover.teaser h3 a {
  color: #f1b22f;
}
.main_bg_color3:hover.teaser p {
  color: #f1b22f;
}
.main_bg_color4 {
  background: #3aadaa;
  transition: all 0.5s ease-in-out;
}
.main_bg_color4:hover {
  background: white;
  color: #fd6420;
  border: 2px solid #fd6420;
}
.main_bg_color4:hover.teaser h3 a {
  color: #fd6420;
}
.main_bg_color4:hover.teaser p {
  color: #fd6420;
}
#how-work {
  padding: 5% 0%;
}
#how-work .how-title {
  margin-bottom: 5%;
}
#how-work .form-btn {
  margin: 14% 0%;
}
#how-work img {
  width: 70%;
  text-align: center;
}
.how-step-title {
  font-weight: bold;
  color: #ca1c26;
  font-size: 2.2rem;
  margin: 20px 0px;
}
#features-2 li:before {
  content: "";
  padding-right: 5px;
  background-repeat: no-repeat;
  background-image: url(../images/star.png);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#features-2 {
  padding: 5% 0%;
  background: #f7f8fa;
}
#features-2 .form-btn {
  margin: 5% 0%;
}
#features-2 .how-title {
  margin-bottom: 5%;
}
#features-2 li {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 15px;
}
.fetaures-2-content {
  margin-top: 30px;
}
#features-2 ul {
  list-style: none;
  padding-left: 0px;
}
.how-text {
  font-size: 1.5rem;
}

/* 
//////////////////////////////////////////
/										 /
/ 	         Advantages              	 /
/										 /
///////////////////////////////////////// */
#advantages {
  padding: 100px 0px;
  background: url("../images/bg-4.jpg");
  background-size: cover;
  background-position: center;
}
.section-content {
  margin-top: 25px;
}
/* .advantages{
	background:url(../images/bg-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 100px;
} */
.left-advantages {
  border: 1px solid #3aadaa;
  border-radius: 10px;
  box-shadow: 0px 3px 2px 0px rgba(230, 230, 230, 0.4);
  background: white;
}
.single-left-advantage {
  display: flex;
  align-items: center;
}
.single-left-advantage .left-img {
  margin: 0px 45px;
  max-width: 34px;
  width: 100%;
}
.single-left-advantage p {
  overflow: hidden;
  font-size: 180%;
  color: #454545;
  font-weight: 300;
  line-height: 1.9;
  margin: 15px 0px;
  padding-right: 50px;
}
.right-advantages h1 {
  font-size: 300%;
  color: #3aadaa;

  margin: 0px 0px 5px 0px;
  font-weight: 600;
}
.right-single-advantage {
  padding: 18px 0px;
  border-bottom: 2px solid #3aadaa;
  display: flex;
  align-items: center;
}

.right-single-advantage p {
  font-size: 180%;
  color: #000000;

  margin: 0px;
  padding-left: 10px;
  vertical-align: sub;
}
.right-single-advantage-last {
  border: 0px;
  padding-bottom: 0px;
}
.right-single-advantage-last p {
  padding-left: 16px;
}
.cta-button-block {
  margin-top: 50px;
}
.btn-cta {
  display: inline-block;
  margin: 0 auto;
  font-size: 160%;
  font-weight: 400;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.07);
  max-width: 230px;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 14px 0px 8px 0px;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  text-transform: uppercase;
  margin-top: 20px;
}
.btn-cta-trans {
  background: #fec20a;
  border: 2px solid #d8d8d8;
  color: #fff;
  font-weight: 600;
}
.btn-cta-color {
  background: #f74f00;
  color: white;
}
.col-md-12.about-sec-buttons.text-center a:first-child {
  background: #51bfbc;
}
.btn-cta:hover {
  background: #2157ac;
  border: 1px solid #2157ac;
  box-shadow: 0px 0px 40px 0px rgba(169, 169, 169, 0.77);
  color: #fff;
}
/* 
//////////////////////////////////////////
/										 /
/ 	         Short FAQ            		 /
/										 /
///////////////////////////////////////// */

#short-faq {
  background: url("../images/faq-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  min-height: 770px;
}
#short-faq .btn-cta:hover,
#short-intro .btn-cta:hover {
  background: white;
  color: #3aadaa;
  border: 2px solid #3aadaa;
}

#short-faq .panel-body {
  font-size: 140%;
}
#short-faq h1,
#short-faq h2 {
  color: white;
}
#short-faq .panel-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
#short-faq .panel {
  background: transparent;
  color: #ececec;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
#short-faq .panel-group {
  margin-top: 50px;
}
#short-faq .panel-body {
  border-top: none;
  padding: 15px 40px 15px 40px;
}
#short-faq .panel a {
  text-decoration: none;
}
#short-faq a[aria-expanded="true"]:after {
  content: url("../images/Arrow.png");
  color: white;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}
#short-faq a[aria-expanded="false"]:after {
  content: url("../images/Arrow2.png");
  color: white;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}
#banner-form .submit-btn:hover {
  background: #2157ac;
  transition: ease-in 0.4s;
}
/* 
//////////////////////////////////////////
/										 /
/ 	         Short Intro Section         /
/										 /
///////////////////////////////////////// */
#short-intro {
  background: url(../images/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
  color: white;
  background-attachment: fixed;
}
#short-intro p {
  font-size: 200%;
  text-align: center;
}
/* 
//////////////////////////////////////////
/										 /
/ 	         Count             	         /
/										 /
///////////////////////////////////////// */

#count h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 500%;
}
#count h1 + p {
  margin-top: 10px;
  font-size: 200%;
}
#count p {
  font-size: 140%;
}
.count-box1 {
  border: 1px solid #3aadaa;
}
.box-header1 {
  padding: 5px 20px;
  background: #3aadaa;
}
.box-content1 {
  border: 1px solid #3aadaa;
  padding: 20px;
}
.box-header2 {
  padding: 5px 20px;
  background: #3aadaa;
}
.box-content2 {
  border: 1px solid #3aadaa;
  padding: 20px;
}
.box-header3 {
  padding: 5px 20px;
  background: #3aadaa;
}
.box-content3 {
  border: 1px solid #3aadaa;
  padding: 20px;
}
.box-header4 {
  padding: 5px 20px;
  background: #3aadaa;
}
.box-content4 {
  border: 1px solid #3aadaa;
  padding: 20px;
}
#count [class*="box-header"] {
  color: white;
  font-weight: bold;
  min-height: 93px;
  height: 100%;
  max-height: 120px;
}
#count [class*="box-content"] {
  min-height: 215px;
  color: #a5a5a5;
}
.arrow_box {
  position: relative;
  background: #3aadaa;
  border: 1px solid #3aadaa;
  color: white;
  padding: 20px;
  border-radius: 10px;
}
.arrow_box h2 {
  font-size: 300%;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(58, 173, 170, 0);
  border-top-color: #3aadaa;
  border-width: 30px;
  margin-left: -30px;
}
.arrow_box:before {
  border-color: rgba(58, 173, 170, 0);
  border-top-color: #3aadaa;
  border-width: 31px;
  margin-left: -31px;
}
.quote-box {
  padding: 20px;
  background: #3aadaa;
  color: white;
  border-radius: 10px;
}
/* 
//////////////////////////////////////////
/										 /
/ 	         Footer Above             	 /
/										 /
///////////////////////////////////////// */

#footer-above {
  background: url(../images/bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  color: white;
}
#footer-above p {
  font-size: 200%;
}

/* 
//////////////////////////////////////////
/										 /
/ 	         Footer              		 /
/										 /
///////////////////////////////////////// */
#footer-mini {
  padding: 30px 0px;
  background: #fbfbfb;
  font-size: 140%;
  color: #505a66;
}
#footer-mini {
  position: relative;
  bottom: 0;
}
#footer-mini .logo-footer img {
  width: 30%;
}
#footer-mini .footer-menu a {
  color: white;
}
#footer-mini ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 10px;
}
#footer-mini a {
  color: #9a9a9a;
}
#footer-mini .copyrights-message.text-white,
#footer-mini .copyrights-message.text-white strong {
  color: #9a9a9a;
}
#footer-mini .copyrights-message {
  font-weight: 600;
}

#get-started select {
  color: #555;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#get-started a.morelink {
  color: #65b3f9;
}
#get-started #formSubmit {
  margin-top: 20px;
  display: inline-block;
  width: auto;
  background: #f76617;
  color: white;
  height: 34px;
}
#get-started .close-btn {
  font-size: 16px;
  line-height: 0px;
  display: inline-block;
  text-transform: uppercase;
  width: auto;
  font-weight: 600;
  padding: 0 26px;
  border: none;
  height: 34px;
  color: #696969;
}
#Unsubscribe p,
#get-started p {
  font-size: 150%;
}

/* 02 How It Works */

.page-banner {
  background: url("../images/page-banner.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}
.page-title {
  font-weight: bold;
  color: #1f55ab;
}
.page-content p {
  font-size: 150%;
}
.page-content {
  padding: 50px 0px;
}
.how-it-2 {
  background: url("../images/bg-5.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  margin-top: 50px;
}
.how-it-how-work-bottom .how-work-bottom-upper {
  position: unset;
  margin-top: -120px;
  margin-bottom: 115px;
}
.how-it-how-work-bottom-left h2 {
  font-size: 30px;
  color: #3aadaa;

  margin-bottom: 18px;
  margin-top: 0px;
}
.how-it-how-work-bottom-left p {
  font-size: 18px;
  color: #515151;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
}
.single-bullets-how-it {
  display: flex;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0px;
  flex-direction: row;
}
.single-bullets-how-it img {
  vertical-align: bottom;
}
.single-bullets-how-it .bullets-left-arrow {
  margin-right: 12px;
}
.single-bullets-how-it .bullets-right-details p {
  font-size: 18px;
  color: #454545;
  line-height: 1.8;

  margin: 0px;
}
.how-it-how-work-bottom-bullets {
  border-top: 1px solid #d2d2d2;
}
.how-it-hero-area {
  min-height: 553px;
  background-image: url(../images/inner-hero-bg.jpg);
  padding: 40px 0px;
}
.how-it-hero-area .top-gap {
  padding-top: 0px;
}

.how-it-hero-area .hero-left-headline h3 {
  font-size: 35px;
  color: #fff;

  margin: 0px;
  line-height: 1.4;
}
.how-it-hero-area .hero-left-headline {
  padding-top: 170px;
}
.how-it-how-work-bottom-right {
  background: #fff;
  padding: 50px;
  border: 2px solid #f3f3f3;
  border-radius: 15px;
}
.single-how-it-how-work-bottom-right h4 {
  font-size: 20px;
  color: #454545;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}
.single-how-it-how-work-bottom-right p {
  font-size: 16px;
  color: #515151;
  line-height: 1.8;
  margin: 0px;
}
.single-how-it-how-work-bottom-right {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}
.single-how-it-how-work-bottom-right2 {
  margin-top: 40px;
}
.single-how-it-how-work-bottom-right3 {
  margin-top: 40px;
  border: 0px;
  padding-bottom: 0px;
}

.footer-banner {
  background: url("../images/footer-banner.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}
.footer-banner p {
  color: #000;
  font-size: 200%;
  margin: 20px 0px 20px;
}

/* 03 Contact Us Page */

.contact {
  background: url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}
.contact p {
  font-size: 150%;
}
/* .form-box {
    margin-top: 20px;
    padding: 30px;
    margin-bottom: 20px;
} */
.content-text {
  margin: 30px 0px;
}
.contact-left-single-details {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.contact-detail {
  margin-left: 20px;
}
.contact-detail h4 {
  font-size: 150%;
  color: #515151;
  font-weight: bold;
  margin: 0px 0px 6px 0px;
  text-transform: uppercase;
}
.contact-form {
  margin-top: 20px;
  padding-right: 20px;
}
.contact-form .form-control {
  height: 45px;
  border: 0;
  margin-bottom: 25px;
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact-form textarea.form-control {
  resize: none;
  height: 100px;
}
.btn.colorful {
  background: #0dc0c0;
  border-color: #fec20a;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* 04 Rates & Fees */
.how-it-loan-box {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  margin: 50px 0px;
  box-shadow: 0px 3px 2px 0px rgba(230, 230, 230, 0.4);
}
.single-loan-details {
  padding: 40px 45px;
  border-bottom: 1px solid #e2e2e2;
}
.single-loan-details-last {
  border-bottom: 0px;
}
.single-loan-details h4 {
  font-size: 20px;
  color: #3aadaa;
  font-weight: bold;
  margin: 0px 0px 12px 0px;
}
.single-loan-details p {
  font-size: 16px;
  color: #454545;
  font-weight: 300;
  margin: 0px;
  line-height: 1.8;
}
.panel-body {
  font-size: 100%;
}
#para {
  margin-bottom: 20px;
  font-size: 16px;
  color: #515151;
  line-height: 1.8;
}
.nav-scroll {
  box-shadow: 1.5px 3.99px 27px 0px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  background: rgb(245 245 245 / 95%);
}
/*----------Box Shadow-----------------------*/
.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*----------------------------------------------*/
/* Keyframes for animations */

@-webkit-keyframes MoveBG {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 16%;
  }
  100% {
    background-position: 0% 84%;
  }
}

@-moz-keyframes MoveBG {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 16%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@-o-keyframes MoveBG {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 16%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@keyframes MoveBG {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 16%;
  }
  100% {
    background-position: 0% 84%;
  }
}
.content-block {
  font-size: 1.6em;
}
.content-block h2 {
  font-size: 1.7em;
  line-height: 1.5;
  margin-bottom: 0.625em;
  font-weight: 600;
}
.content-block h2 span {
  display: block;
}
.footer-2 {
  text-align: center;
  color: #9a9a9a;
}
.footer-2 ul {
  padding-left: 0px;
  color: #9a9a9a;
}
.nav li a.nav-btn {
  display: flex;
  max-width: 100%;
}
.nav-btn .bl-1 {
  flex: 1;
}
.nav-btn .bl-1 img {
  max-width: 40px;
}
.nav-btn .bl-2 {
  flex: 6;
  /* font-size: 2rem; */
  font-size: 2.1rem;
  color: #0c2136;
  font-weight: 700;
}
.nav-btn .bl-2 .call-number {
  color: #c91c26;
}
.number-sub {
  font-size: 1.3rem;
  float: right;
  text-align: justify;
}
.modal {
  font-size: 1.3em;
}
.modal-header {
  background: #102149;
  text-align: center;
  color: white;
}
#features {
  background: #0e2338;
  background-size: cover;
  background-position: center;
  padding: 100px 0px 30px;
  margin-top: -93px;
}
#features .content-block {
  color: white;
  display: flex;
  flex-direction: column;
}
#promise-section .content-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
/* #promise-section .flex-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
} */
/* #features .content-block p::before {
  content: "\f058";
  position: relative;
  left: 0;
  width: 20px;
  width: 20px;
} */
.different-services {
  background: url(../images/bottom-img.jpg) no-repeat center top;
  background-size: cover;
  padding: 110px 0px;
  position: relative;
}
.different-services .heading h1 {
  margin-bottom: 56px;
}
.row-list {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.service-box h3 {
  margin-bottom: 10px;
  color: white;
  font-weight: 600;
}
.why_cafe p {
  line-height: 22px;
  padding-top: 1em;
  font-size: 16px;
  color: white;
}
.color-white {
  color: white;
}
.section-07 .section-block {
  font-size: 1.125em;
  padding: 4.5em 0;
}
.section-07 .title-block .head-kicker {
  font-size: 1.5em;
  line-height: 1;
}
.font-bold {
  font-weight: 700;
}
small {
  font-size: 70%;
}
.section-07 .title-block h2 {
  font-size: 2.4125em;
}
.font-yellow {
  color: #1f55ab;
}
.font-bold {
  font-weight: 700;
}
.section-07 .section-block {
  font-size: 1.5em;
  padding: 4.5em 0;
}
.section-07 .title-block h2 {
  font-size: 2.4125em;
}
.section-07 .title-block .head-kicker {
  font-size: 1.5em;
  line-height: 1;
}
.section-07 .row-list {
  padding-top: 2.5em;
}
.section-07 .accordion-item {
  background: #fff;
  color: #909090;
  margin-top: 1em;
  box-shadow: 5px 5px 7px 0px rgb(229, 239, 255);
}
.section-07 .accordion-head {
  padding: 1em 1.75em;
  cursor: pointer;
}
.section-07 .accordion-head h3 {
  font-size: 1.15em;
  color: #222228;
  position: relative;
  padding-right: 2.5em;
}
.section-07 .accordion-head h3:before {
  content: "";
  height: 1em;
  width: 1em;
  background: url(../images/icon_accordion_label_01.gif) left center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-07 .accordion-head.open h3:before {
  background-position: right center;
}
.section-07 .accordion-body {
  padding: 0.425em 1.75em 2em;
  display: none;
}
/* Responsive Style */
@media (max-width: 1200px) {
  #banner::before {
    bottom: 190px;
  }
  #banner .subtitle,
  #banner .key-points {
    font-size: 15px;
  }
  #how-it h3 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #banner-form {
    padding: 15px 35px;
  }
  /* #banner-form {padding: 0px 50px;} */
  .teaser {
    min-height: auto;
  }
  #how-it,
  #advantages,
  #short-intro,
  #footer-above {
    padding: 30px 0px;
  }
  .right-advantages {
    margin-bottom: 20px;
  }
  #count [class*="box-header"] {
    padding: 5px 60px;
  }
  #count [class*="box-content"] {
    min-height: 175px;
    margin-bottom: 20px;
  }
  #footer-mini {
    font-size: 150%;
  }
  #footer-mini .copyrights-message {
    float: none;
    text-align: center;
  }
  .footer-2 {
    text-align: center;
    color: white;
  }
  .footer-2 ul {
    padding: 0;
  }
  #banner-form {
    margin-top: 0px;
  }
  .content-block h2 {
    font-size: 2.2em;
  }
  .teaser_icon img {
    width: 25px;
  }
  #how-it .form-btn {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  #banner::before {
    display: none;
  }
}
@media (max-width: 767px) {
  #banner {
    padding: 50px 0px;
  }
  #banner .title {
    font-size: 400%;
  }
  #count [class*="box-content"] {
    min-height: auto;
  }
  .teaser {
    min-height: auto;
  }
  #short-faq {
    text-align: center;
    min-height: 600px;
  }
  .panel-group {
    text-align: left;
  }
  #features .content-block {
    text-align: center;
    text-align: left;
    padding-left: 10px;
  }
  #features .sub-head-2 {
    text-align: left;
    text-align: left;
    padding-left: 10px;
  }
  #how-it h3 {
    font-size: 2.2em;
  }
  #how-it img {
    width: 35px;
  }
  .teaser p {
    text-align: center;
  }
  .different-services {
    padding: 50px 0;
  }
  .different-services h1 {
    font-size: 24px;
  }
  .section-07 .accordion-head h3 {
    font-size: 1.25em;
  }
  .section-07 .title-block h2 {
    font-size: 1.6em;
  }
  #mob-call-btn {
    background: #204290;
    padding: 7px 10px;
    position: relative;
    bottom: 0%;
    left: auto;
    z-index: 99;
    transition: bottom 1s;
    display: table;
    width: 100%;
    margin-top: -2px;
  }
  #mob-call-btn .comn-btn {
    display: inline-block;
    vertical-align: top;
    /* max-width: 380px; */
    width: 100%;
    height: 70px;
    background: #c91c26;
    border: 1px solid #c91c26;
    border-radius: 5px;
    font-size: 26px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 70px;

    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    box-shadow: 0px 6px 8px rgb(0 0 0 / 20%);
  }
  #mob-call-btn .comn-btn {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin: 0;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  #banner .title {
    font-size: 300%;
  }
  #banner .seen-logo-1 {
    text-align: center;
  }
  #features .form-btn {
    max-width: 100%;
  }
  #banner .title br {
    display: none;
  }
  #features .font-bold span {
    color: white;
    text-shadow: 3px 3px 5px rgb(14 35 56);
  }
  #banner .subtitle,
  #banner .key-points {
    text-align: left;
    margin: 10px 20px 20px 20px;
  }
  .key-points li {
    margin-bottom: 10px;
  }
  #banner p {
    font-size: 150%;
  }
  #banner-form {
    padding: 0px 20px;
  }
  .single-left-advantage p {
    font-size: 150%;
    padding-right: 5px;
  }
  .form-box .form-btn,
  .form-btn {
    font-size: 1.7rem;
  }
  .single-left-advantage .left-img {
    margin: 0px 20px;
  }
  #count h1 {
    font-size: 300%;
  }
  #count h2 {
    font-size: 250%;
  }
  #count h1 + p {
    font-size: 150%;
  }
  #count .arrow_box h2 {
    font-size: 200%;
  }
  #advantages h1 {
    font-size: 300%;
  }
  #short-faq h2 {
    font-size: 200%;
  }
  #short-faq h1 {
    font-size: 205%;
  }
  #short-intro h1 {
    font-size: 300%;
  }
  #short-intro p {
    font-size: 150%;
  }
  .section-content {
    margin-top: 30px;
  }
  #footer-above h1 {
    font-size: 250%;
  }
  #footer-above p {
    font-size: 150%;
  }
  #short-intro .btn-cta {
    width: 40%;
  }
  #how-it .btn.form-btn {
    max-width: 100%;
  }
  #features {
    padding: 20px 0px;
  }
  #feedback-scrollar {
    padding: 0px;
  }
  .testimonial-style .testimonial-caption-style {
    font-size: 1.5rem;
  }
  .testimonial-style .carousel-inner > .item {
    height: 450px;
  }
  #banner .side-man-img {
    width: 272px;
  }
  .banner-box-container .banner-box2 {
    display: none;
  }
  .banner-box-container .banner-box1 {
    text-align: left;
  }
  .how-step-title {
    text-align: center;
  }
  .how-text {
    text-align: center;
  }
  #features-2 li,
  #promise-section .content-block p {
    font-size: 1.5rem;
  }
  #promise-section .content-block {
    padding-top: 30px;
  }
  .m-call-btn {
    display: block;
  }
  .navbar-header {
    display: none;
  }
  .banner-box-container {
    margin-top: 20px;
  }
  .navbar-brand img,
  .nav-scroll .navbar-brand img,
  .m-call-btn img {
    width: 60%;
  }
  .m-call-btn .nav li a.nav-btn {
    color: black;
    float: right;
    font-size: 1.5rem;
    background: #e6e6e6;
    border-radius: 10px;
    padding: 5px;
    -webkit-box-shadow: -2px 8px 21px -8px rgba(133, 133, 133, 1);
    -moz-box-shadow: -2px 8px 21px -8px rgba(133, 133, 133, 1);
    box-shadow: -2px 8px 21px -8px rgba(133, 133, 133, 1);
  }
  .m-call-btn .m-no {
    color: #ca1c24;
    font-weight: bold;
    margin-left: 10px;
  }
  .m-call-btn i {
    color: #ffffff;
  }
  .seen-logo + div {
    margin-bottom: 20px;
  }
  #features .sub-head-2 {
    text-align: center;
  }
  .form-header h1 {
    font-size: 2rem;
  }
  .content-block h2 {
    font-size: 2em;
  }
  .how-title {
    font-size: 3rem;
  }
}
