.header {
  background-image: url("assests/background-img.svg");
  background-size: cover;
  background-position: 50%;
  min-height: 100vh;
  padding: 20px;
  padding-bottom: 0px !important;
}
.banner-title {
  font-family: 'Nunito';
  font-size: 44px;
  font-weight: 600;
  line-height: 60.02px;
  text-align: left;
  color: #ffffff;
}
.banner-description {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27.28px;
  text-align: left;
  color: #ffffff;
}
.banner-bulletPoints {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  text-align: left;
  color: #ffffff;
}
.bannerBtn {
  padding: 3px 16px;
  background: #f9ba1c;
  border-radius: 10px;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.74px;
  text-align: left;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}


.header-contact {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.28px;
  text-align: left;
  color: #ffff;
}
.firstSection-title {
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 49.1px;
    text-align: center;
    color: #000000;
}
.fisrtSection-head {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 32.74px;
  text-align: left;
  color: #000000;
}
.firstSection-description {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.integration-head {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 49.1px;
  text-align: center;
  color: #000000;
}
.main {
  background: #edf6ff;
  border-radius: 10px;
}
.sectionBackground {
  background-image: url("assests/sectionBackground-img.svg");
  background-size: cover;
  background-position: 50%;
  min-height: 80vh;
  padding: 20px;
  padding-bottom: 0px !important;
}

.thirdSectionHead {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 49.1px;
  text-align: center;
  color: #ffffff;
}
.thirdSectionSubhead {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.74px;
  text-align: center;
  color: #ffffff;
}
.thirdSectionDescription {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.82px;
  text-align: center;
  color: #ffffff;
}
.contactBackground {
  /* background-image: url("assests/contact-backgroundimg.svg"); */
  background-size: cover;
  background-position: 50%;
  /* min-height: 100vh; */
  padding: 20px;
  padding-bottom: 0px !important;
}
.conatctInput {
  height: 60px;
  border-radius: 12px;
  border: 1px solid #1c8ece;
}
.blueBtn {
  height: 65px;
  padding: 14px 40px;
  gap: 10px;
  border-radius: 12px;
  background: #1c8ece;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32.74px;
  text-align: left;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}
.border-top {
  border-top: 2px solid #e1e2e9;
}
.integration-title {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 49.1px;
  text-align: center;
  color: #000000;
}

.secondsection-title {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 49.1px;
  text-align: center;
  color: #000000;
}
.secondSection-head {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 49.1px;
  color: #42515A;
}
.secondSection-description {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #42515a;
}
.footer-address{
font-family: "Nunito", sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 27.28px;
text-align: left;
color: #6A7194;
}

@media only screen and (max-width: 4000px) and (min-width: 1800px) {
.header {
    background-image: url(assests/background-img.svg);
    background-size: cover;
    background-position: 50%;
    min-height: 78vh;
    padding: 20px;
    padding-bottom: 0px !important;
}
.sectionBackground {
    background-image: url(assests/sectionBackground-img.svg);
    background-size: cover;
    background-position: 50%;
    min-height: 55vh;
    padding: 20px;
    padding-bottom: 0px !important;
}
}