@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Variable.ttf") format("truetype");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-display: swap;
}
body {
  font-family: "Inter";
  color: #000;
  background-color: #F7F7F9;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

.popover .d-none {
  display: block !important;
}

.form-control,
input,
select,
textarea,
.btn {
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 992px) {
  .splide__pagination {
    display: none;
  }
}

.splide.is-focus-in .splide__arrow:focus {
  outline: none !important;
}

.splide__arrow {
  background: transparent;
  opacity: 1;
}
.splide__arrow:not(:disabled):hover {
  opacity: 1 !important;
}
.splide__arrow img {
  width: 14px;
  height: auto;
}

.splide__arrow--prev {
  left: -60px;
}
@media (max-width: 991px) {
  .splide__arrow--prev {
    left: -50px;
  }
}

.splide__arrow--next {
  right: -60px;
}
@media (max-width: 991px) {
  .splide__arrow--next {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .splide__arrows {
    display: none;
  }
}
.layerUp {
  position: relative;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: transparent;
}

.bulleted {
  padding: 0;
  margin: 0;
}
.bulleted li {
  font-size: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.bulleted li::before {
  content: "";
  position: absolute;
  background: #2CB88B;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  left: 0;
  top: 17px;
}

@media (max-width: 767px) {
  .container {
    padding-inline: 20px;
  }
  .container.fluid-xs {
    max-width: 100%;
    padding: 0;
  }
  .container.fluid-xs h2 {
    padding-inline: 20px;
  }
}

.block-padding {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .block-padding {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .block-padding {
    padding: 30px 0;
  }
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
h1 strong {
  font-weight: 700;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 28px;
  color: #13415A;
  font-weight: 700;
  margin: 0;
  position: relative;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
h2 .new {
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: -2px;
  height: 40px;
  width: auto;
}
@media (max-width: 1199px) {
  h2 .new {
    height: 30px;
  }
}
@media (max-width: 767px) {
  h2 .new {
    height: 25px;
    top: 0;
  }
}

.arrow-link {
  font-size: 18px;
  font-weight: 700;
  color: #2CB88B;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .arrow-link {
    gap: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .arrow-link {
    gap: 7px;
    font-size: 14px;
  }
}
.arrow-link img {
  height: 14px;
  width: auto;
}
@media (max-width: 1199px) {
  .arrow-link img {
    height: 12px;
  }
}
@media (max-width: 767px) {
  .arrow-link img {
    height: 10px;
  }
}
.arrow-link:hover {
  color: #13415A;
}

.gap-b {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .gap-b {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .gap-b {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .gap-b {
    margin-bottom: 10px;
  }
}

.gap-t {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .gap-t {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .gap-t {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .gap-t {
    margin-top: 10px;
  }
}

.no-btn {
  padding: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
}

.bundle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.bundle .free {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 20px;
  display: flex;
}
.bundle .free img {
  height: 27px;
  width: auto;
}
@media (max-width: 1199px) {
  .bundle .free img {
    height: 23px;
  }
}
.bundle .packet {
  padding: 1px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  transition: all 50ms linear;
  width: 100%;
  display: block;
  background-color: #f2f8f8;
}
@media (max-width: 1199px) {
  .bundle .packet {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .bundle .packet {
    margin-bottom: 10px;
  }
}
.bundle .packet .icon-pack {
  background-color: rgba(242, 248, 248, 0.9176470588);
  backdrop-filter: blur(10px);
  gap: 25px;
  padding: 32px;
  border-radius: 13px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bundle .packet .icon-pack.gird {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}
.bundle .packet .icon-pack > img {
  width: 90%;
  max-width: 240px;
  /* max-height: 15; */
  height: 140px;
  object-fit: contain;
}
.bundle .packet .icon-pack:hover {
  box-shadow: none;
}
@media (max-width: 1199px) {
  .bundle .packet .icon-pack {
    padding: 30px 25px;
  }
}
.bundle .packet .icon-pack .icon {
  height: 56px;
  width: 56px;
}
@media (max-width: 1400px) {
  .bundle .packet .icon-pack .icon {
    height: 43px;
    width: 43px;
  }
}
@media (max-width: 576px) {
  .bundle .packet .icon-pack .icon {
    height: 39px;
    width: 39px;
  }
}
.bundle .packet .icon-pack .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.bundle .packet .blob {
  filter: blur(40px);
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #2CB88B;
  transition: transform 50ms linear;
}
.bundle .packet .fakeblob {
  display: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.bundle > a {
  font-size: 18px;
  font-weight: 500;
  color: #13415A;
  display: inline-block;
}
@media (max-width: 1199px) {
  .bundle > a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bundle > a {
    font-size: 14px;
  }
}
.bundle > a:hover {
  color: #2CB88B;
}
.bundle > span {
  display: block;
  color: #13415A;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .bundle > span {
    font-size: 14px;
  }
}

.mini-h {
  font-size: 24px;
  font-weight: 500;
  color: #13415A;
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .mini-h {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .mini-h {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .mini-h {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .mini-h {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mini-h {
    font-size: 16px;
  }
}

.pagination {
  border: 1px solid #D4D7DB;
  border-radius: 50px;
  background-color: #F2F8F8;
  padding: 10px 10px 10px 25px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  max-width: 700px;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  .pagination {
    padding: 5px 5px 5px 18px;
  }
}
.pagination .currentPage {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #D4D7DB;
  background-color: #fff;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .pagination .currentPage {
    height: 32px;
    width: 32px;
  }
}
.pagination .total {
  color: #556771;
  font-size: 16px;
  margin-inline: 10px;
  font-weight: 400;
}
.pagination .next {
  height: 40px;
  width: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  background-color: #2CB88B;
  color: #fff;
}
@media (max-width: 1199px) {
  .pagination .next {
    height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pagination .next {
    display: none;
  }
}
.pagination .next:hover {
  background-color: #2C4BB8;
}
.pagination .prev {
  height: 40px;
  width: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-left: 50px;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  color: #2CB88B;
  box-shadow: inset 0px 0px 0px 1px #D4D7DB;
  margin-left: auto;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .pagination .prev {
    height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pagination .prev {
    display: none;
  }
}
.pagination .prev:hover {
  background-color: #13415A;
  color: #fff;
  box-shadow: none;
}
.pagination .arrows {
  display: flex;
  gap: 5px;
  margin-right: 10px;
}
.pagination .arrows a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #D4D7DB;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .pagination .arrows a {
    height: 32px;
    width: 32px;
  }
}
.pagination .arrows a:first-of-type img {
  position: relative;
  left: -2px;
}
.pagination .arrows a:last-of-type img {
  position: relative;
  left: 2px;
}
.pagination .arrows a:hover {
  background-color: #2CB88B;
  box-shadow: none;
}
.pagination .arrows a:hover img {
  filter: grayscale(1) brightness(10);
}

#alertPlaceholder {
  position: fixed;
  top: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2020;
}
#alertPlaceholder .alert {
  min-height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  min-width: 400px;
  position: absolute;
  z-index: 1;
}
#alertPlaceholder .alert .btn-close {
  top: 0;
  right: 0;
  opacity: 1;
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
  filter: invert(1);
  padding: 0px;
  box-shadow: none;
  outline: none;
}
#alertPlaceholder .alert.alert-success {
  background-color: #2CB88B;
  color: #fff;
  border: none;
  padding: 10px 25px 10px 30px;
}
#alertPlaceholder .alert.alert-error{
  background-color: #F44B4B;
  color: #fff;
  border: none;
  padding: 10px 25px 10px 30px;
}
#alertPlaceholder .alert.alert-danger {
  background-color: #F44B4B;
  color: #fff;
  border: none;
  padding: 10px 25px 10px 30px;
}

input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.modal {
  z-index: 1300;
}
.modal .modal-dialog {
  max-width: 500px;
}
.modal .modal-dialog .modal-content {
  border-radius: 10px;
}
.modal .modal-dialog .btn-close {
  font-size: 18px;
  color: #13415A;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  border: none;
  box-shadow: inset 0 0 0 1px #D4D7DB;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  padding: 0;
  background-image: none;
  transition: 0.12s ease-out;
}
@media (max-width: 767px) {
  .modal .modal-dialog .btn-close {
    font-size: 16px;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    top: 15px;
    right: 15px;
  }
}
.modal .modal-dialog .btn-close:hover {
  background-color: #F44B4B;
  box-shadow: none;
  color: #fff !important;
}
.modal .modal-dialog .modal-body {
  text-align: center;
  padding: 60px 70px 70px;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-body {
    padding: 40px 30px 30px;
  }
}
.modal .modal-dialog .modal-body p {
  color: #13415A;
  font-size: 20px;
  font-weight: 400;
  max-width: 85%;
  margin: 0 auto 30px;
}
.modal .modal-dialog .modal-body .btn {
  width: 100%;
  margin: 0;
}

.modal.show,
.modal-open {
  padding-right: 0px !important;
}

.btn-green {
  padding-inline: 25px;
  padding-block: 0;
  height: 60px;
  min-width: 180px;
  background-color: #2CB88B;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.12s ease;
}
@media (max-width: 1400px) {
  .btn-green {
    height: 56px;
    font-size: 16px;
    min-width: 160px;
  }
}
@media (max-width: 1199px) {
  .btn-green {
    font-size: 14px;
    font-weight: 500;
    min-width: 140px;
    height: 45px;
  }
}
.btn-green:hover {
  background-color: #21cb94;
  color: #fff;
}

.btn-royal {
  padding-inline: 25px;
  padding-block: 0;
  height: 60px;
  min-width: 180px;
  background-color: #2C4BB8;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.12s ease;
}
@media (max-width: 1400px) {
  .btn-royal {
    height: 56px;
    font-size: 16px;
    min-width: 160px;
  }
}
@media (max-width: 1199px) {
  .btn-royal {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    min-width: 140px;
  }
}
.btn-royal:hover {
  background-color: royalblue;
  color: #fff;
}

.super-search {
  border: 1px solid #D4D7DB;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .super-search {
    margin: 35px 0;
  }
}
@media (max-width: 1199px) {
  .super-search {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .super-search {
    margin: 20px 0;
  }
}
.super-search .search-field {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.super-search .search-field > img {
  margin-right: 20px;
  height: 24px;
  margin-left: 30px;
  width: auto;
}
@media (max-width: 1400px) {
  .super-search .search-field > img {
    margin-right: 18px;
    height: 22px;
    margin-left: 25px;
  }
}
@media (max-width: 1199px) {
  .super-search .search-field > img {
    margin-right: 16px;
    height: 18px;
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .super-search .search-field > img {
    margin-left: 20px;
  }
}
.super-search .search-field > input {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  flex-grow: 1;
  color: #13415A;
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .super-search .search-field > input {
    padding-left: 12px;
  }
}
.super-search .search-field > input::placeholder {
  font-weight: 500;
  color: #BBBBBB;
}
.super-search .search-field .form-switch {
  display: flex;
  align-items: center;
  padding-right: 30px;
  gap: 10px;
}
@media (max-width: 991px) {
  .super-search .search-field .form-switch {
    padding-right: 20px;
  }
}
.super-search .search-field .form-switch .form-check-input {
  background-image: url(../images/switchDot.svg);
  background-color: #D4D7DB;
  height: 20px;
  width: 40px;
  box-shadow: none;
  border: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .super-search .search-field .form-switch .form-check-input {
    height: 18px;
    width: 32px;
  }
}
.super-search .search-field .form-switch .form-check-input:checked {
  background-color: #2CB88B;
}
.super-search .search-field .form-switch label {
  font-size: 15px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #13415A;
  user-select: none;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .super-search .search-field .form-switch label {
    font-size: 13px;
  }
}
.super-search .icons-filter {
  position: relative;
}
.super-search .icons-filter:first-of-type span {
  border-radius: 40px 0 0 40px !important;
}
.super-search .icons-filter span {
  background-color: #fff;
  height: 60px;
  border-radius: 0px;
  border-right: 1px solid #EFEFF4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1D201F;
  font-size: 16px;
  font-weight: 500;
  padding-inline: 20px;
  cursor: pointer;
  transition: 0.1s ease-out;
  min-width: 110px;
  justify-content: center;
  user-select: none;
}
@media (max-width: 1400px) {
  .super-search .icons-filter span {
    font-size: 18px;
    height: 54px;
    padding: 0px 25px;
    min-width: 100px;
  }
}
@media (max-width: 1199px) {
  .super-search .icons-filter span {
    font-size: 16px;
    height: 50px;
    padding: 0px 20px;
    gap: 5px;
    min-width: 85px;
  }
}
@media (max-width: 991px) {
  .super-search .icons-filter span {
    font-size: 14px;
    height: 46px;
    min-width: 75px;
  }
}
@media (max-width: 767px) {
  .super-search .icons-filter span {
    font-size: 16px;
    height: 50px;
    min-width: 75px;
    justify-content: space-between;
  }
}
.super-search .icons-filter span img {
  height: 7px;
  width: auto;
}
@media (max-width: 1400px) {
  .super-search .icons-filter span img {
    height: 6px;
  }
}
@media (max-width: 767px) {
  .super-search .icons-filter span img {
    height: 5px;
    position: relative;
    top: 1px;
  }
}
.super-search .icons-filter span.active img {
  transform: rotate(180deg);
}
.super-search .icons-filter span.active ~ .search-filter-drop {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.search-filter-drop {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  z-index: 50;
  background-color: #fff;
  top: calc(100% + 12px);
  right: 0px;
  min-width: 175px;
  transform-origin: top;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
}
.search-filter-drop .drop-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 43vh;
  overflow-y: auto;
}
.search-filter-drop .drop-list::-webkit-scrollbar {
  width: 5px;
}
.search-filter-drop .drop-list::-webkit-scrollbar-track {
  background-color: rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
}
.search-filter-drop .drop-list::-webkit-scrollbar-thumb {
  background-color: #2CB88B;
  border-radius: 10px;
}
.search-filter-drop .drop-list .form-check {
  display: flex;
  align-items: center;
}
.search-filter-drop .drop-list label {
  color: #556771;
  flex-grow: 1;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 0;
  flex-grow: 1;
  margin: 0;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.search-filter-drop .drop-list label:hover {
  color: #2CB88B;
}
.search-filter-drop .drop-list input {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #D4D7DB;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.search-filter-drop .drop-list input:checked {
  background-color: #2CB88B;
  border-color: #2CB88B;
  background-image: url(../images/checkbox-tick.svg);
  background-size: 15px;
}

.nav-pills {
  display: flex;
  gap: 10px;
  margin: 0 !important;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}
.nav-pills::-webkit-scrollbar {
  height: 5px;
}
.nav-pills::-webkit-scrollbar-track {
  background-color: rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
}
.nav-pills::-webkit-scrollbar-thumb {
  background-color: #2CB88B;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .nav-pills {
    padding: 0 10px 15px;
  }
}
.nav-pills .nav-link {
  border: 1px solid #D4D7DB;
  background-color: transparent;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}
.nav-pills .nav-link img {
  height: 25px;
  width: 25px;
  display: block;
}
.profile-support-icon{
  margin-right: 10px;
}
@media (max-width: 991px) {
  .nav-pills .nav-link {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.nav-pills .nav-link:hover {
  /* background-color: #F4F4F6; */
  color: #2CB88B;
  /* border-color: #F4F4F6; */
}
.nav-pills .nav-link:hover img{
  filter: invert(54%) sepia(77%) saturate(372%) hue-rotate(110deg) brightness(92%) contrast(92%);
}
.nav-pills .nav-link.active {
  background-color: #F4F4F6;
  color: #13415A;
  border-color: #F4F4F6;
  padding-inline: 15px !important;
}
.nav-pills .nav-link.active img {
  display: inline-block;
}

.text-center > .btn {
  margin: 70px 0;
}

.modal-backdrop {
  background-color: #13415A;
  z-index: 1299;
}
.modal-backdrop.show {
  opacity: 0.75 !important;
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #2CB88B;
  border-radius: 10px;
}

.hr {
  border-top: 1px solid #D4D7DB;
  height: 0;
  width: 100%;
  display: block;
  margin: 110px 0;
}
@media (max-width: 1199px) {
  .hr {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .hr {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .hr {
    margin: 40px 0;
  }
}

.bg-cyan {
  background-color: #DAF4F1 !important;
}

.bg-lavendar {
  background-color: #E2DAF4 !important;
}

.bg-beige {
  background-color: #F4F1DA !important;
}

.bg-mint {
  background-color: #E1F4DA !important;
}

.bg-royal {
  background-color: #2C4BB8 !important;
}

.bg-green {
  background-color: #2CB88B !important;
}

.sNext, .sPrev {
  height: 41px;
  width: 41px;
  border: 1px solid #D6E7EF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none;
  top: 90px;
}
.sNext img, .sPrev img {
  filter: invert(0);
}
.sNext:hover, .sPrev:hover {
  background-color: #2C4BB8;
  border-color: #2C4BB8;
}
.sNext:hover img, .sPrev:hover img {
  filter: invert(1) brightness(1.5);
}
.sNext:disabled, .sPrev:disabled {
  pointer-events: none;
  opacity: 1;
  border-color: #eee;
  background-color: #f0f0f0;
}
.sNext:disabled img, .sPrev:disabled img {
  opacity: 0.5;
}

.header {
  background-color: #2C4BB8;
  padding: 1px 60px;
  position: sticky;
  top: 0px;
  z-index: 1200;
}
.removable-section,
.appearing-section {
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: visible;
}

.removable-section {
  opacity: 1;
  max-height: 100px;
}

.appearing-section {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  width:0px;
}

/* When sticky: hide one, show the other */
.is-sticky .removable-section {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
}
.is-sticky.header.header-blue form#home-search{
  padding-bottom: 0px;
}
.header .drop-list a {
    color: #13415A;
}

.is-sticky .appearing-section {
  opacity: 1;
  max-height: 100px;
  pointer-events: auto;
  width:auto;
}
/* Hide search form initially */
.search-form-header {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

/* Show search form when sticky */
.is-sticky .search-form-header {
  opacity: 1;
  max-height: 200px;
  pointer-events: auto;
  overflow: visible;
}

.header form#home-search {
    width: 100%;
    transition: width 0.1s ease;
}
.header.is-sticky form#home-search {
    flex:1;
}

.header.header-light {
  background-color: #fff;
}
.header.header-light a {
  color: #13415A;
}
@media (max-width: 991px) {
  .header.header-light .navigation {
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.header.header-light .navigation .icon-link span {
  background-color: #fff;
  border: 1px solid #D4D7DB;
}
.header.header-light .navigation .activeUser span {
  color: #13415A;
  font-weight: 500;
}
.header.header-light .navigation .activeUser .avatar {
  background-color: #13415A;
}
.header.header-light .navigation .activeUser .drop {
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #D4D7DB;
}
@media (max-width: 991px) {
  .header.header-light .navigation .activeUser .drop {
    background-color: transparent;
    border-left: none;
    border-radius: 0;
    border-right: none;
    box-shadow: none;
  }
}
.header.header-light .navigation .activeUser .drop::after {
  background-color: #fff;
  border-top: 1px solid #D4D7DB;
  border-right: 1px solid #D4D7DB;
}
.header.header-light .navigation .activeUser .drop .links a {
  color: #13415A !important;
}
.header.header-light .navigation .activeUser .drop .links a:hover {
  color: #2CB88B !important;
}
.header.header-light .navigation .activeUser .drop a {
  color: #fff;
}
.header.header-light .nav-link {
  color: #13415A;
}
.header.header-light .nav-btn:hover {
  background-color: #2C4BB8;
  color: #fff !important;
}
.header:not(.header-light) .navigation .icon-link span {
  background-color: #1a338c;
}
@media (max-width: 1400px) {
  .header {
    padding: 1px 40px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 1px 20px;
  }
}
.header .btn-menu {
  margin-right: 20px;
  padding: 12px 0px;
}
@media (min-width: 992px) {
  .header .btn-menu {
    display: none;
  }
}
.header .btn-menu img {
  height: 21px;
  width: auto;
}
.header .brand {
  padding: 12px 0;
}
.header .brand img {
  height: 46px;
  width: auto;
}
@media (max-width: 1400px) {
  .header .brand img {
    height: 38px;
  }
}
.header a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transition: color 0.1s ease-out;
}
@media (max-width: 1400px) {
  .header a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header a {
    font-size: 16px;
    font-weight: 400;
  }
}
.header a:hover {
  color: #2CB88B;
}
.header .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 4vw;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .header .navigation {
    position: absolute;
    flex-direction: column;
    background-color: #2c4bb8;
    box-shadow: 0px 4px 0 0 #2c4bb8;
    height: calc(100vh - 51px);
    z-index: 1090;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 15px 20px;
    padding-top: 25px;
    min-width: 200px;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .navigation.in-view {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .header .navigation .navs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.header .navigation .navs a {
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .header .navigation .navs a {
    padding: 20px 12px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .navs a {
    padding: 18px 10px;
  }
}
@media (max-width: 991px) {
  .header .navigation .navs a {
    padding: 12px 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header .navigation .navs + .d-inline-flex {
    flex-direction: column;
    align-items: flex-start !important;
    margin-left: 0 !important;
  }
}
.header .navigation .text-link {
  padding: 15px 10px;
}
@media (max-width: 1400px) {
  .header .navigation .text-link {
    padding: 12px 8px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .text-link {
    padding: 10px 6px;
  }
}
@media (max-width: 991px) {
  .header .navigation .text-link {
    padding: 10px 0px;
  }
}
.header .navigation .icon-link {
  padding: 22px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1400px) {
  .header .navigation .icon-link {
    padding: 12px 8px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .icon-link {
    padding: 10px 6px;
  }
}
@media (max-width: 991px) {
  .header .navigation .icon-link {
    padding: 10px 0px;
  }
}
.header .navigation .icon-link img {
  height: 19px;
  width: auto;
}
@media (max-width: 1400px) {
  .header .navigation .icon-link img {
    height: 18px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .icon-link img {
    height: 15px;
  }
}
.header .navigation .icon-link:hover {
  color: #2CB88B;
}
.header .icon-link span {
  background-color: #1A5473;
  border-radius: 50px;
  font-size: 14px;
  color: #2CB88B;
  height: 26px;
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .header .navigation .icon-link span {
    height: 25px;
    width: 25px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .icon-link span {
    height: 23px;
    width: 23px;
    font-size: 12px;
  }
}
.header .activeUser {
  position: relative;
}
.header .activeUser .inline-flex {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  cursor: pointer;
}
.header .activeUser .inline-flex > img {
  height: 8px;
  width: auto;
}
@media (max-width: 1400px) {
  .header .activeUser .inline-flex > img {
    height: 6px;
  }
}
@media (max-width: 1199px) {
  .header .activeUser .inline-flex > img {
    height: 5px;
  }
}
.header .activeUser span {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .header .activeUser span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .activeUser span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .activeUser span {
    font-size: 16px;
  }
}
.header .activeUser:hover span {
  color: #2CB88B;
}
.header .activeUser .avatar {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-image: url(../images/smiley.svg);
  background-color: #fff;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1400px) {
  .header .activeUser .avatar {
    height: 40px;
    width: 40px;
    background-size: 22px;
  }
}
@media (max-width: 1199px) {
  .header .activeUser .avatar {
    height: 36px;
    width: 36px;
    background-size: 18px;
  }
}
.header .activeUser .drop {
  position: absolute;
  top: calc(100% + 25px);
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px 25px;
  right: 0;
  left: auto;
  min-width: 260px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0);
}
.header .activeUser .drop.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 999;
}
.header .activeUser .drop::after {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #FFFFFF;
  top: -6px;
  right: 25px;
  border-radius: 0 3px;
  position: absolute;
  transform: rotate(-45deg);
}
.header .activeUser .drop > a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px;
  background-color: #1A5473;
  border-radius: 50px;
  margin-top: 15px;
}
.header .activeUser .drop > a:hover {
  background-color: #2CB88B;
  color: #13415A;
}
.header .activeUser .drop .links a {
  font-weight: 500;
  font-size: 20px;
  color: #13415A;
  display: block;
  padding: 10px;
}
.header .activeUser .drop .links a img{
    height: 24px;
    width: 28px;
    margin-right: 5px;
}
@media (max-width: 1400px) {
  .header .activeUser .drop .links a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .activeUser .drop .links a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .activeUser .drop .links a {
    font-size: 16px;
    font-weight: 400;
    padding-inline: 0;
  }
}
.header .activeUser .drop .links a:hover {
  color: #2CB88B;
}
.header .activeUser .drop .links a:hover img{
  filter: invert(54%) sepia(77%) saturate(372%) hue-rotate(110deg) brightness(92%) contrast(92%);
}

@media (max-width: 991px) {
  .header .activeUser {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .header .activeUser .inline-flex {
    justify-content: flex-end;
    flex-direction: row-reverse;
    pointer-events: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
    width: 100%;
    padding: 20px 0;
  }
  .header .activeUser .inline-flex > img {
    display: none;
  }
  .header .activeUser .inline-flex span {
    color: #2CB88B;
    position: relative;
    top: -16px;
    height: 24px;
    overflow: hidden;
    width: 130px;
  }
  .header .activeUser .inline-flex .avatar {
    height: 50px;
    width: 50px;
    background-size: 26px;
  }
  .header .activeUser .drop {
    min-width: 0;
    position: initial;
    padding: 10px 0 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    transform: scale(1);
  }
  .header .activeUser .drop > a {
    position: absolute;
    padding: 4px 14px;
    font-size: 12px;
    width: auto;
    font-weight: 500;
    left: 60px;
    top: -60px;
  }
  .header .activeUser .drop > a:hover {
    background-color: #F44B4B;
    color: #fff;
  }
  .header .activeUser .drop::after {
    display: none;
  }
  .header .navigation {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 0;
    min-width: 230px;
  }
  .header .navigation .navs + .d-inline-flex {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.header .btn {
  min-width: 0;
}
.header .btn-flex {
  display: inline-flex;
  align-items: center;
  margin-left: 35px;
}
.header .nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 15px 20px;
  transition: 0.15s ease-out;
}
.header .nav-link:hover {
  color: #2CB88B;
}
.header .nav-btn {
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
  background-color: #2CB88B;
  height: 50px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.15s ease-out;
}
.header .nav-btn:hover {
  background-color: #fff;
  color: #2CB88B !important;
}

.footer {
  background-color: #2C4BB8;
  margin-top: 70px;
  padding-top: 60px;
  text-align: center;
}
.footer .f-brand {
  display: inline-block;
  height: 38px;
  width: auto;
}
.footer .list-unstyled {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .footer .list-unstyled {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.footer .list-unstyled a {
  padding: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .list-unstyled a {
    font-size: 14px;
  }
}
.footer .list-unstyled a:hover {
  color: #2CB88B;
}
.footer p {
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  margin: auto;
}
.footer .btn {
  height: 50px;
  width: 160px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.12s ease;
}
@media (max-width: 991px) {
  .footer .btn {
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    width: 140px;
  }
}
.footer .btn.bg-green {
  background-color: #2CB88B;
}
.footer .btn.bg-green:hover {
  background-color: #2C4BB8;
}
.footer .btn.bg-purple {
  background-color: #2C4BB8;
}
.footer .btn.bg-purple:hover {
  background-color: #2CB88B;
}
.footer .socials {
  display: inline-flex
;
  gap: 10px;
  justify-content: flex-end;
}
.footer .socials a {
  color: #1D3A9F;
  background-color: #fff;
  height: 28px;
  width: 28px;
  font-size: 16px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.1s ease;
}
.footer .socials a:hover {
  background-color: #2CB88B;
}
.footer .arrow-link:hover {
  color: #fff;
}
.footer .arrow-link:hover img {
  filter: grayscale(1) brightness(10);
}
@media (max-width: 767px) {
  .footer .d-flex {
    gap: 25px;
    flex-direction: column;
  }
}
.footer .d-flex ~ .d-flex {
  margin-top: 35px;
}
.footer .d-flex:last-child {
  padding: 30px 0;
  border-top: 1px solid #4A6ADA;
}

ul.list-unstyled.vertical-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.footer .newsletter-section{
  width: 40%;
}
.footer-nav-column .footer-nav-title, .newsletter-section .newsletter-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  margin: 0px;
}

ul.list-unstyled.vertical-menu li a {
  font-size: 14px;
  padding: 0px;
}
.footer-nav-column {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
form.newsletter-form input {
  height: 50px;
  border-radius: 60px;
  border: none;
  padding: 25px;
  font-size: 14px;
  font-weight: 500;
  width: 69%;
}

.newsletter-form button {
  color: white;
  background: #2cb88b;
  border: none;
  width: 29%;
  height: 50px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 700;
}
.footer .newsletter-section {
  display: flex;
  width: 40%;
  flex-direction: column;
  gap: 43.8px;
}



@media(max-width:786px){
    #d-footer{
        display: none !important;
    
    }
}
@media(min-width:786px){
    #m-footer{
        display: none !important;
    
    }
}
@media (max-width: 786px) {

  /* Footer wrapper */
  #m-footer {
    /*height: 513px !important;\*/
    display: flex;
    align-items: space-between !important;
    gap:40px !important;
    padding-top: 85px !important;
  }

  /* Main container */
  #m-footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; /* equal vertical spacing */
    align-items: center;
    height: 100%;
    text-align: center;
  }

 
  #m-footer-logo img {
    width: 220px;   /* increase width */
    height: 45px;   /* increase height */
    object-fit: contain; /* keeps SVG ratio clean */
}


  /* Newsletter */
  #m-footer-newsletter {
    width: 100%;
  }

  #m-footer-newsletter-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 

#m-footer-newsletter-title {
    text-align: center;
    width: 100%;
}

#m-footer-newsletter {
    text-align: center !important;
}

#m-footer-newsletter-title {
    text-align: center !important;
    display: block;
    width: 100%;
    margin: 0 auto;
}


  #m-footer-newsletter-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  #m-footer-newsletter-form input {
    width: 65%;
  }

  /* Dropdown columns */
  .footer-nav-column {
    width: 100%;
    text-align: center;
  }

  .footer-nav-title {
    cursor: pointer;
    font-weight: 600;
  }

  .vertical-menu {
    padding: 10px 0 0;
  }

  .vertical-menu li {
    margin: 6px 0;
  }

  /* Social icons */
  #m-footer-socials {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #m-footer-socials a {
    font-size: 18px;
  }

  /* Copyright */
  #m-footer-copyright {
    font-size: 14px;
    padding-top:20px;
    padding-bottom: 30px;
  }
 
/* Full-width line above copyright */
#full-width-footer-line {
    width: 100%;             /* full viewport width */
    height: 1px;
    background-color: #4A6ADA;
    align-items: center;
    
}


  #m-footer-newsletter{
    margin-top:40px;
    margin-bottom: 40px;
  }

  #m-footer-newsletter-content {
  align-items: center !important;
}
#m-footer-newsletter-title {
  text-align: center !important;
  font-size: 16px !important;
}
#m-footer-newsletter-form {
  display: flex;
  flex-direction: column;   /* stack rows */
  width: 100%;
  gap: 12px;
}

#m-footer-newsletter-form input,
#m-footer-newsletter-form button {
  font-size: 14px !important;
  width: 100%;
}

#m-footer-newsletter-form input {
  padding: 12px;
}

#m-footer-newsletter-form button {
  padding: 12px;

}
#m-footer-logo img {
  width: 197px !important;
  height: 37px !important;
  object-fit: contain; /* ensures SVG scales properly */
  margin: 0 auto;
}
.footer-toggle-icon svg {
  width: 12px;
  height: 7px;
}
details summary {
  list-style: none; /* remove default bullet/marker */
  cursor: pointer;
}

/* For WebKit browsers (Chrome, Safari) */
details summary::-webkit-details-marker {
  display: none;
}
/* Make summary a full-width flex container */
.footer-nav-title {
    display: flex;
    justify-content: space-between; /* pushes text left, svg right */
    align-items: center;
    width: 100%;
    padding: 0px 0;
    cursor: pointer;
}

/* Text stays left */
.footer-title-text {
    text-align: left;
    flex-shrink: 0; /* prevents text from shrinking */
}

/* SVG stays right */
.footer-toggle-icon {
    flex-shrink: 0; /* prevents svg from shrinking */
    transition: transform 0.3s ease;
}

ul.list-unstyled.vertical-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  margin-top: -20px !important;
  margin-bottom: 20px !important;
}


}







.hero-icons {
  min-height: 500px;
  background: #2C4BB8;
  background-image: url(../images/pricing-banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-icons .image-container {
  width: 40%;
  text-align: center;
}
.hero-icons .image-container img{
  width: 60%;
}
.hero-icons .container {
  width: 100%;
  display: flex;
  justify-content: left;
}
.hero-icons .inner-container {
  text-align: left;
}

.icons.heroFeatures .hfCard h3 {
  color: #D4D7DB;
  font-size: 50px;
  font-weight: 300;
}
.icons.heroFeatures .hfCard h5 {
  font-size: 30px;
}

.icons.heroFeatures .hfCard p{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #13415A;
}
.icons.heroFeatures .hfCard {
  display: flex
;
  flex-direction: column;
  gap: 15px;
}
.icons.heroFeatures .container {
  padding-bottom: 130px;
  border-bottom: 1px solid #D4D7DB;
}
.icons.heroFeatures {
  padding-bottom: 70px;
}
.icons.categories .container h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  max-width: 942px;
  text-align: center;
  margin-bottom: 40px;
}
.icons.faqs{
  padding:100px 0;
}
.icons .truncet {
  background-color: white;
}
.icons .truncet::before {
  background: linear-gradient(to right, rgb(255 255 255 / 80%), transparent);
}
.icons .truncet::after {
  background: linear-gradient(to right, transparent, rgb(255 255 255 / 75%));
}

.icons.trendy h2, .icons.styles h2, .icons.blogs h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
.icons.faqs h2{
  font-size: 36px;
}
@media screen and (max-width: 767px) {
 .footer .newsletter-section{
  width: 100%;
 }
 .footer .socials{
  justify-content: flex-start;
 }
 .footer .newsletter-section {
  gap: 15px;
}
.hero-icons {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  background-size: auto;
}
.hero-icons .image-container {
  width: 100%;
}
.hero-icons .image-container {
  width: 60%;
}
.hero-icons .container {
  width: 100%;
  margin: 50px 0px;
  display: flex;
  justify-content: center;
}
.hero-icons .image-container img{
  width: 100%;
}

}@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Variable.ttf") format("truetype");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-display: swap;
}
body {
  font-family: "Inter";
  color: #000;
  background-color: #F7F7F9;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

.popover .d-none {
  display: block !important;
}

.form-control,
input,
select,
textarea,
.btn {
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 992px) {
  .splide__pagination {
    display: none;
  }
}

.splide.is-focus-in .splide__arrow:focus {
  outline: none !important;
}

.splide__arrow {
  background: transparent;
  opacity: 1;
}
.splide__arrow:not(:disabled):hover {
  opacity: 1 !important;
}
.splide__arrow img {
  width: 14px;
  height: auto;
}

.splide__arrow--prev {
  left: -60px;
}
@media (max-width: 991px) {
  .splide__arrow--prev {
    left: -50px;
  }
}

.splide__arrow--next {
  right: -60px;
}
@media (max-width: 991px) {
  .splide__arrow--next {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .splide__arrows {
    display: none;
  }
}
.layerUp {
  position: relative;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: transparent;
}

.bulleted {
  padding: 0;
  margin: 0;
}
.bulleted li {
  font-size: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.bulleted li::before {
  content: "";
  position: absolute;
  background: #2CB88B;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  left: 0;
  top: 17px;
}

@media (max-width: 767px) {
  .container {
    padding-inline: 20px;
  }
  .container.fluid-xs {
    max-width: 100%;
    padding: 0;
  }
  .container.fluid-xs h2 {
    padding-inline: 20px;
  }
}

.block-padding {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .block-padding {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .block-padding {
    padding: 30px 0;
  }
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
h1 strong {
  font-weight: 700;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 28px;
  color: #13415A;
  font-weight: 700;
  margin: 0;
  position: relative;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
h2 .new {
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: -2px;
  height: 40px;
  width: auto;
}
@media (max-width: 1199px) {
  h2 .new {
    height: 30px;
  }
}
@media (max-width: 767px) {
  h2 .new {
    height: 25px;
    top: 0;
  }
}

.arrow-link {
  font-size: 18px;
  font-weight: 700;
  color: #2CB88B;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .arrow-link {
    gap: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .arrow-link {
    gap: 7px;
    font-size: 14px;
  }
}
.arrow-link img {
  height: 14px;
  width: auto;
}
@media (max-width: 1199px) {
  .arrow-link img {
    height: 12px;
  }
}
@media (max-width: 767px) {
  .arrow-link img {
    height: 10px;
  }
}
.arrow-link:hover {
  color: #13415A;
}

.gap-b {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .gap-b {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .gap-b {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .gap-b {
    margin-bottom: 10px;
  }
}

.gap-t {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .gap-t {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .gap-t {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .gap-t {
    margin-top: 10px;
  }
}

.no-btn {
  padding: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
}

.bundle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.bundle .free {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 20px;
  display: flex;
}
.bundle .free img {
  height: 27px;
  width: auto;
}
@media (max-width: 1199px) {
  .bundle .free img {
    height: 23px;
  }
}
.bundle .packet {
  padding: 1px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  transition: all 50ms linear;
  width: 100%;
  display: block;
  background-color: #f2f8f8;
}
@media (max-width: 1199px) {
  .bundle .packet {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .bundle .packet {
    margin-bottom: 10px;
  }
}
.bundle .packet .icon-pack {
  background-color: rgba(242, 248, 248, 0.9176470588);
  backdrop-filter: blur(10px);
  gap: 25px;
  padding: 32px;
  border-radius: 13px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bundle .packet .icon-pack.gird {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}
.bundle .packet .icon-pack > img {
  width: 90%;
  max-width: 240px;
  /* max-height: 15; */
  height: 140px;
  object-fit: contain;
}
.bundle .packet .icon-pack:hover {
  box-shadow: none;
}
@media (max-width: 1199px) {
  .bundle .packet .icon-pack {
    padding: 30px 25px;
  }
}
.bundle .packet .icon-pack .icon {
  height: 56px;
  width: 56px;
}
@media (max-width: 1400px) {
  .bundle .packet .icon-pack .icon {
    height: 43px;
    width: 43px;
  }
}
@media (max-width: 576px) {
  .bundle .packet .icon-pack .icon {
    height: 39px;
    width: 39px;
  }
}
.bundle .packet .icon-pack .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.bundle .packet .blob {
  filter: blur(40px);
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #2CB88B;
  transition: transform 50ms linear;
}
.bundle .packet .fakeblob {
  display: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.bundle > a {
  font-size: 18px;
  font-weight: 500;
  color: #13415A;
  display: inline-block;
}
@media (max-width: 1199px) {
  .bundle > a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bundle > a {
    font-size: 14px;
  }
}
.bundle > a:hover {
  color: #2CB88B;
}
.bundle > span {
  display: block;
  color: #13415A;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .bundle > span {
    font-size: 14px;
  }
}

.mini-h {
  font-size: 24px;
  font-weight: 500;
  color: #13415A;
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .mini-h {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .mini-h {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .mini-h {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .mini-h {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mini-h {
    font-size: 16px;
  }
}

.pagination {
  border: 1px solid #D4D7DB;
  border-radius: 50px;
  background-color: #F2F8F8;
  padding: 10px 10px 10px 25px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  max-width: 700px;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  .pagination {
    padding: 5px 5px 5px 18px;
  }
}
.pagination .currentPage {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #D4D7DB;
  background-color: #fff;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .pagination .currentPage {
    height: 32px;
    width: 32px;
  }
}
.pagination .total {
  color: #556771;
  font-size: 16px;
  margin-inline: 10px;
  font-weight: 400;
}
.pagination .next {
  height: 40px;
  width: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  background-color: #2CB88B;
  color: #fff;
}
@media (max-width: 1199px) {
  .pagination .next {
    height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pagination .next {
    display: none;
  }
}
.pagination .next:hover {
  background-color: #2C4BB8;
}
.pagination .prev {
  height: 40px;
  width: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-left: 50px;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  color: #2CB88B;
  box-shadow: inset 0px 0px 0px 1px #D4D7DB;
  margin-left: auto;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .pagination .prev {
    height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pagination .prev {
    display: none;
  }
}
.pagination .prev:hover {
  background-color: #13415A;
  color: #fff;
  box-shadow: none;
}
.pagination .arrows {
  display: flex;
  gap: 5px;
  margin-right: 10px;
}
.pagination .arrows a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #D4D7DB;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .pagination .arrows a {
    height: 32px;
    width: 32px;
  }
}
.pagination .arrows a:first-of-type img {
  position: relative;
  left: -2px;
}
.pagination .arrows a:last-of-type img {
  position: relative;
  left: 2px;
}
.pagination .arrows a:hover {
  background-color: #2CB88B;
  box-shadow: none;
}
.pagination .arrows a:hover img {
  filter: grayscale(1) brightness(10);
}

#alertPlaceholder {
  position: fixed;
  top: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2020;
}
#alertPlaceholder .alert {
  min-height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  min-width: 400px;
  position: absolute;
  z-index: 1;
}
#alertPlaceholder .alert .btn-close {
  top: 0;
  right: 0;
  opacity: 1;
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
  filter: invert(1);
  padding: 0px;
  box-shadow: none;
  outline: none;
}
#alertPlaceholder .alert.alert-success {
  background-color: #2CB88B;
  color: #fff;
  border: none;
  padding: 10px 25px 10px 30px;
}
#alertPlaceholder .alert.alert-error{
  background-color: #F44B4B;
  color: #fff;
  border: none;
  padding: 10px 25px 10px 30px;
}
#alertPlaceholder .alert.alert-danger {
  background-color: #F44B4B;
  color: #fff;
  border: none;
  padding: 10px 25px 10px 30px;
}

input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.modal {
  z-index: 1300;
}
.modal .modal-dialog {
  max-width: 500px;
}
.modal .modal-dialog .modal-content {
  border-radius: 10px;
}
.modal .modal-dialog .btn-close {
  font-size: 18px;
  color: #13415A;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  border: none;
  box-shadow: inset 0 0 0 1px #D4D7DB;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  padding: 0;
  background-image: none;
  transition: 0.12s ease-out;
}
@media (max-width: 767px) {
  .modal .modal-dialog .btn-close {
    font-size: 16px;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    top: 15px;
    right: 15px;
  }
}
.tags-archive {
    padding-top: 155px;
    background: #F7F7F9;
}
h1.tags-page-heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    color:#13415A;
}
p.tags-page-subtext {
    color: #556771;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
a.btn-filter.btn.btn-light.border {
    color: #556771;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    background: white;
    width: 47px;
}
a.listing-tag-name {
    background: #13415A;
    color: white;
    padding: 7px 18px;
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
span.tag-search-count {
    background: #D4D7DB;
    padding: 7px 21px;
    color: #13415A;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.modal .modal-dialog .btn-close:hover {
  background-color: #F44B4B;
  box-shadow: none;
  color: #fff !important;
}
.modal .modal-dialog .modal-body {
  text-align: center;
  padding: 60px 70px 70px;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-body {
    padding: 40px 30px 30px;
  }
}
.modal .modal-dialog .modal-body p {
  color: #13415A;
  font-size: 20px;
  font-weight: 400;
  max-width: 85%;
  margin: 0 auto 30px;
}
.modal .modal-dialog .modal-body .btn {
  width: 100%;
  margin: 0;
}

.modal.show,
.modal-open {
  padding-right: 0px !important;
}

.btn-green {
  padding-inline: 25px;
  padding-block: 0;
  height: 60px;
  min-width: 180px;
  background-color: #2CB88B;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.12s ease;
}
@media (max-width: 1400px) {
  .btn-green {
    height: 56px;
    font-size: 16px;
    min-width: 160px;
  }
}
@media (max-width: 1199px) {
  .btn-green {
    font-size: 14px;
    font-weight: 500;
    min-width: 140px;
    height: 45px;
  }
}
.btn-green:hover {
  background-color: #21cb94;
  color: #fff;
}

.btn-royal {
  padding-inline: 25px;
  padding-block: 0;
  height: 60px;
  min-width: 180px;
  background-color: #2C4BB8;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.12s ease;
}
@media (max-width: 1400px) {
  .btn-royal {
    height: 56px;
    font-size: 16px;
    min-width: 160px;
  }
}
@media (max-width: 1199px) {
  .btn-royal {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    min-width: 140px;
  }
}
.btn-royal:hover {
  background-color: royalblue;
  color: #fff;
}

.super-search {
  border: 1px solid #D4D7DB;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .super-search {
    margin: 35px 0;
  }
}
@media (max-width: 1199px) {
  .super-search {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .super-search {
    margin: 20px 0;
  }
}
.super-search .search-field {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.super-search .search-field > img {
  margin-right: 20px;
  height: 24px;
  margin-left: 30px;
  width: auto;
}
@media (max-width: 1400px) {
  .super-search .search-field > img {
    margin-right: 18px;
    height: 22px;
    margin-left: 25px;
  }
}
@media (max-width: 1199px) {
  .super-search .search-field > img {
    margin-right: 16px;
    height: 18px;
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  .super-search .search-field > img {
    margin-left: 20px;
  }
}
.super-search .search-field > input {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  flex-grow: 1;
  color: #13415A;
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .super-search .search-field > input {
    padding-left: 12px;
  }
}
.super-search .search-field > input::placeholder {
  font-weight: 500;
  color: #BBBBBB;
}
.super-search .search-field .form-switch {
  display: flex;
  align-items: center;
  padding-right: 30px;
  gap: 10px;
}
@media (max-width: 991px) {
  .super-search .search-field .form-switch {
    padding-right: 20px;
  }
}
.super-search .search-field .form-switch .form-check-input {
  background-image: url(../images/switchDot.svg);
  background-color: #D4D7DB;
  height: 20px;
  width: 40px;
  box-shadow: none;
  border: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .super-search .search-field .form-switch .form-check-input {
    height: 18px;
    width: 32px;
  }
}
.super-search .search-field .form-switch .form-check-input:checked {
  background-color: #2CB88B;
}
.super-search .search-field .form-switch label {
  font-size: 15px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #13415A;
  user-select: none;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .super-search .search-field .form-switch label {
    font-size: 13px;
  }
}
.super-search .icons-filter {
  position: relative;
}
.super-search .icons-filter:first-of-type span {
  border-radius: 40px 0 0 40px !important;
}
.super-search .icons-filter span {
  background-color: #fff;
  height: 60px;
  border-radius: 0px;
  border-right: 1px solid #EFEFF4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1D201F;
  font-size: 16px;
  font-weight: 500;
  padding-inline: 20px;
  cursor: pointer;
  transition: 0.1s ease-out;
  min-width: 110px;
  justify-content: center;
  user-select: none;
}
@media (max-width: 1400px) {
  .super-search .icons-filter span {
    font-size: 18px;
    height: 54px;
    padding: 0px 25px;
    min-width: 100px;
  }
}
@media (max-width: 1199px) {
  .super-search .icons-filter span {
    font-size: 16px;
    height: 50px;
    padding: 0px 20px;
    gap: 5px;
    min-width: 85px;
  }
}
@media (max-width: 991px) {
  .super-search .icons-filter span {
    font-size: 14px;
    height: 46px;
    min-width: 75px;
  }
}
@media (max-width: 767px) {
  .super-search .icons-filter span {
    font-size: 16px;
    height: 50px;
    min-width: 75px;
    justify-content: space-between;
  }
}
.super-search .icons-filter span img {
  height: 7px;
  width: auto;
}
@media (max-width: 1400px) {
  .super-search .icons-filter span img {
    height: 6px;
  }
}
@media (max-width: 767px) {
  .super-search .icons-filter span img {
    height: 5px;
    position: relative;
    top: 1px;
  }
}
.super-search .icons-filter span.active img {
  transform: rotate(180deg);
}
.super-search .icons-filter span.active ~ .search-filter-drop {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.search-filter-drop {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  z-index: 50;
  background-color: #fff;
  top: calc(100% + 12px);
  right: 0px;
  min-width: 175px;
  transform-origin: top;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
}
.search-filter-drop .drop-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 43vh;
  overflow-y: auto;
}
.search-filter-drop .drop-list::-webkit-scrollbar {
  width: 5px;
}
.search-filter-drop .drop-list::-webkit-scrollbar-track {
  background-color: rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
}
.search-filter-drop .drop-list::-webkit-scrollbar-thumb {
  background-color: #2CB88B;
  border-radius: 10px;
}
.search-filter-drop .drop-list .form-check {
  display: flex;
  align-items: center;
}
.search-filter-drop .drop-list label {
  color: #556771;
  flex-grow: 1;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 0;
  flex-grow: 1;
  margin: 0;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.search-filter-drop .drop-list label:hover {
  color: #2CB88B;
}
.search-filter-drop .drop-list input {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #D4D7DB;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.search-filter-drop .drop-list input:checked {
  background-color: #2CB88B;
  border-color: #2CB88B;
  background-image: url(../images/checkbox-tick.svg);
  background-size: 15px;
}

.nav-pills {
  display: flex;
  gap: 10px;
  margin: 0 !important;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}
.nav-pills::-webkit-scrollbar {
  height: 5px;
}
.nav-pills::-webkit-scrollbar-track {
  background-color: rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
}
.nav-pills::-webkit-scrollbar-thumb {
  background-color: #2CB88B;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .nav-pills {
    padding: 0 10px 15px;
  }
}
.nav-pills .nav-link {
  border: 1px solid #D4D7DB;
  background-color: transparent;
  color: #556771;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}
.nav-pills .nav-link img {
  height: 25px;
  width: 25px;
  display: block;
}
@media (max-width: 991px) {
  .nav-pills .nav-link {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.nav-pills .nav-link:hover {
  /* background-color: #F4F4F6; */
  color: #2CB88B;
  /* border-color: #F4F4F6; */
}
.nav-pills .nav-link:hover img{
  filter: invert(54%) sepia(77%) saturate(372%) hue-rotate(110deg) brightness(92%) contrast(92%);
}
.nav-pills .nav-link.active {
  background-color: #F4F4F6;
  color: #13415A;
  border-color: #F4F4F6;
  padding-inline: 15px !important;
}
.nav-pills .nav-link.active img {
  display: inline-block;
}

.text-center > .btn {
  margin: 70px 0;
}

.modal-backdrop {
  background-color: #13415A;
  z-index: 1299;
}
.modal-backdrop.show {
  opacity: 0.75 !important;
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: rgba(212, 215, 219, 0.5019607843);
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #2CB88B;
  border-radius: 10px;
}

.hr {
  border-top: 1px solid #D4D7DB;
  height: 0;
  width: 100%;
  display: block;
  margin: 110px 0;
}
@media (max-width: 1199px) {
  .hr {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .hr {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .hr {
    margin: 40px 0;
  }
}

.bg-cyan {
  background-color: #DAF4F1 !important;
}

.bg-lavendar {
  background-color: #E2DAF4 !important;
}

.bg-beige {
  background-color: #F4F1DA !important;
}

.bg-mint {
  background-color: #E1F4DA !important;
}

.bg-royal {
  background-color: #2C4BB8 !important;
}

.bg-green {
  background-color: #2CB88B !important;
}

.sNext, .sPrev {
  height: 41px;
  width: 41px;
  border: 1px solid #D6E7EF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none;
  top: 90px;
}
.sNext img, .sPrev img {
  filter: invert(0);
}
.sNext:hover, .sPrev:hover {
  background-color: #2C4BB8;
  border-color: #2C4BB8;
}
.sNext:hover img, .sPrev:hover img {
  filter: invert(1) brightness(1.5);
}
.sNext:disabled, .sPrev:disabled {
  pointer-events: none;
  opacity: 1;
  border-color: #eee;
  background-color: #f0f0f0;
}
.sNext:disabled img, .sPrev:disabled img {
  opacity: 0.5;
}

.header {
  background-color: #2C4BB8;
  padding: 1px 60px;
  position: sticky;
  top: 0px;
  z-index: 1200;
}
.header.header-light {
  background-color: #fff;
}
.header.header-light a {
  color: #13415A;
}
@media (max-width: 991px) {
  .header.header-light .navigation {
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.header.header-light .navigation .icon-link span {
  background-color: #fff;
  border: 1px solid #D4D7DB;
}
.header.header-light .navigation .activeUser span {
  color: #13415A;
  font-weight: 500;
}
.header.header-light .navigation .activeUser .avatar {
  background-color: #13415A;
}
.header.header-light .navigation .activeUser .drop {
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #D4D7DB;
}
@media (max-width: 991px) {
  .header.header-light .navigation .activeUser .drop {
    background-color: transparent;
    border-left: none;
    border-radius: 0;
    border-right: none;
    box-shadow: none;
  }
}
.header.header-light .navigation .activeUser .drop::after {
  background-color: #fff;
  border-top: 1px solid #D4D7DB;
  border-right: 1px solid #D4D7DB;
}
.header.header-light .navigation .activeUser .drop .links a {
  color: #13415A !important;
}
.header.header-light .navigation .activeUser .drop .links a:hover {
  color: #2CB88B !important;
}
.header.header-light .navigation .activeUser .drop a {
  color: #fff;
}
.header.header-light .nav-link {
  color: #13415A;
}
.header.header-light .nav-btn:hover {
  background-color: #2C4BB8;
  color: #fff !important;
}
.header:not(.header-light) .navigation .icon-link span {
  background-color: #1a338c;
}
@media (max-width: 1400px) {
  .header {
    padding: 1px 40px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding: 1px 20px;
  }
}
.header .btn-menu {
  margin-right: 20px;
  padding: 12px 0px;
}
@media (min-width: 992px) {
  .header .btn-menu {
    display: none;
  }
}
.header .btn-menu img {
  height: 21px;
  width: auto;
}
.header .brand {
  padding: 12px 0;
}
.header .brand img {
  height: 46px;
  width: auto;
}
@media (max-width: 1400px) {
  .header .brand img {
    height: 38px;
  }
}
.header a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transition: color 0.1s ease-out;
}
@media (max-width: 1400px) {
  .header a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header a {
    font-size: 16px;
    font-weight: 400;
  }
}
.header a:hover {
  color: #2CB88B;
}
.header .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 4vw;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .header .navigation {
    position: absolute;
    flex-direction: column;
    background-color: #2c4bb8;
    box-shadow: 0px 4px 0 0 #2c4bb8;
    height: calc(100vh - 51px);
    z-index: 1090;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 15px 20px;
    padding-top: 25px !important;
    min-width: 200px;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .navigation.in-view {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .header .navigation .navs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.header .navigation .navs a {
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .header .navigation .navs a {
    padding: 20px 12px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .navs a {
    padding: 18px 10px;
  }
}
@media (max-width: 991px) {
  .header .navigation .navs a {
    padding: 12px 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header .navigation .navs + .d-inline-flex {
    flex-direction: column;
    align-items: flex-start !important;
    margin-left: 0 !important;
  }
}
.header .navigation .text-link {
  padding: 15px 10px;
}
@media (max-width: 1400px) {
  .header .navigation .text-link {
    padding: 12px 8px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .text-link {
    padding: 10px 6px;
  }
}
@media (max-width: 991px) {
  .header .navigation .text-link {
    padding: 10px 0px;
  }
}
.header .navigation .icon-link {
  padding: 22px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1400px) {
  .header .navigation .icon-link {
    padding: 12px 8px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .icon-link {
    padding: 10px 6px;
  }
}
@media (max-width: 991px) {
  .header .navigation .icon-link {
    padding: 10px 0px;
  }
}
.header .navigation .icon-link img {
  height: 19px;
  width: auto;
}
@media (max-width: 1400px) {
  .header .navigation .icon-link img {
    height: 18px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .icon-link img {
    height: 15px;
  }
}
.header .navigation .icon-link:hover {
  color: #2CB88B;
}
.header .navigation .icon-link span {
  background-color: #1A5473;
  border-radius: 50px;
  font-size: 14px;
  color: #2CB88B;
  height: 26px;
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .header .navigation .icon-link span {
    height: 25px;
    width: 25px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .header .navigation .icon-link span {
    height: 23px;
    width: 23px;
    font-size: 12px;
  }
}
.header .activeUser {
  position: relative;
}
.header .activeUser .inline-flex {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  cursor: pointer;
}
.header .activeUser .inline-flex > img {
  height: 8px;
  width: auto;
}
@media (max-width: 1400px) {
  .header .activeUser .inline-flex > img {
    height: 6px;
  }
}
@media (max-width: 1199px) {
  .header .activeUser .inline-flex > img {
    height: 5px;
  }
}
.header .activeUser span {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .header .activeUser span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .activeUser span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .activeUser span {
    font-size: 16px;
  }
}
.header .activeUser:hover span {
  color: #2CB88B;
}
.header .activeUser .avatar {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-image: url(../images/smiley.svg);
  background-color: #fff;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1400px) {
  .header .activeUser .avatar {
    height: 40px;
    width: 40px;
    background-size: 22px;
  }
}
@media (max-width: 1199px) {
  .header .activeUser .avatar {
    height: 36px;
    width: 36px;
    background-size: 18px;
  }
}
.header .activeUser .drop {
  position: absolute;
  top: calc(100% + 25px);
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px 25px;
  right: 0;
  left: auto;
  min-width: 340px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.2);
}
.header .activeUser .drop.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 999;
}
.header .activeUser .drop::after {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #FFFFFF;
  top: -6px;
  right: 25px;
  border-radius: 0 3px;
  position: absolute;
  transform: rotate(-45deg);
}
.header .activeUser .drop > a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px;
  background-color: #1A5473;
  border-radius: 50px;
  margin-top: 15px;
}
.header .activeUser .drop > a:hover {
  background-color: #2CB88B;
  color: #13415A;
}
.header .activeUser .drop .links a {
  font-weight: 500;
  font-size: 20px;
  color: #13415A;
  display: block;
  padding: 10px;
}
.header .activeUser .drop .links a img{
    height: 24px;
    width: 28px;
    margin-right: 5px;
}
@media (max-width: 1400px) {
  .header .activeUser .drop .links a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header .activeUser .drop .links a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .activeUser .drop .links a {
    font-size: 16px;
    font-weight: 400;
    padding-inline: 0;
  }
}
.header .activeUser .drop .links a:hover {
  color: #2CB88B;
}
.header .activeUser .drop .links a:hover img{
  filter: invert(54%) sepia(77%) saturate(372%) hue-rotate(110deg) brightness(92%) contrast(92%);
}
.header .navigation .activeUser .drop .links a:last-child{
    color: #E86958 !important;
}
.header .activeUser .drop .links a:last-child{
  color: #E86958 !important;
}
.header .activeUser .drop .links a:last-child img{
    filter: invert(54%) sepia(77%) saturate(749%) hue-rotate(329deg) brightness(97%) contrast(92%);
}
.drop .plan-counter {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    align-items: center;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
}

.drop .plan-counter span.user-plan {
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #13415a;
}

.drop .plan-counter span.daily-counter {
    padding: 9px 14px;
    background: #2CB88B;
    color: #FFFFFF !important;
    font-size: 12px !important;
    line-height: normal;
    border-radius: 50px;
    letter-spacing: 1px;
}
.drop .plan-counter span.daily-counter.full{
    background: #E86958 !important;
    color: #FFFFFF !important;
}
.drop .plan-counter span.daily-counter.exceeded{
    background: #E86958 !important;
    color: #FFFFFF !important;
}
.user-avatar .names-initials {
    height: 50px;
    width: 50px;
    background: #2cb88b;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
/* Icon Detail Page Actions CSS */
.single-listing .icon-block{
  overflow: visible;
}
.single-listing .icon-block a::after{
  border-radius: 10px;
}
.single-listing .icon-block .icon-actions .dl-options {
  background-color: #fff;
  position: absolute;
  top: calc(100% - 5px);
  right: 20px;
  left: auto;
  width: 175px;
  padding: 25px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  transform-origin: top;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
  z-index: 135;
}
.single-listing .download-active .dl-options {
    transform: scale(1) !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.single-listing .icon-block .icon-actions .dl-options::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  transform: translateY(-7px) rotate(45deg);
  border-radius: 4px 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

#addto-collection.collection-modal .modal-dialog .modal-body{
  background: #FAFAFB;
}

/* Custom Alert */
#customAlert {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 250px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

#customAlert.success { 
    background: #2cb88b; 
    color: #fff; 
    /* border: 1px solid #388E3C;  */
}
#customAlert.error { 
    background: #F44336; 
    color: #fff; 
    /* border: 1px solid #B71C1C;  */
}
div#customAlert::after {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #2cb88b;
    right: 17px;
    border-radius: 0 3px;
    position: absolute;
    transform: rotate(-45deg);
    bottom: -5px;
}
#customAlert.error::after {
    background-color: #F44336;
}
#customAlert.success::after {
    background-color: #2cb88b;
}
/* Custom Alert */
@media (max-width: 1199px) {
  .single-listing .icon-block .icon-actions .dl-options::after {
    right: 25px;
  }
}
.single-listing .icon-block .icon-actions .dl-options .downloader {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
}
.single-listing .icon-block .icon-actions .dl-options .downloader > .btn {
  margin: 0;
  border-radius: 50px;
  width: 100%;
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: space-between;
  padding-inline: 14px;
  min-width: 0;
}
.single-listing .icon-block .icon-actions .dl-options .downloader > .btn img {
  height: 14px;
  width: auto;
}
.single-listing .icon-block .icon-actions .dl-options .downloader > .btn span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
/* Icon Detail Page Actions CSS */
/* goPremiumSVG Popup */
div#goPremiumSVG .modal-dialog.modal-dialog-centered {
    max-width: 700px;
}

div#goPremiumSVG .modal-dialog.modal-dialog-centered .modal-content {
    border-radius: 12px !important;
}

div#goPremiumSVG .modal-dialog.modal-dialog-centered .modal-body {
    border-radius: 12px;
    text-align: left;
    padding: 25px 40px 40px 40px;
}

div#goPremiumSVG .modal-dialog.modal-dialog-centered .modal-body p {
    max-width: 100%;
    color: #13415A;
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

div#goPremiumSVG .modal-dialog.modal-dialog-centered .modal-body h4 {
    font-size: 20px;
    font-weight: 600;
    color: #13415A;
    margin-bottom: 25px;
}

div#goPremiumSVG .modal-dialog.modal-dialog-centered .modal-body p img {
    width: 16px;
}

div#goPremiumSVG .modal-dialog.modal-dialog-centered .modal-body a.btn.btn-royal {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
}
/* goPremiumSVG Popup */
/* LoginModal Popup */
#loginModal .modal-dialog.modal-dialog-centered {
  max-width: 1170px;
  border-radius: 12px;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content{
  border-radius: 12px;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body{
  border-radius: 12px;
  background-color: #F7F7F9 !important;
  padding: 20px !important;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .login .form-wrapper{
  padding-top: 50px;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .login .form-group + .text-center a {
  margin: 10px 0 40px;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .login .nav-pills .nav-link.active{
  background: #ffffff;
  padding-inline: 20px !important;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .login .nav-pills .nav-link{
  border: none;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .login .nav-pills .nav-link:hover{
  background-color: #ffffff;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .login p{
  font-size: 22px;
  font-weight: 400;
  max-width: 100%;
  max-width: 100%;
  margin: 35px 0px 20px;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .updated-login-popup {
  width: 100%;
  display: flex;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .info-section {
  max-width: 532px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 50px 60px;
}

#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .info-section h4 {
  font-size: 30px;
  font-weight: 600;
  color: #13415A;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .info-section ul{
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .info-section ul li{
  display: flex;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  gap: 10px;
  color: #13415A;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .info-section ul li img{
  width: 18px;
}
#loginModal .modal-dialog.modal-dialog-centered .modal-content .modal-body .info-section ul li a{
  font-size: 20px;
  background-color: #2C4BB8;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 18px;
  margin-top: 20px;
}
/* LoginModal Popup */
/* Download Popup */
#downloadPNGpopup .downloadPopUp-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#downloadPNGpopup  .modal-dialog.modal-dialog-centered {
    max-width: 1170px;
}

#downloadPNGpopup  .modal-dialog.modal-dialog-centered .modal-content {
    border-radius: 12px;
}

#downloadPNGpopup  .modal-dialog .modal-body {
    padding: 20px !important;
    text-align: left;
    border-radius: 12px;
}

.premium-section {
    width: 532px !important;
    padding: 40px;
    background: #F7F7F9;
    border-radius: 8px
}

#downloadPNGpopup  .modal-dialog .modal-body .premium-section a.btn.btn-royal {
    margin-bottom: 30px;
    font-size: 22px;
    padding: 14px;
    height: auto;
    display: flex;
    flex-direction: column;
}
#downloadPNGpopup  .modal-dialog .modal-body .premium-section a.btn.btn-royal span {
    font-size: 14px;
}
#downloadPNGpopup  .modal-dialog .modal-body .premium-section a.btn.btn-royal img {
    width: 18px;
}

#downloadPNGpopup  .modal-dialog .modal-body .premium-section p{
    width: 100%;
    max-width: 100%;
    margin-inline: 0px;
    margin-bottom: 15px;
    font-size: 16px;
}
#downloadPNGpopup .modal-dialog .modal-body .premium-section p img{
    width:18px;
    margin-right:10px;
}

#downloadPNGpopup .modal-dialog .modal-body .free-download-section {
    text-align: center;
    margin-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 450px;
}
#downloadPNGpopup .modal-dialog .modal-body .free-download-section a{
    color: #2cb88b;
    font-size: 16px;
    font-weight: 700;
}
#downloadPNGpopup .modal-dialog .modal-body .free-download-section p{
    max-width: 100%;
    font-size: 16px;
}
#downloadPNGpopup .modal-dialog .modal-body .free-download-section .email-sect {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#downloadPNGpopup .modal-dialog .modal-body .free-download-section .email-sect input{
    padding-top: 10px;
    padding-bottom: 10px
}

#downloadPNGpopup .modal-dialog .modal-body .free-download-section button.btn {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}


#downloadPNGpopup .modal-dialog .modal-body .free-download-section .attribute-media-link {
    padding-top: 15px !important;
    color: #2cb88b;
}
#downloadLimitReached .modal-body {
    border-radius: 12px;
    padding-top: 75px;
}
#downloadLimitReached .modal-body .limit-msg {
  font-size: 16px;
  font-weight: 600;
  color: #13415A;
  margin-bottom: 20px;
  max-width: 95%;
  text-align: center;
}
#downloadLimitReached .modal-body .btn-green {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  background-color: #2C4BB8;
}
button.downloadPNG-btn {
    display: flex;
    width: 100%;
    padding: 14px;
    flex-direction: column;
    background: #2CB88B;
    color: #FFFFFF;
    border-radius: 60px;
    box-shadow: none;
    border: 1px solid #2CB88B;
    font-family: 'Inter';
    margin-bottom: 40px;
}
button.downloadPNG-btn .free-txt{
    font-size: 22px;
    font-weight: 700;
}
button.downloadPNG-btn .desc-txt{
    font-size: 14px;
    font-weight: 600;
}
/* Download Popup */
@media (max-width: 991px) {
  .header .activeUser {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .header .activeUser .inline-flex {
    justify-content: flex-end;
    flex-direction: row-reverse;
    pointer-events: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
    width: 100%;
    padding: 20px 0;
  }
  .header .activeUser .inline-flex > img {
    display: none;
  }
  .header .activeUser .inline-flex span {
    color: #2CB88B;
    position: relative;
    top: -16px;
    height: 24px;
    overflow: hidden;
    width: 130px;
  }
  .header .activeUser .inline-flex .avatar {
    height: 50px;
    width: 50px;
    background-size: 26px;
  }
  .header .activeUser .drop {
    min-width: 0;
    position: initial;
    padding: 10px 0 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    transform: scale(1);
  }
  .header .activeUser .drop > a {
    position: absolute;
    padding: 4px 14px;
    font-size: 12px;
    width: auto;
    font-weight: 500;
    left: 60px;
    top: -60px;
  }
  .header .activeUser .drop > a:hover {
    background-color: #F44B4B;
    color: #fff;
  }
  .header .activeUser .drop::after {
    display: none;
  }
  .header .navigation {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 0;
    min-width: 230px;
  }
  .header .navigation .navs + .d-inline-flex {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.header .btn {
  min-width: 0;
}
.header .btn-flex {
  display: inline-flex;
  align-items: center;
  margin-left: 35px;
}
.header .nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 15px 20px;
  transition: 0.15s ease-out;
}
.header .nav-link:hover {
  color: #2CB88B;
}
.header .nav-btn {
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
  background-color: #2CB88B;
  height: 50px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.15s ease-out;
}
.header .nav-btn:hover {
  background-color: #fff;
  color: #2CB88B !important;
}

.footer {
  background-color: #2C4BB8;
  margin-top: 70px;
  padding-top: 60px;
  text-align: center;
}
.footer .f-brand {
  display: inline-block;
  height: 38px;
  width: auto;
}
.footer .list-unstyled {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .footer .list-unstyled {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.footer .list-unstyled a {
  padding: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .list-unstyled a {
    font-size: 14px;
  }
}
.footer .list-unstyled a:hover {
  color: #2CB88B;
}
.footer p {
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  margin: auto;
}
.footer .btn {
  height: 50px;
  width: 160px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.12s ease;
}
@media (max-width: 991px) {
  .footer .btn {
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    width: 140px;
  }
}
.footer .btn.bg-green {
  background-color: #2CB88B;
}
.footer .btn.bg-green:hover {
  background-color: #2C4BB8;
}
.footer .btn.bg-purple {
  background-color: #2C4BB8;
}
.footer .btn.bg-purple:hover {
  background-color: #2CB88B;
}
.footer .socials {
  display: inline-flex
;
  gap: 10px;
  justify-content: flex-end;
}
.footer .socials a {
  color: #1D3A9F;
  background-color: #fff;
  height: 28px;
  width: 28px;
  font-size: 16px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.1s ease;
}
.footer .socials a:hover {
  background-color: #2CB88B;
}
.footer .arrow-link:hover {
  color: #fff;
}
.footer .arrow-link:hover img {
  filter: grayscale(1) brightness(10);
}
@media (max-width: 767px) {
  .footer .d-flex {
    gap: 25px;
    flex-direction: column;
  }
}
.footer .d-flex ~ .d-flex {
  margin-top: 35px;
}
.footer .d-flex:last-child {
  padding: 30px 0;
  border-top: 1px solid #4A6ADA;
}

ul.list-unstyled.vertical-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.footer .newsletter-section{
  width: 40%;
}
.footer-nav-column .footer-nav-title, .newsletter-section .newsletter-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

ul.list-unstyled.vertical-menu li a {
  font-size: 14px;
  padding: 0px;
}
.footer-nav-column {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
form.newsletter-form input {
  height: 50px;
  border-radius: 60px;
  border: none;
  padding: 25px;
  font-size: 14px;
  font-weight: 500;
  width: 69%;
}

.newsletter-form button {
  color: white;
  background: #2cb88b;
  border: none;
  width: 29%;
  height: 50px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 700;
}
.footer .newsletter-section {
  display: flex;
  width: 40%;
  flex-direction: column;
  gap: 43.8px;
}

.hero-icons .image-container {
  width: 40%;
  text-align: center;
}
.features-new {
  margin: 140px 0;
}
.info-image {
  background: #DAF4F1;
  padding: 60px 80px 0 80px;
  border-radius: 12px;
  width: 50%;
}
.hero-icons .image-container img{
  width: 60%;
}
.info-image img {
  max-width: 530px;
  width: 100%;
}

.features-new .second-row {
  padding-top: 130px;
}

.second-row .info-image {
  background: #F4F1DA;
}

.cta-text h1, .cta-text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #13415A;
    text-align: center;
}
.cta-section .container {
  padding-top: 125px;
  border-top: 1px solid #D4D7DB;
  padding-bottom: 50px;
}



.cta-text {
    max-width: 904px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cta-text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #13415A;
}

.cta-btn .btn {
    padding: 0px 70px;
    margin-top: 15px;
}

h1.feature-heading, h2.feature-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #13415A;
}

p.feature-desc {
  font-weight: 400;
  color: #13415A;
  font-size: 20px;
  line-height: 36px;
}

.info-section {
  padding: 83px;
  width: 50%;
}

.hero-icons .inner-container {
  text-align: left;
}

.icons.heroFeatures .hfCard h3 {
  color: #D4D7DB;
  font-size: 50px;
  font-weight: 300;
}
.icons.heroFeatures .hfCard h5 {
  font-size: 30px;
}

.icons.heroFeatures .hfCard p{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #13415A;
}
.icons.heroFeatures .hfCard {
  display: flex
;
  flex-direction: column;
  gap: 15px;
}
.icons.heroFeatures .container {
  padding-bottom: 130px;
  border-bottom: 1px solid #D4D7DB;
}
.icons.heroFeatures {
  padding-bottom: 70px;
}
.icons.categories .container h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  max-width: 942px;
  text-align: center;
  margin-bottom: 40px;
}
.icons.faqs{
  padding:100px 0;
}
.icons .truncet {
  background-color: white;
}
.icons .truncet::before {
  background: linear-gradient(to right, rgb(255 255 255 / 80%), transparent);
}
.icons .truncet::after {
  background: linear-gradient(to right, transparent, rgb(255 255 255 / 75%));
}

.icons .truncet a{
  color: #13415A;
}

.icons.trendy h2, .icons.styles h2, .icons.blogs h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
.icons.faqs h2{
  font-size: 36px;
}
button.search-submit-btn {
  background: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
}
h1.white-h1-global {
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
}

p.pricing-banner-sub {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: white;
}
.pricing-banner-text {
  min-height: 500px;
  gap: 20px;
}
 .header .super-search {
  margin: 10px 0px;
}
.filter-container{
  background: #FFF;
  padding: 25px 0px;
  border-bottom: 1px solid #D4D7DB;
}


 .header .super-search .search-field > input {
  padding-left: 23px;
}
 .header .super-search .icons-filter:nth-child(2){
  display: block;
}
 .header.header-light {
  padding-bottom: 0px;
  border-bottom: 1px solid #D4D7DB;
}
h2.tag-title {
  font-size: 30px;
  font-weight: 700;
}
.filter-bar h3 {
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}


.tag-description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #556771;
  margin-top: 20px;
}
.main.tags-page {
  padding-top: 74px;
  background: #F7F7F9;

}
.tag-intro {
  padding-bottom: 80px;
  border-bottom: 1px solid #D4D7DB;
}
.extended .icon-block .icon {
  padding: 30px;
}
.extended .icon-block {
  height: auto;
}
.icons-grid.extended {
  grid-template-columns: repeat(6, 1fr);
}

.related-pack-title{
  font-size: 18px;
  color:#13415A;
  font-weight: 500;
  margin: 15px 0px 10px 0px;
}
.related-pack-count{
  font-size: 14px;
  color:#5B7A8B;
  font-weight: 500;
  margin: 0px 5px;
}

.tag-list .hidden-tag {
  display: none;
}
.tag-list {
  list-style: none;      
  padding: 0;
  margin: 0;
  display: flex;          
  flex-wrap: wrap;     
  gap: 0.5em;            
}

.tag-list li {
  margin: 0;
}

.tag-list a {
  text-decoration: none;
  background-color: #fff;
  padding: 9px 25px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  color: #556771;
  text-transform: capitalize;
}
.cCard:hover img {
  filter: invert(0) !important;
}
a.see-all {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  color: #2cb88b;
}
.icons-grid.extended {
  padding-bottom: 100px;
}

#icons-listings .load-more-holder>.btn {
  margin-top: 0px;
}
span.breadcrumb_last {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  color: #134155;
  text-transform: capitalize;
}
p#breadcrumbs {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #134155;
  text-transform: capitalize;
  margin-top: 28px;
}
h1.tag-title {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #13415A;
}

@media (max-width: 1199px) {
  .icons-grid.extended {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .icons-grid.extended {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .extended .icon-block .icon{
    padding: 0px;
  }
  #tags-container .col-md-6{
    width: 100%;
  }
  .header .nav-link{
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .icons-grid.extended {
    grid-template-columns: repeat(3, 1fr);
  }
  .extended .icon-block .icon{
    padding: 0px;
  }
}
@media (max-width: 500px) {
  .icons-grid.extended {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  button.search-submit-btn {
   
    padding: 12px 24px;
  }
  h3.related-pack-title {
    text-align: left;
}
 .footer .newsletter-section{
  width: 100%;
 }
 .footer .socials{
  justify-content: flex-start;
 }
 .footer .newsletter-section {
  gap: 15px;
}
.hero-icons {
  display: flex;
  flex-direction: column;
  height: auto;
  
}
.hero-icons .image-container {
  width: 100%;
}
.hero-icons .image-container {
  width: 60%;
}
.hero-icons .container {
  width: 100%;
  margin: 50px 0px;
  display: flex;
  justify-content: center;
}
.hero-icons .image-container img{
  width: 100%;
}

}
@media (max-width: 575.98px) {
  h1.white-h1-global {
    font-size: 32px;
  }
  .pricing-banner{
    background-size: auto !important;
  }
}
@media (max-width: 767px) {
  .info-section {
    padding: 0;
    width: 100%;
}
h1.feature-heading, h2.feature-heading {
  font-size: 32px;
  line-height: 40px;
}
.info-image {
  padding: 20px 30px 0 20px;
  width: 100%;
  margin-bottom: 30px;
}
.info-image img {
  width: 100%;
}
.cta-text h1, .cta-text h2 {
  font-size: 25px;
  line-height: 35px;

}
}
h3.pack-count {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}
h1.pack-count {
  font-size: 30px;
  font-weight: 700;
  color:#13415A;
  line-height: 100%;
}
.packs-archive-page{
  background-color: #F7F7F9;
}
.search-field {
  position: relative;
  display: flex;
  align-items: center;
}

.search-field input {
  padding-right: 30px; /* space for clear button */
}

.clear-btn {
  position: absolute;
  right: 45px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #888;
  line-height: 1;
  padding: 0;
  margin-right: 20px;
}

.clear-btn:hover {
  color: #333;
}
div#step-2 .tags-field {
    flex-grow: 1;
    display: flex;
    width: 100%;
}
div#step-2 .tags-field .field {
    flex-grow: 1;
}
div#step-2 .tags-field .tags-actions {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    float: right;
}
div#step-2 .tags-field .suggestions {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
.right-info-section{
    flex: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: fit-content;
    top: 60px;
}

/* Support Template */
.kb-category-grid {
    padding: 75px 0px;
}

.kb-category-grid .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.kb-category-card{
  width: 32%;
  position: relative;
}
.kb-category-card a {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    padding: 60px;
    gap: 25px;
}
.kb-category-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #2C4BB8;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s ease-out;
    border-radius: 24px;
}

.kb-category-card:hover a::after {
    visibility: visible;
    opacity: 0.5;
}
.kb-category-title {
    font-size: 22px;
    font-weight: 500;
    color: #13415A;
}
.support-hero-section .container {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.support-hero-section h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #13415A;
}

.support-hero-section form {
    width: 100%;
    max-width: 700px;
}

.support-hero-section .search-field {
    border: 1px solid #D4D7DB;
    border-radius: 5px;
}
.kb-archive-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 50px 0;
}

.kb-breadcrumb {
    color: #134155;
    font-size: 0.95rem;
    font-weight: 500;
}

.kb-search-form {
    position: relative;
}

.kb-search-form input[type="search"] {
    padding: 15px;
    border: 1px solid #dbe2ea;
    border-radius: 5px;
    width: 400px;
    font-size: 16px;
}

.kb-category-title {
    font-size: 1.6rem;
    margin-bottom: 32px;
    color: #13415A;
    text-align: center;
}
.tax-kb_category  .kb-category-title{
    text-align: left;
}
.kb-posts-columns {
    display: flex;
    gap: 48px;
    justify-content: flex-start;
}

.kb-post-list {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.kb-post-list li {
    margin-bottom: 18px;
    font-size: 1.08rem;
}

.kb-post-list a {
    color: #1a237e;
    text-decoration: none;
    transition: color 0.2s;
}

.kb-post-list a:hover {
    color: #3949ab;
    text-decoration: underline;
}
.tax-kb_category .request .banner {
    position: relative;
    padding: 45px 35px;
    border-radius: 12px;
    background-color: #2C4BB8;
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    background-image: url(https://prog.nowicon.com/wp-content/themes/nowicon/assets/images/nowicon-watermark.svg), url(https://prog.nowicon.com/wp-content/themes/nowicon/assets/images/nowicon-watermark.svg);
    background-size: 280px;
    background-position: 30px -140px, calc(100% - 30px) 40px;
    background-repeat: no-repeat, no-repeat;
}
.single-knowledge-base .request .banner{
    background: transparent;
    align-self: flex-start;
    align-items: flex-start;
    padding-inline: 0px;
    padding-top: 0px;
    padding-bottom: 35px;
}
.tax-kb_category .request .banner h2, .single-knowledge-base .request .banner h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 20px;
}
.single-knowledge-base .request .banner h2 {
  color: #13415A;
  font-size: 24px;
}
.tax-kb_category .request .banner .btn-green, .single-knowledge-base .request .banner .btn-green {
    margin-right: 30px;
    height: 56px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-inline: 50px;
    white-space: nowrap;
}
.tax-kb_category .request {
    position: relative;
    padding-top: 125px;
    padding-bottom: 150px;
}
.single-knowledge-base .request{
  position: relative;
  padding-top: 25px;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
.single-knowledge-base .request .container{
  padding: 0px !important;
}
.kb-single-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 50px 0;
}

.kb-breadcrumb {
    color: #134155;
    font-size: 16px;
}

.kb-breadcrumb a {
    color: #134155;
    text-decoration: none;
}

.kb-search-form input[type="search"] {
    padding: 15px;
    border: 1px solid #dbe2ea;
    border-radius: 5px;
    width: 400px;
    font-size: 16px;
    padding-left: 45px;
}
.kb-search-form img{
  position: absolute;
  left: 15px;
  top: 15px;
}
.page-template-template-faq-search .faq-search-page {
    padding: 70px 0;
}

.page-template-template-faq-search .faq-results h2 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 600;
}

.page-template-template-faq-search .faq-result-list {
    list-style: none;
    padding: 0;
}

.page-template-template-faq-search .faq-result-list li {
    margin-bottom: 20px;
}

.page-template-template-faq-search .faq-question-title {
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    color: #13415A;
}

.page-template-template-faq-search .faq-question-title:hover {
    text-decoration: underline;
    color: #13415A;
}

.page-template-template-faq-search .faq-category a{
    font-size: 14px;
    color: #5B7A8B;
    font-weight: 500;
    margin-top: 4px;
}
.page-template-template-faq-search .faq-category a:hover {
    text-decoration: underline;
}
.page-template-template-faq-search form {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 400px;
    background: #FFFFFF;
    padding: 10px 20px;
    border: 1px solid #D4D7DB;
    border-radius: 10px;
}

.page-template-template-faq-search form input[type="search"] {
    border: none;
    margin-left: 10px;
    width: calc(100% - 35px);
    padding-right: 0px;
}
.page-template-template-faq-search form .search-field {
  width:100%;
}
.page-template-template-faq-search .form-section{
  margin-bottom: 40px;
  display: flex;
    justify-content: flex-end;
}
.page-template-template-faq-search form .search-field .close {
    font-size: 16px;
    color: #13415A;
    cursor: pointer;
}

/*.kb-single-main {
    /* max-width: 800px; */
    /* margin: 0 auto 40px auto; */
    /* background: #fff; */
    /* border-radius: 12px;
    padding: 0 0 40px 0; */
/*}*/

.kb-single-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: #1a237e;
}

.kb-single-meta {
    color: #7a8ca3;
    font-size: 0.98rem;
    margin-bottom: 50px;
}

.kb-single-content {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 40px;
}

.kb-single-cta {
    background: #f7fafd;
    border-radius: 8px;
    padding: 24px 20px;
    text-align: center;
    margin-bottom: 32px;
}

.kb-cta-btn {
    display: inline-block;
    background: #1abc9c;
    color: #fff;
    padding: 10px 28px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s;
}

.kb-cta-btn:hover {
    background: #159c85;
}

.kb-divider {
    border: none;
    border-top: 1px solid #e0e6ed;
    margin: 32px 0;
}

.kb-related-articles h3 {
    font-size: 1.1rem;
    margin-bottom: 18px;
    color: #3949ab;
}

.kb-related-columns {
    display: flex;
    gap: 48px;
    justify-content: flex-start;
}

.kb-related-columns ul {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.kb-related-columns li {
    margin-bottom: 18px;
    font-size: 1.08rem;
}

.kb-related-columns a {
    color: #1a237e;
    text-decoration: none;
    transition: color 0.2s;
}

.kb-related-columns a:hover {
    color: #3949ab;
    text-decoration: underline;
}
.tax-kb_category ul.kb-post-list li a, .kb-related-columns ul li a{
    font-size: 20px;
    color: #13415A;
    font-weight: 500;
}
.single-knowledge-base .kb-single-content{
    font-size: 20px;
    color: #13415A;
    font-weight: 400;
}
.tax-kb_category ul.kb-post-list li a:hover, .kb-related-columns ul li a:hover {
    text-decoration: underline;
    color: #13415A;
}
.tax-kb_category .kb-category-title, .single-knowledge-base .kb-single-title, .kb-related-articles h3 {
    font-size: 26px;
    margin-bottom: 45px;
    color: #13415A;
    font-weight: 600;
}
.single-knowledge-base .kb-single-title{
  margin-bottom: 15px;
}
.kb-related-columns{
  margin-bottom: 100px;
}
.kb-search-results h2 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #13415A;
    font-weight: 600;
}

.kb-search-results ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.kb-search-results ul li a {
    font-size: 20px;
    color: #13415A;
    font-weight: 500;
}
.kb-search-results ul li a:hover{
    text-decoration:underline;
}
.kb-search-results ul li {
    margin-bottom: 15px;
    width: 50%;
}

.kb-search-results {
    margin-top: 100px;
}
/* Hide tooltip by default */
.slider-tooltip {
  display: none;
}

/* Show tooltip on handle hover or focus */
.ui-slider-handle:hover .slider-tooltip,
.ui-slider-handle:focus .slider-tooltip {
  display: block;
}
.packs-grid h2{
  margin-top: 80px;
  margin-bottom: 30px;
}
.packs-grid .cCard img {
    max-width: 220px;
    aspect-ratio: 16 / 12;
    width: 100%;
    object-fit: contain;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: invert(0);
    transform: scale(1);
    max-height: 150px;
    height: 100%
}

.packs-grid .cCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 30px 50px 30px;
    border-radius: 12px;
    background-color: #F6F6F6;
    transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.packs-grid .cCard:hover img {
    filter: invert(1);
    /* background-color: #fff; */
    transform: scale(1.05);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
}

.packs-grid .cCard span {
    font-size: 14px;
    color: #13415A;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.packs-grid .cCard:hover span {
    color: #13415A;
}
.dashboard-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sidebar-section {
    width: 300px;
}

.tab-content-section {
    width: calc(100% - 300px);
}

.tabs-bar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

ul#tabs {
    width: 100%;
    display:flex;
    flex-direction:column;
    gap: 25px;
}
.dashboard-area button.nav-link, .dashboard-area .nav-link {
    border:none;
    padding: 0px;
}
.dashboard-area button.nav-link.active{
    color: #2cb88b;
    background: transparent;padding-inline: 0px !important;
}
.dashboard-area button.nav-link.active img{
  filter: invert(54%) sepia(77%) saturate(372%) hue-rotate(110deg) brightness(92%) contrast(92%);
}
.personal-dashbaord {
    padding-top: 100px;
    background: #FAFAFB;
}
a.pro-download-link {
    float: right;
    color: #2cb88b;
    font-size: 18px;
    font-weight: 700;
}

