@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
}

* html {
  font-size: 87.5%
}

html {
  -ms-overflow-x: hidden;
  overflow-x: hidden
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  overflow-wrap: break-word;
  word-wrap: break-word
}

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;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  font-family: "Raleway", sans-serif;
}

p,
span {
  line-height: 1.4;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

p {
  margin: 0 0 20px;
  color: #383838;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Lora", serif;
}

h1 {
  font-size: 75px;
  font-family: "Lora", serif;
}

h2 {
  font-size: 64px;
  letter-spacing: -1.92px;
  font-family: "Lora", serif;
}

h3 {
  font-size: 52px;
  letter-spacing: -1.92px;
  font-family: "Lora", serif;
}

h4 {
  font-size: 32px;
  letter-spacing: -1.92px;
  font-family: "Lora", serif;
}

a {
  cursor: pointer;
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

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

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

caption,
th,
td {
  font-weight: normal;
  text-align: left
}

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

blockquote,
q {
  quotes: none
}


a:hover,
a:active {
  outline: 0
}

a img {
  border: 0
}

img {
  max-width: 100%;
  height: auto
}

select {
  max-width: 100%
}

em {
  font-style: italic
}

figure>img {
  display: block;
  margin: 0 auto
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

b,
strong {
  font-weight: bold;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #c2c2c2;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

::placeholder {
  color: #c2c2c2;
  font-size: 12px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1240px;
}

label {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #000000;
}

.hide {
  display: none;
}

.grid {
  display: flex;
}

input,
select {
  background-color: #ffffff;
  border-color: #D1D1D1;
  border-width: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

form input:hover,
form input:focus,
form select:hover,
form select:focus,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #ddd;
  outline: 0;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
  display: inline-block;
  min-height: 45px;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 12px;
  margin-top: 5px;
  font-family: "Raleway", sans-serif;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  color: #1D1F24;
  border: 1px solid #BDC1C7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

button.primary-button,
.btn-primary {
  border: 0;
  color: #fff;
  border-style: none;
  padding: 12px 40px;
  cursor: pointer;
  background: #3F9F7F;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: .4s;
}

button.primary-button:hover,
.btn-primary:hover {
  background: #000465;
  transition: .4s;
}

button.primary-button>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.primary-button .button-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

button.primary-button svg {
  height: 16px;
  width: 16px;
  fill: #E1E2E3;
  position: relative;
  top: 3px;
}

button.primary-button span.button-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0.2rem;
}

button.secondary-button {
  border: 0;
  color: #fff;
  border-style: none;
  border-radius: 25px;
  padding: 12px 40px;
  cursor: pointer;
  background: #3F9F7F;
  border-radius: 10px;
  width: 100%;
  max-width: 255px;
  cursor: pointer;
}

button.secondary-button:hover {
    color: #fff;
    transition: .4s;
    background: #000465;
}

button.secondary-button>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.secondary-button .button-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

button.secondary-button svg {
  height: 16px;
  width: 16px;
  fill: #E1E2E3;
  position: relative;
  margin-left: 0.5rem;
}

button.secondary-button span.button-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0.2rem;
}

button.disabled {
  background-color: #E1E2E3;
}

button.terriorty-button svg {
  height: 16px;
  width: 16px;
  fill: #000465;
  position: relative;
  margin-left: 0.5rem;
  top: 4px;
  transform: rotate(180deg);
}

.tab-content .form-button button.terriorty-button {
  border: 1px solid #000465;
  border-radius: 50px;
  padding: 1rem 4rem;
  margin-right: 2rem;
  color: #000465;
}

button.terriorty-button span {
  font-weight: bold;
}

button.terriorty-button {
  border: 0;
  background: transparent;
  padding: 1rem;
  border-radius: 50px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-left p {
  text-align: left;
  margin: 0 !important;
}

.mt8 {
  margin-top: 8rem;
}

.mb8 {
  margin-bottom: 8rem;
}

.p6 {
  padding: 6rem 0;
}

.mobile-join-now {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 2px -5px 63px -15px rgba(29, 32, 97, 0.75);
  -webkit-box-shadow: 2px -5px 63px -15px rgba(29, 32, 97, 0.75);
  -moz-box-shadow: 2px -5px 63px -15px rgba(29, 32, 97, 0.75);
}

.mobile-join-now a {
  background-color: #000465;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}


/* TOP BAR */
.top-bar {
    background-color: #3D9578;
    text-align: center;
    width: 100%;
}

.top-bar h6,
.top-bar h6 b {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    font-style: normal;
    line-height: 3rem;
}

.top-bar h6 b {
    font-weight: bold;
}

header {
    margin: 1rem 0;
}

header .header-wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}


header .header-wrap .nav-menu .navbar .nav {
    display: flex;
    justify-content: space-around;
    list-style: none;
}


header .header-wrap .nav-menu .navbar .nav li a {
    font-family: "Raleway", sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1rem;
    margin-left: 14px !important;
    margin-right: 14px !important;
    text-decoration: none;
    color: #000;
    transition: .4s;
    position: relative;
    /* margin: 5px 0; */
}

header .header-wrap .nav-menu .navbar .nav li a:hover {
    background-color: transparent;
    color: #000;
    transition: .4s;
    font-weight: 700;
}

header .header-wrap .nav-menu .navbar .nav li a:hover,header .header-wrap .nav-menu .navbar .nav li.active a {
    color: #3F9F7F;
}

header .header-wrap .nav-menu .navbar .nav li a:after {
    content: "";
    background-color: none;
    position: absolute;
    width: 100%;
    display: block;
    height: 3px;
    right: 0;
    border-radius: 0;
    opacity: 0;
    transition: .4s;
    bottom: auto;
    visibility: hidden;
}

header .header-wrap .nav-menu .navbar .nav li a:hover:after {
    content: "";
    opacity: 1;
    transition: .4s;
}

header .header-wrap .join-now svg {
    position: relative;
    top: 2px;
}

header .header-wrap .join-now svg {
    position: relative;
    top: 2px;
}


/*--- Dropdown Header menu ---*/
ul.submenu {
    position: absolute;
    background-color: #fff;
    top: 63px;
    bottom: auto;
    list-style: none;
    padding: 0.5em 1.2em;
    box-shadow: 1px 13px 8px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 13px 8px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 13px 8px -4px rgba(0, 0, 0, 0.2);
    border: 1px solid #3f9f7f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 6px;
    z-index: 999;
}

header .header-wrap ul.submenu li,
header .header-wrap ul.submenu li a {
    padding: 0;
    margin-left: 0 ! important;
    margin-right: 0 ! important;
}

header .header-wrap ul.submenu li {
    display: block;
    line-height: 1.5;
    padding: 8px 10px;
}

header .header-wrap ul.submenu li a {
    display: block;
    line-height: 1.5;
    padding: 11px 10px;
}

header .header-wrap ul.submenu li a:after {
    border: 0;
    background-color: #fff !important;
    content: none !important;
}

header .header-wrap .nav-menu .navbar .nav .nav-ev:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

header .header-wrap .nav-menu .navbar .nav li a.dropdown-menu:after {
    display: block;
    margin: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    content: "";
    opacity: 1;
    visibility: visible;
    transform: rotate(-137deg);
    top: 0;
    right: -12px;
    bottom: 0 !important;
    border-radius: 0;
}


header .header-wrap .nav-menu .navbar .nav li:hover a.dropdown-menu:after {
    border-color: #3f9f7f;
    transform: rotate(43deg);
    top: 4px;
}

.logo img {
    max-width: 200px;
}

.side-button .btn {
    padding: 12px 30px;
}

ul.submenu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3f9f7f;
    position: absolute;
    top: -7px;
}

header .header-wrap ul.submenu li a {
    margin: 5px 0;
}

@media (max-width:767px) {
    .nav-menu .navbar .nav {
        flex-direction: column;
    }

    #mobile-hide {
        display: none;
    }

    header .header-wrap {
        padding: 5% 0;
    }

    .logo img {
        max-width: 150px;
    }
        .side-button .btn {
        padding: 12px 15px;
    }

  .humberger-menu .menu-toggle {
    width: 24px;
    height: auto;
    line-height: 3;
    position: relative;
  }

  header .header-wrap .humberger-menu {
    display: flex !important;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-content: center;
    border: 1px solid #3F9F7F;
    border-radius: 4px;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu .menu-toggle svg {
    fill: #3F9F7F;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu .menu-toggle .icon-close {
    display: none;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu.is-active div#hide-in-mobile {
    display: block;
    width: 100%;
    transition: left .5s;
    opacity: 1;
    left: 0;
    bottom: 0;
    height: auto;
    position: fixed;
    overflow: scroll;
    z-index: 999999;
  }

  .humberger-menu.is-active svg.humberger-menu-toggle__icon--close.icon-close {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 24px;
  }

  .humberger-menu.is-active svg.humberger-menu-toggle__icon--open.icon-menu-bar {
    opacity: 0;
    transition: transform 0.2s ease-out;
    height: 0;
  }

  header .header-wrap .nav-menu .navbar .nav li a.dropdown-menu:after {
    right: 0;
  }
    div#hide-in-mobile ul.nav li a.drodown-menu:after {
        display: block;
        margin: 0;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        position: absolute;
        content: "";
        opacity: 1;
        visibility: visible;
        transform: rotate(-137deg);
        top: 5px;
        right: 0;
    }

    div#hide-in-mobile ul.nav li a.drodown-menu:after {
        display: block;
        margin: 0;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        position: absolute;
        content: "";
        opacity: 1;
        visibility: visible;
        transform: rotate(-137deg);
        top: 5px;
        right: 0;
    }

    div#hide-in-mobile ul.nav li a {
        margin: 5px 25px;
        font-size: 16px;
    }

    div#hide-in-mobile ul.nav li {
        border-bottom: 1px solid #e3dfdf;
    }

    div#hide-in-mobile ul.nav li ul.submenu li {
        border: 0;
    }

    header .header-wrap .nav-menu .navbar .nav .nav-ev:hover a:after {
        border-color: #3f9f7f !important;
        transform: rotate(43deg) !important;
        top: 14px !important;
        border-top: 1px solid #3f9f7f;
        border-left: 1px solid #3f9f7f;
    }

    .humberger-menu.is-active div#hide-in-mobile {
        display: block;
        width: 100%;
        transition: left .5s;
        opacity: 1;
        left: 0;
        bottom: 0;
        height: auto;
        position: fixed;
        overflow: scroll;
        z-index: 999999;
    }

    #hide-in-mobile {
        padding: 1em 0;
        border-top: 1px solid #F0F1F2;
        background-color: #fff;
        position: absolute;
        left: -100%;
        top: 70px;
        z-index: 100;
        height: 0;
        width: 100%;
        opacity: 0;
        box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
        -webkit-box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
        -moz-box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
    }
}

