.comm-btn a {
  background-color: #ff0000;
  padding: 25px 45px;
  width: fit-content;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.5s ease;
}

.pricing-plans-text.tra .btn:hover>span>span {
  color: #ff0000;
}

.addedparapri {
  line-height: 14px;
}

.subbtn .btn-loader {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  display: none;
  animation: spin 0.6s linear infinite;
}

/* spin animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* LOADING STATE */
#submitBtn.loading {
  pointer-events: none;
  cursor: not-allowed;
}

/* hide text */
#submitBtn.loading .btn-text {
  display: none;
}

/* show loader centered */
#submitBtn.loading .btn-loader {
  display: inline-block;
}

.comm-btn a:hover {
  background-color: transparent;
  border: 1px solid #ff0000;
  color: #ff0000;
  transition: 0.5s ease;
}

.thankyou {
  background: rgba(76, 175, 80, 0.5);
  border: 2px solid rgba(76, 175, 80, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  animation: fadeInUp 0.5s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  opacity: 0;
  visibility: hidden;
}

.inputmain #phone.input-error {
  background-color: #ff00002a;
  border: 0.5px solid red !important;
}

.parsley-error {
  border: 2px solid #ff4d4d !important;
  background: rgba(255, 0, 0, 0.147) !important;
}

.parsley-errors-list {
  display: none !important;
}

.parsley-errors-list {
  display: none !important;
}

.dropdown-selected.input-error {
  background-color: #ff00002a;
  border: 0.5px solid red !important;
}

.inputmain textarea.input-error {
  background-color: #ff00002a;
  border: 0.5px solid red !important;
}

.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

form.form-hide .inputmain {
  opacity: 0;
  visibility: hidden;
}

form.form-hide .subbtn {
  opacity: 0;
  visibility: hidden;
}

.thankyou.show {
  opacity: 1;
  visibility: visible;
}

.get-a-quote .thankyou p {
  color: #fff;
  line-height: 22px;
}

.thankyou span {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 25px;
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3);
}

.thankyou h2 {
  color: #4caf50;
  font-size: 28px;
  margin-bottom: 15px;
}

.formmain {
  position: relative;
}

.midcard .pricing .pricing-plans span {
  color: #fff;
  background-color: #f5f5f52e;
}

.buzzzworthmain .hero-text span {
  color: #000;
  font-family: var(--font-primary);
  font-size: 20px;
  padding: 15px 20px;
  font-weight: 600;
  line-height: 33.938px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.para-main {
  margin-top: 32px;
  color: rgb(0 0 0 / 43%);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.4px;
}

.services.gap .row {
  justify-content: flex-start;
}

.comm-btn {
  margin-top: 100px;
}

.buzzzworthmain .container {
  max-width: 1730px;
}

.buzzzworthmain .containersml {
  max-width: 1340px;
  margin: 0 auto;
  padding: 24px;
}

.buzzzworthmain .marquee {
  margin-top: 116px;
}

.buzzzworthmain #stickyHeader.slideUp .top-bar {
  background: transparent;
  padding: 0px 0px;
}

.buzzzworthmain #stickyHeader .top-bar {
  background: transparent;
  padding: 30px 0px;
}

.buzzzworthmain .top-bar {
  background: transparent;
  padding: 0px 0px;
}

.buzzzworthmain #stickyHeader button {
  display: none;
}

.buzzzworthmain #stickyHeader.slideUp button {
  display: block;
  color: #fff;
  background-color: #ff0000;
}

.buzzzworthmain #stickyHeader.slideUp button:hover {

  background-color: transparent;
  border: 1px solid #ff0000;
}

.buzzzworthmain #stickyHeader.slideUp button:hover span {
  color: #ff0000;
}

.buzzzworthmain #stickyHeader.slideUp {
  background: linear-gradient(0deg, rgb(255 255 255 / 0%), rgb(0 0 0 / 0%));
  backdrop-filter: blur(50px);
}

.buzzzworthmain #stickyHeader.slideUp button span {
  color: #fff;
}

.buzzzworthmain .btn::before {
  background-color: transparent;
}

.buzzzworthmain .button {
  background-color: transparent;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 100px;
}

.buzzzworthmain .pricing:hover {
  background-color: #f4f4f7;
}

.buzzzworthmain h2.title-animation {
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.4px;
  padding-right: 20px;
  text-transform: capitalize;
}

