* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  outline: none;
  list-style-type: none;
  line-height: 1.5;
  scroll-behavior: smooth;
  font-family: "Polin Regular"!important;
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

p {
  color: #000;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: "Polin Regular";
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.elementor-element.elementor-element-b3b951f.btn-all.elementor-widget.elementor-widget-elementskit-button {
  display: none !important;
}


body, html {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

/*Start here*/
.advisor-wizard-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 52px 3% 30px;
  z-index: 1;
  width: 100%;
}

.advisor-wizard-header a.start-btn {
  color: #000000;
  font-size: 20px;
  line-height: 38px;
  border: 1px solid #000000;
  border-radius: 100px;
  padding: 5px 47px;
  font-weight: bold;
  font-weight: 400;
  background: transparent;
  /* transition: inherit !important; */
  cursor: pointer;
  position: relative;
  top: 17px;
  left: 4.7%;
  transition: 300ms ease-out;
}
.advisor-wizard-header a.start-btn:hover {
  background-color: #000000;
  color: #ffffff !important;
}
.hide-start-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.advisor-wizard-header a.close-menu {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  margin: 0;
  padding-top: 10px;
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  margin: -22px 1% 0;
}
.advisor-wizard-header a.close-menu:before {content:'';background-image: url("data:image/svg+xml,%3Csvg width='17' height='22' viewBox='0 0 17 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 8.5L3.5 18.5' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.5 8.5L13.5 18.5' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");width: 16px;height: 19px;background-size: 100%;display: inline-block;}
.advisor-wizard-header a.close-menu.olny-mobile {
  display: none;
}

.advisor-wizard-header a.close-menu img {
  margin-left: 14px;
  width: 11.2px;
}

/* .advisor-wizard-header:before {content: '';background: #545454;width: 536px;height: 100%;position: absolute;top: 0;right: 0;display: block;z-index: -1;} */
.advisor-wizard-wrp {
  position: relative;
  margin: 0;
  text-align: right;
  padding-top: 23px;
}
.advisor-steping-wrp {
  position: relative;
  width: 100%;
  transform: translateX(1%);
}
.advisor-steping-wrp .col-md-5 {
  /* max-width: 536px; */
  flex: 0 1 30%;
  max-width: inherit;
  /* background-color: #FFFAF1; */
  /* border: 1px solid #FE9D01; */
  /* border-radius: 120px 0 120px 0; */
  position: relative;
  right: 3%;
  z-index: 7;
}

.advisor-steping-wrp .col-md-7 {
  /* max-width: inherit; */
  /* flex: 0 1 76%; */
  flex: 1 1 60%;
  max-width: inherit;
  position: relative;
  left: 3%;
}

.all-btn-effect {
  font-size: 24px;
  font-weight: 700;
  line-height: 54px;
  transition: 300ms ease-out;
  background-color: #000000;
  color: #ffffff!important;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none !important;
}

.all-btn-effect:hover {
  background-color: #FE9D01;
  color: #000000 !important;
}

#adviser-Q0-btn {
  padding: 3px 5%;
  margin-top: 116px;
  font-size: 21px;
}
#adviser-Q0 .comment-icon p {
  max-width: 428px;
  color: #000000;
}

.advisor-wizard-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.advisor-wizard-modal .modal-content {
  border: 0;
  border-radius: 0;
}

.advisor-wizard-modal .modal-header {
  align-items: center;
  border: 0;
  position: relative;
  border-radius: 0;
  z-index: 0;
  padding: 30px 45px 0px 45px;
}

.advisor-wizard-modal .modal-header:before {
  content: "";
  background: #545454;
  width: 41.666667%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
}

.modal-header .close {
  padding: 0;
  margin: 0;
  color: #e6c976;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  line-height: 23px;
  text-shadow: none;
}

.modal-header .close:hover {
  color: #e6c976 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.modal-header .close span {
  margin-left: 10px;
}

.advisor-img-wrp img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.advisor-wizard-modal .step-sidebar {
  padding: 88px 7% 45px 8%;
  position: relative;
  background-color: #FFFAF1;
  border: 1px solid #FE9D01;
  border-radius: 120px 0 120px 0;
  color: #000000;
}

