.custom-all-features .top_sec {
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
}
.custom-all-features .bg_el {
  z-index: -1;
}
.custom-all-features .top_sec .content_widget {
  margin-bottom: 100px;
}
.custom-all-features .top_content {
  margin-top: 30px;
}
.custom-all-features .top_content p {
  margin-bottom: 17px !important;
}
.custom-all-features .card_item {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.custom-all-features .flex_row {
  row-gap: unset !important;
  margin-top: 70px;
  margin-left: -30px;
  margin-right: -30px;
}
.custom-all-features .card_item .icon-svg {
  margin-bottom: 6px;
}
.custom-all-features .card_item .icon-svg svg {
  display: inline-block;
  height: 32px;
  width: 32px;
}

.custom-all-features .card_item .card_box:hover {
  color: rgb(69, 214, 149);
  fill: rgb(69, 214, 149);
}
.custom-all-features .card_item .btn_row {
  display: block;
  padding: 0;
  margin: 0;
}
.custom-all-features .card_item .btn_row a {
  padding: 0;
  margin: 0;
  display: inline;
  background-color: transparent !important;
  border: 0 !important;
  color: rgb(44, 198, 129) !important;
  font-size: 17px;
  line-height: normal;
}
.custom-all-features .card_item .card_content p {
  margin: 18px 0;
  font-weight: normal;
  color: rgb(153, 153, 153);
}
.custom-all-features .card_item .card_content h3 {
  font-size: 20px;
  margin-bottom: 18px;
}
.custom-all-features .card_item .icon-svg svg {
  display: inline-block;
  height: 32px;
  width: 32px;
}
.custom-all-features .slider_btn_footer {
  padding: 0;
}
.custom-all-features .slider_btn_footer .btn_row {
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.custom-all-features .slider_btn_footer .btn_row .btn_item a {
  line-height: 1;
  font-size: 17px;
}

.custom-popup .modal {
  background-color: rgba(47, 49, 60, 0.7);
  position: fixed;
  inset: 0px;
  z-index: 999;
  transition: all 0.4s ease 0s;
  overflow: auto;
  opacity: 0; 
  visibility: hidden; 
}
.popup-open.custom-popup .modal {
  opacity: 1;
  visibility: visible;
}

.custom-popup .modal__inner {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
  max-height: 100vh;
  text-align: left;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.custom-popup .modal__body {
  overflow-y: auto;
}

.custom-popup .modal-header {
  box-sizing: border-box;
  padding: 18px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(229, 229, 229);
}
.custom-popup .modal-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}
.custom-popup .close {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  cursor: pointer;
  margin: 0px;
  background: none;
  border: none;
  border-radius: 0px;
  color: inherit;
  padding: 0px;
  text-align: left;
  transition: all 0.2s ease 0s;
  margin-left: auto;
}
.custom-popup .close svg {
  display: inline-block;
  height: 32px;
  width: 32px;
  float: left;
}
.custom-popup .modal-form {
  box-sizing: border-box;
  padding: 18px;
}
.custom-popup .modal-form .form-title {
  margin: 0;
}
.custom-popup .modal-form form label {
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  padding-right: 0.5em;
  font-size: 17px;
  line-height: normal;
}
.custom-popup .modal-form form .hs-button {
  font-size: 17px;
  line-height: 1;
  font-family: euclid-flex, "Helvetica Neue", sans-serif;
}
.custom-popup .modal-form form .hs_submit {
  margin-bottom: 18px;
  width: 100%;
  text-align: right;
}

.custom-popup .modal-form form .hs-input {
  padding: 12px 18px;
  transition: all 0.2s ease 0s;
  width: 100%;
  background-color: #fafafa;
  outline: none;
  font-size: 20px;
  line-height: 1.33;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  color: rgb(47, 49, 60);
  font-family: euclid-flex, "Helvetica Neue", sans-serif;
  height: auto;
}
.custom-popup .modal-form form .hs-form-field {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
}
.custom-popup .modal-form form .input {
  margin-right: 0 !important;
}
.custom-popup .modal-form form .hs_lastname, 
.custom-popup .modal-form form .hs_phone,
.custom-popup .modal-form form .hs-issue_type {
  padding-left: 12px;
  padding-right: 0;
}
.custom-popup .modal-form form .hs-input:focus {
  outline: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 229, 229);
  box-shadow: none;
}
.custom-popup .modal-form form .hs-input.invalid.error {
  color: rgb(209, 73, 91);
  border-color: rgb(209, 73, 91) !important;
}
.custom-popup .modal-form form ul li {
  margin: 0;
}
.custom-popup .modal-form form textarea.hs-input {
  min-height: 100px;
}

.custom-popup .modal-form .hs-richtext p {
  line-height: 1.4;
  margin: 0px 0px 17px;
  font-size: 17px;
  color: rgb(47, 49, 60);
}

.custom-popup .modal-form .hs-richtext {
  line-height: 1.4;
  margin: 0;
  font-size: 17px;
  color: rgb(47, 49, 60);
}

.custom-popup .modal-form .hs-dependent-field .hs-fieldtype-booleancheckbox {
  padding: 0;
  margin-bottom: 18px;
}
.custom-popup .modal-form form input[type=checkbox] {
  width: 20px !important;
  height: 20px;
}
.custom-popup .modal-form form .hs-error-msgs label {
  color: rgb(209, 73, 91) !important;
  margin-bottom: 0px;
  margin-top: 6px;
  line-height: 1.4;
  padding-right: 0;
}
.custom-popup .legal-consent-container .hs-form-booleancheckbox-display p {
  display:block;
}


@media (min-width: 576px) {
  .custom-popup .modal__inner {
    max-height: calc(100vh - 100px);
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
    max-width: 700px;
    border-radius: 4px;
  }
}


@media (max-width: 767px){
  .custom-all-features .page-center {
    padding: 0 30px;
  }
  .custom-all-features .flex_row {
    margin-top: 30px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .custom-all-features .card_item {
    margin-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .custom-popup .modal-form form .hs-button {
    font-size: 17px;
    line-height: 1;
    font-family: euclid-flex, "Helvetica Neue", sans-serif;
  }
  .custom-popup .modal-form form .hs_submit {
    margin-bottom: 18px;
    width: 100%;
    text-align: right;
  }
  .custom-popup .modal-header h2 {
    font-size: 20px;
  }

  .custom-popup .modal-form form label {
    font-size: 15px;
  }

  .custom-popup .modal-form .hs-richtext p {
    font-size: 15px;
  }
  .custom-popup .modal-form .hs-richtext {
    font-size: 15px;
  }
  .custom-popup .modal-form form .hs-button {
    padding: 12px 18px;
    font-size: 15px;
  }
  .custom-popup .modal-form form .hs-form-field {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
