.sectionone {
  margin-top: 91px;
  height: 100%;
  padding-bottom: 90px;
  padding-top: 90px;
}
.sectionone h1 {
  color: #2e93a1;
  line-height: 1.5;
}
.sectionone h2 {
  color: #767676;
  line-height: 1.7;
}
.sectionone h2 span {
  color: #2e93a1;
  font-weight: 600;
}
.sectionone h2 .stars {
  background-image: linear-gradient(to bottom, #9f38f0 0%, #e54f7a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sectionone .sec1bgimg {
  background-image: url(../assets/newhomepage/Frame2608459.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: auto;
  position: relative;
}
.sectionone .sec1bgimg img {
  position: absolute;
  top: 0;
  right: 0;
}
.sectionone .bgRequestBtn {
  height: 38px;
}
.sectionone #hideheroimageintab {
  display: flex;
}
.sectionone #showheroimageintab {
  display: none;
}
@media only screen and (max-width: 1920px) {
  .sectionone {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  .sectionone {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1366px) {
  .sectionone {
    padding-top: 50px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .sectionone {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .sectionone {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .sectionone {
    padding-top: 80px;
  }
  .sectionone .col-md-6.fullWidthInTab {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .sectionone #hideheroimageintab {
    display: none !important;
  }
  .sectionone #showheroimageintab {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .sectionone {
    padding-top: 90px;
  }
  .sectionone .col-md-6.fullWidthInTab {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .sectionone #hideheroimageintab {
    display: none !important;
  }
  .sectionone #showheroimageintab {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .sectionone .bgRequestBtn {
    height: 38px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .sectionone {
    margin-top: 91px;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
    padding-top: 40px;
  }
  .sectionone h1 {
    color: #2e93a1;
    line-height: 1.5;
    font-size: 24px;
  }
  .sectionone .sec1bgimg {
    height: 55vh;
  }
  .sectionone .sec1bgimg img {
    top: 35px;
    right: 50px;
    width: 75%;
  }
}

.sectiontwo {
  background-color: #f6f6f6;
  padding: 30px 30px;
}
.sectiontwo .fa-stars {
  background-image: linear-gradient(to bottom, #9f38f0 0%, #e54f7a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sectiontwo .genaiimg1 {
  position: absolute;
  left: 34px;
  top: 32px;
}
.sectiontwo .genaiimg3 {
  position: absolute;
  right: 10px;
  top: 45px;
}
.sectiontwo a {
  text-decoration: none;
}
.sectiontwo #colShowinTab {
  display: none;
}
.sectiontwo #colHideinTab {
  display: block;
}
@media only screen and (max-width: 912px) {
  .sectiontwo #sectionOfferings .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sectiontwo #colShowinTab {
    display: flex;
  }
  .sectiontwo #colHideinTab {
    display: none;
  }
  .sectiontwo .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .sectiontwo #sectionOfferings .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sectiontwo #colShowinTab {
    display: flex;
  }
  .sectiontwo #colHideinTab {
    display: none;
  }
  .sectiontwo .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sectiontwo #sectionOfferings .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sectiontwo #colShowinTab {
    display: flex;
  }
  .sectiontwo #colHideinTab {
    display: none;
  }
  .sectiontwo .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .sectiontwo #sectionOfferings .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sectiontwo #colShowinTab {
    display: block;
    justify-content: center;
  }
  .sectiontwo #colHideinTab {
    display: none;
  }
  .sectiontwo .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .sectiontwo {
    padding: 30px 0px;
  }
  .sectiontwo h2 {
    font-size: 18px;
  }
  .sectiontwo .row.mb-4 {
    margin-bottom: 0 !important;
  }
  .sectiontwo div.col-md-4 {
    margin-bottom: 25px;
  }
  .sectiontwo p.f-24 {
    font-size: 18px;
    text-align: center;
  }
  .sectiontwo p.f-16 {
    font-size: 14px;
    text-align: center;
  }
}

.text-484b59 {
  color: #484b59;
}

.white-card {
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
}

