@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans&family=Raleway:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

#more {
  display: none;
}

.showMore {
  background: none;
  border: none;
  outline: none;
  color: #f8b420;
}

.btn-orange.call-us {
  margin-left: 40px;
}

.top-section {
  position: relative;
  width: 100%;
}

.top-section h1 {
  color: #0a4d7b;
  margin: 30px 0;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 40px;
  line-height: 52px;
}

.top-section p {
  color: #505050;
  font-size: 18px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.top-section .btm-blu-bg {
  background: #306ab3;
  height: 100px;
  width: 100%;
  position: relative;
  left: 0;
  z-index: -1;
  bottom: 48px;
}

.blue-sripe {
  background: #306ab3;
  height: 100px;
  width: 100%;
  margin-top: -148px;
  padding-top: 40px;
}

.our-difference {
  margin-top: 50px;
}

.our-difference h2 {
  color: #0a4d7b;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-left: 30px;
}

.our-difference h2:after {
  content: "";
  width: 150px;
  background: #f37127;
  height: 2px;
  display: block;
  margin-top: 20px;
}

.our-difference p {
  margin-left: 30px;
  line-height: 24px;
}

.sell-mistakes {
  background: #306ab3;
  margin-top: 65px;
}

.sell-mistakes .sell-cont {
  margin-left: 90px;
  padding-top: 70px;
}

.sell-mistakes .sell-cont h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 40px;
}

.sell-mistakes .sell-cont p {
  color: #f5f5f5;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 60px;
}

.sell-mistakes img {
  margin-left: 11px;
}

a {
  text-decoration: none;
  color: #fff;
}

.btn-orange {
  background: #f37127;
  padding: 20px 40px;
  border-radius: 30px;
  transition: ease-in 0.2s;
  text-transform: uppercase;
  color: #fff;
}

.btn-orange:hover {
  color: #fff;
  background: #f8b420;
}

.btn-blue {
  background: #306ab3;
  padding: 20px 40px;
  border-radius: 30px;
  transition: ease-in 0.2s;
  color: #fff;
  margin-right: 20px;
  text-transform: uppercase;
}

.btn-blue:hover {
  color: #fff;
  background: #66a5db;
}

.easy-steps {
  background: #142e40;
  padding: 70px 0 130px;
}

.easy-steps .circle-bg {
  position: relative;
}

.easy-steps .circle-bg .rounded-bg {
  position: absolute;
  z-index: 5;
  left: -80px;
  bottom: -80px;
}

.easy-steps .circle-bg .original {
  z-index: 10;
  position: relative;
}

.easy-steps h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 75px;
  text-align: center;
}

.easy-steps .step-wrap {
  padding-left: 40px;
  display: flex;
  padding-top: 10px;
}

.easy-steps .step-wrap h4 {
  color: #f37127;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.easy-steps .step-wrap p {
  color: #f5f5f5;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding-right: 40px;
}

.easy-steps .step-wrap .steps {
  background: url(../images/round.png) no-repeat;
  width: 50px;
  height: 50px;
  color: #fff;
  padding: 9px 0 0 15px;
  font-size: 14px;
}

.easy-steps .step-wrap .step-cont {
  padding-top: 5px;
  padding-left: 5px;
}

.best-solution {
  margin-top: 80px;
  padding-bottom: 100px;
}

.best-solution .solution-bg {
  background: url(../images/img-04.jpg) no-repeat top right;
  height: 450px;
  background-size: 60%;
}

.best-solution .solutions {
  background: #fff;
  padding: 40px;
  box-shadow: 0 2px 20px #eee;
  margin-top: 40px;
}

.best-solution .solutions h2 {
  color: #0a4d7b;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.best-solution .solutions ul {
  padding: 0;
  margin: 0;
}

.best-solution .solutions ul li {
  list-style-type: none;
  display: block;
  margin: 5px 0;
  padding-left: 40px;
  font-size: 16px;
}

.best-solution .solutions ul li:before {
  content: "";
  background: url(../images/chk.jpg) no-repeat 0px 14px;
  background-size: 90%;
  width: 21px;
  height: 33px;
  display: inline-block;
  margin-left: -40px;
  margin-right: 20px;
  margin-top: 0px;
}

.further-steps {
  background: #306ab3;
  padding-top: 70px;
  padding-bottom: 60px;
}

.further-steps h3 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
}

.further-steps p {
  color: #fff;
  margin-top: 20px;
}

.further-steps .step-card {
  text-align: center;
}

.further-steps .step-card .img-top {
  width: 100%;
  margin-bottom: 20px;
}

.further-steps .step-card .img-top img {
  max-width: 100%;
  width: 15%;
}

.further-steps .step-card h4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.further-steps .step-card p {
  font-size: 14px;
  padding: 0 20px;
  line-height: 20px;
}

.contact {
  background: #142e40;
}

.contact img {
  margin-left: -11px;
}

.contact .cont-dtls {
  padding: 50px 40px;
  margin-top: 30px;
}

.contact .cont-dtls h3 {
  color: #f37127;
  font-size: 17px;
}

.contact .cont-dtls h2 {
  color: #fff;
  font-size: 27px;
  line-height: 36px;
}

footer {
  text-align: center;
  padding: 35px 0;
  font-size: 15px;
}