.heading-sect {
    margin-bottom: 50px;
}
.heading-sect h1 {
    color: #13415A !important;
    font-size: 30px;
    font-weight: 600;
}

.tab-link-sect {
    margin-bottom: 75px;
}
div#tabContent {
    background: #FFFFFF;
    padding: 40px 60px;
    border: 1px solid #D4D7DB;
    border-radius: 24px;
    margin-bottom: 200px;
}
.profile-area .avatar {
    width: 120px;
    height: 120px;
    border: 6px solid #fff;
    box-shadow: 0 1px 3px 0 #453D3D40;
    border-radius: 100px;
    background-color: #13415A;
    background-image: url(https://prog.nowicon.com/wp-content/themes/nowicon/assets/images/smiley.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.profile-area .profile-inner-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px;
}

.profile-area .person {
    width: 125px;
}

.profile-area .profile-info-section {
    width: calc(100% - 175px);
}

.profile-area .account-data .row {
    display: flex;
    flex-direction: row;
}
.connect-sect {
    margin-top: 50px;
}

a.connect-link {
    width: 50%;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    text-align: center;
}

a.connect-link.google {
    color: #13415A;
    border: 1px solid #D4D7DB;
    padding: 10px 20px 10px 10px;
}

a.connect-link.google img {
    max-height: 29px;
    width: auto;
    margin-right: 3px;
}

a.connect-link.facebook {
    background-color: #3B5998;
    color: #fff;
    padding: 12px 20px 12px 15px;
}

.social-btns {
    gap: 20px;
}

.email-sect{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.email-sect label{
  width: 100%;
}
.email-sect input {
    width: calc(100% - 140px);
    border-radius: 5px 0px 0px 5px;
}
.email-sect button{
    border: 1px solid #D4D7DB;
    padding: 6px 12px;
    border-left: 0px;
    font-size: 16px;
    color: #2CB88B;
    border-radius: 0px 5px 5px 0px;
}
.email-sect button:hover{
    background-color: #2CB88B;
    color: #fff;
}
.notification-sect {
    margin-top: 50px;
}
.profile-info-section h6 {
    font-size: 20px;
    font-weight: bold;
}

.account-data h6 {
    margin-bottom: 50px;
}

.account-data label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
button#deactivateProfile {
    width: 300px;
    background-color: #F44B4B0D;
    border-color: #F44B4B0D;
}
button#deactivateProfile:hover{
    background-color: #F44B4B;
}