.section-source {
  padding: 50px 20px;
}
.section-source .source-slider {
  margin-top: 50px;
}
@media only screen and (max-width: 576px) {
  .section-source .row.mt-5 {
    margin-bottom: 50px;
  }
  .section-source .row.mt-5.pb-5 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 480px) {
  .section-source {
    padding: 50px 0px;
  }
  .section-source p.f-24 {
    font-size: 18px;
    line-height: 1.6;
  }
  .section-source p.f-16 {
    font-size: 14px;
    font-weight: normal;
  }
  .section-source .source-slider {
    margin-top: 50px;
  }
  .section-source .source-slider .row.mb-5 {
    margin-bottom: 0 !important;
  }
  .section-source .row.mb-4 {
    margin-bottom: 0 !important;
  }
  .section-source div.col-md-6:first-child {
    margin-bottom: 0;
  }
  .section-source p.col-md-7 {
    padding: 0;
    margin-bottom: 40px;
  }
  .section-source .f-24.font-weight-600 {
    font-size: 16px;
  }
  .section-source .mt-30 {
    margin-top: 50px;
  }
  .section-source .row.mt-5.pb-5 {
    padding-bottom: 10px !important;
  }
}

.section-engage {
  background-color: #f6f6f6;
  padding: 50px 20px;
}
.section-engage .mb-80 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .section-engage {
    padding: 40px 0px;
  }
  .section-engage .row.mb-4 {
    margin-bottom: 0 !important;
  }
  .section-engage div.col-md-6 {
    margin-bottom: 25px;
  }
  .section-engage #chrome-extension p.f-24 {
    font-size: 18px;
  }
  .section-engage p.col-md-7 {
    padding: 0;
    margin-bottom: 40px;
  }
  .section-engage p.f-24 {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  .section-engage p.f-16 {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
  }
}

.text-orange {
  color: #e9ac0d;
}
@media only screen and (max-width: 480px) {
  .text-orange {
    font-size: 16px;
  }
}

.text-blue {
  color: #5385e7;
}
@media only screen and (max-width: 480px) {
  .text-blue {
    font-size: 16px;
  }
}

.text-sea-green {
  color: #2fc7aa;
}
@media only screen and (max-width: 480px) {
  .text-sea-green {
    font-size: 16px;
  }
}

.text-sky-blue {
  color: #1fa5c5;
}
@media only screen and (max-width: 480px) {
  .text-sky-blue {
    font-size: 16px;
  }
}

.text-purple {
  color: #aa4ff2;
}
@media only screen and (max-width: 480px) {
  .text-purple {
    font-size: 16px;
  }
}

.text-webtree {
  color: #2e93a1;
}
@media only screen and (max-width: 480px) {
  .text-webtree {
    font-size: 16px;
  }
}

.section-faq {
  padding: 50px 20px;
}
@media only screen and (max-width: 480px) {
  .section-faq {
    padding: 50px 0px;
    padding-bottom: 20px;
  }
  .section-faq .row.mb-4 {
    margin-bottom: 0 !important;
  }
  .section-faq div.col-md-6 {
    margin-bottom: 25px;
  }
  .section-faq p.f-24 {
    font-size: 18px;
  }
}

.testimonial-card {
  border-radius: 12px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  padding: 16px;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .testimonial-card .testimonial-card p.f-16 {
    font-size: 14px;
  }
  .testimonial-card .testimonial-card p.f-12 {
    font-size: 10px;
  }
  .testimonial-card .testimonial-card p.f-14 {
    font-size: 12px;
  }
}

.height206 {
  height: 206px;
}