footer a {
  color: #505050;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .sell-mistakes .sell-cont {
    padding-top: 50px;
    margin-left: 70px;
  }
  .top-section h1 {
    margin-top: 20px 0;
    font-size: 33px;
    line-height: 38px;
  }
  .top-section p {
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1119px) {
  p {
    font-size: 15px;
  }
  .top-section h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .top-section p {
    font-size: 14px;
  }
  .sell-mistakes .sell-cont {
    margin-left: 70px;
  }
  .sell-mistakes .sell-cont h3 {
    line-height: 36px;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sell-mistakes .sell-cont p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .sell-mistakes .sell-cont {
    padding-top: 30px;
  }
  .btn-blue,
  .btn-orange {
    padding: 13px 20px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  img {
    max-width: 100%;
  }
  section.sell-mistakes .sell-cont {
    margin-left: 50px;
  }
  .top-section h1 {
    color: #0a4d7b;
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 10px;
    line-height: 24px;
    font-size: 17px;
  }
  .top-section p {
    line-height: 18px;
    font-size: 13px;
    padding-bottom: 20px;
  }
  .btn-blue,
  .btn-orange {
    padding: 13px 20px;
    font-size: 13px;
  }
  .blue-sripe {
    background: #306ab3;
    height: 80px;
    width: 100%;
    margin-top: -128px;
    padding-top: 28px;
  }
  .our-difference p {
    margin-left: 30px;
    font-size: 13px;
    line-height: 19px;
  }
  .our-difference h2 {
    color: #0a4d7b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-left: 30px;
  }
  .sell-mistakes .sell-cont {
    margin-left: 90px;
    padding-top: 25px;
  }
  .sell-mistakes .sell-cont h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .sell-mistakes .sell-cont p {
    color: #f5f5f5;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 50px;
  }
  .sell-cont .btn-orange {
    float: left;
    margin-bottom: 30px;
  }
  .easy-steps h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 50px;
    text-align: center;
  }
  .easy-steps .step-wrap p {
    color: #f5f5f5;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    padding-right: 40px;
    margin-bottom: 10px;
  }
  .easy-steps .step-wrap h4 {
    color: #f37127;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .easy-steps {
    padding-bottom: 70px;
  }
  .best-solution .solutions h2 {
    color: #0a4d7b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .best-solution .solutions ul li {
    font-size: 12px;
  }
  .best-solution {
    padding-bottom: 10px;
  }
  .further-steps h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .further-steps {
    padding-top: 40px;
  }
  .further-steps .step-card {
    margin-bottom: 50px;
  }
  .contact .cont-dtls {
    padding: 15px 30px 25px;
    margin-top: 0;
  }
  .contact .cont-dtls h2 br {
    display: none;
  }
  .contact .cont-dtls h2 {
    font-size: 17px;
    line-height: 22px;
  }
  .contact .cont-dtls h3 {
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .contact .btn-blue {
    padding: 10px 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .contact .btn-orange {
    padding: 10px 0;
    font-size: 10px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
  }
  .easy-steps .circle-bg .rounded-bg {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: -20px;
    width: 50%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .p-5 {
    padding: 20px !important;
  }
  .best-solution {
    padding-bottom: 30px;
  }
  .best-solution .solution-bg {
    height: auto;
  }
  .best-solution .solutions {
    padding: 30px;
  }
  .top-section h1 {
    color: #0a4d7b;
    margin: 25px 0 15px;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 15px;
    line-height: 32px;
    font-size: 21px;
    text-align: center;
  }
  .top-section p {
    margin-right: 0;
    font-size: 14px;
    text-align: center;
  }
  .mob-order-2 {
    order: 2 !important;
  }
  .mob-order-1 {
    order: 1 !important;
  }
  .blue-sripe {
    margin-top: -20px;
    text-align: center;
  }
  .mob-txt-center {
    text-align: center;
  }
  .mob-w-70 {
    width: 75% !important;
  }
  .btn-orange.call-us {
    margin-left: 0;
  }
  .our-difference h2 {
    color: #0a4d7b;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 13px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .our-difference p {
    margin-left: 30px;
    line-height: 21px;
    font-size: 14px;
  }
  .sell-mistakes .sell-cont {
    margin-left: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .sell-mistakes .sell-cont h3 {
    line-height: 27px;
    font-size: 19px;
    margin-bottom: 20px;
  }
  .sell-mistakes .sell-cont p {
    color: #f5f5f5;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 30px;
  }
  .btn-blue,
  .btn-orange {
    padding: 13px 20px;
    font-size: 13px;
  }
  .easy-steps h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 43px;
    text-align: center;
  }
  .easy-steps {
    background: #142e40;
    padding: 50px 0 70px;
  }
  .step-wrap {
    margin-top: 40px;
  }
  .easy-steps .step-wrap .steps {
    width: 60px;
  }
  .easy-steps .step-wrap {
    padding-left: 20px;
    margin-top: 20px;
  }
  .easy-steps .step-wrap .step-cont {
    margin-left: 15px;
  }
  .best-solution .solution-bg {
    background: none;
  }
  .best-solution {
    margin-top: 20px;
  }
  .best-solution .solutions h2 {
    color: #0a4d7b;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  .further-steps h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
  }
  .contact {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .contact img {
    margin-left: 0;
  }
  .contact .cont-dtls {
    padding: 20px;
  }
  .contact .cont-dtls h3 {
    font-size: 15px;
    line-height: 22px;
  }
  .btn-blue,
  .btn-orange {
    padding: 11px 14px;
    font-size: 10px;
  }
  .easy-steps .circle-bg .rounded-bg {
    left: -20px;
    bottom: -20px;
    width: 50%;
  }
}
