/* 18/08/2026 Footer Starts */
.book-demo-flow-v6 .footer-area{
    padding-top: 0;
}
.book-demo-flow-v6 #footer-bottom{
    margin-top: 0;
}
.book-demo-flow-v6 .footer-btm{
    margin:0;
    padding:0;
    align-items: center;
}
.book-demo-flow-v6 .footer-area{
    padding:7px 0;
    background-color:#FAFBFC;
}
.book-demo-flow-v6 .demo-footer-menu .menu{
    display: flex;
    list-style-type: none;
}
.book-demo-flow-v6 .footer-btm-left{
    width: auto;
    margin: 0;
}
.book-demo-flow-v6 .demo-footer-menu .menu li{
    font-size: 11px;
    line-height: 19px; 
    color:#1A1B20;
}
.book-demo-flow-v6 .demo-footer-menu .menu li + li{
    padding-left: 15px;
}
.book-demo-flow-v6 .footer-logo img{
    height: 22px;
    width: auto;
}
/* 18/08/2026 Footer Ends */

.book-demo-section {
  padding: 60px 0;
}
.book-demo-section .book-demo-content-wrapper {
  display: flex;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
}
.book-demo-section .book-demo-content-wrapper .section-tag {
  font-family: Poppins, sans-serif;
  color: #755be2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.book-demo-section .book-demo-content-wrapper h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}
.book-demo-section .book-demo-content-wrapper p {
  /* font-size: 22px; */
  font-size: 12px;
  margin-bottom: 15px;
}
.book-demo-section .book-demo-content-wrapper p.intro-text {
  font-size: 16px;
}
.book-demo-section .book-demo-content-wrapper .content-block ul {
  list-style-type: none;
}
.book-demo-section .book-demo-content-wrapper .content-block ul li {
  padding-left: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
.book-demo-section .book-demo-content-wrapper .content-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  background-image: url(../../img/book/listing-icon.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.book-demo-section .book-demo-content-wrapper .content-block ul li span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 700;
}
.book-demo-section .book-demo-content-wrapper .content-block ul li + li {
  margin-top: 15px;
}
.book-demo-section .book-demo-content-wrapper .content-block{
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
}
.book-demo-section .book-demo-content-wrapper .content-block .review-block-wrapper{
  display: flex;
  flex-direction: column;
      flex: 1;
      gap: 25px;
    justify-content: space-between;
}
.book-demo-section .book-demo-content-wrapper .content-block .review-block{
  text-align: left;
    width: max-content;
    overflow: hidden;
    margin-top: 17px;
    height: max-content;
    min-width: 300px;
    padding-bottom: 30px;
}
.book-demo-section .book-demo-content-wrapper .content-block .review-block #htr_widget_438_hoteltech-report .htr_widget_36bc64c09da9428b9c09be275d1ea6c0_defaultHeaderProperties{
  margin: 0 !important;
      width: 100% !important;
}
.book-demo-section .book-demo-content-wrapper .content-block .review-block div{
  max-width: 300px;
  overflow: hidden;
}
.book-demo-section .book-demo-content-wrapper .form-block {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  background-color: #efe3ff;
  padding: 32px;
  height: max-content;
}
.book-demo-section .book-demo-content-wrapper .form-block h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0px 0px 16px;
  font-family: "Poppins", sans-serif;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper {
  background: #fff;
  border: 1px solid #efe3ff;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 12px 32px rgba(117, 91, 226, 0.1);
}
.book-demo-section .book-demo-content-wrapper .form-wrapper label {
  margin-bottom: 5px !important;
  display: inline-block !important;
  font-size: 14px;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper p {
  margin-bottom: 12px;
}

.book-demo-section .book-demo-content-wrapper .form-wrapper .form-control,
.book-demo-section .book-demo-content-wrapper .form-wrapper .select-selected {
  height: 45px;
  line-height: 45px !important;
  border-radius: 12px !important;
  border: 1px solid #e3ddf5 !important;
  background: #faf9ff !important;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 15px;
  color: #212529;
  width: 100%;
  text-overflow: ellipsis;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .form-control:focus,
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .select-selected:focus {
  border-color: #755be2 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(117, 91, 226, 0.18) !important;
  outline: none !important;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .form-check {
  padding: 0;
}
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .form-check
  .wpcf7-list-item {
  margin: 0;
}
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .form-check
  .wpcf7-list-item-label {
  font-size: 12px;
}
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .form-check
  input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-width: 16px;
  margin-top: 3px;
  accent-color: #755be2;
}
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .form-check
  input[type="checkbox"]:checked {
  background-color: #755be2;
  border-color: #755be2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 10l3 3 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
}
.book-demo-section .book-demo-content-wrapper .testimonial-card {
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 18px 48px;
  position: relative;
  overflow: hidden;
      height: max-content;
}
.book-demo-section .book-demo-content-wrapper .testimonial-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(20, 18, 30, 0.68), rgba(20, 18, 30, 0.78));
  top: 0;
  left: 0;
  z-index: 1;
}
.book-demo-section .book-demo-content-wrapper .testimonial-card p {
  font-family: Poppins;
  font-size: 20px;
  width: 100%;
  max-width: 100%;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
  font-stretch: normal;
  font-style: normal;
}
.book-demo-section
  .book-demo-content-wrapper
  .testimonial-card
  .testimonial-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.book-demo-section .book-demo-content-wrapper .testimonial-card .author {
  display: flex;
  align-items: center;
}
.book-demo-section
  .book-demo-content-wrapper
  .testimonial-card
  .author
  .img-block {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  overflow: hidden;
}
.book-demo-section
  .book-demo-content-wrapper
  .testimonial-card
  .author
  .img-block
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.book-demo-section .book-demo-content-wrapper .testimonial-card .content {
  position: relative;
  z-index: 1;
}
.book-demo-section .book-demo-content-wrapper .testimonial-card .author h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(255, 255, 255) !important;
}
.book-demo-section .book-demo-content-wrapper .testimonial-card .author span {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8) !important;
}
.book-demo-section .book-demo-content-wrapper .testimonial-card .author .info {
  padding-left: 10px;
  flex: 1;
}
.book-demo-section .blue-btn {
  background-color: #755be2;
  color: #fff;
  width: 100%;
  padding: 12px 15px;
  font-weight: 500;
  border: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  white-space: nowrap;
}
.book-demo-section .wpcf7-spinner {
  display: none;
}
.book-demo-section form.submitting .wpcf7-spinner {
  visibility: visible;
}
.book-demo-section form.submitting .duve-btn-primary{
  color: transparent !important;
}
.book-demo-section .wpcf7-not-valid-tip {
  font-size: 12px;
  position: relative;
  margin-top: 5px;
}
.book-demo-section .form-privacy-text p {
  font-size: 13px !important;
}
.book-demo-section .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 24px;
}
.book-demo-section form.submitting .loader {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.book-demo-section .custom-submit-wrapper {
  position: relative;
}
.book-demo-section form.submitting .blue-btn {
  color: transparent;
}
.book-demo-section #unsupported-pms-card {
  display: none;
}
.book-demo-section #unsupported-pms-card h3 {
  font-size: 34px;
  font-weight: 700;
  color: #755be2;
  line-height: 1.2;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 25px;
  display: block;
  text-align: left;
}
.book-demo-section #unsupported-pms-card p {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 25px;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap {
  display: flex;
  margin: 0 -10px;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item {
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding: 0 10px;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  input {
  position: absolute;
  height: 100%;
  width: calc(100% - 20px);
  appearance: none;
  left: 10px;
  cursor: pointer;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  label {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  height: auto;
  cursor: pointer;
  background-color: #ebebeb;
  border: none;
  padding: 15px;
  border-radius: 0;
  display: block;
  line-height: 1.2;
  width: 100%;
  padding-left: 45px;
  text-transform: uppercase;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  label::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border: 1px solid #9c9c9c;
  left: 24px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #fff;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  label::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #755be2;
  left: 28px;
  top: 19px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  input:checked[type="radio"]
  + label {
  background-color: #efe3ff;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  input:checked[type="radio"]
  + label::after {
  opacity: 1;
  visibility: visible;
}
.book-demo-section .review-block-wrapper {
  padding-top: 50px;
}

/* testimonials css start  */
.testimonials-section {
  padding: 80px 0px;
  background: rgb(0, 0, 0) !important;
  font-family: Poppins, sans-serif;
  overflow: hidden;
}

.testimonials-section h2 {
  text-align: center;
  margin: 0px auto 40px;
  font-weight: 600;
  max-width: 900px;
  color: rgb(255, 255, 255) !important;
}

/* ---------- Slider ---------- */

.testimonials-slider {
  width: 100%;
}

.testimonials-slider .slick-list {
  overflow: visible;
  overflow: hidden;
}

.testimonials-slider .slick-track {
  display: flex !important;
}

.testimonials-slider .slick-slide {
  height: auto;
  outline: none;
}

.testimonials-slider .slick-slide > div {
  height: 100%;
}

/* ---------- Card ---------- */

.testimonial-card {
  height: 100%;
  padding: 4px;
}

.testimonial-card-inner {
  background: #fff;
  border: 1px solid #efe3ff;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 12px 32px rgba(117, 91, 226, 0.1);
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.testimonial-card-stat {
  font-size: 16px;
  font-weight: 700;
  color: #755be2;
  margin: 0 0 12px;
}

.testimonial-card-quote {
  font-size: 24px;
  line-height: 1.5;
  color: #1a1b20;
  margin: 0 0 24px;
}

.testimonial-card-name {
  font-weight: 600;
  color: #755be2;
}

.testimonial-card-role {
  color: #9c9c9c;
  font-size: 14px;
  margin-top: 4px;
}

/* ---------- Nav: arrows + dots ---------- */

.testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

.nav-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #755be2;
  background: #fff;
  color: #755be2;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.testimonials-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonials-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(217, 206, 247);
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s;
  padding: 0;
}

.testimonials-dots .dot.is-active {
  background: rgb(117, 91, 226);
}
.book-demo-section .mobile-head {
  display: none;
}
.book-demo-section .mobile-head span {
  font-family: Poppins, sans-serif;
  color: rgb(117, 91, 226);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0px 0px 12px;
}
.book-demo-section .mobile-head h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Playfair Display", serif !important;
}
.book-demo-section .room-slider-title{
 display: none;
}
.book-demo-section  .room-slider-wrap{
  display:flex;
  align-items:center;
  gap:16px;
}
.book-demo-section .step-input-holder:has(.room-slider-wrapper) p{
    margin: 0 !important;
}
.book-demo-section  .room-slider-wrapper p{
    display: flex;
}
.book-demo-section  .slider-wrap{flex:1;}
.book-demo-section  .room-slider{
  width:100%;
  -webkit-appearance:none;
  appearance:none;
  height:8px;
  border-radius:1000px;
  background:#EFE3FF !important;
  outline:none;
 box-shadow: none;
 border: none;
}
.book-demo-section  .room-slider::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:31px;
  height:31px;
  border-radius:50%;
  background:#755BE2;
  border: 6px solid #fff;
  cursor:pointer;
}
.book-demo-section  .room-slider::-moz-range-thumb{
  width:20px;height:20px;border:none;border-radius:50%;background:#755BE2;
}
.book-demo-section  .value-input{
        max-width: 70px;
    text-overflow: ellipsis;
    padding: 0 5px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 3.5px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    word-spacing: -3px;
}
.book-demo-section  .value-input::-webkit-outer-spin-button,
.book-demo-section  .value-input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
/* ---------- Responsive ---------- */
.varify-logos-strip{
        padding-top: 41px ;
    padding-bottom: 64px;
        overflow: hidden;
    font-family: Poppins, sans-serif;
}
.varify-logos-strip h2{
        text-align: center;
    margin: 0 0 40px;
    font-weight: 600;
    color: #1a1b20;
    font-size: 32px;
    line-height: 1.2;
    padding: 0 20px;
}
.varify-logos-strip .logo-strip{
    display: flex;
    align-items: center;
    width: max-content;
    animation: varifyLogoScroll 40s linear infinite;
}
.varify-logos-strip:hover .logo-strip {
    animation-play-state: paused;
}
.varify-logos-strip .logo-strip .logo-item {
    flex: 0 0 auto;
    padding: 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form{
      display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder.col-2{
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder.col-2 p{
  flex: 1;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder{
  flex: 0 0 100%;
  max-width: 100%;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder p{
  margin: 0;
      line-height: 1.3;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder .single-form{
  margin: 0;
      display: flex;
    flex-direction: column;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder .single-form p{
  order: 1;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper p {
  margin-bottom: 0;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .select-items div{
  line-height: 35px;
    padding: 0 16px;
    font-size: 12px;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .countryCode{
  display: none;
}
  .book-demo-section .form-wrapper .duve-btn-primary{
    font-size: 16px !important;
    padding: 0 20px !important;
    height: 48px !important;
  }
  .book-demo-section .form-wrapper  .phone_number .iti__selected-dial-code{
    font-size: 12px;
    margin-top: 2px;
    color: #212529;
  }
  .book-demo-section .form-wrapper  .phone_number .iti__search-input{
    height: 35px;
    padding: 0 10px;
  }

.book-demo-v6-footer .footer-bottom .footer-achivements-wrapper .achivements-item .achivements-inner .image-block {
    flex: unset;
    width: 100%;
    height: 100%;
       max-width: 160px;
    margin: 0 auto;
}
.book-demo-v6-footer .footer-bottom .footer-achivements-wrapper .achivements-item .achivements-inner .image-block img { 
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.book-demo-v6-footer .footer-bottom .footer-achivements-wrapper{
  row-gap: 53px;
  column-gap: 30px;
  margin: 0 !important;
  justify-content: center;
}
.book-demo-v6-footer  .footer-bottom .footer-achivements-wrapper .achivements-item{
    display: flex;
    align-items: center;    
    max-width: calc(20% - 24px);
    padding: 0;
    flex: 0 0 calc(20% - 24px);
}

.book-demo-v6-footer .footer-bottom .footer-achivements-wrapper .achivements-item .achivements-inner { 
  display: block;
      width: 100%;
          height: auto;
}
.book-demo-v6-footer .footer-headline{
  text-align: center;
}
@keyframes varifyLogoScroll{
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
@media (max-width: 1440px) {
  .book-demo-section .book-demo-content-wrapper h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .book-demo-section .book-demo-content-wrapper {
        gap: 40px;
    }
    .book-demo-v6-footer  .footer-bottom .footer-achivements-wrapper .achivements-item{
        max-width: calc(25% - 22.5px);
        flex: 0 0 calc(25% - 22.5px)
    }
    .book-demo-v6-footer .footer-bottom .footer-achivements-wrapper{
        gap: 30px;
    }
}
@media (max-width: 991px) {
  .book-demo-section .book-demo-content-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .book-demo-section .book-demo-content-wrapper .form-block,
  .book-demo-section .book-demo-content-wrapper .content-block
  {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-card-quote {
    font-size: 18px;
  }
  .book-demo-section .book-demo-content-wrapper p {
    /* font-size: 18px; */
    font-size: 12px;
  }
  .testimonial-card-inner {
    padding: 28px;
  }
  .book-demo-section .mobile-head {
    display: block;
    order: 1;
  }
  .book-demo-section .book-demo-content-wrapper .section-tag,
  .book-demo-section .book-demo-content-wrapper .content-block h2 {
    display: none;
  }
  .book-demo-section .review-block-wrapper {
    padding-top: 30px;
}
  .book-demo-v6-footer  .footer-bottom .footer-achivements-wrapper .achivements-item{
     max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
}
}
@media (max-width: 600px) {
  .testimonials-section h2 {
    font-size: 24px;
  }
  .varify-logos-strip h2{
            font-size: 24px;
  }
  .varify-logos-strip .logo-strip .logo-item{
            padding: 0 36px;
  }
  .varify-logos-strip{
    padding: 40px 0;
  }
  .book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder.col-2{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .book-demo-section .value-input{
    max-width: 50px;
  }
  .book-demo-section .book-demo-content-wrapper .form-block{
    padding: 20px;
  }
  .book-demo-section .book-demo-content-wrapper .form-wrapper{
    padding: 20px;
  }
    .book-demo-v6-footer  .footer-bottom .footer-achivements-wrapper .achivements-item{
           max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    }
}
@media (max-width: 430px) {
    .book-demo-section .form-wrapper .duve-btn-primary {
        font-size: 12px !important;
        padding: 0 15px !important;
        height: 44px !important;
        letter-spacing: 2.1px !important;
    }
      .book-demo-v6-footer  .footer-bottom .footer-achivements-wrapper .achivements-item{
   max-width: 100%;
    flex: 0 0 100%;
  }
}