.height255 {
  height: 255px;
}
@media only screen and (max-width: 768px) {
  .height255 {
    height: 190px;
  }
}
@media only screen and (max-width: 576px) {
  .height255 {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .height255 {
    height: 180px;
  }
}

.userpic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.userpic img {
  width: 100%;
  height: auto;
}
.userpic i {
  color: #767676;
  font-size: 16px;
}

.faq-card {
  border-radius: 8px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  padding: 20px;
}

.card.faq {
  border: 1px solid #d9d9d9 !important;
  padding: 15px;
  border-radius: 4px !important;
  margin-bottom: 15px;
}
.card.faq .card-body {
  padding: 15px 0 0 0;
  color: #767676;
}
.card.faq .btn-link {
  color: #2e93a1;
}
.card.faq .btn-link .fa-angle-right {
  display: none;
}
.card.faq .btn-link .fa-angle-down {
  display: block;
}
.card.faq .btn-link .fa-angle-up {
  display: none;
}
@media only screen and (max-width: 576px) {
  .card.faq .btn-link .fa-angle-up {
    display: flex;
  }
  .card.faq .btn-link .fa-angle-right {
    display: none;
  }
  .card.faq .btn-link .fa-angle-down {
    display: none;
  }
}
.card.faq .btn-link.collapsed {
  color: #4c4c4c;
}
.card.faq .btn-link.collapsed .fa-angle-right {
  display: block;
}
.card.faq .btn-link.collapsed .fa-angle-down {
  display: none;
}
.card.faq .btn-link.collapsed .fa-angle-up {
  display: none;
}
@media only screen and (max-width: 576px) {
  .card.faq .btn-link.collapsed .fa-angle-down {
    display: flex;
  }
  .card.faq .btn-link.collapsed .fa-angle-up {
    display: none;
  }
  .card.faq .btn-link.collapsed .fa-angle-right {
    display: none;
  }
}

.callimg {
  position: absolute;
  left: calc(50% - 105px);
}
@media only screen and (max-width: 480px) {
  .callimg {
    width: 30%;
    left: calc(50% - 60px);
  }
  .callimg img {
    width: 100%;
    height: auto;
  }
}

.responsive-dot {
  display: none;
}

.responsive-dot-hide {
  display: block;
}

@media only screen and (max-width: 480px) {
  .bottom-img4-dot {
    width: 22%;
  }
  .bottom-img4-dot img {
    width: 100%;
    height: auto;
  }
  .responsive-dot {
    display: block;
  }
  .responsive-dot-hide {
    display: none;
  }
  .bottom-img3-dot {
    width: 22%;
  }
  .bottom-img3-dot img {
    width: 100%;
    height: auto;
  }
}
.genaicard-shadow {
  box-shadow: -5px -5px 14px 0 rgba(209, 73, 158, 0.2), 5px 5px 14px 0 rgba(84, 40, 207, 0.12);
}

.genai.fa-stars {
  background-image: linear-gradient(to bottom, #9f38f0 0%, #e54f7a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.genai-sticky-shaow {
  position: sticky;
  top: 40px;
  z-index: 1;
}

.genai-sticky-shaow-left {
  box-shadow: 0 12px 24px 0 rgba(84, 40, 207, 0.24);
  background-color: #fff;
  height: 30px;
}

.genai-sticky-shaow-right {
  box-shadow: 0 12px 24px 0 rgba(209, 73, 158, 0.24);
  background-color: #fff;
  height: 30px;
}

.test {
  position: absolute;
  left: 50%;
  width: 50px;
  background-color: #fff;
  z-index: 2;
}

.whiteposcard {
  width: 100%;
  height: 40px;
  position: absolute;
  background-color: #fff;
  top: 40px;
  z-index: 2;
  left: 0;
}

.text-7676 {
  color: #A3A5AC;
}

.btn-trynow, .btn-purple, .btn-sky-blue, .btn-sea-green, .btn-blue, .btn-orange {
  padding: 10px 14px;
  border-radius: 4px;
  background-color: #fff;
  color: #2e93a1;
  font-weight: 500;
  border: 1px solid #2e93a1;
  transition: all 0.3s ease;
}
.btn-trynow:focus, .btn-purple:focus, .btn-sky-blue:focus, .btn-sea-green:focus, .btn-blue:focus, .btn-orange:focus {
  outline: none;
}
.btn-trynow:focus-visible, .btn-purple:focus-visible, .btn-sky-blue:focus-visible, .btn-sea-green:focus-visible, .btn-blue:focus-visible, .btn-orange:focus-visible {
  border: none;
  outline: none;
}
.btn-trynow:hover, .btn-purple:hover, .btn-sky-blue:hover, .btn-sea-green:hover, .btn-blue:hover, .btn-orange:hover {
  background-color: #2e93a1;
  color: #ffffff;
}

.btn-orange {
  border-color: #e9ac0d;
  color: #e9ac0d;
}
.btn-orange:hover {
  background-color: #e9ac0d;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .btn-orange {
    margin-bottom: 0px !important;
  }
}

.btn-blue {
  border-color: #5385e7;
  color: #5385e7;
}
.btn-blue:hover {
  background-color: #5385e7;
  color: #ffffff;
}

.btn-sea-green {
  border-color: #2fc7aa;
  color: #2fc7aa;
}
.btn-sea-green:hover {
  background-color: #2fc7aa;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .btn-sea-green {
    margin-bottom: 0px !important;
  }
}