/*Main Banner */
section.main-banner {
  z-index: 1;
  background-color: #ECFFFA;
  height: 600px;
}
.home section.main-banner:after {
    background: none;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8em 0 4em;
  height: 600px;
}

.main-row-grid .row-content .small-text {
  font-size: 14px;
  color: #000465;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.main-row-grid {
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  align-items: center;
}

.row-content h1,
.row-content h1 span {
  color: #000;
  font-weight: 600;
  margin: 1rem auto;
  font-size: 64px;
  line-height: 1.1;
  font-family: "Lora", serif;
}

.row-content h1 span {
  color: #3F9F7F;
  font-style: italic;
}

.row-content {
  padding-right: 6rem;
}

.row-content p {
  font-weight: 500;
  margin-bottom: 3rem;
}

.row-button {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

.row-button .how-works .btn.btn-secondary {
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  line-height: normal;
  vertical-align: middle;
}

.join-now {
  position: relative;
  top: 0;
  margin-right: 0;
}


.row-button .how-works .btn.btn-secondary .text {
  line-height: 2.6;
  margin-left: 1rem;
}

/*Committed-to-your-rights */

.heading-wrap .small-text {
  font-size: 14px;
  color: #000465;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.heading-wrap h2,
.heading-wrap h2 span {
  color: #3F9F7F;
  font-weight: 600;
  margin: 1rem auto;
  font-size: 64px;
  line-height: 1.1;
  font-family: "Lora", serif;
}

.heading-wrap h2 span {
  font-style: italic;
  color: #000;
}

.heading-wrap p {
  font-size: 16px;
  color: #000;
  max-width: 610px;
  line-height: 1.5;
  margin: 0 auto;
  font-weight: 500;
}

.grid-slide {
    margin: 4rem auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: grid;
    grid-template-rows: repeat(1, auto);
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em;
}

.slide-item .slide-content h3 {
  font-size: 32px;
  line-height: 1.15;
  color: #383838;
  max-width: 240px;
  font-weight: 500;
  margin: 2.5rem 0 1.5rem;
}

.slide-item .slide-content p {
  font-size: 14px;
  line-height: 1.4;
  color: #383838;
  font-weight: 500;
}


/* Trusted by clients who have been wronged by corporations */
.trusted-by-clients {
  background: #ECFFFA;
}

.result-grid-slide {
  margin: 4rem auto 2rem;
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2em;
  text-align: center;
  max-width: 1050px;
}


/*Meet Our Team*/

.team-grid-slide {
  margin: 4rem auto;
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5em;
}

.team-slide-item {
  background: #fff;
  border: 1px solid #00000020;
  border-radius: 6px;
}

.team-img img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

/* .team-img {
  min-height: 298px;
  overflow:hidden;
} */

.team-slide-item .team-content {
  padding: 4rem 3rem;
}

.team-slide-item .team-content h3 {
  color: #3F9F7F;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: bold;
}

.team-slide-item .team-content span {
  font-size: 14px;
  color: #000465;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 1rem 0 2rem;
  display: block;
}

.team-slide-item .team-content p {
  color: #383838;
  font-size: 16px;
}

.team-slide-item .team-content .btn a {
  color: #3F9F7F;
  font-weight: 600;
  font-size: 14px;
}

.faq {background-color: #ECFFFA;/* background: linear-gradient(93.43deg, #020F65 25.67%, #1B8867 96.31%); */color: #fff;}


/* FAQ*/
.accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.inner-grid {
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em;
}

.accordion .accordion-item {
  background-color: #fff;
  border: 1px solid hsl(0deg 0% 70.2% / 50%);
  position: relative;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.faq-head-inner p {
  max-width: 500px;
  font-weight: 400;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem;
  cursor: pointer;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #1A2B4C;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
  padding: 0 1rem 1rem;
  font-size: 16px;
  font-weight: 500;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}

.accordion .accordion-item.is-active .icon {
  transform: rotate(45deg);
  transition: transform .2s ease-out;
}

.icon {
  display: flex;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 1px solid;
  border-radius: 22px;
  transition: transform .2s ease-out;
  justify-content: center;
  align-items: center;
}

.icon::before {
  display: block;
  position: relative;
  content: '';
  top: 0;
  left: 1px;
  width: 15px;
  height: 1px;
  background: #000465;
  transition: transform .2s ease-out;
}

.accordion .accordion-item.is-active .icon {
  background-color: #000465;
}

.accordion .accordion-item.is-active .icon::before,
.accordion .accordion-item.is-active .icon::after {
  background: #fff;
  transition: transform .2s ease-out;
}

.icon::after {
  display: block;
  position: relative;
  content: '';
  top: 0px;
  left: -7px;
  width: 1px;
  height: 14px;
  background: #000465;
  transition: transform .2s ease-out;
}

/* Footer */
.footer-grid {
  margin: 0;
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5em;
}

.footer-grid .footer-item:last-child {
  border: 0;
}

.footer-bottom {
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding: 1.5rem 0;
}

.footer-bottom p {
  margin: 0;
  font-weight: 500;
  color: #000;
}

footer {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.footer-grid .footer-item {
  border-right: 1px solid rgb(0 0 0 / 10%);
  padding: 3rem 0;
}

.footer-grid .footer-item h2 {
  font-size: 30px;
  letter-spacing: -0.45px;
  color: #3F9F7F;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-grid .footer-item ul {
  list-style: none;
}

.footer-grid .footer-item ul li {
  line-height: 1.5;
  padding: 0.8rem 0;
  color: #383838;
  text-decoration: none;
  font-weight: 500;
}

.footer-grid .footer-item ul li a,
.footer-grid .footer-item p {
  color: #383838;
  text-decoration: none;
  font-weight: 500;
}

.footer-grid .footer-item ul li a:hover {
  color: #1A2B4C;
  transition: 0.4s;
}

.social-media ul li a {
  display: flex;
  align-items: center;
}

.social-media ul li a svg {
  margin-right: 1rem;
}

.bottom-content {
  text-align: center;
  background-color: #383838 !important;
  color: #fff;
  padding: 1rem;
}

.bottom-content p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
	letter-spacing: 0;
}
.trusted-by-clients, .meet-our-team {
    display: none;
}


/*--- Dropdown Header menu ---*/
ul.submenu {
    position: absolute;
    background-color: #fff;
    top: 63px;
    bottom: auto;
    list-style: none;
    padding: 0.5em 1.2em;
    box-shadow: 1px 13px 8px -4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 13px 8px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 13px 8px -4px rgba(0,0,0,0.2);
    border: 1px solid #3f9f7f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 6px;
}

ul.submenu {}

header .header-wrap ul.submenu li, header .header-wrap ul.submenu li a {
    padding: 0;
    margin-left: 0 ! important;
    margin-right: 0 ! important;
}

header .header-wrap ul.submenu li {
    display: block;
    line-height: 1.5;
}

header .header-wrap ul.submenu li a {
    display: block;
    line-height: 1.5;
    padding: 11px 10px;
}

header .header-wrap ul.submenu li a:after {
    border: 0;
    background-color: #fff !important;
    content: none !important;
}

header .header-wrap .nav-menu .navbar .nav .nav-ev:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.logo img {
    max-width: 200px;
}

.side-button .btn {
    padding: 12px 30px;
}

ul.submenu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3f9f7f;
    position: absolute;
    top: -7px;
}

header .header-wrap ul.submenu li a {
    margin: 5px 0;
}

.faq-head-inner h2,.faq-head-inner h2 span {
    /* color: #fff !important; */
}

.faq-head-inner span,.faq-head-inner p {
    /* color: #fff !important; */
}
span.form-field-option label a {
    display: inline-block;
    font-size: 14px;
}
.cases-grid h3, .cases-grid b, .cases-grid a {
    letter-spacing: 0;
}
.home section.main-banner:after {
    background: none;display:none;
}

.box-grid-img p {
  color: #000 !important;
}

.join-now svg path {
  fill: #fff;
}
.follow-up-template-main-banner{
max-height:150px;height:150px;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:2em
}
.follow-up-template-main-banner .banner-content{
	padding:1rem 0;text-align:center;color:#fff;position:relative;z-index:9999;top:0;display:flex;justify-content:center;align-items:center;flex-direction:column
}
.follow-up-template-main-banner  .banner-content h6{
	font-size:18px;letter-spacing:5.4px;line-height:1;font-weight:600;color:#000465;margin: 0;padding: 0;
}
.follow-up-template-main-banner  .banner-content h1{
	font-size:54px;text-transform:capitalize;line-height:1.5;word-spacing:0;margin-bottom:1.5rem;color:#000;font-weight:700;margin: 0;padding: 0;
}
.follow-up-template-main-banner  .banner-content h1 b{
	letter-spacing:.2rem;color:#3f9f7f;font-size:54px;text-transform:capitalize;line-height:1.5;word-spacing:0;margin-bottom:1.5rem;font-weight:bold
}
#lead-form-success .preform-inner {
  max-width: 100%;
}
#lead-form-success .preform-inner .form-group.form-col-100 {
  padding: 0;
}
#lead-form-success .preform-inner #single-step-follow-up-form {
  height: auto;
}

