.Innoval_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 120px;
}

.Innoval_header .dark_center {
  text-align: justify;
}

.Innoval_header .book_meeting_btn a {
  background: #486898 0% 0% no-repeat padding-box;
  border-radius: 35px;
  text-align: center;
  font: normal normal bold 14px/20px var(--acumin_bold);
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 26px 57px;
  opacity: 1;
}

.Innoval_header .book_meeting_btn a:hover {
  background-color: #5B7DB0;
  color: #fff;
}

.other_products_content .p-tag {
  text-align: left;
  font: normal normal normal 14px/20px var(--roboto_reg);
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  transform: translateY(70px);
  transition: all 0.5s ease;
}

.other_products_swip_wrapper:hover .p-tag {
  opacity: 1;
  visibility: visible;

  transform: translateY(0px);
  transition: all 0.5s ease;
}

.innoval_wrapper {
  padding: 160px 0 150px;
  background: #ffffff;
}

.locations_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 130px;
}

.location_item {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cccccc;
  opacity: 1;
  /* width: 388px;
  height: 310px; */
}

.location_item:hover .location_details h5 {
  margin-top: -10px;
  transition: all 0.5s;
}

.location_item:hover .location_details p {
  opacity: 1;
  transition: all 0.5s ease;
}

.item_img {
  text-align: center;
  padding: 30px;
}

.item_img img {
  width: 100px;
  height: 100px;
}

.location_details {
  padding: 0px 48px 25px;
  height: 135px;
}

.location_details h5 {
  text-align: center;
  font: normal normal 600 24px/30px var(--acumin_regular);
  letter-spacing: -0.72px;
  color: #3c3535;
  opacity: 1;
}

.location_details p {
  /* display: none; */
  text-align: center;
  font: normal normal normal 14px/23px var(--roboto_reg);
  letter-spacing: -0.42px;
  color: #3c3535;
  opacity: 0;
}

.zipStore_img img {
  position: relative;
  margin-top: 30px;
}

.zipStore_content {
  position: absolute;
  top: 200px;
  left: 140px;
}

.zipStore_title h2 {
  text-align: left;
  font: normal normal bold 90px/90px var(--acumin_bold);
  letter-spacing: -4.5px;
  color: #383636;
  text-transform: capitalize;
  opacity: 1;
}

.zipStore_description {
  margin-top: 20px;
}

.zipStore_description p {
  text-align: left;
  font: normal normal normal 20px/28px var(--roboto_reg);
  letter-spacing: -0.6px;
  color: #383636;
  opacity: 0.7;
}

.legrand-studio_cards_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

.legrand-studio_card_item {
  position: relative;
  overflow: hidden;
}

.card_item_content {
  position: absolute;
  bottom: 50px;
  padding: 0px 60px;
}

.title_content {
  text-align: left;
  font: normal normal normal 32px/45px var(--acumin_regular);
  letter-spacing: -1.28px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
}

.detail_content {
  text-align: left;
  font: normal normal normal 16px/22px var(--roboto_reg);
  letter-spacing: -0.32px;
  color: #ffffff;
  opacity: 0.8;
}

.card_btns {
  margin-top: 30px;
  margin-top: 50px;
  opacity: 0 !important;
  transform: translateY(-10px);
  transition: all 0.5s ease;
}

.card_btns .legrand_card_CTA {
  border: 1px solid #ffffff;
  border-radius: 25px;
  text-align: center;
  font: normal normal bold 12px/16px var(--acumin_bold);
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 30px;
  margin-right: 20px;
  opacity: 1;
}

.card_btns .solid_btn {
  background: #486898 0% 0% no-repeat padding-box;
  border: none;
  background: #486898 0% 0% no-repeat padding-box;
  border: none;
  padding: 18px 30px;
}

.legrand-studio_card_item:hover .card_btns {
  transition: all 0.5s;
  opacity: 1 !important;
}

.legrand-studio_card_item:hover img {
  transition: all 0.5s;
  transform: scale(1.2);
}

