* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

.container{
  max-width: 80rem;
  margin: 0 auto;
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 3.125rem;
  max-width: 1440px;
  margin: 0 auto;
}

.header-section .menu-section {
  display: none;
}

.sidebar {
  display: none;
}

.header-section .left-section {
  margin-left: 1.875rem;
}

.navTrigger {
  display: none;
}

.header-section .left-section .logo-section {
  width: 9.3125rem;
  height: 3.0625rem;
}

.header-section .left-section .logo-section img {
  width: 100%;
  height: 100%;
}

.header-section .right-section button {
  background: #109BD8;
  border: none;
  padding: 0.9063rem 1rem;
  box-shadow: 0rem 0rem 0.1875rem 0rem #00000040;
  border-radius: 0.375rem;
  cursor: pointer;
}

.header-section .right-section button a{
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.hero-section {
  display: flex;
  justify-content: space-between;
  padding: 0 3.125rem 5rem;
  background: url(./assets/hero-bg-img.svg);
  background-repeat: no-repeat;
  background-size: 95% 100%;
  background-position: 100%;
}

.hero-section .inner-section {
  display: flex;
  justify-content: space-between;
}

.hero-section .inner-section .left-content {
  width: 60%;
  margin-left: 3rem;
  margin-top: 3.125rem;
}

.hero-section .left-content .text-section p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #2C2C2E;
  margin-bottom: 1.1875rem;
}

.hero-section .left-content .text-section p .bold-text {
  font-weight: 600;
}

.hero-section .left-content .text-section h2 {
  font-size: 3.375rem;
  font-weight: 700;
  color: #013767;
}

.hero-section .left-content .download-section {
  margin-top: 4.5625rem;
}

.hero-section .left-content .download-section h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.6875rem;
}

.hero-section .left-content .download-now-image {
  height: 4rem;
}

.hero-section .right-content {
  width: 40%;
}

.hide-text {
  display: none;
}

.hero-section .right-content .right-content-image {
  width: 31.25rem;
  height: 32.5rem;
}

.hero-section .right-content .right-content-image img {
  width: 100%;
  height: 100%;
}

.about-us-section {
  padding: 0 5.25rem;
  display: flex;
  justify-content: space-between;
}

.about-us-section .right-content .text-section {
  margin-top: 8.25rem;
}

.about-us-section .right-content .text-section .about-text {
  font-size: 2.25rem;
  font-weight: 700;
  color: #013767;
  margin-bottom: 1.875rem;
  display: block;
}

.about-us-section .right-content .text-section p {
  font-size: 1rem;
  font-weight: 500;
  color: #2C2C2E;
  margin-bottom: 1.5625rem;
}

.features-section {
  padding: 1.875rem 3.125rem 3.75rem;
}

.features-section .heading-section {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 3.375rem;
}

.features-section .features-content-section {
  display: flex;
  justify-content: space-between;
  padding: 5.125rem 0rem 0 4.625rem;
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
  border-radius: 3.125rem;
}

.features-section .heading-section h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #109BD8;
}

.features-section .heading-section span {
  color: #013767;
}

.features-section .features-content-section .left-section {
  width: 50%;
}

.buttons-section {
  display: flex;
  gap: 1.25rem;
}

.avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
}

.focused {
  border: 0.0938rem solid #193966;
  z-index: 2;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.avatar.focused .color-overlay {
  display: none;
}

.features-section .features-content-section .left-section .features-text-section {
  width: 100%;
  margin-top: 3.75rem;
}

.features-section .features-content-section .left-section .features-text-section h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #38BEF9;
  margin-bottom: 1.25rem;
}

.features-section .features-content-section .left-section .features-text-section p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #2C2C2E;
}

.features-section .features-content-section .right-section {
  display: flex;
  justify-content: center;
  width: 50%;
}

.features-section .features-content-section .right-section .image-section {
  width: 28.125rem;
  height: 34.375rem;
  margin-top: -9.375rem;
}

.features-section .features-content-section .right-section .image-section img {
  width: 100%;
  height: 100%;
}


.features-text-section {
  display: none;
}

.features-text-section.active {
  display: block;
}