.advisor-wizard-modal .step-sidebar .comment-icon {}
.advisor-wizard-modal .step-sidebar .comment-icon img {}
.advisor-wizard-modal .modal-title {
  color: #b38632;
  font-size: 20px;
  border: 1px solid #b38632;
  border-radius: 100px;
  padding: 4px 43px;
}

.comment-icon h3 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 47px;
  padding-bottom: 30px;
  margin-top: 30px;
  font-family: "Polin Regular";
}

.comment-icon p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 68px;
}

.advisor-steping-wrp .profile-bar {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.advisor-steping-wrp .profile-bar .desc{
}

.advisor-steping-wrp .profile-bar .images {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 100px;
  margin-left: 16px;
}

.advisor-steping-wrp .profile-bar .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-steping-wrp .profile-bar .desc p {
  color: #000000;
  font-size: 16px;
  font-family: "Polin Regular";
  line-height: 24px;
}

.advisor-steping-wrp .title-widget {
  color: #000000;
  line-height: 47px;
  font-size: 32px;
  font-weight: bold;
  margin: 20px 0;
  font-family: "Polin Regular";
}

.advisor-steping-wrp .sub-title-widget {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Polin Regular";
  font-weight: 400;
  margin-bottom: 16px;
}

.advisor-steping-wrp .title-widget em {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Polin Regular";
}

.advisor-steping-wrp .progress-line {
  position: relative;
  margin-bottom: 16px;
}

.advisor-steping-wrp .progress-line span {
  width: 100%;
  height: 11px;
  border-radius: 100px;
  background: #FFE6BF;
  display: block;
  opacity: 0.8;
}

.advisor-steping-wrp .progress-line span:after {
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  background-color: #FE9D01;
  border-radius: 100px;
}

.advisor-steping-wrp .btn-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 0 0;
  position: relative;
}

.advisor-steping-wrp .btn-widget .prev-btn {
  font-size: 24px;
  font-weight: 700;
  line-height: 54px;
  transition: 300ms ease-out;
  background-color: #000000;
  color: #ffffff!important;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none !important;
  padding: 10px 9%;
  opacity: 1;
}

#adviser-Q1-prev-btn .fa-arrow-right {
  font-size: 24px;
  vertical-align: middle;
}

.advisor-steping-wrp .btn-widget .prev-btn:hover {
  background-color: #FE9D01;
  color: #000000 !important;
}

.disable-btn {
  cursor: no-drop;
  pointer-events: none;
  opacity: 0.5;
}

.advisor-steping-wrp .btn-widget .next-btn {
  font-size: 24px;
  font-weight: 700;
  line-height: 51px;
  transition: 300ms ease-out;
  background-color: #ffffff;
  color: #000000 !important;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid #000000;
  display: inline-block;
  padding: 7px 6%;
  background-color: transparent;
}
.advisor-steping-wrp .btn-widget .next-btn:hover {
  background-color: #000000;
  color: #ffffff !important;
}

.advisor-steping-wrp .btn-widget .next-btn:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 12.5H19.25M19.25 12.5L12.75 6M19.25 12.5L12.75 19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  animation-range: 10px;
  display: inline-block;
  /* top: 13px; */
  /* right: -37px; */
  background-size: 100%;
  margin-left: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 23px;
  height: 28px;
  background-size: 100%;
}

.advisor-steping-wrp .btn-widget .next-btn:hover:before{
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 12.5H19.25M19.25 12.5L12.75 6M19.25 12.5L12.75 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100%;
}
.select-home-widget {
  position: relative;
  margin: 40px 0;
}

.select-home-widget .select-home-item {
  position: relative;
  margin-bottom: 15px;
}

.select-home-widget .select-home-item .circle-box {
  /* width: 110px; */
  /* height: 125px; */
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
  /* border: 2px solid #fff; */
  border-radius: 100px;
  position: relative;
  padding: 0;
  transition: all 0.5s ease;
  z-index: 0;
  cursor: pointer;
}
.select-home-widget .select-home-item .circle-box  .img-w {
  border: 4px solid #FFE6BF;
  background-color: #ffffff;
  border-radius: 29px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9% 0;
}
.select-home-widget .select-home-item .circle-box img {
  /* width: 52.5px; */
  /* height: 52.5px; */
}