.Csr_activities_wrapper {
  display: none;
}

.legrand-studio_card_item img {
  transform: scale(1);
  transition: all 0.5s;
}

.temp-21-bg-banner {
  /* padding: 120px 0; */
  background: url(../images/on-ground-landing-page/Take_a-tour_bg.png) no-repeat top;
  background-size: cover;
}

.uploadFile {
  font-size: 40px;
  line-height: 23px;
  overflow: hidden;
  /* padding: 30px 30px; */
  width: 80px;
  height: 90px;
  position: relative;
  resize: none;
  border-radius: 5px;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #efefef;
  border-radius: 20px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  [type="file"] {
    cursor: pointer !important;
    display: block;
    font-size: 10px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
  }
}

.uploadFile.fileuploaded .filename {
  font-size: 12px;
  white-space: nowrap;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.visualizAR_case-studies .case_studies_content {
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 30px;
}

.visualizAR_case-studies .case_studies_content h3 {
  height: 40px;
  margin: 0;
}

/* .inner_page_banner.search_journey {
  height: calc(100vh - 350px);
} */

@media screen and (min-width: 1750px) and (max-width: 1950px) {
  .locations_wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
    padding: 0px 80px;
  }

  .location_item {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc;
    opacity: 1;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1750px) {
  .locations_wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
    padding: 0px 80px;
  }

  .location_item {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc;
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .locations_wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    padding: 0px 80px;
  }

  .location_item {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc;
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .visualizAR_case-studies .case_studies_content h3 {
    height: 25px;
  }

  .visualizAR_case-studies .case_studies_content_sub_wrap p {
    font: normal normal 300 10px/16px var(--acumin_regular);
    letter-spacing: 0.52px;
    bottom: -100px;
    margin: 0;
  }
}

@media screen and (max-width: 1800px) {

  /* .inner_page_banner.search_journey img,
  .inner_page_banner.search_journey:before {
    height: auto;
  } */


}

@media screen and (max-width: 1536px) {
  .uploadFile {
    font-size: 30px;
    width: 65px;
    height: 75px;
    border-radius: 16px;

  }

  .enquire_Sec .submitBtn {
    font-size: 14px;
  }

  .searchbutton {
    height: 35px;
    width: 35px;

  }

  .searchbox-container input.searchbox {

    height: 35px;

  }

}


@media screen and (max-width: 991px) {
  .Innoval_header {
    display: block;
    padding: 0 30px;
    margin: 0 0 70px;
  }

  .Innoval_header .head_wrapper h2 {
    text-align: left;
  }

  .Innoval_header .head_wrapper p {
    text-align: left;
  }

  .Innoval_header .book_meeting_btn a {
    padding: 21px 40px;
  }

  .locations_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0px 20px;
    height: 550px;
    overflow-y: scroll;
  }

  .locations_wrapper::-webkit-scrollbar {
    display: none;
  }

  .location_item {
    width: 100%;
    height: 205px;
  }

  .item_img img {
    width: 58px;
    height: 58px;
  }

  .location_item .item_img {
    padding: 20px;
  }

  .location_details {
    padding: 0px 15px 0px;
  }

  .location_item .location_details h5 {
    font: normal normal 600 14px/20px var(--acumin_regular);
    margin-top: 0 !important;
  }

  .location_details p {
    font: normal normal normal 9px/16px px var(--roboto_reg);
    opacity: 1 !important;
    font-size: 9px;
    font-family: "Roboto", sans-serif;
  }

  .zip_stores_wrapper {
    display: none;
  }

  .Csr_activities_wrapper {
    display: block;
    background: url(../images/on-ground-landing-page/CSR_activitie_img.jpg) no-repeat top;
    background-size: cover;
    height: 60vh;
  }

  .Csr_activities-content {
    padding-top: 90px;
  }

  .Csr_activities-content h4 {
    text-align: center;
    font: normal normal bold 45px/56px var(--acumin_bold);
    letter-spacing: -2.25px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
  }

  .Csr_activities-content p {
    text-align: center;
    font: normal normal normal 14px/18px var(--roboto_reg);
    letter-spacing: -0.42px;
    color: #ffffff;
    opacity: 0.7;
  }

  .knw_mr_btn {
    background: #486898 0% 0% no-repeat padding-box;
    border-radius: 35px;
    text-align: center;
    font: normal normal bold 14px/20px Acumin Pro;
    letter-spacing: -0.28px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
  }

  .btn-carsKnow {
    font-size: 12px;
    opacity: 1;
    padding: 11px 24px 9px;
  }

  .legrand_stdo .heading h2 {
    text-align: left;
    padding: 0 20px;
  }

  .legrand_stdo.heading p {
    text-align: left;
    padding: 0 30px;
  }

  .Where_To_Find {
    padding-bottom: 0;
  }

  /* .other_products_swip_wrapper:hover .p-tag {

  } */
  .other_products_content h3 {

    transform: translateY(0px);
  }

  .other_products_content .p-tag {
    font: normal normal normal 12px/18px var(--roboto_reg);
    margin: 10px 0 0;
    height: 70px;
    opacity: 1;
    visibility: visible;
    margin: 0;
    transform: translateY(0);
    transition: all 0.5s ease;
  }

  .other_products_content_sub_wrap h3 {
    font: normal normal 16px/22px var(--acumin_bold);
    letter-spacing: -0.48px;
  }

  .temp-10-text2 {
    padding: 30px;
  }

  .temp-10-text2 h4 {
    font-size: 22px;
    transform: translateY(-10px);
  }

  .temp-10-text2 p {
    font-size: 10px;
    transform: translateY(-10px);
  }

  .hm_automation_cards .temp-5-card {
    width: 100%;
  }
}