.image-section {
  display: none;
}

.image-section.active {
  display: block;
}

.slider-section {
  background-color: #193966;
  padding: 2.5rem 0;
}

.slider-section h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.875rem;
}

.slider-section span {
  color: #38BEF9;
}


.footer-section {
  background: #2C2C2E;
}
.contact-foot{
  bottom: 0;
  position: absolute;
  width: 100%;
}

.footer-section .top-section {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 0;
}

.footer-section .top-section {
  display: flex;
  justify-content: center;
  padding-bottom: 1.875rem;
}

.footer-section .border{
  width: 100%;
  height: 0.0625rem;
  background-color: #E0E0E0;
}

.footer-section .top-section .logo-section {
  display: flex;
  justify-content: center;
}

.footer-section .top-section .links-section {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.footer-section .top-section .links-section ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-section .top-section .links-section ul span {
  display: flex;
  content: '';
  width: 0.0625rem;
  height: 0.625rem;
  margin: 0 1.25rem;
  background: #ffffff;
}

.footer-section .top-section .links-section li {
  list-style: none;
}

.footer-section .top-section .links-section li a{
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #E0E0E0;
}

.footer-section .bottom-section {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3.125rem;
  max-width: 90rem;
  margin: 0 auto;
}

.footer-section .bottom-section .left-section p {
  font-size: 1rem;
  font-weight: 400;
  color: #E0E0E0;
}

.footer-section .bottom-section .right-section p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
}

.footer-section .bottom-section .right-section a {
  text-decoration: none;
  color: #32ACE2;
}

.terms-condition-section {
  padding: 0 3.125rem;
}

.terms-condition-section {
  padding: 0 3.125rem;
}

.terms-condition-section .header-section{
  padding: 1.875rem 0;
}

.terms-condition-section .header-section .left-section{
  margin-left: 1.5rem;
}

.terms-condition-section .terms-top-section {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  background: url(./assets/terms-img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3.125rem;
  display: flex;
  justify-content: space-between;
}

.terms-condition-section .terms-top-section .left-section {
  padding: 4.375rem;
}

.terms-condition-section .terms-top-section .left-section h1 {
  font-size: 3.375rem;
  font-weight: 700;
  color: #193966;
  margin-bottom: 1.125rem;
}

.terms-condition-section .terms-top-section .left-section p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
}

.terms-condition-section .terms-top-section .left-section span {
  font-weight: 600;
}

.terms-condition-section .terms-top-section .right-section .terms-image-section {
  margin-top: -2.5rem;
  margin-right: 1.875rem;
  width: 29.375rem;
  height: 18.75rem;
}

.terms-condition-section .terms-top-section .right-section .terms-image-section img {
  width: 100%;
  height: 100%;
}

.terms-condition-section .terms-top-section .right-section .privacy-image-section {
  margin-top: -1.25rem;
  margin-right: 1.875rem;
  width: 29.375rem;
  height: 18.75rem;
}

.terms-condition-section .terms-top-section .right-section .privacy-image-section img {
  width: 100%;
  height: 100%;
}

.terms-condition-section .app-use-section {
  padding: 0 3.125rem 9.0625rem;
}

.terms-condition-section .app-use-section .use h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #193966;
  margin-bottom: 1.25rem;
}

.terms-condition-section .app-use-section .use li {
  list-style: none;
}

.terms-condition-section .app-use-section .use ol li{
  list-style: decimal ;
  margin-left: 20px;
}

.terms-condition-section .app-use-section .use li h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25rem;
}

.terms-condition-section .app-use-section .use li p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1.25rem;
}

.wrapper {
  width: 100%;
  height: 42.5rem;
  overflow: hidden;
  position: relative;
}

.wrapper .camera{
  position: absolute;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 2.75rem;
  z-index: 9;
}

.wrapper .camera .camera-img{
  width: 1.375rem;
  height: 1.375rem;
}

.wrapper .camera img{
  margin-right: 0.625rem;
  width: 100%;
  height: 100%;
}

.center-slider {
  position: relative;
  height: 100%;
}