.buzzzworthmain .title-animation small i {
  font-weight: 400;
  font-family: "Roboto Serif", serif;
}

.buzzzworthmain h5.title-animation small {
  font-size: 60px;
}

.buzzzworthmain .hero-section h2.title-animation small {
  font-size: 74px;
}

.buzzzworthmain h2.title-animation small {
  font-size: 60px;
}

.buzzzworthmain .text-black h2.title-animation {
  color: #000;
}

.buzzzworthmain .hero-text p {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.4px;
  font-weight: 600;
}

.buzzzworthmain .get-a-quote {
  background: linear-gradient(0deg, rgb(255 255 255 / 16%), rgb(0 0 0 / 0%));
  backdrop-filter: blur(15px);
  width: 74%;
  margin-right: 10%;
  min-height: 450px;
}

.buzzzworthmain .get-a-quote input::placeholder {
  color: #fff;
}

.buzzzworthmain form#contact-form h3 {
  color: #fff;
  margin-bottom: 26px;
}

.buzzzworthmain .subbtn {
  background-color: #ff0000;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 10px;
}

.buzzzworthmain .fa-solid.fa-star {
  color: #fff;
}

.buzzzworthmain .review h6 {
  color: #fff;
}

.buzzzworthmain .review a {
  /* border: 1px solid #fff; */
  text-transform: uppercase;
}

.buzzzworthmain .review img {
  filter: brightness(0) invert(1);
}

.buzzzworthmain .hero-section {
  padding-bottom: 130px;
  padding-top: 130px;
  background-size: cover;
}

.custom-dropdown {
  width: 100%;
  position: relative;
  font-family: Arial, sans-serif;
  margin-bottom: 12px;
  height: 60px;
}

.dropdown-selected {
  background: linear-gradient(92deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.2) 100.82%);
  backdrop-filter: blur(35px);
  color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

/* .arrow {
  border-width: 0 2px 2px 0 solid #fff;
  padding: 4px;
  transform: rotate(45deg);
}

.custom-dropdown.active .arrow {
  border-width: 0 2px 2px 0 solid #fff;
 transition: 0.5s ease;
} */
/* .arrow {
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg) scale(1);
  transition: transform 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}

.custom-dropdown.active .arrow {
  transform: rotate(-135deg) scale(1.1);
} */


.arrow {
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(45deg) scale(1);
  transition: 
    transform 0.45s cubic-bezier(.68,-0.6,.32,1.6),
    border-color 0.3s ease;
    transition: all 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}

/* ACTIVE STATE */
.custom-dropdown.active .arrow {
  transform: rotate(-135deg) scale(1.15);
  transition: all 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}
.dropdown-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  background: #ffffffeb;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  display: none;
  z-index: 10;
}

.review .button.btn {
  border: 1px solid #fff;
}

.dropdown-list li {
  padding: 12px 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.dropdown-list li:hover {
  background: #f1f5f9;
}

.iti {
  width: 100%;
  margin-bottom: 12px;
}

.iti__flag-container {
  padding-left: 20px;
}

.iti__flag-container::before {
  content: "";
  border: 1px solid #fff;
  height: 24px;
  position: absolute;
  right: -8px;
  top: 17px;
}

.iti input {
  background: linear-gradient(92deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.2) 100.82%);
  backdrop-filter: blur(35px);
  border-radius: 50px;
  padding: 16px 20px 16px 100px;
  border: none;
  color: #fff;
  width: 100%;
}

.iti input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: none;
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background-color: transparent;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti__country-list {
  max-width: 400px;
  background-color: #ffffffd4;
  max-height: 250px;
}

.inputmain #phone {
  padding-left: 120px !important;
  outline: none;
}

.inputmain {
  position: relative;
}

.buzzzworthmain .section-client ul.shaps-img li:nth-child(1) {
  top: 75%;
  animation: 8s rotate infinite;
  right: 5%;
  left: auto;
}

.buzzzworthmain ul.shaps-img li:nth-child(2) {
  top: 29%;
  left: -3%;
  animation: 10s toptop infinite;
}

.buzzzworthmain ul.shaps-img li:nth-child(3) {
  bottom: -5%;
  left: 4%;
  animation: 10s toptop infinite;
}

.inputmain .formicon {
  position: absolute;
  top: 10px;
  left: 15px;
}

#about .row {
  justify-content: center;
}