/* contact us page CSS */

.specifiUl .icon1.cntct_icn {
  width: 43px;
  height: 43px;
}

.icon1 .spec-Info span {
  text-align: left;
  font: normal normal bold 32px/45px Acumin Pro;
  letter-spacing: -1.28px;
  color: #383636;
  text-transform: capitalize;
  opacity: 1;
}

.spec-Info p {
  text-align: left;
  font: normal normal normal 18px/28px var(--acumin_regular);
  letter-spacing: -0.36px;
  color: #5e5e5e;
  opacity: 1;
}

.inner_page_nav .inner_sticky_left.temp-cls {
  margin: auto;
}

.enquire_Sec .enq_lt_data p {
  text-align: left;
  font: normal normal normal 16px/1.4 var(--roboto_reg);
  letter-spacing: -0.6px;
  color: rgba(35, 31, 32, 0.8);
}

.contct_frm {
  overflow: auto;
  /* max-height: max-content; */
  max-height: 845px;
  height: 100%;
  height: auto;
}

.contct_frm::-webkit-scrollbar {
  width: 0;
}

.contact_frm_lble {
  text-align: left;
  font: normal normal normal 18px/28px var(--roboto_reg);
  letter-spacing: -0.6px;
  color: #1f2127;
  opacity: 0.7;
}

.contact_frm_lble_2 {
  text-align: end;
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
  font: normal normal normal 16px/28px var(--roboto_reg);
  letter-spacing: -0.6px;
  color: #1f2127;
  opacity: 0.8;
}

.contact_frm_lble_3 {
  color: #000000;
  opacity: 0.7;
  top: -8px;
  position: relative;
  font-family: var(--roboto_reg);
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
  left: 15px;
}

.contact_frm_lble_4 {
  font: normal normal normal 14px/18px var(--roboto_reg);
  letter-spacing: -0.6px;
  color: #1f2127;
}

.form-check {
  gap: 7px;
  display: flex;
}

.form-check-label {
  font: normal normal normal 14px/18px var(--roboto_reg);
  letter-spacing: -0.6px;
  color: #1f2127;
}

.file-input {
  display: inline-block;
  text-align: left;
  background: #cee7ed url(../images/cloud-icon.svg) no-repeat !important;
  padding: 16px;
  width: 100%;
  position: relative;
  border-radius: 18px;
  border: 2px dashed #486898;
  background-size: 4% !important;
  background-position: 18px 13px !important;
}