.outer-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}

button#saveProfile {
    position: absolute;
    bottom: -125px;
    width: 300px;
    right: -60px;
}
.profile-info-section .btn-list {
    margin-top: 50px;
    margin-bottom: 25px;
}
.personal-dashbaord .downloads-history h3, .personal-dashbaord #subscription h3{
    margin: 0px;
    margin-bottom: 50px;
}
.personal-dashbaord .downloads-history .table tr th:last-child, .personal-dashbaord .downloads-history .table tr td:last-child, .personal-dashbaord .downloads-history .table tr th:first-child, .personal-dashbaord .downloads-history .table tr td:first-child{
    padding: 0px !important;
}
.personal-dashbaord .downloads-history .table th img, .personal-dashbaord .downloads-history .table td img{
    margin-right: 0px;
    width: 50px;
    height: 50px;
}

.personal-dashbaord .downloads-history a.btn.btn-save {
    background: transparent;
    padding: 10px 20px !important;
    color: #2cb88b;
    border: 1px solid #D4D7DB;
}
.personal-dashbaord .downloads-history a.btn.btn-save:hover{
    background: #2cb88b;
    color: #FFFFFF;
}
.collections .collection-pack{
  margin-bottom: 0px;
}
.collections h3{
  margin: 0px;
}
.collections-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
a.btn.btn-green.create-collection {
    color: #2cb88b;
    background-color: transparent;
    border: 1px solid;
}
a.btn.btn-green.create-collection:hover{
    background-color: #2cb88b;
    color: #FFFFFF;
}
.personal-dashbaord .icon-block {
    position: relative;
    height: 140px;
    width: 140px;
    overflow: visible;
}
.personal-dashbaord .icon-block .icon{
  height: 100px;
  width: 100px;
}
.personal-dashbaord .icon-actions {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 6px;
}
.personal-dashbaord .remove-icon-btn, .personal-dashbaord .download-icon-btn {
    display: none;
    background: #FFFFFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s;
}
.personal-dashbaord .remove-icon-btn img, .personal-dashbaord .download-icon-btn img{
    width: 25px;
    height: 25px;
}
.personal-dashbaord .icon-block:hover .remove-icon-btn, .personal-dashbaord .icon-block:hover .download-icon-btn {
    display: flex;
}
/* .personal-dashbaord .dl-options{
  display:none;
} */
#addToCollection .modal-body {
    background: #FAFAFB !important;
    border-radius: 10px;
}
 .personal-dashbaord .icon-block a::after{
  border-radius: 10px;
 }

