@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: auto;
  }
}

.text-grey {
  color: #3d3d3d;
}

.text-purple {
  color: #330994;
}

.text-title-grey {
  color: #555555;
}

.fw-800 {
  font-weight: 800;
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-family: "Ubuntu",
    sans-serif;
  overflow-x: hidden;
  /* max-width: 1920px; */
}

a {
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 56px;
  line-height: 1.2;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.2;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

.text-purple {
  color: #42056b;
}

.text-d-gray {
  color: #575555;
}

/* Slider */
.slick-track {
  margin-left: initial;
  margin-right: auto;
}

.adv-search {
  padding: 10px 0;
  margin: 1.5rem 0 1rem;
  border-bottom: 1px solid #e7e7e7;
}

.adv-search .form-group {
  margin-bottom: 0;
}

.adv-search .form-group button {
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
}

.adv-search .form-group button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.adv-search-input .input-group-text {
  border-right: 0;
  background: transparent;
}

.adv-search-input input[type=text] {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.adv-search-input input[type=text]::-webkit-input-placeholder {
  color: #aeb0b2;
}

.adv-search-input input[type=text]::-moz-placeholder {
  color: #aeb0b2;
}

.adv-search-input input[type=text]:-ms-input-placeholder {
  color: #aeb0b2;
}

.adv-search-input input[type=text]::-ms-input-placeholder {
  color: #aeb0b2;
}

.adv-search-input input[type=text]::placeholder {
  color: #aeb0b2;
}

.adv-search-input input[type=text]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1aa659;
}

.filter-tags-wrapper .filter-tag {
  font-size: 12px;
}

.filter-tags-wrapper button {
  width: 18px;
  height: 18px;
}

.text-gray {
  color: dimgray;
}

.megamenu-dropdown {
  position: absolute;
  z-index: 5;
  background: #fff;
  left: 0;
  right: 0;
  padding: 15px;
  border-top: 1px solid #e0e0e0;
  top: 100%;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 426px) {
  .megamenu-dropdown .col-md-8>ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 1200px) {
  .megamenu-dropdown .col-md-8>ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.hasdropdown {
  display: block;
}

.hasdropdown:hover>a:after {
  content: "";
  height: 3px;
  width: 90%;
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #ee1d25;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dropdown-img-holder {
  position: relative;
}

.dropdown-img-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(144.47deg, #05b259 19.36%, rgba(196, 196, 196, 0) 76.5%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dropdown-img-holder h4 {
  position: absolute;
  top: 30px;
  left: 25px;
  color: #fff;
  z-index: 5;
  font-weight: bold;
  width: 45%;
  letter-spacing: 1px;
  font-size: 24px;
  white-space: normal;
}

.dropdown-img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-link {
  color: #615c5c !important;
  font-size: 15px;
  border-bottom: 3px solid #ee1d25;
  padding-bottom: 3px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}

.dropdown-item:hover {
  background: none;
}

.dropdown-sublist li {
  line-height: 18px;
  margin-bottom: 12px;
}

.dropdown-sublist li a {
  font-size: 14px;
  color: dimgray;
  white-space: break-spaces !important;
}

.dropdown-sublist li a:hover {
  color: #333;
}

.btnSearch {
  color: #05B259;
}

.btnSearch:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btnSearch-active {
  background: #1aa659;
  border-radius: 0;
}

.btnSearch-active svg {
  color: #fff;
}

.search-input {
  width: 100%;
  height: 40px;
  margin-top: 8px;
  text-indent: 10px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-right: 100px;
}

.search-input:focus {
  outline: none;
  border-color: #1aa659;
}

.search-wrapper {
  position: absolute;
  right: 45px;
  top: 0;
  width: 100%;
  max-width: 765px;
  z-index: 5;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
}

.search-wrapper-wrap {
  width: 100%;
}

.search-wrapper-btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  color: #bdbdbd;
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrapper-btnwrap span {
  font-size: 14px;
}

.search-lists-wrapper {
  background: #fff;
  padding: 10px;
  margin-top: 5px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 1px solid #ebebeb;
  max-height: 300px;
  overflow: hidden;
}

.search-list {
  margin-bottom: .5rem;
}

.search-list-data {
  width: calc(100% - 50px);
}

.search-list-data h5 {
  color: #4d5359;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
  white-space: pre-wrap;
}

.search-list-data p {
  white-space: pre-wrap;
  margin-bottom: 0;
}

.search-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-list a figure {
  margin-bottom: 0;
  background: #f0f0f0;
  border-radius: 4px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 10px;
}

.search-list a img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.quick-links-wrapper {
  text-align: right;
}

.quick-links-wrapper h6 {
  font-size: 14px;
}

.quick-links-lists {
  line-height: 18px;
}

.quick-links-lists a {
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  main {
    padding-top: 69px;
  }

  .bannertitle_footer,
  .bannertitle_desc {
    color: #1e1e1e !important;
  }
}

a:hover {
  cursor: pointer;
}

.innerbanner-wrapper {
  padding: 1rem 0;
  position: relative;
  background-size: cover !important;
  padding: 4rem 0;
}

.innerbanner-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(236, 45, 33, 0.2);
}

.innerbanner-wrapper img {
  max-width: 250px;
}

.innerbanner-wrappers .main-banner-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: initial;
  max-width: 1140px;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.innerbanner-text h5 {
  line-height: 22px;
}

.product-box-main-title a {
  color: #212529;
}

.product-box-main-title a:hover {
  color: #d52933 !important;
  text-decoration: underline;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.searchRow {
  height: 100%;
  border: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 4px;
}

.searchRow_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.searchRow_label {
  background-color: rgba(0, 51, 78, 0.1);
  color: #1aa659;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.searchRow_link {
  margin-bottom: 10px;
  color: #137a41;
  font-weight: bold;
}

.searchRow_link:hover {
  color: #17904d;
}

.searchRow_link,
.searchRow_desc {
  line-height: 1.2;
}

.searchRow_desc {
  font-weight: 300;
  font-size: 18px;
}

.searchRow_btnWrap button {
  color: #00334e;
  font-size: 12px;
  font-size: .8em;
  margin: 0;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.searchRow_topText {
  margin-bottom: 30px;
}

.searchRow_topText p {
  font-weight: 300;
  font-size: 14px;
  font-size: .93333em;
  margin-bottom: 0;
  color: #8f8e8e;
}

.btn {
  font-family: "Roboto", sans-serif;
}

.btn--medium {
  border-radius: 4px;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  padding: 12px 15px;
}

.btn--medium.icon {
  position: relative;
  padding-right: 35px;
}

.btn--medium.icon:before,
.btn--medium.icon:after {
  content: "";
  position: absolute;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  top: 50%;
}

.btn--medium.icon:before {
  width: 9px;
  height: 9px;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn--medium.icon:after {
  border: 4px solid transparent;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--medium.btn-success--outline,
.btn--medium.btn-blank--solid {
  background: #fff;
  color: #1a1e1e;
}

.btn--medium.btn-success--outline:hover,
.btn--medium.btn-blank--solid:hover {
  color: #1a1e1e;
}

.btn--medium.btn-success--outline.icon:before,
.btn--medium.btn-blank--solid.icon:before {
  border-top: 2px solid #d52933;
  border-right: 2px solid #d52933;
}

.btn--medium.btn-success--outline.icon:after,
.btn--medium.btn-blank--solid.icon:after {
  border-left-color: #1aa659;
}

.btn--medium.btn-primary--solid {
  background: #d52933;
  color: #fff;
}

.btn--medium.btn-primary--solid.icon:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn--medium.btn-primary--solid.icon:after {
  border-left-color: #fff;
}

.btn--medium.btn-primary--outline {
  background: #fff;
  color: #1a1e1e;
  border: 1.5px solid #d52933;
}

.btn--medium.btn-success--solid {
  background: #1aa659;
  color: #fff;
}

.btn--medium.btn-success--solid:hover {
  color: #fff;
}

.btn--medium.btn-success--solid.icon:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn--medium.btn-success--solid.icon:after {
  border-left-color: #fff;
}

.btn--medium.btn-success--outline {
  border: 1.5px solid #1aa659;
}

.btn--medium.btn-blank--outline {
  background: #1aa659;
  color: #fff;
  border: 1.5px solid #fff;
}

.btn--medium.btn-gradient--solid {
  color: #fff;
  background: linear-gradient(87.64deg, #05AF3F 16.81%, #6DDA7E 147.4%);
}

.btn--medium.btn-gradient--solid.icon:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn--medium.btn-gradient--solid.icon:after {
  border-left-color: #fff;
}

.btn--medium:hover {
  color: #fff;
  -webkit-box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.1);
  top: -0.5px;
}

.btn--medium:hover.icon:before,
.btn--medium:hover.icon:after {
  content: "";
  right: 13px;
}

.button-cover {
  margin: 0 20px;
  background-color: #e2e2e2;
  border-radius: 24px;
  padding: 3px;
}

#style-3::-webkit-scrollbar-track {
  background-color: #b0fad6;
}

#style-3::-webkit-scrollbar {
  width: 4px;
  background-color: #00b25a;
  border-radius: 4px;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #00b25a;
}

.custom-scrollbar::-webkit-scrollbar,
.react-datepicker__time-list::-webkit-scrollbar {
  width: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track,
.react-datepicker__time-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(26, 166, 89, 0.3);
  box-shadow: inset 0 0 6px rgba(26, 166, 89, 0.3);
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.react-datepicker__time-list::-webkit-scrollbar-thumb {
  background-color: #1aa659;
  outline: 1px solid #1aa659;
}

.member-scrollbar::-webkit-scrollbar {
  width: 4px;
}

.member-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(26, 166, 89, 0.3);
  box-shadow: inset 0 0 6px rgba(26, 166, 89, 0.3);
}

.member-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  outline: 1px solid rgba(0, 0, 0, 0.4);
}

.input-group span.text-danger,
.form-group span.text-danger {
  font-size: 13px;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #1aa659;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0);
}

.requiredMsg {
  font-size: 13px;
}

.credit-card-step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.credit-card-step-container .stepNumber {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-color: #959595;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  background-color: #fff;
  border: 4px solid #d3d3d3;
  color: #d3d3d3;
  z-index: 3;
}

.credit-card-step-container .stepNumber~label {
  color: #a9a9a9;
}

.credit-card-step-container .line {
  height: 3px;
  border-top: 2px solid #1aa659;
  position: absolute;
  top: 25px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.credit-card-step-container a.active .stepNumber {
  background: #1aa659;
  border: 4px solid #1aa659;
  color: #fff;
}

.credit-card-step-container a.active~label {
  color: #199d54;
}

.formLayout-footer {
  background: #fff;
  margin: -24px -40px;
  padding: 30px 16px;
  border-top: 1px solid #d3d3d3;
}

.banner-section.layout1 .main-banner-detail {
  background: linear-gradient(89.58deg, rgba(5, 178, 89, 0.86) 1.5%, rgba(3, 140, 72, 0.86) 99.65%);
}

.banner-section.layout1 .main-banner-btn-wrapper button:nth-child(1) {
  background: #d52933;
  color: #fff;
}

.banner-section.layout1 .main-banner-btn-wrapper button:nth-child(1).icon:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.banner-section.layout1 .main-banner-btn-wrapper button:nth-child(1).icon:after {
  border-left-color: #fff;
}

.banner-section.layout1 .main-banner-btn-wrapper button:nth-child(2) {
  background: #fff;
  color: #000;
}

.banner-section.layout1 .main-banner-btn-wrapper button:nth-child(2):hover {
  color: #000;
}

.banner-section.layout1 .main-banner-btn-wrapper button:nth-child(2).icon:before {
  border-top: 2px solid #d52933;
  border-right: 2px solid #d52933;
}

.banner-section.layout1 .main-banner-btn-wrapper button:nth-child(2).icon:after {
  border-left-color: #1aa659;
}

.banner-section.layout2 .main-banner-detail {
  background: linear-gradient(89.58deg, rgba(236, 33, 39, 0.86) 1.5%, rgba(202, 14, 20, 0.86) 99.65%);
}

.banner-section.layout2 .main-banner-btn-wrapper button:nth-child(1) {
  color: #fff;
  background: linear-gradient(87.64deg, #05AF3F 16.81%, #6DDA7E 147.4%);
}

.banner-section.layout2 .main-banner-btn-wrapper button:nth-child(1).icon:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.banner-section.layout2 .main-banner-btn-wrapper button:nth-child(1).icon:after {
  border-left-color: #fff;
}

.banner-section.layout2 .main-banner-btn-wrapper button:nth-child(2) {
  background: #fff;
  color: #000;
}

.banner-section.layout2 .main-banner-btn-wrapper button:nth-child(2):hover {
  color: #000;
}

.banner-section.layout2 .main-banner-btn-wrapper button:nth-child(2).icon:before {
  border-top: 2px solid #d52933;
  border-right: 2px solid #d52933;
}

.banner-section.layout2 .main-banner-btn-wrapper button:nth-child(2).icon:after {
  border-left-color: #1aa659;
}

.banner-section.layout3 .main-banner-detail {
  background: linear-gradient(89.58deg, rgba(47, 0, 79, 0.86) 1.5%, rgba(202, 14, 20, 0.86) 99.65%);
}

.banner-section.layout3 .main-banner-btn-wrapper button:nth-child(1) {
  color: #fff;
  background: linear-gradient(87.64deg, #05AF3F 16.81%, #6DDA7E 147.4%);
}

.banner-section.layout3 .main-banner-btn-wrapper button:nth-child(1).icon:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.banner-section.layout3 .main-banner-btn-wrapper button:nth-child(1).icon:after {
  border-left-color: #fff;
}

.banner-section.layout3 .main-banner-btn-wrapper button:nth-child(2) {
  background: #fff;
  color: #000;
}

.banner-section.layout3 .main-banner-btn-wrapper button:nth-child(2):hover {
  color: #000;
}

.banner-section.layout3 .main-banner-btn-wrapper button:nth-child(2).icon:before {
  border-top: 2px solid #d52933;
  border-right: 2px solid #d52933;
}

.banner-section.layout3 .main-banner-btn-wrapper button:nth-child(2).icon:after {
  border-left-color: #1aa659;
}

.banner-container {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  max-width: 1140px;
}

.category-wrapper .slick-list {
  margin: 0 -5px;
}

.category-wrapper .slick-track {
  margin-left: 0;
}

.productCard-wrapper .productCard-details.open {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: auto;
}

.productCard-wrapper .productCard-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.productCard-wrapper .productCard-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 18px;
}

.productCard-wrapper .productCard-meta span:nth-child(1) {
  font-size: 14px;
}

.productCard-wrapper .productCard-meta span:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

.productCard-wrapper .productCard-meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productCard-wrapper .productCard-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
  padding-bottom: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.productCard-wrapper .productCard-link-wrapper a {
  font-size: 14px;
  color: #1a1e1e;
  position: relative;
  position: relative;
  padding-right: 20px;
}

.productCard-wrapper .productCard-link-wrapper a:before,
.productCard-wrapper .productCard-link-wrapper a:after {
  content: "";
  position: absolute;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  top: 50%;
}

.productCard-wrapper .productCard-link-wrapper a:before {
  width: 9px;
  height: 9px;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #d52933;
  border-right: 2px solid #d52933;
}

.productCard-wrapper .productCard-link-wrapper a:after {
  border: 4px solid transparent;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left-color: #1aa659;
}

.productCard-wrapper .productCard-btn {
  background: #f7f7f7;
  color: #2f004f;
  font-size: 14px;
  border: none;
  padding: 14px;
  width: 100%;
  font-weight: bold;
}

.productCard-wrapper .productCard-content {
  border-top: 1px solid #e8e8e8;
  padding: 24px 0;
}

.productCard-wrapper .productCard-content p {
  color: #333;
  font-size: 14px;
}

.productCard-wrapper .productCard-content ul {
  color: #000;
  font-size: 14px;
  list-style: none;
  padding: 0;
}

.productCard-wrapper .productCard-content ul li {
  padding-left: 1.5rem;
  margin-bottom: 25px;
  position: relative;
}

.productCard-wrapper .productCard-content ul li:before {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 1px solid #1aa659;
  border-bottom: 1px solid #1aa659;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 5px;
}

.productCard-wrapper .productCard-collapse-detail {
  position: absolute;
  background: #fff;
  padding: 1rem;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  border: 1px solid #eee;
  margin-left: -1px;
  margin-right: -1px;
  border-top: 0;
}

.productCard-wrapper .productCard-collapse-detail.open {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.grid-card-link-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

@media screen and (max-width: 768px) {
  .main-banner-detail {
    width: 60%;
  }
}

@media screen and (max-width: 1440px) {
  .main-banner {
    position: relative;
  }

  .main-banner-detail {
    padding: 2rem;
    font-size: 10px;
  }

  .main-banner-detail h5 {
    font-size: 14px;
    line-height: 18px;
  }

  .main-banner-detail .btn--medium {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .main-banner {
    position: relative;
  }

  .main-banner-item {
    position: absolute;
    left: 0;
    right: 0;
    top: .8rem;
    bottom: 0;
  }

  .main-banner-detail {
    background: linear-gradient(89.58deg, rgba(5, 178, 89, 0.86) 1.5%, rgba(3, 140, 72, 0.86) 99.65%);
    padding: 1rem;
    border-radius: 5px;
    font-size: 10px;
  }

  .main-banner-detail h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .main-banner-detail .btn--medium {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .main-banner-detail h2 {
    font-size: 16px;
    margin-bottom: 8px !important;
  }

  .main-banner-detail h5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 560px) {
  .main-banner-item {
    position: static;
    padding: 0;
  }

  .main-banner-detail {
    width: 100%;
    border-radius: 0;
  }

  .main-banner-btn-wrapper {
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .main-banner-btn-wrapper button {
    border-radius: 0 !important;
  }

  .main-banner-btn-wrapper button:first-child {
    margin-right: 0;
  }

  .banner-section .slick-dots {
    bottom: 170px;
  }

  .main-banner {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 486px) and (max-width: 1091px) {
  .banner-container {
    position: absolute;
    bottom: -4em;
  }
}

@media screen and (max-width: 1280px) {
  .banner-container {
    position: relative;
    bottom: 0;
    padding: 1rem;
  }

  .banner-container .col-lg-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .category-wrapper .slick-list {
    width: 100%;
    margin: 0 auto;
  }

  .category-wrapper-item {
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 70px !important;
    margin: 5px;
  }

  .category-wrapper-item img {
    max-width: 40px;
    height: 30px;
    padding: 0 !important;
    margin-right: 10px;
  }

  .category-wrapper-item span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    color: #333;
    text-align: left;
  }
}

.promo-two.withBgLines {
  background: url(/assets/images/svg/bg3lines.svg) no-repeat;
  background-size: contain;
  background-position: left -470px;
}

.promosection-one {
  position: relative;
}

@media screen and (max-width: 426px) {
  .promosection-one {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 426px) {
  .promosection-one:before {
    content: "";
    height: 100% !important;
  }
}

.promosection-one.layout1:before {
  content: "";
  width: 100%;
  height: 350px;
  background: transparent;
  position: absolute;
  bottom: 48px;
}

/* .promosection-one.layout2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  z-index: -1;
} */

.promosection-one.layout2 h5 {
  color: #575555 !important;
}

.promosection-one.layout3:before {
  content: "";
  width: 100%;
  height: 350px;
  background: #f1f1f1;
  position: absolute;
  bottom: 48px;
}

.promosection-one.layout3 h5 {
  color: #575555 !important;
  font-weight: normal !important;
}

.cat-slide .slick-prev {
  right: 1.5rem !important;
  left: initial !important;
  top: -15px !important;
}

.cat-slide .slick-next {
  right: 0 !important;
  top: -15px !important;
}

.promoslider .slick-slider,
.cat-slide .slick-slider {
  padding-top: 1rem;
}

.promoslider img,
.cat-slide img {
  padding: 2%;
}

.promoslider .slick-prev,
.promoslider .slick-next,
.cat-slide .slick-prev,
.cat-slide .slick-next {
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  padding: 3px;
  color: #fff;
  background: #c4c4c4;
  border-radius: 4px;
}

.promoslider .slick-prev,
.cat-slide .slick-prev {
  right: 26.5rem;
  left: initial;
}

.promoslider .slick-next,
.cat-slide .slick-next {
  right: 25rem;
}

@media screen and (max-width: 768px) {

  .promoslider .slick-prev,
  .cat-slide .slick-prev {
    right: 25px;
  }

  .promoslider .slick-next,
  .cat-slide .slick-next {
    right: 0;
  }
}

.promoslider .slick-slider {
  padding-top: 1rem;
}

.promoslider .slick-slider:hover .slick-prev,
.promoslider .slick-slider:hover .slick-next {
  visibility: visible;
  opacity: 1;
}

.promoslider img {
  padding: 2%;
}

.promoslider .slick-prev,
.promoslider .slick-next {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  z-index: 1;
}

.promoslider .slick-prev {
  left: 30px;
}

@media screen and (max-width: 768px) {
  .promoslider .slick-prev {
    left: 20px;
  }
}

.promoslider .slick-next {
  right: 12rem;
}

@media screen and (max-width: 768px) {
  .promoslider .slick-next {
    right: 20px;
  }
}

.testimonials-section .slick-dots {
  bottom: 16%;
  right: 20%;
  text-align: right;
}

.slider-nav-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-nav-thumbnails div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 3px;
}

.slider-nav-thumbnails div img {
  border-radius: 50%;
}

.search-bar button,
.search-bar input {
  line-height: 1.5em;
}

.search-bar input {
  color: #171717;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-bar input,
.search-btn,
.search-btn:before,
.search-btn:after {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.search-bar input,
.search-btn {
  width: 2em;
  height: 2em;
}

.search-bar input:invalid:not(:focus),
.search-btn {
  cursor: pointer;
}

.search-bar,
.search-bar input:focus,
.search-bar input:valid {
  width: 100%;
}

.search-bar input:focus,
.search-bar input:not(:focus)+.search-btn:focus {
  outline: transparent;
}

.search-bar {
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 30em;
}

.search-bar input {
  background: transparent;
  border-radius: 1.5em;
  -webkit-box-shadow: 0 0 0 .25em #28a745 inset;
  box-shadow: 0 0 0 .25em #28a745 inset;
  padding: .75em;
  -webkit-transform: translate(0.5em, 0.5em) scale(0.5);
  transform: translate(0.5em, 0.5em) scale(0.5);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 0;
  border: none;
}

.search-bar input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-bar input:focus,
.search-bar input:valid {
  background: #fff;
  border-radius: .375em 0 0 .375em;
  -webkit-box-shadow: 0 0 0 .1em #d9d9d9 inset;
  box-shadow: 0 0 0 .1em #d9d9d9 inset;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  background: #28a745;
  border-radius: 0;
  border: none;
  padding: 1px;
  position: relative;
  -webkit-transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.08);
  transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.08);
  -webkit-transform-origin: 120% 70%;
  transform-origin: 120% 70%;
}

.search-btn:before,
.search-btn:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

.search-btn:before {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 .2em #f1f1f1 inset;
  box-shadow: 0 0 0 .2em #f1f1f1 inset;
  top: .75em;
  left: .75em;
  width: 1.2em;
  height: 1.2em;
}

.search-btn:after {
  background: #f1f1f1;
  border-radius: 0 .25em .25em 0;
  top: 51%;
  left: 51%;
  width: .75em;
  height: .25em;
  -webkit-transform: translate(0.2em, 0) rotate(45deg);
  transform: translate(0.2em, 0) rotate(45deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.search-btn span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.search-bar input:focus+.search-btn,
.search-bar input:valid+.search-btn {
  background: #1aa659;
  border-radius: 0 .375em .375em 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-bar input:focus+.search-btn:before,
.search-bar input:focus+.search-btn:after,
.search-bar input:valid+.search-btn:before,
.search-bar input:valid+.search-btn:after {
  opacity: 1;
}

.search-bar input:focus+.search-btn:hover,
.search-bar input:valid+.search-btn:hover,
.search-bar input:valid:not(:focus)+.search-btn:focus {
  background: #1aa659;
}

.search-bar input:focus+.search-btn:active,
.search-bar input:valid+.search-btn:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
  input {
    color: #f1f1f1;
  }

  .search-bar input {
    -webkit-box-shadow: 0 0 0 .4em #f1f1f1 inset;
    box-shadow: 0 0 0 .4em #f1f1f1 inset;
  }

  .search-bar input:focus,
  .search-bar input:valid {
    background: #3d3d3d;
    -webkit-box-shadow: 0 0 0 .1em #3d3d3d inset;
    box-shadow: 0 0 0 .1em #3d3d3d inset;
  }

  .search-btn {
    background: #f1f1f1;
  }
}

.sidemenu {
  background: #fff;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
}

#sidebar {
  width: 100%;
}

#sidebar.menu-opened {
  background-color: #fff;
  border: 0;
  position: fixed;
  color: #fff;
  -webkit-transition: right .8s ease 0s;
  transition: right .8s ease 0s;
  overflow-y: auto;
  right: 0;
  z-index: 30;
  visibility: visible;
  opacity: 1;
}

.sidebarmenu-wrapper {
  margin: 0 20px;
}

.sidebarmenu-wrapper .listview.primary-menu {
  margin: 15px auto;
}

.sidebarmenu-wrapper .listview.primary-menu .nav-item {
  position: relative;
}

.sidebarmenu-wrapper .listview.primary-menu .nav-item .nav-link {
  font-size: 1rem;
  line-height: normal;
  padding: 8px 0;
  border-bottom: 0;
  color: #00334e;
}

.sidebarmenu-wrapper .listview.primary-menu .nav-item .nav-link.active {
  color: #d52933;
  font-weight: bold;
}

.sidebarmenu-wrapper .listview.secondary-menu .nav-item {
  position: relative;
}

.sidebarmenu-wrapper .listview.secondary-menu .nav-item .lvl-toggle-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 12px;
  right: 5px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: -1;
}

.sidebarmenu-wrapper .listview.secondary-menu .nav-item:not(:last-of-type) .nav-link {
  border-bottom: 1px solid #e4e4e4;
}

.sidebarmenu-wrapper .listview.secondary-menu .nav-item .nav-link {
  background-color: #eeeeee;
  color: #00334e;
  font-size: 1.067em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 15px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  border-bottom: 1px solid #e4e4e4;
}

.sidebarmenu-wrapper .listview.secondary-menu .nav-item .nav-link:hover {
  cursor: pointer;
}

.sidebarmenu-wrapper .listview.tertary-menu {
  /* background: #eee; */
}

.sidebarmenu-wrapper .listview.tertary-menu .nav-item {
  position: relative;
}

.sidebarmenu-wrapper .listview.tertary-menu .nav-item .lvl-toggle-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 12px;
  right: 8px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 0;
}

.sidebarmenu-wrapper .listview.tertary-menu .nav-item .nav-link {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #00334e;
  font-size: 1.067em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 15px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}

body {
  padding-top: 65px;
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

.mob-header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 30;
}

@media screen and (min-width: 992px) {
  .mob-header {
    display: none;
  }
}

.desktop-header {
  display: none;
}

@media screen and (min-width: 992px) {
  .desktop-header {
    display: block;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
  }
}

.desktop-header .navigation-bottom {
  min-height: 57px;
}

.desktop-header.header-sticky {
  position: fixed;
  top: 49px;
  border-bottom: 1px solid #e7e7e7;
}

.desktop-header.header-stickyTop {
  position: fixed;
  top: 0;
  z-index: 101;
}

.sidebar-search-wrapper {
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 1px solid gray;
  margin-top: 1rem;
}

.sidebar-search-wrapper input {
  width: 100%;
  border: none;
  outline: none;
}

.contact-info {
  margin: 1rem 0;
}

.contact-info label {
  display: block;
  margin-bottom: 5px;
  color: #00334e;
}

.contact-info a {
  display: block;
}

.contact-info a svg {
  font-size: 22px;
}

.contact-info a span {
  font-weight: bold;
  font-size: 16px;
}

/* .has-dropdown .inner-list {
  overflow: hidden;
  -webkit-transition: max-height .2s linear;
  transition: max-height .2s linear;
  display: none;
}

.has-dropdown .inner-list-has-children>a {
  position: relative;
  padding-right: 30px;
}

.has-dropdown .inner-list-has-children>a:after {
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 50%;
}

.has-dropdown .inner-list-has-children>ul {
  display: none;
}

.has-dropdown .inner-list>li>ul {
  background: #e0e0e0;
  padding: 0 10px;
}

.has-dropdown li:last-child a {
  border: none;
}

.has-dropdown li a {
  display: block;
  color: #696969;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 2px solid #F2F2F2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.has-dropdown li a:hover {
  border-color: #10803F;
}

.has-dropdown li a strong {
  display: block;
  color: #EC2127;
}

.has-dropdown li a span {
  white-space: normal;
}

.inner-list {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.inner-list a {
  border-bottom: 0;
  color: #353535 !important;
  display: block;
  font-size: .9em;
  padding: 8px 0;
}

.inner-list-title {
  margin: 0 0 5px;
}

.inner-list-title a {
  border-bottom: 0;
  color: #d52933 !important;
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 20px;
  max-width: inherit;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 10px;
} */

.has-dropdown .inner-list {
  overflow: hidden;
  -webkit-transition: max-height .2s linear;
  transition: max-height .2s linear;
  /* display: none; */
  /* padding-left: 16px; */
}

.has-dropdown .inner-list-has-children>a {
  position: relative;
  padding-right: 30px;
}

.has-dropdown .inner-list-has-children>a:after {
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 50%;
}

.has-dropdown .inner-list-has-children>ul {
  /* display: none; */
}

.has-dropdown .inner-list>li>ul {
  /* background: #e0e0e0; */
  padding: 0 10px;
}

.has-dropdown li:last-child a {
  /* border: none; */
}

.has-dropdown>li>a {
  display: block;
  color: #696969;
  font-size: 16px;
  padding: 5px 0;
  /* border-bottom: 2px solid #F2F2F2; */
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.has-dropdown li a:hover {
  border-color: #10803F;
}

.has-dropdown li a strong {
  display: block;
  color: #d52933;
  /* font-weight: 400; */
}

.has-dropdown li a span {
  white-space: normal;
}

.inner-list {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.inner-list a {
  border-bottom: 0;
  color: #353535 !important;
  display: block;
  font-size: .9em;
  padding: 8px;
  border-bottom: 1px solid #2da9628c;
}

.inner-list-title {
  margin: 0 0 5px;
}

.inner-list-title a {
  border-bottom: 0;
  color: #d52933 !important;
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 20px;
  max-width: inherit;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 10px;
}

.homepagesolution {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.homepagesolution.blacktheme .grid-with-four-item:hover .grid-with-four-item-details {
  visibility: visible;
  opacity: 1;
}

.homepagesolution.blacktheme .grid-with-four-item:hover .grid-with-four-item span {
  display: none;
}

.homepagesolution .container-fluid {
  width: 100vw;
  margin-left: 12em;
}

.homepagesolution .promoslider {
  position: absolute;
  right: -190px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homepagesolution .promoslider .grid-with-four-item {
  margin: 2%;
}

@media screen and (max-width: 426px) {
  .homepagesolution .promoslider .grid-with-four-item {
    margin: 0;
  }
}

.homepagesolution .promoslider img {
  border-radius: 5px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .homepagesolution .promoslider {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 1rem;
  }
}

.promo-two {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.promo-two h2 {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.bg-lightgray {
  background-color: #f3f3f3;
}

.navigation-dropdown {
  position: relative;
}

.navigation-dropdown:nth-child(3) button.btn-outline-success {
  color: #fff;
  background: linear-gradient(87.64deg, #05AF3F 16.81%, #6DDA7E 147.4%);
  border: 1.5px solid #fff;
}

.navigation-dropdown:nth-child(3) button.btn-outline-success .with-arrow:after {
  content: "";
  border-top-color: #fff !important;
}

.navigation-dropdown:nth-child(3) button.btn-outline-success:hover .with-arrow:after {
  content: "";
  border-top-color: #fff !important;
}

.navigation-dropdown .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  font-size: 15px;
}

.navigation-dropdown .btn.btn-outline-success .with-arrow:after {
  content: "";
  border-top-color: #1aa659;
}

.navigation-dropdown .btn.btn-outline-success:hover .with-arrow:after {
  content: "";
  border-top-color: #fff;
}

.navigation-dropdown .btn.btn-gradient--solid {
  color: #fff;
  background: linear-gradient(87.64deg, #05AF3F 16.81%, #6DDA7E 147.4%);
  border: 1.5px solid #fff;
}

.navigation-dropdown .btn.btn-gradient--solid .with-arrow:after {
  content: "";
  border-top-color: #fff;
}

.navigation-dropdown .btn.btn-gradient--solid:hover .with-arrow:after {
  content: "";
  border-top-color: #fff;
}

.navigation-dropdown .with-arrow {
  position: relative;
  padding-right: 15px !important;
}

.navigation-dropdown .with-arrow:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-top-color: #959595;
  top: 65%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation-dropdown>a {
  padding: 0 !important;
}

.navigation-dropdown-links {
  position: absolute;
  right: 0;
  background: #fff;
  border-top: 2px solid #d52933;
  -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  margin-top: 5px;
}

.navigation-dropdown-links a {
  padding: 10px 15px !important;
  white-space: nowrap;
  font-size: 14px !important;
}

.navigation-dropdown-links a:hover {
  background: #1aa659;
  color: #fff;
}

.navigation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.navigation-top--left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-top--left ul li a {
  color: dimgray;
  padding: 12px 10px;
  display: block;
  font-size: 14px;
  position: relative;
  padding-top: 15px;
  z-index: 1;
}

.navigation-top--left ul li a:after {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 0;
  left: 5px;
}

.navigation-top--left ul li a.active {
  color: #fff;
}

.navigation-top--left ul li a.active:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90.21deg, #EC2127 4.15%, #D2191F 97.82%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.navigation-top--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-top--right .navigation-dropdown {
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
}

.navigation-top--right div,
.navigation-top--right a {
  display: block;
  font-size: 14px;
  color: dimgray;
  padding: 12px 10px;
  padding-top: 15px;
}

.navigation-top--right a:hover {
  color: #1aa659;
  cursor: pointer;
}

.navigation-bottom a {
  color: #696969;
  white-space: unset;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
}

.animated-btn-1 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-animation: pulse1 10s ease-in-out infinite alternate;
  animation: pulse1 10s ease-in-out infinite alternate;
  text-decoration: blink;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: .2;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: .2;
  }
}

@-webkit-keyframes pulse1 {
  from {
    font-weight: normal;
  }

  to {
    font-weight: bold;
  }
}

@keyframes pulse1 {
  from {
    font-weight: normal;
  }

  to {
    font-weight: bold;
  }
}

@-webkit-keyframes pulse2 {
  from {
    color: #1aa659;
  }

  to {
    color: #d52933;
  }
}

@keyframes pulse2 {
  from {
    color: #1aa659;
  }

  to {
    color: #d52933;
  }
}

.navigation-dropdown-links {
  min-width: 150px;
}

.navigation-dropdown-links li a,
.navigation-dropdown-links li div,
.navigation-dropdown-links li span {
  display: block;
}

.navigation-dropdown-links li a img,
.navigation-dropdown-links li div img,
.navigation-dropdown-links li span img {
  width: 24px;
}

.navigation-dropdown-links li a:hover {
  color: #fff !important;
}

.navigation-links a {
  font-size: 18px;
  padding: 0 5px;
  text-transform: capitalize;
}

.dropdown-filter-holder {
  position: relative;
  border: 1px solid #1aa659;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #1aa659;
  width: 150px;
}

.dropdown-filter-holder-header {
  color: #1aa659;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 16px;
}

.dropdown-filter-holder-header:hover {
  background: #1aa659;
  color: #fff !important;
}

.dropdown-filter-holder.open {
  border: none;
}

.dropdown-filter-holder.open .dropdown-filter-holder-header {
  border: 1px solid #1aa659;
  color: #1aa659;
  border-radius: 3px;
}

.dropdown-filter-holder.open .dropdown-filter-body {
  display: block;
}

.dropdown-filter-body {
  display: none;
  position: absolute;
  max-height: 216px;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  left: 0;
  border-radius: 2px;
  top: calc(100% + 8px);
  min-width: 150px;
  -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
}

.dropdown-filter-body-item {
  padding: 0 8px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #16191d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: .5px;
}

.dropdown-filter-body-item:hover {
  background: #1aa659;
  color: #fff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.footer-wrapper {
  background: #f5f5f5;
  padding-top: 4rem;
}

@media all and (max-width:992px) {
  .footer-wrapper {
    padding-top: 1rem;
  }

}

.footer__top {
  margin-bottom: 2rem;
}

.footer__middle {
  padding-top: .5em;
  padding-bottom: .5em;
}

.footer__middle .social-link-lists li {
  margin: 0 5px;
}

.footer__middle .social-link-lists li a {
  font-size: 20px;
}

.footer__bottom {
  border-top: 1px solid #dfdfdf;
  font-size: 14px;
  padding-top: .8em;
  padding-bottom: .8em;
}

.footer__pageLinks {
  margin-bottom: 1rem;
}

.footer__pageLinks h5 {
  color: #325755;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer__pageLinks ul li {
  padding: 5px 0;
  line-height: 20px;
  color: #888;
  font-size: 1em;
}

.footer__pageLinks ul li a {
  color: #888;
  font-size: 1em;
  word-break: break-word;
}

.footer__pageLinks ul li a:hover {
  color: #1aa659;
}

.footer__pageLink {
  padding: 5px 0;
}

.footer__pageLink a:hover {
  color: #1aa659;
}

.social-link-lists li {
  margin-right: 8px;
}

.social-link-lists a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 5px;
}

.social-link-lists a.facebook-icon {
  color: #3b5999;
}

.social-link-lists a.facebook-icon:hover {
  color: #3b5999;
}

.social-link-lists a.instagram-icon {
  color: #e4405f;
}

.social-link-lists a.instagram-icon:hover {
  color: #e4405f;
}

.social-link-lists a.twitter-icon {
  color: #55acee;
}

.social-link-lists a.twitter-icon:hover {
  color: #55acee;
}

.social-link-lists a.linkedin-icon {
  color: #0077b5;
}

.social-link-lists a.linkedin-icon:hover {
  color: #0077b5;
}

.social-link-lists a.viber-icon {
  color: #665cac;
}

.social-link-lists a.viber-icon:hover {
  color: #665cac;
}

.social-link-lists a.youtube-icon {
  color: #cd201f;
}

.social-link-lists a.youtube-icon:hover {
  color: #cd201f;
}

.social-link-lists a.pinterest-icon {
  color: #bd081c;
}

.social-link-lists a.pinterest-icon:hover {
  color: #bd081c;
}

.social-link-lists a.skype-icon {
  color: #00aff0;
}

.social-link-lists a.skype-icon:hover {
  color: #00aff0;
}

.social-link-lists a:hover {
  -webkit-box-shadow: 0px 16px 16px rgba(163, 163, 163, 0.25);
  box-shadow: 0px 16px 16px rgba(163, 163, 163, 0.25);
}

.footer__bottom .footer__pageLink {
  color: #959595;
  font-size: 14px;
}

.disabledWeekend .react-datepicker__week .react-datepicker__day:nth-child(7) {
  color: #ccc;
  cursor: default !important;
  pointer-events: none;
}

.navigation-dropdown-links {
  min-width: 150px;
  display: none;
}

.navigation-dropdown-links li a,
.navigation-dropdown-links li div,
.navigation-dropdown-links li span {
  display: block;
}

.navigation-dropdown-links li a img,
.navigation-dropdown-links li div img,
.navigation-dropdown-links li span img {
  width: 24px;
}

.navigation-dropdown-links li a:hover {
  color: #fff !important;
}

.navigation-links a {
  font-size: 18px;
  padding: 0 5px;
  text-transform: capitalize;
}

.search-wrapper {
  display: none;
  position: absolute;
  right: 48px;
  top: 5px;
  width: 100%;
  max-width: 765px;
  z-index: 5;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
}

.search-wrapper-wrap {
  width: 100%;
}

.search-wrapper-btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  color: #bdbdbd;
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrapper-btnwrap span {
  font-size: 14px;
}

.dottedBox {
  font-size: 14px;
  margin: 0 1rem;
  height: 126px;
}

.dottedBox:hover .dottedBox-top {
  border-color: #41C864;
  -webkit-box-shadow: 0px 9px 11px rgba(163, 163, 163, 0.25);
  box-shadow: 0px 9px 11px rgba(163, 163, 163, 0.25);
}

.dottedBox-top {
  margin-bottom: 1rem;
  border: 1px dashed #E0E2E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 1rem 1rem 1rem 1.5rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  height: 100%;
}

.dottedBox-top>img {
  max-width: 42px;
  height: 42px;
  object-fit: contain;
}

.dottedBox-bottom {
  background: #E7F5ED;
  color: #10803F;
  padding: 5px;
}

.dottedBox-title {
  color: #1A1E1E;
  font-weight: bold;
}

.dottedBox-title-mob {
  display: none;
}

.dottedBox-img {
  margin-bottom: 8px;
}
.dottedslider .slick-track{
  margin: 0 auto;
}
.dottedslider .slick-arrow {
  border: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 10px;
  background: #DBDBDB;
  color: white;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 1;
  height: 105px;
}

.dottedslider .slick-arrow:hover {
  background: #41C864;
}

.dottedslider .arrow-left {
  left: -24px;
}

.dottedslider .arrow-right {
  right: -24px;
}

.dottedslider .slick-dots {
  bottom: -30px;
}

.dottedslider .slick-dots li {
  margin: 0;
}

.dottedslider .slick-dots li.slick-active button {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid white;
  position: relative;
}

.dottedslider .slick-dots li.slick-active button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #41C864;
}

.dottedslider .slick-dots li button {
  border: 1px solid #EE1D25;
  outline: 0;
  background: 0 0;
  border-radius: 50%;
  background: #ffffff;
  height: 8px;
  width: 8px;
  padding: 3px;
}

.dottedslider .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  content: '';
  text-align: center;
  opacity: .25;
  color: #000;
  border-radius: 50%;
  opacity: 1;
}

.brokerlist {
  display: grid;
  gap: 20px 10px;
  grid-template-columns: repeat(3, 1fr);
}

.brokerlist .brokerBox {
  border: 2px dashed #E0E2E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  height: 100%;
}

.brokerlist .brokerBox-title {
  font-size: 56px;
  color: #626262;
}

.brokerlist .brokerBox-subtitle {
  font-size: 14px;
  color: #1A1E1E;
}

.brokerlist .brokerBox-mob-subtitle {
  display: none;
  font-size: 14px;
  color: #1A1E1E;
}

.brokerlist .brokerBox:hover {
  border-color: #41C864;
  -webkit-box-shadow: 0px 9px 11px rgba(163, 163, 163, 0.25);
  box-shadow: 0px 9px 11px rgba(163, 163, 163, 0.25);
}

.bannerSection .bannertitle {
  /* font-size: 52px; */
  font-size: 36px;
}

/* .secondBanner {
  background-size: cover !important;
  background-position: right !important;
  padding-top: 30rem;
} */

.secondBanner-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.secondBanner .bannertitle {
  /* font-size: 52px; */
  font-size: 36px;
}

.solutionCard {
  border: 1px solid #93CBAB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 40px 34px;
  height: 490px;
  position: relative;
  /* width: 525px; */
  overflow: hidden;
}

.solutionCard-inner {
  width: calc(100% - 150px);
}

.solutionCard img {
  position: absolute;
  bottom: -66px;
  right: -30px;
  z-index: -1;
}

.solutionCard h4 {
  color: #EE1D25;
  font-size: 34px;
  font-weight: bold;
}

.solutionCard p {
  color: #444040;
  font-size: 15px;
}

.secondslider .slick-arrow {
  border: none;
  position: absolute;
  top: -15%;
  background: #DBDBDB;
  color: white;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 1;
  right: 0;
  height: 27px;
  width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}

.secondslider .slick-arrow:hover {
  background: #41C864;
}

.secondslider .arrow-left {
  right: 40px;
}

.paymentSlider .slick-arrow {
  border: none;
  position: absolute;
  top: -28%;
  background: #198754;
  color: white;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 1;
  right: 0;
  height: 27px;
  width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}

.paymentSlider .slick-arrow:hover {
  color: #41C864;
  background: white;
}

.paymentSlider .arrow-left {
  right: 40px;
}

.mainBanner {
  background-size: cover !important;
  /* padding-top: 28rem; */
}

/* .mainBanner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
} */

.mainBanner .banner-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainBanner .slide-caption {
  color: white;
  width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.mainBanner .slide-caption h4 {
  font-size: 34px;
  line-height: 45px;
}

.mainBanner .slide-caption h5 {
  font-size: 26px;
}

.payment-list {
  background: white;
  border-radius: 4px;
  overflow: hidden;
}

.payment-item a {
  position: relative;
  padding: 9px 11px 9px 2.5rem;
  color: #625F5F;
  display: block;
  -webkit-transition: all .02s linear;
  transition: all .02s linear;
}

.payment-item a:before,
.payment-item a:after {
  content: "";
  position: absolute;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  top: 50%;
}

.payment-item a:before {
  width: 9px;
  height: 9px;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.payment-item a:after {
  border: 4px solid transparent;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left-color: #fff;
}

.payment-item a:hover {
  padding-right: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#41C864), to(#10803F));
  background: linear-gradient(90deg, #41C864 0%, #10803F 100%);
  color: white;
}

.payment-item a:hover svg path {
  fill: white;
}

.payment-item a img {
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
}

.payment-item a svg {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainbannerslider .slick-dots {
  bottom: 0px;
  text-align: left;
  left: 4rem;
}

.mainbannerslider .slick-dots li {
  margin: 0;
}

.mainbannerslider .slick-dots li.slick-active button {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid white;
  position: relative;
}

.mainbannerslider .slick-dots li.slick-active button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #41C864;
}

.mainbannerslider .slick-dots li button {
  border: 1px solid #EE1D25;
  outline: 0;
  background: 0 0;
  border-radius: 50%;
  background: #ffffff;
  height: 8px;
  width: 8px;
  padding: 3px;
}

.mainbannerslider .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  content: '';
  text-align: center;
  opacity: .25;
  color: #000;
  border-radius: 50%;
  opacity: 1;
}

.menu-wrapper .menu::after {
  content: '';
  clear: both;
  display: block;
}

.menu-wrapper .menu a {
  display: block;
}

.menu-wrapper .menu>li {
  position: relative;
  padding: 16px 0;
}

.menu-wrapper .menu,
.menu-wrapper .menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu-wrapper .menu ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background: white;
  z-index: 1;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.menu-wrapper .menu ul li.has-children>a {
  position: relative;
}

.menu-wrapper .menu ul li.has-children>a:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #696969;
  border-left: 1px solid #696969;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

.menu-wrapper .menu ul li:last-child a {
  /* border: none; */
}

.menu-wrapper .menu ul li a {
  display: block;
  font-weight: 300;
  color: dimgray;
  font-size: 14px;
  /* color: #696969;
  font-size: 12px; */
  padding: 10px 0;
  border-bottom: 2px solid #F2F2F2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.menu-wrapper .menu ul li a:hover {
  border-color: #41C864;
}

.menu-wrapper .menu ul li a strong {
  display: block;
  color: #696969;
}

.menu-wrapper .menu ul li a span {
  white-space: normal;
}

.menu-wrapper .menu>li ul,
.menu-wrapper .menu ul ul {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: -1;
  visibility: hidden;
}

.menu-wrapper .menu>li ul {
  top: 130%;
  right: 0;
}

.menu-wrapper .menu ul ul {
  /* left: 130%; */
  right: 150%;
  top: 0;
}

.menu-wrapper .menu>li>ul>li.has-children:hover>a:before {
  content: "";
  border-color: #41C864;
  border-color: #41C864;
}

.menu-wrapper .menu>li>ul>li:hover>a {
  border-color: #41C864;
}

.menu-wrapper .menu>li:hover>ul {
  top: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  border-top: 3px solid #22b25b;
}

.menu-wrapper .menu ul>li>a {
  clear: both;
}

.menu-wrapper .menu ul>li:hover>ul {
  /* left: 100%; */
  right: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.digibank-btn {
  border: 1px solid #E8DFDF;
  background-color: white;
  border-radius: 4px;
  padding: 5px 10px;
  color: #7E7E7E;
}

.digibank-dropdown {
  display: none;
  position: absolute;
  top: 69px;
  z-index: 11;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.digibank-dropdown .payment-item a {
  padding: 25px 10px 25px 3rem;
}

@media screen and (max-width: 1024px) {

  .mainBanner .col-md-9 {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .mainBanner .payment-list {
    display: none;
  }

  .mainBanner-left {
    display: none;
  }
}

@media screen and (max-width: 426px) {
  .dottedBox {
    font-size: 10px;
    margin: 0 5px;
    height: auto
  }

  .dottedBox-top {
    margin-bottom: 5px;
    border: 1px solid #454343;
    padding: 15px 5px;
  }

  .dottedBox-bottom {
    background: #E7F5ED;
    color: #10803F;
    padding: 5px;
  }

  .dottedBox-title {
    display: none;
  }

  .dottedBox-title-mob {
    display: block;
    color: #1A1E1E;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .dottedBox-img {
    margin-bottom: 0;
  }

  .section-title {
    font-size: 18px;
    color: #EC2127 !important;
  }

  .brokerlist {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brokerlist .brokerBox {
    border: 2px solid #454343;
    width: 62px;
    height: 62px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brokerlist .brokerBox-title {
    font-size: 26px;
    color: #454343;
  }

  .brokerlist .brokerBox-subtitle {
    display: none;
  }

  .brokerlist .brokerBox-mob-subtitle {
    display: block;
    font-size: 10px;
    color: #454343;
  }

  .brokerlist .brokerBox:hover {
    border-color: #41C864;
    -webkit-box-shadow: 0px 9px 11px rgba(163, 163, 163, 0.25);
    box-shadow: 0px 9px 11px rgba(163, 163, 163, 0.25);
  }

  .bannerSection .bannertitle {
    font-size: 30px;
  }

  /* .secondBanner {
    padding-top: 24rem;
  } */

  .secondBanner .bannertitle {
    font-size: 30px;
  }

  .simplifiedSection .bannertitle {
    font-size: 18px;
  }

  .solutionCard {
    border: 1px solid #93CBAB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 49px 24px 0;
    height: 350px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .solutionCard-inner {
    width: 100%;
  }

  .solutionCard img {
    position: absolute;
    top: 50%;
    right: -70px;
    z-index: -1;
  }

  .solutionCard h4 {
    font-size: 18px;
  }

  .secondslider .slick-arrow {
    border: none;
    position: absolute;
    top: -25%;
    padding: 10px;
    background: #DBDBDB;
    color: white;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 1;
    right: 0;
    height: 27px;
    width: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
  }

  .secondslider .slick-arrow:hover {
    background: #41C864;
  }

  .secondslider .arrow-left {
    right: 40px;
  }

  /* .mainBanner-img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  } */

  .mainBanner .banner-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mainBanner .slide-caption {
    color: #f2f2f2;
    padding: 10px;
  }

  .mainBanner .slide-caption h4 {
    font-size: 18px;
    line-height: initial;
  }

  .mainBanner .slide-caption h5 {
    font-size: 14px;
    margin: 0;
  }

  .mainBanner .slide-caption a {
    font-size: 10px;
    padding: 5px 10px;

  }

  .mainbannerslider .slick-dots {
    bottom: -40px;
    text-align: center;
    left: initial;
  }

  .mainbannerslider .slick-dots li {
    margin: 0;
  }

  .mainbannerslider .slick-dots li.slick-active button {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid white;
    position: relative;
  }

  .mainbannerslider .slick-dots li.slick-active button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #41C864;
  }

  .mainbannerslider .slick-dots li button {
    border: 1px solid #EE1D25;
    outline: 0;
    background: 0 0;
    border-radius: 50%;
    background: #ffffff;
    height: 8px;
    width: 8px;
    padding: 3px;
  }

  .mainbannerslider .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    content: '';
    text-align: center;
    opacity: .25;
    color: #000;
    border-radius: 50%;
    opacity: 1;
  }

  /* .mainbannerslider img {
    display: none;
  } */
}

@media all and (max-width:375px) {
  .solutionCard img {
    position: static;

  }
}


.mainbannerslider .slick-slide {
  position: relative;
}

@media screen and (min-width: 992px) {
  .brokerlist {
    grid-template-columns: repeat(4, 1fr);
  }
}

.secondslider-wrapper {
  position: relative;
}

.secondslider .slick-list {
  overflow: visible;
}


.alertPage-wrap {
  padding: 30px;
  border-radius: 5px;
}

.alertPage-wrap p {
  font-size: 15px;
  color: #757575;
}

.checkmark {
  position: relative;
  margin-bottom: 1rem;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
}

.checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: #fff;
}

.checkmark__background {
  animation: rotate 35s linear both infinite;
}

.checkmark__background--success {
  fill: green;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.paymentlist {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 300px){

  .paymentlist {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.paymentlist a {
  font-size: 12px;
  border: 1px solid #E8DFDF;
  border-radius: 4px;
}

.paymentlist .brokerBox {
  border: 2px dashed #E0E2E1;
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  height: 100%;
}

.paymentlist .brokerBox-subtitle {
  font-size: 12px;
  color: #625F5F;
}

.payment-section {
  display: none;
}

@media screen and (max-width: 426px) {
  body {
    background: #f9f9f9;
  }

  .solutionCard img {}

}

@media screen and (max-width: 1300px) {
  .payment-section {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .paymentlist {
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }

  .paymentlist a {
    border: 1px solid #E8DFDF;
  }

  .paymentlist .brokerBox-subtitle {
    font-size: 16px;
    color: #625F5F;
  }
}

@media (min-width:426px) and (max-width:768px) {
  .secondslider .slick-arrow {
    top: -65px;
  }

  .simplifiedSection .bannertitle {
    font-size: 23px;
  }

  .solutionCard-inner h4 {
    font-size: 24px;
  }
}

@media all and (max-width:1200px) {
  .solutionCard-inner {
    width: 100%;
  }
}

/* section.section.secondBanner.position-relative::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90.6deg, #1ab84b 0.55%, rgba(196, 196, 196, 0) 59.72%);
} */

@media screen and (max-width:426px) {

  section.section.secondBanner.position-relative::before {
    content: "";
    background: linear-gradient(90.6deg, #1ab84b 0.55%, rgba(196, 196, 196, 0) 110%);
  }
}

.text-danger {
  color: #eb1f27 !important;
}

.klogo {
  height: auto !important;
  position: fixed !important;
  z-index: 10 !important;
  right: 1.5rem !important;
  bottom: 2.5rem !important;
  cursor: pointer;
}

.mb-10 {
  margin-bottom: 10px;
}


/* payment section */
.paymentSection {
  background: #f5f5f5;
  padding: 3rem 0;
}

.paymentSlider .slick-track {
  padding: 1rem 0;
}

.paymentCard:hover {
  background: white !important;
  transform: translateY(-5px);
  border-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: linear-gradient(90deg, #41C864 0%, #10803F 100%) !important;
}

.paymentSlider .paymentCard:hover .paymentCardTitle {
  color: white;
}

.paymentSlider .paymentCard:hover img {
  filter: brightness(0) invert(1);
}

.paymentSlider .paymentCard figure {
  width: 64px;
  height: 64px;
}

.paymentSlider .paymentCard {
  border-radius: 5px;

  padding: 20px 10px 20px 10px;
  transition: all .2s ease-in-out;
  margin: 0 10px;
  background: white;
}

.paymentSlider .paymentCard .paymentCardTitle {
  color: #198754;
}