#about .row .presenting {
  justify-content: start;
  gap: 40px;
}

#about .presenting i {
  background-color: #ffb4b4;
  outline: 8px solid #ffb4b4;
}

#about .presenting:hover i:before i {
  color: #fff;
}

#about .presenting i:before i {
  color: #fff;
}

#about .presenting i:after {
  border: 1px solid #fff;
}

#about .flaticon-cursor:before {
  content: "\f117";
  color: #fff !important;
}

#about .presenting i:before {
  color: #fff !important;
}

#about .presenting .presentingimg {
  background-color: #ff8888;
  padding: 5px;
  border-radius: 100px;
  height: fit-content;
}

#about .presenting .presentingimg img {
  border: 1px solid #fff;
  padding: 35px;
  border-radius: 100px;
}

.how-do-stap.two.four {
  background-color: #1ead83;
}

.how-do-stap.three::before {
  content: "";
  background-color: transparent;
  border-top: 42px solid transparent;
  border-left: 52px solid black;
  border-bottom: 54px solid black;
  position: absolute;
  top: -49px;
  border-right: 54px solid transparent;
  left: 0;
  border-radius: 9px;
}

.how-do-stap.two {
  position: relative;
  z-index: 2;
}

.how-do-stap.two::after {
  content: "";
  background-color: transparent;
  border-top: 42px solid transparent;
  border-left: 52px solid var(--main-color);
  border-bottom: 54px solid var(--main-color);
  position: absolute;
  border-right: 54px solid transparent;
  bottom: -56px;
  border-radius: 9px;
  rotate: 95deg;
  left: -9px;
  z-index: -1;
}

.how-do-stap.two.four::after {
  content: "";
  background-color: transparent;
  border-top: 42px solid transparent;
  border-left: 52px solid #1ead83;
  border-bottom: 54px solid #1ead83;
  position: absolute;
  border-right: 54px solid transparent;
  bottom: -47px;
  border-radius: 9px;
  rotate: 177deg;
  left: auto;
  right: -2px;
  z-index: -1;
}

.how-do-stap.three {
  position: relative;
}

.iti__selected-dial-code {
  color: #fff;
}

.bg-gray {
  background-color: #f5f5f5 !important;
}

.gap .blog {
  background-color: #fff;
  padding: 15px 60px;
  gap: 40px;
}

.blog>a {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
   letter-spacing: -0.96px;
  font-family: var(--font-secondary);
  padding-top: 10px;
  display: block;
  padding-bottom: 10px;
} 

.iti__arrow {
  margin-left: 6px;
  width: 9px;
  height: 8px;
  border-left: 2px solid #fff;
  border-right: 2px solid transparent;
  border-top: 2px solid #fff;
  rotate: 227deg;
  transition: 0.2s;
}

.iti__arrow.iti__arrow--up {
  rotate: 45deg;
  border-bottom: none;
  transition: 0.2s;
}

.awords {
  background-image: url(/assets/img/pricingsectionbg.png);
}

.awords-cards {
  display: grid;
  grid-template-columns: repeat(4, 22.5%);
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.awords-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 15px 32px 40px 32px;
  background-color: #fff;
  gap: 36px;
  height: 100%;
  border-radius: 26px;
}

.awords-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.awordstext p {
  font-family: "Roboto Serif", serif;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1.2px;
}

.all-rights p span {
  color: #ffffff6e;
}

#services .heading h4 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 79px;
  letter-spacing: -1.44px;
  margin-top: 70px;
}

#pricing .heading {
  width: 90%;
}

.count-style {
  background-color: #54fa80;
}

.buzzzworthmain .count-style.two h2 {
  color: #54fa80;
}

.pricing-plans-text ul.chek li {
  display: flex;
  align-items: normal;
}

.buzzzworthmain ul.shaps-img li:nth-child(4) {
  bottom: 35%;
  left: 55%;
}

.buzzzworthmain ul.shaps-img li:nth-child(5) {
  bottom: 22%;
  right: 4%;
  animation: 10s leftleft infinite;
}

.buzzzworthmain ul.shaps-img li:nth-child(6) {
  bottom: 7%;
  left: 42%;
  animation: 10s leftleft infinite;
}

.buzzzworthmain ul.shaps-img li:nth-child(7) {
  top: 8%;
  right: 41%;
}

@media (max-width: 1800px) {
  .buzzzworthmain .container {
    max-width: 1600px;
  }
}

