body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body{
    font-family: 'LindseyW01';
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
body h1,h2,h3,h4,h5,h6{
    font-family: 'Baldessare';
}
h1 {
    font-size: 52px;
    line-height: 56px;
    font-weight: 400;
    color: #C1007A;
    margin: 0 0 16px;
}
h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
    color: #C1007A;
    margin: 0;
}
p{
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #652887;
}
*{
    box-sizing: border-box;
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}
.top_bar {
    background: #C1007A;
    text-align: center;
    padding: 9px 0;
}
.top_bar p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Baldessare';
}
.top_bar p a {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo {
    width: 15%;
}
.header_nav {
    width: 85%;
}
.header_nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.header_nav ul li a {
    font-family: 'Baldessare';
    color: #652887;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
}
.header_nav ul li a:hover, 
.header_nav ul li.active a {
    color: #C1007A;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
}
.header_main.sticky_header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #fefefe;
    padding: 0 0 10px;
}
.header_main {
    transition: ease 0.3s;
}
.header_logo img {
    transition: ease 0.3s;
    width: 100%;
    max-width: 100%;
    display: block;
}
.header_main.sticky_header .header_logo img {
    width: 100%;
    transition: ease 0.3s;
    max-width: 140px;
}
.footer_sec {
    background-image: url(../images/footerbg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0 40px;
}
.footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social_items {
    display: flex;
    align-items: center;
}
.social_items {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0 0;
}
.social_items a {
    width: 33px;
    height: 33px;
    background: #652887;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: ease 0.3s;
}
.social_items a:hover{
    transform: scale(1.2);
}
.social_wrap h5, 
.social_wrap p {
    margin: 0px 0 0;
    text-transform: uppercase;
    color: #652887;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Baldessare';
}
.social_wrap p{
    margin: 0;
}
.copyright_content li {
    font-family: 'Baldessare';
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #652887;
    text-transform: uppercase;
}
.copyright_content li a{
    color: #652887;
}

.hero_banner_sec {
    background-image: url(../images/herobg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 270px 0 95px;
}
.hero_banner_wrap {
    display: flex;
    gap: 100px;
}
.hero_left_inner h1 {
    position: relative;
}
.hero_left_inner h1:before {
    content: '';
    background-image: url(../images/stars.png);
    width: 53px;
    height: 53px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: -50px;
    top: -40px;
}
.hero_left {
    width: 55%;
}
.hero_right {
    width: 45%;
}
.hero_left_inner p {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #652887;
}
.hero_left_inner ul {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 70px;
}
.hero_left_inner li:before {
    content: '';
    background-image: url(../images/check-arrow.png);
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}
.hero_left_inner li {
    position: relative;
    padding-left: 35px;
    font-family: 'LindseyW01';
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #652887;
}
.hero_right_inner form#mc-embedded-subscribe-form {
    margin: 0;
}
.hero_right_inner input, 
.hero_right_inner select {
    border: 1px solid #0019C1 !important;
    border-radius: 6px !important;
    padding: 13.5px 21px;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Baldessare';
    color: #652887;
    background: transparent;
    appearance: none;
}
.hero_right_inner select {
    background-image: url(../images/down-aroow.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: calc(100% - 18px) center;
    cursor: pointer;
}
.hero_right_inner input::placeholder{
    color: #652887;
}
.contact_form_item:not(:last-child) {
    margin: 0 0 25px;
}
.hero_btn {
    margin: 38px 0 0;
}

.hero_btn a, 
.btn_wrap a {
    display: inline-block;
    color: #C1007A;
    font-size: 22px;
    font-family: 'Baldessare';
    line-height: 1em;
    font-weight: 400;
    position: relative;
    padding: 22px 35px 16px 40px;
    cursor: pointer;
}
.hero_btn a:before, 
.btn_wrap a:before, 
.hero_right_inner #mc_embed_signup .optionalParent .foot:before {
    content: '';
    background-image: url(../images/btnbg.png);
    width: 100%;
    height: 135%;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    pointer-events: none;
}
.hero_btn a:hover:before, 
.btn_wrap a:hover:before, 
.hero_btn p:hover:before, 
.hero_right_inner #mc_embed_signup .optionalParent .foot:hover:before {
    filter: drop-shadow(2px 4px 6px #652887);
}
.hero_right_inner #mc_embed_signup .optionalParent .foot .button {
    background: transparent;
    border: none !important;
    margin: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    color: #C1007A;
    font-size: 22px;
    font-family: 'Baldessare';
    line-height: 1em;
    font-weight: 400;
    position: relative;
    padding: 22px 35px 16px 50px;
    cursor: pointer;
}
.hero_right_inner #mc_embed_signup .optionalParent .foot {
    display: block;
    position: relative;
    width: fit-content;
    margin-top: 30px;
}
.hero_right_inner #mc_embed_signup div#mce-responses {
    display: block;
    width: 100%;
    text-align: center;
}
.hero_right_inner #mc_embed_signup div#mce-responses .response {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}
.about_sec {
    padding: 66px 0 70px;
    position: relative;
}
.about_sec:before {
    content: '';
    background-image: url(../images/aboutbg.png);
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 228px;
    height: 228px;
    background-size: auto;
    background-repeat: no-repeat;
}
.about_wrapper {
    display: flex;
    gap: 120px;
}
.about_left, .about_right {
    width: 50%;
}
.about_img {
    position: relative;
}
.about_img img {
    width: 100%;
    display: block;
}
.abovecontent, .belowcontent {
    position: absolute;
    top: 38px;
    left: -90px;
}
.abovecontent span, 
.belowcontent span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Baldessare';
    color: #C1007A;
    font-weight: 400;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 200px;
    display: inline-block;
}
.belowcontent {
    left: auto;
    right: -60px;
    top: auto;
    bottom: 57px;
}
.about_right_inner h2 {
    margin: 0 0 12px;
}
.about_right_inner p {
    margin: 0;
}
.about_right_inner p:not(:last-child) {
    margin: 0 0 20px;
}
.about_right_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about_left_inner {
    padding-left: 130px;
}
.how_itworks_sec {
    background-image: url(../images/howitworks_bg.png);
    padding: 63px 0 107px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.howit_title {
    text-align: center;
    margin: 0 0 55px;
}
.how_itworks_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}
.how_itworks_item {
    text-align: center;
}
.howit_icon img {
    display: block;
    margin: auto;
    width: 110px;
}
.howit_content {
    padding: 10px 0 0;
}
.howit_content h4 {
    margin: 10px 0 10px;
    font-size: 22px;
    line-height: 1.2em;
    color: #C1007A;
    font-weight: 400;
}
.howit_content p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
.whoitfor_sec {
    padding: 20px 0 0;
}
.whoitfor_wrap {
    display: flex;
    gap: 78px;
}
.whoitfor_left, .whoitfor_right {
    width: 50%;
}
.whoitfor_img img {
    width: 100%;
    display: block;
}
.whoitfor_left_inner {
    padding-top: 144px;
}
.whoitfor_left_inner p {
    margin: 5px 0 20px;
}
.whoitfor_left_inner .btn_wrap {
    margin-top: 36px;
}
.whoitfor_left_inner li{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #652887;
    position: relative;
    padding-left: 32px;
}
.whoitfor_left_inner li:not(:last-child) {
    margin: 0 0 20px;
}
.whoitfor_left_inner li:before, 
.whyjoin_left_in li:before {
    content: '';
    background-image: url(../images/checkc-arrow.png);
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}
.whyjoin_sec {
    background-image: url(../images/join_bg.png);
    padding: 68px 0 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.whyjoin_head {
    text-align: center;
    max-width: 616px;
    margin: auto auto 23px;
}
.whyjoin_wrapper {
    display: flex;
    gap: 97px;
}
.whyjoin_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.whyjoin_left, 
.whyjoin_right {
    width: 50%;
}
.whyjoin_left_in li strong {
    font-size: 22px;
    line-height: 1.2em;
    color: #C1007A;
    font-weight: 400;
    font-family: 'Baldessare';
    display: block;
}
.whyjoin_left_in li p {
    margin: 0;
}
.whyjoin_left_in li {
    position: relative;
    padding-left: 32px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #652887;
}
.whyjoin_left_in li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 14px;
    margin: 0 0 18px;
}
.whyjoin_left_in .btn_wrap {
    margin: 46px 0 0;
}
.whyjoin_img {
    height: 100%;
}
.special_sec {
    background-image: url(../images/special-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 55px 0 71px;
}
.special_wrapper {
    display: flex;
}
.special_left {
    width: 58%;
}
.special_right {
    width: 42%;
}
.special_right_inn h2 {
    margin: 0 0 12px;
}
.special_right_inn p {
    margin: 0 0 20px;
}
.scanner_img img {
    width: 100%;
    display: block;
}
.scanner_img {
    margin: 38px 0 0;
}


/* mobile menu */

body:has(#menuToggle input:checked) {
    overflow: hidden;
    position: relative;
}
body:has(#menuToggle input:checked):before{
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.5;
    pointer-events: none;
    visibility: visible;
}
body:has(#menuToggle input:checked) .advantage_item_inner {
    z-index: 1;
}
.mobile_menu {
    display: none;
}
#menuToggle {
    width: fit-content;
    height: 100%;
    vertical-align: middle;
    position: relative;
    top: 0px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    margin-left: auto;
}
#menu .header_login_btn {
    margin-top: 20px;
}
#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -11px;
    left: -10px;
    right: 0;
}

