.search-form {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
  }
  
  .search-form input[type="search"] {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    border: 1px solid #00b0cf;
    padding-left: 20px;
    padding-right: 40px;
    width: 305px;
    height: 40px;
    outline: none;
  }
  
  .search-form input[type="submit"] {
    /*
    background-color: transparent
    height: 40px;
    width: 40px;
    padding: 0;
    padding-left: 1px;
    right: 0px;
    top: 0;
    */
    text-align: left;
    background-color: #ffffff;
    border: none;
    height: 38px;
    width: 38px;
    padding: 0 10px;
    font-size: 20px;
    color: #00b0cf;
    vertical-align: middle;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 0;
    margin: 0 auto;
    outline: none;
  }
  
  .search-form input[type="submit"]:hover {
    color: #0071bb;
  }
  
  .search-form input[type="submit"]:focus {
    outline: none;
  }
  
  .search-form ::placeholder {
    color: #cbc4bc;
    opacity: 1;
  }
  
  .search-form :-ms-input-placeholder {
    color: #cbc4bc;
  }
  
  .search-form ::-ms-input-placeholder {
    color: #cbc4bc;
  }
  
  .main-form,
  .account-page-form,
  .wpcf7 {
    max-width: 468px;
  }
  
  .main-form ::placeholder,
  .account-page-form ::placeholder,
  .form-ajax-search ::placeholder,
  .wpcf7 ::placeholder {
    color: #cbc4bc;
    opacity: 1;
  }
  
  .main-form :-ms-input-placeholder,
  .account-page-form :-ms-input-placeholder,
  .form-ajax-search :-ms-input-placeholder,
  .wpcf7 :-ms-input-placeholder {
    color: #cbc4bc;
  }
  
  .main-form ::-ms-input-placeholder,
  .account-page-form ::-ms-input-placeholder,
  .form-ajax-search ::-ms-input-placeholder,
  .wpcf7 ::-ms-input-placeholder {
    color: #cbc4bc;
  }
  
  .main-form .featured-title::after,
  .account-page-form .featured-title::after,
  .form-ajax-search .featured-title::after,
  .wpcf7 .featured-title::after {
    width: 142px;
  }
  
  .main-form p,
  .account-page-form p,
  .form-ajax-search p,
  .wpcf7 p {
    margin-bottom: 20px;
  }
  
  .form-ajax-search input:not([type="submit"]),
  .form-ajax-search textarea,
  .wpcf7 input:not([type="submit"]),
  .wpcf7 textarea,
  .account-page-form input:not([type="submit"]),
  .account-page-form textarea,
  .main-form input:not([type="submit"]),
  .main-form textarea {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-weight: normal;
    border: 1px solid #00b0cf;
    padding: 7px 21px;
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    outline: none;
  }
  
  .main-form input[type="submit"],
  .account-page-form input[type="submit"],
  .form-ajax-search input[type="submit"],
  .wpcf7 input[type="submit"] {
    margin-top: 10px !important;
  }
  
  .main-form textarea,
  .account-page-form textarea,
  .form-ajax-search textarea,
  .wpcf7 textarea {
    resize: none;
    height: 245px;
    margin-bottom: 0;
    display: block;
  }
  
  .main-form .inputs-group,
  .account-page-form .inputs-group,
  .form-ajax-search .inputs-group,
  .wpcf7 .inputs-group {
    display: flex;
    flex-wrap: wrap;
  }
  
  .main-form .inputs-group .input-wrapper,
  .account-page-form .inputs-group .input-wrapper,
  .form-ajax-search .inputs-group .input-wrapper,
  .wpcf7 .inputs-group .input-wrapper {
    width: 50%;
  }
  
  .main-form .inputs-group .input-wrapper:nth-child(odd),
  .account-page-form .inputs-group .input-wrapper:nth-child(odd),
  .form-ajax-search .inputs-group .input-wrapper:nth-child(odd),
  .wpcf7 .inputs-group .input-wrapper:nth-child(odd) {
    padding-right: 10px;
  }
  
  .main-form .inputs-group .input-wrapper:nth-child(even),
  .account-page-form .inputs-group .input-wrapper:nth-child(even),
  .form-ajax-search .inputs-group .input-wrapper:nth-child(even),
  .wpcf7 .inputs-group .input-wrapper:nth-child(even) {
    padding-left: 10px;
  }
  
  .main-form .inputs-group .input-wrapper:last-child,
  .main-form .inputs-group .input-wrapper.textarea,
  .account-page-form .inputs-group .input-wrapper:last-child,
  .account-page-form .inputs-group .input-wrapper.textarea,
  .form-ajax-search .inputs-group .input-wrapper:last-child,
  .form-ajax-search .inputs-group .input-wrapper.textarea,
  .wpcf7 .inputs-group .input-wrapper:last-child,
  .wpcf7 .inputs-group .input-wrapper.textarea {
    width: 100%;
    padding: 0;
  }
  
  .main-form .buttons-wrapper,
  .account-page-form .buttons-wrapper,
  .form-ajax-search .buttons-wrapper,
  .wpcf7 .buttons-wrapper {
    display: flex;
  }
  
  input::-ms-clear {
    display: none;
  }
  
  @media (max-width: 767px) {
    .main-form .inputs-group .input-wrapper,
    .account-page-form .inputs-group .input-wrapper,
    .form-ajax-search .inputs-group .input-wrapper,
    .wpcf7 .inputs-group .input-wrapper {
      width: 100%;
    }
    .main-form .inputs-group .input-wrapper:nth-child(odd),
    .main-form .inputs-group .input-wrapper:nth-child(even),
    .account-page-form .inputs-group .input-wrapper:nth-child(odd),
    .account-page-form .inputs-group .input-wrapper:nth-child(even),
    .form-ajax-search .inputs-group .input-wrapper:nth-child(odd),
    .form-ajax-search .inputs-group .input-wrapper:nth-child(even),
    .wpcf7 .inputs-group .input-wrapper:nth-child(odd),
    .wpcf7 .inputs-group .input-wrapper:nth-child(even) {
      padding: 0;
    }
    .main-form
      .featured-title::after.
      .account-page-form
      .featured-title::after.
      .form-ajax-search
      .featured-title::after,
    .wpcf7 .featured-title::after {
      width: 106px;
    }
    .main-form.small-inputs
      .inputs-group
      .input-wrapper
      input:not([type="submit"]),
    .account-page-form.small-inputs
      .inputs-group
      .input-wrapper
      input:not([type="submit"]),
    .main-form.small-inputs .inputs-group .input-wrapper textarea,
    .form-ajax-search.small-inputs
      .inputs-group
      .input-wrapper
      input:not([type="submit"]),
    .form-ajax-search.small-inputs .inputs-group .input-wrapper textarea,
    .wpcf7.small-inputs .inputs-group .input-wrapper input:not([type="submit"]),
    .wpcf7.small-inputs .inputs-group .input-wrapper textarea {
      max-width: 224px;
    }
    .main-form input[type="submit"],
    .account-page-form input[type="submit"],
    .form-ajax-search input[type="submit"],
    .wpcf7 input[type="submit"] {
      margin-top: 0;
    }
  }
  
  @media (min-width: 362px) and (max-width: 575px) {
    .search-form input[type="search"] {
      background-position: 96% center;
    }
  }
  
  @media (max-width: 575px) {
    .search-form {
      width: 100%;
    }
    .search-form input[type="search"] {
      width: 100%;
    }
  }
  
  .custom-radio {
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #1d1d1d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  
  .checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 15px;
    width: 15px;
    background-image: url("../../img/icons/icon-check-square-empty.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  
  /* When the radio button is checked, add a blue background */
  
  .custom-radio input:checked ~ .checkmark {
    background-image: url("../../img/icons/icon-check-square.svg");
  }
  
  .custom-radio input:checked ~ label {
    color: #00b0cf;
  }
  
  .custom-checkbox label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 31px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }
  
  .custom-checkbox label:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
  }
  
  .custom-checkbox input[type="checkbox"] {
    display: none;
  }
  
  .custom-checkbox label:before {
    background-image: url("../../img/icons/icon-check-square-empty-transparent.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2px;
  }
  
  .custom-checkbox input[type="checkbox"]:checked + label:before {
    background-image: url("../../img/icons/icon-check-square.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .custom-checkbox input[type="checkbox"]:checked + label {
    color: #00b0cf;
  }
  
  .custom-checkbox:hover {
    color: #00b0cf;
  }
  
  .custom-table {
    width: 100%;
  }
  
  .custom-table ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .custom-table .head,
  .custom-table .item-table ul {
    display: flex;
  }
  
  .custom-table .head li,
  .custom-table .item-table ul li {
    border-right: 1px solid #fff;
  }
  
  .custom-table .head li:first-child,
  .custom-table .item-table ul li:first-child {
    width: 6.64063%;
  }
  
  .custom-table .head li:nth-child(2),
  .custom-table .item-table ul li:nth-child(2) {
    width: 12.34375%;
  }
  
  .custom-table .head li:nth-child(3),
  .custom-table .item-table ul li:nth-child(3) {
    width: 17.34375%;
  }
  
  .custom-table .head li:nth-child(4),
  .custom-table .item-table ul li:nth-child(4) {
    width: 38.90625%;
  }
  
  .custom-table .head li:nth-child(5),
  .custom-table .item-table ul li:nth-child(5) {
    width: 17.89063%;
  }
  
  .custom-table .head li:nth-child(6),
  .custom-table .item-table ul li:nth-child(6) {
    width: 6.64063%;
  }
  
  .custom-table .head li:last-child,
  .custom-table .item-table ul li:last-child {
    border-right: none;
  }
  
  .custom-table .head {
    background-color: #f36f21;
  }
  
  .custom-table .head li {
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    padding: 7px 10px;
  }
  
  .custom-table .table-rows .item-table:nth-child(odd) {
    background-color: #f1f1f1;
  }
  
  .custom-table .table-rows .item-table:nth-child(even) {
    background-color: rgba(243, 111, 33, 0.3);
  }
  
  .custom-table .table-rows .item-table ul li {
    padding: 7px 2px 7px 10px;
  }
  
  .custom-table .table-rows .item-table ul li p {
    margin-bottom: 0;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 26px;
  }
  
  .custom-table .table-rows .item-table ul li p:first-child {
    display: none;
  }
  
  .custom-table .table-rows .item-table ul li a {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 26px;
  }
  
  .custom-table .table-rows .item-table ul li a:hover {
    color: #00b0cf;
  }
  
  .custom-table .table-rows .item-table ul li.star {
    padding-right: 10px;
  }
  
  .custom-table .table-rows .item-table ul li.star.active a {
    color: #f36f21;
  }
  
  .custom-table .table-rows .item-table ul li.star a {
    display: block;
    text-align: center;
    color: #cbc4bc;
  }
  
  .custom-table .table-rows .item-table ul li.star a:hover {
    color: #f36f21;
  }
  
  .custom-table .table-rows .item-table ul li.date p:last-child {
    font-weight: normal;
  }
  
  @media (max-width: 1199px) {
    .custom-table .head li:first-child,
    .custom-table .item-table ul li:first-child {
      width: 9%;
    }
    .custom-table .head li:nth-child(2),
    .custom-table .item-table ul li:nth-child(2) {
      width: 12.3%;
    }
    .custom-table .head li:nth-child(3),
    .custom-table .item-table ul li:nth-child(3) {
      width: 17.3%;
    }
    .custom-table .head li:nth-child(4),
    .custom-table .item-table ul li:nth-child(4) {
      width: 36%;
    }
    .custom-table .head li:nth-child(5),
    .custom-table .item-table ul li:nth-child(5) {
      width: 16%;
    }
    .custom-table .head li:nth-child(6),
    .custom-table .item-table ul li:nth-child(6) {
      width: 9.4%;
    }
  }
  
  @media (max-width: 991.90px) {
    .custom-table .head {
      display: none;
    }
    .custom-table .table-rows .item-table {
      margin-bottom: 10px;
    }
    .custom-table .table-rows .item-table:last-child {
      margin-bottom: 0;
    }
    .custom-table .table-rows .item-table:nth-child(odd),
    .custom-table .table-rows .item-table:nth-child(even) {
      background-color: transparent;
    }
    .custom-table .table-rows .item-table ul {
      flex-direction: column;
    }
    .custom-table .table-rows .item-table ul li {
      border: none;
      width: 100%;
      display: flex;
      padding: 0;
    }
    .custom-table .table-rows .item-table ul li:nth-child(even) p:nth-child(2),
    .custom-table .table-rows .item-table ul li:nth-child(even) > a {
      background-color: rgba(243, 111, 33, 0.3);
    }
    .custom-table .table-rows .item-table ul li.star {
      padding: 0;
    }
    .custom-table .table-rows .item-table ul li.star a {
      text-align: left;
    }
    .custom-table .table-rows .item-table ul li p:first-child {
      display: block;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-weight: normal;
      font-size: 18px;
      line-height: 26px;
      padding: 5px 10px;
      background-color: #f36f21;
      width: 36.47059%;
    }
    .custom-table .table-rows .item-table ul li p:nth-child(2) {
      width: 63.52941%;
      padding-left: 10px;
      padding-top: 6px;
    }
    .custom-table .table-rows .item-table ul li:last-child p:first-child {
      border-bottom: none;
    }
    .custom-table .table-rows .item-table ul li > a {
      width: 63.52941%;
      padding-left: 10px;
      padding-top: 6px;
    }
  }
  
    