@media (max-width: 1660px) {
  .pricing-plans h5 {
    font-size: 54px;
  }

  .awords-card {
    padding: 15px 30px 30px 30px;
  }

  .awords-cards {
    grid-template-columns: repeat(4, 22%);
  }

  .buzzzworthmain .button {
    padding: 12px 20px;
  }

  .buzzzworthmain .button {
    font-size: 14px;
  }

  .awordstext p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.1px;
  }

  .buzzzworthmain .container {
    max-width: 1400px;
  }

  .all-rights {
    padding: 57px 0px;
  }

  .hero-text h2 {
    line-height: 74px;
    font-size: 64px;
  }

  .buzzzworthmain .hero-text p {
    font-size: 20px;
  }

  .buzzzworthmain h5.title-animation small {
    font-size: 50px;
  }

  .buzzzworthmain h2.title-animation small {
    font-size: 50px;
  }

  .buzzzworthmain .hero-section h2.title-animation small {
    font-size: 64px;
  }

  .buzzzworthmain .hero-text span {
    font-size: 16px;
    padding: 10px 22px;
    line-height: 1.1;
  }

  .buzzzworthmain .get-a-quote {
    width: 83%;
  }

  .hero-text p {
    font-size: 20px;
    line-height: 30px;
  }

  form#contact-form h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading h5 {
    padding-top: 20px;
    font-size: 50px;
  }

  .heading h2 {
    font-size: 50px;
  }

  .presenting ul {
    gap: 15px;
  }

  .presenting h3 {
    padding-bottom: 15px;
  }
}

@media (max-width: 1440px) {
  .buzzzworthmain .containersml {
    max-width: 1100px;
  }

  .buzzzworthmain .all-rights {
    padding: 57px 0px;
  }

  .buzzzworthmain .container {
    max-width: 1336px;
  }

  .hero-text h2 {
    line-height: 54px;
    font-size: 48px;
  }

  .buzzzworthmain .hero-section h2.title-animation small {
    font-size: 48px;
  }

  .hero-text p {
    font-size: 18px;
    line-height: 30px;
  }

  form#contact-form h3 {
    font-size: 30px;
    line-height: 14px;
  }

  .buzzzworthmain form#contact-form h3 {
    margin-bottom: 20px;
  }

  .heading h5 {
    font-size: 44px;
    line-height: 56px;
  }

  .buzzzworthmain h5.title-animation small {
    font-size: 44px;
  }

  .heading h2 {
    font-size: 44px;
  }

  .buzzzworthmain h2.title-animation small {
    font-size: 44px;
  }

  .para-main {
    font-size: 22px;
    line-height: 32px;
  }

  .gap {
    padding: 140px 0;
  }

  .gap.no-top {
    padding-top: 0;
  }

  .heading {
    margin-bottom: 80px;
  }

  .awordimg img {
    max-width: 100px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
  }

  #about .row .presenting {
    gap: 25px;
  }

  #about .presenting .presentingimg img {
    padding: 20px;
    width: 100px;
  }

  .presenting ul li {
    font-size: 16px;
    line-height: 1;
  }

  .presenting ul {
    gap: 15px;
  }

  .presenting h3 {
    font-size: 24px;
  }

  .pricing-plans-text a.button.btn {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pricing-plans-text .pricing-plans-textpara {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .pricing-plans-text ul.chek li {
    font-size: 14px;
    line-height: 1.5;
  }

  .pricing-plans-text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .awords-card {
    gap: 20px;
  }

  .awordstext p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1.1px;
  }

  .pricing-plans h5 {
    font-size: 38px;
  }
}