#menuToggle span{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #C1007A;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
.header_main.sticky_header #menuToggle input:checked ~ span{
    background: #C1007A;
}
#menu {
    position: fixed;
    width: 100%;
    max-width: 80%;
    height: 100%;
    padding: 40px 20px;
    background: #C1007A;
    box-shadow: 0 0 10px #d9d9d96e;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translateX(-200%);
    transition: ease 0.5s;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
}

#menu li{
  padding: 10px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul{
  transform: none;
}
.header_nav #menu li a {
    font-size: 18px;
    color: #fff;
}
#menu .header_login_btn a {
    max-width: 100%;
}
#menu .header_login_btn p {
    display: block;
}
#menu .header_login_btn>* {
    width: 100%;
}
.header_nav #menu ul {
    display: block;
    text-align: left;
}

/*error*/
body.error404 header {
    position: static;
}
body.error404 main#primary {
    padding: 30px 30px;
    max-width: 1200px;
    margin: auto;
}
body.error404 h1.page-title {
    text-align: center;
}
body.error404 .page-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
body.error404 a{
  color: #652887;  
}





/*responsive*/


@media(max-width: 1440px){
.hero_left_inner ul {
    gap: 40px;
}
.hero_banner_wrap {
    gap: 60px;
}
.hero_left_inner h1:before {
    width: 48px;
    height: 48px;
    left: -35px;
    top: -40px;
}

}
@media(max-width: 1350px){
.container {
    padding: 0 30px;
}
.about_sec:before {
    bottom: 80px;
    background-size: contain;
}
.about_wrapper {
    gap: 120px;
}
.how_itworks_wrap {
    gap: 50px;
}
.hero_banner_wrap {
    gap: 40px;
}
.hero_left_inner p {
    /* font-size: 26px; */
    /* line-height: 34px; */
}
.whoitfor_wrap {
    gap: 40px;
}
.whyjoin_wrapper {
    gap: 40px;
}
.hero_left_inner h1:before {
    width: 38px;
    height: 38px;
    left: -15px;
    top: -40px;
}
}