.select-home-widget .select-home-item .circle-box:before {
}

.select-home-widget .select-home-item .circle-box:after {
}

.select-home-widget .select-home-item .circle-box:hover:after,
.select-home-widget .select-home-item .circle-box.selected:after {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

/* .select-home-widget .select-home-item .circle-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100px;
    padding: 10px;
    background: #3b3b3b;
} */

.select-home-widget .select-home-item .circle-box .count-item {
  display: flex;
  align-items: center;
  width: auto;
  background: #FE9D01;
  border-radius: 20.5px;
  padding: 0;
  height: auto;
  justify-content: space-between;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}

.select-home-widget .select-home-item .circle-box .count-item span {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: #ffffff;
  border-radius: 100px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  line-height: normal;
  margin: 0 4px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.select-home-widget .select-home-item .circle-box .count-item span.plus  {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.5L8 2.5' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2 8.5H14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.select-home-widget .select-home-item .circle-box .count-item span.minus   {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='3' viewBox='0 0 14 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5H13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.select-home-widget .select-home-item .circle-box .count-item .enter-count {
  width: 35px;
  height: 35px !important;
  flex: 0 0 30px;
  border-radius: 100px;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #FE9D01;
  min-height: inherit;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.select-home-widget .select-home-item .circle-box:hover:before,
.select-home-widget .select-home-item .circle-box.selected:before {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.select-home-widget .select-home-item .circle-box:hover .count-item {
  padding: 0px;
  width: 96%;
  height: 34px;
}

.select-home-widget .select-home-item .circle-box:hover .count-item span {
  display: flex;
}

.select-home-widget .select-home-item p {
  color: #000000;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 36px;
  font-size: 24px;
  line-height: 36px;
  white-space: nowrap;
}

.counting-wrp {
  height: 90px;
}

.total-count-widget {
  padding-top: 0px;
}

.total-count-widget .enter-count-item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.total-count-widget .enter-count-item p {
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  margin-left: 8px;
  color: #000000;
}

.total-count-widget .enter-count-item input {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  width: 100px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  margin: 0 !important;
  min-height: auto;
  font-size: 32px;
  line-height: 31px;
  padding: 0 !important;
  color: #000000;
}

.total-count-widget .enter-count-item input::placeholder {
  text-align: center;
  font-family: "Polin Regular";
  font-weight: 300;
}

.count-done-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.count-done-item span {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin-left: 15px;
  font-family: "Polin Regular";
  font-weight: 400;
  color: #000000;
}

.count-done-opton {
  position: relative;
}
.count-done-opton * {
  color:#000000!important
}

.count-done-opton p {
  position: relative;
  margin-right: 15px;
  text-align: center;
}

.count-done-opton [type="radio"]:checked,
.count-done-opton [type="radio"]:not(:checked) {
  display: none;
}

.count-done-opton [type="radio"]:checked + label,
.count-done-opton [type="radio"]:not(:checked) + label {
  position: relative;
  padding: 5px 8px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #fff;
  margin: 0;
  text-align: center;
  width: 40px;
  z-index: 0;
}

.count-done-opton [type="radio"]:checked + label:before,
.count-done-opton [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border: 2px solid #4d4646;
  border-radius: 100px;
  background: transparent;
}

.count-done-opton [type="radio"]:checked + label:after,
.count-done-opton [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 44px;
  height: Calc(100% + 4px);
  /* background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%); */
  border: 2px solid #d4aa39;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}

.count-done-opton [type="radio"]:checked + label:before {
  border: 0;
}

.count-done-opton [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.count-done-opton [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.advisor-steping-wrp #adviser-Q2 .progress-line span:after {
  width: 40%;
}

#adviser-Q2 .total-count-widget .enter-count-item input {
  text-align: right;
  font-size: 32px;
  line-height: 31px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0 !important;
}

#adviser-Q2 .total-count-widget .enter-count-item input::placeholder {
  text-align: right;
}

#adviser-Q2 .total-count-widget .enter-count-item span {
  background: transparent;
  border-bottom: 1px solid #fff;
  width: auto;
  text-align: center;
  font-weight: 400;
  color: #fff;
  /* padding: 4px !important; */
  display: block;
  position: relative;
  left: 2px;
  font-family: "Polin Regular";
  font-size: 20px;
  /* line-height: 31px; */
}

#adviser-Q2 .total-count-widget .enter-count-item p {
  min-width: 175px;
}

.error-msg label {
  background: #fff;
  padding: 11px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #979797;
  margin-top: 50px !important;
  display: block;
  color: #c60707;
  font-weight: 400;
  font-size: 16px;
  font-family: "Polin Regular";
}

/* .error-msg label{display: none;} */
.advisor-steping-wrp #adviser-Q3 .progress-line span:after {
  width: 60%;
}

.adviser-home-select {
  position: relative;
  padding-top: 20px;
}

.adviser-home-select p {
  display: block;
}

.adviser-home-select label {
  color: #fff !important;
  font-size: 24px !important;
  padding: 0 !important;
  padding-right: 30px !important;
  margin: 15px 0;
  font-weight: 400;
  font-family: "Polin Regular";
}

.adviser-home-select [type="radio"]:checked,
.adviser-home-select [type="radio"]:not(:checked) {
  display: none;
}

.adviser-home-select [type="radio"]:checked + label,
.adviser-home-select [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.adviser-home-select [type="radio"]:checked + label:before,
.adviser-home-select [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 100%;
  background: transparent;
}

.adviser-home-select [type="radio"]:checked + label:after,
.adviser-home-select [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(
          34deg,
          #a56d14 0%,
          #f8e67e 36%,
          #c4901b 80%,
          #d4aa39 89%,
          #f8e67e 100%
  );
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.adviser-home-select [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.adviser-home-select [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.adviser-home-select [type="radio"]:checked + label:before {
  border: 2px solid #d4aa39;
}

.adviser-home-select [type="radio"]:checked + label {
  font-weight: 600;
}

.advisor-steping-wrp #adviser-Q4 .progress-line span:after {
  width: 80%;
}

.advisor-steping-wrp #adviser-Q5 .progress-line span:after {
  width: 85%;
}

.advisor-steping-wrp #adviser-Q6 .progress-line span:after {
  width: 100%;
}

#adviser-Q5 .adviser-opening-pic img {
  object-position: top right;
}

/* #adviser-Q6 .adviser-opening-pic img {
    object-fit: contain;
    object-position: top center;
} */

.select-electronic-widget [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  max-width: 155px;
  flex: 0 0 155px;
}

.electronic-device-box {
  position: relative;
}

.electronic-device-box .device-group {
  display: block;
  margin-bottom: 24px;
}

.electronic-device-box .device-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.electronic-device-box .device-group label {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
  background: #fff;
  color: #353535;
  text-align: center;
  padding: 10px;
  border-radius: 14px;
  display: block;
  height: 146px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-family: "Polin Regular";
  font-weight: 400;
}

.electronic-device-box .device-group label:before {
  content: "";
  -webkit-appearance: none;
  border: 4px solid transparent;
  padding: 0;
  margin: 0;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 14px;
}

.electronic-device-box .device-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21.5px;
  height: 21.5px;
  background: url(../images/check-icon-fill.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.electronic-device-box .device-group input:checked + label:before {
  border: 4px solid #e0bf52;
}

.electronic-device-box .device-group input:checked + label {
  font-weight: bold;
}

.electronic-device-box .device-group label span {
  width: 78px;
  height: 78px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 10px;
}

.electronic-device-box .device-group label span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.security-room-modal .modal-dialog {
  max-width: 1085px;
  margin: 0 auto;
  height: 758px;
}
.security-room-modal .cols-5 {
  -ms-flex: 0 0 392px;
  flex: 0 0 392px;
  max-width: 392px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.security-room-modal .cols-7 {
  -ms-flex: 0 0 Calc(100% - 392px);
  flex: 0 0 Calc(100% - 392px);
  max-width: Calc(100% - 392px);
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.security-room-modal .modal-header:before {
  display: none;
}

.security-room-modal .modal-content {
  border: 0;
  border-radius: 28px;
  background-color: #ffffff;
  box-shadow: 0 5px 14px 0 rgb(12 26 60 / 22%);
  padding: 20px;
}

.security-room-modal .modal-header {
  padding: 0;
}

.security-room-modal .modal-header {
  justify-content: end;
}

.security-room-modal .modal-header .close {
  color: #353535;
  font-size: 24px;
}

.security-room-modal .close span {
  margin: 0;
}

.security-img .img-fluid {
  width: 96px;
  height: 106px;
}

.security-room-modal .modal-footer {
  border-top: 0;
  padding: 0;
  display: block;
}

.security-room-modal .btn-widget {
  margin: 0;
  justify-content: flex-end;
  padding-top: 68px;
}

.security-room-modal .btn-widget .prev-btn {
  font-size: 24px !important;
  line-height: 58px !important;
  width: 200px !important;
  margin-right: 48.5px !important;
  padding: 0 !important;
  text-align: center !important;
  height: 58px !important;
}

.security-room-modal .btn-widget .next-btn {
  text-decoration: underline;
  color: #b38632;
}

.security-img {
  position: relative;
  background: #FFE6BF;
  padding: 80px 35px 35px 35px;
  border-radius: 22px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  min-height: 677px;
}

.security-img:after {
  content: "";
  background-image: url(../images/conditioners-circle-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 370px;
  height: 370px;
  display: block;
  position: absolute;
  bottom: -80px;
  left: -37px;
  z-index: -1;
}

.security-img h2 {
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  margin: 32px 0;
  font-weight: 600;
}

.security-img p {
  color: #000000;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.security-form-group {
  position: relative;
  margin-bottom: 35px;
}

.security-form-group span {
  color: #353535;
  font-size: 18px;
  line-height: 27px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 0 20px;
}

.security-form-group input,
.security-form-group select {
  width: 278px;
  height: 52px;
  border-radius: 100px!important;
  border: 1px solid #6d6d81!important;
  color: #6d6d81!important;
  margin: 0 !important;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  background-color: #ffffff!important;
}

.security-form-group select:not(.elementor-field),
.security-form-group
.woocommerce
div.elementor
.the7-elementor-widget
form.cart
table.variations
td.value
select:not(.elementor-field) {
  background-image: url(../images/down-arrow.png);
  background-size: 11px;
}

.security-room-policy input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.security-room-policy label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  margin: 0 !important;
  color: #353535;
  padding-right: 35px;
}

.security-room-policy label a {
  text-decoration: underline;
  display: inline-block;
}

.security-room-policy label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #353535;
  border: 0;
  padding: 9px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 9px;
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 3px;
}

.security-room-policy input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.security-room-policy {
  margin-top: 20px;
}
.advisor-steping-wrp .btn-widget .next-btn img {
  width: 15.6px;
}
.ad_error {
  border: 1px solid #f32a2a !important;
}
.error {
  color: #f32a2a;
}

li#menu-item-47052:before {
  display: none;
}
a.ekit-menu-nav-link.active:before {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .page-id-969 header.mobile-header {
    display: none;
  }
}
@media only screen and (max-width: 767px) {

  .adv-re-recommended {
    text-align: center;
  }

  .adv-re-recommended-profile img {
    margin-top: 20px;
  }
  .page-id-29103 .price-div p {
    display: none;
  }

  .page-id-29103 .col-lg-3.col-md-6.rs {
    width: 50%;
    flex: 0 0 50%;
  }

  .page-id-29103 .products-series-item .price-div .slider_text span {
    margin: 0 !important;
    white-space: nowrap;
    line-height: 40px !important;
    font-size: 14px;
  }

  .page-id-29103 .products-series-item .price-div .slider_text > span {
    font-size: 14px !important  ;
    line-height: 13px;
    font-weight: 400;
    font-family: "Polin Regular";
    margin-top: 9px;
  }
  .page-id-29103 .products-series-item .purchase-div {
    display: block;
    align-items: center;
    text-align: center;
  }
  .page-id-29103 .products-series-item .purchase-div a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-id-29103
  .comparison-product-section
  .products-series-item
  .topbar-div
  .topbar-group
  label {
    margin-left: -70px !important;
    margin-right: 10px !important;
  }
  .page-id-29103 .products-series-item .warranty-div {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
  }
  .page-id-29103 .warranty-div {
    text-align: center;
  }

  .page-id-29103 .products-series-item .price-div .slider_text span {
    margin: 0 !important;
    white-space: nowrap;
    line-height: 40px !important;
    font-size: 14px !important;
  }

  .advisor-steping-wrp .btn-widget:before {
    content: "";
    background: #fff;
    display: block;
    width: Calc(100% + 40px);
    height: 1px;
    position: absolute;
    top: -20px;
    left: -20px;
  }
  .counting-wrp {
    height: auto;
  }
  .advisor-steping-wrp .btn-widget {
    /* margin: 70px 0 0 0; */
  }
  .select-electronic-widget.product_extra_options .row {
    /* justify-content: flex-start !important; */
    justify-content: center !important;
    gap: 17px;
  }
  .select-electronic-widget [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 100px;
    flex: 0 0 100px;
  }

  .select-electronic-widget.product_extra_options .electronic-device-box {
    width: 100px;
    flex: 0 0 100px;
    padding: 0;
  }
  .electronic-device-box .device-group {
    margin-bottom: 6px;
  }
  .electronic-device-box .device-group label span {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
  }
  .electronic-device-box .device-group label {
    height: 120px;
  }
  .electronic-device-box img {
    top: 8px !important;
    left: 0px !important;
    bottom: 35px !important;
  }
  .electronic-device-box .device-group input:checked + label:after {
    top: 7px;
    right: 7px;
  }
  .page-id-29103
  .comparison-product-section
  .products-series-item
  .purchase-div
  strong {
    font-size: 20px;
  }
  .select-home-widget .select-home-item .circle-box .count-item .enter-count {
    line-height: 24px !important;
  }
}
@media (max-width: 1200px) {
  .total-pay-size {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .col-md-7.text-center.d-flex.flex-column.justify-content-between.ml-3.gborder {
    width: 90%;
  }
  .col-md-2.mr-3.px-4.py-4.hovalaShowBox.text-center {
    width: 50%;
    margin-top: 30px !important;
  }
  .about-details-img {
    min-width: 60%;
  }
  .about-details-text h3 {
    font-size: 28px;
    line-height: 43px;
  }
  .about-value-text h5 {
    font-size: 22px;
  }
  .about-details-text p {
    font-size: 16px;
  }
  .about-text-details {
    margin-left: 100px;
  }
  .about-details-img img {
    width: 100%;
  }
  .about-value {
    width: 100%;
  }
  .about-value-box {
    margin-bottom: 20px;
  }
  .about-value-text p {
    font-size: 16px;
    line-height: 28px;
  }
  .about-value-img-box img {
    width: auto;
  }
  .middle-detail-text::after {
    bottom: -34px;
    right: 32px;
    height: 602px;
    width: 602px;
  }
  .about-text-details p {
    font-size: 16px;
    line-height: 28px;
  }
  .logo-icon {
    height: 70px;
    width: 70px;
    margin-left: auto;
  }
  .middle-detail-text {
    width: 500px;
    height: 550px;
  }
  .middle-detail-text h1 {
    font-size: 36px;
    height: auto;
  }
  .about-middle .smart-page .middle-detail-text h1 {
    font-size: 36px;
    height: auto;
    font-weight: 700 !important;
  }
  .middle-detail-text p {
    width: auto;
    font-size: 16px;
  }
  .middle-detail-text::after {
    height: 552px;
    width: 468px;
    bottom: -56px;
  }
  .about-text-details h1 {
    font-size: 40px;
  }
  .smart-page-details {
    margin-top: 90px;
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .smart-page-img img {
    border-radius: 0px 28px 28px 0px !important;
  }
  .smart-details-text h5 {
    color: #353535;
    font-family: "Polin Regular";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
  }
  .smart-app-from-img img {
    width: 207px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  /*  #footerForm .elementor-container.elementor-column-gap-no {
     display: table-row;
   }

   .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-13364333.form-sub-text {
       width: 100% !important;
       text-align: center;
       margin-bottom: 35px;
       text-align-last: center;
   } */

  .total-pay-size {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .col-md-7.text-center.d-flex.flex-column.justify-content-between.ml-3.gborder {
    width: 90%;
  }
  .col-md-2.mr-3.px-4.py-4.hovalaShowBox.text-center {
    width: 50%;
    margin-top: 30px !important;
  }
  .about-details-img {
    min-width: 60%;
  }
  .about-details-text h3 {
    font-size: 35px;
  }
  .about-value-text h5 {
    font-size: 22px;
  }
  .about-details-text p {
    font-size: 16px;
  }
  .about-text-details {
    margin-left: 100px;
  }
  .about-details-img img {
    width: 100%;
  }
  .about-value {
    width: 100%;
  }
  .about-value-box {
    margin-bottom: 20px;
  }
  .about-value-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .about-value-img-box img {
    width: auto;
  }
  .middle-detail-text::after {
    bottom: -56px;
    right: 32px;
    height: 602px;
    width: 602px;
  }
  .about-text-details p {
    font-size: 18px;
  }
  .logo-icon {
    height: 70px;
    width: 70px;
    margin-left: auto;
  }
  .middle-detail-text {
    width: 500px;
    height: 550px;
  }
  .middle-detail-text h1 {
    font-size: 36px;
    height: auto;
  }
  .about-middle .smart-page .middle-detail-text h1 {
    font-size: 36px;
    height: auto;
    font-weight: 700 !important;
  }
  .middle-detail-text p {
    width: auto;
    font-size: 16px;
  }
  .middle-detail-text::after {
    height: 552px;
    width: 468px;
  }
  .smart-page-details {
    margin-top: 90px;
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .smart-page-img img {
    border-radius: 0px 28px 28px 0px !important;
  }
  .smart-details-text h5 {
    color: #353535;
    font-family: "Polin Regular";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
  }
  .smart-app-from-img img {
    width: 207px;
  }

  /*02/08/2022*/
  .advisor-steping-wrp .col-md-5 {
    /* max-width: 380px; */
    /* flex: 0 0 380px; */
  }
  .advisor-wizard-modal .step-sidebar {
    padding: 50px 30px 30px 30px;
    /* height: 560px !important; */
    overflow-y: auto;
    overflow-x: hidden;
  }
  .advisor-steping-wrp .col-md-7 {
    /* max-width: Calc(100% - 380px); */
    /* flex: 0 0 Calc(100% - 380px); */
  }
  .advisor-steping-wrp .progress-line span {width: 320px;}
  .advisor-wizard-header {padding: 10px 30px 10px 30px;}
  .count-done-opton p {margin-right: 1px;}

}

@media (min-width: 1401px) and (max-width: 1600px) {
  /* large resolution */
  .about-details-img {
    min-width: 60%;
  }
  .about-details-text h3 {
    font-size: 42px;
  }
  .about-value-text h5 {
    font-size: 22px;
  }
  .about-details-text p {
    font-size: 16px;
  }
  .about-text-details {
    margin-left: 100px;
  }
  .about-details-img img {
    width: 100%;
  }
  .about-value {
    width: 100%;
  }
  .about-value-box {
    margin-bottom: 20px;
  }
  .about-value-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .about-value-img-box img {
    width: auto;
  }
  .smart-page-details {
    margin-top: 90px;
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .smart-page-img img {
    border-radius: 0px 28px 28px 0px !important;
  }
  .smart-details-text h5 {
    color: #353535;
    font-family: "Polin Regular";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
  }
  .smart-app-from-img img {
    width: 207px;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  section.elementor-section.elementor-inner-section.elementor-element.elementor-element-71fe298.footer-title-new.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default
  > div {
    padding-right: 90px !important;
  }
  .smart-page-details {
    margin-top: 90px;
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .smart-page-img img {
    border-radius: 0px 28px 28px 0px !important;
  }
  .smart-details-text h5 {
    color: #353535;
    font-family: "Polin Regular";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
  }
  .smart-app-from-img img {
    width: 207px;
  }
}


