/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
  color: #707070;
}

body,
html {
  overflow-x: hidden;
  background: #24b573;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #24b573;
}

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pd0 {
  padding: 0 !important;
}

.mr0 {
  margin: 0 !important;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  background: #e8e8e8;
  height: 70px;
  /* background: url("../images/backimg2.webp") top; */
}

.header img {
  height: 100px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  padding: 9px 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

#home-carousel img {
  width: 100%;
  height: 100vh;
}

#home-carousel .carousel-control {
  background-image: none;
}

#home-carousel .carousel-control .glyphicon {
  color: #56bb45;
}

.header {
  background: transparent !important;
}

.sec-formwrap {
  margin-top: 0;
  padding: 80px 0 40px;
  width: 100%;
  position: relative;
}

.sec-formwrap .testimonial {
  text-align: center;
  font-size: 36px;
}

.sec-formwrap .person {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #525252;
}

.sec-formwrap {
  background: url(../images/hero-bg.jpg) no-repeat center center/cover;
  padding: unset !important;
}

.overlay {
  background: linear-gradient(180deg, rgba(10, 22, 18, 0.55), rgba(10, 22, 18, 0.72));
  padding: 140px 0px 80px;
}

.sec-formwrap .testimonial {
  color: #fff;
}

.sec-formwrap .form-txt {
  color: #f0f5f2;
}

.sec-formwrap .sec-line {
  height: 2px;
  background: #9e9e9e;
  width: 40%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.sec-formwrap .form-txt {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
}

.sec-formwrap .quote {
  /* background: url(../images/quotation-marks.webp) no-repeat center; */
  background-size: 140px;
  padding: 10px 0;
}

/* ******** */
.sec-formwrap1 {
  background: url(../images/hero-bg.jpg) no-repeat center center/cover;
  /* padding: unset !important; */
}

.overlay {
  background: linear-gradient(180deg, rgba(10, 22, 18, 0.55), rgba(10, 22, 18, 0.72));
  padding: 140px 0px 80px;
}

.sec-formwrap1 .testimonial {
  color: #fff;
}

.sec-formwrap1 .form-txt {
  color: #f0f5f2;
}

.sec-formwrap1 .sec-line {
  height: 2px;
  background: #9e9e9e;
  width: 40%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.sec-formwrap1 .form-txt {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
}

.sec-formwrap1 .quote {
  background: url(../images/quotation-marks.webp) no-repeat center;
  background-size: 140px;
  padding: 20px 20px;
  background-color: rgba(10, 22, 18, 0.35);
  border-radius: 10px;
  outline: 1px dashed #a0ffd7;
  outline-offset: -8px;
}

.sec-formwrap1 {
  margin-top: 0;
  padding: 110px 0 100px !important;
  width: 100%;
  position: relative;
  /* padding: 50px 0px !important; */
}

.sec-formwrap1 .testimonial {
  text-align: center;
  font-size: 22px !important;
  line-height: 32px !important;
}

.btn-wrap {
  margin: 40px 0;
}

.btn-wrap2 {
  margin: 40px 0;
}

.popup-btn {
  border: none !important;
  background: #24b573 !important;
}

.btn-wrap a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #1fb674, #24b573 73%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  padding: 0 24px;
  min-height: 56px;
  border-radius: 10px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-wrap a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(31, 182, 116, 0.35);
  color: #fff;
  text-decoration: none;
}

.btn-wrap a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #109d60;
  border-radius: 10px;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.btn-wrap2 a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #1fb674, #24b573 73%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  padding: 0 24px;
  min-height: 56px;
  border-radius: 10px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-wrap2 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(31, 182, 116, 0.35);
  color: #fff;
  text-decoration: none;
}

.btn-wrap2 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #109d60;
  border-radius: 10px;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.modal .modal-content {
  background: #fff !important;
}

