.hover-hotspot {
  width: 100px;
  height: 100px;
  background: url("../img/plus-effect.gif") no-repeat center;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  background-size: contain;
  opacity: 0.5;
}

strong,
b {
  font-family: var(--acumin_bold);
}

ul.homeconent-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 160px;
}

.home-content-list-item {
  padding: 15px 50px;
  border-right: 1px solid rgb(255 255 255 / 40%);
}

.homeconent-slider .swiper-slide:last-child .home-content-list-item {
  border: none;
}

.home-content-list-item h5 {
  font-family: var(--acumin_semibold);
  font-size: 32px;
  font-weight: 700;
  line-height: 33.4px;
  text-align: left;
  color: #fff;
}
.home-content-list-item p {
  padding: 0;
  font-family: var(--roboto_reg);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
  opacity: 0.6;
}

.header-right {
  position: absolute;
  top: 62px;
  right: 100px;
  left: auto;
  gap: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.modal-open .modal {
  z-index: 99999;
  backdrop-filter: blur(30px);
}

.modal-content {
  background: none;
  background-clip: none;
  border: 0;
  width: 100%;
  max-width: 100%;
  outline: 0;
}

.modal-footer {
  display: none;
}

.modal-close-wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
}
.modal img.modal-close-icn {
  height: 24px;
  width: 24px;
}

.modal {
  z-index: 99999;
}
/* header css include login wrapper css starts */

/* header CSS starts */

header {
  top: 0;
  left: 0;
  position: fixed;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 9;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 15px #0000000d;
  display: flex;
  align-items: center;
}
.camera {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 9999;
}
#openCamera {
  border: 1px solid #486898;
  border-radius: 35px;
  background: transparent;
  text-decoration: none;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-d-show {
  display: none;
}
.click-a-picture-cta {
  margin: 0 auto;
  width: 315px;
}
.click-a-picture-cta .browsefile {
  font-size: 16px;
}
.new-file-upload {
  cursor: pointer;
}
.nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.brand_logo {
  background: #ed1c24 0% 0% no-repeat padding-box;
  height: 80px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-left: 80px;
}

a.brand_logo img {
  height: 32px;
}

.desired-range-wrapper {
  margin-top: 90px;
  padding: 50px 120px;
  background: #f7f8fa 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 100vh;
}

.header-wrapper h2 {
  font-size: 36px;
  line-height: 16px;
  text-align: center;
  font: normal normal bold 36px/16px var(--acumin_bold);
  letter-spacing: -2.16px;
  color: #222222;
  opacity: 1;
  margin-bottom: 30px;
}

.login-profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.login-profile-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: auto;
  height: 80px;
  padding: 0 60px 0 25px;
  cursor: pointer;
  position: relative;
}

.profile-image {
  width: 39px;
  border-radius: 25px;
}

.needhelp-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-left: auto;
  padding-right: 40px;
  border-right: 1px solid rgb(0 0 0 / 20%);
  cursor: pointer;
  margin-right: 15px;
}

.needhelp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #383636;
  border-radius: 25px;
  opacity: 1;
  padding: 9px;
}

.needhelp-icon img {
  width: 20px;
}

.needhelp-title span {
  text-align: left;
  text-decoration: underline;
  font: normal normal 14px/20px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #383636;
  opacity: 1;
}

.profile-name {
  text-align: left;
  font: normal normal 14px/20px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #11153b;
  opacity: 1;
}

.login-profile-wrapper:after {
  position: absolute;
  content: "";
  height: 11px;
  width: auto;
  right: 40px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #00000080;
}

.login-profile-wrapper.clicked:after {
  border-bottom: 5px solid #fff;
  height: auto;
  border-top: none;
}

.login-profile-wrapper.clicked {
  background: #486898;
}

.login-profile-wrapper.clicked .profile-name {
  color: #fff;
}

.post-login-wrapper {
  position: fixed;
  right: 50px;
  top: 150px;
  margin-top: 4px;
  width: 295px;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  transform: translateX(30px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  box-shadow: 0px 10px 30px 0px #0000000d;
  border-radius: 8px;
}
.post-login-wrapper :after {
  content: " ";
  position: absolute;
  right: 70px;
  top: -17px;
  border-top: none;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 20px solid #fff;
  border-radius: 8px;
}

.post-login-wrapper.show {
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 22;
}

.account-details-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  bottom: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #0000000d;
  opacity: 1;
  margin: 0 15px;
}

.account-img img {
  width: 52px;
}

.account-name h3 {
  text-align: left;
  font: normal normal 16px / 22px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #11153b;
  opacity: 1;
  margin: 0;
  font-weight: 600;
}

.account-name p {
  text-align: left;
  font: normal normal normal 12px/16px var(--acumin_regular);
  letter-spacing: 0px;
  color: #a1a1a1;
  opacity: 1;
  margin: 0;
}

.account-details-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 19px 32px;
}

.account-details-item img {
  width: 22px;
}
.account-details-item h3 {
  margin: 0;
  text-align: left;
  font: normal normal 14px / 20px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 600;
}

.account-details-bottom {
  /* border-top: 1px solid #7070701a; */
  opacity: 1;
}

h3.log-out-text {
  text-align: left;
  font: normal normal 14px / 20px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #d63548;
  opacity: 1;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}

.logout-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 19px 32px;
  background: none;
  border: 0;
  width: 100%;
}
.logout-btn img {
  width: 22px;
}

.create-account-icon {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: 1px solid #486898;
  background: #486898;
  padding: 0;
  margin: 0;
}

.showMobile {
  display: none !important;
}
.hideMobile {
  display: block !important;
}
/* header CSS ends */

/* share modal css starts */

.share-modal-wrap .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem); /* Adjust this value as needed */
  justify-content: center;
}

/* Apply zoom in effect */
.modal.share-modal-wrap.fade .modal-dialog {
  animation: zoomIn 0.3s forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Apply zoom out effect */
.modal.share-modal-wrap.fade .modal-dialog.zoomOut {
  animation: zoomOut 0.3s forwards;
}

@keyframes zoomOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

/* share modal css Ends */

/* create account modal css starts */

.create-account-modal .modal-header {
  border-bottom: none;
}

.create-account-frm-wrap .modal-content {
  width: 540px;
  max-width: 540px;
  height: auto;
  border-radius: 0;
  outline: 0;
  border: none;
  padding: 50px;
  background: #ffffff;
}

.create-account-modal .modal-header .btn-close {
  background-size: 20px;
  right: 0;
  position: absolute;
  top: 20px;
  background: none;
}

.create-account-from-header {
  margin-bottom: 10px;
}

.create-account-from-header h3 {
  text-align: center;
  font: normal normal bold 36px / 36px var(--acumin_bold);
  letter-spacing: -1.16px;
  color: #222222;
  opacity: 1;
  margin-bottom: 0;
}

.create-account-from-header p {
  text-align: center;
  font: normal normal normal 18px / 30px var(--roboto_reg);
  letter-spacing: -0.72px;
  color: #444444;
  opacity: 1;
}

.create-account-modal .modal-header .btn-close:focus {
  box-shadow: none;
}

.create-account-from .form-control {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 100px;
  opacity: 1;
  border: none;
  padding: 18px 30px;
  font-size: 14px;
  font-family: var(--acumin_regular);
}

.create-account-from .form-submit {
  width: 100%;
  background: #486898 0% 0% no-repeat padding-box;
  border-radius: 35px;
  opacity: 1;
  border: none;
  padding: 22px 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-account-from .form-control::placeholder {
  opacity: 0.5;
}

.OrSignIn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 30px;
  position: relative;
}

.OrSignIn-wrap span {
  text-align: center;
  font: normal normal 14px / 18px var(--acumin_semibold);
  letter-spacing: -0.28px;
  color: #231f20;
  opacity: 0.4;
}

.OrSignIn-wrap span:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 37%;
  background: #231f20;
  opacity: 0.1;
  left: 0;
  top: 5px;
}