#lead-form-success {
  max-width: 700px;
  margin: 0 auto;
    margin-bottom: 0px;
  height: auto;
  border: 1px solid #9e9c9c;
  border-radius: 6px;
  padding: 2em;
  margin-bottom: 2em;
  overflow-y: hidden;
}
#lead-form-success .preform-inner {
  max-width: 100%;
}
#lead-form-success .preform-inner .form-group.form-col-100 {
  padding: 0;
  margin-bottom: 10px;
}
#lead-form-success .preform-inner .form-group.form-col-100 .accordian .details h3 {
  letter-spacing: normal;
}
.follow-up-template div#lead-form-success .preform-inner .form-button {
  margin-top: 1em;
}
#lead-form-success .preform-inner #single-step-follow-up-form {
  height: auto;
}
#lead-form-success .step-form {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.2em;
}
#lead-form-success .step-form p {
 margin-bottom: 0.8em;
}
#lead-form-success .step-form .label {
  padding-right: 10px;
  font-size: ;
}
#lead-form-success .step-form .label label {
  font-size: 16px;
  font-weight: inherit;
  padding-bottom: 0;
}

#lead-form-success .step-form .label-value p {
  font-weight: 600;
  line-height: 1.2;color: #000;
}
.single-step-form {
  /*! margin-top: 2em; */
  border-bottom: 1px solid #9e9c9c;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

#lead-form-error {
  max-width: 700px;
  margin: 4em auto 2em;
}
#lead-form-error .preform-inner {
  max-width: 100%;
  text-align: center;
}
#lead-form-error .preform-inner .primary-button {
  border: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #fff;
  border-style: none;
  padding: 12px 30px;
  cursor: pointer;
  background: #3F9F7F;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: .4s;
  max-width: fit-content;
  margin: 0 auto;
}
#lead-form-success .container {
  width: 100%;
}
#lead-form-error .preform-inner p {
  margin: 1em auto;
}
#lead-form-success .preform-inner .form-button p {
  margin-bottom: 0;
}