.btn-wrap .morehighlight {
  width: 100%;
  background: #1d7973;
  background: -webkit-linear-gradient(top left, #1d7973, #d3e932);
  background: -moz-linear-gradient(top left, #1d7973, #d3e932);
  background: linear-gradient(to bottom right, #1d7973, #d3e932);
}

.btn-wrap .morehighlight::after {
  border: 2px solid #64a342;
}

.btn-wrap2 .morehighlight {
  width: 100%;
  background: #1d7973;
  background: -webkit-linear-gradient(top left, #1d7973, #d3e932);
  background: -moz-linear-gradient(top left, #1d7973, #d3e932);
  background: linear-gradient(to bottom right, #1d7973, #d3e932);
}

.btn-wrap2 .morehighlight::after {
  border: 2px solid #64a342;
}

#pageloader {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader .loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pageloader .loading-wrap img {
  width: 100px;
  transform: rotateY(0deg);
  -webkit-animation: rotateAnimation 2.5s ease-in infinite;
  animation: rotateAnimation 2.5s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/*--- Modal Css ---------*/
.modal {
  z-index: 99999;
  background: rgba(185, 185, 185, 0.6);
}

.modal .modal-content {
  background-color: #fff !important;
}

.modal .modal-content .modal-body {
  background-size: cover;
  padding-bottom: 30px;
}

.modal .modal-content .modal-body .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #333;
  opacity: 1;
  outline: none;
}

.modal .modal-content .modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.modal .modal-content .modal-body h3 {
  color: #1a1a1a;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-top: -35px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.modal .modal-content .modal-body p {
  color: #707070;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.modal .modal-content .modal-body img {
  width: 80px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -55px;
}

.modal .modal-dialog {
  margin-top: 80px !important;
  z-index: 9999 !important;
}

/*---------Modal Form---------------- */
.modal-form input,
.modal-form select {
  height: 40px;
  border: 1px solid #dcdcdc;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
  outline: none !important;
}

/* .modal-body {
  padding-top: 5vw;
} */

.modal-form input::placeholder,
.modal-form select::placeholder {
  color: #222222;
}

.modal-form .input-group-addon {
  background: #fff;
  color: #1fb674;
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.modal-form .input-group-addon .form-ico {
  font-size: 19px !important;
}

.modal-form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.modal-form .form-group .form-control:focus {
  box-shadow: none !important;
}

.error {
  color: #f00;
  font-weight: 600;
  padding: 4px;
}

/* Document upload rows: stacked label + file input, so they need auto height
   (the base .form-group is a fixed 40px). */
.modal-form .form-group.upload-group {
  height: auto;
  margin-bottom: 18px;
}

.modal-form .upload-label {
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  margin-bottom: 6px;
}

.modal-form .upload-group input[type="file"] {
  height: auto;
  padding: 8px 10px;
  border-radius: 7px !important;
  background: #fff;
  color: #222;
}

.popup-btn {
  color: #fff !important;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  background: #24b573;
}

.popup-btn:hover {
  background: #1cb473;
}

.popup-btn:focus {
  outline: none;
  background: #1cb473;
}

footer {
  background: #24b573 !important;
  padding: 15px 0 40px;
}

footer img {
  width: 170px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

footer .adress {
  color: #a0ffd7;
}

footer .adress p {
  text-align: center;
  font-size: 16px;
  margin: 8px 0;
  line-height: 22px;
}

footer .adress p a {
  color: #ffffff !important;
}

footer .policy {
  text-align: center;
  color: #a0ffd7;
  line-height: 18px;
  font-size: 13px;
}

.ref-btn {
  color: #ffffff;
}

.ref-btn:hover,
.ref-btn:focus {
  color: #ffffff;
}

.form-line {
  margin: 0 0 20px !important;
}

.captcha_img {
  width: 100% !important;
  top: 0 !important;
  margin-bottom: 20px !important;
}

.ref-icon {
  font-size: 34px;
  margin-left: 10px;
  color: #ffffff !important;
}

.go_back{
      display: block;
    color: #fff;
    max-width: 140px;
    text-align: center;
    margin: 0 auto;
    background: #24b573;
    padding: 10px;
    text-decoration: none !important;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.spe_checkbox{
    color: #444;
}
.spe_checkbox input{
    width: unset;
    height: unset;
    border: none;
}

/* =====================================================
   CP REGISTRATION MODAL — clean redesign
   ===================================================== */

#referral-modal2 .modal-dialog {
    width: 700px;
    max-width: 96vw;
}

#referral-modal2 .modal-content {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

#referral-modal2 .modal-body {
    padding: 0 !important;
    max-height: 88vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#referral-modal2 .modal-body::-webkit-scrollbar { width: 5px; }
#referral-modal2 .modal-body::-webkit-scrollbar-track { background: #f5f5f5; }
#referral-modal2 .modal-body::-webkit-scrollbar-thumb { background: #24b573; border-radius: 4px; }

/* modal header */
.cp-modal-header {
    background: linear-gradient(135deg, #1a9e63, #24b573);
    padding: 22px 24px 18px;
    text-align: center;
    position: relative;
}
.cp-modal-header .close {
    position: absolute;
    right: 14px;
    top: 12px;
    color: #fff;
    opacity: 0.85;
    font-size: 22px;
    line-height: 1;
    text-shadow: none;
}
.cp-modal-header .close:hover { opacity: 1; }
.cp-modal-header .cp-modal-logo {
    width: auto;
    height: 48px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.cp-modal-header .cp-modal-logo img {
    width: auto;
    height: 44px;
    margin: 0;
    top: 0;
    position: static;
    display: block;
    object-fit: contain;
}
.cp-modal-header h3 {
    color: #fff !important;
    font-size: 17px !important;
    letter-spacing: 2px !important;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.cp-modal-header p {
    color: rgba(255,255,255,0.8) !important;
    font-size: 12px !important;
    margin: 4px 0 0 !important;
    letter-spacing: 0.5px;
}

/* form body */
.cp-form-body {
    padding: 20px 20px 28px;
    background: #f4f7f6;
}

/* section card */
.cp-section {
    background: #fff;
    border: 1px solid #ddeee6;
    border-radius: 10px;
    padding: 14px 14px 4px;
    margin-bottom: 14px;
}

.cp-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #1a9e63;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0f0e8;
}
.cp-section-title i {
    width: 24px;
    height: 24px;
    background: #24b573;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

/* --- Fix Bootstrap column gutters inside sections --- */
/* flex-wrap replaces Bootstrap's float-based grid here: each section packs
   every field into ONE shared .row, and float columns only line up cleanly
   when every column in that row is the same height. Since field heights
   vary (an error label showing on one field but not its neighbor), floats
   would tuck the next field into leftover space instead of a clean new
   line — fields visually "switch" position. Flex line-wrapping always
   starts the next line below the tallest item in the previous line,
   regardless of height differences, so pairing stays correct. */
.cp-section > .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.cp-section > .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

/* --- Override ALL conflicting global .modal-form styles --- */
#CP-form-2 .form-group {
    height: auto !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
}

/* Input group: icon + field must sit flush together */
#CP-form-2 .input-group {
    display: flex !important;
    width: 100%;
}

#CP-form-2 .input-group-addon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 44px !important;
    background: #d4f2e4 !important;
    color: #0f7a45 !important;
    border: 2px solid #7ecba4 !important;
    border-right: none !important;
    border-radius: 8px 0 0 8px !important;
    font-size: 15px !important;
    flex-shrink: 0;
    padding: 0 !important;
}

#CP-form-2 .input-group .form-control,
#CP-form-2 .input-group input.form-control,
#CP-form-2 .input-group select.form-control {
    flex: 1 !important;
    height: 44px !important;
    border: 2px solid #7ecba4 !important;
    border-left: none !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 0 12px !important;
    font-size: 13.5px !important;
    color: #111 !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100% !important;
    font-weight: 500 !important;
}

#CP-form-2 .input-group .form-control:focus,
#CP-form-2 .input-group input.form-control:focus,
#CP-form-2 .input-group select.form-control:focus {
    border-color: #1a9e63 !important;
    border-left: none !important;
    box-shadow: none !important;
    background: #f6fffa !important;
}

#CP-form-2 .input-group:focus-within .input-group-addon {
    border-color: #1a9e63 !important;
    color: #0f7a45 !important;
    background: #b2ecd0 !important;
}

#CP-form-2 input::placeholder,
#CP-form-2 select option[value=""] {
    color: #aaa !important;
    font-size: 13px;
}

/* error label — reserved height so a field toggling between valid/invalid
   doesn't change its own box height and shift every field below it.
   jQuery Validate's default success/unhighlight handling calls .hide(),
   which sets an inline display:none — !important is required here to
   override that inline style and keep the label's space reserved. */
#CP-form-2 .error {
    font-size: 11px;
    color: #e53935;
    padding: 2px 0 0;
    display: block !important;
    min-height: 15px;
}

/* marketing channels checkbox grid */
.cp-channels-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}
.cp-channel-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fffe;
    border: 1.5px solid #c8e8d8;
    border-radius: 7px;
    padding: 8px 10px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}
