.Footer {
  background: #2b2b2b3b !important;
  color: #fff;
  position: relative;
  padding-top: 50px;
}
.Footer .footer_top {
  align-items: flex-start;
}
.Footer .footer_top .footer_logo_section .img_wrapper {
  width: 120px;
  height: auto;
}
.Footer .footer_top .footer_logo {
  width: 100%;
  height: 100%;
}

.Footer .footer_top .footer_logo_section .footer_desc {
  color: #ffffff;
  line-height: 1.5;
  /* max-width: 300px; */
  margin-bottom: 0px;
  font-size: 18px;

  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}
.Footer .footer_top .footer_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.Footer .footer_top .footer_links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.Footer .footer_top .footer_links a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

.Footer .footer_top .contact_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.Footer .footer_top .contact_item p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.Footer .footer_top .contact_item .icon_circle {
  width: 25px;
  height: 25px;
  background: transparent linear-gradient(134deg, #f6d007 0%, #f98419 100%) 0%
    0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 15px;
}

.Footer .footer_text_div .footer_text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7px;
  font-size: 14px;
  color: #000;
}
.Footer .footer_link {
  color: #fff;
}
.Footer .footer_text_div {
  background: transparent linear-gradient(92deg, #f6d007 0%, #f98419 100%) 0% 0%
    no-repeat padding-box;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding: 2px 0px;
}
.Footer .social_icons {
  display: flex;
  gap: 12px;
}

.Footer .social_icons a {
  width: 35px;
  height: 35px;
  background: #4d4d4d;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 22px;
}
.footer_bottom_section {
  margin-top: 0px;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer_bottom_section .footer_bottom_right {
  display: flex;
  align-items: center;
  gap: 450px;
}
.footer_bottom_section .footer_bottom_right .whatsapp-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.footer_bottom_section .footer_bottom_right .whatsapp-icon {
  width: 38px;
  height: 38px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
  border: 2px solid #fff;
  margin-right: -16px;
  z-index: 2;
  position: relative;
}

.footer_bottom_section .footer_bottom_right .whatsapp-text {
  background: linear-gradient(112deg, #f6d007 0%, #f98419 100%);
  color: #fff;
  padding: 6px 10px 6px 25px;
  border-radius: 0 6px 6px 0;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.footer_bottom_section .footer_bottom_right .whatsapp-text span:first-child {
  font-size: 12px;
  font-weight: 500;
}

.footer_bottom_section .footer_bottom_right .whatsapp-text span:last-child {
  font-size: 14px;
  font-weight: 700;
}

.footer_bottom_section .footer_bottom_right .playstore_btn {
  height: 45px;
  width: auto;
}

@media (min-width: 0px) and (max-width: 768px) {
  .Footer .footer_top .footer_logo_section {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_bottom_section {
    justify-content: space-between;
    /* flex-direction: column; */
  }
  .footer_bottom_section .footer_bottom_right .whatsapp-icon {
    width: 35px;
    height: 35px;
  }
  .footer_bottom_section .footer_bottom_right {
    display: flex;
    align-items: center;
    gap: 111px;
  }
  .footer_bottom_section .footer_bottom_right .playstore_btn {
    height: 28px;
    width: auto;
  }

  .Footer .footer_top .footer_logo_section .img_wrapper {
    width: 100px;
    height: auto;
  }
  .Footer .footer_top .footer_logo_section .footer_desc {
    font-size: 15px;
    text-align: center;
  }
  .Footer .social_icons {
    gap: 10px;
  }
  .Footer .social_icons a {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .Footer .footer_top .footer_title {
    font-size: 15px;
  }
  .Footer .footer_top .footer_links a {
    font-size: 14px;
  }
  .Footer .footer_top .contact_item p {
    font-size: 14px;
  }

  .Footer .playstore_section .whatsapp-btn .whatsapp-text span:last-child {
    font-size: 13px;
    font-weight: 700;
  }
  .Footer .playstore_section .whatsapp-btn .whatsapp-text span:last-child {
    font-size: 13px;
  }
  .Footer .footer_top .contact_item {
    gap: 6px;
    margin-bottom: 11px;
  }
  .Footer .footer_top .contact_item .icon_circle {
    width: 21px;
    height: 21px;
    font-size: 10px;
  }
  .footer_bottom_section .footer_bottom_right .whatsapp-text span:last-child {
    font-size: 10px;
    font-weight: 600;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Footer .footer_top .footer_logo_section {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .Footer .footer_top .footer_logo_section .img_wrapper {
    width: 100px;
    height: auto;
  }
  .footer_bottom_section {
    justify-content: space-between;
    /* flex-direction: column; */
  }

  .footer_bottom_section .footer_bottom_right {
    display: flex;
    align-items: center;
    gap: 172px;
  }
  .footer_bottom_section .footer_bottom_right .playstore_btn {
    height: 40px;
    width: auto;
  }
  .Footer .footer_top .footer_logo_section .footer_desc {
    font-size: 16px;
    text-align: center;
  }
  .Footer .social_icons {
    gap: 10px;
  }
  .Footer .social_icons a {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
  .footer_bottom_section {
    padding: 6px 0 16px 0;
  }
  .Footer .footer_top .footer_title {
    font-size: 15px;
  }
  .Footer .footer_top .footer_links a {
    font-size: 14px;
  }
  .Footer .footer_top .contact_item p {
    font-size: 15px;
  }
}

.Footer .playstore_section .whatsapp-btn .whatsapp-text span:last-child {
  font-size: 14px;
  font-weight: 700;
}
.Footer .playstore_section .whatsapp-btn .whatsapp-text span:last-child {
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Footer .footer_top .footer_title {
    font-size: 18px;
  }
  .Footer .footer_top .footer_links a {
    font-size: 16px;
  }
  .footer_bottom_section .footer_bottom_right {
    gap: 310px;
  }
  .Footer .footer_top .footer_logo_section .footer_desc {
    font-size: 15px;
    line-height: 1.3;
  }
  .Footer .social_icons a {
    width: 33px;
    height: 33px;

    font-size: 23px;
  }
  .Footer .footer_top .contact_item p {
    font-size: 15px;
  }
  .footer_bottom_section {
    padding: 5px 0 16px 0;
    gap: 20px;
  }
  .Footer .footer_top .footer_logo_section .img_wrapper {
    width: 95px;
    height: auto;
  }
  .Footer .footer_top .contact_item {
    gap: 6px;
    margin-bottom: 12px;
  }
  .footer_bottom_section .footer_bottom_right .playstore_btn {
    height: 37px;
  }
  .Footer .social_icons a {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .footer_bottom_section {
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
    padding: 6px 0 16px 0;
  }
  .footer_bottom_section .footer_bottom_right {
    gap: 30px;
  }
  .Footer {
    padding-top: 25px;
  }
  .Footer .footer_top .footer_logo_section .footer_desc {
    font-size: 14px;
    line-height: 1.2;
  }
  .Footer .footer_top .footer_logo_section .img_wrapper {
    width: 83px;
  }
  .Footer .social_icons a {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .Footer .footer_text_div .footer_text {
    font-size: 12px;
  }
}
