@charset "utf-8";
/* CSS Document */
* {
  /*padding: 0px;*/
  /*margin: 0px;*/
}
html {
  font-size: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  /*margin: 0;*/
  /*padding: 0;*/
  /*border: 0;*/
  /*outline: 0;*/
  /*font-size: 100%;*/
  /*font-weight:normal;*/
}
[x-cloak] {
  display: none;
}
label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
a,
a:link {
  text-decoration: none;
  outline: none;
  color: #1185ce;
}

a:hover {
  color: #0d679f;
}

figure {
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  padding: 2px 0;
}
.clear {
  clear: both;
}
body {
  margin: 0 !important;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #212529;
  background: #fff;
}
header {
  width: 100%;
  float: left;
  background: url(../images/header-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 26px;
}
.top-header-text {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.top-header-text h4 {
  text-transform: none;
}
.top-header-text p {
  margin-bottom: 0;
}
.phonetxt {
  color: #fff;
  font-weight: 700;
}
.phonetxt a {
  color: #fff;
  font-weight: 700;
}
.top-links a {
  padding-left: 10px;
  color: #eeeaee;
  font-weight: 700;
}
.top-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.social-div a {
  padding-right: 10px;
  color: #fff;
  font-size: 25px;
}
.mid-header h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 40px 0 10px;
  font-size: 30px;
}
.mid-header h4 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 0 0 40px;
  font-size: 20px;
}
.get-offer {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  color: #333;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  margin: auto auto 36px;
  width: 720px;
  max-width: 100%;
  text-align: center;
}
.call-card {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  text-align: center;
}
.call-card > p {
  font-size: 1.5rem;
  font-weight: normal !important;
}
.call-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  gap: 8px;
}
.call-card img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  object-fit: cover;
  object-position: center;
  border: 4px solid #1185ce;
}
.call-card figcaption {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2px;
}
.get-offer p {
  font-weight: 700;
  font-size: 18px;
}
.get-offer p span {
  font-weight: 700;
  color: #f00;
}
.get-offer .form-control {
  margin-bottom: 20px;
}
.get-offer textarea.form-control {
  height: 40px;
}
.get-offer input[type='submit'] {
  width: 100%;
  border-radius: 5px;
  background: #1185ce;
  text-align: center;
  color: #fff;
  line-height: 53px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}
.logos-div {
  background-color: hsla(0, 0%, 100%, 0.8);
  padding: 80px 0 53px;
  text-align: center;
}
.marg-bott-36 {
  margin-bottom: 36px;
}
nav {
  background: #1185ce;
  text-align: center;
  width: 100%;
}
nav ul {
  text-align: center;
}
nav ul li {
  display: inline-block;
  line-height: 55px;
  text-align: center;
}
nav ul li a {
  font-size: 20px;
  color: #fff !important;
  font-weight: 400;
  padding: 0 30px;
}
nav ul li a:hover {
  color: #c8ecf0 !important;
}
nav ul li a strong {
  font-weight: 700;
}

.process-sec {
  width: 100%;
  float: left;
  padding: 45px 0;
}
.process-sec h3 {
  text-align: center;
  font-weight: 700;
  color: #212529;
  font-size: 32px;
  margin-bottom: 30px;
}
.white-div {
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 15px;
}
.white-div h4 {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 70px;
  background: #26b5c6;
}
.stepimg {
  background-color: #26b5c6;
  height: 150px;
  width: 150px;
  padding: 0.5rem;
  border-radius: 50%;
  text-align: center;
  margin: 10px 0 35px;
}
.white-div h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  color: #444;
  padding: 0.5rem;
}
.white-div h2 span {
  color: #437683;
  font-weight: 700;
}

.timeframe-sec {
  width: 100%;
  float: left;
  padding: 35px 0 26px;
}
.timeframe-sec p {
  font-size: 18px;
  color: #212529;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.timeframe-sec p strong {
  font-weight: 700;
}
.timeframe-sec h1 {
  font-weight: 700;
}
.timeframe-sec h3 {
  text-align: center;
  font-weight: 700;
  color: #212529;
  font-size: 32px;
  padding: 25px 0;
}