.cp-channel-item:hover { border-color: #24b573; background: #edfaf4; }
.cp-channel-item input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    border: none !important;
    accent-color: #24b573;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
}

/* file upload cards */
.cp-upload-card {
    background: #f6fffa;
    border: 2px dashed #7ecba4;
    border-radius: 9px;
    padding: 10px 12px 8px;
    margin-bottom: 10px;
    transition: border-color 0.2s, background 0.2s;
}
.cp-upload-card:hover { border-color: #1a9e63; background: #edfaf4; }
.cp-upload-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #0f6e3e;
    margin-bottom: 6px;
    line-height: 1.3;
}
.cp-upload-label i { color: #1a9e63; font-size: 13px; flex-shrink: 0; }
.cp-upload-required {
    display: inline-block;
    background: #c2f0d8;
    color: #0f6e3e;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 2px;
    letter-spacing: 0.4px;
    white-space: nowrap;
}
.cp-upload-optional {
    display: inline-block;
    background: #e8e8e8;
    color: #777;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 2px;
    letter-spacing: 0.4px;
    white-space: nowrap;
}
.cp-upload-card input[type="file"] {
    width: 100%;
    font-size: 12px;
    color: #333;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: block;
    margin: 0;
}
.cp-upload-hint {
    font-size: 11px;
    color: #aaa;
    margin-top: 3px;
    line-height: 1.3;
}

/* declaration */
.cp-declaration {
    background: #fffcec;
    border: 1.5px solid #e8d87a;
    border-radius: 9px;
    padding: 13px 15px;
    margin-bottom: 4px;
}
.cp-declaration label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12.5px;
    color: #555;
    line-height: 1.6;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
}
.cp-declaration input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    border: none !important;
    accent-color: #24b573;
    flex-shrink: 0;
    margin-top: 3px !important;
    padding: 0 !important;
}
.cp-declaration .error {
    font-size: 11px;
    color: #e53935;
    margin-top: 4px;
    display: block;
}