.OrSignIn-wrap span:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 37%;
  background: #231f20;
  opacity: 0.1;
  right: 0;
  top: 5px;
}

.sign-in-CTAs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.sign-in-CTAs a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ececec;
  border-radius: 8px;
  opacity: 1;
  padding: 19px 15px 17px;
  height: 50px;
  text-align: left;
  font: normal normal 600 14px/14px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #231f20;
  opacity: 1;
  width: 50%;
}

.sign-in-CTAs a img {
  width: 24px;
}

.sign-in-LINk-wrap {
  text-align: center;
  margin-top: 30px;
}

.sign-in-LINk-wrap span {
  text-align: left;
  font: normal normal normal 18px / 18px var(--acumin_regular);
  letter-spacing: -0.36px;
  color: rgb(35 31 32 / 50%);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.signin-link {
  text-align: left;
  text-decoration: underline;
  font: normal normal 18px/18px var(--acumin_semibold);
  letter-spacing: -0.36px;
  color: #486898;
  text-transform: uppercase;
  opacity: 1;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.signin-link:hover {
  color: #486898;
  background: none;
  border: 0;
  padding: 0;
}

.create-account-frm-wrap .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem); /* Adjust this value as needed */
  justify-content: center;
}

/* Apply zoom in effect */
.modal.create-account-frm-wrap.fade .modal-dialog {
  animation: zoomIn 0.3s forwards;
  max-width: 600px;
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}

/* Apply zoom out effect */
/*.modal.create-account-frm-wrap.fade .modal-dialog.zoomOut {
  animation: zoomOut 0.3s forwards;
}
*/
@keyframes zoomOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

/* create account modal css Ends */

/* enquernow Modal css starts */

.modal.DIY_enquire_form.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  max-width: 700px;
  height: 100%;
  margin: 0 0 0 auto;
}
.modal.right-transform-ex.DIY_enquire_form.fade .modal-dialog {
  transform: translateX(100px);
}
.modal.right-transform-ex.DIY_enquire_form.show .modal-dialog {
  transform: none;
}

.innoval_enquire_form .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.innoval_enquire_form .modal-header {
  border: 0;
  padding: 0;
}

.innoval_enquire_form .btn-close {
  position: absolute;
  padding: 0;
  top: 30px;
  right: 30px;
  font-size: 19px;
  color: #1f2127;
  opacity: 1;
  z-index: 1;
}

.innoval_enquire_form .modal-body {
  padding: 75px 50px;
}

.leaflet_heading-text {
  font-family: var(--acumin_bold);
  font-size: 60px;
  line-height: 90px;
  text-transform: capitalize;
  letter-spacing: -4.5px;
  color: #000;
  margin-bottom: 10px;
}

.innoval_enquire_form .form-mb .form-control {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #efefef;
  border-radius: 35px;
  height: 60px;
  padding-left: 24px;
  font-size: 16px;
}

.innoval_enquire_form .textareaSec {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  padding: 15px;
  width: 100%;
  height: 108px;
  resize: none;
  font-size: 16px;
  font: normal normal normal 16px / 30px var(--roboto_Reg);
  border: 1px solid #efefef;
  border-radius: 20px;
}

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

.dropdownQuery {
  border: 1px solid #efefef;
  color: #000;
  border-radius: 30px;
  height: 60px;
  background: #ffffff0d 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 0 23px;
  outline: none;
  display: flex;
  align-items: center;
  position: relative;
}

.dropdownQuery .dropdownQuery-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 10px;
  border-radius: 0;
  /* display: none; */
  z-index: 9;
  box-shadow: 0px 0px 30px #0000001a;
  border-radius: 0px;
  padding: 13px 4px;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-40px);
}

.dropdownQuery.active .dropdownQuery-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  transform: translateY(0px);
}

.dropdownQuery .select span {
  opacity: 0.5;
  color: #000000;
  font-family: var(--roboto_reg);
  font-size: 16px;
}

.dropdownQuery::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #5e5e5e;
  position: absolute;
  top: 42%;
  right: 35px;
  border-top: 0;
  border-right: 0;
  transform: rotate(314deg);
  transition: all 0.3s ease-in-out;
}

.dropdownQuery .dropdownQuery-menu li {
  border-bottom: 0;
  color: #383636;
  text-transform: uppercase;
  opacity: 0.8;
  font: normal normal 14px / 20px var(--acumin_medium);
  letter-spacing: 0.28px;
}

.filter_heading .dropdownQuery .dropdownQuery-menu li {
  padding: 12px 21px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.submitBtn {
  width: 250px;
  height: 70px;
  background: #486898 0% 0% no-repeat padding-box;
  border-radius: 35px;
  margin-top: 15px;
  border: 0;
}

.modal {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
/* enquernow Modal css ends */

/* coutry code input field starts */

.form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.form-group
  .iti--allow-dropdown
  .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}

.form-group .iti {
  width: 100%;
}

.form-group .iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 125px !important;
  margin-left: 0;
}

.form-group .iti__flag {
  border-radius: 10px;
}

.iti__selected-flag:after {
  position: absolute;
  content: "";
  height: 50%;
  width: 1px;
  right: 0;
  background: #d8d8d8;
}
.iti__selected-flag {
  padding: 0 12px 0 30px;
}
.iti__selected-dial-code,
.iti__country-name {
  font-family: var(--acumin_medium);
}

.form-control:focus {
  /* background-color: #fff;
  border: 1px solid #d8d8d8; */
  outline: 0;
  box-shadow: none;
}

/* coutry code input field Ends */

/* auto pop up range modal css starts */
.sign-in-form .modal-header {
  border-bottom: none;
}

.sign-in-form .modal-header .btn-close {
  background-size: 20px;
  right: 30px;
  position: absolute;
  top: 30px;
}

.sign-in-form .modal-content {
  border-radius: 0;
  outline: 0;
  border: none;
  padding: 10px 45px 55px;
}

.forgot-modal .modal-header {
  border-bottom: none;
}

.forgot-modal .modal-header .btn-close {
  background-size: 20px;
  right: 30px;
  position: absolute;
  top: 30px;
}

.forgot-modal .modal-content {
  border-radius: 0;
  outline: 0;
  border: none;
  padding: 10px 45px 55px;
}
.forgot-pswd {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.forgot-pswd-CTA {
  background: none;
  border: none;
  outline: none;
  text-align: right;
  font: normal normal 14px/18px var(--acumin_semibold);
  letter-spacing: -0.28px;
  color: #486898;
  text-transform: capitalize;
  opacity: 1;
}

.forgot-pswd-CTA:hover {
  background: none;
  border: none;
  outline: none;
  text-align: right;
  font: normal normal 14px/18px var(--acumin_semibold);
  letter-spacing: -0.28px;
  color: #486898;
  text-transform: capitalize;
  opacity: 1;
}

.forgot_pass_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #486898 0% 0% no-repeat padding-box;
  border-radius: 35px;
  font: normal normal 16px / 22px var(--acumin_bold);
  letter-spacing: -0.32px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  border: none;
}

.otp-modal .modal-content {
  border-radius: 0;
  outline: 0;
  border: none;
  padding: 45px 45px 55px;
}

.otp-modal .modal-header .btn-close {
  background-size: 20px;
  right: 30px;
  position: absolute;
  top: 30px;
}

.otp-modal .modal-header {
  border-bottom: none;
  padding: 0;
}

