.Footer {
  padding: 30px 0px 20px 0px;

  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.Footer .right_side_logo {
  position: absolute;
  right: 0px;
  top: 30px;
}

.Footer .fisrt_col {
  /* padding: 0px 40px; */
}

.Footer .logo_holder {
  width: 160px;
}

.Footer .tag_line {
  color: #000;
  font-size: 13px;
  margin-bottom: 0px;
  text-align: center;
}

.Footer .logo_holder .logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Footer .col_div {
}

.Footer .col_div .footer_section_title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  color: #3e0c14;
  font-family: "Gelasio", serif;
}
.Footer .logo-bottom-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1.3;
  margin-top: 10px;

  font-family: "Gelasio", serif;
}

.Footer .col_div .nav .first_nav_div {
  margin-right: 41px;
}

.Footer .col_div .nav .first_nav_div .nav-item {
}

.Footer .col_div .nav .first_nav_div .nav-item .nav-link {
  padding: 0px;
  font-size: 14px;
  color: #464646;
  font-weight: 500;
  margin-bottom: 10px;
}

.Footer .col_div .footer_info_div {
  margin-bottom: 15px;
}

.Footer .col_div .footer_info_div .no_div {
}

.Footer .col_div .footer_info_div .icon_text {
  font-size: 14px;
  color: #3e3e3e;
  margin-right: 8px;
}

.Footer .col_div .footer_info_div .bold_text {
  padding: 0px;
  font-size: 15px;
  color: #464646;
  font-weight: 500;
  margin-bottom: 0px;
}

.Footer .col_div .footer_info_div .info_text {
  padding: 0px;
  font-size: 14px;
  color: #464646;
  font-weight: 500;
  margin-bottom: 0px;
}

.Footer .col_div .icons_holder {
  margin-top: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.Footer .col_div .icons_holder .icon_div {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  /* background: #202020; */
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Footer .col_div .icons_holder .icon_div .icon_class {
  font-size: 15px;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.Footer .col_div .app_imgs_holder .img_holder {
  width: 108px;
  height: auto;
  margin: 15px 0px;
}

.Footer .col_div .app_imgs_holder .img_holder .app_img {
  width: 100%;
  height: 100%;
}

.Footer .custom_row {
  padding-bottom: 20px;
  border-bottom: 1px solid #a5a5a5;
}

.Footer .footer_text_div .footer_text {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 14px !important;
  margin-bottom: 0px;
  margin-top: 15px;
}

.Footer .footer_text_div .footer_text a {
  color: #000 !important;
  font-weight: 600;
  text-decoration: underline;
}

.Footer .col_div {
}

.Footer .col_div .images_holder {
}

.Footer .col_div .images_holder .download_img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Footer .col_div .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Footer .footer_text_div .footer_text {
    font-size: 11px !important;
  }

  .Footer .col_div .footer_section_title {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .Footer .col_div .nav .first_nav_div {
    margin-right: 22px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Footer .col_div {
    margin-bottom: 12px;
  }

  .Footer .col_div .footer_info_div .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link {
    font-size: 13px;
  }

  .Footer .footer_text_div .footer_text {
    font-size: 12px;
  }

  .Footer .logo_holder {
    width: 160px;
  }

  .Footer .col_div .icons_holder {
    display: flex;
  }

  .Footer .col_div .icons_holder .icon_div {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .Footer .col_div .icons_holder .icon_div .icon_class {
    font-size: 13px;
  }

  .Footer .custom_row {
    /* justify-content: center; */
  }

  .Footer {
    padding: 30px 0px 20px 0px;
  }
  .Footer .fist-c {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .Footer .fisrt_col {
    margin: auto;
  }
  .Footer .logo-bottom-text {
    font-size: 15px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Footer .logo_holder {
    width: 120px;
  }
  .Footer .decorative-strip {
    margin: 11px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Footer .decorative-strip {
    margin: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Footer .col_div .nav {
    display: flex;
    justify-content: space-between;
  }
  .Footer .col_div .nav .first_nav_div {
    margin-right: 0px;
  }
  .Footer .decorative-strip {
    margin: 20px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Footer .col_div .nav {
    justify-content: space-between;
  }
  .Footer .logo_holder {
    width: 190px;
  }
  .Footer .decorative-strip {
    margin: 20px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Footer .col_div .nav {
    justify-content: space-between;
  }
}