@media(max-width: 1199px){
    .hero_left_inner ul {
    gap: 20px;
}
h1 {
    font-size: 50px;
    line-height: 52px;
}
h2 {
    font-size: 42px;
    line-height: 51px;
}
p {
    font-size: 20px;
    line-height: 28px;
}
.whyjoin_left_in li {
    font-size: 20px;
    line-height: 28px;
}
.hero_left_inner p {
    font-size: 20px;
    line-height: 28px;
}
.hero_left_inner li {
    padding-left: 30px;
    font-size: 18px;
    line-height: 22px;
}
.hero_left_inner li:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.about_sec:before {
    bottom: 50px;
    width: 178px;
    height: 178px;
}
.hero_btn a, 
.btn_wrap a, 
.hero_right_inner #mc_embed_signup .foot .button {
    font-size: 20px;
    padding: 22px 35px 16px 40px;
}
.hero_btn a:before, 
.btn_wrap a:before, 
.hero_right_inner #mc_embed_signup .optionalParent .foot:before {
    height: 126%;
}
.abovecontent span, 
.belowcontent span {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 20px;
}
.about_wrapper {
    gap: 100px;
}
.howit_icon img {
    width: 120px;
}
.how_itworks_wrap {
    gap: 30px;
}
.whoitfor_left_inner {
    padding-top: 50px;
}
.whyjoin_left_in li strong {
    font-size: 22px;
}
.whoitfor_left_inner li:before, 
.whyjoin_left_in li:before {
    top: 4px;
}
.whyjoin_wrapper {
    gap: 20px;
}
.whyjoin_left_in .btn_wrap {
    margin: 35px 0 50px;
}
.special_sec {
    background-position: left center;
}
.hero_right_inner select {
    background-size: 16px;
}
.hero_banner_sec {
    padding: 250px 0 95px;
}


}


