/* base */
@media (min-width: 1310px) {
  .ava-product .container {
    width: 1310px;
  }
}

body{
  margin: 0;
  padding: 0;
}

.ava-product {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.ava-product .container {
  margin: auto;
  padding: 0px 16px;
}

.ava-product a{
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.cls-button {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 16px;
}

a.btn-trial {
  font-family: Inter Bold, Arial, sans-serif;
  padding: 14px 30px;
  border-radius: 50px;
  background: linear-gradient(176.25deg, #FF685B -11.14%, #FF4A1C 117.53%);
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)),
    0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
  color: #fff;
  font-size: 14px;
}

a.btn-call {
  font-family: Inter Bold, Arial, sans-serif;
  padding: 14px 30px;
  border-radius: 50px;
  background: linear-gradient(216deg, #5577fe 19.08%, #274ff2 90.5%);
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)),
    0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
  color: #fff;
  font-size: 14px;
}

a.btn-register {
  font-family: Inter Bold, Arial, sans-serif;
  padding: 14px 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  background: linear-gradient(216deg, #5577fe 19.08%, #274ff2 90.5%);
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)),
    0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
}

a.btn-demo {
  font-family: Inter Bold, Arial, sans-serif;
  padding: 14px 30px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)),
    0px 0px 8px 2px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
  color: #3a5ff6;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  justify-content: center;
}

a.btn-demo img{
  width: 16px;
  height: 16px;
}