/* Download Options */
.personal-dashbaord .icon-block .icon-actions .dl-options {
  background-color: #fff;
  position: absolute;
  top: calc(100% - 5px);
  right: 20px;
  left: auto;
  width: 175px;
  padding: 25px 10px 12px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  transform-origin: top;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-out;
  z-index: 135;
}
.personal-dashbaord .download-active .dl-options {
  transform: scale(1) !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .personal-dashbaord .icon-block .icon-actions .dl-options {
    right: 0px;
    width: 160px;
    top: calc(100% + 1px);
  }
}
.personal-dashbaord .icon-block .icon-actions .dl-options::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  transform: translateY(-7px) rotate(45deg);
  border-radius: 4px 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 1199px) {
  .personal-dashbaord .icon-block .icon-actions .dl-options::after {
    right: 25px;
  }
}
.personal-dashbaord .icon-block .icon-actions .dl-options .downloader {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
}
.personal-dashbaord .icon-block .icon-actions .dl-options .downloader > .btn {
  margin: 0;
  border-radius: 50px;
  width: 100%;
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: space-between;
  padding-inline: 14px;
  min-width: 0;
}
.personal-dashbaord .icon-block .icon-actions .dl-options .downloader > .btn img {
  height: 14px;
  width: auto;
}
.personal-dashbaord .icon-block .icon-actions .dl-options .downloader > .btn span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
/* Download Options */
.personal-dashbaord .remove-icon-btn:hover, .personal-dashbaord .download-icon-btn:hover{
    filter: drop-shadow(2px 4px 6px black);
}
.personal-dashbaord .icons-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.collection-pack a.download-collection-btn {
    color: #55b88b !important;
}
.collection-pack .remove-collection-btn{
  color: #F44B4B !important;
}
.page-template-template-profile .search-field {
    max-width: none;
    border: none;
    border-radius: 0px;
}
@media (max-width: 800px) {
    .kb-single-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .kb-related-columns {
        flex-direction: column;
        gap: 0;
    }
    .kb-related-columns ul {
        margin-bottom: 24px;
    }
    .kb-posts-columns {
        flex-direction: column;
        gap: 0;
    }
    .kb-post-list {
        margin-bottom: 24px;
    }
}
/* Support Template */
/* Listing Template */
#icons-listings .cCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 30px 50px 30px;
  border-radius: 12px !important;
}
#icons-listings .cCard img {
  max-width: none;
  aspect-ratio: 16/12;
  width: 100%;
  object-fit: contain;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: invert(0);
  transform: scale(1);
}
#icons-listings .cCard:hover img {
  filter: invert(1);
  transform: scale(1.07);
}
/* Listing Template */

