* {
  font-family: "Poppins", sans-serif !important;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
}
/* ---Custom Scrollbar CSS Starts Here--- */
/*::-webkit-scrollbar {height: 5px;width: 8px;border-radius: 18px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #b7b7b7;border-radius: 18px;}
::-webkit-scrollbar-thumb:hover {background: #555;}*/

/*::-webkit-scrollbar {width: 4px;height: 4px;}
::-webkit-scrollbar-thumb {background: linear-gradient(13deg, #cccccc 14%,#cccccc 64%);border-radius: 10px;}
::-webkit-scrollbar-thumb:hover{background: linear-gradient(13deg, #CECECE 14%,#CECECE 64%);}
::-webkit-scrollbar-track{background: #ffffff;border-radius: 10px;}*/

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: #5373af;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #00359a;
}
::-webkit-scrollbar-track {
  background: #d0dbef;
  border-radius: 10px;
}
.v-hidden{
  position: fixed;width: 1px;height: 1px;padding: 0;margin: -1px;
    clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;overflow: hidden;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* ---Custom Scrollbar CSS Ends Here--- */
a {
  color: #2b2a29;
}
.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.header {
  width: 100%;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 9;
}
.d-flex {
  display: flex;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.division {
  border-bottom: 1px solid #ededed;
}
.full-width {
  width: 100%;
  overflow: hidden;
}
.grey-wrap {
  background-color: #f9f9f9;
}
.block-title {
  color: #2b2a29;
  font-size: 30px;
  padding: 42px 0;
}
[role="button"],
[role="button"]:focus {
  outline: none;
  box-shadow: none;
  border: none;
  line-height: normal;
  transition: all 0.26s;
}
.reload {
  cursor: pointer;
}
.yellow-btn {
  box-shadow: 0px 0px 0px 0px #00000029;
}
.yellow-btn:hover {
  background-color: #ffbd00 !important;
  box-shadow: 0px 3px 6px 0px #00000029;
}
input:checked + .slider:hover {
  background-color: #ffbd00 !important;
}
.dark-btn {
  transition: all 0.2s;
}
.dark-btn:hover,
.slider:hover.round:before {
  background-color: #707070 !important;
}
.white-btn {
  background-color: #ffffff;
}
.white-btn:hover {
  background-color: #fecc00;
  border-color: #ffca08 !important;
}

.view-now {
  color: #2b2a29;
  font-size: 18px;
  font-weight: 600;
  height: 48px;
  background: #fecc00 0% 0% no-repeat padding-box;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.interested-btn {
  color: #fff;
  background-color: #2b2a29;
}
.interested-btn:hover {
  background-color: #6d6d6d;
  box-shadow: 0px 3px 6px 0px #00000029;
}

/*.main .listing-block.adbanner-block{display:none !important }*/

/*---Header First Row---*/
.mobile-break{display: none;}
.desktop-break{display:block}
.header {
  position: sticky !important;top: -46px !important;
  transition: all 0.2s ease-out; /*box-shadow: 0px 1px 6px #00000029;*/
  z-index: 111;
}
}
.common-layout.homepage-layout .header {
  position: absolute !important;
  inset: 0 0 auto !important;
}
.header .header-wrap {
  height: 88px;
  justify-content: space-between;
  align-items: center;
}
.header .search-bar {
  width: 100%;
  max-width: 550px;
  height: 48px;
  border-radius: 8px;
  flex-shrink: 0;
  /*border: 1px solid #859edd;background: #fff;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);*/
}
.header .search-bar .location-dropdown,
.header .search-bar .from-sendlink.form-searchInvet {
  height: 40px !important;
  border: 1px solid #859edd;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
  border-radius: 32px;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem !important;
}
.header .toll-free {
  color: #2b2a29;
  font-size: 19px;
  font-weight: 700;
}
.header .btn.sign-in {
  color: #fff;font-size: 16px;font-weight: 600;width: 100px;height: 36px;
  background: #2b2a29 0% 0% no-repeat padding-box;border-radius: 21px;
  justify-content: center;align-items: center;
}

.header .main .search-filter-section{background:none;padding: 0}

a {
  text-decoration: none;
}

.press_links {
  text-decoration: underline !important;
  color: #0d6efd !important;
}
/*---Header Second Row---*/
.header .header-menu-wrap {
  height: 68px;
  position: relative;
}
.header .header-menu-wrap.newwrapper{height:36px;
  .menuul-blk, .menuul-blk li{height:100%}
}
.header .header-menu-wrap ul {
  width: 100%;
  align-items: center;
  justify-items: left;
  padding-left: 9px;
  padding-right: 16px;
}
.header .header-menu-wrap ul li,
.header .header-menu-wrap ul li a {
  color: #2b2a29;
  font-size: 16px;
  font-weight: 400;
  width: calc(100% / 9);
  align-items: center;
  display: flex;
  padding: 0 1.2rem;
  height: 100%;
  transition: all 0.26s;
  position: relative;
  margin-right: 12px;
  justify-content: left;
  border-radius: 32px;transition: all 0.4s;
}
.header .header-menu-wrap ul li:hover a{
  font-weight: 500;
}
.header .header-menu-wrap ul li .cssload-loading {
  position: absolute;
}
.header .header-menu-wrap ul li a {
  color: #2b2a29;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.header .header-menu-wrap ul li:hover,
.header .download-app:hover {
  font-weight: 500;background-color: #fecc00;
}
.header .header-menu-wrap ul li:hover{box-shadow: 0 6px 32px rgba(0, 0, 0, 0.09);}
.header .header-menu-wrap ul li:nth-child(1),
.header .header-menu-wrap ul li:nth-child(2) {
  width: 90px;
}
.header .header-menu-wrap ul li:nth-child(2) {
  width: calc(100% / 6);
}
.header .header-menu-wrap ul li:nth-child(3) {
  justify-content: center;
  width: 140px;
}
.header .header-menu-wrap ul li:nth-child(4),
.header .header-menu-wrap ul li:nth-child(6) {
  justify-content: center;
  width: 140px;
}
.header .header-menu-wrap ul li:nth-child(5) {
  width: 100px;
}

.header .header-menu-wrap ul li.sell-menu{width: 90px;padding: 0 0.75rem !important;}

/*.header .header-menu-wrap ul li .down-arrow {
  position: relative;right: -11.27px;top: 0;bottom: 0;margin: auto;display: inline-block;
  padding: 0;margin: auto;left: auto;width: auto;position: absolute;top: 0;bottom: 0;
}*/
.header .header-menu-wrap ul li:hover .down-arrow.up-arrow {
  display: inline-block;
}

.header .header-menu-wrap ul li:hover .down-arrow,
.header .header-menu-wrap ul li .down-arrow.up-arrow {
  display: none;
}

.header .header-menu-wrap ul li .down-arrow {
  position: relative;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  padding: 0;
  margin: auto;
  left: auto;
  width: auto;
  top: 0;
  bottom: 0;
}
/*.header .header-menu-wrap ul li:nth-child(1) .down-arrow{right:20px;}*/

/*Menu - Subset*/
.header .header-menu-wrap ul li .submenu-set {
  width: 1280px;
  height: 360px;
  background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  /*top: 68px;*/top:36px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: none;
  overflow: hidden;
}
.header .header-menu-wrap ul li .submenu-set .nav {
  padding-left: 4px;
}
.header .header-menu-wrap ul li:hover .submenu-set {
  display: block;
}
.header .header-menu-wrap ul li:hover .submenu-set.sell-menu {
  /*top:148px;*/
  top: auto;
  bottom: -80px;
}
.header .header-menu-wrap ul li .submenu-set .nav-item {
  color: #595959;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  width: auto;
  transition: none;
  margin: 0;
}
.header .header-menu-wrap ul li .submenu-set .nav-item:hover {
  background-color: transparent;
}

.header .header-menu-wrap ul li .submenu-set .nav-item .nav-link {
  background-color: transparent;
  border: none;
  padding: 14px 30px;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.header .header-menu-wrap ul li .submenu-set .nav-item .nav-link.active {
  color: #2b2a29;
  font-size: 18px;
  font-weight: 700;
  border-color: transparent;
  background-color: transparent;
  justify-content: center;
  border-bottom: 1px solid #2b2a29;
}
.header .header-menu-wrap ul li .submenu-set .view-more {
  color: #2b2a29;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0;
}
.header
  .header-menu-wrap
  ul
  li:hover
  .submenu-set
  .submenu-content-wrapper
  .tab-content,
.header
  .header-menu-wrap
  ul
  li:hover
  .submenu-set
  .submenu-content-wrapper
  .tab-content
  .tab-pane,
.header .header-menu-wrap ul li .submenu-set .tab-content .tab-content-wrap {
  height: 100%;
}

.dd_search_city {
  height: 270px;
  overflow: auto;
  margin-left: -30px !important;
}
.dd_search_city_inv {
  height: 270px;
  overflow: auto;
  margin-left: -30px !important;
  margin-top: 7px !important;
}

.header .download-app a {
  color: #2b2a29;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0px 12px;
  width: 212px;
  position: absolute;
  display: flex;
  transition: all 0.26s;
}
.header .download-app a:hover {
  background-color: #fecc00;
}
.header .app-download-icon {
  margin-right: 17.9px;
  background-color: #fff;
}
.header .search-bar .location-dropdown .location-icon {
  display: block !important;
}
.header .search-bar .location-dropdown .location-icon.mobile {
  display: none !important;
}
/* ---Header Styles End Here--- */

/* --Header new top bar Styles-- */
.header .contactdetails-row {
  width: 100%;
  height: 46px;
  background-color: #e2e7f2;
  .ph-mobieapp {
    font-size: 14px;font-weight: 500;
    width: fit-content;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}

.search-bar .divider {
  width: 1px;
  height: 21px;
  /*background-color: #a1a1a1;*/
  background-color: #ffffff;
  flex-shrink: 0;
  margin: 0 0.3rem !important;
}
.search-inventory .btn-search-link {
  /*  color: #2b2a29;
  font-size: 16px;
  font-weight: 600;
  width: 100px !important;
  height: 32px;
  background: #fecc00 0% 0% no-repeat padding-box;
  border-radius: 4px;
  flex-shrink: 0;*/
  background: linear-gradient(90deg, #edad0c 0%, #ffa6a0 100%) !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0 8px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  height: 30px !important;
  width: 90px !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 0.2px;
  border-radius: 32px !important;
}
.search-inventory input.search {
  padding: 0 0 0 10px;
  width: 100%;
}
.search-inventory input.search::placeholder {
  /*color: #595959;*/
  font-size: 13px;font-family: 'Poppins' !important;
}

.header .header-wrap .hamburger-menu {
  transition: background 0.26s;margin-left: 0.84rem;
}
.header .header-wrap .hamburger-menu:hover {
  background-color: #e6e6e6;
}

.header .header-menu-wrap ul li .submenu-set .tab-content .tab-content-wrap {
  padding-top: 7.5px;
  flex-direction: row;
  display: flex;
  justify-content: left;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set
  .tab-content
  .tab-content-wrap
  .content-block-column {
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set
  .tab-content
  .tab-content-wrap
  .content-block {
  color: #2b2a29;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  padding: 12.5px 12px 8px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0);
  transition: background 0.26s;
  margin: 0 auto auto 0;
  align-items: center;
  height: auto;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set
  .tab-content
  .tab-content-wrap
  .content-block:hover {
  background-color: #fecc00;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set
  .tab-content
  .tab-content-wrap
  .icon-wrap {
  width: 60px;
  height: 27px;
  display: flex;
  align-items: center;
}

.header .header-menu-wrap ul li:hover .submenu-set .submenu-content-wrapper {
  padding: 8px 45px;
  height: 77%;
}

.liveauction-content .content-block-column .content-block,
.upcomingauction-content .content-block-column .content-block {
  flex-direction: column;
  justify-content: left;
  text-align: left;
  align-items: flex-start !important;
  margin-bottom: 16px !important;
}
.liveauction-content .content-block-column .content-block:last-child,
.upcomingauction-content .content-block-column .content-block:last-child {
  margin-bottom: 0;
}
.liveauction-content .content-block-column .content-block .line1,
.liveauction-content .content-block-column .content-block .line2,
.upcomingauction-content .content-block-column .content-block .line1,
.upcomingauction-content .content-block-column .content-block .line2 {
  font-weight: 600;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.upcomingauction-content .content-block-column .content-block .line1,
.liveauction-content .content-block-column .content-block .line1 {
  font-size: 16px;
  margin-bottom: 2px;
}
.upcomingauction-content .content-block-column .content-block .line2,
.liveauction-content .content-block-column .content-block .line2 {
  font-size: 14px;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set
  .tab-content
  .tab-content-wrap.liveauction-content
  .content-block-column,
.header
  .header-menu-wrap
  ul
  li
  .submenu-set
  .tab-content
  .tab-content-wrap.upcomingauction-content
  .content-block-column {
  width: 33.33%;
}

.header .header-menu-wrap ul li .submenu-set.sell-menu {
  color: #595959;
  font-size: 18px;
  font-weight: 600;
  width: 360px;
  height: 80px;
  padding: 28px;
  left: -110px;
}
.header .header-menu-wrap ul li .submenu-set.sell-menu:hover {
  background-color: #ffca08;
}

.header .header-menu-wrap ul li .submenu-set.solutions-menu {
  /*width:932px;*/
  width: 1050px;
  height: 160px;
  padding: 20px 12px;
  margin-left: -100px;
}
.header .header-menu-wrap ul li .submenu-set.solutions-menu .solutions-content {
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set.solutions-menu
  .solutions-content
  .content-block-column {
  flex-direction: column;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set.solutions-menu
  .solutions-content
  .content-block-column
  .content-block {
  color: #2b2a29;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  justify-content: left;
  padding-left: 7px;
  padding-right: 7px;
  background: transparent 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 170px;
  height: 44px;
  margin-bottom: 16px;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set.solutions-menu
  .solutions-content
  .content-block-column
  .content-block:hover {
  background-color: #ffca08;
}
.header
  .header-menu-wrap
  ul
  li
  .submenu-set.solutions-menu
  .solutions-content
  .content-block-column
  .content-block
  .icon-wrap {
  /*margin-right:19.18px*/
  width: 40px;
}

/*---Footer Styles - Start Here---*/
.footer {
  min-height: 595px;
  background: #0a1638;
}

.footer .footer-top {
  padding: 48px 0 40px;
}

.footer .footer-columns {
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
  padding: 0 24px;
}

.footer .footer-col {
  flex: 1;
  min-width: 170px;
}

.footer .footer-heading {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.footer .footer-links {
  margin: 0;
  padding: 0;
}

.footer .footer-links li {
  margin: 0 0 9px;
  line-height: 1.35;
}

.footer .footer-links li:last-child {
  margin-bottom: 0;
}

.footer .footer-links a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.94;
  transition: opacity 0.2s ease;
}

.footer .footer-links a:hover {
  opacity: 1;
}

.footer .footOfFooter {
  background: #1c2747;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 0 20px;
  position: relative;
  height: fit-content;
  display: flex;
}

.footer .footer-bottom {
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
  padding: 24px 24px 0;
  position: relative;
}

.footer .footer-bottom-heading {
  margin: 1.5rem 0 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.footer .footer-contact-block {
  min-width: 320px;
}

.footer .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer .footer-contact-item:last-child {
  margin-bottom: 0;
}

.footer .footer-contact-icon {
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffd35a;
  font-size: 10px;
  line-height: 1;
  flex: 0 0 14px;
}

.footer .footer-social-block {
  /*flex: 1;text-align: left;*/
  margin:auto auto auto 12%;
}

.footer .footer-social-icons {
  gap: 10px;
  align-items: center;
}

.footer .footer-social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  /*background: #304671;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-social-icons .icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.footer .footer-copyright {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.footer .footer-award-block {
  display: flex;
  justify-content: start;
  min-width: 110px;
  position: absolute;
  top: 0;
  right: 1.4%;
  text-align: center;
  width: 250px;
}

.footer .award-badge {
  width: 74px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.footer .award-top {
  background: #51565d;
  font-size: 10px;
  line-height: 1.1;
  padding: 5px 4px 4px;
}

.footer .award-main {
  background: #ef3445;
  font-size: 12px;
  line-height: 1.06;
  padding: 6px 3px;
}

.footer .award-bottom {
  background: #1f4ea3;
  font-size: 11px;
  line-height: 1;
  padding: 6px 3px 7px;
}
.footer .footer-top .column-wrap .column li a{font-size:14px;font-weight: 400}

.enquirenow.floating-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 48px;
  height: 182px;
  margin: auto 0 auto auto;
}

.group-investers-blk {
  /*background: rgba(250, 251, 255, 1);border: 1px solid rgba(224, 228, 245, 1);
  border-radius: 43px;*/
  background: rgba(250, 251, 255, 1) !important;
  border: 1px solid rgba(224, 228, 245, 1) !important;border-radius: 43px;
  padding: 2.5rem 1rem 1rem;box-sizing: border-box;width: calc(100% - 100px);
  margin: auto;
}

.press-releases .wrapper, .news-updates .wrapper { width: calc(100% - 2rem);margin: auto; }

.news-updates .wrapper{
  width: calc(100% - 93px);padding: 0 0.5rem 0.5rem;overflow: hidden; 
  .swiper-button-next:after, .swiper-button-prev:after{width:47px}
  .swiper-button-prev{ right:auto;left:0px; }
  .swiper-button-next{ right:0px;left:auto; }
}

.link-enquirenowv{
  position: fixed;inset:0;margin:auto 0 auto auto;width: fit-content;height: fit-content;
  z-index: 11111;
}

.header .buymenu-nested-blk{
  .brand-card__logo{height:30px}
  .brand-card__logo img{object-fit: cover}
  .brand-card{    width: 164px !important;
    height: 48px !important;
    border-radius: 6px !important;
    padding: 0.1rem !important;
    line-height: normal;}
    .mega-menu__link{
      color: #00359A;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0.4rem 0.5rem 0.2rem;
    width: 48%;
    justify-content: start;
    }
    .mega-menu__link-icon{width:14px;height:14px;}
    .mega-menu__foot{margin-top:0}
}

@media (max-width: 1280px) {
  .enquirenow.floating-bar {
    display: none;
  }
}

@media (max-width: 1199px) {
  .footer .footer-columns {
    gap: 22px;
    flex-wrap: wrap;
  }

  .footer .footer-col {
    min-width: calc(33.33% - 16px);
  }

  .footer .footer-heading {
    font-size: 28px;
  }

  .footer .footer-links a {
    font-size: 20px;
  }

  .footer .footer-bottom-heading {
    font-size: 30px;
  }

  .footer .footer-contact-item {
    font-size: 22px;
  }

  .header .contactdetails-row {
    .ph-mobieapp {
      font-size: 14px;
      font-weight: 600;
    }
  }
}

@media (max-width: 900px) {
  .link-enquirenowv{display: none !important}
  .footer .footer-col {
    min-width: calc(50% - 14px);
  }

  .footer .footer-bottom {
    flex-wrap: wrap;
  }

  .footer .footer-contact-block,
  .footer .footer-social-block {
    width: calc(50% - 15px);
    min-width: 280px;
  }
}

@media (max-width: 640px) {
  .footer .footer-top {
    padding: 34px 0 26px;
  }

  .footer .footer-columns,
  .footer .footer-bottom {
    padding: 0 14px;
  }

/*  .footer .footer-col,
  .footer .footer-contact-block,
  .footer .footer-social-block {
    width: 100%;
    min-width: 0;
  }*/

  .footer .footer-heading {
    font-size: 24px;
  }

  .footer .footer-links a {
    font-size: 17px;
  }

  .footer .footer-bottom-heading {
    font-size: 24px;
  }

  .footer .footer-contact-item {
    font-size: 17px;
  }

  .footer .footer-copyright {
    font-size: 14px;
    margin-top: 16px;
  }
}

/*---Footer Styles - End Here---*/

/*Hamburger Section Styles*/
.transparent-layer-onModal {
  opacity: 0.31;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
}
.hamburger-menu-content-wrap {
  width: 334px;
  height: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-out;
  z-index: 1111;
}
.hamburger-menu-content-wrap.desktop {
  right: -340px;
  left: auto;
}
.hamburger-menu-content-wrap.mobile {
  right: auto;
  left: -340px;
}
.hamburger-menu-content-wrap.onScreen-right {
  right: 0;
}
.hamburger-menu-content-wrap.onScreen-left {
  left: 0;
}
.hamburger-menu-content-wrap .hamburger-menu-content {
  padding: 22px;
  -webkit-overflow-scrolling: touch;
}
.hamburger-menu-content-wrap .hamburger-menu-content .block-title {
  color: #595959;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 19px 0;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 9.77px;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul {
  flex-direction: column;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul li {
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  transition: all 0.26s;
  align-items: center;
  justify-content: left;
  padding: 16.275px 0 16.275px 7px;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li:nth-child(2)
  .icon-wrap
  .icon {
  margin-left: -1px;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li:nth-child(3)
  .icon-wrap
  .icon {
  margin-left: -4px;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li:nth-child(3)
  .icon-wrap {
  margin-top: 2px;
  vertical-align: middle;
  display: inline-block;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li:nth-child(4)
  .icon-wrap
  .icon {
  margin-left: -2px;
}

.hamburger-menu-content-wrap .hamburger-menu-content ul li.no-icon:hover {
  padding-left: 14px;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul li.social-tools:hover {
  padding-left: 7px;
  background-color: #fff;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul li.social-icons:hover {
  background-color: #fff;
}

.hamburger-menu-content-wrap .hamburger-menu-content ul li:hover {
  background-color: #f9f9f9;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul li,
.hamburger-menu-content-wrap .hamburger-menu-content ul li a,
.hamburger-menu-content-wrap .hamburger-menu-content ul li a .icon-text {
  color: #2b2a29;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  text-decoration: none;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul li a {
  width: 100%;
}

/*.hamburger-menu-content-wrap .hamburger-menu-content ul li{}
	.hamburger-menu-content-wrap .hamburger-menu-content ul li:first-child{padding-top:0;}*/

.hamburger-menu-content-wrap .hamburger-menu-content ul li .icon {
  margin-right: 19.12px;
  transition: margin 0.26s;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li.tutorials-icon
  .icon {
  margin-left: -3px;
  margin-right: 13px;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul li:hover .icon {
  margin-right: 12.12px;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul li.download-app-row {
  margin-bottom: 37.725px;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li.social-tools.firstline {
  margin-top: 4px;
  padding-bottom: 15.93px;
}
.hamburger-menu-content-wrap .hamburger-menu-content ul li.social-icons {
  padding-top: 0 !important;
  justify-content: space-between;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li.social-icons
  .icon-links {
  margin-right: 16px;
  box-shadow: 0 0 0 0 #fff;
  transition: all 0.21s;
  border-radius: 50%;
  width: auto;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li.social-icons
  .icon-links.xlogo {
  width: 35px;
  height: 35px;
  /*background-color: #000;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li.social-icons
  .icon-links.xlogo
  .icon {
  width: 35px;
  height: 35px;
  margin: 0;
}
.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li.social-icons
  .icon-links:last-child {
  margin-right: 0;
}

.hamburger-menu-content-wrap
  .hamburger-menu-content
  ul
  li.social-icons
  .icon-links:hover {
  box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 50%);
}

.hamburger-menu-content-wrap.mobile
  .hamburger-menu-content
  ul
  li.tutorials-icon
  .icon {
  margin-left: 1px;
  margin-right: 8px;
}

/*--------I am Intrested - Modal block CSS--------*/

.interested-modal-wrap {
  width: 442px;
  max-height: 643px;
  background-color: #ffffff;
  border-radius: 21px;
  display: flex;
  margin: auto;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  z-index: 1111;
  transition: all 0.26s;
}
.interested-modal-wrap.fullscale {
  transform: scale(1);
}
.interested-modal-wrap.newsletter_su {
  height: 390px !important;
}
.interested-modal-wrap.dw_app {
  height: 350px !important;
}
.interested-modal-wrap.dw_app .row2 {
  height: 100%;
}

.interested-modal {
  border-radius: 21px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.interested-modal .row1 {
  width: 100%;
  min-height: 148px;
  max-height: 210px;
  overflow: auto;
  padding: 20px 20px 8px;
  align-items: flex-start;
  display: flex;
  background: linear-gradient(89deg, #f3e9ff 2.32%, #daebff 97.32%);
}
.interested-modal .row1 .profile-pic {
  width: 80px;
  height: 72px; /*margin: 6px auto;*/
  margin: 0rem 0.75rem 1.2rem 0rem;
  border-radius: 9px;
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
}
.interested-modal .row1 .text-content {
  width: calc(100% - 150px);
  margin-top: 0px;
}
.interested-modal .row1 .text-content .line {
  width: 100%;
  line-height: normal;
}

/*.interested-modal .row1 .text-content .line.cnt-person,
.interested-modal .row1 .text-content .line.cnt-num{
  font-size:12px;border-radius: 32px;border: 1px solid rgba(164, 179, 210, 0.6);
  background: rgba(255, 255, 255, 0.58);padding:0.75rem 0.5rem;
}*/

.interested-modal .row1 .text-content .label,
.interested-modal .row1 .text-content .value {
  font-size: 14px;
}

.interested-modal .row1 .text-content .label {
}
.interested-modal .row1 .text-content .value {
  font-weight: 600;
  word-break: break-word;
}
.interested-modal-wrap .close-icon {
  width: 24px;
  height: 24px;
  /* background: #4E6785 0% 0% no-repeat padding-box; */
  /*box-shadow: 0px 3px 6px #00000029;*/
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interested-modal-wrap .close-icon .cls-icon {
  width: 100%;
  height: auto;
  line-height: normal;
}
.interested-modal .row2 {
  padding: 23px 36px 60px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.interested-modal .row2 .control-block {
  width: 48%;
}
.interested-modal .row2 label {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px !important;
}

.interested-modal .row2 input,
.interested-modal .row2 textarea,
.interested-modal .row2 select {
  height: 38px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #7d7d7d !important;
  border-radius: 6px;
}
.interested-modal .row2 input[name="newsletter_security"],
.interested-modal .row2 input[name="app_security"] {
  width: auto !important;
  max-width: 38%;
  min-width: 100px !important;
}
.interested-modal .row2 select ~ .select-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  margin-bottom: 17px;
}
.interested-modal .row2 input::placeholder,
.interested-modal .row2 select,
.interested-modal .row2 textarea::placeholder {
  color: #929292;
  font-size: 12px;
}
.interested-modal .row2 .yellow-btn {
  color: #2b2a29;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  height: 52px;
}
.interested-modal .row2 .yellow-btn:focus {
  outline: none;
}
.interested-modal .footer-form {
  color: #2b2a29;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  border-radius: 0 0 21px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interested-modal .footer-form .number {
  font-size: 14px;
  font-weight: 600;
}
.interested-modal .footer-form .time {
  font-size: 12px;
  font-weight: 400;
}

.btns-wrap .share:hover .social-icons-share {
  top: 40px;
  display: flex !important;
}
.btns-wrap
  .share:hover
  .social-icons-share
  .social-icons-share
  .tri-arrow-up.shade {
  display: none;
}

/*-------------CSS LOADER-----------*/
/*==================================*/
.cssload-container * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cssload-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
}
.cssload-container ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.cssload-container ul li {
  list-style: none;
}
.cssload-flex-container {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-around;
}
.cssload-flex-container li {
  padding: 10px;
  height: 97px;
  width: 97px;
  margin: 29px 19px;
  position: relative;
  text-align: center;
}
.cssload-loading {
  display: inline-block;
  position: relative;
  width: 83px;
  height: 83px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 5px solid transparent;
  border-bottom: 4px solid #ffca06;
  border-left: 4px solid #ffca06;
  animation: cssload-spinR 2.3s linear infinite;
  -o-animation: cssload-spinR 2.3s linear infinite;
  -ms-animation: cssload-spinR 2.3s linear infinite;
  -webkit-animation: cssload-spinR 2.3s linear infinite;
  -moz-animation: cssload-spinR 2.3s linear infinite;
}
.cssload-loading:before,
.cssload-loading:after {
  content: "";
  display: block;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
}
.cssload-loading:before {
  height: 49px;
  width: 49px;
  border: 3px solid transparent;
  border-top: 3px solid #242424;
  border-right: 3px solid #242424;
  animation: cssload-spinL 0.86s linear infinite;
  -o-animation: cssload-spinL 0.86s linear infinite;
  -ms-animation: cssload-spinL 0.86s linear infinite;
  -webkit-animation: cssload-spinL 0.86s linear infinite;
  -moz-animation: cssload-spinL 0.86s linear infinite;
  transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  top: 11%;
  left: 11%;
}
.cssload-loading:after {
  height: 10px;
  width: 10px;
  background: transparent;
  border: 2px solid #ceced0;
  top: 35.5%;
  left: 35.5%;
  background-color: #ceced0;
}
/*! CSS Used keyframes */
@keyframes cssload-spinR {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spinR {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spinR {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spinR {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spinR {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes cssload-spinL {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-o-keyframes cssload-spinL {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}
@-ms-keyframes cssload-spinL {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-webkit-keyframes cssload-spinL {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes cssload-spinL {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
/*==================================*/
/*----------------------------------*/

.view-all-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.view-all-slide .view-all-block {
  width: 120px;
  height: 120px;
  background-color: #fecc00;
  border-radius: 50%;
}
.view-all-slide .view-all-block .icon .circle {
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
  margin: auto 3px;
}
.view-all-slide .view-all-block .text {
  color: #6d6d6d;
  font-size: 18px;
  text-align: center;
}

.hand_mouse {
  cursor: pointer;
}
.default_mouse {
  cursor: default;
}
.download-pdf {
  cursor: pointer;
}
#iam_response {
  text-align: center;
  width: 100%;
  margin: auto !important;
  top: auto;
  bottom: 40%;
  left: 0;
  right: 0;
  position: absolute;
}

.loader_now_applink {
  display: none;
  height: 200px;
}
.loader_now_applink_mob {
  display: none;
  height: 200px;
}
.loader_now_newsletter {
  display: none;
  height: 200px;
}

/*___NEW STYLES ADDED on 27-March-2026___*/
.header-new .header-menu-wrap ul li:nth-child(1) {
  width: 84px;
}
.header-new .header-menu-wrap ul li:nth-child(2) {
  width: 124px;
}
.header-new .header-menu-wrap ul li .submenu-set {
  margin-right: -520px;
  margin-left: auto;
  box-shadow: 0px 0px 12.2px 0px #00000026;
  border: 1px solid #81a2de;
  border-radius: 12px;
}
.header-new .header-menu-wrap ul li .submenu-set.solutions-menu {
  margin-right: -100px;
  margin-left: auto;
}
.header-new .header-menu-wrap ul li.sell-menu,
.header-new .header-menu-wrap ul li.inventory-menu { width: fit-content; }
.header-new .header-menu-wrap ul li.company-menu .submenu-set.solutions-menu {
  margin: 0 !important;right: 0;left: auto;width: 180px;height: fit-content;padding: 10px;
  .content-block-column {
    flex-direction: column;
  }
  .content-block {
    font-size: 14px;
    font-weight: 400;
    justify-content: start;
    margin: 0;
    padding: 0.75rem 0.35rem;
  }
}
.header-new
  .header-menu-wrap
  ul
  li.company-menu
  .submenu-set.solutions-menu
  .content-block {
  .icon-wrap {
    width: fit-content;
    height: fit-content;
    padding: 0 !important;
  }
}
.header-new
  .header-menu-wrap
  ul
  li.company-menu
  .submenu-set.solutions-menu
  .content-block
  .icon-wrap {
  margin-right: 0.5rem !important;
  [alt="icon"] {
    width: 16px;
    height: auto;
  }
}

.header-new .btn.sign-in {
  font-size: 15px;
  font-family: "Poppins";
  width: 100px;
  margin-right: 0.5rem;
}
.header.header-new
  .search-bar
  .location-dropdown
  .dropdown
  .dropdown-arrow-icon {
  width: 13px;
  height: 7.43px;
}

.hamburger-menu-content .services-accordion {
  display: flex;
  flex-direction: column !important;
  align-items: stretch;
  width: 100%;
  margin: 6px 0;
}
.hamburger-menu-content .services-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  border: 0;
  background: 0 0;
  padding: 2px 0 10px;
  text-align: left;
  cursor: pointer;
}
.hamburger-menu-content .services-toggle .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  flex: 0 0 28px;
}
.hamburger-menu-content .services-toggle .icon-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.3;
  color: #1f1f1f;
}
.hamburger-menu-content .services-accordion .accordion-arrow {
  margin-left: auto;
  color: #6f83a9;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s;
}
.hamburger-menu-content .services-submenu {
  display: none;
  position: relative;
  margin: 0;
  padding: 6px 0 0 39px;
  list-style: none;
  width: 100%;
}
.hamburger-menu-content .services-submenu:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 10px;
  width: 1px;
  background: #d5def0;
}
.hamburger-menu-content .services-accordion.open .services-submenu {
  display: flex;
  flex-direction: column;
}
.hamburger-menu-content .services-accordion.open .accordion-arrow {
  transform: rotate(180deg);
}
.hamburger-menu-content .services-submenu .menu-item {
  position: relative;
  display: block !important;
  width: 100%;
  padding: 0 0 18px;
  margin: 0;
}
.hamburger-menu-content .services-submenu .menu-item:last-child {
  padding-bottom: 0;
}
.hamburger-menu-content .services-submenu .menu-item:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 11px;
  width: 12px;
  height: 12px;
  border: 1px solid #cad5ea;
  border-radius: 50%;
  background: #eaf0fb;
}
.hamburger-menu-content .services-submenu .menu-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.hamburger-menu-content .services-submenu .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 0 0 20px;
}
.hamburger-menu-content .services-submenu .icon-text {
  font-size: 15px;
  line-height: 1.35;
  color: #222;
}

/* Download App Block */
.download_bx {
  padding: 44px 20px 56px;
  background: #f2f2f2;
}
.download_bx .download-app-card {
  max-width: 1440px;
  height: 485px;
  margin: 0 auto;
  background: linear-gradient(90deg, #2e7cc5 0%, #6c5bc8 100%);
  border-radius: 28px;
  padding: 44px 56px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 30px rgba(25, 49, 95, 0.18);
}
.download_bx .download-app-left {
  width: 66%;
  min-width: 320px;
  padding-right: 1rem;
}
.download_bx .download-app-title {
  color: #fff;
  font-size: 49px;
  line-height: 1.15;
  font-weight: 600;
  text-align: left;
  margin: 0 0 6px;
}
.download_bx .download-app-subtitle {
  color: #e7f0ff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  margin: 0 0 26px;
}
.download_bx .download-app-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 14px;
}
.download_bx .download-app-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.download_bx .feature-icon {
  width: 50px;
  height: 48px;
  border-radius: 7px;
  background: #ffd31a;
  color: #23304f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 1px;
}
.download_bx .feature-icon .icon {
  width: 75%;
  max-width: 28px;
  height: auto;
}
.download_bx .feature-icon .icon.live-bid {
  max-width: 32px;
}
.download_bx .feature-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.download_bx .feature-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;
}
.download_bx .feature-text {
  color: #e8efff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  text-align: left;
}
.download_bx .store-badges {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.download_bx .store-badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 178px;
  height: 54px;
  padding: 9px 16px;
  border-radius: 8px;
  background: #0c0c0c;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.download_bx .store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.download_bx .store-mini {
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.3px;
  color: #f4f4f4;
}
.download_bx .store-name {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
.download_bx .download-app-right {
  width: 34%;
  min-width: 260px;
  display: flex;
  justify-content: center;
}
.download_bx .phone-stage {
  position: relative;
  width: 410px;
  max-width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.download_bx .app-phone {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(19, 22, 45, 0.45));
}
.download_bx .qr-card {
  position: absolute;
  right: 0;
  width: 122px;
  min-height: 118px;
  background: #fff;
  border-radius: 9px;
  padding: 10px 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  color: #0f1724;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}
.download_bx .qr-card img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 4px;
}
.download_bx .qr-card span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.download_bx .qr-top {
  top: 28px;
}
.download_bx .qr-bottom {
  top: 154px;
}
.section-blk .section-title {
  font-size: 30px !important;
  font-weight: 700 !important;
}
.section-blk .section-subtitle {
  font-size: 22px !important;
  font-weight: 400 !important;
}
@media (max-width: 1200px) {
  .download_bx .download-app-card {
    padding: 48px 38px;
    border-radius: 24px;
  }
  .download_bx .download-app-title {
    font-size: 32px;
  }
  .download_bx .download-app-subtitle {
    font-size: 18px;
  }
  .download_bx .feature-title {
    font-size: 18px;
  }
  .download_bx .feature-text {
    font-size: 16px;
  }

  .download_bx .download-app-right {
    display: none;
  }
  .download_bx .download-app-left {
    width: 100%;
  }
  .download_bx .download-app-card {
    height: fit-content;
  }
}

@media (min-width: 900.99px){
  .footer .footer-social-block{
      width: fit-content !important; position: absolute; margin: auto; inset: auto 0;
  }
}
@media (max-width: 900px){
  .footer .footer-social-block{position: relative;inset:auto;margin-left: 0}
}
@media (max-width: 991px) {
  .download_bx {
    /*padding: 20px 14px 46px;*/
    padding: 0;
  }
  .download_bx .wrapper {
    width: 100% !important;
  }
  .download_bx .download-app-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding: 30px 26px;
    border-radius: 0 !important;
    margin: 1rem 0;
  }
  .download_bx .download-app-left,
  .download_bx .download-app-right {
    width: 100%;
  }
  .download_bx .download-app-title {
    font-size: 36px;
  }
  .download_bx .download-app-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .download_bx .feature-title {
    font-size: 20px;
  }
  .download_bx .feature-text {
    font-size: 14px;
  }
  .download_bx .phone-stage {
    width: 100%;
    justify-content: center;
    min-height: 270px;
  }
  .download_bx .app-phone {
    width: 235px;
  }
  .download_bx .qr-card {
    right: calc(50% - 168px);
  }
  .download_bx .qr-top {
    top: 20px;
  }
  .download_bx .qr-bottom {
    top: 142px;
  }
  .download_bx .store-badge {
    min-width: auto;
    padding: 3px;
  }
  .download_bx .store-badge .store-link {
    height: 40px;
  }

  .footer .footer-columns {
    flex-direction: column;
  }
  .footer .footer-links {
    margin: 0 0 0 -0.75rem;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
  }
  .footer .footer-links li {
    font-size: 12px;
    margin: 0 0 9px;
    line-height: normal;
    padding-right: 0.75rem;
    border-right: 1px solid #fff;
    padding-left: 0.75rem;
  }
  .footer .footer-links a {
    font-size: 12px;
  }
  .footer .footer-columns {
    flex-direction: column;
  }

  .footer .footer-col,
  .footer .footer-contact-block,
  .footer .footer-social-block {
      width: 100%;min-width: 0;
    }
}

@media (max-width: 640px) {
  .download_bx .download-app-card {
    padding: 34px 18px;
    border-radius: 20px;
  }
  .download_bx .download-app-title {
    font-size: 20px;
  }
  .download_bx .download-app-subtitle {
    font-size: 13px;
  }
  .download_bx .download-app-features {
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .download_bx .feature-title {
    font-size: 18px;
  }
  .download_bx .feature-text {
    font-size: 14px;
  }
  .download_bx .store-badges {
    gap: 10px;
  }
  /*.download_bx .store-badge { min-width: 152px;height: 50px;padding: 8px 12px; }*/
  .download_bx .store-name {
    font-size: 18px;
  }
  .download_bx .phone-stage {
    min-height: 250px;
  }
  .download_bx .app-phone {
    width: 210px;
  }
  .download_bx .qr-card {
    width: 104px;
    min-height: 100px;
    right: calc(50% - 140px);
    padding: 8px 8px 7px;
  }
  .download_bx .qr-card img {
    width: 62px;
    height: 62px;
  }
  .download_bx .qr-card span {
    font-size: 11px;
  }
  .download_bx .qr-top {
    top: 14px;
  }
  .download_bx .qr-bottom {
    top: 128px;
  }
}
