@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media (min-width: 1400px) {
  .container {
    max-width: 1160px;
  }
}


:root {
  --font-family-dm: DM Sans;
}

body {
  font-family: DM Sans !important;
}

/* .child-page.main-content{
  min-height: 100vh;
}
.child-page.footer-section {
  overflow: hidden;
  position: sticky;
  bottom: 0;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  margin-bottom: 10px;
  font-family: var(--font-family-dm);
}

p {
  margin-top: 0px;
  font-family: var(--font-family-dm);
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.cursor-pointer {
  cursor: pointer;
}
.modal-header.information{
  border: none;
  color: #222222 !important;
}
.modal-title.information{
  font-weight: 700;
  color: #222222 !important;
}
.modal-footer.information{
  border: none;
  text-align: center;
  display: block;
  color: #222222 !important;
}
.modal-content.information{
  padding: 20px;
  border-radius: 16px;
}
.modal-body.information p{
  color: #222222 !important;
}
.btn-information{
  background: #4B4EFD;
  color: #fff;
  font-weight: 600;
  padding: 10px 40px;
  border-radius: 50px;
}

.submit-btn {
  background-color: rgb(255, 255, 255);
  padding: 13px;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 20.83px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  text-transform: capitalize;
  border: 0px;
  box-shadow: none;
  outline: none;
  transition: all 0.4s ease-in-out;
  font-family: var(--font-family-dm);
  cursor: pointer;
}
.submit-btn:focus {
  box-shadow: none;
}
.submit-btn:hover {
  background-color: rgb(75, 78, 253);
  color: #fff;
}

.main-heading {
  margin-bottom: 20px;
}
.main-heading h2 {
  font-size: 40px;
  line-height: 52.8px;
  font-weight: 800;
  color: rgb(34, 34, 34);
  text-transform: capitalize;
  margin: 0px;
  margin-bottom: 10px;
}
.main-heading h2 span {
  color: rgb(75, 78, 253);
}
.main-heading p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.64);
  margin: 0px;
}

.banner-section {
  background: linear-gradient(180deg, rgba(75, 78, 253, 0.12) 0%, rgba(255, 255, 255, 0) 63.86%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  padding-top: 140px;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 20px 20px;
}
.banner-section::after {
  content: "";
  position: absolute;
  /*
  background-image: url("../images/banner-TopLine.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  */
  width: 100%;
  height: 100%;
  top: 58%;
  left: 0px;
  transform: translate(0%, -42%);
  z-index: -1;
  right: 0px;
}
.banner-section .banner-inner .banner-heading {
  text-align: center;
}
.banner-section .banner-inner .banner-heading h2 {
  font-size: 48px;
  line-height: 67.2px;
  margin-bottom: 0px;
}
.banner-section .banner-inner .banner-heading p {
  font-size: 20px;
  line-height: 26.4px;
  color: rgba(34, 34, 34, 0.6);
  font-weight: 500;
  margin-bottom: 10px;
}
.banner-section .banner-inner .banner-content {
  padding-top: 55px;
}
.banner-section .banner-inner .banner-content .banner-mobile-img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 344px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 42px 56px 0px;
  border-radius: 38px;
  transition: all 0.3s ease-in-out;
}
.banner-section .banner-inner .banner-content .banner-mobile-img:hover {
  transform: translateY(-20px);
}
.banner-section .banner-inner .banner-content .banner-mobile-img img {
  width: 100%;
}
.banner-section .banner-inner .banner-content .banner-mobile-img.mobile-img-mt {
  margin-top: 90px;
  max-width: 300px;
}
.banner-section .banner-inner .banner-content .banner-mobile {
  display: none;
}