@media (max-width: 1367px) {
  .buzzzworthmain .container {
    max-width: 1280px;
  }

  .top-bar .btn {
    padding: 10px 22px;
  }

  .buzzzworthmain .logo img {
    width: 78px;
  }

  .buzzzworthmain .hero-text h2 {
    line-height: 55px;
    font-size: 50px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .heading h5 {
    font-size: 38px;
    line-height: 50px;
  }

  .buzzzworthmain .marquee {
    margin-top: 80px;
  }

  .para-main {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1280px) {
  .buzzzworthmain .container {
    max-width: 1199px;
  }

  .buzzzworthmain .containersml {
    max-width: 1199px;
  }

  form#contact-form h3 {
    font-size: 24px;
    line-height: 14px;
  }

  .buzzzworthmain .get-a-quote {
    width: 90%;
  }

  .get-a-quote {
    padding: 30px;
  }

  .awordimg img {
    max-width: 90px;
  }
}

@media (max-width: 768px) {
  .iti-fullscreen-popup .iti__country-list {
    max-height: 100%;
    width: 300px !important;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
  }

  .iti-fullscreen-popup .iti--container {
    top: 553px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
  }

  .buzzzworthmain h2.title-animation {
    padding-right: 0px;
  }

  .heading h5 {
    font-size: 26px;
    letter-spacing: -1.4px;
  }

  .buzzzworthmain h5.title-animation small {
    font-size: 26px;
    letter-spacing: -1.4px;
  }

  .buzzzworthmain h2.title-animation small {
    font-size: 26px;
    letter-spacing: -1.4px;
  }

  .iti__flag-container::before {
    height: 20px;
    right: -5px;
    top: 15px;
  }

  .dropdown-selected {
    height: 49px;
  }

  .custom-dropdown {
    height: 49px;
  }

  #selectedText {
    font-size: 12px;
  }

  .buzzzworthmain .hero-text p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: auto;
  }

  .dropdown-selected .selectedText {
    font-size: 12px;
  }

  .buzzzworthmain .hero-section h2.title-animation small {
    font-size: 28px;
  }

  .buzzzworthmain .all-rights {
    padding: 20px 0px;
  }

  #pricing .row.pricingcards {
    gap: 40px;
  }

  .buzzzworthmain .containersml {
    max-width: 1340px;
    margin: 0 auto;
    padding: 20px;
  }

  .buzzzworthmain .get-a-quote {
    width: 100%;
  }

  .buzzzworthmain #stickyHeader.slideUp {
    position: fixed;
    z-index: 999;
    padding: 10px 0;
  }

  .buzzzworthmain #stickyHeader.slideUp .top-bar .btn {
    padding: 8px 16px;
  }

  .pricing-plans-text p {
    line-height: 22px;
  }

  .pricing-plans-text ul.chek li {
    font-size: 12px;
  }

  #services ul.chek li img {
    margin-right: 5px;
  }

  .review {
    display: none;
  }

  .buzzzworthmain footer .review {
    display: flex;
  }

  .buzzzworthmain .hero-text span {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 17.938px;
  }

  .buzzzworthmain .top-bar {
    padding: 15px 0px;
  }

  .buzzzworthmain .logo img {
    width: 50px;
  }

  .buzzzworthmain .hero-section {
    padding-bottom: 0px;
  }

  .buzzzworthmain .hero-section {
    padding-top: 0;
  }

  .buzzzworthmain .container {
    max-width: 100%;
  }

  .buzzzworthmain .get-a-quote {
    padding: 22px 20px;
    margin-top: 10px;
  }

  .heading h5 {
    font-size: 26px;
    line-height: 32px;
  }

  .buzzzworthmain .marquee {
    margin-top: 30px;
  }

  .buzzzworthmain .marquee img {
    width: 200px !important;
    max-width: max-content;
  }

  .para-main {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  #about .presenting .presentingimg {
    width: 100px;
  }

  #about .presenting .presentingimg img {
    width: 100%;
    padding: 10px;
  }

  form.form-hide .inputmain {
    display: none;
  }

  .buzzzworthmain form#contact-form h3 {
    font-size: 18px;
    text-align: center;
  }

  .get-a-quote input[type="text"],
  .get-a-quote input[type="email"],
  .get-a-quote input[type="number"] {
    width: 100%;
    height: 44px;
    border: 0;
    outline: 0;
    margin-bottom: 12px;
    color: #fff !important;
    font-size: 12px;
    background: linear-gradient(135deg,
        rgba(125, 170, 205, 0.55),
        rgba(95, 135, 175, 0.45));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 50px;
    padding: 16px 10px;
    color: #ffffff;
    border: none;
    border-radius: 18px;
    padding-left: 60px;
    border-radius: 100px;
  }

  .inputmain .formicon {
    top: 2px;
  }

  .inputmain textarea {
    font-size: 12px;
    border-radius: 14px;
  }

  .buzzzworthmain .hero-text h2 {
    line-height: 40px;
    font-size: 36px;
    letter-spacing: -1.44px;
  }

  .buzzzworthmain .hero-text h2 {
    line-height: 30px;
    font-size: 28px;
  }
}