#alertPlaceholder .alert > div {
  text-transform: capitalize;
}
/* Downloads Table Styles */
.meatball-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 1px solid #2CB88B;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    min-width: 150px;
    z-index: 100;
}

.meatball-dropdown.show {
    display: block;
}

.meatball-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.meatball-dropdown li {
    margin-bottom: 5px;
}

.meatball-dropdown li:last-child {
    margin-bottom: 0;
}

.meatball-dropdown a {
    color: #13415A;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.icon-details-section {
    display: none;
}

.icon-details-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 25px;
}

.icon-details-thumb img {
    width: 75%;
}

.icon-details-thumb {
    width: 47%;
    text-align: center;
}

.icon-details-info {
    width: 47%;
}

.download-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.download-btns button.btn.btn-royal {
    display: flex;
    justify-content: space-between;
}

.download-btns button.btn.btn-green {
    display: flex;
    justify-content: space-between;
}

.icon-details-close {
    cursor: pointer;
    width: fit-content;
}

.downloads-filter {
    position: relative;
    display: inline-block;
    font-family: 'Inter';
    user-select: none;
    z-index: 9;
    float: right;
}

.downloads-filter label {
    font-weight: 600;
    font-size: 18px;
    color: #13415A;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.custom-select {
    width: 180px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #13415A;
    background: #fff;
    border: 1px solid #13415A;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 6px rgb(44 184 139 / 0.2);
    transition: border-color 0.3s ease;
}

