.common-pd {
  padding: 70px 0;
}
.common-small-pd {
  padding: 60px 0;
}
.grey-bg {
    background: #fafafa;
}
.common-sec-title {
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 50px !important;
  text-transform: capitalize !important;
  color: #000;
  margin-bottom: 18px !important;
}
.common-desc {
  font-size: 15px;
  margin-bottom: 14px;
}
.common-heading {
  font-size: 17px !important;
  margin-bottom: 14px;
}
.img-responsive {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mfn-footer-social {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
footer.footer .copyright-footer {
  margin-top: 30px;
  border-top: 1px solid #686868;
  padding-top: 14px;
}
.mfn-theme-btn {
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #e55c28;
  margin-top: 20px;
}
.mfn-theme-btn span {
  border-radius: 30px;
  display: flex;
  color: #fff;
  padding: 15px 40px;
  border: 2px solid #fff;
  background: #e55c28;
  outline: none;
  font-weight: 500;
  align-items: center;
  gap: 10px;
}
.mfn-main-sec {
  padding-top: 90px;
}
.mfn-points-sec .mfn-info-block {
  background: #F9F9F9;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
.mfn-points-sec .image-block {
  height: 60px;
  width: 60px;
  margin-bottom: 22px;
}
.mfn-info-block .common-sec-title {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  line-height: normal !important;
}
.mfn-video-sec .mfn-video-block {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mfn-video-sec .mfn-video-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.mfn-protection-sec {
  background: #e55c28;
}
.mfn-protection-sec .right-part img {
  width: 230px;
  margin-bottom: 20px;
}
.mfn-protection-sec .right-part .title {
  font-size: 17px;
}
.mfn-report-sec img {
  height: 500px;
  object-fit: contain;
}
.mfn-testimonial-sec .icon-left {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  cursor: pointer;
}
.mfn-testimonial-sec .icon-right {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  cursor: pointer;
}
.mfn-testimonial-sec .slick-prev, .mfn-testimonial-sec .slick-next {
  display: none !important;
}
.mfn-testimonial-sec .title {
  font-size: 16px;
}
.payment-service .image-block {
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-service .image-block img {
  margin-bottom: 0 !important;
}
footer.footer {
  background: #F9F9F9;
}
section.mfn-testimonial-sec {
  background: #fafafa;
}

/* Responsive CSS */
@media (max-width: 1400px) {
  .common-pd {
    padding: 60px 0;
  }
  .common-small-pd {
    padding: 50px 0;
  }
  .common-sec-title {
    font-size: 38px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 1201px) {
  .common-pd {
    padding: 50px 0;
  }
  .common-small-pd {
    padding: 40px 0;
  }
  .common-desc {
    font-size: 14px;
  }
}
@media (max-width: 1099px) { 
  .common-sec-title {
    font-size: 34px !important;
    line-height: 44px !important;
  }
}
@media (max-width: 992px){
  .common-sec-title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 800px){
  .mfn-banner-sec .row {
    flex-flow: column-reverse;
    row-gap: 20px;
  }
  .common-sec-title {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 12px !important;
  }
  section.mfn-banner-sec {
    padding-top: 24px;
  }
  .mfn-points-sec .row {
    padding-top: 10px !important;
    row-gap: 24px;
  }
  .mfn-protection-sec .row {
    row-gap: 18px;
  }
  .mfn-report-sec .row {
    flex-flow: column-reverse;
    row-gap: 22px;
  }
  .mfn-testimonial-sec .title {
    font-size: 16px;
  }
  .mfn-theme-btn span { padding: 10px 18px; }
}
@media (max-width: 600px) {
  .common-sec-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  .common-pd, .common-small-pd {
    padding: 40px 0;
  }
  header .navbar-brand img {
    width: 170px;
  }
  header .navbar {
    padding: 15px 10px 15px 25px;
  }
  .common-heading {
    font-size: 16px !important;
    margin-bottom: 6px;
  }
  header .navbar-light .navbar-nav .support a {
    padding: 8px 15px;
    font-size: 14px;
  }
  .mfn-cta-sec .mfn-theme-btn {
    float: unset !important;
    margin-top: 10px !important;
  }
  .mfn-testimonial-sec .row:last-child {
    margin: 0 30px;
  }
  .mfn-testimonial-sec .icon-left {
    left: -28px;
  }
  .mfn-testimonial-sec .icon-right {
    right: -28px;
  }
  .mfn-testimonial-sec .title {
    font-size: 15px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
    header .navbar {
        padding: 10px 12px;
    }
header .navbar-brand img {
    width: 150px;
}
header .navbar-nav li { padding: 0px; }
}
@media (max-width: 380px) {
  .common-sec-title {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  header .navbar-brand {
    margin-right: 0;
  }
}