.file-input>[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input>.button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
  opacity: 0;
}

.file-input:hover>.button {
  /* background: dodgerblue;
  color: white; */
}

.file-input>.label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}

.file-input.-chosen>.label {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .m-bottom1 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  .file-input {
    background-position: 22px 19px !important;
  }
}

/* Support page CSS */
.support_banner_btns {
  margin-bottom: 30px;
}

.banner_btn {
  border: 2px solid rgb(255 255 255 / 20%);
  border-radius: 100px;
  /* opacity: 0.2; */
  text-align: left;
  font: normal normal 600 14px/20px var(--acumin_bold);
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  padding: 18px;
  margin-right: 10px;
}

.banner_btn:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 100px;
  color: #383636;
  opacity: 1;
}

.sugg-text1 {
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 12px/16px var(--acumin_regular);
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

.support-treading-suggetions {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* align-items: center; */
  margin-top: 20px;
}

.support-suggetions-texts {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
}

.support123 {
  display: none;
}

.enquire_Sec .report_frm {
  padding: 0 18% !important;
}

.report_frm .contct_frm {
  max-height: 100%;

}

.report_frm .contct_frm h2 {

  text-align: center;
}

.report_frm .contct_frm h5 {
  display: flex;
  justify-content: center;
}

.report_frm .contct_frm p {
  display: flex;
  justify-content: center;
}

.report_frm .contct_frm.head_wrapper p {
  width: 100%;
  text-align: center;
}

.report_frm .contct_frm .contact_frm_lble_2 {
  text-align: end;
  text-decoration: underline;
  display: flex;
  justify-content: flex-start;
  font: normal normal normal 16px/28px var(--roboto_reg);
  letter-spacing: -0.6px;
  color: #1f2127;
  opacity: 0.8;
}

.report_frm .contct_frm p.rport_frm_lble_1 {
  display: block;
  text-align: left;
  font: normal normal 600 20px/40px var(--acumin_bold);
  letter-spacing: -0.8px;
  color: #3c3535;
  opacity: 1;
}

.imgMask {
  position: relative;
  width: 80px;
  height: 80px;
  /* border: 1px solid black; */
  cursor: pointer;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #efefef;
  border-radius: 20px;
  opacity: 1;
}

.imgMask-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}

.imgg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#blah {
  position: absolute;
  width: 202px;
  height: 200px;
  top: 0;
  z-index: -1;
}