@media(max-width: 992px){
.container {
    padding: 0 20px;
}

h1 {
    font-size: 40px;
    line-height: 42px;
}
h2 {
    font-size: 34px;
    line-height: 41px;
}
p {
    font-size: 18px;
    line-height: 24px;
}
.whyjoin_left_in li {
    font-size: 18px;
    line-height: 24px;
}
.howit_content p {
    font-size: 18px;
    line-height: 24px;
}
.header_nav ul {
    gap: 30px;
}
.header_nav ul li a {
    font-size: 16px;
}
.hero_banner_wrap {
    gap: 20px;
}
.hero_right_inner input, .hero_right_inner select {
    padding: 10.5px 15px;
    font-size: 14px;
    line-height: 22px;
}
.contact_form_item:not(:last-child) {
    margin: 0 0 15px;
}
.hero_btn, 
.hero_right_inner #mc_embed_signup .optionalParent .foot {
    margin: 25px 0 0;
}
.hero_left_inner p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
}
.hero_left_inner ul {
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.hero_btn a, 
.btn_wrap a, 
.hero_right_inner #mc_embed_signup .foot .button {
    font-size: 18px;
}
.about_left_inner {
    padding-left: 0;
}
.abovecontent, 
.belowcontent {
    top: 15px;
    left: -10px;
}
.belowcontent {
    right: -10px;
    bottom: 25px;
    left: auto;
    top: auto;
}
.abovecontent span, 
.belowcontent span {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
}
.about_sec:before {
    bottom: 100px;
    width: 78px;
    height: 78px;
}
.about_wrapper {
    gap: 30px;
}
.howit_icon img {
    width: 80px;
}
.howit_title {
    margin: 0 0 35px;
}
.howit_content h4 {
    font-size: 20px;
}
.whoitfor_left_inner li {
    font-size: 18px;
    line-height: 24px;
    padding-left: 30px;
}
.whoitfor_left_inner li:before, 
.whyjoin_left_in li:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.whyjoin_left_in li:before {
    top: 0;
}
.whoitfor_left_inner {
    padding-top: 20px;
}
.whoitfor_left_inner li:not(:last-child) {
    margin: 0 0 15px;
}
.whyjoin_img img {
    object-fit: contain;
    object-position: bottom;
}
.whyjoin_left_in li {
    padding-left: 30px;
}
.whyjoin_left_in li strong {
    font-size: 18px;
}
.whyjoin_head {
    max-width: 416px;
}
.special_sec {
    padding: 25px 0 30px;
    background-position: center center;
}
.footer_sec {
    padding: 40px 0;
}
.social_wrap h5, 
.social_wrap p {
    margin: 0px 0 0;
    font-size: 16px;
    line-height: 22px;
}
.social_wrap p {
    margin: 0;
}
.social_items {
    gap: 6px;
    margin: 10px 0 0;
}
.copyright_content li {
    font-size: 14px;
}
.footer_wrapper {
    gap: 50px;
}
.footer_logo img {
    max-width: 150px;
}
.hero_banner_sec {
    padding: 200px 0 50px;
}

}