.situation-sec {
  width: 100%;
  float: left;
  background: #efefef;
  padding: 45px 0;
}
.situation-sec h3 {
  text-align: center;
  font-weight: 700;
  color: #212529;
  font-size: 32px;
  margin-bottom: 24px;
}
.white-div1 {
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  border-top: #26b5c6 solid 37px;
}
.white-div1 ul {
  padding: 13px 40px;
}
.white-div1 ul li {
  background: url(../images/tick.png) top left no-repeat;
  padding-left: 35px;
  line-height: 25px;
  margin-bottom: 7px;
}
.white-div1 ul li a {
  font-style: italic;
  color: #26b5c6;
  font-size: 18px;
}
.white-div1 ul li a:hover {
  text-decoration: underline;
  color: #1e8e9b;
}

.cash-offer-sec {
  width: 100%;
  float: left;
  padding: 36px 0 46px;
}
.cash-offer-sec .container p {
  font-size: 18px;
  color: #212529;
  line-height: 1.5rem;
  margin-bottom: 1.75rem;
}
.cash-offer-form {
  width: 737px;
  max-width: 100%;
  margin: auto;
  background: #e9ecef;
  border-radius: 10px;
  border: #cccfd1 solid 1px;
  padding: 30px;
}
.cash-offer-form h3 {
  font-weight: 700;
  color: #212529;
  font-size: 32px;
  margin-bottom: 24px;
  padding: 0;
}
.cash-offer-form p {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px !important;
}
.cash-offer-form p span {
  font-weight: 700;
  color: #f00;
}
.cash-offer-form .form-control {
  margin-bottom: 20px;
}
.cash-offer-form textarea.form-control {
  height: 40px;
}
.cash-offer-form input[type='submit'] {
  width: 100%;
  border-radius: 5px;
  background: #1185ce;
  text-align: center;
  color: #fff;
  line-height: 53px;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.sell-sec {
  width: 100%;
  float: left;
}
.sell-sec h3 {
  font-weight: 700;
  color: #212529;
  font-size: 40px;
  margin-bottom: 12px;
  text-align: center;
}
.sell-sec h4 {
  font-weight: 700;
  color: #212529;
  font-size: 32px;
  margin: 45px 0 0;
  text-align: center;
}
.sell-sec p {
  font-size: 18px;
  color: #212529;
  line-height: 1.5rem;
  margin-bottom: 1.75rem;
}
.marg-bott-20 {
  margin-bottom: 20px;
}
.sell-sec p a {
  font-weight: 700;
  color: #1085ce;
}
.sell-sec p a:hover {
  text-decoration: underline;
  color: #1085ce;
}
.sell-sec li {
  font-size: 18px;
  color: #212529;
}
.sell-sec ul {
  list-style: disc;
}

.work-sec {
  background: #1185ce;
  width: 100%;
  float: left;
  padding: 50px 0;
}
.work-sec h3 {
  font-weight: 700;
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
  text-align: center;
}
.marg-bott-68 {
  margin-bottom: 68px !important;
}

.buy-sec {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.buy-sec h3 {
  font-weight: 700;
  color: #212529;
  font-size: 34px;
  margin-bottom: 20px;
  text-align: center;
}
.buy-sec p {
  font-size: 18px;
  color: #212529;
  line-height: 1.5rem;
  margin-bottom: 1.75rem;
}
.buy-sec p strong {
  font-weight: 700;
}
.buy-sec li {
  font-size: 100%;
  color: #212529;
  font-style: italic;
}
.buy-sec li a {
  color: #1085ce;
}
.buy-sec ul {
  list-style: disc;
}
.marg-top-25 {
  margin-top: 25px;
}
.share-div {
  padding: 50px 0;
}

.areas-sec {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.areas-sec h3 {
  font-weight: 700;
  color: #212529;
  font-size: 34px;
  margin-bottom: 20px;
}
.areas-sec ul {
}
.areas-sec ul li {
  line-height: 25px;
  margin-bottom: 10px;
}
.areas-sec ul li a {
  color: #1085ce;
  font-size: 18px;
}
.areas-sec ul li a:hover {
  text-decoration: underline;
  color: #0c669f;
}

footer {
  width: 100%;
  float: left;
  padding: 25px 50px;
  background: #efefef;
  color: #212529;
}
.footer-links a {
  padding: 0.2rem 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1085ce;
}
.footer-links a:hover {
  color: #0d679f;
  text-decoration: underline;
}
.footer-links .social-div {
  margin-top: 40px;
}
.footer-links .social-div a {
  padding-right: 10px;
  color: #1085ce;
  font-size: 25px;
}
.foot-contact p {
  font-size: 0.95rem;
}
.marg-bott-30 {
  margin-bottom: 30px;
}

.content-sec {
  width: 100%;
  float: left;
  padding: 30px 0 100px;
}
.content-sec .redy {
  color: #da0000;
}
.content-sec-left {
  padding-top: 30px;
}
.content-sec-left h1 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}
.content-sec-left h1 u {
  font-weight: 700;
}
.content-sec-left p {
  font-size: 18px;
  color: #212529;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.content-sec-left p strong {
  font-weight: 700;
}
.content-sec-left ul {
  margin-left: 30px;
}
.content-sec-left ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 2rem;
  color: #212529;
}
.content-sec-left a {
  color: #1085ce;
}
.content-sec-left a:hover {
  text-decoration: underline;
  color: #1085ce;
}
.content-sec-left blockquote p {
  padding-left: 3.25rem;
  position: relative;
  border-left: none;
  padding-right: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem !important;
  line-height: 30px !important;
}
.content-sec-left blockquote p::before {
  position: absolute;
  content: '“';
  top: 0.5rem;
  left: 0;
  font-family: serif;
  font-size: 7rem;
  line-height: 1;
  color: #adb5bd;
}
.content-sec-left h3,
.content-sec-left h2 {
  font-weight: 700 !important;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.content-sec-left h3 a {
  font-weight: 700;
}

.content-sec-right {
}
.content-sec-right h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
.sidebar-div {
  margin-bottom: 30px;
}
.cash-offer-form1 {
  width: 100%;
  background: #e9ecef;
  border-radius: 10px;
  border: #cccfd1 solid 1px;
  padding: 10px;
}
.cash-offer-form1 h3 {
  font-weight: 700;
  color: #212529;
  font-size: 32px;
  margin-bottom: 24px;
}
.cash-offer-form1 p {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px !important;
}
.cash-offer-form1 p span {
  font-weight: 700;
  color: #f00;
}
.cash-offer-form1 .form-control {
  margin-bottom: 20px;
}
.cash-offer-form1 textarea.form-control {
  height: 40px;
}
.cash-offer-form1 input[type='submit'] {
  width: 100%;
  border-radius: 5px;
  background: #1185ce;
  text-align: center;
  color: #fff;
  line-height: 53px;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.number-div {
  margin: 30px 0;
}
.number-div p {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
}
.number-div p img {
  float: left;
  margin-right: 20px;
}
.mod {
  margin-bottom: auto;
  margin-top: 13px;
}

.testimonial-div {
  margin-bottom: 40px;
}
.testimonial-div h4 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  margin-bottom: 40px;
}
.testimonial-div p {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 35px;
}
.testimonial-div p.tname {
  text-align: right;
}

.imgstyle {
  float: right;
}
.content-sec-left p.style {
  font-weight: 400 !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

span.google a {
  font-size: 23px !important;
}
.effect-16 ~ label {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
@media screen and (max-width: 767px) {
  .chat {
    width: 350px !important;
    right: 8px !important;
    line-height: 35px !important;
  }

  .mid-header h3,
  .mid-header h4 {
    display: none;
  }
  p.top-links {
    padding-bottom: 0rem;
    opacity: 0;
  }

  .fair-cash {
    display: block !important;
  }
  .fair-cash h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: initial;
  }
  .fair-cash h4 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 0 0 25px !important;
    font-size: 20px;
    margin: 8px auto;
  }
  header {
    padding-top: 0px !important;
  }
  p.social-div {
    display: none !important;
  }
  .get-offer p {
    padding: 0px;
    margin: 0px;
  }
  .mid-header h3 {
    padding: 25px 0 10px !important;
  }
  .mid-header h4 {
    padding: 0 0 25px !important;
  }
  .get-offer .form-control {
    margin-bottom: 12px !important;
  }
}