.upload-file-inputes {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.support_faq {
  padding: 0px 158px 0px;
  background: none;
}

.support_faq .accordion-item .accordion-button.collapsed {
  text-align: left;
  font: normal normal 600 20px/40px var(--acumin_bold);
  letter-spacing: -0.8px;
  color: #3c3535;
  opacity: 1;
}

.support_faq .accordion-flush .accordion-item .accordion-button {
  text-align: left;
  font: normal normal 600 20px/40px var(--acumin_semibold);
  letter-spacing: 0;
  color: #3c3535;
  opacity: 1;
}

.support_faq .accordion-body p {
  text-align: left;
  font: normal normal normal 16px/23px var(--roboto_reg);
  letter-spacing: -0.48px;
  color: #5e5e5e;
  opacity: 0.7;
  padding: 10px 0;
}

.rprt_bg {
  background: url(../images/reportbg.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .support_banner_btns {
    margin-bottom: 30px;
    display: none;
  }

  .support123 {
    display: block;
    margin-bottom: 20px;
  }

  .support123 .careers-dropdown__button {
    width: 340px;
    padding: 20px;
  }

  .support123 .careers-dropdown__list {
    width: 100%;
  }

  .sugg-text1 {
    font: normal normal normal 10px/11px var(--acumin_regular);
  }

  .support_search .searchbox-container {
    width: 100%;
  }

  .support_bnnr .support_search .careers-dropdown__button {
    height: 38px;
    width: 160px;
    padding: 0 35px 0 10px;
  }

  .enquire_Sec .report_frm {
    padding: 0 !important;
  }

  .report_frm .contct_frm .rport_frm_lble_1 {
    font: normal normal 600 14px/40px var(--acumin_bold);
  }

  .support_faq {
    background: none;
    padding: 0;
  }
}

/* searcch journey CSS */

.journey_search_bar .searchbox-container {
  width: 950px;
  padding: 0 8px 0 20px;
}

.srch_journey_bnnr_btns {
  margin-top: 20px;
}

.srch_journey_btn {
  background: #afafaf 0% 0% no-repeat padding-box;
  border-radius: 100px;
  opacity: 0.4;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  text-align: left;
  font: normal normal 600 12px/14px var(--acumin_semibold);
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  padding: 10px 20px 7px;
}

.hm_automation_cards .temp-5-card {
  /* width: 21.1%; */
  position: relative;
}

.hm_automation_cards .temp-5-right {
  width: 100%;
  padding-left: 5.23%;
  padding-top: 71px;
  padding-bottom: 0;
}

.hm_automation_cards .temp-5 {
  padding-top: 5%;
}

.hm_automation_cards_heading {
  text-align: left;
  letter-spacing: -0.5px;
  color: #383636;
  text-transform: capitalize;
  opacity: 1;
  margin-left: 8%;
}

.search_journey_banner_txt h1 {
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  margin: 25px 0;
}

.search_journey_banner_txt.banner_text {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}

.search_journey_banner_txt.banner_text h1 {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .journey_search_bar .searchbox-container {
    width: 100%;
  }

  .srch_journey_btn {
    margin-bottom: 10px;
    image-rendering: block;
    display: inline-block;
  }

  .hm_automation_cards .showMobile h2 {
    text-align: left;
    font: normal normal normal 32px/50px var(--acumin_regular);
    letter-spacing: -1.6px;
    color: #383636;
    text-transform: capitalize;
    margin-bottom: 20px;
  }

  .hm_automation_cards_heading {
    display: none;
  }

  .hm_automation_cards .temp-5-right {
    width: 100%;
    padding-left: 0;
    padding-top: 80px;
  }

  .search_journey_banner_txt h1 {
    text-align: center;
    font: normal normal bold 50px/50px var(--acumin_bold);
    letter-spacing: -1.5px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
    margin: 23px 0;
  }
}

/* experience legrand virtual page  CSS starts */

.virtual_Innoval_header_wrapper .Innoval_header_mobile {
  display: none;
}

.case_studies_content_sub_wrap p {
  text-align: left;
  font: normal normal 300 16px/40px var(--acumin_regular);
  letter-spacing: -0.48px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  bottom: -100px;
  position: relative;
}

.case_studies_swip_wrapper:hover .case_studies_content_sub_wrap p {
  bottom: 12px;
}

.visualizAR_head {
  padding: 0 140px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  margin-bottom: 70px;
}

.visualizAR_head .head_wrapper h2 {
  text-align: center;
}

.visualizAR_head .head_wrapper p {
  text-align: center;
}

.e-shop-wrapper .products_list_swip_wrapper h3 {
  text-align: left;
  font: normal normal normal 26px / 30px var(--acumin_regular);
  letter-spacing: -1.28px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  /* min-height: 60px; */
  bottom: 90px;
  left: 0;
  padding: 0px 30px 15px;
}

.e-shop-wrapper .products_list_swip_wrapper p {
  position: absolute;
  bottom: 0px;
  padding: 10px 30px 30px;
  text-align: left;
  font: normal normal normal 16px / 22px var(--roboto_reg);
  letter-spacing: -0.32px;
  color: #ffffff;
  opacity: 0.8;
  min-height: 100px;
  margin: 0;
}

.e-shop-wrapper .products_list_swip_wrapper {
  transition: all 0.7s;
  overflow: hidden;
}

.e-shop-wrapper .products_list_swip_wrapper img {
  transition: all 0.7s;
}

.e-shop-wrapper .products_list_swip_wrapper img:hover {
  transform: scale(1.2);
  transition: all 0.7s;
}

@media screen and (min-width: 1750px) and (max-width: 1950px) {
  .e-shop-wrapper .products_list_swip_wrapper h3 {
    font: normal normal normal 21px/22px var(--acumin_regular);
  }

  .e-shop-wrapper .products_list_swip_wrapper p {
    font: normal normal normal 16px/19px var(--roboto_reg);
  }
}

@media screen and (min-width: 1501px) and (max-width: 1750px) {
  .e-shop-wrapper .products_list_swip_wrapper h3 {
    font: normal normal normal 15px/17px var(--roboto_reg);
    letter-spacing: -0.28px;
  }

  .e-shop-wrapper .products_list_swip_wrapper p {
    padding: 10px 30px 30px;
    font: normal normal normal 15px/17px var(--roboto_reg);
  }
}

@media screen and (max-width: 1650px) {
  .Innoval_header {
    padding: 0 90px;
  }
}

@media screen and (max-width: 1536px) {
  .Innoval_header {
    padding: 0 50px;
  }

  .Innoval_header .book_meeting_btn a {
    padding: 16px 26px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .e-shop-wrapper .products_list_swip_wrapper h3 {
    font: normal normal normal 16px / 18px var(--acumin_regular);
    padding: 0 30px 15px;
    bottom: 70px;
    left: 0;
    letter-spacing: 0.4px;
  }

  .e-shop-wrapper .products_list_swip_wrapper p {
    font: normal normal normal 13px / 17px var(--roboto_reg);
    padding: 10px 30px 20px;
    min-height: 85px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .e-shop-wrapper .products_list_swip_wrapper p {
    bottom: 0px;
    left: 0;
    padding: 10px 20px 20px;
    font: normal normal normal 10px / 14px var(--roboto_reg);
    letter-spacing: 0;
    min-height: 0;
  }

  .e-shop-wrapper .products_list_swip_wrapper h3 {
    letter-spacing: 0;
    bottom: 60px;
    min-height: 0;
    padding: 0px 20px 1px;
    left: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .virtual_Innoval_header_wrapper .Innoval_header.Innoval_header_mobile {
    display: block;
    padding: 0 15px;
    margin: 0 0 70px;
  }

  .virtual_Innoval_header_wrapper .Innoval_header {
    display: none;
  }

  .Innoval_header.Innoval_header_mobile .dark_center.head_wrapper {
    padding-bottom: 0;
    padding: 0 0px;
  }

  .innoval_wrapper {
    padding: 75px 0;
  }

  .case_studies_content_sub_wrap p {
    font: normal normal 300 12px/20px var(--acumin_regular);
    bottom: 0;
  }

  .visualizAR_head {
    padding: 0px 47px;
  }

  .e-shop-wrapper .products_list_swip_wrapper h3 {
    font: normal normal normal 20px / 26px var(--acumin_regular);
    padding: 0 20px;
    left: 0;
  }

  .e-shop-wrapper .products_list_swip_wrapper p {
    left: 0;
    padding: 20px;
    font: normal normal normal 12px / 18px var(--acumin_regular);
    letter-spacing: 0.5px;
  }

  .uploadFile {
    font-size: 25px;
    line-height: 20px;
    overflow: hidden;
    width: 55px;
    height: 55px;
    position: relative;
    resize: none;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #efefef;
    border-radius: 10px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .support_faq .accordion-flush .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 23px;
    max-width: 100%;
    position: relative;
    padding: 10px 0;
    padding-right: 55px;
  }

  .specificationSec_lGe .heading {
    padding: 0 30px;
  }

  .temp-10-text2 a {
    opacity: 1;
    transition: all 0.8s;
  }
}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {
  .support_bnnr .support_search .careers-dropdown__button {
    height: 38px;
    width: 157px;
    padding: 0 35px 0 10px;
  }

  .support_bnnr .support_search .searchbox-container {
    width: 110px;
  }
}