.site-header {
  border-bottom: solid 1px #F2EFF3;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: clamp(24px, 2vw, 32px);
}

body p {
  font-weight: 400;
}

.development_landing {
  padding: clamp(60px, 5vw, 63px) 0px;
}

.development_hdr nav ul a {
  font-family: "Manrope", sans-serif;
  font-weight: 600 !important;
}

.development_hdr {
  padding: 25px 0 25px 0 !important;
}

.development_hdr .site_branding {
  width: clamp(130px, 9.9vw, 160px) !important;
}

.development_hdr nav ul a {
  color: #1D1549;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.development_hdr .siteButton {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 25px;
  letter-spacing: -1px;
}

.gradient_h1 {
  background: linear-gradient(90deg, #A605F3 0%, #D22291 80%, #FA9221 117%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consultation_right span {
  background: linear-gradient(to right, #c117b8, #f98f24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2_class {
  font-size: 55px;
  letter-spacing: -1px;
  line-height: 55px;
}

.hdr_dt_btn {
  display: none !important;
}

.crmb_text {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.crmb_text p {
  color: #C855FF !important;
  font-size: 14px !important;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 30px;
  background: rgba(200, 88, 253, 0.08);
  display: inline;
}

.main_outer {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.hero_sec_main {
  position: relative;
}

.hero_sec_main::after {
  content: "";
  position: absolute;
  top: -23%;
  left: 13%;
  width: 500px;
  height: 144%;
  background-image: url(../images/header-bg-2.png);
  background-size: cover;
  background-position: center;
  filter: blur(80px);
  z-index: -1;
  rotate: 0deg;
}

.hero_sec_main::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 70%;
  height: 100%;
  background-image: url(../images/header-bg-3.png);
  background-size: cover;
  background-position: center;
  filter: blur(80px);
  z-index: -1;
}

.hero_sec_main .main_outer::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 35%;
  height: 51%;
  background-color: rgba(255, 233, 216, 0.3);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  filter: blur(80px);
  z-index: -1;
}

.hero_sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.hero_sec::before {
  position: absolute;
  content: "";
  width: 29%;
  height: 100%;
  top: 2%;
  left: -11.2%;
  background-image: url(../images/grid.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.hero_sec::after {
  position: absolute;
  content: "";
  width: 29%;
  height: 100%;
  bottom: -60%;
  right: 5%;
  background-image: url(../images/grid.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.hero_sec .hero_content {
  width: 100%;
  padding-top: 66px;
}
.hero_sec .hero_content h1 {
  font-size: 70px;
  letter-spacing: -2px;
  line-height: 85px;
  text-align: left;
}
.hero_sec .hero_content h1 span {
  color: black;
}
.hero_sec .hero_content .hero_btn {
  margin-top: 30px;
}
.hero_sec .hero_content a.siteButton {
  letter-spacing: -1px;
  font-size: 16px;
}
.hero_sec .hero_content p {
  font-size: 16px !important;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}
.hero_sec .hero_img {
  width: 93%;
  text-align: right;
}
.hero_sec .hero_img img {
  width: 660px;
  height: 634px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.global_logos {
  padding: 40px 0 35px 0;
  margin-top: 70px;
  background-color: #f4f4f4;
}

.logos_heading {
  width: 100%;
  text-align: center;
}
.logos_heading h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.logos_cover {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.needs_bg {
  width: 100%;
  padding: 90px 0 65px 0;
  background: linear-gradient(220deg, rgba(250, 246, 255, 0.24) 0%, rgba(208, 188, 255, 0.24) 100%);
}

.needs_cover {
  width: 100%;
  text-align: center;
}
.needs_cover span {
  color: #C855FF;
  padding: 10px;
  border-radius: 30px;
}
.needs_cover h2.text-center.h2_class {
  margin-bottom: 0;
}

.needs_inr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-top: 90px;
}
.needs_inr .needs_inr_img {
  width: 100%;
  text-align: center;
}
.needs_inr .needs_inr_left {
  width: 93%;
}
.needs_inr .needs_inr_left .custom_box1 {
  padding: 42px 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.56);
  margin-bottom: 35px;
}
.needs_inr .needs_inr_left .custom_box1 h5 {
  letter-spacing: 0;
  margin: 0;
}
.needs_inr .needs_inr_left .custom_box1 p {
  color: #707070;
  font-size: 16px !important;
  line-height: 28px;
  margin-bottom: 0;
}

.testimonials_cover {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 90px;
}
.testimonials_cover .testimonials_left {
  width: 42%;
}
.testimonials_cover .testimonials_left h5 {
  letter-spacing: 0;
}
.testimonials_cover .testimonials_left p {
  color: #3D3D3D;
  font-size: 16px;
  line-height: 28px;
}
.testimonials_cover .testimonials_left .crmb_text {
  text-align: left;
}

.whyus_cover {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding-top: 150px;
  padding-bottom: 55px;
}
.whyus_cover .whyus_left {
  width: 37%;
  position: relative;
}
.whyus_cover .whyus_left::before {
  content: "";
  width: 255px;
  height: 255px;
  box-shadow: 20px 0px 230px 20px rgb(255, 233, 216);
  border-radius: 100%;
  background-color: rgba(255, 233, 216, 0.3);
  position: absolute;
  left: 30%;
  bottom: 0;
  z-index: -1;
}
.whyus_cover .whyus_left h5 {
  letter-spacing: 0;
}
.whyus_cover .whyus_left p {
  color: #3D3D3D;
  font-size: 16px;
  line-height: 24px;
}
.whyus_cover .whyus_left .crmb_text {
  text-align: left;
}
.whyus_cover .whyus_right {
  width: 70%;
  position: relative;
  padding-top: 40px;
}
.whyus_cover .whyus_right::after {
  content: "";
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/diffrence_bg.png);
  background-size: cover;
  background-position: center;
  filter: blur(80px);
  z-index: -1;
}

.whyus_inr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  padding-bottom: 35px;
}
.whyus_inr .whyus_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.whyus_inr .whyus_box .whyus_icons {
  width: 10%;
  text-align: center;
}
.whyus_inr .whyus_box .whyus_text {
  width: 90%;
}
.whyus_inr .whyus_box .whyus_text h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.whyus_inr .whyus_box .whyus_text p {
  font-size: 16px !important;
  line-height: 24px;
}

.consultation_bg {
  width: 100%;
  background: linear-gradient(144deg, rgb(227, 81, 98) 10%, rgba(250, 146, 33, 0.65) 90%);
  position: relative;
  padding: 80px 0 80px 0;
}
.consultation_bg::after {
  position: absolute;
  content: "";
  width: 25%;
  height: 80%;
  bottom: 0%;
  right: 0%;
  background-image: url(../images/grid.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.consultation_cover {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.consultation_cover::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  top: -40%;
  left: -5%;
  background-image: url(../images/grid_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.consultation_cover .consultation_left {
  width: 70%;
}
.consultation_cover .consultation_left h2 {
  color: white;
  font-size: 45px;
  letter-spacing: -1px;
  line-height: 50px;
}
.consultation_cover .consultation_right a {
  z-index: 1;
  letter-spacing: -1px;
  font-size: 16px;
}

.consultation_inr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: inherit;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.consultation_inr .consultation_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
}
.consultation_inr .consultation_box p {
  color: white;
  font-size: 18px;
  padding-left: 10px;
  margin: 0;
}

.development_bg {
  margin-bottom: 20px;
  position: relative;
}
.development_bg::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: 35%;
  right: 0%;
  background-image: url(../images/image_28.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.development_cover {
  width: 100%;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.development_inr {
  width: 88%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: self-start;
  flex-wrap: wrap;
  -moz-column-gap: 150px;
       column-gap: 150px;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.development_inr::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 100%;
  background: url(../images/arrow-process.svg);
  background-repeat: repeat-y;
  top: 0%;
  margin: 20px auto;
  left: 0;
  right: 0;
  background-size: 26px 213px;
}

.process_box {
  width: 43%;
  padding: 36px 38px 19px 38px;
  border-radius: 10px;
  border: solid 1px #EFEFEF;
}
.process_box span {
  background: #1D1549;
  border-radius: 30px;
  color: white;
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_box h4 {
  font-size: 30px;
  letter-spacing: 0;
  margin: 15px 0;
}
.process_box p {
  font-size: 16px;
}

.process_box:nth-child(3) {
  margin-top: -70px;
}

.process_box:nth-child(2) {
  margin-top: 70px;
  margin-bottom: 75px;
}

.sec_tetimonials {
  padding: 0px 0px 65px 0px !important;
  background: none !important;
}

.testimonials_bg {
  position: relative;
}
.testimonials_bg::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-image: url(../images/group_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.testimonials_bg::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  bottom: 0;
  right: 0%;
  background-image: url(../images/image_28.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.main_outer {
  width: 100%;
  max-width: 1462px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.footer_bg {
  padding: 70px 0 10px 0;
  background: linear-gradient(179deg, #F9FAFC 0%, #ECE9FF 100%);
  position: relative;
}

.footer_bg::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 54%;
  bottom: 0;
  left: -8%;
  background-image: url(../images/grid.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer_bg::after {
  position: absolute;
  content: "";
  width: 23%;
  height: 45%;
  top: 0;
  right: 0%;
  background-image: url(../images/grid.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer_inr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.footer_inr:nth-child(2) {
  align-items: flex-start;
  padding-top: 87px;
  padding-bottom: 100px;
  margin-top: 50px;
  border-top: solid 1px rgba(29, 21, 73, 0.1098039216);
}

.ft_logo_box {
  width: 50%;
}

.ft_btn {
  width: 50%;
  text-align: right;
  z-index: 1;
}

.development_ftbtn {
  font-size: 16px;
  padding: 12px 18px !important;
  letter-spacing: -1px;
  background: linear-gradient(179deg, #A605F3 0%, #E86152 130%);
}

.footer_bg .main_outer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 25%;
  height: 60%;
  background: linear-gradient(90deg, #F8EFFF 0%, #F1DDF6 100%);
  -webkit-backdrop-filter: blur(68px);
  filter: blur(60px);
  border-radius: 100%;
}

.company_box ul li a img {
  width: clamp(30px, 2vw, 30px);
}

.acc_box {
  width: 32%;
}
.acc_box img {
  width: 130px;
}
.acc_box p {
  font-size: 15px;
}

ul.ft_nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.ft_nav h2 {
  color: #1D1549;
  font-size: 18px;
  line-height: 21px;
  padding: 0px 0px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
ul.ft_nav li {
  padding: 0px 0 1px 0;
}
ul.ft_nav li a {
  color: rgba(29, 21, 73, 0.7019607843);
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.socialLinks li img {
  width: clamp(30px, 2vw, 36px);
}

.unstyledList {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.company_box ul.unstyledList {
  margin-top: 20px;
}

.copyright p {
  color: rgba(29, 21, 73, 0.7);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

ul.privacy_nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
ul.privacy_nav li a {
  color: rgba(29, 21, 73, 0.7);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
}
ul.privacy_nav li a:hover {
  opacity: 0.7;
}

.ft_logo_box .h2_class {
  line-height: 60px;
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
  .hdr_dt_btn {
    display: none !important;
  }
  .hdr_ph_btn {
    display: block !important;
  }
  .h2_class {
    font-size: 35px;
  }
  .hero_sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .hero_sec::before {
    width: 30%;
    height: 30%;
    top: -7%;
    left: -7%;
  }
  .hero_sec::after {
    width: 30%;
    height: 30%;
    bottom: -15%;
    right: 0%;
  }
  .hero_sec .hero_content h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .hero_sec .hero_img {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .logos_cover {
    flex-wrap: wrap;
  }
  .logos_cover img {
    width: 26%;
    max-width: 100%;
    margin: 15px auto 5px auto;
  }
  .needs_bg {
    padding: 45px 0 25px 0;
  }
  .needs_inr {
    flex-wrap: wrap;
    padding-top: 35px;
  }
  .needs_inr .needs_inr_left {
    order: 2;
    margin-top: 20px;
  }
  .needs_inr .needs_inr_left .custom_box1 {
    padding: 42px 36px;
    margin-bottom: 20px;
  }
  .testimonials_cover {
    flex-wrap: wrap;
    padding-top: 45px;
  }
  .testimonials_cover .testimonials_left {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .testimonials_cover .testimonials_right {
    text-align: center;
    width: 100%;
  }
  .whyus_cover {
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .whyus_cover .whyus_left {
    width: 100%;
  }
  .whyus_cover .whyus_right {
    width: 100%;
  }
  .whyus_cover .whyus_right .whyus_inr {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 15px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .whyus_cover .whyus_right .whyus_inr .whyus_left {
    width: 100%;
  }
  .whyus_cover .whyus_right .whyus_inr .whyus_right {
    width: 100%;
  }
  .whyus_cover .whyus_right .whyus_inr .whyus_box .whyus_text h4 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .consultation_bg {
    padding: 50px 0 40px 0;
  }
  .consultation_cover {
    flex-wrap: wrap;
  }
  .consultation_cover::before {
    height: 80%;
    top: -20%;
    left: -5%;
  }
  .consultation_cover .consultation_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .consultation_cover .consultation_left h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .consultation_cover .consultation_inr {
    width: 100%;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .consultation_cover .consultation_inr .consultation_box {
    width: 49%;
    margin-bottom: 10px;
  }
  .development_cover {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .development_inr {
    width: 100%;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
  }
  .development_inr::after {
    width: 28px;
    background-size: 100%;
    top: 0%;
    left: 0;
    right: auto;
    margin: inherit;
  }
  .process_box {
    width: 100%;
    padding: 26px 28px 19px 28px;
  }
  .process_box:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .process_box:nth-child(3) {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .footer_bg {
    padding: 45px 30px 10px 30px;
  }
  .footer_inr {
    flex-wrap: wrap;
  }
  .footer_inr:nth-child(2) {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .acc_box {
    width: 50%;
  }
  .ft_seo_box {
    width: 27%;
  }
  .ft_users_box {
    margin-top: 20px;
  }
  .company_box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 765px) {
  .development_landing {
    padding: clamp(40px, 5vw, 63px) 0px;
  }
  .hero_sec_main::before {
    top: 0%;
    right: 0%;
    width: 70%;
    height: 100%;
  }
  .hero_sec_main::after {
    top: -10%;
    left: 0%;
    width: 100%;
  }
  .hdr_dt_btn {
    display: block !important;
  }
  .hdr_ph_btn {
    display: none !important;
  }
  .h2_class {
    font-size: 35px;
    line-height: 37px;
    text-align: center;
  }
  .ft_logo_box .h2_class {
    line-height: 42px;
    text-align: left;
  }
  .hero_sec {
    width: 100%;
    flex-wrap: wrap;
  }
  .hero_sec .hero_img {
    width: 100%;
    margin-top: 20px;
  }
  .hero_sec .hero_img img {
    height: 334px;
  }
  .hero_sec .hero_content {
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .hero_sec .hero_content h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .global_logos {
    padding: 40px 0 10px 0;
    margin-top: 40px;
  }
  .logos_cover {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .logos_cover img {
    width: 37%;
    max-width: 100%;
    margin: 10px auto 10px auto;
  }
  .needs_bg {
    padding: 45px 0 25px 0;
  }
  .needs_inr {
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .needs_inr .needs_inr_left {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .needs_inr .needs_inr_left .custom_box1 {
    padding: 20px 25px 5px 25px;
    margin-bottom: 20px;
  }
  .needs_inr .needs_inr_img {
    width: 100%;
  }
  .testimonials_cover {
    flex-wrap: wrap;
    padding-top: 45px;
  }
  .testimonials_cover .testimonials_left {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .testimonials_cover .testimonials_left .crmb_text {
    text-align: center;
  }
  .whyus_cover {
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 25px;
  }
  .whyus_cover .whyus_left {
    width: 100%;
    text-align: center;
  }
  .whyus_cover .whyus_left .crmb_text {
    text-align: center;
  }
  .whyus_cover .whyus_right {
    width: 100%;
  }
  .whyus_cover .whyus_right .whyus_inr {
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .whyus_cover .whyus_right .whyus_inr .whyus_box {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .whyus_cover .whyus_right .whyus_inr .whyus_box .whyus_icons {
    width: 7%;
  }
  .whyus_cover .whyus_right .whyus_inr .whyus_box .whyus_text {
    width: 93%;
  }
  .whyus_cover .whyus_right .whyus_inr .whyus_box .whyus_text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .consultation_bg {
    padding: 20px 0 20px 0;
  }
  .consultation_bg::after {
    width: 25%;
    height: 65%;
  }
  .consultation_cover {
    flex-wrap: wrap;
  }
  .consultation_cover::before {
    width: 25%;
    height: 40%;
    top: -4%;
    left: -5%;
  }
  .consultation_cover .consultation_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .consultation_cover .consultation_left h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .consultation_cover .consultation_inr {
    width: 100%;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .consultation_cover .consultation_inr .consultation_box {
    width: 100%;
    margin-bottom: 5px;
  }
  .consultation_cover .consultation_inr .consultation_box p {
    font-size: 14px;
    padding-left: 10px;
    margin: 0;
  }
  .development_cover {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .development_inr {
    width: 100%;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .development_inr::after {
    display: none;
  }
  .development_inr .process_box {
    width: 100%;
    padding: 26px 28px 19px 28px;
  }
  .development_inr .process_box span {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
  .development_inr .process_box h4 {
    font-size: 24px;
    margin: 10px 0;
  }
  .development_inr .process_box p {
    margin: 0;
  }
  .development_inr .process_box:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .development_inr .process_box:nth-child(3) {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .footer_bg {
    padding: 45px 30px 10px 30px;
  }
  .footer_inr {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_inr:nth-child(2) {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ft_logo_box {
    width: 100%;
  }
  .ft_btn {
    width: 100%;
    text-align: left;
    z-index: 1;
  }
  .acc_box {
    width: 100%;
  }
  .acc_box p {
    margin: 10px 0 0px 0;
  }
  .ft_seo_box {
    width: 100%;
    margin-top: 20px;
  }
  .ft_users_box {
    width: 100%;
    margin-top: 20px;
  }
  .company_box {
    width: 100%;
    margin-top: 20px;
  }
  ul.ft_nav h2 {
    margin-bottom: 10px;
  }
}
.privacy-content h6 {
  font-size: 20px;
  margin-bottom: 0px;
}

.privacy-content .container {
  max-width: calc(1000px + min(6.7708333333vw, 130px));
}

.privacy-content h4:first-child {
  margin-top: 0px;
}

.privacy-content h4 {
  margin-top: 70px;
}

.privacy-content a {
  color: #1D1549;
  font-weight: 500;
}

section.privacy-content {
  padding-bottom: 90px;
}

.sitemap_main {
  padding-bottom: 90px;
}

.sitemap_main .culture_feat {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .privacy-content .container {
    max-width: calc(100% - 30px);
  }
}/*# sourceMappingURL=development.css.map */