.center-slider::before {
  content: "";
  width: 18.75rem;
  background: url(./assets/redmi-pro-11.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -0.6875rem;
  right: 0rem;
  top: 0.3125rem;
  height: 39.5rem;
  margin: 1.25rem auto 0;
}

.center-slider .slick-slide {
  width: 11.75rem;
  height: 26.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
  opacity: 50%;
}

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
  opacity: 50%;
}

.center-slider .slick-current.slick-active {
  transform: scale(1.1);
  height: 100%;
  opacity: 1;
  overflow: hidden;
}

.center-slider .slick-current.slick-active img {
  width: 15.9375rem !important;
  height: 34.125rem !important;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 1.125rem;
}

.center-slider .slick-current.slick-active .image {
  margin-top: 0rem !important;
  margin-bottom: 0 !important;
  height: 33.75rem !important;
}

.center-slider .test {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-list {
  height: 100%;
}

.slick-next,
.slick-prev {
  opacity: 0.5;
  z-index: 5;
}

.slick-next {
  opacity: 0.5;
  right: 0.9375rem;
}

.slick-prev {
  left: 0.9375rem;
}

.test img {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.slick-dots li {
  background-color: #ffffff;
  border-radius: 100%;
  width: 0.4375rem;
  height: 0.4375rem;
}

.slick-dots li button:before{
  content: unset !important;
}

.slick-dots li.slick-active button:before {
  content: unset !important
}

.slick-dots .slick-active {
  background-color: #109BD8;
  margin: 0 !important;
  width: 1.875rem !important;
  height: 0.625rem !important;
  border-radius: 1.125rem;
}

.header {
  display: flex;
  padding: 1.875rem 3.125rem 3.125rem;
}

.contact-us-section {
  padding: 0 3.125rem 5.5625rem;
}

.contact-us-section .heading h1 {
  font-size: 3.375rem;
  font-weight: 700;
  color: #193966;
  margin-bottom: 2.5rem;
}

.contact-us-section .form-section {
  display: flex;
  justify-content: space-between;
  gap: 4.625rem;
}

.contact-us-section .contact-image-section .contact-image {
  width: 25rem;
  height: 19.375rem;
  margin-top: 3.125rem;
}

.contact-us-section .contact-image-section .contact-image img {
  width: 100%;
  height: 100%;
}

.form-section .contact-form {
  width: 100%;
}

.form-section .contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 1.25rem;
}

.form-section .contact-form .form-row .form-column {
  flex: 1;
  min-width: 15.625rem;
}

.form-section .contact-form .form-row .form-column .form-input,
.form-section .contact-form .form-row .form-column .form-textarea {
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.5625rem;
  border: unset;
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
}

.form-section .contact-form .form-row .form-column .form-input:focus,
.form-section .contact-form .form-row .form-column .form-textarea:focus {
  border-color: #6f6df4;
  outline: none;
}

.form-section .contact-form .form-row .form-column .form-textarea {
  resize: none;
}

.form-section .button-section .submit-button{
  display: block;
  width: fit-content;
  padding: 0.9375rem;
  background: #109BD8;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  margin-top: 4.5rem;
}

.error-message {
  font-size: 0.875rem;
  color: red;
  padding-top: 0.625rem;
}

.link{
  text-decoration: none;
  color: #109BD8;
  font-size: 16px;
}


/* responsive design css starts */

@media screen and (max-width: 1024px) {
  .hero-section .left-content {
    margin-top: 1.875rem;
    margin-left: 1.25rem;
  }

  .hero-section .left-content .download-section {
    margin-top: 1.875rem;
  }

  .contact-us-section .form-section {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .features-section .features-content-section .right-section .image-section {
    width: 17.6875rem;
    height: 25rem;
    margin-top: -5rem;
  }

  .features-section .features-content-section {
    padding: 2.5rem 2.5rem 2.5rem 4.625rem;
  }
  .hero-section .right-content .right-content-image {
    width: 25rem;
    height: 25rem;
  }
  
}

@media screen and (max-width: 992px) {

  .hero-section .left-content .text-section h2 {
    font-size: 2.75rem;
  }

  .about-us-section {
    padding: 0rem 2.8125rem;
  }

  .about-us-section .left-content .left-content-image {
    width: 26.875rem;
    height: 25rem;
  }

  .about-us-section .left-content .left-content-image img {
    width: 100%;
    height: 100%;
  }

  .about-us-section .right-content .text-section {
    margin-top: 1.25rem;
  }

  .features-section .features-content-section {
    padding: 3.125rem 2.5rem;
  }

  .features-section .features-content-section .right-section .image-section {
    margin-top: 0;
  }

  .terms-condition-section {
    padding: 0 1.875rem;
  }

  .terms-condition-section .terms-top-section .left-section {
    padding: 1.875rem;
  }

  .terms-condition-section .terms-top-section .right-section .terms-image-section {
    width: 18.75rem;
    height: 18.75rem;
  }

  .terms-condition-section .terms-top-section .right-section .privacy-image-section {
    width: 23.125rem;
    height: 18.75rem;
  }

  .terms-condition-section .app-use-section {
    padding: 0 1.875rem 1.875rem;
  }

  .hero-section .right-content .right-content-image {
    width: 18.75rem;
    height: 18.75rem;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    justify-content: center;
    padding: 1rem;
    position: relative;
  }

  .header-section .menu-section {
    display: block;
  }

  .navTrigger {
    display: block;
    cursor: pointer;
    width: 1.5625rem;
    height: 0.625rem;
    position: absolute;
    left: 1.25rem;
    top: 1.875rem;
  }

  .navTrigger i {
    background-color: #000000;
    border-radius: 0.125rem;
    content: '';
    display: block;
    width: 100%;
    height: 0.125rem;
    margin-bottom: 0.25rem;
  }

  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    width: 40%;
    height: 100%;
    z-index: 4;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    border-bottom: 0.0625rem solid var(--border-grey-color);
    overflow: auto;
    animation: slideFromLeft 0.3s ease;
    display: none;
  }

  @keyframes slideFromLeft {
    from {
      left: -80%;
    }

    to {
      left: 0;
    }
  }

  .sidenav-overlay {
    background: #000000;
    opacity: 0.8;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
  }

  .sidebar p{
    font-size: 1rem;
    font-weight: 500;
    color: black;
    margin-bottom: 1.25rem;
    cursor: pointer;
  }

  .sidebar button {
    background: #109BD8;
    border: none;
    padding: 0.9063rem 1rem;
    box-shadow: 0rem 0rem 0.1875rem 0rem #00000040;
    border-radius: 0.375rem;
  }

  .sidebar button a{
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
  }

  .header-section .right-section {
    display: none;
  }

  .header-section .left-section {
    margin-left: 0;
  }

  .header-section .left-section .logo-section {
    width: 6.8125rem;
    height: 2.125rem;
  }

  .hero-section {
    background: unset;
    flex-wrap: wrap;
    padding: 1rem 0;
    background-size: auto;
  }
  .hero-section .left-content {
    width: 100%;
    margin: 0;
  }

  .hero-section .inner-section .left-content {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .hero-section .left-content .text-section p {
    text-align: center;
  }

  .hero-section .left-content .text-section h2 {
    font-size: 2.125rem;
    text-align: center;
  }

  .hero-section .left-content .download-section {
    text-align: center;
  }

  .hero-section .inner-section {
    flex-wrap: wrap;
  }

  .hero-section .right-content {
    width: 100%;
    background: url(./assets/hero-right-img.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    height: 15.625rem;
  }

  .hero-section .right-content .right-content-image {
    width: 16.875rem;
    height: 16.875rem;
    margin-top: -4rem;
  }

  .hero-section .right-content {
    margin-top: 5.625rem;
    display: flex;
    justify-content: center;
  }

  .about-us-section {
    padding: 0 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-us-section .left-content .left-content-image {
    width: 14.375rem;
    height: 12.625rem;
  }

  .about-us-section .right-content .text-section {
    text-align: center;
  }

  .about-us-section .right-content .text-section .about-text {
    font-size: 1.625rem;
    display: none;
  }

  .features-section {
    padding: 0 1rem 3.125rem;
  }

  .features-section .heading-section {
    margin-bottom: 1.25rem;
  }

  .features-section .heading-section h2 {
    font-size: 1.625rem;
  }

  .features-section .features-content-section {
    flex-wrap: wrap;
    padding: 1.6875rem 1rem;
    justify-content: center;
  }

  .features-section .features-content-section .left-section {
    width: 100%
  }

  .features-section .features-content-section .left-section .features-text-section {
    margin-top: 1.875rem;
  }

  .features-section .features-content-section .right-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
  }

  .buttons-section {
    justify-content: center;
  }

  .features-section .features-content-section .left-section .features-text-section h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  .features-section .features-content-section .left-section .features-text-section p {
    font-size: 0.875rem;
    text-align: center;
  }

  .features-section .features-content-section .right-section .image-section {
    width: 12.1875rem;
    height: 14.375rem;
    margin-bottom: -3.375rem;
  }

  .features-section .features-content-section .right-section .image-section img {
    width: 100%;
    height: 100%;
  }

  .footer-section .top-section .links-section ul span {
    margin: 0rem 0.75rem;
  }

  .footer-section .bottom-section {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0 1rem;
  }

  .footer-section .bottom-section .left-section p {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }

  .hide-text {
    display: block;
    font-size: 1.625rem;
    font-weight: 700;
    color: #013767;
    margin-bottom: 1.25rem;
    text-align: center;
  }

  .header {
    justify-content: center;
  }

  .contact-us-section {
    padding: 0 1rem 1.875rem;
  }

  .contact-us-section .form-section {
    gap: 1.875rem;
  }

  .contact-us-section .heading h1 {
    font-size: 2.125rem;
    font-weight: 700;
    color: #193966;
    margin-bottom: 0.3125rem;
    text-align: center;
  }

  .contact-us-section .contact-image-section .contact-image {
    width: 18.75rem;
    height: 15.625rem;
    margin-top: 0;
  }

  .form-row {
    gap: 1.25rem;
  }

  .button-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .button-section .submit-button {
    margin-top: 1.25rem;
  }

  .terms-condition-section {
    padding: 1rem;
  }

  .terms-condition-section .terms-top-section {
    margin-top: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
    justify-content: center;
  }

  .terms-condition-section .header-section{
    padding: 1.25rem;
  }

  .terms-condition-section .terms-top-section .left-section h1 {
    font-size: 2.125rem;
    text-align: center;
  }

  .terms-condition-section .terms-top-section .left-section p {
    text-align: center;
  }

  .terms-condition-section .terms-top-section .right-section .terms-image-section {
    margin-right: 0;
    width: 15.625rem;
    height: 16.875rem;
  }

  .terms-condition-section .app-use-section {
    padding: 0 0 1.875rem;
  }

  .terms-condition-section .header-section .left-section {
    margin-left: 0;
  }

  .wrapper{
    height: 30.625rem;
    position: relative;
  }

  .center-slider .slick-current.slick-active img {
    width: 12.5rem !important;
    height: 28.25rem !important;
    margin-bottom: 1.25rem;
  }

  .center-slider .slick-current.slick-active .image {
    width: 11.6875rem !important;
    margin-top: 0rem !important;
    margin-bottom: 1.25rem !important;
    height: 32.125rem !important;
  }

  .center-slider::before {
    width: 12.5rem;
    height: 26.375rem;
  }

  .center-slider .slick-current.slick-active {
    transform: scale(0.95);
  }

  .slider-section{
    padding: 1.25rem 0;
  }

  .slider-section h2 {
    font-size: 1.6875rem;
    margin-bottom: 0;
  }

  .footer-section .top-section .links-section li {
    font-size: 0.75rem;
  }

  .wrapper .camera{
    top: 2.25rem;
  }

  .wrapper .camera .camera-img{
    width: 1.125rem;
    height: 1.125rem;
  }

  .form-section .button-section .submit-button {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1470px){
  .contact-us-section {
    padding: 0 3.125rem 6.9625rem;
 }
}

@media screen and (min-width: 1440px) {
  .hero-section .left-content {
    margin-left: 5.1875rem;
    margin-top: 5.5rem;
  }
}
/* responsive design css ends */