:root {
  --black-color: #222;
  --white-color: #fff;
  --yellow-color: #fbaf00;
  --misc-pink: #ef295a;
  --blue-color: #286af6;
  --dark-blue: #031431;
  --grey-blue: #535353;
  --text-grey: #ececec;
  --transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  color: var(--black-color1);
  text-align: center;
  font-family: Inter;
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 104px;
  /* 118.182% */
  letter-spacing: -3.52px;
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}

h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.28px;
}

h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.801px;
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.801px;
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

a {
  text-decoration: none;
  color: inherit;
}

.home-button a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
}

.page-main .wp-block-columns {
  margin: 0px;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.button {
  border-radius: 50px;
  padding: 16px 24px;
  display: inline-flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn-blue {
  background: var(--blue-color);
  color: var(--white-color);
}

.btn-trans {
  background: transparent;
  color: var(--white-color);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.white-button {
  border-radius: 50px;
  background: #fff;
  color: var(--black-color);
  border: 1px solid #d1d1d1;
}

.bg-dark {
  background-color: var(--dark-blue);
  color: var(--text-grey);
}

.bg-white {
  background-color: var(--white-color);
  color: var(--black-color);
}

.min-100 {
  min-height: 100vh;
}

.max-w-55 {
  max-width: 55vw;
  margin: 0 auto;
}

.text-white {
  color: #ffffff;
}

.gap-100 {
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.gap-48 {
  gap: 48px;
}

.gap-40 {
  gap: 40px;
}

.gap-24 {
  gap: 24px;
}

.gap-16 {
  gap: 16px;
}

.gap-8 {
  gap: 8px;
}

.gap-4 {
  gap: 4px;
}

.m-16 {
  margin: 16px 0px;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.text-yellow {
  color: var(--yellow-color);
}

.text-light-blue {
  color: var(--blue-color);
}

.padding-100 {
  padding: 100px 0px;
}

.padding-40-30 {
  padding: 40px 30px;
}

.text-center {
  text-align: center;
}

ul {
  list-style: none;
}

/* header */
.header-main {
  padding: 40px 0px 30px;
  border-bottom: 1px solid #ddd;
}

ul#menu-header-menu {
  display: flex;
  gap: 30px;
  padding: 0px;
}

ul#menu-header-menu li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-right-country a.btn.button {
  border-radius: 8px;
  background: var(--white-color);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 8px;
}

.header-right-auth-btn a.button {
  padding: 14px 24px;
}

.header-main-menu-inner .header-main-menu-inner-top,
.header-main-menu-inner .header-main-right {
  display: none;
}

header.header-main.sticky-header {
  background-color: var(--white-color);
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 99;
  top: 0px;
}

/* header */
/* hero section */

.hero-section {
  background-image: url(../images/Header.png);
  padding: 75px 0px 120px 0px;
}

.hero-section-inner {
  display: flex;
}

.hero-section-left {
  flex: 0 42%;
}

.hero-section-title {
  gap: 32px;
}

.hero-section-left-inner-top {
  gap: 40px;
}

.hero-btn {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 24px;
}

.hero-section-left-inner-bottom-btn {
  gap: 10px;
}

.hero-section-left-inner {
  gap: 80px;
}

.hero-section-left-inner-bottom {
  gap: 40px;
}

.hero-section-left-inner-bottom-btn-img {
  gap: 40px;
}

.hero-section-left-inner-bottom-btn-img img {
  width: 117.429px;
  height: 76.286px;
  object-fit: contain;
}

.hero-section-trustpilot {
  gap: 5px;
  align-items: baseline;
}

.hero-section-trustpilot img {
  width: 100px;
}

.hero-section-title p {
  line-height: 26px;
}

.hero-section-left-inner-bottom-btn p {
  font-weight: 500;
  line-height: 30px;
}

.right-arrow img {
  height: 21px;
}

.page-main .hero-mob-view {
  display: none;
}

.home-hero-section-latest h5 {
  font-weight: 500;
}

.home-hero-section-latest p:first-child {
  font-size: 20px;
}

/* hero section */

/* home cards section */

.home-card-section-middle-single {
  gap: 24px;
  text-align: center;
  flex: 0 28%;
}

.home-card-single-desc {
  gap: 16px;
  padding: 0px 16px;
}

/* money transfer */

.money-transfer-right-top {
  gap: 24px;
  max-width: 36vw;
}

.money-transfer-right {
  padding: 0 30px;
  padding: 20px 40px 20px 80px;
  width: 100%;
}

.money-transfer-left img {
  width: 50vw;
}

/* client reviews */

.client-review-slider {
  position: relative;
}

.client-review-slider:after {
  content: " ";
  position: absolute;
  width: 8%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.733) 21%,
      #fff) 0 0 no-repeat;
  z-index: 1;
}

.client-review-slider:before {
  content: " ";
  position: absolute;
  width: 8%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.733) 21%,
      #fff) 0 0 no-repeat;
  z-index: 1;
}

/* how much cost */
.how-much-cost-inner-left {
  flex: 0 45%;
}

.how-much-desc p:first-child {
  font-weight: 600;
  margin-bottom: 8px;
}

/* how long money */
.how-long-money-left {
  flex: 0 40%;
}

/* send-money-time */
.send-money-time-right {
  flex: 0 44%;
}

ul.send-money-listing li:before {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #e0e0e0;
  border-radius: 50px;
  right: auto;
  top: 6px;
  content: "";
  left: -30px;
}

ul.send-money-listing li {
  position: relative;
}

/* best way-send money */

.best-way-money-card-single {
  border-radius: 32px;
  border: 1px solid #ddd;
  flex: 0 22%;
}

.best-way-money-card-single img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.best-way-money-card {
  flex-wrap: wrap;
}

.best-way-money-card-single p {
  line-height: 26px;
  color: var(--grey-blue);
}

/* transfergo countries  */
.transfergo-countries {
  border-radius: 0px 0px 0px 300px;
  background: #f7f7f7;
}

.country-icons-details-inner {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 80px;
}

.country-icons-details-inner .country-icons-single {
  flex: 0 15%;
}

.country-icons-details-inner .country-icons-single a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.country-icons-details-inner .country-icons-single a:hover {
  text-decoration: underline;
}

/* transfer-trustpilot */
.transfergo-trustpilot-cards-single {
  border-radius: 32px;
  border: 1px solid #ddd;
  flex: 0 22%;
  margin: 0px 10px;
}

.transfergo-trustpilot-cards-single-bottom img {
  width: 100px;
}

.transfergo-trustpilot-cards-single-bottom h6 {
  font-size: 16px;
}

.transfergo-trustpilot-cards-single p {
  color: var(--grey-blue);
  line-height: 26px;
}

.home-trustpilot-inner>div:nth-child(2) {
  transform: scale(1.1);
}

.home-trustpilot-inner {
  align-items: stretch;
}

/* home accordion */
.home-accordion {
  background: #f7f7f7;
}

.home-accordion-body {
  max-width: 45vw;
  margin: 0 auto;
}

.home-accordion li {
  cursor: pointer;
  border-radius: 16px;
  background: #fff;
}

.home-accordion-title {
  position: relative;
  transition: var(--transition);
  padding: 30px;
}

.home-accordion-title::after {
  content: "\276F";
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.5rem;
  font-size: 1rem;
  transform-origin: center;
  transform: rotateZ(90deg);
  transition: var(--transition);
  top: 40%;
  bottom: 50%;
}

.rotate .home-accordion-title::after {
  transform: rotateZ(-90deg);
}

.home-accordion-content {
  height: 0px;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  transition: var(--transition);
}

.home-accordion-content img {
  width: auto;
}

.home-accordion-content p {
  flex: 0 0 100%;
}

.home-accordion-content.text p {
  flex: 0 0 100%;
}

.home-accordion-content.text {
  flex-direction: column;
}

.open .home-accordion-content {
  height: 100%;
  opacity: 1;
  transition: var(--transition);
  padding: 10px 30px 30px;
  color: var(--grey-blue);
}

.home-accordion-title span {
  color: var(--grey-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

/* footer */
.footer-mid-col-desc ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-mid-col-desc ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.footer-main-bottom .footer-bottom-desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  color: #cecece;
}

.footer-main-middle .footer-mid-col {
  flex: 0 24%;
}

.footer-main-middle {
  position: relative;
  margin-bottom: 30px;
}

.footer-main-middle:after {
  background: rgba(36, 48, 91, 0.87);
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: auto;
  bottom: -36px;
}

/* footer */

/* start slider  */
.is-style-margin-auto {
  margin: auto !important;
}

.marquee_slider {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  /* mask-image: linear-gradient(
        var(--mask-direction, to right),
        hsl(0 0% 0% / 0),
        hsl(0 0% 0% / 1) 20%,
        hsl(0 0% 0% / 1) 80%,
        hsl(0 0% 0% / 0)
    ); */

  flex-direction: unset !important;
  flex-wrap: unset;
}

.marquee_slider_group {
  flex-shrink: 0;
  display: flex;
  align-items: center !important;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x 30s linear infinite;
  animation-direction: reverse;
  animation-delay: -3s;
  flex-wrap: unset !important;
}

@media (prefers-reduced-motion: reduce) {
  .marquee_slider_group {
    animation-play-state: paused;
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* end slider  */

/*  cards video sec */
.slider-below video {
  border-radius: 46px;
}

.slider-below-main {
  position: relative;
}

.slider-below.slider-below-bottom {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.slider-below figure {
  overflow: hidden;
}

.slider-bottom-inner .slider-below-single-card figure video {
  margin-bottom: -40px;
}

.slider-bottom-inner .owl-item:nth-child(2) .slider-below-single-card figure video {
  margin-top: -40px;
  margin-bottom: 0px;
}

.slider-below-single-card p {
  font-size: 16px;
  line-height: 24px;
}

.slider-below-single-card {
  height: 100%;
}

.slider-below-single-card>div {
  height: 100%;
  justify-content: space-between;
}

.slider-bottom-inner .owl-stage {
  display: flex;
  align-items: stretch;
}

/*  cards video sec */

/* start accordian */
.accordion-section {
  width: 100%;
}

.accordion-section .wp-block-group {
  display: none;
  padding: 10px;
  /* border: 1px solid #ddd; */
  margin-top: 5px;
}

/* Style for the accordion headers */
.accordion-section .wp-block-column>.wp-block-heading {
  cursor: pointer;
  /* padding: 10px; */
  /* background-color: #f1f1f1; */
  /* border: 1px solid #ddd; */
  /* margin-top: 5px; */
  position: relative;
}

.accordion-section .wp-block-column>.wp-block-heading:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/08/arrow-down.svg");
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.accordion-section .wp-block-column>.wp-block-heading.active:after {
  background-image: url("/wp-content/uploads/2024/08/right-arrow.svg");
}

.accordion-section>.wp-block-columns {
  width: 100%;
}

/* .accordion-section .wp-block-column>.wp-block-heading.active {
    background-color: #ccc;
} */
/* end accordian */

/* card-icon-section */
.card-icon-section-img {
  width: 100%;
}

.card-icon-section-inner-main>div {
  height: 100%;
  position: relative;
}

.card-icon-section-inner-last {
  position: absolute;
  top: auto;
  bottom: 60px;
}

.card-icon-section-inner-main .card-icon-section-img h4,
.home-card-search-icon-block h4,
.home-bank-section h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.96px;
}

/* .mobile-icon-desc-sec */
.mobile-icon-desc-sec {
  position: relative;
}

.mobile-icon-desc-sec .mobile-icon-desc-sec-below {
  position: absolute;
  bottom: -130px;
}

.mobile-icon-desc-sec-below img {
  width: 170px !important;
  height: 50px !important;
  margin: 0px 10px;
}

.mobile-icon-desc-sec h2 {
  font-weight: 400;
}

/* country icon section */
.home-country-inner {
  width: 100%
}

.home-country-inner-row {
  width: 100%;
}

/* home bank section */
.home-bank-section-inner-row .wp-block-column>div {
  height: 100%;
}

.home-country-inner-row .wp-block-column {
  flex-basis: 24% !important;
  flex: 0 24% !important;
}

@media only screen and (max-width: 1200px) {

  /* header */
  ul#menu-header-menu {
    gap: 20px;
  }

  .header-right-auth-btn a.button {
    padding: 14px 16px;
  }

  .gap-40 {
    gap: 24px;
  }

  .gap-48 {
    gap: 30px;
  }

  /* header */

  .card-icon-section .wp-block-columns.home-card-icon-section,
.home-card-search-icon-block>.wp-block-column,
.slider-below-main,
.home-lady-info-section,
.home-bank-section,
.home-trustpilot-section,
.home-country-section,
.home-accordion-block {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media only screen and (max-width: 1024px) {

  .home-country-inner-row {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .home-country-inner-row .wp-block-column {
    flex: 0 40% !important;
}
.home-bank-section-inner-row .wp-block-column>div {
  padding: 15px 20px !important;
}
.home-card-icon-section-inner .wp-block-column.card-icon-section-inner-main > .wp-block-group {
  padding: 20px 25px !important;
}
.home-card-icon-head-section > .wp-block-column:last-child {
  display: none !important;
}

.home-card-icon-head-section > .wp-block-column {
  width: 90%;
  flex-basis: 90% !important;
  text-align: center;
}
.wp-block-column.slider-below-single-card > .wp-block-group {
  padding: 30px 20px 0px 20px !important;
}
.slider-bottom-inner .owl-item:nth-child(2) .slider-below-single-card > .wp-block-group {
  padding: 0px 20px 20px 20px !important;
}
.slider-below-single-card>div{
  gap:40px
}
.slider-below video {
  border-radius: 28px;
}
.slider-below.slider-below-bottom {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
}


}

@media only screen and (max-width: 991px) {
  .padding-100 {
    padding: 60px 15px;
  }

  .container {
    max-width: 90vw;
  }

  /* header */
  .mobile-menu .mob-menu-toggle {
    transform: scale(.6);
  }

  .mobile-menu span.mob-menu-toggle-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    outline: 0;
  }


  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner {
    background-color: #000000;
    top: 2px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display: block;
    margin-top: -2px;
  }

  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner:before,
  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner:after {
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s;
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #000000;
  }

  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner:before {
    top: 10px;

  }

  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner:after {
    top: 20px;
  }

  .header-main-menu {
    position: fixed;
    display: block;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    box-sizing: border-box;
    transition: top .4s ease-in-out, bottom .4s ease-in-out, visibility .4s ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
    visibility: hidden;
    background: #031431;
    top: -100vh;
    left: 0px;
    right: 0px;
    color: #fff;
  }

  .header-main-menu.active {
    top: 0px;
    visibility: visible;
    padding: 40px 16px;
  }

  ul#menu-header-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .header-main-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  ul#menu-header-menu {
    flex-direction: column;
    align-items: center;
  }

  .header-main-inner>.header-main-right {
    display: none;
  }

  .header-main-right {
    justify-content: center;
    flex-direction: column;
  }

  .header-right-auth-btn {
    flex-direction: column;
    gap: 24px;
  }

  .header-right-country a.btn.button {
    color: #031431;
  }

  .home-card-section-bottom>a {
    border: none;
  }

  .header-right-auth-btn .home-card-section-bottom:first-child a {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #ffffff !important;
  }

  .header-right-auth-btn .home-card-section-bottom:first-child a img {
    filter: invert(1);
  }

  .header-main-menu-inner .header-main-menu-inner-top,
  .header-main-menu-inner .header-main-right {
    display: flex;
    width: 100%;
  }

  .header-main-inner .header-main-left {
    justify-content: space-between;
    flex-grow: 1;
  }

  .header-main-left .header-main-menu.active {
    background-image: url(/wp-content/uploads/2024/08/mob-bg.svg);
    background-repeat: no-repeat;
    background-position: 95% 95%;
  }

  .header-main-inner .header-main-left .logo-site img {
    width: 200px;
  }

  .header-right-auth-btn a.button {
    padding: 10px 16px;
  }

  .header-main {
    padding: 20px 0px 20px;
    border-bottom: 1px solid #ddd;
  }

  /* header */
  /* footer */
  .footer-main-middle {
    flex-wrap: wrap;
    row-gap: 25px;
  }


  .footer-main-middle .footer-mid-col {
    flex: 0 90%;
  }

  .footer-main-middle>div:not(:last-child) {
    border-bottom: 1px solid #24305bde;
    padding-bottom: 20px;
  }

  /* footer */
  .card-icon-section-inner-last {
    position: static;
  }

  .page-main .home-accordion-block,
  .page-main .home-card-search-icon-block,
  .page-main .home-card-icon-section,
  .page-main .home-lady-info-section,
  .page-main .home-accordion-block,
  .page-main .home-bank-section,
  .page-main .home-trustpilot-section,
  .page-main .home-country-section {
    padding: 50px 20px !important;
  }

  .home-card-search-icon-block>div {
    padding: 20px 20px !important;
  }

  .accordion-section .wp-block-column>.wp-block-heading:after {
    right: -30px;
  }

  .accordion-section>.wp-block-columns {
    padding-left: 20px !important;
    padding-right: 40px !important;
  }

  .mobile-icon-desc-sec-below img {
    object-fit: contain;
  }

  figure.home-mob-icon-below-img>figure {
    flex: 0 28%;
  }

  .page-main figure.home-mob-icon-below-img {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .home-right-img-inner-section {
    padding: 0px;
  }

  .home-right-img-inner-section {
    padding: 0px !important;
  }

  /* slider-below.slider-spacer  */
  .slider-below-slider-spacer {
    height: 220px !important;
  }

  .slider-below,
  .slider-below-bottom .owl-nav {
    display: none;
  }

  /* hero */
  .page-main .hero-home-main-section {
    padding: 50px 20px !important;
  }

  .home-trustpilot-inner>div.wp-block-columns {
    flex-basis: 100%;
  }

  .home-trustpilot-inner>div:nth-child(2) {
    transform: scale(1);
  }
}

@media only screen and (max-width: 767px) {
  .page-main h1 {
    font-size: 52px;
    line-height: 1.2;
  }

  .page-main h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .page-main h3 {
    font-size: 28px;
  }

  .page-main h4 {
    font-size: 24px;
  }

  .page-main h6 {
    font-size: 18px;
  }

  .page-main p {
    font-size: 16px;
  }

  /* hero section */
  .page-main .hero-mob-view {
    display: block;
  }

  .page-main .hero-desktop-view {
    display: none;
  }

  .hero-bottom-fac {
    display: flex;
    flex-basis: 100%;
  }

  /* hero section */

  .mobile-icon-desc-sec .mobile-icon-desc-sec-below {
    bottom: -130px;
    padding: 35px 20px !important;
  }

  .page-main .home-trustpilot-inner {
    flex-wrap: wrap;
  }

  .hero-trustpilot-img {
    width: 150px;
  }

  /* hero */
  .home-section-right-img .wp-block-group .wp-block-columns,
  .home-lady-info-section .wp-block-group .wp-block-columns {
    flex-basis: 100%;
  }

  /* slider */
  .slider-below.slider-below-bottom {
    top: 160px;
  }

  .slider-below video {
    border-radius: 34px !important;
  }

  /* slider */

  /* footer */

}