.custom-select:hover,
.custom-select:focus {
    border-color: #1a7f5a;
    box-shadow: 0 0 8px rgb(44 184 139 / 0.4);
}
/* Downloads Table Styles */
/* COllection Popup Styles */
#addToCollection button.collection-toggle-btn {
  border: none;
  background: transparent;
  font-size: 16px !important;
  padding: 0px !important;
  width: 5%;
}
#addToCollection p.collection-name {
  width: 85%;
  margin: 0 !important;
}
#addToCollection .collection-row__details {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
#addToCollection .collection-row {
  display: flex;
  flex-direction: row;
  background: #E8E8E8;
  border-radius: 6px;
  padding: 15px 25px;
  border: 1px solid #E8E8E8;
}
.collection-modal .modal-dialog .modal-body .collections {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#addToCollection span.items-count {font-size: 16px !important;color: #13415a;font-weight: 700;}
#addToCollection p.collection-name {
  font-size: 16px !important;
  font-weight: 700 !important;
}
#addToCollection span.symbol {
  font-size: 16px !important;
  display: block;
  width: 100%;
  font-weight: 700;
}
#addToCollection .new-collection-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  width: 100%;
}

#addToCollection .new-collection-btn-wrap label {
  font-size: 18px;
  font-weight: 600;
  color: #13415a;
}

