/* Header css starts here */

.nav-items li span {
  color: #1b1b1b;
  font-weight: bold;
}
.nav-items li span:hover {
  color: #005ea2 !important;
}
.active-nav-item {
  color: #005ea2 !important;
}
.text-black {
  color: #1b1b1b !important;
}
.text-blue {
  color: #1356b4 !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-32 {
  font-size: 32px !important;
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.m-t-50 {
  margin-top: 50px;
}
.m-y-15 {
  margin: 15px 0px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.profileInfo a {
  cursor: unset !important;
}

.profileContent {
  display: flex;
  padding-bottom: 0;
  font-size: 13px;
}
.profileContent span,
.profileContent b {
  width: 50%;
}
.profileContent b {
  padding-left: 0.5rem;
}

.role a {
  background-color: #eaf0f8;
  font-weight: 700 !important;
  border-radius: 25px;
  padding: 0.5rem 0;
  font-size: 12px;
  margin: 0.4rem 0 0.2rem 0 !important;
  cursor: unset !important;
}

.QR-scanner {
  background: #d4e1f1;
  border: 1px solid #fff;
  cursor: pointer;
  margin-inline: 0.5rem;
}

.scanner a {
  display: inline !important;
}

.scanner a span {
  position: relative;
  bottom: 6px;
}

.scanner a img {
  display: inline-block !important;
  right: 0;
  left: 7px;
  width: 25px;
}

.scanner {
  border-radius: 20px;
  background: rgba(224, 224, 224, 0.25);
  padding: 8px;
  display: none;
}

.menu-btn {
  background-color: #d4e1f1;
  padding-inline: 0;
  margin-inline: 0.75rem;
}

.profile {
  display: none;
}

.header-border {
  background-color: #d4e1f1;
  border-bottom: 1px solid #e0e0e0;
}

.usa-logo img {
  width: 165px;
  cursor: pointer;
}
.usa-nav-container {
  max-width: 100% !important;
}
.usa-navbar {
  padding: 30px 0;
  position: sticky;
  top: 0;
}

.usa-navbar button img {
  cursor: pointer;
}

.btn-close {
  margin: -0.75rem -1rem -1rem auto;
}

.myProfile {
  width: 40.5px;
  height: 40.5px;
  border-radius: 50%;
  border: 1px solid #1294d2;
  color: #fff;
  background-color: #1294d2;
  cursor: pointer;
  text-align: center;
}

.subProfile {
  position: relative;
  top: 10.5px;
  font-size: 1.2rem;
  font-weight: 500;
}

.usa-nav__primary {
  margin-top: 0.5rem;
}

.usa-nav__primary-item a {
  cursor: pointer;
}

.usa-nav__submenu {
  border-radius: 5px;
}
.usa-modal--lg .usa-modal__main {
  max-width: 90%;
  padding: 0px;
}
.usa-modal__content {
  height: 90vh;
  overflow: auto;
  padding-bottom: 20px;
  padding-top: 0;
  padding-left: 15px;
}
.nav-dropdown-width {
  background-color: #fff !important;
  box-shadow: 1px 1px 6px 1px #5555;
  padding: 0.5rem 1.4rem 1.4rem 1.4rem !important;
  position: absolute;
}

.links {
  color: #565c65 !important;
  cursor: pointer;
  font-weight: 700;
}

.myAccountPadding {
  padding: 0;
}

.myAccount:hover,
.links:hover {
  color: #005ea2 !important;
}

.usa-nav__primary-item {
  border-top: unset;
}

.usa-accordion .usa-button {
  font-size: 1.06rem;
  line-height: 0.9;
  color: #fff;
  background-color: #005ea2;
  appearance: none;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  margin-right: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.usa-nav-link img {
  width: 18px;
  position: relative;
  top: 2.5px;
  right: 14px;
  display: none;
}

.logoutBtn {
  font-weight: 500 !important;
  width: 100% !important;
}

.borderTop {
  border-top: unset;
}

.activeLink,
.activeLink span {
  color: #1356b4 !important;
  font-weight: 700 !important;
}

.usa-nav__submenu-item {
  border-top: unset;
}
.margin-auto {
  margin: auto;
}
.g-recaptcha {
  transform: scale(0.95);
  transform-origin: 0 0;
}
@media (min-width: 1023px) and (max-width: 2568px) {
  .top-header {
    padding: 0.7rem 2rem;
  }
  .right {
    justify-content: flex-end !important;
  }
  .grid-container {
    padding: 0 3rem;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1440px;
  }

  .header-border {
    padding-bottom: 10px;
  }

  .usa-logo img {
    width: 185px;
  }

  .usa-nav {
    bottom: 5.5px;
  }

  .usa-navbar {
    padding: 0;
  }
}

@media (min-width: 120px) and (max-width: 1023px) {
  .usa-nav-link img {
    display: inline-block;
  }

  .logoutBtn {
    margin-top: 7px;
    position: static;
  }

  .username {
    padding-bottom: 0.5rem;
  }

  .userProfile {
    display: none;
  }

  .profile {
    display: block;
    margin-bottom: 0.5rem;
  }

  .profile li a {
    padding-left: 0;
  }

  .borderTop {
    border-top: 1px solid #dfe1e2;
    padding-top: 0.5rem;
  }

  .usa-nav__primary-item a {
    font-weight: 500;
  }

  .subProfile {
    top: 9px;
    font-size: 1.4rem;
  }

  .myProfile {
    width: 45.5px;
    height: 45.5px;
  }
}

@media (min-width: 1023px) and (max-width: 1111px) {
  .usa-navbar {
    padding: 0;
  }

  .header-border {
    padding-bottom: 6px;
  }
}

@media (min-width: 64em) {
  .usa-logo {
    margin-top: 0.9rem;
    margin-bottom: 0.2rem;
  }

  .myAccountPadding {
    padding: 0.5rem 0 0.7rem 0;
  }

  .usa-header--basic .usa-navbar {
    width: 32%;
  }

  .header-border {
    padding-bottom: 6px;
  }

  .usa-nav__primary button[aria-expanded="false"] span::after:hover {
    background-color: #005ea2;
  }

  .usa-accordion__button button[aria-expanded="false"],
  .usa-nav__primary button[aria-expanded="true"] {
    background-color: #fff !important;
    color: #005ea2;
  }

  .usa-nav__primary button[aria-expanded="true"] span::after,
  .activeLink::after {
    background-color: #005ea2 !important;
  }

  .usa-nav__submenu .usa-nav__submenu-item a {
    color: #565c65;
    font-weight: 700;
  }

  .usa-nav__submenu .usa-nav__submenu-item a:hover {
    color: #005ea2;
    text-decoration: none;
  }

  .usa-header--basic .usa-nav__link:hover::after {
    display: none;
  }

  .usa-nav__submenu {
    background-color: #fff !important;
    box-shadow: 1px 1px 6px 1px #5555;
    padding: 0.5rem;
  }

  .usa-nav__submenu .usa-nav__submenu-item + *,
  .usa-nav__submenu-item {
    padding: 0.5rem;
    margin-top: 0;
  }

  .QR-scanner {
    display: none;
  }

  .scanner {
    display: block;
  }
}

@media (max-width: 63.99em) {
  .usa-logo {
    margin-top: 0.2rem;
  }

  .usa-nav {
    width: 16.5rem;
    height: 100%;
  }
}

@media (max-width: 465px) {
  .usa-nav {
    bottom: 3px;
  }

  .usa-navbar {
    height: 3.7rem;
  }

  .header-border {
    box-shadow: -4px -4px 6px rgba(162, 153, 153, 0.15),
      4px 4px 6px rgba(146, 140, 140, 0.15);
  }

  .usa-nav__primary button[aria-expanded="false"] span::after {
    right: 0.5rem !important;
  }
  .usa-logo img {
    width: 130px;
  }
}

@media (max-width: 200px) {
  .usa-nav {
    bottom: 2.7px;
  }
}

.usa-menu-btn:hover {
  background-color: transparent !important;
}
/* Header css ends here */

/* Footer css Starts here */
.footer-style-container div input {
  color: #ffffff;
}

.footer-style-container {
  padding: 2rem 1.7rem;
  background-color: #162e51;
}

.grid-container,
.form-grid-padding {
  /* padding: 0 !important; */
}

.footer-style-container .grid-container {
  max-width: 100% !important;
}

.footer-style-container .pad-r-20 {
  padding-right: 15px;
}

.footer-style-container h3 {
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.footer-style-container .usa-logo {
  margin: 0;
}

.footer-style-container .usa-logo img {
  width: 190px;
}

.footer-style-container .logo-footer-desktop {
  display: block;
  padding-top: 1rem;
}

.footer-style-container .logo-footer-desktop p a,
.mail-contact a {
  border-bottom: unset;
  text-decoration: none;
  color: #c5cbd3;
  cursor: pointer;
}

.logo-footer-desktop p a:hover,
.mail-contact a:hover,
.logo-footer-mobile p a {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}

.footer-img-container {
  padding: 0.9rem 0;
  display: flex;
  gap: 30px;
}

.footer-img-container img {
  width: 22px;
  cursor: pointer;
  transition: transform 0.2s;
}

.footer-img-container img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
}

.send-button {
  margin-top: 8px !important;
  padding-inline: 1.1rem !important;
  margin-right: 0 !important;
}

.logo-footer-mobile {
  display: none;
}

.footer-style-container div input {
  color: #ffffff;
}

.footer-style-container p {
  font-size: 16px;
  color: #c5cbd3;
  margin: 0px !important;
  /* padding-bottom: 20px; */
  line-height: 1.9rem;
}

.footer-style-container .usa-input {
  border-radius: 5px;
  display: block;
  max-width: 100%;
  padding: 0.5rem;
  background: transparent;
  border: 1px solid rgb(194, 192, 192);
  font-weight: 500;
}

@media (max-width: 940px) {
  .footer-style-container {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .mar-t-30 {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }

  .usa-logo {
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 770px) {
  .send-button {
    width: auto;
  }
  .mail-contact a,
  .logo-footer-mobile p a,
  .logo-footer-desktop p a {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
  }
}

@media only screen and (max-width: 480px) {
  .footer-style-container {
    padding: 19px;
    height: auto;
  }

  .mail-contact a {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
  }

  .form-grid-padding {
    padding: 0 !important;
  }

  .send-button {
    width: 100%;
  }
}

@media (min-width: 120px) and (max-width: 640px) {
  .pad-r-20 {
    padding-right: 0 !important;
    padding-bottom: 1rem;
  }

  .logo-footer-desktop {
    display: none;
  }

  .footer-img-container img {
    width: 28px;
  }

  .footer-img-container {
    padding: 0.5rem 0;
  }

  .footer-img-container + p span {
    display: block;
  }

  .logo-footer-mobile {
    display: block;
  }
}
/* Footer css ends  here */

.pad-r-20 {
  padding-right: 15px;
}

.main-container {
  /* padding-inline: 22px; */
  /* padding-top: 24px; */
  background: #fff;
}

.subheading {
  font-size: 23px !important;
  padding-bottom: 8px !important;
}

.gift-card {
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 14px !important;
  background: #e9ecef;
  width: 100%;
}

.still-query-block .query-image,
.still-query-block .query-form-block {
  width: 45%;
}

.query-form-block input,
textarea {
  max-width: 100%;
  border-radius: 4px;
}

.query-form-block input + div,
textarea + div {
  position: absolute;
}

.still-query-block {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: #ffffff;
  width: 100%;
  padding: 3rem;
  align-items: center;
}

.still-query-block h1 {
  font-size: 2rem;
  margin-top: 1rem;
}

.query-form-content {
  width: 80%;
  margin: auto;
}

.para {
  padding: 0.7rem 0;
  font-size: 1.06rem;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 26px;
}

.extensive-collection-block p {
  padding: 1.5rem 0;
}

.key-benefits-card-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.key-benefits-card {
  border-radius: 12px;
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 1.5rem;
  width: 49%;
  margin-bottom: 1.5rem;
  transition: 0.7s;
}

.key-benefits-card:hover,
.key-benefits-card:hover h2,
.key-benefits-card:hover p {
  color: #ffffff;
}

.key-benefits-card:hover .count {
  color: #1356b4;
}

.key-benefits-card:hover {
  background: #1356b4;
}

.key-benefits-card .count {
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #1b1b1b;
  margin: 0 !important;
  font-size: 24px;
  cursor: default;
  height: 60px;
  width: 60px;
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.key-benefits-card .content {
  color: #71767a;
  font-size: 17px;
  line-height: 1.4;
  padding: 0 !important;
}

.key-benefits-card .headline {
  color: #1b1b1b;
  font-size: 25px;
  padding: 1.2rem 0;
}

.form-grid-padding {
  max-width: 100% !important;
}

.form-grid-padding {
  padding: 0px !important;
}

.grid-container .imgContainer {
  text-align: end !important;
  padding-top: 3.3rem !important;
}

.extensive-collection-block {
  border-radius: 12px;
  background: rgba(115, 179, 231, 0.11);
  /* margin-bottom: 2rem; */
  padding: 2rem 0 !important;
}

.extensive-collection-block p {
  font-size: 19px;
}

.extensive-collection-block div button {
  /* width: 15%; */
}

.login-container-background {
  width: 60%;
  padding: 12px;
  margin: auto;
}

.login {
  padding-top: 18px;
}

.form-group {
  position: relative;
}

.login-img-container {
  border: 2px solid #e0e0e0;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 8px;
  padding: 2rem;
}

.login-img-container .grid-row {
  padding: 50px 0;
}

.register-button-styles {
  width: 100%;
}

.main-container h1,
.main-container .subheading {
  font-size: 50px;
  color: #1356b4;
  letter-spacing: 0.5px;
  font-weight: bold;
  /* padding-bottom: 20px; */
  line-height: 1.2;
}

.main-container p {
  font-size: 16px;
  color: #71767a;
  margin: 0px !important;
  padding-bottom: 20px;
  line-height: 1.4rem;
}

.main-container .subscribe-content {
  display: flex;
  align-items: center;
}

.subscribe-content-text {
  font-size: 20px;
  padding: 8px 0;
}

.gift-card-container {
  align-items: center !important;
}

h4 {
  font-size: 18px;
  text-align: left;
  font-weight: 500 !important;
}

.grid-content-style-right {
  padding-right: 40px;
}

.usa-input {
  border-radius: 5px;
  display: block;
  max-width: 100%;
  padding: 0.5rem;
  background: transparent;
  border: 1px solid rgb(194, 192, 192);
  font-weight: 500;
}

.subscribe-heading {
  font-size: 42px !important;
}

.subscription {
  display: flex;
}

.image {
  border-radius: 5px;
  box-shadow: 1px 1px 4px 1px #5555;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .image-card-container {
      display: flex;
    flex-direction: column;
    align-items: center;
} */

.image:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}

.image-card {
  width: 100%;
  height: 100%;
}

.image-container,
.still-query-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.curve-parent-container {
  position: relative;
  overflow: hidden;
}
.z-index-1 {
  z-index: 1;
}
.image-container:first-child {
  padding-bottom: 1.3rem;
}

.grid-image {
  width: 48%;
}

.padding-x-1,
.padding-x-2 {
  padding: 0 1rem !important;
}

.form-text {
  font-weight: 500;
}

.usa-logo {
  margin: 0;
}

.doronow p {
  margin-top: 113px !important;
  padding-bottom: 0;
}

.doronow img {
  width: 143px;
  height: 143px;
  margin-left: auto !important;
}

::ng-deep .iti,
::ng-deep .iti input {
  width: 100%;
}

::ng-deeep .iti__flag-container {
  font-weight: 500;
}

.invalid-line ::ng-deep .iti input {
  border: 1px solid #dc3545 !important;
}

::ng-deep .iti input {
  padding: 0.5rem 0.5rem 0.5rem 98px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid rgb(194, 192, 192);
  font-weight: 500;
}

button:disabled {
  cursor: unset;
}

.sub-btn {
  margin-top: 8px;
  width: auto !important;
  margin-left: 1rem;
}

.news-section {
  margin: 0;
}

.buy-now-button {
  width: auto;
}

.btns button {
  width: 28%;
  margin-top: 1.5rem;
}

.bg-gradient {
  background: radial-gradient(
    91.39% 272.45% at 87.36% 19.48%,
    #488eea 0%,
    #134d9a 76.5%
  );
}

.bg-gradient h1,
.bg-gradient p {
  color: #fff !important;
}

.bg-gradient p {
  padding: 0rem 6rem;
}

.content-padding {
  padding: 2rem;
}

.bg-gradient .content-padding {
  padding-bottom: 0rem;
}
.input-error-tooltip {
  color: #df3a3a;
  font-size: 12px;
  margin-top: 5px;
}
.display-none {
  display: none;
}
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  border-radius: 10px;
  text-align: center;
}

.modal .close {
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
}
.modal-heading {
  color: #000;
  margin-bottom: 10px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.success-msg {
  color: green;
}
.error-msg {
  color: red;
}
.amazon-card-img {
  max-width: 180px;
}
.left-curve-card {
  position: absolute;
  bottom: -130px;
  left: -130px;
  width: 350px;
  height: 350px;
  background: #f6faff;
  border-radius: 50%;
  z-index: 0;
}
.right-curve-card {
  position: absolute;
  bottom: -130px;
  right: -130px;
  width: 350px;
  height: 350px;
  background: #f6faff;
  border-radius: 50%;
  z-index: 0;
}
.grey-pill {
  border-radius: 27px;
  background: #ebebeb;
  padding: 10px 15px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  display: inline-block;
}
@media (min-width: 640px) and (max-width: 940px) {
  .login-container-background {
    width: 90%;
  }

  h1 {
    font-size: 36px;
  }

  .image {
    height: 12.5vh;
  }

  .key-benefits-card {
    margin-bottom: 1.5rem;
    width: 48.5%;
  }

  .still-query-block .query-image,
  .still-query-block .query-form-block {
    width: 50%;
  }
  .btns button {
    width: 38%;
  }
  .extensive-collection-block div button {
    /* width: 18%; */
  }
  .query-form-content {
    width: 100%;
  }
  .amazon-card-img {
    max-width: 150px;
  }
}

@media (min-width: 940px) and (max-width: 1400px) {
  .login-container-background {
    width: 70%;
  }
}

@media (min-width: 320px) and (max-width: 320px) {
  .doronow p {
    margin-top: 90px !important;
  }

  .doronow img {
    width: 125px !important;
    height: 125px !important;
  }
}

@media (min-width: 120px) and (max-width: 640px) {
  .grid-image {
    width: 47%;
  }

  .amazon-card-img {
    max-width: 150px;
  }
  .image {
    height: 11.5vh;
  }

  .image-container:first-child {
    padding-bottom: 1.1rem;
  }

  .padding-x-2,
  .padding-x-1 {
    padding: 0 1rem !important;
  }

  .imgContainer {
    padding-top: 0rem !important;
  }

  h1 {
    margin-bottom: 0.3rem !important;
  }

  .subscription {
    display: block;
  }

  .subscription button {
    margin: 10px 0 0 0 !important;
    width: auto;
  }

  .login-container-background {
    width: 100%;
    padding: 0 !important;
  }

  .login-img-container {
    padding: 0.7rem;
  }

  .login-img-container .grid-row {
    padding: 0;
  }

  .subscribe-img {
    padding-top: 3.5rem;
  }

  .padding-top-5 {
    padding-top: 0 !important;
  }

  .mr-y {
    margin: 1.5rem 0;
  }

  .usa-button {
    width: 100%;
  }

  .pad-r-20 {
    padding-right: 0 !important;
    padding-bottom: 1rem;
  }

  .padding-bottom-3 {
    padding: 0.8rem 0;
  }

  .grid-content-style-right {
    padding-right: 0px;
  }

  .doronow p {
    margin-top: 120px;
  }

  .doronow img {
    width: 145px;
    height: 145px;
  }

  .login {
    padding-top: 0px;
  }

  .register-button-styles {
    margin-top: 20px;
  }

  .sub-btn {
    margin-top: 0;
    width: auto !important;
    margin-left: 0;
  }

  .news-section {
    margin: 1rem 0;
  }
  .usa-modal__close {
    margin-top: 0;
    justify-content: end;
  }
}

@media only screen and (min-width: 480px) {
  .block-display-desktop {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .main-container {
    padding-inline: 0px;
  }

  .content-padding {
    padding: 1rem;
  }

  .bg-gradient .content-padding {
    padding-bottom: 0rem;
  }

  .bg-gradient p {
    padding: 0rem;
  }

  .key-benefits-card-container {
    display: block;
  }

  .key-benefits-card {
    width: 100%;
  }

  .key-benefits-container h1 {
    margin: 0;
    padding-bottom: 1.5rem !important;
  }

  .extensive-collection-block p {
    font-size: 16px;
    line-height: 1.4;
    padding: 1rem 0 0.5rem 0;
  }

  .extensive-collection-block div button {
    width: 45% !important;
  }

  .extensive-collection-block div button:last-child {
    margin-left: 1rem;
  }
  .extensive-collection-block {
    padding: 2.5rem 0.7rem !important;
  }
}

@media only screen and (max-width: 770px) {
  .login-img-container {
    padding: 0;
  }

  .still-query-block {
    padding: 2rem;
  }

  .still-query-block .query-form-block button {
    margin: 0;
  }

  .query-form-content {
    width: 100%;
  }

  .still-query-block .query-form-block p {
    padding-bottom: 0;
    font-size: 18px;
  }

  .still-query-block .query-image,
  .still-query-block .query-form-block {
    width: 49%;
  }

  .btns button {
    width: 40%;
  }
}

@media only screen and (max-width: 480px) {
  .header-container-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .btns {
    display: flex;
    justify-content: space-between;
  }

  .btns button {
    width: 48% !important;
  }

  h1 {
    font-size: 28px !important;
    color: #1356b4;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  p {
    font-size: 16px !important;
    padding-top: 10px !important;
  }

  .subscribe-content-text {
    padding: 8px 0;
    line-height: 1.4;
    padding-bottom: 0;
  }

  .flex-reverse {
    flex-direction: column-reverse;
  }

  .grid-content-style-right {
    padding-right: 0px;
  }

  .gift-card {
    box-sizing: border-box;

    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 14px !important;
  }

  .gift-card-container {
    align-items: center;
    margin-bottom: 0px;
  }

  .button-container {
    padding-left: 100px !important;
  }

  .shopping-img {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .image-margin {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .buy-now-button {
    margin-bottom: 0;
    margin-top: 40px;
  }

  .subscribe-heading {
    font-size: 28px !important;
  }

  .block-display-mobile {
    display: none !important;
  }

  .login-img-container {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    background: #ffffff;
    box-shadow: none !important;
    border-radius: 0px !important;
    border: unset;
    padding: 0;
    margin-top: 2rem;
  }

  .login-container-background {
    margin-left: 0px !important;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0px;
  }

  .still-query-block h1 {
    font-size: 1.75rem;
  }

  .still-query-block p {
    font-size: 1.3rem;
  }

  .still-query-block,
  .still-query-block .query-form-block,
  .query-form-content {
    width: 100%;
  }

  .still-query-block .query-image {
    display: none;
  }

  .still-query-block .query-form-block p {
    padding-top: 0.5rem;
  }

  .still-query-block {
    padding: 1.5rem;
  }

  .para {
    padding: 1.5rem 0;
  }
}

.padding-0 {
  padding: 0px !important;
}

.close-icon {
  width: 25px !important;
}
.usa-modal-overlay {
  height: 100vh;
  overflow: hidden;
}
body {
  height: 100vh;
}