.otp-modal .create-account-from-header p {
  font: normal normal 18px/30px var(--acumin_regular);
  letter-spacing: -0.72px;
  color: rgb(68 68 68 / 70%);
  margin: 20px 0 50px;
}

.otp-modal .create-account-from-header p.otp_ver_timeout {
  font: normal normal normal 14px/20px var(--acumin_regular);
  letter-spacing: -0.42px;
  color: rgb(34 34 34 / 70%);
  margin: 0 0 30px;
}

.otp_ver_timeout span {
  color: #f57f17;
}

.resend_otp_a {
  text-align: center;
}

.resend_otp_a a {
  font: normal normal 12px/16px var(--acumin_regular);
  letter-spacing: -0.36px;
  color: #486898;
  text-transform: uppercase;
  opacity: 1;
  margin-right: 15px;
}

.resend_otp_a p {
  font: normal normal 14px/20px var(--acumin_regular);
  letter-spacing: -0.42px;
  color: #919dab;
  margin-bottom: 40px;
}

.opt-boxes {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.opt-boxes input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8ebf3;
  border-radius: 16px;
  width: 58px;
  height: 60px;
  text-align: center;
  font: normal normal 24px var(--acumin_semibold);
  letter-spacing: -1.44px;
  color: #000000;
  opacity: 1;
}

/* DIY ACTIVITY AREA CSS ENDS */
#rangeModal,
#create-account-modal,
#signIn-modal,
#forgot-paswd-modal,
#verification-modal,
#change_password_modal,
#create_paswd_modal,
#create-password-otp-modal,
#confirm-password_modal,
#modal_exe_1,
.share-modal-wrap,
#enter_Details_modal {
  z-index: 999999;
}

/* header css include login wrapper css Ends */

.login-wrapper {
  display: flex;
  gap: 15px;
  margin: 0;
}

.login-cta {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.cart-badge {
  position: absolute;
  right: 12px;
  top: 15px;
  background: #486898;
  width: 15px;
  height: 15px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #fff;
  font-family: var(--acumin_semibold);
}

.login-cta.boq {
  background: #fff;
}

.signIn-form {
  display: none;
}

.otp-form {
  display: none;
}

.create-password-form {
  display: none;
}

.forgot-password-form {
  display: none;
}

.verification-form {
  display: none;
}

.change-password-form {
  display: none;
}

.product-img-wrap {
  position: absolute;
  top: 70%;
  left: 65px;
  z-index: 700;
}

.product-img {
  width: 68px;
  height: 68px;
  background: radial-gradient(
    44.64% 44.64% at 50% 50%,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 35px;
}
.product-img img {
  width: 31px;
  height: 35px;
}

.pnlm-hotspot-base.custom-hotspot {
  width: 120px;
  height: 120px;
  background: url("../img/plus-effect.gif") no-repeat center;
  background-size: contain;
  top: 0;
  left: 0;
  /*    background: #000;*/
}

.product-mark {
  position: absolute;
  top: 15px;
  right: -40px;
  height: 26px;
  width: 26px;
  cursor: pointer;
}

.product-mark img {
  width: 100%;
  height: 100%;
}
.product-mark:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.8px solid #ffffff;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(/public/img/plus-marker.png) no-repeat center center;
  transition: all 0.5s ease;
  animation: pulsating 1s infinite;
}

@keyframes pulsating {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 1;
  }
}

.product-modal {
  position: fixed;
  height: 100%;
  width: 1340px;
  left: auto;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  transition: all 0.5s ease;
  transform: translatex(200px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}

.product-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translatex(0px);
}

.product-modal-container {
  padding: 65px 60px 60px;
  height: calc(100% - 92px);
  overflow: auto;
}

.product-details {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 30px;
}
.product-details-left {
  /* padding: 60px; */
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-details-right {
  background: #f5f5f5;
  padding: 60px;
  height: 100%;
}

.product-name {
  font-family: var(--acumin_regular);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #222222;
  text-transform: capitalize;
  letter-spacing: -0.8px;
}

.product-cat_no {
  font-family: var(--acumin_regular);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgb(34 34 34 / 70%);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.product-description {
  font-family: var(--acumin_regular);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(34 34 34 / 70%);
  text-align: left;
  letter-spacing: 0.2px;
  margin-top: 35px;
  margin-bottom: 0px;
}

.outline-CTA {
  font-family: var(--acumin_semibold);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 50px;
  padding: 17px 44px 16px;
  display: inline-block;
}

.solid-CTA {
  background: #486898;
  border-radius: 50px;
  padding: 17px 44px 16px;
  color: #fff !important;
  font-family: var(--acumin_semibold);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  display: inline-block;
}
.solid-CTA:hover {
  color: #fff;
  background: #5b7db0;
}

.product-details-cta {
  /* position: sticky;
  bottom: auto;
  top: 0; */
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  padding: 20px 80px 20px 30px;
  /* background: #fff;
  z-index: 2; */
}
.product-details-cta a {
  text-transform: uppercase;
  color: #000;
  background: #486898 0% 0% no-repeat padding-box;
  color: #fff;
  border: 1px solid #486898;
}
.product-details-cta a:focus-visible {
  outline: none;
}
.productmodal-close {
  position: unset;
  top: 0;
  z-index: 9;
}
.productmodal-close-icn {
  position: unset;
  top: 25px;
  right: 30px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.similar-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 33px 0;
}

.similar-products-title {
  font-family: var(--acumin_semibold);
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
}

.similar-product-card-top {
  padding: 30px 32px;
  background: #efefef;
}

.similar-product-card-img img {
  width: 217px;
  height: 217px;
  object-fit: contain;
}

.similar-product-card-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.similar-product-card:hover .similar-product-card-cta {
  opacity: 1;
  visibility: visible;
}

.similar-product-card-cta a {
  font-size: 12px;
  padding: 13px 28px 12px;
}

.similar-product-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  transform: scale(0.8);
}
.similar-product-card:hover .similar-product-card-img {
  transform: scale(0.6);
}

.similar-product-title {
  font-family: var(--acumin_semibold);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.similar-product-sub_no {
  font-family: var(--acumin_regular);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize;
}

.similar-product-card-content {
  margin-top: 15px;
}

.similar-product .swiper-wrapper {
  height: auto;
}

.similar-product {
  overflow: visible;
}

.home-content {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 160px;
  padding-right: 160px;
}

.homeconent-slider .swiper-wrapper {
  height: auto;
  padding-bottom: 60px;
}
.homeconent-slider .swiper-horizontal > .swiper-pagination-bullets,
.homeconent-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.homeconent-slider .swiper-pagination-custom,
.homeconent-slider .swiper-pagination-fraction {
  top: auto;
  bottom: -6px;
}
.homeconent-slider
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.homeconent-slider
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background: #fff;
}
.custom-product-marker {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  background: url("../img/plus-marker.png") no-repeat center;
  background-size: 20px;
}

.custom-product-marker:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.8px solid #ffffff;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: #ffffff33;
  animation: pulsating 1s infinite;
}

.static-product-marker {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  background: url("../img/plus-marker.png") no-repeat center;
  background-size: 20px;
}

.static-product-marker:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.8px solid #ffffff;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: #ffffff33;
  animation: pulsating 1s infinite;
}

.drawer-product-marker {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  background: url("../img/plus-marker.png") no-repeat center;
}

.drawer-product-marker:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.8px solid #ffffff;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: #ffffff33;
  animation: pulsating 1.5s infinite;
}
.multi-product-marker {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  background: url("../img/plus-marker.png") no-repeat center;
}

.multi-product-marker:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.8px solid #ffffff;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: #ffffff33;
  animation: pulsating 1.5s infinite;
}