#addToCollection button.btn.btn-new.new-collection-btn {
  border-radius: 6px !important;
  text-align: left;
  padding-inline: 25px !important;
}
#addToCollection .new-collection-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  width: 100%;
}
#addToCollection .new-collection-form-wrap label {
  font-size: 18px;
  font-weight: 600;
  color: #13415a;
}
#addToCollection .not-active-create-btn {
  display: none !important;
}
.save-icon {
  max-width: 215px;
  float: right;
  margin-top: 40px !important;
}
#addToCollection .collection-row:hover {
  background: #E1FDF4 !important;
  border: solid 1px #2CB88B !important;
}
#addToCollection .collection-row.is-active:hover {
  background: #FFE9E6 !important;
  border: 1px solid #F5B4AB !important;
}
.collection-row:hover .fa-solid{
  color: #2CB88B;
}
.collection-row.is-active:hover .fa-solid{
  color: #F5B4AB;
}
/* COllection Popup Styles */

/* Blog template */
.page-template-template-blog {
  background: #FFFFFF;
}
.blogCard-body {
  padding: 30px 0px;
}
.blogHero {
  padding: 96px 0 70px;
  text-align: center;
}

.blogHero h1 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color:#13415A;
}

.blogHero p {
  font-family: Inter;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #13415A;
  max-width: 814px;
  margin: 0 auto;
  margin-top: 25px;
}

.blogGrid {
  padding-bottom: 96px;
}

.blogCard {
  display: block;
  /* background: #fff; */
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08); */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

/* .blogCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
} */

.blogCard-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.blogCard-body {
  padding: 30px 0px;
}

.blogCard h3 {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  /*leading-trim: NONE;*/
  line-height: 32px;
  letter-spacing: 0%;
  color:#13415A;
}

.blogCard-date {
  margin: 0;
  font-size: 15px;
  color: #64748b;
}

@media (max-width: 991px) {
  .blogHero {
    padding: 64px 0 32px;
  }

  .blogHero h1 {
    font-size: 36px;
  }

  .blogCard-image img {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .blogHero h1 {
    font-size: 30px;
  }

  .blogHero p {
    font-size: 16px;
  }

  .blogCard-body {
    padding: 20px;
  }
}