.info-all,
.videoandperson {
  text-align: center;
}
section.inner-banner-sec {
  background-image: url(../img/inner-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  background-position: top;
  backdrop-filter: invert(1);
}
.your-sec select#date {
  background-color: #f8f8f8;
  border: none;
  height: 54px;
}
.main-heading h1 {
  font-size: 74px;
  color: #1f2130;
  font-family: Aubery;
  text-transform: uppercase;
}
.main-heading {
  position: absolute;
  bottom: 0;
  top: 75px;
  left: 90px;
}
h1.for-space {
  position: relative;
  left: 260px;
  bottom: 13px;
  color: #15c8a0;
}
.accountant-head h2 {
  font-size: 38px;
  color: #1f2130;
  font-family: Aubery;
  padding-bottom: 24px;
}
.accountant-head p,
label {
  font-size: 14px;
  font-family: Poppins;
}
.accountant-head p {
  color: #1e202e;
  font-weight: 400;
}
section.account-section .row {
  display: flex;
  align-items: center;
}
section.account-section {
  padding: 100px 0;
  position: relative;
}
.accountant-head p span {
  font-weight: 700;
}
.form-group input, .form-group select {
  background-color: #f8f8f8;
  padding: 16px 32px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}
.your-sec select#cars {
  color: #888;
  font-family: Poppins;
  font-size: 15px;
  border-radius: 3px;
  padding: 16px 32px;
}
.form-group textarea,
select#cars {
  background-color: #f8f8f8;
  border: none;
}
.form-group input::placeholder {
  color: #888 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #888888ad;
  font-family: Poppins;
}

label {
  color: #000;
  font-weight: 500;
}
select#cars {
  width: 100%;
  padding: 10px;
  margin-bottom: 40px;
}
.your-sec-head h2 {
  font-size: 35px;
  color: #1e202e;
  font-family: calibri-regular;
}
.your-sec-head h2 span {
  font-weight: 800;
}
.form-group textarea {
  height: 150px;
  resize: none;
  font-size: 15px;
  color: #888;
  font-family: Poppins;
  padding: 26px 20px;
  margin-bottom: 50px;
}
section.your-sec {
  padding: 80px 0;
}
.your-sec-head p {
  font-size: 14px;
  color: #363636;
  font-family: Poppins;
  font-weight: 400;
  padding: 30px 0;
}
.make-digital-btn a {
  font-size: 16px;
  color: #fff;
  font-family: Poppins;
  background-color: #15c8a0;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 8px;
}
.info-all h3 {
  font-size: 20px;
  color: #232323;
  font-family: Poppins;
  font-weight: 600;
}
.info-all a {
  font-size: 15px;
  color: #888;
  font-family: Poppins;
  font-weight: 400;
}
.info-all p {
  font-size: 14px;
  color: #929292;
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
}
.para p,
.video h4 {
  font-size: 24px;
  font-family: Poppins;
}
.borders {
  border-right: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4;
}
section.info-sec {
  padding: 50px 0;
}
.video h4 {
  color: #15c8a0;
  font-weight: 500;
}
.para p {
  color: #232323;
  font-weight: 400;
  margin: 0;
  padding-bottom: 4px;
}
.videoandperson {
  display: flex;
  align-items: end;
  justify-content: center;
}
.video {
  padding-right: 28px;
}
.and {
  padding-right: 22px;
}
section.video-person-sec {
  padding: 40px 0;
}
.info-all img {
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  section.info-sec {
    padding: 0 !important;
  }
  .form-group textarea {
    margin-bottom: 20px;
}
}
@media (max-width: 480px) {
  .main-heading {
    left: 20px;
  }
  .main-heading h1 {
    font-size: 46px;
  }
  section.your-sec .row {
    padding: 10px;
  }
  h1.for-space {
    left: 155px;
  }
  .inner-banner-sec {
    height: 220px !important;
  }
  section.your-sec {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 414px) {
  section.your-sec {
    padding: 80px 0;
    overflow-x: hidden;
  }
  .your-sec-head p {
    font-size: 13px !important;
  }
  h1.for-space {
    left: 125px !important;
  }
}
@media (max-width: 390px) {
  .your-sec-head p {
    font-size: 11px !important;
  }
}