.custom-product-mark-wrap {
  position: absolute;
  top: 70%;
  left: 65px;
  z-index: 700;
}
.drawer-product-mark-wrap {
  position: absolute;
  top: 80%;
  left: 65px;
  z-index: 700;
}
.multi-product-mark-wrap {
  position: absolute;
  top: 90%;
  left: 65px;
  z-index: 700;
}
@keyframes pulsating {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 0.5;
  }
}

.product-details-left img {
  object-fit: contain;
  width: 70%;
  object-fit: contain;
  mix-blend-mode: darken;
}

#preloaderv2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  background: url("../img/Legrand_loader.gif") no-repeat center center;
  background-size: cover;
}

#contentv2 {
  display: none;
}

.login-cta a img {
  width: 25px;
}
.create-account-icon img {
  width: 22px;
}

/* BOQ cart page css starts */

.breadcrumb1 a {
  text-align: center;
  letter-spacing: 0px;
  color: rgb(0 0 0 / 50%);
  text-transform: uppercase;
  opacity: 1;
  font-family: var(--acumin_bold);
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}

.breadcrumb1 {
  text-align: center;
  letter-spacing: 0px;
  color: rgb(0 0 0 / 50%);
  text-transform: uppercase;
  opacity: 1;
  font-family: var(--acumin_bold);
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}

.breadcrumb1 span {
  margin: 0 2px;
}

.breadcrumb1 .page {
  color: #000;
}

.temp-4 h2 {
  color: #000000;
  font-family: var(--acumin_semibold);
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  letter-spacing: -0.04em;
  text-align: left;
}

.bg-gray {
  background-color: #f3f3f3;
}

.boq-banner .container {
  max-width: 100%;
  /* padding-top: 100px; */
}

.boq-banner .breadcrumb1 {
  text-align: left;
}

.boq-banner .temp-4 h2 {
  text-align: left;
}

.boq-banner .temp-4 span {
  font-family: var(--acumin_semibold);
}

.boq-banner .temp-4-inner {
  padding: 0 60px;
}

/* .boq-banner .temp-4 {
    padding-bottom: 80px;
} */

.product-details-wrapper {
  display: grid;
  grid-template-columns: 60% 34%;
  gap: 100px;
  padding: 0 80px 100px;
}

.product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0;
  margin-bottom: 20px;
}

.product-header-left {
  width: 60%;
}
.product-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
}

.product-header p {
  text-align: left;
  font: normal normal bold 16px / 22px var(--acumin_bold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.product-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.counter {
  width: max-content;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e6e6e6;
  /* border-radius: 15px; */
  opacity: 1;
}
.counter input {
  width: 40px;
  border: 0;
  text-align: center;
  appearance: none;
  background: none;
  /* border-left: 1px solid #4b4d5333;
    border-right: 1px solid #4b4d5333; */
  text-align: center;
  font: normal normal 600 16px / 30px var(--acumin_semibold);
  letter-spacing: -0.64px;
  color: #1b2d3a;
  text-transform: capitalize;
  opacity: 1;
}
.counter span {
  display: block;
  font-size: 24px;
  padding: 0 10px;
  cursor: pointer;
  color: #1b2d3a;
  user-select: none;
  background: #f3f3f3;
}

.product-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 40px 34px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dadada;
  opacity: 1;
}

.product-card-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  width: 20%;
}

/* .product-card-content {
    width: 60%;
  } */

.product-card-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 80%;
}