@media(max-width: 767px){

h1 {
    font-size: 34px;
    line-height: 38px;
}
h2 {
    font-size: 28px;
    line-height: 34px;
}
p {
    font-size: 16px;
    line-height: 22px;
}
.mobile_menu {
    display: block;
    position: relative;
    z-index: 566;
}
.whyjoin_left_in li {
    font-size: 16px;
    line-height: 22px;
}
.top_bar p {
    font-size: 13px;
    line-height: 20px;
}
.top_bar p a {
    border-bottom: 1px solid #fff;
}
.top_bar {
    padding: 5px 0;
}
.top_bar .container {
    padding: 0 10px;
}
.header_nav>ul {
    display: none;
}
.header_logo {
    width: 35%;
}
.header_nav {
    width: 65%;
}
.header_main.sticky_header {
    padding: 0 0 5px;
}
.hero_banner_wrap {
    row-gap: 30px;
}
.hero_banner_sec {
    padding: 240px 0 40px;
}
.hero_left_inner li:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
}
.hero_left_inner li {
    padding-left: 25px;
    font-size: 16px;
    line-height: 20px;
}
.hero_left_inner {
    text-align: center;
}
.howit_content p {
    font-size: 16px;
    line-height: 22px;
}
.about_right_inner p:not(:last-child) {
    margin: 0 0 15px;
}
.about_right_inner {
    text-align: center;
}
.hero_banner_wrap, 
.about_wrapper, 
.whoitfor_wrap, 
.whyjoin_wrapper, 
.special_wrapper, 
.footer_wrapper {
    flex-wrap: wrap;
}
.hero_left, 
.hero_right, 
.about_left, .about_right, 
.whoitfor_left, .whoitfor_right, 
.whyjoin_left, .whyjoin_right, 
 .special_right{
    width: 100%;
}
.hero_btn {
    text-align: center;
}
.hero_right_inner #mc_embed_signup .optionalParent .foot {
    margin: 25px auto 0;
}
.hero_right_inner input, 
.hero_right_inner select {
    padding: 9.5px 12px;
}
.contact_form_item:not(:last-child) {
    margin: 0 0 10px;
}
.hero_left_inner ul {
    margin-top: 20px;
}
.hero_btn a, 
.btn_wrap a, 
.hero_right_inner #mc_embed_signup .optionalParent .foot .button {
    font-size: 16px;
    padding: 16px 32px 10px 32px;
}
.hero_btn a:before, 
.btn_wrap a:before, 
.hero_right_inner #mc_embed_signup .optionalParent .foot:before {
    height: 145%;
}
.hero_right_inner #mc_embed_signup div#mce-responses .response {
    margin-top: 10px;
}
.how_itworks_wrap {
    grid-template-columns: repeat(1, 1fr);
}
.about_sec {
    padding: 40px 0 40px;
}
.abovecontent span, 
.belowcontent span {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px;
}
.about_sec:before {
    bottom: -10px;
}
.how_itworks_sec {
    padding: 40px 0 40px;
}
.howit_title {
    margin: 0 0 25px;
}
.howit_icon img {
    width: 70px;
}
.howit_content h4 {
    font-size: 18px;
    margin: 0 0 8px;
}
.whoitfor_left_inner {
    padding-top: 0;
}
.whoitfor_sec {
    padding: 40px 0 0;
}
.whoitfor_left_inner h2, 
.whoitfor_left_inner p {
    text-align: center;
}
.whoitfor_left_inner li:before, 
.whyjoin_left_in li:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 2px;
}
.whyjoin_left_in li:before {
    top: 1px;
}
.whoitfor_left_inner li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 26px;
}
.whoitfor_left_inner .btn_wrap {
    margin-top: 25px;
    text-align: center;
}
.whoitfor_left_inner h2 {
    margin: 0 0 15px;
}
.whyjoin_sec {
    padding: 40px 0 0px;
}
.whyjoin_left_in li strong {
    font-size: 16px;
}
.whyjoin_left_in li {
    padding-left: 25px;
}
.whyjoin_left_in .btn_wrap {
    margin: 25px 0 0px;
    text-align: center;
}
.special_right_inn {
    text-align: center;
}
.special_sec {
    background-position: center center;
    background-image: url(../images/howitworks_bg.png);
}
.special_left {
    display: none;
}
.footer_wrapper {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.social_items {
    justify-content: center;
}
.footer_item.social_wrap {
    order: 2;
}
.footer_item.copyright_content {
    order: 3;
}
.footer_sec {
    padding: 20px 0;
}
.special_sec {
    padding: 40px 0 30px;
}
.hero_left_inner h1 {
    display: inline;
}
.hero_left_inner p {
    margin: 10px 0 15px;
}
.footer_item {
    width: 100%;
}
.footer_logo img {
    max-width: 250px;
}

}

@media(max-width: 500px){
    .hero_banner_sec {
    padding: 170px 0 40px;
}
.hero_left_inner h1:before {
    width: 30px;
    height: 30px;
    left: -25px;
    top: -20px;
}
}

@media(max-width: 380px){
    .hero_left_inner h1:before {
    width: 30px;
    height: 30px;
    left: -18px;
    top: -25px;
}
.hero_banner_sec {
    padding: 150px 0 40px;
}
}


.footer_logo a img {
    width: 184px;
}