.btn-sky-blue {
  border-color: #1fa5c5;
  color: #1fa5c5;
}
.btn-sky-blue:hover {
  background-color: #1fa5c5;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .btn-sky-blue {
    margin-bottom: 0px !important;
  }
}

.btn-purple {
  border-color: #aa4ff2;
  color: #aa4ff2;
}
.btn-purple:hover {
  background-color: #aa4ff2;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .btn-purple {
    margin-bottom: 0px !important;
  }
}

.bottomnaviagtion {
  width: 52.2%;
  height: 40px;
  padding: 2px;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  margin: 0 auto;
  background-color: rgba(235, 235, 235, 0.5);
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  z-index: 3;
}
.bottomnaviagtion a {
  padding: 8px 16px;
  color: #63707A;
  font-weight: 500;
  font-size: 14px;
}
.bottomnaviagtion a:hover {
  text-decoration: none;
}
.bottomnaviagtion a:last-child {
  padding: 8px 12px;
  border-radius: 50%;
}
.bottomnaviagtion a:last-child.active {
  padding: 8px 12px;
  border-radius: 50%;
  background-color: #fff;
}
.bottomnaviagtion a.active {
  background-color: #fff;
  border-radius: 25px;
  color: #2e93a1;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 1920px) {
  .bottomnaviagtion {
    width: 55.2%;
  }
}
@media only screen and (max-width: 1440px) {
  .bottomnaviagtion {
    width: 58.2%;
  }
}
@media only screen and (max-width: 1366px) {
  .bottomnaviagtion {
    width: 61.2%;
  }
}
@media only screen and (max-width: 1280px) {
  .bottomnaviagtion {
    width: 65.2%;
  }
}
@media only screen and (max-width: 1024px) {
  .bottomnaviagtion {
    width: 80.2%;
  }
}
@media only screen and (max-width: 912px) {
  .bottomnaviagtion {
    width: 90.2%;
  }
}

html {
  scroll-behavior: smooth;
}

.text {
  color: #fff;
}

#insights-and-intelligence {
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  #insights-and-intelligence {
    padding-bottom: 0px;
  }
}

.premium-orange, .premium-blue {
  padding: 8px 16px;
  border-radius: 40px;
  background-color: #fff;
  color: #e9ac0d;
  font-weight: 600;
  font-size: 10px;
  border: 1px solid #e9ac0d;
  margin-left: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .premium-orange, .premium-blue {
    padding: 4px 12px;
  }
}

.premium-blue {
  border-color: #5385e7;
  color: #5385e7;
}

.marquee {
  overflow: hidden;
  position: relative;
}
.marquee::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: flex;
  content: "";
  z-index: 2;
  background-image: linear-gradient(to right, #fff 47%, rgba(255, 255, 255, 0) 148%);
}
.marquee::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: flex;
  content: "";
  z-index: 2;
  background-image: linear-gradient(to right, #fff 47%, rgba(255, 255, 255, 0) 148%);
  transform: rotate(-180deg);
}

.marquee-content {
  display: flex;
  animation: scrolling 15s linear infinite;
}

.marquee-item {
  flex: 0 0 6vw;
  margin: 0 1vw;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .marquee-item {
    flex: 0 0 16vw;
  }
}
@media only screen and (max-width: 480px) {
  .marquee-item {
    flex: 0 0 22vw;
  }
}