.product-price {
  text-align: right;
  font: normal normal bold 18px / 26px var(--acumin_bold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.product-totalPrice {
  text-align: right;
  font: normal normal bold 18px / 26px var(--acumin_bold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.product-title {
  text-align: left;
  font: normal normal bold 20px / 24px var(--acumin_bold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.product-SKU {
  color: #222222;
  opacity: 0.7;
  margin-bottom: 15px;
  font-family: var(--acumin_medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  text-align: left;
}
.product-SKU span {
  font-family: var(--acumin_bold);
}
.product-subTitle {
  color: #222222;
  opacity: 0.7;

  font-family: var(--acumin_regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
}

.order-summary-wrapper {
  padding: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dadada;
  opacity: 1;
  margin-top: 0;
}

.order-summary-title h3 {
  text-align: left;
  font: normal normal bold 24px / 34px var(--acumin_bold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.summary-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0;
}
.summary-list-item p {
  color: #000000;
  opacity: 0.8;
  font-family: var(--acumin_semibold);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
}

.summary-list-item span {
  text-align: right;
  font: normal normal bold 18px/26px var(--acumin_bold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
}

.summary-list-item .subItem {
  opacity: 0.6;
}
.order-summary-title {
  margin-bottom: 20px;
}

.summary-list {
  border-bottom: 1px solid #dadada;
  margin: 30px 0;
  padding-bottom: 10px;
}

.subTotal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  font: normal normal bold 24px/34px var(--acumin_bold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.8;
}

.download-CTA {
  margin-top: 30px;
}
.download-boq-btn {
  width: 100%;
  height: 70px;
  border: 0;
  background: #486898 0% 0% no-repeat padding-box;
  border-radius: 35px;
  color: #ffffff;
  text-align: center;
  font: normal normal bold 14px / 20px var(--acumin_bold);
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

.boq-wrapper {
  height: 42px;
  width: 42px;
  margin-right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #383636;
}
.boq-wrapper img {
  width: 15px;
  filter: invert(1);
}

.more-details-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.viewmore-cta {
  background: none;
  border: none;
  color: #486898;
  text-decoration: underline;
  padding: 0;
}

.more-details-list {
  display: none;
  padding-left: 15px;
  padding: 30px;
  background: #f8f8f8;
  padding-left: 50px;
  margin-bottom: 20px;
}

.more-details-list li {
  list-style: auto;
  font-family: var(--acumin_bold);
  margin-bottom: 10px;
}
.more-details-listitem h5 {
  text-align: left;
  font: normal normal 16px / 20px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  margin: 0;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.more-details-listitem p {
  text-align: left;
  font: normal normal normal 14px / 18px var(--acumin_regular);
  letter-spacing: 0px;
  color: #787777;
  opacity: 1;
  margin: 0px;
}

.product-card-content-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 45% 15% 16% 16%;
  gap: 20px;
}

.moredetails {
  display: grid;
  grid-template-columns: 51% 15% 10% 15%;
  gap: 20px;
  text-align: center;
}

.moredetails .counter {
  opacity: 0;
}

.moredetails .product-Price {
  text-align: center;
  font: normal normal bold 16px / 20px var(--acumin_bold);
  letter-spacing: 0px;
  color: #787777;
  opacity: 1;
}

.more-details-header {
  display: grid;
  grid-template-columns: 51% 15% 10% 15%;
  gap: 20px;
  text-align: center;
}

.more-details-header p {
  text-align: center;
  font: normal normal 14px / 20px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
}

.moredetails .product-totalprice {
  text-align: center;
  font: normal normal bold 16px / 20px var(--acumin_bold);
  letter-spacing: 0px;
  color: #787777;
  opacity: 1;
}

.moredetails .quantity {
  text-align: center;
  font: normal normal bold 16px / 20px var(--acumin_bold);
  letter-spacing: 0px;
  color: #787777;
  opacity: 1;
}

.product-price-mob {
  display: none;
}

/* BOQ cart page css Ends */

/*My Orders page css starts */

.product-details-wrapper.my-orders {
  display: grid;
  grid-template-columns: 24% 70%;
  gap: 100px;
  padding: 0 80px 100px;
}

/* .my-orders .product-card-content {
    width: 50%;
  } */

.my-orders .product-card-content-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 43% 20% 25%;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.my-orders .product-card-right {
  width: 80%;
}
.myOrder-CTA {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.myOrder-CTA a {
  width: 185px;
  height: 45px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
.outline-button {
  border: 1px solid #222222;
  color: #222222;
  border-radius: 20px;
  font-family: var(--acumin_semibold);
  font-weight: 600;
  cursor: pointer;
}

.solid-button {
  background: var(--primary);
  color: #fff;
  border-radius: 20px;
  border: 1px solid var(--primary);
  cursor: pointer;
}

.solid-button:hover {
  color: #fff;
}
.order-status {
  text-align: left;
  /* font-size: 16px;
    line-height: 24px;
    font-weight: var(--acumin_light); */
  font: normal normal 16px / 24px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0;
  margin-top: 0px;
}
.order-statusdetail {
  text-align: left;
  font: normal normal normal 14px / 20px var(--acumin_regular);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0px;
}

.delivery-Adress {
  text-align: left;
  font: normal normal 16px / 24px var(--acumin_semibold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0;
  margin-top: 0px;
  margin-right: 50%;
}
.delivery-adressdetail {
  text-align: left;
  font: normal normal normal 14px / 20px var(--acumin_regular);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0px;
}

.delivery-adressdetail p {
  margin: 0;
}
.profile-details-wrap {
  padding: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dadada;
  opacity: 1;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.profile-logo {
  text-align: center;
}

.profile-logo img {
  width: 100px;
}

.profile-details {
  margin-top: 50px;
}
.my-profile-header h2 {
  text-align: left;
  letter-spacing: -2.5px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-family: var(--acumin_bold);
  font-size: 60px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
}

.form-label {
  text-align: left;
  font: normal normal 14px / 24px var(--acumin_medium);
  letter-spacing: 0px;
  color: #00000073;
  opacity: 1;
  margin-bottom: 5px;
}

.form-title {
  text-align: left;
  font: normal normal 16px / 24px var(--acumin_bold);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 15px;
}

.profile-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -40px;
  z-index: -1;
}

.editable {
  display: inline-block;
  cursor: text;
}
.pencil-icon {
  cursor: pointer;
  margin-left: 20px;
  color: #007bff;
}

.product-details-mobile-wrap {
  padding: 40px;
  display: none;
}
.accordion-button.orders-button {
  box-shadow: unset;
  background-color: unset;
  text-align: center;
  letter-spacing: -2.5px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-family: var(--acumin_bold);
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0;
  justify-content: space-between;
}

.accordion-button.orders-button::after {
  margin-left: 35px;
}

.accordion.orders-wrap {
  border-radius: 50px;
}
.accordion-item.order-item {
  color: unset;
  background-color: unset;
  border: none;
}

.my-orders .product-totalPrice {
  text-align: left;
}

.myorder-dropdown {
  position: relative;
}

.myorder-dropdown-CTA {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #486898;
  background: #486898;
  height: 48px;
  width: 190px;
  border-radius: 35px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
}
.myorder-dropdown-list-wrap {
  position: absolute;
  width: 140px;
  transition: all 0.5s ease;
  transform: translateY(-20px);
  background: aliceblue;
  border-radius: 10px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}

.myorder-dropdown-list-wrap {
  background: #fff;
  border: 1px solid #f1f1f1;
  border: -ra;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  z-index: 1;
}

.myorder-dropdown-list-item a {
  font-family: var(--acumin_regular);
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  color: #222;
}

.myorder-dropdown.expanded .myorder-dropdown-list-wrap {
  transform: translateY(10px);
  opacity: 1;
  visibility: visible;
}

.myorder-dropdown-title {
  margin: 0;
  font-family: var(--acumin_semibold);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.04em;
  text-align: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.my-orders .arrow:after,
.my-orders .arrow::before {
  background: #fff;
}
/*My Orders page css ENDS */

.boq-banner .row {
  margin: 0;
}

.main-wrapper.bg-gray {
  padding-top: 250px;
}

.arrow:after,
.arrow::before {
  background: #000000;
  content: "";
  position: absolute;
  width: 8px;
  height: 2.45px;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  top: 45%;
}

.arrow:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 25px;
}

.arrow:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
}

.expanded .arrow:after {
  transform: rotate(-45deg);
}

.expanded .arrow:before {
  transform: rotate(45deg);
}

.my-orders .btn-link {
  text-align: left;
  letter-spacing: -1.5px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-family: var(--acumin_bold);
  font-size: 36px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  padding: 20px 20px;
}

.my-orders .btn-link.focus,
.my-orders .btn-link:focus {
  text-decoration: none;
}

.my-orders .card-header {
  width: 100%;
  padding: 0;
}
.my-orders .card {
  border: none;
}

.btn-link:before {
  content: "";
  position: absolute;
  border: 2px solid black;
  right: 42px;
  left: auto;
  top: 50%;
  height: 15px;
  width: 0;
  border-radius: 35px;
  transition: all 0.5s ease;
  transform: rotate(135deg);
}
.btn-link::after {
  content: "";
  position: absolute;
  border: 2px solid black;
  right: 50px;
  left: auto;
  top: 50%;
  height: 15px;
  width: 0;
  border-radius: 35px;
  transition: all 0.5s ease;
  transform: rotate(-135deg);
}

.btn-link.collapsed:before {
  transform: rotate(45deg);
}
.btn-link.collapsed::after {
  transform: rotate(-45deg);
}

header.header-sticky {
  background: #ffffff;
  height: 100px;
}

header.header-sticky .header-logo {
  height: inherit;
}

header.header-sticky .header-right {
  top: auto;
}

.header-sticky .login-cta.boq {
  background: #f7f5f5;
}

/* zoom out zoomin controls  */
.pnlm-controls {
  opacity: 0;
}

.product-modal .product-price {
  font-family: var(--acumin_regular);
  font-size: 24px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  padding-left: 25px;
  margin-top: 25px;
  position: relative;
}

.product-modal .product-price:before {
  content: "";
  height: 21px;
  width: 21px;
  background: url(../img/currency-rupee.svg) no-repeat;
  position: absolute;
  top: -6px;
  left: 0;
  background-size: 100%;
}

.product-banner {
  position: relative;
  margin-bottom: 30px;
}
.product-banner img {
  width: 100%;
}
.product-banner-conent {
  position: absolute;
  top: 20%;
  left: 8%;
  width: 50%;
}

.prd-banner-title {
  font-family: var(--acumin_semibold);
  font-size: 60px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #fff;
}

.prd-banner-desc {
  font-family: var(--acumin_regular);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

/* .drawar-modal .solid-CTA {
  background: #456898;
} */

div.drawar-modal {
  width: 100%;
}

button.third-modal {
  position: absolute;
  top: 86%;
  left: 65px;
  z-index: 700;
}

.product-details-wrap {
  position: relative;
}
.product-details-wrap .product-details-cta {
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  right: 0;
}

/* enquernow Modal css starts */

.modal.DIY_enquire_form.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  max-width: 700px;
  height: 100%;
  margin: 0 0 0 auto;
}
.modal.right-transform-ex.DIY_enquire_form.fade .modal-dialog {
  transform: translateX(100px);
}
.modal.right-transform-ex.DIY_enquire_form.show .modal-dialog {
  transform: none;
}

.innoval_enquire_form .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.innoval_enquire_form .modal-header {
  border: 0;
  padding: 0;
}

.innoval_enquire_form .btn-close {
  position: absolute;
  padding: 0;
  top: 30px;
  right: 30px;
  font-size: 19px;
  color: #1f2127;
  opacity: 1;
  z-index: 1;
}

.innoval_enquire_form .modal-body {
  padding: 75px 50px;
}

.leaflet_heading-text {
  font-family: var(--acumin_bold);
  font-size: 60px;
  line-height: 90px;
  text-transform: capitalize;
  letter-spacing: -4.5px;
  color: #000;
  margin-bottom: 10px;
}

.innoval_enquire_form .form-mb .form-control {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #efefef;
  border-radius: 35px;
  height: 60px;
  padding-left: 24px;
  font-size: 16px;
  /* opacity: 0.5;
  color: #000000; */
  font-family: var(--roboto_reg);
}

.innoval_enquire_form .textareaSec {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  padding: 15px;
  width: 100%;
  height: 108px;
  resize: none;
  font-size: 16px;
  font: normal normal normal 16px / 30px var(--roboto_Reg);
  border: 1px solid #efefef;
  border-radius: 20px;
  /* opacity: 0.5;
  color: #000000; */
  font-family: var(--roboto_reg);
}

.textRequired {
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #000000;
  opacity: 0.7;
  top: -20px;
  position: relative;
  font-family: var(--roboto_reg);
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
  left: 15px;
}
.textareaSec:focus-visible {
  outline: none;
}
.dropdownQuery {
  border: 1px solid #efefef;
  color: #000;
  border-radius: 30px;
  height: 60px;
  background: #ffffff0d 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 0 23px;
  outline: none;
  display: flex;
  align-items: center;
  position: relative;
}

.dropdownQuery .dropdownQuery-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 25px;
  margin-left: 0;
  border-radius: 0;
  /* display: none; */
  z-index: 9;
  box-shadow: 0px 0px 30px #0000001a;
  top: 40px;
  border-radius: 25px;
  padding: 13px 4px;
  border: 1px solid #00000030;
}
.dropdownQuery-menu-wrap {
  height: auto;
  max-height: 350px;
  overflow: auto;
}
.dropdownQuery-menu .dropdownQuery-menu-wrap::-webkit-scrollbar {
  width: 2px;
  background: #dbdbdb;
}
.dropdownQuery-menu .dropdownQuery-menu-wrap::-webkit-scrollbar-thumb {
  background: #486898;
}

.dropdownQuery .select span {
  opacity: 0.5;
  color: #000000;
  font-family: var(--roboto_reg);
  font-size: 16px;
}

.dropdownQuery::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #5e5e5e;
  position: absolute;
  top: 42%;
  right: 35px;
  border-top: 0;
  border-right: 0;
  transform: rotate(314deg);
  transition: all 0.3s ease-in-out;
}

.dropdownQuery .dropdownQuery-menu li {
  border-bottom: 0;
  color: #383636;
  text-transform: uppercase;
  opacity: 0.8;
  font: normal normal 14px / 20px var(--acumin_medium);
  letter-spacing: 0.28px;
}

.filter_heading .dropdownQuery .dropdownQuery-menu li {
  padding: 12px 21px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submitBtn {
  width: 250px;
  height: 70px;
  background: #486898 0% 0% no-repeat padding-box;
  border-radius: 35px;
  margin-top: 15px;
  border: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-check-input {
  height: 20px;
  width: 20px;
}

/* enquernow Modal css ends */

/* .innoval_enquire_form {
    display: none;
} */

.row {
  margin-left: 0;
  margin-right: 0;
}

.drawar-modal {
  position: fixed;
  height: 100%;
  width: 1340px;
  left: auto;
  right: 0;
  top: 0;
  z-index: 9;
  /* background: #fff; */
  transition: all 0.5s ease;
  transform: translatex(200px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
}

.drawar-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translatex(0px);
}

.multi-product-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  left: auto;
  right: 0;
  top: 0;
  z-index: 999;
  /* background: #fff; */
  transition: all 0.5s ease;
  transform: translatex(200px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
}
.model-wrapper {
  width: 70%;
  background: #fff;
  position: absolute;
  right: 0;
  left: auto;
  height: 100vh;
}

.multi-product-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translatex(0px);
}

.multi-product-modal .form-check-label {
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
}

.drawar-modal .product-price {
  font-family: var(--acumin_regular);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  padding-left: 25px;
  margin-top: 25px;
  position: relative;
}

.drawar-modal .product-price:before {
  content: "";
  height: 21px;
  width: 21px;
  background: url(../img/currency-rupee.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

.multi-product-modal .product-price {
  font-family: var(--acumin_regular);
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  padding-left: 25px;
  margin-top: 20px;
  position: relative;
  display: flex;
}

.multi-product-modal .product-price:before {
  content: "";
  height: 26px;
  width: 26px;
  /* background: url(../img/currency-rupee.svg) no-repeat; */
  position: absolute;
  left: 0;
  background-size: 26px;
}

.drawar-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.innoval_enquire_form {
  padding-top: 50px;
  border-top: 1px solid #e9e3e3;
}

/* innoval tutorial stepper css starts */
.innoval-tutorial-header {
  text-align: center;
}
.innoval-stepper-wrapper {
  display: grid;
  grid-template-columns: 30% 70%;
  margin-top: 50px;
}

.innoval-tutorial-header h3 {
  font-family: var(--acumin_semibold);
  font-size: 40px;
  line-height: 1.133;
  color: #fff;
  letter-spacing: 0px;
}
.innoval-tutorial-header p {
  font-family: var(--roboto_reg);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  padding: 0 25%;
}

.innoval-stepper-box-right h5 {
  font-family: var(--acumin_regular);
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.innoval-stepper-box-right p {
  font-family: var(--acumin_regular);
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0px;
}
.active.innoval-stepper-box-right h5 {
  color: #231f20;
}
.active.innoval-stepper-box-right p {
  color: #231f20;
}

.innoval-stepper-box span {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: #bdbdbd;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: var(--acumin_semibold);
}
.innoval-stepper-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 20px 40px;
  position: relative;
}

.innoval-stepper-left {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.innoval-stepper-box.active span {
  background: #485898;
}

.innoval-stepper-box.currentactive {
  background-color: #d1d1d32b;
}

.innoval-stepper-details {
  display: none;
  transition: opacity 0.3s ease;
}

.innoval-stepper-details.active {
  display: block;
}

.innoval-stepper-box-right h5 {
  margin: 0;
}
.innoval-stepper-box-right p {
  margin: 0;
}

.innoval-stepper-box:before {
  content: "";
  position: absolute;
  height: 100%;
  border: 1px dashed #dbdada3b;
  left: 60px;
  right: auto;
  top: 50%;
  z-index: 1;
}
.innoval-stepper-box::after {
  content: "";
  position: absolute;
  height: 0;
  border: 1px solid #485898;
  left: 60px;
  right: auto;
  top: 50%;
  z-index: 1;
}
.innoval-stepper-box.active::after {
  transition: height 2s ease;
  height: 100%;
}

.innoval-stepper-box:last-child::before,
.innoval-stepper-box:last-child::after {
  display: none;
}

.innoval-stepper .modal-lg {
  max-width: 100%;
      margin: 0 5%;;
}

.innoval-stepper .modal-content {
  margin: 0;
  padding: 0;
}
.innoval-stepper .modal-body {
 
  padding: 0;
}

ul.product-description-list {
  list-style-type: disc;
  margin-top: 18px;
}
ul.product-description-list li ,.content-wrapper p{
  font-family: var(--acumin_regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(34 34 34 / 70%);
  text-align: left;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}

form#enquiryForm .col-sm-12 {
  padding: 0;
}

.form-mb .col-sm-12 {
  padding: 0;
}
.form-mb .row {
  padding: 0;
}

.tutorial-CTAwrap {
  position: absolute;
  left: auto;
  right: 100px;
  top: 60px;
  /* z-index: 9; */
}

button.tutorial-CTA {
  height: 65px;
  width: 65px;
  background: #ffff;
  border-radius: 50%;
}

button.tutorial-CTA {
  height: 65px;
  width: 65px;
  background: #ffff;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

button.tutorial-CTA {
  position: relative;
}

/* Tooltip text */
button.tutorial-CTA:hover::after {
  content: "INNOVAL TUTORIAL";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #222;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 999;
  margin-right: 10px;
  padding: 0 20px;
}

button.tutorial-CTA::after {
  content: "INNOVAL TUTORIAL";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
  border-radius: 30px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 999;
  margin-right: 10px;
  padding: 0 20px;
  opacity: 0;
  background: #fff;
  visibility: visible;
  transition: all 0.5s ease;
  transform: translateX(50px) translateY(-50%);
}
button.tutorial-CTA:hover::after {
  border-radius: 30px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(-50%);
}

/* multiple select dropdown css starts */

.select-dropdown {
  width: 100%;
}

.select2-container {
  z-index: 99999;
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  border: 1px solid #efefef;
  color: #000;
  border-radius: 30px;
  height: 100%;
  background: #ffffff0d 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 13px 23px 13px;
  outline: none;
  display: flex;
  align-items: center;
  /* position: relative; */
}

.select2-container--default .select2-search--inline .select2-search__field {
  /* opacity: 0.5;
  color: #000000; */
  font-family: var(--roboto_reg);
  font-size: 16px;
  text-transform: capitalize;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  outline: 0;
  border: 1px solid #efefef;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border: 1px solid #efefef;
  border-radius: 15px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected]:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected]:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.select2-container--default
  .select2-results__option[aria-selected="true"]:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.select2-container--default
  .select2-results__option[aria-selected="true"]:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #486898;
  color: white;
  /* padding-left: 23px; */
}

.select2-results__option[aria-selected] {
  padding-inline: 31px;
}
.select2-results__option[aria-selected],
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  font-family: var(--roboto_reg);
  text-transform: capitalize;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  padding: 5px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}

.select2-dropdown {
  border-radius: 15px;
}
.select2-container--open .select2-dropdown--below {
  top: 15px;
}
.select2-container--open .select2-dropdown--above {
  top: -15px;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  padding-left: 30px;
  font-size: 16px;
  font-family: var(--acumin_regular);
}
.select2-container {
  z-index: 9999;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #486898;
  border: 0;
  display: inline-block;
  padding-left: 7px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}


.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);

}
.select2-selection .select2-selection--multiple:after {
  content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}
.select-icon .placeholder {
/*  display: none; */
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
  display: none !important;
  /* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
  /* display: none; */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before,.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
    position: absolute;
    content: "";
    height: 11px;
    width: 2px;
    background: #000;
    top: 40%;
    left: auto;
    right: 16px;
    transition: all 0.5s ease;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before{
    right: 33px;
    transform: rotate(45deg);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
    right: 40px;
    transform: rotate(-45deg);
}
.select2-container--default .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered:before{
    /* right: 13px; */
    transform: rotate(135deg);
}
.select2-container--default .select2-selection--multiple[aria-expanded=true] .select2-selection__rendered:after {
    /* right: 20px; */
    transform: rotate(-135deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
    display: none;
}

.select2-results__option[role="alert"]:before {
  display: none;
}

li.select2-selection__choice {
  font-size: 14px;
  line-height: 18px;
}


/* multiple select dropdown css Ends */




.innoval_enquire_form .btn-primary:hover {
  color: #fff;
  background-color: #5b7db0;
  border-color: #5b7db0;
}
.innoval_enquire_form .btn-primary:active {
  background-color: #486898;
  border-color: #486898;
}
.innoval_enquire_form .btn-primary:focus {
  box-shadow: none;
}

.innoval_enquire_form .btn-primary:not(:disabled):not(.disabled).active,
.innoval_enquire_form .btn-primary:not(:disabled):not(.disabled):active,
.innoval_enquire_form .show > .btn-primary.dropdown-toggle {
  background-color: #486898;
  border-color: #486898;
}

.innoval_enquire_form .btn-primary:not(:disabled):not(.disabled).active:focus,
.innoval_enquire_form .btn-primary:not(:disabled):not(.disabled):active:focus,
.innoval_enquire_form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* Reset autofill styling for input, textarea, and select elements */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #000000 !important;
  -moz-text-fill-color: #000000 !important;
  font-weight: normal !important;
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

/* Additional autofill styles for active, focus, and hover states */
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #000000 !important;
  -moz-text-fill-color: #000000 !important;
}

/* Global rule to ensure autofill doesn't disrupt the styling */
*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  font-weight: 500 !important;
  transition: all 5000s ease-in-out 0s;
}

/* Reset autofill styling for textarea */
textarea:-webkit-autofill {
  background-color: transparent !important;
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #000000 !important;
  -moz-text-fill-color: #000000 !important;
  font-weight: normal !important;
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

/* Additional autofill styles for active, focus, and hover states in textarea */
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus {
  background-color: transparent !important;
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #000000 !important;
  -moz-text-fill-color: #000000 !important;
}

div.pnlm-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: #fff;
  color: #222222;
  text-align: center;
  max-width: 200px !important;
  width: 100% !important;
  padding: 5px 10px;
  margin-left: -220px;
  cursor: default;
  font-size: 12px;
  font-family: var(--acumin_semibold);
  left: 90%;
  top: -110%;
  margin: 0 !important;
}
div.pnlm-tooltip:hover span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
  display: none;
}

div.pnlm-tooltip span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 150px;
  top: 50%;
  left: auto;
  right: 100%;
  border: 2px dashed #fff;
  border-right: none;
  border-bottom: none;
}

.modal.area-navigator {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 !important;
}
.area-navigator .modal-content {
  padding: 0;
  margin: 0;
}

.area-navigator .modal-body {
  padding: 0;
}
.area-navigator .modal-lg {
  max-width: 1330px;
  width: 100%;
  margin: 2% auto;
}

.area-nav-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.area-nav-header h2 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: var(--acumin_semibold);
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 10px;
}
.area-nav-header p {
  color: rgb(255, 255, 255, 0.6);
  text-align: center;
  font-family: var(--acumin_light);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 0 10%;
}

.area-nav-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.area-nav-card-title {
  color: #fff;
  font-family: var(--acumin_semibold);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  transform: translateY(50px);
  transition: all 0.5s ease;
}

.area-nav-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  padding: 28px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.area-nav-card-CTA {
  border-radius: 50px;
  background: #486898;
  color: #fff;
  color: #fff;
  font-family: var(--acumin_semibold);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 22px;
  opacity: 0;
  visibility: hidden;
}
a.area-nav-card-CTA:visited,
a.area-nav-card-CTA:hover {
  color: #fff;
}

.area-nav-card:hover .area-nav-card-title {
  transform: translateY(0);
}

.area-nav-card:hover .area-nav-card-CTA {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.area-navigator .modal-footer {
  display: block;
  border: 0;
  text-align: center;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.skip-enter-cta {
  border-radius: 50px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 18px 41px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--acumin_semibold);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

img.areanav-icn {
  height: 40px;
  object-fit: cover;
}
.product-model-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
  padding: 20px 60px;
  /* position: sticky;
  top: 0;
  z-index: 1;
  background: #fff; */
}

.product-maintitle h3 {
  font-family: var(--acumin_semibold);
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  color: #222222;
  text-transform: capitalize;
  letter-spacing: -0.8px;
  margin: 0;
  padding: 0 0;
}

.enquiryForm .text-danger {
  font-family: var(--acumin_semibold);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #dc3545;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin: 0;
}

.select2-selection__rendered,
.select2-search.select2-search--inline {
  padding: 0 !important;
}
.product-enquir-CTA a {
  margin-top: 40px;
  opacity: 1;
  text-transform: uppercase;
  /* transition: all 0.7sease; */
}
.similar-product-card .product-enquir-CTA a {
  color: #fff;
  background: #486898;
  margin-top: 40px;
  opacity: 1;
  text-transform: uppercase;
  /* transition: all 0.7sease; */
}

.product-details:hover .product-enquir-CTA a {
  opacity: 1;
  transition: all 0.7sease-in-out;
}

.similar-product-card-top .product-enquir-CTA a {
  margin: 0;
  padding: 14px 26px 11px;
  transition: all 0.5s ease;
  opacity: 0;
}

.similar-product-card .product-enquir-CTA {
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar-product-card:hover .product-enquir-CTA a {
  opacity: 1;
  visibility: visible;
}

.multi-product-modal .product-modal-container {
  padding: 0px 60px 60px;
}

.modal.area-navigator .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.tutorial-slider-wrapper{
  margin-top: 70px;
}


.hideimg{
  display: none;
}
.tutorial-slider-content{

  display: flex
  ;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 70px  70px 0;
   

}
.swiper.tutorial-slider{
  display: grid;
  grid-template-columns: 40% 60%;
  /* background: brown; */
  height: 440px;
}
.tutorial-slider-content h4{
  font-family: var(--acumin_bold);
  color: #fff;
  font-size: 28px;
  line-height: 34px;
}
.tutorial-slider-content p{
  font-family:var(--acumin_regular);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

span.steptag {
    font-size: 16px;
    line-height: normal;
    font-family: var(--acumin_regular);
    color: #fff;
    opacity: 0.4;
    margin-bottom: 10px;
}

.similar-products-header a {
  color: #fff;
}





.multi_step_form_wrapper .step .nextStep {
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
  width: 50%;
  font-size: 12px;
  line-height: 15px;
  font-family: var(--acumin_medium);
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 35px;
  text-align: center;
  
}
.multi_step_form_wrapper .step .prevStep {
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
  width: 50%;
  font-family: var(--acumin_medium);
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 35px;
  text-align: center;
}
.multi_step_form_wrapper .step:not(:first-of-type) {
  display: none;
}


.coach-mark-area .sliderWrap {
  top: 45%;
  left: 70px;
  transform: translateY(-45%);
  display: block !important;
  border: 1px solid #fff;
  padding: 4px 5px;

}

.coach-mark-area .sliderWrap ul li.info .info-img:hover{
  backdrop-filter: none;
  box-shadow: none;
  background: none;
}

.coach-mark-area .sliderWrap ul li.info .info-img.active {
  background: #fff;
}.coach-mark-area .sliderWrap ul li.info .info-img.active img{
  filter: invert();
}
.step-1 .coach-mark-area {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: flex-start;
  top: 38%;
  left: 285px;
}
.step-2 .coach-mark-area  {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: flex-start;
  top: 45%;
  left: 285px;
}
.step-3 .coach-mark-area  {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: flex-start;
  top: 52%;
  left: 285px;
}
.step-4 .coach-mark-area  {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: flex-start;
  top: 166px;
  left: auto;
  right: 80px;
}

.step-5  .coach-mark-area {
  position: absolute;
  top: auto;
  bottom: 345px;
  left: auto;
  right: 40%;
}

.step-6  .coach-mark-area  {
  position: absolute;
  left: 220px;
  top: 13px;
}
.step-6 .coach-mark-area {
  position: absolute;
  top: 30%;
  left: 35%;
}
.coach-mark-content {
  width: 325px;
}

.coach-mark-area  ul li:hover .sliderBar {
  display: none;
}

.coach-mark-cta {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.coach-mark-content h4 {
  color: #FFF;
  font-family: var(--acumin_semibold);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.coach-mark-content p {
  color: #FFF;
  font-family:var(--acumin_light);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}


.step-1 .coach-mark-content:before {
  content: "";
  top: -2px;
  position: absolute;
  left: -40px;
  background: url(../img/dot-circle.png) no-repeat;
  width: 30px;
  height: 30px;
}

.step-1 .coach-mark-content:after {
  position: absolute;
  content: "";
  top: 9px;
  left: -144px;
  height: 10px;
  width: 103px;
  border-top: 2px dashed #fff;
  
} 
.step-2 .coach-mark-content:before {
  content: "";
  top: -2px;
  position: absolute;
  left: -40px;
  background: url(../img/dot-circle.png) no-repeat;
  width: 30px;
  height: 30px;
}

.step-2  .coach-mark-content:after {
  position: absolute;
  content: "";
  top: 9px;
  left: -144px;
  height: 10px;
  width: 103px;
  border-top: 2px dashed #fff;
  
} 
.step-3 .coach-mark-content:before {
  content: "";
  top: -2px;
  position: absolute;
  left: -40px;
  background: url(../img/dot-circle.png) no-repeat;
  width: 30px;
  height: 30px;
}

.step-3  .coach-mark-content:after {
  position: absolute;
  content: "";
  top: 9px;
  left: -144px;
  height: 10px;
  width: 103px;
  border-top: 2px dashed #fff;
  
} 
.tutorial-icn-wrap {
  position: absolute;
  top: -80%;
  right: -15%;
}


.step-4 .coach-mark-content:before {
  content: "";
  top: -30px;
  position: absolute;
  left: 85px;
  background: url(../img/dot-circle.png) no-repeat;
  width: 30px;
  height: 30px;
}

.step-4  .coach-mark-content:after {
  position: absolute;
  content: "";
  top: -90px;
  left: auto;
  right: 74px;
  height: 60px;
  width: 155px;
  border-top: 2px dashed #fff;
  border-left: 2px dashed #fff;
  
} 


.step-5 .coach-mark-content:before {
  content: "";
  top: auto;
  bottom: -40px;
  position: absolute;
  left: 45px;
  background: url(../img/dot-circle.png) no-repeat;
  width: 30px;
  height: 30px;
}

.step-5  .coach-mark-content:after {
  position: absolute;
  content: "";
  top: auto;
  left: 57px;
  bottom: -142px;
  height: 105px;
  width: 0;
  /* border-top: 2px dashed #fff; */
  border-left: 2px dashed #fff;
  
} 
.step-6 .coach-mark-content:before {
  content: "";
  top: -2px;
  position: absolute;
  left: -40px;
  background: url(../img/dot-circle.png) no-repeat;
  width: 30px;
  height: 30px;
}

.step-6 .coach-mark-content:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -170px;
  height: 50px;
  width: 130px;
  border-top: 2px dashed #fff;

  
} 

.coach-mark-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-6 .coach-mark-content {
  position: absolute;
  left: 220px;
  top: 15px;
}

.error{
  color: red;
  font-size: 15px;
}


.modal.innoval-stepper{
  padding: 0 !important;
}


.drawar-modal .productmodal-close {
  padding: 20px 60px;
  position: unset;
  display: flex;
  justify-content: flex-end;
  /* background: antiquewhite; */
}

.hidden {
  display: none !important;
}

.selectMultipleDropdown #multiModel-error {
  position: absolute;
  bottom: -1px;
}

.selectMultipleDropdown .select2 {
  margin-bottom: 20px;
}

.selectMultipleDropdown #drawrModel-error {
  position: absolute;
  bottom: -1px;
}


/* .overflow{
  overflow: hidden;
} */
.product-enquir-CTA {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.drawar-modal .similar-products-header {
  justify-content: flex-end;
}

