* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", serif;
}
h1 {
  font-size: 54px;
  line-height: 70px;
  letter-spacing: 0;
  font-family: "Poppins", serif;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0;
  font-family: "Poppins", serif;
  font-weight: 700;
}
h4 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Poppins", serif;
  font-weight: 700;
}
p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Poppins", serif;
  font-weight: 400;
}
.navbar {
  transition: all 1s ease-in-out;
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
/*Header Css*/
header {
  padding: 17px 0px;
}
ul.navbar-nav {
  align-items: center;
}
ul.navbar-nav .nav-item .nav-link {
  color: #000;
  padding-left: 13px;
  padding-right: 13px;
}
ul.navbar-nav .nav-item .nav-link:hover {
  color: #F68B1F;
}
ul.navbar-nav .nav-item a.nav-link.active {
  color: #F68B1F !important;
}
ul.navbar-nav li.nav-item.login a.nav-link {
  background: #F68B1F;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}
ul.navbar-nav li.nav-item.login a.nav-link:hover {
  background: #000;
  color: #fff;
}
/*Header Css End*/
/*Banner*/
.hero-wrapper {
  width: calc(100% - 100px);
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #fef9f4;
  padding: 100px;
}
.appimg {
  text-align: center;
  position: relative;
}
.appimg:before {
  content: "";
  display: block;
  position: absolute;
  width: 783px;
  height: 783px;
  border-radius: 50%;
  top: 50%;
  background: #F68B1F;
  background-size: 200% 200%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.appimg img {
  position: relative;
  z-index: 1;
}
.bannerdtl h1 {
  color: #F68B1F;
  padding-bottom: 10px;
}
.bannerdtl p {
  font-size: 26px;
  line-height: 38px;
  color: #000;
  max-width: 564px;
  padding-bottom: 20px;
}
.bannerdtl .appbtn ul {
  margin: 0;
  padding: 0;
}
.bannerdtl .appbtn ul li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
/*Banner End*/
/*Feature*/
.ptb-100 {
  padding: 100px 0px;
}
.pt-100 {
  padding-top: 100px;
}
.ptb-100 {
  padding-bottom: 100px;
}
.featureicn {
  width: 242px;
  height: 242px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red {
  background: #ff0000;
}
.drkgrey {
  background: #4E5D6D;
}
.ornge {
  background: #F68B1F;
}
.blue {
  background: #0078D4;
}
#features h2.featurehdg {
  padding-bottom: 65px;
}
.featureboxwrapper {
  width: 100%;
  padding: 5.7rem .5rem .5rem .5rem;
  border-radius: 2.5rem;
  margin-top: 50px;
}
.featureboxcontent {
  background-color: white;
  position: relative;
  padding: 34px 20px;
  border-radius: 2rem;
  text-align: center;
}
.featureboxcontent:before {
  content: "";
  width: 4.8rem;
  height: 2.2rem;
  background: url(../img/arrow.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.featureboxwrapper.red {
  background: rgb(255 0 0 / 20%);
}
.featureboxwrapper.drkgrey {
  background: rgb(78 93 109 / 20%);
}
.featureboxwrapper.ornge {
  background: rgb(246 139 31 / 20%);
}
.featureboxwrapper.blue {
  background: rgb(0 120 212 / 20%);
}
.gry {
  color: #4E5D6D;
}
.featurebox.bx2, .featurebox.bx4 {
  margin-top: 100px;
}
.featurebox.bx1, .featurebox.bx3 {
  margin-top: 0px;
}
.featurebox {
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}
.featurebox.bx2:hover, .featurebox.bx4:hover {
  margin-top: 0px;
}
.featurebox.bx1:hover, .featurebox.bx3:hover {
  margin-top: 100px;
}
/*Feature End*/
/*Testimonials*/
.ctestimonial .ctesinnr {
  background: #4E5D6D;
  padding: 70px 30px 30px 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.ctestimonial .ctesinnr::before {
  content: url(../img/quote.svg);
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: -1;
  opacity: 0.4;
  transform: scale(0.8);
}
.ctestimonial .ctestimonialinr {
  padding: 15px;
}
.ctestimonial .slick-current.slick-active .ctestimonialinr {
  padding-left: 0px;
}
.ctestimonial .ctesinnr p {
  color: #fff;
}
.ctestimonial .ctesinnr:hover {
  background: #F68B1F;
}
.ctestimonial button.slick-prev.slick-arrow {
  position: absolute;
  top: -40px;
  left: auto;
  right: 100px;
  width: 45px;
  height: 50px;
}
.ctestimonial button.slick-prev.slick-arrow::before {
  content: url(../img/prev-arrow.svg);
}
.ctestimonial button.slick-next.slick-arrow {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 45px;
  height: 50px;
}
.ctestimonial button.slick-next.slick-arrow::before {
  content: url(../img/next-arrow.svg);
}
.ctestimonial button.slick-arrow:hover {
  opacity: 0.5;
}
.usefdetail h4 {
  color: #F68B1F;
}
#usefunction h2.featurehdg {
  margin-bottom: 30px;
}
.usefdetail h4, .usefdetail p {
  margin-bottom: 10px;
}
/*Testimonials end*/
/*faq*/
.faqsctdtl h2.featurehdg {
  padding-bottom: 60px;
}
.accordion-header, .accordion-header button {
  background: transparent !important;
  border: 0px !important;
}
.accordion-item {
  border: 0px;
}
.accordion-item:first-of-type .accordion-button {
  border: 0px !important;
}
.faqsctdtl .faqaccordian .accordion-item:focus, .faqsctdtl .faqaccordian .accordion-item button:focus {
  outline: 0px;
  box-shadow: 0px 0px;
}
.accordion-button:not(.collapsed) {
  box-shadow: 0px 0px;
  color: #F68B1F;
}
h4.accordion-header button {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
/*faq end*/
/*membership tiers*/
.hero-wrapper.mmbrs {
  background: #F4F4F4;
}
#membershiptiers h2 {
  text-align: center;
}
.membertiers {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 30px;
  gap: 30px;
  justify-content: center;
}
.membertiers .membertiersinr {
  background: #F68B1F;
  padding: 43px 80px;
  border-radius: 30px;
}
.membertiers .membertiersinr .memberinrdt h4 {
  text-align: center;
  color: #fff;
}
.membertiers .membertiersinr .memberinrdt h2 {
  color: #fff;
}
.membertiers .membertiersinr .memberinrdt h5 {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.memberinnerdata {
  position: relative;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  margin-top: 45px;
}
.memberinnerdata::before {
  content: url(../img/arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.memberinnerdata ul {
  margin: 0;
  padding: 0;
}
.memberinnerdata ul li {
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 24px;
}
.memberinnerdata ul li img {
  position: absolute;
  top: 7px;
  left: 0;
}
.memberinnerdata ul li img {
  margin-right: 4px;
}
.membertiers .membertiersinr.paid {
  background: #4E5D6D;
}
/*membership tiers end*/
/*Inside apps*/
.insideappimg button.slick-prev.slick-arrow {
  position: absolute;
  top: -40px;
  left: auto;
  right: 100px;
  width: 45px;
  height: 50px;
}
.insideappimg button.slick-prev.slick-arrow::before {
  content: url(../img/prev-arrow.svg);
}
.insideappimg button.slick-next.slick-arrow {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 45px;
  height: 50px;
}
.insideappimg button.slick-next.slick-arrow::before {
  content: url(../img/next-arrow.svg);
}
.insideappimg button.slick-arrow:hover {
  opacity: 0.5;
}
#insideapp h2.featurehdg {
  padding-bottom: 30px;
}
.insideappimg .slick-slide {
  opacity: 0.5;
}
.insideappimg .slick-slide.slckactv6 {
  opacity: 1;
}
/*Inside app end*/
.hero-wrapper.newsletterwrapper {
  width: calc(100% - 10rem);
  margin: 0 auto;
  position: relative;
  padding: 1.5rem 0 0 0;
}
.newsletter__info {
  position: relative;
  bottom: -4.6rem;
  margin: 0 auto;
  width: 555px;
}
.newsletter__info h2 {
  width: 88%;
  padding-bottom: 30px;
}
.newsletter__img {
  text-align: center;
  position: relative;
  max-height: 482px;
}
.newsletter__img:before {
  content: "";
  width: 43.6rem;
  height: 26.7rem;
  background: url(../img/newsletter-bac.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 0%);
}
.newsletter__img img {
  z-index: 10;
  position: relative;
  top: -70px;
}
form.newsletter__info--field input {
  background: #fff;
  padding: 15px 22px;
  min-width: 330px;
  border: 4px solid rgb(245 139 32 / 20%);
  border-radius: 50px;
  height: 65px;
}
form.newsletter__info--field button.button {
  background: #F68B1F;
  width: 215px;
  height: 65px;
  border: 0px;
  border-radius: 50px;
  font-size: 16px;
  text-transform: capitalize;
}
form.newsletter__info--field button.button span {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
form.newsletter__info--field input:focus, form.newsletter__info--field input:focus-visible {
  border: 4px solid rgb(245 139 32 / 20%) !important;
  outline: 0px;
}
form.newsletter__info--field button.button:hover {
  background: #212529;
}
footer .hero-wrapper {
  background: rgb(84 100 113 / 5%);
}
.ftrlft p {
  max-width: 375px;
  padding-top: 20px;
}
.social ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
.social ul li {
  list-style: none;
  display: inline-block;
}
.social ul li a {
  background: #F68B1F;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.social ul li a:hover {
  background: #000;
}
.ftrgh {
  display: flex;
}
.ftrgh .ftrinr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-basis: 30%;
}
.ftrgh .ftrinr h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
}
.ftrgh .ftrinr .ftrmenu ul {
  margin: 0;
  padding: 0;
}
.ftrgh .ftrinr .ftrmenu ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 12px;
}
.ftrgh .ftrinr .ftrmenu ul li a {
  color: #000;
  text-decoration: none;
}
.appbtn.ftrbtn ul {
  margin: 0;
  padding: 0;
}
.appbtn.ftrbtn ul li {
  list-style: none;
  padding-bottom: 10px;
}
.ftrgh .ftrinr .ftrmenu ul li a:hover {
  color: #F68B1F;
}
.copyright {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .appimg:before {
    width: 300px;
    height: 300px;
  }
  .appimg img {
    max-width: 300px;
  }
  .hero-wrapper {
    width: calc(100% - 20px);
  }
  .appimg img {
    width: 80%;
  }
  .hero-wrapper {
    padding: 50px;
  }
  .bannerdtl .appbtn ul li {
    margin-bottom: 10px;
  }
  .bannerdtl .appbtn ul li img {
    max-width: 180px;
  }
  h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .bannerdtl p {
    font-size: 16px;
    line-height: 28px;
  }
  h2 {
    font-size: 20px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h4.accordion-header button {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion-body {
    font-size: 14px;
    line-height: 26px;
  }
  .membertiers .membertiersinr .memberinrdt h5 {
    font-size: 14px;
    line-height: 26px;
  }
  .memberinnerdata ul li {
    font-size: 12px;
    line-height: 24px;
  }
  form.newsletter__info--field input {
    min-width: 260px;
  }
  form.newsletter__info--field button.button {
    width: 150px;
    font-size: 14px;
  }
  .newsletter__img:before {
    width: 33.6rem;
    height: 16.7rem;
  }
  .newsletter__info {
    padding-left: 30px;
  }
  .ftrgh .ftrinr h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-wrapper {
    padding: 20px;
  }
  .social ul li a {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  .ftrgh .ftrinr .ftrmenu ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .featureicn {
    width: 180px;
    height: 180px;
  }
  .insideappimginr {
    padding: 10px;
  }
  ul.navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  .bannerdtl {
    padding-right: 50px;
  }
  #banner .bannerdtl {
    padding-right: 0px;
    padding-top: 30px;
  }
  #banner .row {
    flex-direction: column-reverse;
  }
  .featurebox {
    margin-bottom: 30px;
  }
  .navbar-toggler {
    background: #000;
  }
  .navbar-toggler-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
  }
  ul.navbar-nav {
    background: rgb(246 139 31 / 5%);
    padding: 20px;
    border-radius: 20px;
    margin-top: 10px;
  }
  ul.navbar-nav li {
    width: 100%;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  ul.navbar-nav li.nav-item.login {
    border-bottom: 0px;
  }
  ul.navbar-nav li.nav-item.login a.nav-link {
    text-align: center;
  }
  ul.navbar-nav .nav-item .nav-link {
    padding-left: 0px;
    padding-right: 0px;
  }
  .faqsctdtl h2.featurehdg {
    padding-bottom: 20px;
  }
  #faq .row {
    flex-direction: column-reverse;
  }
  #faq .faqsctdtl {
    padding-top: 50px;
  }
  h4.accordion-header button {
    padding-left: 0px;
    padding-right: 0px;
  }
  .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .membertiers {
    flex-wrap: wrap;
  }
  #newsletter .newsletter__img {
    display: none;
  }
  .newsletter__info {
    bottom: 0px;
    padding: 0px;
  }
  .newsletter__info h2 {
    padding-bottom: 20px;
  }
  .hero-wrapper.newsletterwrapper {
    padding: 30px;
  }
  .hero-wrapper.newsletterwrapper {
    width: calc(100% - 20px);
  }
  .ftrlft {
    padding-bottom: 30px;
  }
  .membertiers .membertiersinr {
    padding: 40px;
    width: 100%;
  }
  .membertiers {
    width: 100%;
  }
  .hero-wrapper.mmbrs {
    padding: 30px 10px 40px 10px;
  }
  .hero-wrapper.mmbrs .membertiers {
    padding-top: 10px;
  }
  .newsletter__info form.newsletter__info--field {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 280px;
    min-width: 280px;
  }
  form.newsletter__info--field input {
    max-width: 100%;
    min-width: 100%;
  }
  #newsletter {
    overflow: hidden;
  }
  .hero-wrapper.newsletterwrapper .newsletter__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  form.newsletter__info--field button.button {
    margin: 0 auto;
  }
  .ftrgh {
    flex-wrap: wrap;
  }
  .ftrgh .ftrinr {
    flex-basis: 100%;
    padding-bottom: 10px;
  }
  .ctestimonial button.slick-arrow {
    transform: translate(0%, -50%);
    top: 12px !important;
  }
  .insideappimg button.slick-arrow {
    transform: translate(0%, -50%);
    top: -18px !important;
  }
  .ctestimonial .ctestimonialinr {
    padding-top: 50px;
  }
  #insideapp h2.featurehdg {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appimg:before {
    width: 500px;
    height: 500px;
  }
  .appimg img {
    max-width: 300px;
  }
  .hero-wrapper {
    padding: 50px;
  }
  .bannerdtl .appbtn ul li {
    margin-bottom: 10px;
  }
  .bannerdtl .appbtn ul li img {
    max-width: 140px;
  }
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .bannerdtl p {
    font-size: 16px;
    line-height: 28px;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h4.accordion-header button {
    font-size: 18px;
    line-height: 26px;
  }
  .accordion-body {
    font-size: 14px;
    line-height: 26px;
  }
  .membertiers .membertiersinr .memberinrdt h5 {
    font-size: 14px;
    line-height: 26px;
  }
  .memberinnerdata ul li {
    font-size: 12px;
    line-height: 24px;
  }
  form.newsletter__info--field input {
    min-width: 260px;
  }
  form.newsletter__info--field button.button {
    width: 150px;
    font-size: 14px;
  }
  .newsletter__img:before {
    width: 33.6rem;
    height: 16.7rem;
  }
  .newsletter__info {
    padding-left: 30px;
  }
  .ftrgh .ftrinr h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-wrapper {
    padding: 40px;
  }
  .social ul li a {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  .ftrgh .ftrinr .ftrmenu ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .featureicn {
    width: 180px;
    height: 180px;
  }
  .insideappimginr {
    padding: 10px;
  }
  ul.navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  .bannerdtl {
    padding-right: 50px;
  }
  #banner .bannerdtl {
    padding-right: 0px;
    padding-top: 30px;
  }
  #banner .row {
    flex-direction: column-reverse;
  }
  .featurebox {
    margin-bottom: 30px;
  }
  .navbar-toggler {
    background: #000;
  }
  .navbar-toggler-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
  }
  ul.navbar-nav {
    background: rgb(246 139 31 / 5%);
    padding: 20px;
    border-radius: 20px;
    margin-top: 10px;
  }
  ul.navbar-nav li {
    width: 100%;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  ul.navbar-nav li.nav-item.login {
    border-bottom: 0px;
  }
  ul.navbar-nav li.nav-item.login a.nav-link {
    text-align: center;
  }
  ul.navbar-nav .nav-item .nav-link {
    padding-left: 0px;
    padding-right: 0px;
  }
  .faqsctdtl h2.featurehdg {
    padding-bottom: 20px;
  }
  #faq .row {
    flex-direction: column-reverse;
  }
  #faq .faqsctdtl {
    padding-top: 50px;
  }
  h4.accordion-header button {
    padding-left: 0px;
    padding-right: 0px;
  }
  .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .membertiers {
    flex-wrap: wrap;
  }
  #newsletter .newsletter__img {
    display: none;
  }
  .newsletter__info {
    bottom: 0px;
    padding: 0px;
  }
  .newsletter__info h2 {
    padding-bottom: 20px;
  }
  .hero-wrapper.newsletterwrapper {
    padding: 30px;
  }
  .hero-wrapper.newsletterwrapper {
    width: calc(100% - 6rem);
  }
  .ftrlft {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appimg:before {
    width: 500px;
    height: 500px;
  }
  .appimg img {
    max-width: 300px;
  }
  .hero-wrapper {
    padding: 50px;
  }
  .bannerdtl .appbtn ul li {
    margin-bottom: 10px;
  }
  .bannerdtl .appbtn ul li img {
    max-width: 140px;
  }
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .bannerdtl p {
    font-size: 16px;
    line-height: 28px;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h4.accordion-header button {
    font-size: 18px;
    line-height: 26px;
  }
  .accordion-body {
    font-size: 14px;
    line-height: 26px;
  }
  .membertiers .membertiersinr .memberinrdt h5 {
    font-size: 14px;
    line-height: 26px;
  }
  .memberinnerdata ul li {
    font-size: 12px;
    line-height: 24px;
  }
  form.newsletter__info--field input {
    min-width: 260px;
  }
  form.newsletter__info--field button.button {
    width: 150px;
    font-size: 14px;
  }
  .newsletter__img:before {
    width: 33.6rem;
    height: 16.7rem;
  }
  .newsletter__info {
    padding-left: 30px;
  }
  .ftrgh .ftrinr h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-wrapper {
    padding: 40px;
  }
  .social ul li a {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  .ftrgh .ftrinr .ftrmenu ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .featureicn {
    width: 180px;
    height: 180px;
  }
  .insideappimginr {
    padding: 10px;
  }
  ul.navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  .bannerdtl {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .appimg:before {
    width: 500px;
    height: 500px;
  }
  .appimg img {
    max-width: 300px;
  }
  .hero-wrapper {
    padding: 50px;
  }
  .bannerdtl .appbtn ul li img {
    max-width: 140px;
  }
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
  .bannerdtl p {
    font-size: 18px;
    line-height: 30px;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h4.accordion-header button {
    font-size: 18px;
    line-height: 26px;
  }
  .accordion-body {
    font-size: 14px;
    line-height: 26px;
  }
  .membertiers .membertiersinr .memberinrdt h5 {
    font-size: 14px;
    line-height: 26px;
  }
  .memberinnerdata ul li {
    font-size: 12px;
    line-height: 24px;
  }
  form.newsletter__info--field input {
    min-width: 260px;
  }
  form.newsletter__info--field button.button {
    width: 150px;
    font-size: 14px;
  }
  .newsletter__img:before {
    width: 33.6rem;
    height: 16.7rem;
  }
  .newsletter__info {
    padding-left: 30px;
  }
  .ftrgh .ftrinr h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-wrapper {
    padding: 40px;
  }
  .social ul li a {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  .ftrgh .ftrinr .ftrmenu ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .featureicn {
    width: 180px;
    height: 180px;
  }
  .insideappimginr {
    padding: 10px;
  }
  ul.navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
}