.marquee-item img {
  display: block;
  width: 100%;
  aspect-ratio: 3/3;
  object-fit: contain;
  mix-blend-mode: color-burn;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-90vw);
  }
}
.bottomNav {
  padding: 12px 24px;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(246, 246, 246, 0.5);
  color: #2e93a1;
  font-size: 14px;
  font-weight: 600;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.slideup {
  width: 80%;
  height: 0;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #f6f6f6;
  color: #2e93a1;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: 0.5s;
  position: fixed;
  z-index: 1;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
.slideup .navbox {
  padding: 12px;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  overflow: hidden;
}
.slideup .navbox a {
  padding: 12px 12px;
  color: #63707A;
  font-weight: 500;
  font-size: 14px;
}
.slideup .navbox a i {
  display: none;
}
.slideup .navbox a:hover {
  text-decoration: none;
}
.slideup .navbox a.active {
  background-color: #fff;
  border-radius: 5px;
  color: #2e93a1;
  font-weight: 600;
  cursor: pointer;
}
.slideup .navbox a.active i {
  display: inline-flex;
  margin-right: 5px;
}
.slideup .navbox a.closebtn {
  text-align: center;
  color: #2e93a1;
}
@media only screen and (max-width: 480px) {
  .slideup {
    bottom: 0px;
    width: 90%;
  }
}

#desktopStickyav {
  display: flex;
  transition: display 0.6s ease;
}
@media only screen and (max-width: 768px) {
  #desktopStickyav {
    display: none;
  }
}

#mobileStickyNav {
  display: none;
}
@media only screen and (max-width: 820px) {
  #mobileStickyNav {
    display: block;
    position: fixed;
    bottom: 15px;
    z-index: 3;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #mobileStickyNav {
    display: block;
    position: fixed;
    bottom: 15px;
    z-index: 3;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #mobileStickyNav {
    display: block;
    position: fixed;
    bottom: 15px;
    z-index: 3;
    left: 0;
    right: 0;
  }
  #mobileStickyNav .bottomNav {
    width: max-content;
    padding: 12px 20px;
  }
}

#DesktopScroll {
  display: block;
}
@media only screen and (max-width: 768px) {
  #DesktopScroll {
    display: none;
  }
}

#MobileScroll {
  display: none;
}
@media only screen and (max-width: 480px) {
  #MobileScroll {
    display: block;
  }
}

.responsiveSection1 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .responsiveSection1 {
    display: block;
    text-align: center;
  }
  .responsiveSection1 p.f-24 {
    font-size: 18px;
  }
  .responsiveSection1 p.f-16 {
    font-size: 14px;
  }
}

ul.genaiul {
  padding-left: 16px;
  list-style-type: none;
  position: relative;
  margin-bottom: 40px;
}
ul.genaiul li {
  margin-bottom: 5px;
}
ul.genaiul li::before {
  content: ".";
  font-size: 30px;
  line-height: 0;
  position: absolute;
  left: 0;
}

.wc-btn-lg {
  border-radius: 4px;
}

#more {
  display: none;
}

#myBtn {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .f-28.pt-5 {
    font-size: 18px;
  }
  .faq-card div img {
    width: 90px;
  }
  .bgRequestBtn {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 820px) {
  p.col-md-7 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .bottomNav {
    width: max-content;
  }
}
@media only screen and (max-width: 768px) {
  p.col-md-7 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .bottomNav {
    width: max-content;
  }
}

 .inputwithbutton .inputWidth {
    width: 60%;
    margin-right: 0;
    margin-bottom: 20px;

    input{
      width: 100%;
      border: solid 1px #d9d9d9;
    background-color: #ffffff;
    padding: 5px 12px;
    border-radius: 2px;
    color: #484b59;
    height: 38px;
    &:focus{
      outline: none;
    }
    
    }
  }
   .submit-button-spin {
    width: calc(40% - 10px);
  }
  .submitformBtn{
      margin-left: 10px;
        padding: 7px 15px;
    height: 38px; 
    border-radius: 2px;
    background-color: #2e93a1;
    color: #ffffff;
    font-weight: 500;
    outline: none;
    border: none;
    width: 100%;
    &:focus-visible{
      outline: none;
    }
    &:focus{
      outline: none;
    }
  }
@media only screen and (max-width: 640px) {
  .inputwithbutton {
    flex-direction: column;
  }
  .inputwithbutton .inputWidth {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .submit-button-spin {
    width: 100%;
  }
  .submitformBtn{
    margin-left: 0;
  }
}

/*# sourceMappingURL=new-page-style.css.map */