/* submit button */
.cp-submit-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #1a9e63, #24b573);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    margin-top: 16px;
    transition: opacity 0.2s, transform 0.15s;
    box-shadow: 0 4px 14px rgba(36,181,115,0.3);
}
.cp-submit-btn:hover { opacity: 0.92; transform: translateY(-1px); }
.cp-submit-btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

@media (max-width: 767px) {
    #referral-modal2 .modal-dialog { width: 100%; margin: 8px auto; }
    .cp-channels-grid { grid-template-columns: 1fr; }
    .cp-form-body { padding: 14px 12px 22px; }
}

/*----------------------------- Responsive----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .btn-wrap a {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    padding: 0 14px;
  }

  .btn-wrap2 a {
    text-align: center;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    padding: 0 14px;
  }

  /* .modal-body {
    padding-top: 70px;
  } */

  .pdm0 {
    padding: 0 !important;
  }

  .header {
    height: 50px;
  }

  .header img {
    height: 50px;
    width: auto;
    max-width: 90%;
    padding: 7px 0;
  }

  .sec-formwrap {
    margin-top: 0;
    padding: 60px 0 40px;
  }

  .sec-formwrap .testimonial {
    font-size: 27px;
  }

  .sec-formwrap .quote {
    background-size: 270px;
    padding: 50px 0;
  }

  .btn-wrap .morehighlight {
    font-size: 20px;
  }

  .btn-wrap2 .morehighlight {
    font-size: 20px;
  }

  #home-carousel img {
    object-fit: contain;
  }
}

/*# sourceMappingURL=style.css.map */

.sec-formwrap .testimonial {
  text-align: center;
  font-size: 22px !important;
  line-height: 32px !important;
}

footer {
  background: #24b573 !important;
  padding: 15px 0 40px;
}

footer img {
  background: transparent;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .sec-formwrap .testimonial {
    font-size: 16px !important;
  }
}
