@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
  font-family: 'Poppins', sans-serif;

}

* {
  font-family: 'Poppins', sans-serif;
}
/* @font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
} */
.arrow-ab-img{
	padding:0px !important
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper.bg-grad {
  background-image: url('https://centrobill.com/wp-content/uploads/2025/05/Centrobill-Home-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.ridk-wrap{
	margin-bottom:15px
}
.section.navbar {
  position: absolute;
  inset: 0% 0% auto;
}

.section.map-section {
  margin-top: -140px;
}

.section.new {
  padding-top: 500px;
}

.h-100vh {
  height: 100vh;
}

.h-100 {
  height: 100%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.container-regular {
  width: 100%;
  max-width: 1440px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 152px 10px;
}

.navbar-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #05264f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  color: #00968d;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.max-link {
  line-height: 1;
}

.nav-dropdown {
  border-radius: 100px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 13px 15px 13px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #00968d;
  background-color: #eff4f8;
  border-radius: 100px;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #fff;
  border-radius: 20px;
  width: 550px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.sol.w--open {
  width: 290px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.ok.w--open {
  width: 513px;
}

.nav-dropdown-link {
  color: #05264f;
  text-align: left;
  padding: 0 0 18px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navlogo {
  width: 100%;
  height: 100%;
}

.nav-logo {
  width: 151px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
  padding-right: 180px;
}

.container.hero {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 186px;
  padding-right: 166px;
  display: flex;
}

.container.pay-wrapper {
  padding-top: 72px;
}

.container.map {
  padding-left: 107px;
  padding-right: 107px;
}

.h1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #05264f, #00968d 88%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, Arial, sans-serif;
  font-size: 75px;
  line-height: 1.2;
}

.hero-p-inner {
  color: #05264f;
  font-family: Poppins, Arial, sans-serif;
  font-size: 26.25px;
  font-weight: 500;
  line-height: 1.3;
}

.hero-p-max {
  max-width: 546px;
  margin-top: 43.5px;
}

.primary-button-new {
  text-transform: capitalize;
  background-color: #05264f;
  border-radius: 100px;
  padding: 20px 35px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  transition: all .2s;
	text-decoration:none;
		color:white
}

.primary-button-new:hover, .primary-button-new.reverse {
  background-color: #00968d;
}

.primary-button-new.reverse:hover {
  color: #00968d;
  background-color: #fff;
}

.primary-button-new.faq-button {
  color: #05264f;
  background-color: #05264f00;
  border: 1px solid #05264f;
}

.primary-button-new.faq-button:hover {
  color: #00968d;
  border-color: #00968d;
}

.primary-button-new.nav-btn-new {
  background-color: #00968D  !important;
  padding: 21px 23px;
  transition: all .4s;
}

.primary-button-new.nav-btn-new:hover {
  background-color: #05264f !important;
}

.primary-button-new.drop-btn {
  margin-top: 12px;
  padding: 12px 16px;
  font-size: 10px;
}

.button-wrap {
  margin-top: 66px;
}

.hero-content-wrap {
  width: 100%;
  margin-top: 150px;
  position: relative;
}

.hero-img-wrapper {
  position: absolute;
  inset: -7% -5% auto auto;
}

.image {
  width: 100%;
}

.hero-img {
  width: 463.64px;
}

.hero-img-inner {
  width: 463px;
}

.specalize-wrapper {
  background-color: #ffffff12;
  border-radius: 36px;
  margin-top: 88px;
  padding: 48px 90px;
  box-shadow: 0 -40px 36px #92a8c41a;
}

.specalize-wrapper.bottom {
  margin-top: 160px;
  padding-bottom: 205px;
}

.specalize-wrapper.faq {
  margin-top: 66px;
  padding-left: 34px;
  padding-right: 44px;
}

.h2 {
  color: #05264f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 41px;
  line-height: 1.3;
}

.h2.text-center {
  text-align: center;
}

.paragraph {
  color: #35475c;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.paragraph.text-white {
  color: #fff;
}

.paragraph.bold {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.paragraph.drp-p {
  font-size: 13px;
}

.text-center {
  text-align: center;
}

.risk-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary {
  color: #05264f;
  background-color: #3898ec00;
  border: 2px solid #05264f;
  border-radius: 100px;
  padding: 17px 34px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  transition: all .4s;
  text-decoration:none;
  margin-top:30px !important
}

.button-secondary:hover {
  color: #00968d;
  -webkit-text-stroke-color: #00968d;
  border-color: #00968d;
}

.button-secondary.white {
  color: #fff;
  text-transform: capitalize;
  border-color: #fff;
  font-weight: 700;
	margin-top:30px !important
}

.button-secondary.white:hover {
  color: #fd7e20;
  -webkit-text-stroke-color: #fd7e20;
  border-color: #fd7e20;
}

.sol-text {
  color: #05264f;
  text-transform: capitalize;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.centro-wrap {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.max-pro {
  max-width: 850px;
}

.col {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.gradient-wrapper {
  background-image: linear-gradient(135deg, #0b57b5, #05264f 84%);
  border-radius: 19px;
  max-width: 888px;
  padding: 36px 69px 52px;
  position: relative;
}

.max-bold {
  max-width: 453px;
  margin-bottom:20px
	
}

.max-log {
  width: 263.63px;
}

.max-con {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.ab-wrap {
  width: 578.64px;
}

.max-ab {
  position: absolute;
  inset: -16% -20% auto auto;
}

.mnap-wrapper {
  position: relative;
}

.map-button {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 17px 24px;
  display: flex;
}

.logo-map {
  width: 15px;
  margin-bottom: 4px;
}

.map-text {
  color: #05264f;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.ab-map-button {
  border-radius: 100px;
  position: absolute;
  inset: 13% auto auto 9%;
  box-shadow: 0 9px 21px #a9bfcd33;
}

.ab-map-button._1 {
  inset: 23% 39% auto auto;
}

.ab-map-button._3 {
  inset: 34% 15% auto auto;
}

.ab-map-button._4 {
  inset: auto auto 24% 22%;
}

.ab-map-button._5 {
  inset: auto 5% 17% auto;
}

.h4 {
  color: #05264f;
  font-family: Poppins, Arial, sans-serif;
  font-size: 41px;
  line-height: 1;
}

.global-max {
  max-width: 780px;
}

.flex-global {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.center-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-client {
  max-width: 600px;
}

.footer-wrapper {
  background-color: #05264f;
  padding-top: 65px;
  padding-bottom: 50px;
}

.footer-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-flex.top-f {
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.footer-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-item.row {
  flex-flow: row;
  margin-top: 10px;
}

.ready-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Poppins, Arial, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}

.ready-max {
  max-width: 293px;
}

.ready-top {
  margin-top: 24px;
}

.line {
  background-color: #ffffff4d;
  height: 1px;
  margin-top: 20px;
}

.footer-logo-wrap {
  width: 75px;
}

.row-icon {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-icon {
  width: 33px;
}

.reserve-center {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: #35475c;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
}

.what-question {
  color: #35475c;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
}

.plus-icon {
  width: 100%;
  margin-top: 0;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  width: 100%;
}

.what-outer.more-items {
  overflow: hidden;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 27px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-block.between {
  justify-content: space-between;
  align-items: flex-start;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.question-inner.max {
  width: 600px;
}

.what-i-do {
  border-bottom: 1px solid #bebebe;
  flex-direction: column;
  width: 100%;
  padding-bottom: 34px;
  display: flex;
}

.faq-icon-wrapper {
  width: 20px;
}

.faq-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.feature-dropdown {
  display: flex;
}

.drop-link-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 28px 22px 25px;
}

.drop-link-wrapper.light {
  background-color: #f2f5ff;
  background-image: url('https://centrobill.com/wp-content/uploads/2025/05/Asset-1-1-1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 150px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.drop-link-wrapper.light.none {
  background-image: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.list-faq {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .section.map-section {
    margin-top: -124px;
  }

  .container-regular {
    max-width: 1920px;
    padding: 49px 203px 20px;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    border-radius: 28px;
    width: 700px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.ok.w--open {
    width: 600px;
  }

  .nav-dropdown-link {
    padding-bottom: 25px;
    font-size: 20px;
  }

  .nav-logo {
    width: 202px;
  }

  .container {
    max-width: 1920px;
    padding-left: 240px;
    padding-right: 240px;
  }

  .container.hero {
    padding-left: 248px;
    padding-right: 221px;
  }

  .container.pay-wrapper {
    padding-top: 97px;
  }

  .container.pay-wrapper.m {
    padding-bottom: 200px;
  }

  .container.map {
    padding-left: 143px;
    padding-right: 143px;
  }

  .h1 {
    font-size: 100px;
    line-height: 1.1;
  }

  .hero-p-inner {
    font-size: 35px;
  }

  .hero-p-max {
    max-width: 700px;
    margin-top: 58px;
  }

  .primary-button-new {
    padding: 27px 47px;
    font-size: 20px;
  }

  .primary-button-new.nav-btn-new {
    padding: 23px 31px;
  }

  .primary-button-new.drop-btn {
    padding: 13px 18px;
    font-size: 13px;
  }

  .primary-button-new.drop-btn:hover {
    background-color: #15968d;
  }

  .button-wrap {
    margin-top: 86px;
  }

  .hero-img-wrapper {
    width: 618.18px;
    top: -9%;
    right: 0%;
  }

  .hero-img-inner {
    width: 618.18px;
  }

  .specalize-wrapper {
    margin-top: 0;
    padding: 64px 121px;
  }

  .specalize-wrapper.bottom {
    margin-top: 72px;
  }

  .specalize-wrapper.faq {
    margin-top: 88px;
    padding-left: 46px;
    padding-right: 59px;
  padding-bottom:150px
  }

  .h2 {
    text-transform: capitalize;
    font-size: 55px;
  }

  .speciliaze-p-wrapper.align-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph.bold {
    font-size: 29px;
  }

  .button-secondary {
    padding: 23px 46px;
    font-size: 20px;
  }

  .button-secondary.white {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 22px;
  }

  .sol-text {
    font-size: 20px;
  }

  .centro-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .max-pro {
    max-width: 1150px;
  }

  .col {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .gradient-wrapper {
    max-width: 1184px;
    padding: 49px 93px 69px;
  }

  .max-bold {
    justify-content: center;
    align-items: flex-end;
    max-width: 600px;
	  margin-bottom:30px
  }

  .max-log {
    width: 351px;
  }

  .ab-wrap {
    width: 771.52px;
  }

  .max-ab {
    top: -22%;
    right: -22%;
  }

  .map-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 22px 32px;
  }

  .logo-map {
    width: 20px;
  }

  .map-text {
    font-size: 32px;
  }

  .ab-map-button {
    top: 14%;
    left: 10%;
  }

  .h4 {
    font-size: 55px;
  }

  .global-max {
    max-width: 1046px;
  }

  .flex-global {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .max-client {
    max-width: 800px;
  }

  .footer-wrapper {
    padding-top: 87px;
    padding-bottom: 58px;
  }

  .footer-flex.top-f {
    margin-top: 51px;
  }

  .footer-link {
    font-size: 20px;
  }

  .footer-item {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .footer-item.row {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    margin-top: 15px;
  }

  .ready-text {
    font-size: 44px;
  }

  .ready-max {
    max-width: 380px;
  }

  .ready-top {
    margin-top: 33px;
  }

  .line {
    margin-top: 27px;
  }

  .footer-logo-wrap {
    width: 100px;
  }

  .row-icon {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-icon {
    width: 44px;
  }

  .body-large.text-color-light {
    font-size: 20px;
  }

  .what-question {
    font-size: 36px;
  }

  .question-block {
    padding-top: 30px;
  }

  .question-inner.max {
    width: auto;
  }

  .what-i-do {
    padding-bottom: 40px;
  }

  .faq-icon-wrapper {
    width: 24px;
  }

  .faq-button-wrapper {
    margin-top: 40px;
  }

  .cap-max {
    max-width: 1200px;
  }

  .drop-link-wrapper {
    padding: 32px 25px 25px 28px;
  }

  .drop-link-wrapper.light {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .drop-link-wrapper.light.none {
    background-image: none;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 32px;
  }
}

@media screen and (max-width: 991px) {
  .section.map-section {
    margin-top: -170px;
  }

  .h-100vh {
    height: 70vh;
  }

  .container-regular {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    background-color: #dee7f3;
    border-radius: 100px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.pay-wrapper {
    padding-top: 60px;
  }

  .container.map {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.tp {
    padding-top: 90px;
  }

  .h1 {
    font-size: 40px;
  }

  .hero-p-inner {
    font-size: 20px;
    line-height: 1.7;
  }

  .hero-p-max {
    max-width: 400px;
    margin-top: 23px;
  }

  .primary-button-new {
    padding: 18px 27px;
    font-size: 13px;
  }

  .button-wrap {
    margin-top: 36px;
  }

  .hero-img-wrapper {
    top: -9%;
    right: -3%;
  }

  .hero-img-inner {
    width: 380px;
  }

  .specalize-wrapper {
    margin-top: 0;
    padding: 40px;
  }

  .specalize-wrapper.bottom {
    margin-top: 90px;
  }

  .h2 {
    font-size: 26px;
  }

  .paragraph.text-white.text-c, .paragraph.bold.text-c {
    text-align: center;
  }

  .button-secondary {
    padding: 14px 34px;
    font-size: 13px;
  }

  .centro-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .gradient-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 39px;
    padding-right: 39px;
    display: flex;
  }

  .max-con {
    justify-content: center;
    align-items: center;
  }

  .max-ab {
    position: relative;
    top: 40px;
    right: auto;
  }

  .map-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 8px 20px;
  }

  .logo-map {
    width: 11px;
  }

  .map-text {
    font-size: 14px;
  }

  .h4 {
    font-size: 26px;
  }

  .flex-global {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .max-client {
    max-width: 500px;
  }

  .ready-text {
    font-size: 23px;
  }

  .ready-max {
    max-width: 200px;
  }

  .what-question {
    font-size: 20px;
  }

  .d-none-c {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h-100vh {
    height: auto;
  }

  .container-regular {
    padding-top: 26px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .h1 {
    font-size: 50px;
  }

  .hero-p-ineer {
    font-size: 24px;
  }

  .hero-p-max {
    max-width: 500px;
  }

  .button-wrap {
    margin-top: 30px;
  }

  .hero-content-wrap {
    margin-top: 200px;
  }

  .hero-img-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    display: flex;
    position: relative;
    right: auto;
  }

  .specalize-wrapper.faq {
    margin-top: 40px;
  }

  .h2.text-center {
    font-size: 24px;
  }

  .paragraph {
    font-size: 12px;
  }

  .centro-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ab-wrap {
    width: 400px;
  }

  .map-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo-map {
    width: 9px;
  }

  .map-text {
    font-size: 12px;
  }

  .footer-wrapper {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .footer-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-flex.top-f {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .footer-link {
    font-size: 13px;
  }

  .footer-item.row, .row-icon {
    justify-content: center;
    align-items: center;
  }

  .body-large.text-color-light {
    font-size: 13px;
  }

  .what-question {
    font-size: 18px;
  }

  .faq-icon-wrapper {
    width: 16px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .h-100vh {
    height: 80vh;
  }

  .container-regular {
    padding-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 10px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.ok.w--open {
    width: 100%;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.pay-wrapper.yu {
    padding-top: 30px;
  }

  .container.tp {
    padding-top: 80px;
  }

  .h1 {
    font-size: 38px;
  }

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

  .hero-p-max {
    margin-top: 15px;
  }

  .primary-button-new {
    padding: 16px 24px;
    font-size: 14px;
  }

  .primary-button-new.reverse {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
  }

  .button-wrap {
    margin-top: 20px;
  }

  .hero-content-wrap {
    margin-top: 300px;
  }

  .hero-img-wrapper {
    margin-top: 50px;
  }

  .hero-img-inner {
    width: 330px;
  }

  .specalize-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specalize-wrapper.bottom {
    margin-top: 80px;
  }

  .specalize-wrapper.faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specalize-wrapper.top {
    margin-top: 150px;
  }

  .h2 {
    font-size: 24px;
  }

  .speciliaze-p-wrapper.align-center {
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.bold {
    font-size: 18px;
  }

  .paragraph.drp-p {
    font-size: 14px;
  }

  .button-secondary {
    padding: 10px 28px;
    font-size: 12px;
  }

  .ab-wrap {
    width: 300px;
  }

  .map-button {
    padding: 7px 14px;
  }

  .logo-map {
    width: 7px;
  }

  .map-text {
    font-size: 10px;
  }

  .ab-map-button {
    left: 3%;
  }

  .ab-map-button._1 {
    top: 31%;
    right: 30%;
  }

  .ab-map-button._3 {
    right: 4%;
  }

  .ab-map-button._4 {
    bottom: 17%;
  }

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

  .footer-wrapper {
    padding-top: 35px;
  }

  .footer-flex.top-f {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .footer-link.center {
    text-align: center;
  }

  .ready-text {
    font-size: 18px;
  }

  .body-large {
    font-size: 16px;
  }

  .body-large.text-color-light {
    font-size: 14px;
  }

  .what-question {
    font-size: 16px;
  }

  .feature-dropdown {
    flex-flow: column;
  }

  .drop-link-wrapper.light {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .drop-link-wrapper.light.none {
    border-top-right-radius: 0;
  }
}
