@media screen and (max-width: 991px){
  .custom_footer .menu_col {
    flex-wrap: wrap;
  }
  .custom_footer .copy_right h4{
    line-height: 25px;
  }
  .custom_footer .footer_botttom {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 20px;
  }
  .custom_footer .menu_col .main_menu:first-child {
    width: 45% !important;
  }
  .custom_footer .logo_with_text {
    flex-direction: column;
  }
  .sign_up_image .signup_inner {
    flex-direction: column;
  }
  .sign_up_image .inner_form {
    width: 100% !important;
  }
  .sign_up_image .inner_form {
    padding: 0 28px !important;
    min-height: 400px !important;
  }
  .sign_up_image .inner_image {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .custom_footer .page-width{
    padding:0 20px;
  }
  .custom_footer .menu_col {
    display: grid !important;
    grid-template-columns: 1fr;
    justify-content: space-between !important;
  }
  .custom_footer .menu_col .main_menu:first-child,
  .custom_footer .menu_col .main_menu:last-child  {
    width: 100% !important;
  }
  .custom_footer .logo_with_text {
    flex-wrap: wrap;
    gap: 20px !important;
    justify-content: center !important;
  }
  .custom_footer .menu_col .main_menu:nth-child(2) {
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }
  .custom_footer .menu_col .main_menu:nth-child(3) {
    padding-top: 15px;
  }
  .custom_footer .menu_col .main_menu:last-child {
    padding: 35px 0;
  }
  .custom_footer .footer_botttom {
    flex-direction: column;
  }
  .custom_footer .menu_col .main_menu:nth-child(2) .footer_menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .custom_footer .menu_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom_footer .menu_col .main_menu:nth-child(2).open .footer_menu {
    max-height: 500px;
  }
  .custom_footer .menu_col .main_menu:nth-child(2) .menu_title::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    margin-left: 8px;
    transition: transform 0.3s ease;
  }
  .custom_footer .menu_col .main_menu:nth-child(2).open .menu_title::after {
    transform: rotate(225deg); 
  }
  .sign_up_image .inner_form h2 {
    font-size: 28px !important;
    text-align: center;
  }
}
.custom_footer .page-width{
  padding:0 30px !important;
}
.sign_up_image .container {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  padding: 0 !important;
}
.sign_up_image .signup_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sign_up_image .inner_form {
  width: 50%;
  padding: 0 60px;
  background: linear-gradient(90deg, #4cb1a3, #8add4f);
  min-height: 489px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} 
.sign_up_image .inner_image {
  width: 50%;
  min-height: 489px;
  display: flex;
  position: relative;
  max-height: 489px;
}
.sign_up_image .inner_image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background-size: 600% 600%;
  animation: animatedGradient 22s ease infinite;
  mix-blend-mode: hard-light;
  opacity: 0.5;
}

@keyframes animatedGradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.sign_up_image .inner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sign_up_image .inner_form h2 {
  font-size: 33px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
}
.sign_up_image .inner_form p {
  font-size: 18px;
  padding-bottom: 25px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.sign_up_image .newsletter-form {
  width: 100%;
  height: auto;
}
.jdgm-carousel-number-of-reviews a {
  color:#000 !important;
} 
.custom_footer .footer_logo {
  width: 158px;
  height: 60px;
  border-right: 1px solid #ddd;
  padding-right: 35px;
}
.custom_footer .footer_text {
  margin-left: 35px;
}
.custom_footer .footer_text h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
.custom_footer .list.list-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.custom_footer .description {
  padding: 15px 0 50px 0;
  border-bottom: 1px solid #ddd;
}
.custom_footer .footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom_footer .footer_left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-social__item a.link.list-social__link {
  color: rgb(255 255 255);
}
.custom_footer .footer_botttom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.custom_footer {
  width: 100%;
  height: auto;
}
.custom_footer .logo_with_text {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding: 45px 0;
}
.custom_footer .footer_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #dddddd85;
}
.custom_footer .logo_main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.custom_footer .main_menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom_footer .logo_img {
  width: 50px;
  height: 50px;
}
.custom_footer .logo_text {
  width: 215px;
  height: auto;
}
.custom_footer h2 {
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}
.custom_footer h4 {
  margin: 0;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.custom_footer .logo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
.custom_footer .menu_col {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  align-items: flex-start;
  width: 100%;
}
.custom_footer .menu_col .main_menu{
  width: 25%;
}
.custom_footer .menu_col .main_menu ul.footer_menu{padding-left: 0px;margin-top:0px;}
.custom_footer .menu_col .main_menu:first-child,
.custom_footer .menu_col .main_menu:nth-child(2) {
  width: 35%;
}
.custom_footer .menu_col .main_menu:nth-child(3){
  width:30%;
}
/*
.custom_footer .menu_col .main_menu:nth-child(2),
.custom_footer .menu_col .main_menu:nth-child(3) {
  width: 20%;
}*/
@media screen and (max-width: 767px) {
  .custom_footer .menu_col .main_menu:first-child,
  .custom_footer .menu_col .main_menu:nth-child(2),
  .custom_footer .menu_col .main_menu:nth-child(3),
  .custom_footer .menu_col .main_menu{
    width: 100%;
    margin-bottom:20px;

}

.custom_footer .menu_title h2 {
  font-size: 18px;
  font-weight: bold;
}
.custom_footer .footer_menu {
  margin-bottom: 24px;
}
.custom_footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 14px;
}
ul.footer_menu {
  padding: 0;
  margin: 0;
}
.menu_content p {
  margin: 0;
}
.custom_footer ul:last-child {
  margin-bottom: unset;
}
.custom_footer li {
  margin-bottom: 5px;
}
.custom_footer .footer_menu li a {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}
.custom_footer .follow_us {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.custom_footer .description {
  margin-top: 24px;
}
.custom_footer .description p {
  margin: 0;
  font-size: 12px;
  text-align: justify;
  opacity: 0.75;
}
.custom_footer .copy_right {
  border-top: 1px solid #cccc;
  padding: 24px 0;
  margin-top: 24px;
}
.custom_footer  .copy_right h4 {
  font-size: 13px;
  text-align: center;
  color: #cccc;
}
.custom_footer .footer_botttom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_footer .footer__payment ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.custom_footer .footer__list-social svg {
  stroke: #fff;
}
.custom_footer .newsletter_form {
  display: none;
}
.custom_footer h5 {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  padding-bottom: 20px;
}

.custom_footer .field__button > .svg-wrapper {
  height: 1.4rem;
}