#lead-form-success .preform-inner .form-group.form-col-100 .form-field-option label {
  font-weight: inherit;
}

#update-fields-for-case {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 0px;
  height: auto;
  border: 1px solid #9e9c9c;
  border-radius: 6px;
  padding: 2em;
  margin-bottom: 2em;
  overflow-y: hidden;
}
#update-fields-for-case .container {
  width: 100%;
  padding: 0;
}
#update-fields-for-case .step-form {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.2em;
}
#update-fields-for-case .step-form p {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

#update-fields-for-case .step-form label {
  font-size: 16px;
  font-weight: inherit;
  padding-bottom: 0;
}
#update-fields-for-case .step-form .label-value {
  padding-left: 10px;
}

#update-fields-for-case .preform-inner h4 {
  letter-spacing: 0;
  font-size: 26px;
  margin-bottom: 5px;
}

#update-fields-for-case .preform-inner  .form-group.form-col-100 #form-field-Account_Number {
  margin: auto;
  margin-top: auto;
  padding: 0.6em;
  border: 1px solid #BDC1C7;
  background-color: #fff;
  transition: border-color 0.25s ease-in-out;
  width: 100%;
  margin-top: 6px;
  border-radius: 8px;
  cursor: pointer;
  height: 40px;
  margin-bottom: 1em;
}
#update-fields-for-case .form-button {
  margin-top: 10px;
  align-content: flex-start;
  justify-content: flex-start;
}
#update-fields-for-case .preform-inner .form-group.form-col-100 #error-Account_Number {
  margin: 0;
}
#update-fields-for-case .form-button #update-fields-for-case-btn {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif; transition: .4s;
}
#update-fields-for-case .form-button {
  margin-top: 10px;
}
#update-fields-for-case .form-button #update-fields-for-case-btn:hover,#update-fields-for-case .form-button #update-fields-for-case-btn:focus{
	background: #000465;
  transition: .4s;
}
.follow-up-template .thank-you .preform-inner {
  text-align: center !important;
}
@media (max-width:767px){
	.follow-up-template-main-banner .banner-content h1{font-size: 2em;}
	.follow-up-template-main-banner .banner-content h1 b{font-size: 1em;}
	.follow-up-template-main-banner{max-height: 110px;height: 110px;}
	#lead-form-success{margin:1.5em;padding: 1.5em;}
	#lead-form-success .container {padding: 0;}
	.follow-up-template-single-form .humberger-menu .menu-toggle {line-height: 2.5;}
	.single-step-form{padding-bottom: 0;}
	#update-fields-for-case {padding: 1.5em; margin: 0 1.2em;}
	#lead-form-success .step-form,#update-fields-for-case .step-form {flex-direction: column;}
}