.container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0 40px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
  overflow: hidden;
}

.header .button_box>a {
  font-size: 18px;
  padding: 10px 17px;
  background-color: rgba(74, 73, 255, 1);
  border-radius: 100px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.read_text {
  font-size: 18px;
  color: #9d9d9d;
  font-weight: 400;
  margin-top: 28px;
  margin-bottom: 34px;
}

.heading {
  font-size: 45px;
  color: #262833;
  font-weight: 700;
  text-align: center;
  margin: 23px auto 32px;
}

.banner_box {
  text-align: center;
  margin-bottom: 24px;
}

.pera_box {
  font-size: 18px;
  color: #262833;
  margin-bottom: 30px;
  line-height: normal;
  font-weight: 400;
}

.pera_box span {
  font-weight: 700;
}

.pera_box span.blue_text {
  color: #4a49ff;
  text-decoration: underline;
  cursor: pointer;
}

.pera_box img {
  vertical-align: middle;
  margin-right: 10px;
}

.pera_box.with_bulb_img img {
  vertical-align: middle;
  margin-right: 7px;
}

.banner2 {
  display: block;
  margin: 38px auto 67px;
}

.footer_link_part {
  border-top: 1px solid #efeefd;
  padding-top: 75px;
  padding-bottom: 26px;
}

.footer_link_part h3 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  max-width: 493px;
  margin: 0 auto 60px;
}

.footer_link_part ul li {
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: 400;
  line-height: normal;
}

.footer_link_part ul li span {
  display: inline-block;
  color: rgba(74, 73, 255, 1);
  margin-right: 5px;
}

.footer_link_part ul li a {
  word-break: break-all;
  color: #999999;
  text-decoration: underline;
}

.list_head {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  color: #262833;
  text-align: left;
  margin-bottom: 30px;
  padding-right: 10px;
}

.listing_div {
  padding-bottom: 16px;
}

.commn_title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: #262833;
  text-align: left;
  margin-bottom: 20px;
}

.commn_para_p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #262833;
  margin-bottom: 21px;
}

.commn_para_p span {
  font-weight: 700;
}

.what_list {
  margin-bottom: 22px;
}

.what_list li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #262833;
  position: relative;
  padding-bottom: 20px;
  padding-right: 5px;
}

.what_list li span {
  font-weight: 700;
}

.you_testiBox {
  max-width: 600px;
  background: #efeefd;
  border-radius: 5px;
  padding: 45px 50px 45px 56px;
  margin: 24px auto 52px;
}

.client_review {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  color: #262833;
}

.client_review span {
  font-weight: 700;
}

.testi_imgBox {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 21px;
}

.testi_text p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #262833;
  padding-right: 7px;
}

.testi_text p span {
  font-weight: 700;
}

.testi_text p>em>img {
  vertical-align: middle;
}

.testi_img {
  flex-shrink: 0;
}

