.page-dots1 {
  position: relative;
}

@media (min-width: 1024px) {
  .page-dots1::after {
    background: url(../img/Group-431.png);
    content: "";
    position: absolute;
    bottom: -145px;
    left: 10px;
    width: 150px;
    height: 200px;
    z-index: 1;
  }
}

.step-num, .step-num div{
  height: 100%;
}
.step-num div{
  display: flex;
  align-items: center;
  justify-content: center;
}

.internal_timeLine::after{
  content: "";
  position: absolute;
  background-image: url(../img/timeline.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 230%;
} 

.internal_timeLine4::after{
  content: "";
  position: absolute;
  background-image: url(../img/timeline4.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 190%;
} 

.internal_timeLine8::after{
  content: "";
  position: absolute;
  background-image: url(../img/timeline8.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  width: 106%;
  height: 485%;
  top: 0;
}

.page_dots3::before {
  content: " ";
  width: 138px;
  height: 138px;
  position: absolute;
  bottom: -46px;
  right: 0;
  background-image: url(../img/homedots2.svg);
  background-position: top right;
}
@media (min-width: 1239px) {
  .page-send-odd,
  .page-send-even {
    position: relative;
  }
  .page-send-odd::after,
  .page-send-even::after {
    background: #156498;
    content: "";
    width: 86.5%;
    height: 2px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .page-send-odd::before {
    background: #156498;
    content: "";
    width: 2px;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 65px;
  }
  .page-send-even::before {
    background: #156498;
    content: "";
    width: 2px;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 65px;
  }

  .page-send-odd.no-border::after, .page-send-even.no-border::after {
    display: none;
  }
  .economic-block {
    position: relative;
  }
  .economic-block::before {
    background: #ed8b00;
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 67px;
  }
}

.sticky {
  position: sticky;
  top: 20px;
}

.sticky .sczone-links-list span{
  margin: 0; 
}
.sticky .sczone-links-list span a{
  padding: 11px 16px;
  transition: all 0.5s; 
}

.sticky .current-menu-item a {
  background-color: rgba(237, 139, 0, 0.16);
  border-right: 4px solid #156498;
  color: #156498 !important;
}



.radio-switch [type="radio"] + .wpcf7-list-item-label,
.radio-switch [type="checkbox"] + .wpcf7-list-item-label {
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
  background: #5a5a5a1a;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
  margin-inline-end: 10px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-list-item {
  margin: 0;
}
.radio-switch input {
  display: none;
}
.radio-switch [type="radio"]:checked + .wpcf7-list-item-label,
.radio-switch [type="checkbox"]:checked + .wpcf7-list-item-label {
  color: #779c3f;
  border: 1px solid #779c3f;
  background: #779c3f4d;
}
.radio-switch .last [type="radio"]:checked + .wpcf7-list-item-label {
  background: rgba(175, 41, 46, 0.2);
  border: 1px solid #AF292E;
  color: #AF292E;
}

.btn-submit {
  min-width: 200px;
  font-size: 18px;
  background: #156498;
  border-radius: 0;
  padding: 10px 60px;
}
.btn-submit:hover {
  background: #156498;
}

textarea.form-control, input.form-control, button.form-control, select.form-control{
  background: #f8f8f8;
  border: 1px solid #adadad;
  border-radius: 0;
  padding: 14px;   
  text-align: right;  
  min-height: 54px;
}
input.form-control[type="time"], input.form-control[type="date"]{
  flex-direction: row-reverse; 
}
textarea.form-control:focus, input.form-control:focus, button.form-control:focus, select.form-control:focus{
  outline: none; 
  box-shadow: none;
  border-color: #156498;
}

/* .form-with-custom-checkboxes-radios .wpcf7-list-item,
.form-with-custom-checkboxes-radios label {
  display: inline-flex;
}
.form-with-custom-checkboxes-radios .wpcf7-list-item {
  margin: 0 5px;
}
.form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.form-with-custom-checkboxes-radios label {
  cursor: pointer;
}
.form-with-custom-checkboxes-radios [type="radio"],
.form-with-custom-checkboxes-radios [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
  background: #5a5a5a1a;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
}
.form-with-custom-checkboxes-radios
  [type="radio"]:checked
  + .wpcf7-list-item-label,
.form-with-custom-checkboxes-radios
  [type="checkbox"]:checked
  + .wpcf7-list-item-label {
  color: #779c3f;
  border: 1px solid #779c3f;
  background: #779c3f4d;
}
.form-with-custom-checkboxes-radios
  [type="radio"]
  + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios
  [type="checkbox"]
  + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios
  [type="radio"]
  + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios
  [type="checkbox"]
  + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.form-with-custom-checkboxes-radios
  [type="radio"]
  + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios
  [type="radio"]
  + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.form-with-custom-checkboxes-radios
  [type="radio"]
  + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios
  [type="checkbox"]
  + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid black;
}
.form-with-custom-checkboxes-radios
  [type="radio"]
  + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios
  [type="checkbox"]
  + .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: black;
  transition: all 0.2s;
}
.form-with-custom-checkboxes-radios
  [type="radio"]:not(:checked)
  + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios
  [type="checkbox"]:not(:checked)
  + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
.form-with-custom-checkboxes-radios
  [type="radio"]:checked
  + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios
  [type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.form-with-custom-checkboxes-radios
  [type="radio"]:focus
  + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios
  [type="checkbox"]:focus
  + .wpcf7-list-item-label::before {
  box-shadow: 0 0 4px 3px red;
} */

.elementor-widget-image-box.elementor-position-right
  .elementor-image-box-wrapper {
  flex-direction: row !important;
}

.bullet h3 {
  position: relative;
  padding-inline-start: 15px;
}

.bullet h3::before {
  background: #0a0909;
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
}

.toolkit-block-en p,
.toolkit-block-en h3 {
  direction: ltr !important;
  text-align: left !important;
}

.toolkit-block-en p,
.toolkit-block-en h3 {
  direction: ltr !important;
  text-align: left !important;
}

.toolkit-block-en .elementor-image-box-img {
  margin: 0 !important;
  margin-inline-end: 10px !important;
  margin-top: 5px !important;
}

.interior_accordion > div > div > div:first-child button{
  border: none !important; 
} 