.hight-line {
  background: linear-gradient(270deg, #2BC6FF 36.84%, #4882FF 50.29%, #1C42D9 63.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* end base */

/* menu  */
/*#region Tab */
.amis-tab-custom {
  position: fixed;
  top: 70px;
  width: 100%;
  transition: top 0.1s;
  z-index: 1999;
}

.amis-tab-custom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amis-tab-custom ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  width: 100%;
  font-size: 16px;
}

.amis-tab-custom ul li {
  color: #212121;
  padding: 0;
  margin: 0;
}

.button-rg a {
  font-family: Inter Bold, Arial, sans-serif;
  padding: 11px 32px;
  border-radius: 50px;
  background: linear-gradient(216deg, #5577fe 19.08%, #274ff2 90.5%);

  color: #fff;
  font-size: 14px;
}

.amis-tab-custom.amis-meeting-room.stickyCss li.not-only-show-in-sticky {
  display: none;
}

.amis-tab-custom li.button-rg a {
  border-radius: 50px;
  padding: 11px 32px;
}

.amis-tab-custom.stickyCss li.button-rg a {
  color: #fff;
}

.amis-tab-custom ul li:not(:last-child) {
  /* margin-right: 15px; */
}

.amis-tab-custom li {
  display: flex;
}

.amis-tab-custom li:first-child {
  margin-left: 0;
  padding: 0;
}

.amis-tab-custom li a {
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  opacity: 1;
}

.amis-tab-custom.stickyCss li a {
  color: #212121;
}

.amis-tab-custom.stickyCss li a i.arrow {
  border: solid #212121;
  border-width: 0 2px 2px 0;
  margin: 0 0 2px 2px;
  display: inline-block;
  opacity: 0.5;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.amis-tab-custom ul li.active a {
  color: #fff;
  opacity: 1;
}

.amis-tab-custom.stickyCss ul li.active>a {
  background: #4262f0;
  color: #fff;
}

.amis-aiMarkting.stickyCss ul li.active>a {
  background: #ff5637;
  color: #fff;
}

.logo-banner-tab {
  display: none;
}

.amis-tab-custom.stickyCss .logo-banner-tab {
  display: block;
}

.amis-tab-custom ul li.only-show-in-sticky {
  display: none;
}

.amis-tab-custom.stickyCss ul li.only-show-in-sticky {
  display: block;
}

.stickyCss {
  position: fixed;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0;
  top: 0;
  box-shadow: 0px 0px 4px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1)),
    0px 4px 8px 0px var(--Shadow-Neutral-100-Default, rgba(0, 0, 0, 0.1));
  z-index: 99999;
}

.menu-item {
  position: relative;
}

.menu-item ul.menu-child {
  list-style: none;
  box-shadow: 0 1px 8px -1px #e0e0e0;
  position: absolute;
  top: 44px;
  background: #fff;
  width: 300px;
  height: auto !important;
  padding: 10px 15px 10px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.amis-act .menu-item ul.menu-child {
  width: 400px;
}

.menu-item ul.menu-child::before {
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  top: -8px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.menu-item ul.menu-child::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
}

.menu-item ul.menu-child a {
  padding: 4px 0;
}

.menu-item:hover ul.menu-child {
  display: block;
  z-index: 99;
}

.td-toggle {
  display: none;
}

i.arrow {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  margin: 0 0 2px 2px;
  display: inline-block;
  opacity: 0.5;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.menu-child a {
  color: #212121 !important;
}

.menu-col-title {
  font-family: Inter Bold, Arial, sans-serif;
  padding-bottom: 8px;
}

.menu-flex {
  display: flex;
}

.menu-col-1 {
  flex: 1;
}

.menu-col-3 {
  flex: 3;
}

.amis-tab-custom.stickyCss .container {
  width: 100%;
  max-width: 1280px;
}

.amis-act.stickyCss a#tel-banner2 {
  background: url(/sites/amis/images/pages/amis-accounting/ic-phone.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  font-family: Inter Medium, Arial, sans-serif;
  color: #4262f0;
  padding: 0 13px 0 30px;
  display: inline-block;
  height: 32px;
}

.amis-act.stickyCss a#dungthu-banner2 {
  display: inline-block;
  background: #4262f0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 15px;
  border-radius: 4px;
  overflow: hidden;
}

.amis-act.stickyCss a#dangnhap-banner2 {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  color: #4262f0;
  border: solid 1px #4262f0;
  padding: 0 15px;
  border-radius: 4px;
  overflow: hidden;
}

.toggle-mobile {
  display: none;
}

.ic-mobile:before {
  background: url(/sites/amis-blog/images/digital-conversion-rate/ic-toggle-menu.png) no-repeat center;
  content: "";
  width: 42px;
  height: 42px;
  display: block;
}

.amis-tab-custom.stickyCss .logo-banner-tab img {
  width: auto;
  max-width: unset;
  height: 40px;
}

@media (min-width: 1170px) {
  .amis-tab-custom .container {
    width: 1280px;
  }
}

@media (min-width: 980px) {
  .amis-tab-custom.stickyCss ul {
    justify-content: flex-end;
    font-size: 16px;
    margin-bottom: 0;
  }

  .menu-item:hover ul.menu-child {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    width: 445px;
  }

  .amis-act .menu-item:hover ul.menu-child {
    width: 600px;
    left: -250px;
  }

  .amis-act .menu-item ul.menu-child::before {
    left: 50%;
  }

  .menu-item ul.menu-child .menu-col {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .amis-tab-custom.stickyCss li a {
    font-size: 14px;
    padding: 8px;
  }

  .amis-tab-custom ul li:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 1070px) {
  .amis-tab-custom.stickyCss ul {
    display: none;
  }

  .amis-tab-custom.stickyCss .toggle-mobile {
    display: block;
  }

  .amis-tab-custom ul {
    display: none;
  }
}

@media (max-width: 979px) {
  .amis-tab-custom {
    display: none;
  }

  .amis-tab-custom.stickyCss {
    display: block;
  }
}

@media (max-width: 767px) {
  .amis-tab-custom {
    top: 15px;
  }

  .amis-tab-custom li a {
    font-size: 14px;
  }

  .amis-tab-custom.stickyCss {
    top: 0;
  }
}

.menu-item:hover ul.menu2 {
  display: block;
  width: 264px;
}

/*#endregion*/

/*#region mobile menu */
@media (max-width: 700px) {
  .amis-tab-custom-wrap ul:nth-child(2) {
    display: none;
  }
}

@media (min-width: 701px) {
  .amis-tab-custom-wrap ul:nth-child(3) {
    display: none;
  }
}

.amis-tab-custom-wrap ul:nth-child(3) {
  padding-bottom: 10px;
}

.amis-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 0;
  overflow-y: auto;
  background-image: linear-gradient(#36404a, #378bac);
}

.mobile-container {
  position: relative;
}

.mobile-close {
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 1000;
}

.mobile-header {
  height: 60px;
}

.mobile-close .td-icon-close-mobile {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #fff;
  top: 4px;
  position: relative;
}

.mobile-content {
  padding: 20px 20px 0;
}

.mobile-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-content ul li {
  margin: 0;
  padding: 0;
}

.mobile-content li a {
  color: #fff;
  padding: 12px 30px 12px 12px;
  line-height: 1.42857143;
  display: block;
}

.mobile-content .td-icon-menu-right {
  font-size: 14px;
  padding: 6px 12px;
  right: 15px;
  position: absolute;
}

.mobile-content .mobile-sub-menu {
  display: none;
}

.mobile-content .mobile-sub-menu a {
  padding: 9px 26px 9px 36px;
}

.mobile-main-menu i {
  transition: transform 0.3s ease;
}

.mobile-main-menu i.rotate-down {
  transform: rotate(90deg);
  /* transition: transform 0.3s ease; */
}

/*#endregion*/
/*#region wesign */
.sub-wesign {
  width: fit-content !important;
}

.sub-wesign a {
  width: max-content;
}

/* end menu */

/*#region banner */
.amis-ava-banner {
  background: url(/sites/amis/images/pages/amis-chat/bg-banner.webp) no-repeat center;
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px){
  .amis-ava-banner {
    height: 710px;
  }
}

.wrap-banner {
  position: relative;
}

.banner-title {
  font-size: 40px;
  font-family: Inter Bold, Arial, sans-serif;
  color: #fff;
  margin-bottom: 36px;
  text-align: center;
  /* text-transform: uppercase; */
}

.left-banner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.banner-des {
  font-size: 18px;
  color: #fff;
  max-width: 860px;
  padding-bottom: 32px;
  text-align: center;
}

.banner-des div {
  /* background: url(/sites/amis/images/pages/ava-product/check-v.svg) no-repeat left top 1px; */
  background-size: 24px;
  padding-left: 34px;
  margin-bottom: 26px;
  text-align: left;
}

.banner-img {
  /* position: absolute; */
  /* right: -14%;
  top: 12%; */
  width: 80%;
  margin: auto;
}

.banner-img>img {
  width: 100%;
  position: relative;
}

@media (max-width: 1300px) {
  .banner-title {
    font-size: 32px;
  }

  .banner-img {
    right: -8%;
  }
}

@media (max-width: 1199px) {
  .banner-title {
    font-size: 28px;
  }

  .banner-des {
    font-size: 18px;
  }
}

@media (max-width: 979px) {
  section.amis-ava-banner {
    padding-top: 50px;
    padding-bottom: 16px;
  }

  .banner-title {
    font-size: 28px;
  }

  .banner-img {
    position: unset;
    width: 100%;
    margin-top: 16px;
  }

  .cls-button {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-des {
    font-size: 16px;
  }

  .banner-img>img {
    width: 100%;
    position: relative;
  }

  .left-banner{
    padding: 0;
    width: 100%;
  }
  .cls-button a:nth-child(1),
  .cls-button a:nth-child(2) {
    flex: 0 0 40%;      /* 2 tháº» Ä‘áº§u má»—i tháº» chiáº¿m 40% */
  }

  .cls-button a:nth-child(3) {
    flex: 0 0 88%;     /* Tháº» thá»© 3 chiáº¿m nguyĂªn dĂ²ng */
  }

  .right-why{
    padding: 0px !important;
  }
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 24px;
    margin-bottom: 16px
  }
  .cls-button {
    gap: 8px
  }
  .cls-button a {
    text-align: center;
    padding: 8px 12px;
  }
  .left-banner{
    padding: 0;
    width: 100%;
  }
  .cls-button a:nth-child(1),
  .cls-button a:nth-child(2) {
    flex: 0 0 40%;      /* 2 tháº» Ä‘áº§u má»—i tháº» chiáº¿m 40% */
  }

  .cls-button a:nth-child(3) {
    flex: 0 0 88%;     /* Tháº» thá»© 3 chiáº¿m nguyĂªn dĂ²ng */
  }
  .right-why{
    padding: 0px !important;
  }
}


@media (max-width: 420px) {
  .cls-button a {
    font-size: 11px;
    padding: 8px 8px;
  }
}


/*#endregion */
/* why */
section.why {
  background: url(/sites/amis/images/pages/ava-product/bg-2.png) no-repeat center;
  background-size: cover;
  padding-top: 160px;
  position: relative;
}
@media screen and (min-width: 1024){
  section.why{
    padding-top: 40px;
  }
  
}

section.why .container {
  margin: auto;
}

.title-why {
  font-size: 36px;
  font-family: Inter Bold, Arial, sans-serif;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.wrap-why {
  display: flex;
  margin-bottom: 64px;
  gap: 24px;
}

.right-why {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  flex-shrink: 0;
  width: 618px;
}

.right-why .cls-button {
  justify-content: center;
  margin-top: 60px;
}

.item-why {
  display: flex;
  gap: 24px;
}

.left-item-why {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.list-item-why {
  display: grid;
  gap: 24px;
}

.title-right-item-why {
  font-family: Inter Bold, Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 4px;
}

.left-why {
  position: relative;
  width: 100%;
}

.left-why img {
  position: absolute;
  right: 0;
  max-width: 752px;
}

@media (max-width: 1300px) {
  .title-why {
    font-size: 28px;
  }

  .right-why {
    flex-shrink: 1;
    width: 100%;
  }

  .left-why img {
    position: relative;
    max-width: 100%;
  }

    .right-why .cls-button {
      margin-top: 32px;
    }
}

@media (max-width: 979px) {
  .title-why {
    font-size: 28px;
    text-align: center;
  }

  .wrap-why {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
  }

  .item-why {
    grid-template-columns: 1fr 3fr;
  }
}

@media (max-width: 767px) {
  .title-why {
    font-size: 24px;
    margin: 24px 0;
  }
}

/* end why */
/* function */
.title-function {
  font-size: 36px;
  text-align: center;
  font-family: Inter Bold, Arial, sans-serif;
}

section.function {
  padding-top: 64px;
}

section.function .container{
  margin: auto;
}

.item-function {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.left-item-fucion {
  /* margin-top: 32px; */
  width: 468px;
  flex-shrink: 0;
}

.title-left-item-function {
  font-size: 24px;
  font-family: Inter Bold, Arial, sans-serif;
}

.mini-list div {
  border-radius: 20px;
  /* background: #f2f4ff; */
  padding: 9px 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.mini-list {
  margin-top: 24px;
  margin-bottom: 32px;
}

.mini-list div:not(:last-child) {
  /* margin-bottom: 16px; */
}

.wrap-des-function {
  margin-bottom: 32px;
  font-size: 16px;
}

.item-function.change {
  flex-direction: row-reverse;
}

.item-function.change .title-left-item-function {
  text-align: left;
}

.change .wrap-des-function {
  text-align: left;
}

.right-item-function {
  position: relative;
  width: 100%;
}

.right-item-function img {
  position: absolute;
}

.ft-function-1 {
  height: 560px;
}

.ft-function-1 img {
  max-width: 840px;
}

.ft-function-2 {
  height: 538px;
}

.ft-function-2 img {
  max-width: 777px;
  right: 72px;
}

.ft-function-3 {
  height: 600px;
}

.ft-function-3 img {
  max-width: 800px;
  left: 40px;
}

.ft-function-4 {
  height: 574px;
}

.ft-function-4 img {
  max-width: 760px;
  right: 70px;
}

@media (max-width: 1300px) {
  .right-item-function {
    height: auto;
  }

  .right-item-function img {
    position: relative;
    max-width: 100%;
    left: 0;
    right: 0; 
  }
}

@media screen and (max-width: 979px) {
  section.function {
    padding-top: 32px;
  }

  .item-function {
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    flex-direction: column;
    align-items: start;
  }
  
  .mini-list {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  
  .item-function.change {
    flex-direction: column;
  }
  
  .wrap-des-function {
    width: auto;
  }

  .left-item-fucion {
    margin-top: 0px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mini-list div {
    width: auto;
  }

  .title-function {
    font-size: 24px;
  }

  .title-left-item-function {
    font-size: 20px;
  }

  .title-left-item-function br {
    display: none;
  }
}

/* end function */

/* mobile version */
section.mobile-version {
  background: url(/sites/amis/images/pages/ava-product/bg-fc.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 64px 0;
}

section.mobile-version .container {
  margin: auto;
}

.mv-title {
  font-size: 36px;
  font-family: Inter Bold, Arial, sans-serif;
  margin-bottom: 24px;
}

.mobile-version .mini-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.mobile-version .mini-list div {
  background-color: #fff;  
}

.mobile-version .mini-list div:not(:last-child) {
  margin-bottom: 0;
}

.mobile-version .cls-button {
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 767px) {
  section.mobile-version {
    padding: 32px 0;
  }

  .mv-title {
    font-size: 24px;
  }
  
    .mobile-version .mini-list {
      flex-direction: column;
      gap: 16px;
    }
}
/* end mobile version */

/* benefit */
/* section.benefit {
  background: url(/sites/amis/images/pages/ava-product/bg-bn.png) no-repeat center;
  background-size: cover;
  padding: 92px 0;
}

.title-benefit {
  font-size: 36px;
  text-align: center;
  font-family: Inter Bold, Arial, sans-serif;
  color: #fff;
}

.wrap-benefit {
  display: grid;
  grid-template-columns: 473px 473px;
  gap: 40px;
  justify-content: center;
  margin-top: 48px;
}

.item-benefit {
  background-color: #fff;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 16px;
  gap: 24px;
  align-items: center;
}

.title-right-item-benefit {
  font-family: Inter Bold, Arial, sans-serif;
  font-size: 18px;
}

.des-right-item-benefit {
  font-size: 16px;
}

@media (max-width: 979px) {
  .title-benefit {
    font-size: 28px;
  }

  .wrap-benefit {
    grid-template-columns: 1fr;
  }
} */

/* end benefit */
/* form */
.wrap-avpro {
  background: url(/sites/amis/images/pages/amis-chat/bg-form.webp) no-repeat center;
  background-size: cover;
  padding: 89px 48px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 63px;
  background-color: #4468FB;
}

section.form-ava-product {
  padding: 80px;
}

.title-avpro {
  font-size: 36px;
  font-family: Inter Bold, Arial, sans-serif;
  color: #fff;
  margin-bottom: 24px;
}

.des-avpro {
  font-size: 16px;
  color: #fff;
}

.item-avpro {
  display: flex;
  align-items: center;
  gap: 8px;
}

.items-avpro {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #fff;
  padding: 16px;
  border-radius: 10px;
  color: #fff;
  display: grid;
  gap: 24px;
  font-size: 16px;
}

.bottom-form {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 24px 32px;
  margin: 0 auto;
  margin-top: -66px;
  border-radius: 10px;
  gap: 72px;
  box-shadow: 0px 4px 60px 0px rgba(78, 95, 116, 0.16);
}

.right-avpro {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

@media (max-width: 979px) {
  .title-avpro {
    font-size: 28px;
  }

  section.form-ava-product {
    padding: unset;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .wrap-avpro {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .bottom-form {
    padding: 10px;
    gap: 10px;
    margin-top: -10px;
  }
}

/* end form */
/* ready */
section.ready {
  background-size: cover;
  /* padding: 92px 0; */
  background: #f2f4ff;
  padding-top: 10px;
}

.wrap-ready {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.title-right-wrap-ready {
  font-size: 36px;
  text-align: center;
  font-family: Inter Bold, Arial, sans-serif;
}

.ready .mini-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ready .mini-list div {
  background-color: #fff;
  align-items: center;
  margin: 0;
}

.ready .cls-button {
  justify-content: center;
}

@media (max-width: 979px) {
  .title-right-wrap-ready {
    font-size: 28px;
    margin-top: 12px;
  }

  section.ready {
    padding: 30px;
  }

  .wrap-ready {
    grid-template-columns: 1fr;
  }

  .item-bottom-form img{
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .ready .mini-list {
    flex-direction: column;
  }

  .title-right-wrap-ready {
    font-size: 24px;
  }

  .item-bottom-form img{
    width: 100%;
    height: auto;
  }
}
/* end ready */