.start_btn {
  max-width: 600px;
  width: 100%;
  background: #4a49ff;
  border-radius: 50px;
  display: block;
  padding: 14px 20px;
  color: #fff !important;
  font-size: 35px;
  font-weight: 700;
  margin-top: 41px;
  margin-bottom: 52px;
  text-decoration: none !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ready_div {
  padding-bottom: 10px;
}

.listing_div .you_testiBox {
  margin-bottom: 48px;
}

.subhead {
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
  color: #262833;
}

.subhead.pb_8 {
  padding-bottom: 8px;
}

.list_head.pt_20 {
  padding-top: 20px;
}

.no_list {
  margin-bottom: 35px;
  margin-bottom: 35px;
}

.banner_box .mob_view{
  display: none;
}

.client_review_mt{
  margin-top: 40px;
}


@media only screen and (max-width: 767px) {
  .container {
    max-width: 460px;
    padding: 0 22px;
  }

  .header .button_box>a {
    padding: 6px 9px 6px 19px;
    font-size: 11px;
  }
  .header .button_box > a >img{
   width: 15px;
   height: 15px;
  }

  .header .logo_box img {
    max-width: 150px;
  }
  .read_text{
    margin-top: 0px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .heading{
     font-size: 31px;
     line-height: 31px;
     max-width: 396px;
     margin: 21px auto 32px;
  }
  .banner_box .desk_view{
    display: none;
  }
  .banner_box .mob_view{
    display: block;
  }

  .you_testiBox{
    padding: 41px 33px 45px 33px;
  }
  .testi_img img{
    width: 65px;
  }
  .testi_text p>em>img{
    margin-top: 10px;
  }
  .pera_box.with_bulb_img{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
 
  .pera_box.with_bulb_img img{
    position: absolute;
    left: 0;
    top: 0;
  }

  .start_btn{
    font-size: 25px;
  }

  .list_head{
    margin-top: 53px;
    font-size: 31px;
  }
  .pb_mob_35{
    margin-bottom: 35px;
  }
 
  .padd_mb_39{
    padding: 45px 34px 45px 40px;
   
  }
  .listing_div .you_testiBox.padd_mb_39{
    margin-bottom: 32px;
  }
  .mt_mob_42{
    margin-top: 42px;
    margin-bottom: 40px;
  }
  .mob_first_take{
    margin-top: 40px;
  }

  .testi_imgBox{
    margin-top: 30px;
  }

  .start_btn{
    margin-top: 32px;
    margin-bottom: 60px;
  }
  .pr_mob_18px{
    padding-right: 18px;
  }

.listing_div .you_testiBox.padd_mob_40{
  padding: 57px 40px 57px 40px;
  margin: 42px 0 51px;
}
.what_list.padd_mob_6{
  padding-right: 6px;
  margin-bottom: 30px;
}
.pr_mob_10_pera{
  padding-right: 10px;
  margin-bottom: 50px;
}
.mb_mob_26{
  margin-bottom: 26px;
}
.mob_mr_btn{
  margin: 26px 0 68px;
}
.you_testiBox.padd_mob_63{
  padding: 63px 40px 57px 40px;
  margin: 34px 0 44px;
}
.pr_only_mob_10{
  padding-right: 10px;
}
.pdd_mob_testi_25{
  padding: 41px 25px 45px 33px;
}
.pdd_mob_testi_25 .client_review{
  padding-right: 40px;
}
.pr_mob_15_pera{
  padding-right: 15px;
}

.pr_mob_list li{
  padding-right: 15px;
}
.pr_client_mob .client_review{
  padding-right: 10px;
}

.footer_link_part h3{
  font-size: 31px;
}
.listing_div{
   padding-bottom: 0px;
}
.footer_link_part{
  padding-top: 36px;
}
}

@media only screen and (max-width: 459px) {
  .header .button_box>a {
    font-size: 9px;
  }
  .list_head {
    font-size: 28px;
  }
  .start_btn{
    padding: 15px 10px;
    font-size: 20px;
  }
  .pr_mob_18px{
    padding-right: 0px;
  }
  .pr_only_mob_10{
    padding-right: 0px;
  }
  .pdd_mob_testi_25{
    padding: 41px 33px 45px 33px;
  }
  .you_testiBox.padd_mob_63{
    padding: 41px 33px 45px 33px;
  }
  .listing_div .you_testiBox.padd_mob_40{
    padding: 41px 33px 45px 33px;
  }
  .listing_div .you_testiBox.padd_mb_39{
    padding: 41px 33px 45px 33px;
  }
  .pera_box img{
    width: 30px;
  }
  .pera_box.with_bulb_img img{
    width: 20px;
  }
  .testi_img img{
    width: 50px;
    height: 50px;
  }
  .logo_box img {
    width: 100%;
    height: 100%;
  }
  #new_york_testimonial p {
    font-size: 15px;
  }
  .finger-icon{
    height: 100%;
  }
}

@media only screen and (max-width: 454px) {
.footer_link_part h3 {
  line-height: 35px;
    margin-bottom: 25px;
    font-size: 27px;
  }
}

@media only screen and (max-width: 383px) {
  .list_head {
    font-size: 24px;
  }

  .heading {
    font-size: 27px;
    max-width: 366px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19px;
  }

  .header .logo_box {
    display: flex;
    align-items: center;
  }

  .commn_title.what_text {
    font-size: 19px;
  }

  .commn_title {
    font-size: 24px;
  }

  .container {
    padding: 0 15px;
  }

  .header .button_box>a {
    padding-left: 12px;
    gap: 2px;
  }

  .footer_link_part h3 {
    line-height: 25px;
    margin-bottom: 22px;
  }

  .testi_text p {
    padding-right: 0;
  }

  .you_top_list {
    margin-top: 36px;
  }

  .truth_head {
    margin-bottom: 33px;
  }

  .what_div {
    margin-bottom: 35px;
  }

  .commn_title.you_head {
    margin: 0 auto 26px;
  }

  .heading {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 340px) {
  .heading {
    font-size: 26px;
  }
}