@media only screen and (max-width: 1000px) {
  
  .container {
	  max-width: 100% !important;
  }
  .main_banner {
    margin-top: 100px;
    align-items: flex-start !important;
    flex-direction: column;
  }
  
  .main_banner__nav {
    display: none;
  }
  
  .app-store-mobile {
    display: block !important;
    margin-top: 25px;
    font-size: 14px;
    color: #922c6d;
    box-shadow: none;
    text-decoration: none;
  }

  .main_banner__imageWrap .mob {
    display: block !important;
  }
  .main_banner__imageWrap .web {
    display: none;
  }
  .main_banner__imageArea {
    top: 0px !important;
    width: 100% !important;
    position: relative !important;
  }
  .main_banner__imageWrap .mob {
    width: 100%;
  }
  .main_banner__imageWrap {
    width: 100% !important;
  }

  .main_banner__contentArea {
    display: flex;
    padding: 0px 5% !important;
		width: 100% !important;
    flex-direction: column;
    align-items: center;
    margin-top: 0 !important;
  }
  .main_banner__contentArea h3 {
    text-align: center;
    font-weight: 500;
    font-size: 40px !important;
  }
  .main_banner__contentArea p {
    max-width: 100% !important;
    text-align: center;
    line-height: 1.6em !important;
    font-size: 18px !important;
  }
  .main_banner__contentArea p.highlight {
    color: black;
    font-weight: 1000 !important;
    margin-top: 15px !important;
  }
  .main_banner:before {
    top: 336px !important;
    left: -39px !important;
    width: 104% !important;
  }
  .second_section > h3 {
    text-align: center;
    font-weight: 500;
    font-size: 29px !important;
    margin-top: 150px;
    line-height: 1.5em !important;
  }

  .second_section .three_step_summary {
    grid-template-columns: 1fr !important;
    padding: 0px !important;
    margin-top: 60px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .third_section {
    margin-top: 0px !important;
  }
  .third_section .title {
    margin-bottom: 100px !important;
    font-size: 29px !important;
  }
  .steps_section .step1_container .step_avatarWrap img {
    margin-top: 13px !important;
  }
  .steps_section .step1_container {
    padding: 0px !important;
  }
  .steps_section .step1_container .step_container__contentArea {
    grid-template-columns: 50px 1fr !important;
    gap: 1rem !important;
  }

  .steps_section .step_even .step_container__contentArea {
    grid-template-columns: 120px 1fr !important;
    gap: 2rem !important;
  }
  .steps_section .step_even .step_avatarWrap img {
    width: 100% !important;
    margin-top: 0px !important;
  }
  
  .steps_section .step1_container {
	  width: 100% !important;
  }
  
  .steps_section .step1_container .step_avatarWrap img {
    width: 100% !important;
    margin-top: 0px !important;
  }
  .steps_section
    .step_even
    .step_container__contentArea
    .step_container__contentArea_left
    .step_avatarWrap
    p {
    font-size: 30px !important;
  }

  .steps_section .step1_container .custm_blur2::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    width: 100% !important;
    height: 169% !important;
    border-radius: 50% !important;
    background: radial-gradient(
      circle,
      rgb(255, 229, 210) 0%,
      rgba(255, 229, 210, 0) 100%
    );
    right: 0px !important;
    top: -37% !important;
    opacity: 0.7 !important;
    filter: blur(43px) !important;
  }

  .steps_section .step1_container .custm_blur::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    width: 94% !important;
    height: 167% !important;
    border-radius: 50% !important;
    right: -83px !important;
    top: -37% !important;
    opacity: 1.5 !important;
    filter: blur(32px) !important;
  }
  .forth_section .try_for_free::before {
    filter: blur(100px) !important;
  }
  
  .steps_section
    .step1_container
    .step_container__contentArea
    .step_container__contentArea_left
    .step_avatarWrap
    p {
    font-size: 30px !important;
  }
  .forth_section .try_for_free_content p span {
    font-size: 18px !important;
    font-weight: normal !important;
  }
  .logo_container img {
    max-width: 135px !important;
    margin-left: 25px;
  }

  .steps_section .step_even .step_container__contentArea.order_reverse_2 {
    order: 1 !important;
    grid-template-columns: 50px 1fr !important;
    gap: 1rem !important;
    padding: 0 30px;
  }
  
  .step_container__contentArea {
  padding: 0 30px;
  }

  .steps_section .step1_container .step_container__CustomBox {
    padding: 0px !important;
    margin: 50px 0px 0 !important;
  }
  .steps_section .step1_container .step_container__CustomBox .step_boxWrapper {
    width: 100% !important;
    min-width: unset !important;
    padding: 20px !important;
  }
  /* ------------------------------- */
  .steps_section .step1_container {
    grid-template-columns: 1fr !important;
  }
  .steps_section .step_even {
    grid-template-columns: 1fr !important;
    padding: 0px 20px !important;
    width: 100% !important;
  }
  .forth_section {
    margin: 158px 0px;
    margin-bottom: 150px;
    margin-top: 120px !important;
    padding: 30px !important;
  }
  .forth_section .try_for_free::before {
    border-radius: 0px !important;
    width: 100% !important;
    right: 0px !important;
    top: -124px !important;
    height: 300px !important;
  }
  .steps_section .step_even .step_container__imageContainer .transf {
    /* transform: translateX(128px); */
  }
  .doubleImage {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
  }
  a.btn_primary img {
    max-width: 20px !important;
  }
  .doubleImage .img1 {
    position: relative !important;
    width: 50px !important;
    left: 0px !important;
    z-index: 1;
  }
  .doubleImage .img2 {
    margin-left: 0px !important;
    width: 50px !important;
    margin-top: -10px;
    z-index: 0;
  }

  .forth_section .try_for_free {
    grid-template-columns: 1fr !important;
    border-radius: 15px !important;
    padding: 40px !important;
  }
  .forth_section .try_for_free_content p {
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    gap: 1rem !important;
  }
  
  .forth_section .try_for_free_content span {
	   font-family: Gordita_Medium;
	   font-size: 18px;
  }
  a.btn_primary {
    font-size: 18px !important;
    padding: 10px 20px !important;
    max-width: max-content !important;
    height: auto !important;
    /* padding: 8px 28px !important; */
  }
  .steps_section
    .step1_container
    .step_container__contentArea_right
    .step_indicator {
    font-size: 12px !important;
  }
  .steps_section .step_even .step_container__contentArea_right .step_indicator {
    font-size: 12px !important;
  }

  .steps_section
    .step_even
    .step_container__contentArea
    .step_container__contentArea_left
    .step_avatarWrap
    p {
    font-size: 34px !important;
  }
  .steps_section
    .step1_container
    .step_container__contentArea
    .step_container__contentArea_left
    .step_avatarWrap
    p {
    font-size: 34px !important;
  }
  .second_section .three_step_summary > div {
    padding: 20px !important;
  }
  .second_section .three_step_summary > div.step3_box {
    box-shadow: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .second_section .three_step_summary > div.step2_box {
    box-shadow: none !important;
    border: 1px solid #e2e2e2 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom: 0px !important;
  }
  .second_section .three_step_summary > div.step1_box {
    box-shadow: none !important;
    border: 1px solid #e2e2e2 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom: 0px !important;
    border-top-left-radius: 15px !important ;
    border-top-right-radius: 15px !important;
  }
  .step_box__numbering {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 15px !important;
  }
  .step_box__numbering p {
    font-size: 18px !important;
  }

  .steps_section
    .step1_container
    .step_container__CustomBox
    .step_boxWrapper
    .step_content_wrapper
    .bolder {
    font-size: 18px !important;
  }

  .step_box__body h3 {
    margin-bottom: 10px !important;
  }
  .steps_section
    .step1_container
    .step_container__CustomBox
    .step_boxWrapper
    .step_content_wrapper
    p {
    font-size: 30px !important;
  }
  .steps_section
    .step1_container
    .step_container__CustomBox
    .step_boxWrapper
    .step_header
    .step_profile
    p {
    font-size: 30px !important;
  }
  .steps_section
    .step1_container
    .step_container__CustomBox
    .step_boxWrapper
    .step_header
    .step_time {
    font-size: 18px !important;
  }
  .steps_section
    .step1_container
    .step_container__CustomBox
    .step_boxWrapper
    .step_header {
    margin-bottom: 10px !important;
  }
  .steps_section
    .step1_container
    .step_container__CustomBox
    .step_boxWrapper
    .step_header
    .step_profile
    img {
    width: 40px !important;
  }
  .steps_section
    .step1_container
    .step_container__contentArea
    .step_container__contentArea_left
    .step_avatarWrap
    p {
    font-size: 9px !important;
  }
  .forth_section h3 {
    line-height: 1.6em !important;
    font-size: 29px !important;
  }
  .steps_section .step1_container .step_container__contentArea_right h3 {
    margin: 10px 0px 10px 0px !important;
    font-size: 18px !important;
  }
  .steps_section .step_even .step_container__contentArea_right h3 {
    margin: 10px 0px 10px 0px !important;
    font-size: 18px !important;
  }
  .footer .footer_logo img {
    height: 40px !important;
  }
  .forth_section .try_for_free .btn {
    width: max-content !important;
    margin: 10px auto !important;
    font-size: 18px !important;
    padding: 10px 20px !important;
    margin-top: 25px !important;
  }
  .steps_section .step1_container .step_container__contentArea_right p {
    line-height: 1.6em !important;
    font-size: 18px !important;
  }
  
  .step_container__imageContainer {
	  margin-top: -30px;
	  z-index: 0;
  }
  
  .step_container__contentArea {
	  z-index: 999;
  }
  
  .step3 .step_container__imageContainer img {
	  margin-top: 30px;
  }
  
  .step4 .step_container__imageContainer img {
	  margin-top: -15px;
  }
  
  .step5 .step_container__imageContainer img {
	  margin-top: 30px;
  }
  
  .steps_section .step_even .step_container__contentArea_right p {
    line-height: 1.6em !important;
    font-size: 18px !important;
  }
  .steps_section .step_even .step_container__imageContainer .mob {
    display: block !important;
  }
  .steps_section .step_even .step_container__imageContainer .web {
    display: none !important;
  }
  .forth_section .try_for_free .btn img {
    width: 20px !important;
  }
  .footer {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 100px !important;
    padding: 0px 25px !important;
  }
  .footer .footer_content {
    margin-top: 60px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .footer .footer_content a {
    font-size: 14px !important;
  }
  .footer .footer_content a.cc {
    margin-top: 35px;
  }
  .steps_section
  .step_even
  .step_container__contentArea
  .step_container__contentArea_left
  .step_avatarWrap
  p {
  font-size: 9px !important;
}
.steps_section
  .step1_container
  .step_container__CustomBox
  .step_boxWrapper
  .step_content_wrapper
  p {
  font-size: 18px !important ;
}
.steps_section .step_even {
  margin: 50px 0px !important;
  gap: 4rem !important;
  padding: 0px !important;
}
.steps_section
  .step1_container
  .step_container__CustomBox
  .step_boxWrapper
  .step_header
  .step_profile
  p {
  font-size: 18px !important;
}

.main_banner_content button, .main_banner_content a {
	box-shadow: none !important;
	font-size: 18px !important;
	color: #912c6b;
}

li {
	font-size: 18px !important;
}

.main_banner_content .main_banner__contentArea h3 {
	margin-top: 100px;
}

.main_banner_content .main_banner__contentArea {
	width: 100% !important;
}

}


