.Footer {
  padding: 49px 0px 10px 0px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-top: 2px solid #82b5e8;
  background: #173b63;
}

.Footer .right_side_logo {
  position: absolute;
  right: 0px;
  top: 30px;
}

.Footer .fisrt_col {
}

.Footer .logo_holder {
  /* background: #ffffff; */
  width: 90px;
  margin-bottom: 20px;
  max-height: 90px;
  height: 90px;
}

.Footer .tag_line {
  color: #173b63;
  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: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
}

.Footer .logo-bottom-text {
  color: #dceeff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.6;
  margin-top: 10px;
}

.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: #c9e1f8;
  font-weight: 500;
  margin-bottom: 10px;
}

.Footer .col_div .nav .first_nav_div .nav-item .nav-link:hover {
  color: #82b5e8;
}

.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: #a9c8e5;
  margin-right: 8px;
}

.Footer .col_div .footer_info_div .bold_text {
  padding: 0px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0px;
}

.Footer .col_div .footer_info_div .info_text {
  padding: 0px;
  font-size: 14px;
  color: #c9e1f8;
  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: #82b5e8;
  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: #173b63;
  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 #82b5e8;
}

.Footer .footer_text_div .footer_text {
  text-align: center;
  color: #dceeff;
  font-weight: 500;
  font-size: 14px !important;
  margin-bottom: 0px;
  margin-top: 15px;
}

.Footer .footer_text_div .footer_text a {
  color: #82b5e8 !important;
  font-weight: 600;
  text-decoration: underline !important;
}

.Footer .col_div {
}

.Footer .col_div .images_holder {
}

.Footer .col_div .images_holder .download_img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

.Footer .footer_bottom_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 15px;
}

.Footer .footer_bottom_links {
  display: flex;
  gap: 20px;
}

.Footer .footer_bottom_links a {
  color: #b5b5b5;
  text-decoration: none;
}

.Footer .footer_bottom_links a:hover {
  color: #82b5e8;
}

.Footer .col_div .nav.flex-column {
  display: flex;
  flex-direction: column;
}

.Footer .col_div .nav.flex-column .nav-link {
  padding-left: 0;
}
.Footer .col_div .nav {
  display: flex;
  flex-direction: column;
}

.Footer .col_div .nav .nav-link {
  padding: 5px 0;
  color: #b5c9de;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

.Footer .col_div .nav .nav-link:hover,
.Footer .col_div .nav .nav-link.active {
  color: #7fc8ff;
  padding-left: 6px;
}

.Footer .icons_holder {
  display: flex;
  gap: 10px;
}
.Footer .icon_div {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  /* border: 1px solid white; */
}

.Footer .icon_div:hover {
  background: #7fc8ff;
}

.Footer .icon_div .icon_class {
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
}

/* Bottom Footer */

.Footer .footer_bottom {
  padding-top: 10px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.Footer .footer_bottom_left {
  color: #d9e7f3;
  font-size: 14px;
}

.Footer .footer_bottom_right {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.Footer .footer_bottom_right span {
  color: rgba(255, 255, 255, 0.35);
}

.Footer .footer_bottom_left a {
  color: #b5c9de;
  font-size: 14px;
  text-decoration: underline !important;
  transition: 0.3s;
  font-weight: 500;
}

.Footer .footer_bottom_right a:hover {
  color: #7fc8ff;
}

@media (max-width: 768px) {
  .Footer .footer_bottom {
    flex-direction: column;
    text-align: center;
  }

  .Footer .footer_bottom_right {
    justify-content: center;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .Footer .col_div .nav {
    display: flex;
    justify-content: space-between;
  }
  .Footer .col_div .nav .nav-link {
    padding: 3px 0 !important;
  }
  .Footer .col_div .footer_info_div {
    margin-bottom: 9px !important;
  }
  .Footer .footer_bottom_left a {
    font-size: 12px !important;
  }
  .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 .icon_div {
    width: 28px;
    height: 28px;
  }

  .Footer .col_div .footer_info_div .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link {
    font-size: 13px;
  }
  .Footer .logo_holder {
    margin-bottom: 0px;
  }
  .Footer .footer_text_div .footer_text {
    font-size: 12px;
  }

  .Footer .logo_holder {
    width: 180px;
  }

  .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 {
  }

  .Footer {
    padding: 22px 0px 10px 0px;
  }
  .Header .support_text {
    font-size: 12px;
  }

  .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: 180px;
    height: 70px;
  }

  .Footer .decorative-strip {
    margin: 11px 0;
  }

  .Footer .logo-bottom-text {
    font-size: 13px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Footer .decorative-strip {
    margin: 20px 0;
  }
  .Footer .col_div .nav .nav-link {
    padding: 2px 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;
  }
  .Footer .logo-bottom-text {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Footer .col_div .nav {
    justify-content: space-between;
  }
}
