.ContactSection .contactinsection {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .ContactSection .contactinsection {
    padding-top: 40px;
  }
}
.ContactSection .contactinsection .contactTopWrapper {
  text-align: center;
}
.ContactSection .contactinsection .contactTopWrapper .contactSpan {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #EBEBEB;
  color: #242424;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ContactSection .contactinsection .contactTopWrapper .aboutTitle {
  max-width: 566px;
  margin: auto;
}
.ContactSection .contactinsection .contactTopWrapper .contactTopTitle {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.32px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .ContactSection .contactinsection .contactTopWrapper .contactTopTitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.ContactSection .contactinsection .contactTopWrapper .contactTopDesc {
  color: #000;
  font-family: Manrope400;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.ContactSection .contactinsection .contactTopWrapper .contactTopDesc.middleDesc {
  font-size: 18px;
  line-height: 30px;
}
.ContactSection .contactinsection .contactTopWrapper .contactImageContainer {
  border-radius: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .ContactSection .contactinsection .contactTopWrapper .contactImageContainer {
    margin-top: 40px;
  }
}
.ContactSection .contactinsection .contactTopWrapper .contactImageContainer .contactImage {
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.ContactSection .contactinsection .officeWrapper {
  margin-top: 43px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .ContactSection .contactinsection .officeWrapper {
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
.ContactSection .contactinsection .officeWrapper .head {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
}
@media screen and (max-width: 500px) {
  .ContactSection .contactinsection .officeWrapper .head {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.72px;
  }
}
.ContactSection .contactinsection .officeWrapper .desc {
  color: #000;
  font-family: Manrope400;
  max-width: 495px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 23px;
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  .ContactSection .contactinsection .officeWrapper .desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
  }
}
.ContactSection .contactinsection .addressWrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 45px;
  padding-bottom: 89px;
}
@media screen and (max-width: 767px) {
  .ContactSection .contactinsection .addressWrap {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.ContactSection .contactinsection .addressWrap .addressMain .title {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 767px) {
  .ContactSection .contactinsection .addressWrap .addressMain .title {
    font-size: 22px;
    line-height: 32px;
  }
}
.ContactSection .contactinsection .addressWrap .addressMain .content {
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ContactSection .contactinsection .addressWrap .addressMain .content {
    font-size: 18px;
    line-height: 28px;
  }
}
.ContactSection .contactinsection .addressWrap .addressMain .address {
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  max-width: 314px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin-top: 23px;
}
@media screen and (max-width: 1200px) {
  .ContactSection .contactinsection .addressWrap .addressMain .address {
    font-size: 16px;
    line-height: 28px;
    max-width: 260px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .ContactSection .contactinsection .addressWrap .addressMain .address {
    max-width: 100%;
  }
}
.ContactSection .contactinsection .addressWrap .addressMain .callWrap {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .ContactSection .contactinsection .addressWrap .addressMain .callWrap {
    margin-top: 20px;
  }
}
.ContactSection .contactinsection .addressWrap .addressMain .callWrap .info {
  font-family: Manrope600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ContactSection .contactinsection .addressWrap .addressMain .callWrap .info {
    font-size: 16px;
    line-height: 28px;
  }
}
.ContactSection .contactinsection .addressWrap .addressMain .learnMoreArrowDiv {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .ContactSection .contactinsection .addressWrap .addressMain .learnMoreArrowDiv {
    margin-top: 28px;
  }
}
.ContactSection .contactinsection .addressWrap .addressMain .learnMoreArrowDiv:hover .learnArrow {
  rotate: 45deg;
}
.ContactSection .contactinsection .addressWrap .addressMain .learnMoreArrowDiv .learnMTxt {
  color: #1230ae;
  font-family: Manrope600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.ContactSection .contactinsection .addressWrap .addressMain .learnMoreArrowDiv .learnArrow {
  transition: all 0.2s;
}

.aboutSec .descWrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .aboutSec .descWrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .aboutSec .descWrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.aboutSec .descWrap .mb_30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .aboutSec .descWrap .mb_30 {
    margin-bottom: 20px;
  }
}
.aboutSec .descWrap .desc {
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 810px;
  color: #000;
}
@media screen and (max-width: 500px) {
  .aboutSec .descWrap .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.aboutSec .descWrap .desc .oneCrop {
  font-family: Manrope700;
}
.aboutSec .descWrap .desc .digital {
  font-family: Manrope600;
}
.aboutSec .vsionWrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  padding-bottom: 75px;
}
@media screen and (max-width: 992px) {
  .aboutSec .vsionWrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .aboutSec .vsionWrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.aboutSec .vsionWrap .contentWrap .title {
  margin-bottom: 22px;
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .aboutSec .vsionWrap .contentWrap .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
  }
}
.aboutSec .vsionWrap .contentWrap .desc {
  margin-bottom: 0;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 330px;
}
.aboutSec .weExitSec {
  padding-top: 75px;
  padding-bottom: 64px;
}
@media screen and (max-width: 992px) {
  .aboutSec .weExitSec {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .aboutSec .weExitSec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.aboutSec .weExitSec .left .heading {
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  color: #000;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .aboutSec .weExitSec .left .heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.aboutSec .weExitSec .left .info {
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  max-width: 525px;
}
@media screen and (max-width: 992px) {
  .aboutSec .weExitSec .left .info {
    max-width: 100%;
  }
}
.aboutSec .weExitSec .right {
  background-image: url(../../images/frontend/contact/onecropAbout.webp);
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.aboutSec .weExitSec .right .contentWrap {
  padding: 25px 45px 39px;
}
@media screen and (max-width: 1200px) {
  .aboutSec .weExitSec .right .contentWrap {
    padding: 20px 35px 35px;
  }
}
@media screen and (max-width: 500px) {
  .aboutSec .weExitSec .right .contentWrap {
    padding: 20px;
  }
}
.aboutSec .weExitSec .right .contentWrap .aboutdescWrap {
  padding-top: 166px;
}
@media screen and (max-width: 500px) {
  .aboutSec .weExitSec .right .contentWrap .aboutdescWrap {
    padding-top: 100px;
  }
}
.aboutSec .weExitSec .right .contentWrap .aboutdescWrap .title {
  font-family: "Space Grotesk700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  color: #FFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .aboutSec .weExitSec .right .contentWrap .aboutdescWrap .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 14px;
  }
}
.aboutSec .weExitSec .right .contentWrap .aboutdescWrap .desc {
  margin-bottom: 0;
  font-family: Manrope400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #FFF;
}
@media screen and (max-width: 500px) {
  .aboutSec .weExitSec .right .contentWrap .aboutdescWrap .desc {
    font-size: 16px;
    line-height: 28px;
  }
}

.carSec {
  padding-bottom: 60px;
}
.carSec .headTitle {
  color: #000;
  font-family: "Space Grotesk700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
  padding-top: 51px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 570px) {
  .carSec .headTitle {
    font-size: 26px;
    line-height: 32px;
  }
}
.carSec .accourdianSecInner {
  margin-top: 40px;
}
.carSec .accourdianSecInner .custAccourdian {
  border-radius: 15px;
  border: none;
  padding: 0;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item {
  margin-bottom: 30px;
  padding: 16px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 570px) {
  .carSec .accourdianSecInner .custAccourdian .accordion-item {
    padding: 16px 18px;
  }
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button {
  padding: 0px;
  background: white !important;
  box-shadow: none !important;
  flex-wrap: wrap;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button::after {
  margin-top: -100px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .headElem {
  width: 100%;
  color: #000;
  font-family: "Space Grotesk500";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .locExp {
  width: 100%;
  margin-top: 11px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  justify-content: flex-start;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .locExp .loc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .locExp .loc .hed {
  color: #000;
  font-family: Manrope600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-button .locExp .loc .hDesc {
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-body .elemt .inHeading {
  color: #000;
  font-family: Manrope600;
  margin-bottom: 11px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
@media screen and (max-width: 570px) {
  .carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-body .elemt ul {
    padding-left: 20px;
  }
}
.carSec .accourdianSecInner .custAccourdian .accordion-item .accordion-body .elemt ul li {
  color: #000;
  font-family: Manrope400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}/*# sourceMappingURL=style2.css.map */