.download-mobile-app-section {
  padding: 85px 0px;
  background: linear-gradient(208.19deg, rgba(75, 78, 253, 0.2) 6.91%, rgba(255, 149, 190, 0.2) 90.28%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-radius: 0px 0px 20px 20px;
  position: relative;
  margin-top: -25px;
  z-index: 1;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-review {
  margin-top: 8px;
  display: flex;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-review li {
  position: relative;
  display: inline-block;
  width: 33.33%;
  overflow: hidden;
  padding-right: 48px;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-review li:last-child:after {
  width: 0px;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-review li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.2);
  right: 40px;
  top: 52%;
  bottom: 0px;
  transform: translate(0px, -50%);
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-review li .download-mobile-review-number h2 {
  font-size: 36px;
  line-height: 46.87px;
  font-weight: 700;
  color: rgb(34, 34, 34);
  margin-bottom: 4px;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-review li .download-mobile-review-number p {
  font-size: 16px;
  line-height: 20.83px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: 0px;
  text-transform: capitalize;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img {
  position: relative;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img img {
  width: 100%;
  border-radius: 16px;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img .download-mobile-app-arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(240, 228, 247);
  padding: 5px;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img .download-mobile-app-arrow img {
  width: auto;
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img .download-mobile-app-arrow:hover {
  background: linear-gradient(207.08deg, #4B4EFD 12.53%, #FF95BE 86.42%);
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img .download-mobile-app-arrow:hover img {
  filter: brightness(10);
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img:hover .download-mobile-app-arrow {
  background: linear-gradient(207.08deg, #4B4EFD 12.53%, #FF95BE 86.42%);
}
.download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img:hover .download-mobile-app-arrow img {
  filter: brightness(10);
}

.abouts-section {
    padding: 140px 0px 0px;
  position: relative;
  overflow: hidden;
}
.abouts-section .about-inner {
  position: relative;

}
.abouts-section .abouts-heading {
  margin-top: 58px;
  background: linear-gradient(180deg, rgba(75, 78, 253, 0.12) 0%, rgba(255, 255, 255, 0) 63.86%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  padding-top: 240px;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 20px 20px;
}
.abouts-section .abouts-img {
  position: relative;
  right: 158%;
}
.abouts-section .abouts-img img {
  border-radius: 48px;
  width: 1505px;
}
.abouts-section .abouts-img-content {
  margin-top: 58px;
}
.abouts-section .abouts-img-content P {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.64);
  margin-bottom: 20px;
}

.choose-hangouti-section {
  padding: 100px 0px 70px;
}
.choose-hangouti-section .main-heading {
  margin-bottom: 20px;
  max-width: 469px;
}
.choose-hangouti-section .choose-hangouti-content {
  margin-top: 30px;
}
.choose-hangouti-section .choose-hangouti-card .choose-hangouti-card-img {
  background-color: rgb(247, 246, 249);
  border-radius: 16px;
  width: 56px;
  height: 56px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.choose-hangouti-section .choose-hangouti-card .choose-hangouti-card-img img {
  width: 28px;
}
.choose-hangouti-section .choose-hangouti-card .choose-hangouti-card-content h3 {
  font-size: 20px;
  line-height: 26.04px;
  font-weight: 700;
  color: rgb(34, 34, 34);
  text-transform: capitalize;
  margin-bottom: 8px;
}
.choose-hangouti-section .choose-hangouti-card .choose-hangouti-card-content p {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.64);
}
.choose-hangouti-section .choose-hangouti-card:hover .choose-hangouti-card-img {
  background: linear-gradient(207.08deg, #4B4EFD 12.53%, #FF95BE 86.42%);
}
.choose-hangouti-section .choose-hangouti-card:hover .choose-hangouti-card-img img {
  filter: brightness(10);
}

.future-update-section {
  padding-top: 70px;
}

.features-section {
  background-color: rgb(34, 34, 34);
  padding: 80px 0px 200px;
}
.features-section .features-heading h2 {
  color: rgb(255, 255, 255);
}
.features-section .features-content {
  padding-left: 12px;
  margin-top: 10px;
  position: relative;
}
.features-section .features-content:after {
  background: linear-gradient(208.19deg, #4B4EFD 6.91%, #FF95BE 90.28%);
  width: 2px;
  height: 52px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}
.features-section .features-content p {
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 400;
  color: rgba(238, 238, 238, 0.75);
  margin: 0px;
}

.features-content-section {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}
.features-content-section .features-card {
  border: 5px solid rgb(246, 246, 246);
  border-bottom: 0px;
  background-color: rgb(246, 246, 246);
  border-radius: 16px;
  padding: 24px 12px 0px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
}
.features-content-section .features-card .features-card-text {
  text-align: center;
  max-width: 293px;
  margin: 0px auto 30px;
}
.features-content-section .features-card .features-card-text h3 {
  font-size: 22px;
  line-height: 28.64px;
  font-weight: 700;
  color: rgb(34, 34, 34);
  text-transform: capitalize;
  margin-bottom: 8px;
}
.features-content-section .features-card .features-card-text p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 500;
  color: rgb(136, 136, 136);
  margin: 0px;
}
.features-content-section .features-card .features-card-img {
  max-width: 260px;
  margin: auto;
  box-shadow: rgba(71, 70, 65, 0.2) 0px 26px 19px 0px;
  border-radius: 36px;
}
.features-content-section .features-card .features-card-img img {
  width: 100%;
  margin-bottom: -8px;
}
.features-content-section .features-card:hover {
  transform: translateY(-15px);
}

.how-work-section {
  padding-top: 140px;
  border-radius: 0px 0px 24px 24px;
  background: linear-gradient(180deg, #FFF 0%, #E1E1FF 100%);
  position: relative;
  z-index: 1;
  margin-bottom: -21px;
}
.how-work-section .how-work-inner .how-work-content .accordion-item {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 16px;
  padding: 19px 20px;
  margin-bottom: 20px;
  box-shadow: none;
  padding: 0px;
  min-height: auto;
}
.how-work-section .how-work-inner .how-work-content .accordion-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08) !important;
}
.how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header {
  margin: 0px;
}
.how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button.collapsed,
.how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 500;
  color: rgb(136, 136, 136);
  font-family: var(--font-family-dm);
}
.how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button.collapsed:after {
  background-image: url("../images/accordin-plus.svg");
}
.how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding: 20px 20px 16px;
  box-shadow: none;
  line-height: 30px;
  color: rgb(34, 34, 34);
}
.how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../images/accordin-minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.how-work-section .how-work-inner .how-work-content .accordion-item .accordion-body {
  padding: 20px;
  padding-top: 0px;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  color: rgb(136, 136, 136);
  font-family: var(--font-family-dm);
}
.how-work-section .how-work-inner .contactus-div {
  border-radius: 20px;
  background: var(--1, linear-gradient(208deg, #4B4EFD 6.91%, #FF95BE 90.28%));
  padding: 24px;
}
.how-work-section .how-work-inner .contactus-div .contact-heading {
  margin-bottom: 16px;
}
.how-work-section .how-work-inner .contactus-div .contact-heading h3 {
  font-size: 32px;
  line-height: 41.66px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  margin: 0px;
}
.how-work-section .how-work-inner .contactus-div .contact-form .form-group {
  margin-bottom: 16px;
}
.how-work-section .how-work-inner .contactus-div .contact-form .form-group .form-control {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 19.53px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px;
  color: #fff;
  padding: 16px 16px;
  width: 100%;
  background-color: transparent !important;
  box-shadow: none;
}
.how-work-section .how-work-inner .contactus-div .contact-form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.how-work-section .how-work-inner .contactus-div .contact-form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.how-work-section .how-work-inner .contactus-div .contact-form .form-group .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.425) !important;
}
.how-work-section .how-work-inner .contactus-div .contact-form .form-group .textarea-question {
  min-height: 220px;
  height: auto !important;
}

.download-our-app-sectopn {
  padding-bottom: 20px;
  padding-top: 50px;
  border-radius: 0px 0px 24px 24px;
  background: linear-gradient(180deg, #FFF 0%, #E1E1FF 100%);
  position: relative;
  z-index: 1;
  margin-bottom: -21px;
}
.download-our-app-sectopn .download-our-app-inner .download-our-app-img {
  overflow: hidden;
}
.download-our-app-sectopn .download-our-app-inner .download-our-app-img img {
  width: 100%;
  transition: all 0.4s ease;
}
.download-our-app-sectopn .download-our-app-inner .download-our-app-img:hover img {
  transform: scale(1.1);
}
.download-our-app-sectopn .download-our-app-inner .download-our-app-content {
  padding-top: 34px;
  margin-bottom: 32px;
}
.download-our-app-sectopn .download-our-app-inner .download-our-app-content p {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.6);
  margin-bottom: 6px;
}
.download-our-app-sectopn .download-our-app-inner .download-our-app-btn .app-btn {
  max-width: 162px;
  display: inline-block;
  margin: 0px 20px 10px 0px;
  transition: all 0.4s ease-in-out;
}
.download-our-app-sectopn .download-our-app-inner .download-our-app-btn .app-btn img {
  width: 100%;
  border-radius: 6px;
}
.download-our-app-sectopn .download-our-app-inner .download-our-app-btn .app-btn:hover {
  transform: translateY(-5px);
}

.footer-section {
  background-color: #222;
  padding: 75px 0 30px 0;
  overflow: hidden;
}
.footer-section .footer-heading {
  padding-bottom: 32px;
  padding-bottom: 18px;
}
.footer-section .footer-heading .footer-left-logo a {
  max-width: 145px;
  display: block;
}
.footer-section .footer-heading .footer-left-logo a img {
  width: 100%;
}
.footer-section .footer-left-link .footer-link-content {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-section .footer-left-link .footer-link-content li {
  padding-right: 30px;
  padding-bottom: 14px;
  list-style: none;
  padding-right: 20px;
}
.footer-section .footer-left-link .footer-link-content li:last-child {
  padding-right: 0;
}
.footer-section .footer-left-link .footer-link-content li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #EEE;
  opacity: 0.6;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  line-height: 20px;
}
.footer-section .footer-left-link .footer-link-content li a:hover {
  opacity: 1;
}
.footer-section .copyright {
  padding-top: 20px;
  border-top: 1px solid rgba(238, 238, 238, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-section .copyright p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #EEE;
  margin: 0;
  opacity: 0.6;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}
.footer-section .copyright .footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.footer-section .copyright .footer-social-icon li {
  list-style: none;
  padding-right: 20px;
}
.footer-section .copyright .footer-social-icon li a {
  display: block;
  max-width: 24px;
}
.footer-section .copyright .footer-social-icon li a img {
  width: 100%;
  opacity: 64%;
}
.footer-section .copyright .footer-social-icon li a:hover img {
  filter: brightness(100);
  opacity: 1;
}

.about-img-small {
  display: none;
  align-items: center;
}
@media (min-width: 2000px) and (max-width: 3000px){
  .abouts-section .abouts-img {
      position: relative;
      right: 310%;
  }
  .abouts-section .abouts-img img {
      border-radius: 48px;
      width: 2590px;
  }
  .banner-section::after {
    background-size: 95% 100%;
  }
}
@media (max-width: 1925px) {
  .abouts-section .abouts-img {
    right: 215%;
  }
  .abouts-section .abouts-img img {
    width: 1925px;
  }
}
@media (max-width: 1199px) {
  .main-heading h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review li .download-mobile-review-number p {
    font-size: 14px;
    line-height: 20px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review li .download-mobile-review-number h2 {
    font-size: 28px;
    line-height: 45px;
  }
  .abouts-section {
    padding: 80px 0px 0px;
  }
  .choose-hangouti-section {
    padding: 40px 0px 20px;
  }
  .how-work-section {
    padding-top: 80px;
  }
  .download-our-app-sectopn {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .banner-section .banner-inner .banner-content .banner-mobile-img.mobile-img-mt {
    margin-top: 30px;
    max-width: 265px;
  }
  .abouts-section .abouts-img img {
    width: 1218px;
  }
  .abouts-section {
    padding-bottom: 40px;
    
  }
  .about-img-small {
    display: block;
  }
  .about-img-desktop {
    display: none;
  }
  .abouts-section .abouts-img {
    right: 160%;
  }
}
@media (max-width: 991px) {
  .banner-section {
    padding-top: 105px;
  }
  .MuiBox-root.css-reesri {
    display: none;
  }
  .banner-section .banner-inner .banner-content .banner-mobile-img.mobile-img-mt {
    margin-top: 30px;
    max-width: 197px;
  }
  .banner-section::before {
    height: 135px;
  }
  .banner-section .banner-inner .banner-content {
    padding-top: 20px;
  }
  .download-our-app-sectopn .download-our-app-inner .download-our-app-img {
    max-width: 467px;
    margin: auto;
  }
  .download-our-app-sectopn .download-our-app-inner .download-our-app-content {
    padding-top: 0px;
  }
  .download-mobile-app-section {
    padding: 60px 0px;
  }
  .download-mobile-app-section .download-mobile-content {
    margin-bottom: 20px;
  }
  .download-mobile-app-section .download-mobile-app .MuiGrid2-root {
    justify-content: center;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img {
    max-width: 189px;
    margin: auto;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img .download-mobile-app-arrow {
    width: 46px;
    height: 46px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img .download-mobile-app-arrow img {
    width: 28px;
  }
  .abouts-section {
    padding: 60px 0px 0px;
  }
  .abouts-section .abouts-heading {
    margin-top: 0px;
  }
  .abouts-section .abouts-img {
    margin: revert;
  }
  .abouts-section::after {
    display: none;
  }
  .abouts-section .abouts-img:after {
    width: 90%;
    height: 172px;
    left: 19px;
    right: 0px;
    max-width: none;
    margin: auto;
  }
  .features-section {
    padding: 60px 0px 165px;
  }
  .features-content-section {
    margin-top: -140px;
  }
  .features-content-section .features-card .features-card-text h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .features-content-section .features-card .features-card-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .features-content-section .features-card .features-card-text {
    margin: 0px auto 15px;
  }
  .features-content-section .features-card .features-card-img {
    max-width: 150px;
  }
  .submit-btn {
    padding: 10px;
  }
  .choose-hangouti-section {
    padding: 20px 0px 20px;
  }
  .how-work-section {
    padding-top: 60px;
  }
  .download-our-app-sectopn {
    padding-top: 60px;
  }
  .future-update-section {
    padding-top: 60px;
  }
  .footer-section .footer-left-link .footer-link-content {
    justify-content: flex-start;
  }
  .footer-section .footer-left-link .footer-link-content li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-section .footer-left-link .footer-link-content li {
    padding-right: 20px;
  }
  .banner-section .banner-inner .banner-heading h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .main-heading h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button.collapsed,
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 20px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button {
    line-height: 20px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button {
    padding: 14px 14px 14px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-body {
    padding: 14px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .how-work-section .how-work-inner .contactus-div .contact-heading h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .how-work-section .how-work-inner .contactus-div .contact-form .form-group .form-control {
    font-size: 14px;
    line-height: 15px;
    border-radius: 6px;
    padding: 10px 12px;
  }
  .how-work-section .how-work-inner .contactus-div .contact-form .form-group .textarea-question {
    min-height: 80px;
  }
  .submit-btn {
    padding: 10px;
  }
  .abouts-section .abouts-img img {
    border-radius: 34px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-app {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .abouts-section .abouts-img-content {
    margin-top: 0px;
  }
  .abouts-section .abouts-img-content P {
    font-size: 14px;
    line-height: 20px;
  }
  .main-heading p {
    font-size: 14px;
    line-height: 20px;
  }
  .features-section .features-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button:after {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review li {
    padding-right: 0px;
    padding: 0px 10px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review li:first-child {
    padding-left: 0px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review li:after {
    right: 0px;
  }
  .abouts-section {
    padding-bottom: 40px;
  }
  .abouts-section .abouts-img img {
    width: 972px;
  }
  .abouts-section .abouts-img {
    position: relative;
    right: 175%;
  }
}
@media (max-width: 767px) {
  .main-heading h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .banner-section .banner-inner .banner-heading h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .footer-section .footer-left-link .footer-link-content {
    display: block;
  }
  .footer-section .footer-heading {
    padding-bottom: 18px;
  }
  .footer-section .copyright p {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-section .footer-heading .footer-left-logo a {
    max-width: 100px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button.collapsed,
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 20px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-header .accordion-button:after {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item {
    margin-bottom: 12px;
  }
  .how-work-section .how-work-inner .how-work-content .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }
  .features-content-section .features-card {
    margin-bottom: 15px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review {
    margin-bottom: 15px;
  }
  .how-work-content {
    margin-bottom: 20px;
  }
  .header-section .header-inner .navbar .navbar-brand img {
    max-width: 240px !important;
    width: 100% !important;
  }
  .banner-section .banner-inner .banner-content .banner-mobile-img.mobile-img-mt {
    margin-top: 20px;
    max-width: 142px;
  }
  .how-work-section .how-work-inner .contactus-div {
    padding: 20px;
  }
  .download-our-app-sectopn .download-our-app-inner .download-our-app-img {
    margin-bottom: 15px;
  }
  .abouts-section .abouts-img {
    max-width: 190px;
  }
  .download-our-app-sectopn .download-our-app-inner .download-our-app-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .download-our-app-sectopn .download-our-app-inner {
    text-align: center;
  }
  .main-heading {
    text-align: center;
  }
  .features-heading {
    text-align: left;
  }
  .choose-hangouti-section .main-heading {
    max-width: 100%;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-app {
    justify-content: center;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review {
    text-align: center;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img {
    max-width: 130px;
  }
  .footer-left-logo {
    margin-bottom: 15px;
  }
  .abouts-section .abouts-img img {
    width: 914px;
  }
  .abouts-section .abouts-img {
    right: 130%;
  }
  .abouts-section .abouts-content {
    margin-top: 20px;
  }
  .abouts-section {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .main-heading p {
    font-size: 14px;
    line-height: 22px;
  }
  .main-heading {
    margin-bottom: 15px;
  }
  .banner-section {
    padding-top: 100px;
  }
  .banner-section .banner-inner .banner-heading p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .banner-section .banner-inner .banner-content .banner-mobile-img {
    max-width: 155px;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 15px;
  }
  .banner-section .banner-inner .banner-content .banner-mobile-img.mobile-img-mt {
    max-width: 155px;
    margin-top: 0px;
  }
  .banner-section .banner-inner .banner-content {
    padding-top: 10px;
  }
  .banner-section::before {
    height: 100%;
    width: 100%;
    background-size: contain;
  }
  .banner-section .banner-inner .banner-content .banner-desktop {
    display: none;
  }
  .banner-section .banner-inner .banner-content .banner-mobile {
    display: block;
  }
  .banner-section .banner-inner .banner-content .banner-mobile .banner-mobile-img {
    box-shadow: none;
    max-width: 315px;
  }
  .banner-section .banner-inner .banner-heading h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .download-mobile-app-section {
    padding: 40px 0px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review li .download-mobile-review-number h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review li:after {
    right: 12px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-review li {
    padding-right: 17px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img .download-mobile-app-arrow img {
    width: 27px;
  }
  .download-mobile-app-section .download-mobile-app-inner .download-mobile-app-img .download-mobile-app-arrow {
    width: 33px;
    height: 33px;
    right: -4px;
    bottom: -3px;
  }
  .download-mobile-app-section .download-mobile-content {
    margin-bottom: 15px;
  }
  .abouts-section {
    padding: 40px 0px 0px;
  }
  .abouts-section .abouts-img {
    margin: 0px auto;
  }
  .abouts-section .abouts-row {
    flex-flow: column-reverse;
  }
  .abouts-section .abouts-img {
    max-width: 140px;
  }
  .abouts-section .abouts-img img {
    border-radius: 22px;
    margin-bottom: 24px;
    box-shadow: rgba(34, 34, 34, 0.2) 0px 9px 14px 0px;
  }
  .abouts-section .abouts-img-content P {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .abouts-section .abouts-img-content {
    margin-top: 0px;
  }
  .abouts-section .abouts-heading {
    margin-bottom: 0px;
  }
  .abouts-section .abouts-img:after {
    height: 111px;
    left: 12px;
  }
  .choose-hangouti-section {
    padding: 40px 0px 0px;
  }
  .choose-hangouti-section .choose-hangouti-content {
    margin-top: 10px;
  }
  .choose-hangouti-section .choose-hangouti-card .choose-hangouti-card-img {
    border-radius: 12px;
    width: 46px;
    height: 46px;
  }
  .choose-hangouti-section .choose-hangouti-card .choose-hangouti-