
#serch_text_div {
    position: relative;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 34px;
    margin-bottom: 5px;
  }

    /* basics input */

    /* all input */
    #search_text_input {
        height: 100%;
        border: 0;
        display: block;
        width: 100%;
        padding: 10px 32px 10px 70px;
        font-size: 18px;
        height: 70px;
        color: #fff;
        text-align:left;
        /*background: linear-gradient(to right, #2c6dd5 0%, #2c6dd5 28%, #2cd56d 91%, #2cd56d 100%);*/
        /*background: linear-gradient(to right, #00305A 0%, #00305A 20%, #008840 80%, #008840 100%);*/
        background: linear-gradient(to right, #00305A 0%, #00305A 20%, #00305A 80%, #00305A 100%);
        font-family: 'Lato', sans-serif;
    }

    #search_text_input.placeholder {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
    }

    #search_text_input:-moz-placeholder {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
    }

    #search_text_input::-webkit-input-placeholder {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
    }

    #search_text_input:hover, #search_text_input:focus {
      box-shadow: none;
      outline: 0;
    }
      /* icons */

      #search_text_icon {
        position: absolute;
        top: 0px;
        left: 93%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 100%;
      }

      #search_text_icon svg {
        width: 34px;
        height: 34px;
        fill: #fff;
      }

  /* search advance section */
  #search_advance_div {
    display: none;
    position: absolute;
    z-index:20;
    width:100%;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }

    #search_advance_desc {
      font-size: 14px;
      color: #555;
      display: block;
      margin-bottom: 26px;
    }

    #search_advance_row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
    }

      #search_advance_row_input {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: block;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 10px 0px 10px;

      }

        #search_advance_div .choices__inner {
          background: #ccc;
          border-radius: 20px;
          border: 0;
          border: 0;
          height: 100%;
          color: #fff;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          padding: 0;
          padding-right: 30px;
          font-size: 14px;
          min-height: 40px;
        }

        #search_advance_div .choices__inner .choices__list.choices__list--single {
          display: -ms-flexbox;
          display: flex;
          padding: 5px 18px;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
        }

        #search_advance_div .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
          opacity: 1;
          color: #333;
        }

        #search_advance_div .choices__inner .choices__list--single .choices__item {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          height: 100%;
          color: #fff;
        }

        #search_advance_div .choices__list.choices__list--dropdown {
          border: 0;
          background: #333;
          padding: 10px 18px 20px 18px;
          margin-top: 3px;
          border-radius: 10px;
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        }

        #search_advance_div .choices__list.choices__list--dropdown .choices__item--selectable {
          padding-right: 0;
        }

        #search_advance_div .choices__list--dropdown .choices__item--selectable.is-highlighted {
          background: transparent;
          color: #fff;
        }

        #search_advance_div .choices__list--dropdown .choices__item {
          color: #ccc;
          min-height: 20px;
          padding: 8px 0;
        }

        #search_advance_div .choices[data-type*="select-one"]:after {
          border: 0;
          width: 32px;
          height: 32px;
          margin: 0;
          transform: none;
          opacity: 1;
          right: 15px;
          top: 4px;
          background-size: 18px 18px;
          background-position: right center;
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
          background-repeat: no-repeat;
        }

        #search_advance_div .choices[data-type*="select-one"].is-open:after {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
        }

        #search_advance_div .choices[data-type*="select-one"] .choices__button {
          display: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
        }

        #search_advance_div .choices.valid .choices__inner {
          background: linear-gradient(to right, #2c6dd5 0%, #2c6dd5 28%, #2cd56d 91%, #2cd56d 100%);
        }

        #search_advance_div .choices.valid:after {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
        }

        #search_advance_div .choices.valid.is-open:after {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
        }

  /* search submit section */
    #search_result {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      max-width: 50%;
      color: #999;
      font-size: 14px;
    }

      #search_result span {
        color: #333;
        padding-right: 5px;
      }
      #search_result_row_input {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
      }

      #search_btn {
        min-width: 100px;
        height: 40px;
        padding: 0 15px;
        background: linear-gradient(to right, #2c6dd5 0%, #2c6dd5 28%, #2cd56d 91%, #2cd56d 100%);
        white-space: nowrap;
        border-radius: 20px;
        font-size: 14px;
        color: #fff;
        transition: all .2s ease-out, color .2s ease-out;
        border: 0;
        cursor: pointer;
        font-weight: 400;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        z-index: 0;
        position: relative;
      }

      #search_btn:before {
        border-radius: inherit;
        background: linear-gradient(45deg, #4bff5a, #2cd56d 0% 28%, #2c6dd5 91%, #2c6dd5 100%);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        z-index: -1;
        transition: all .2s ease-out, color .2s ease-out;
      }

      #search_btn:hover::before {
        opacity: 1;
      }

      #search_btn:focus {
        outline: 0;
        box-shadow: none;
      }
      #search_reset_btn {
        min-width: 100px;
        height: 40px;
        padding: 0 15px;
        background: transparent;
        white-space: nowrap;
        border-radius: 0;
        font-size: 14px;
        color: #666;
        transition: all .2s ease-out, color .2s ease-out;
        border: 0;
        cursor: pointer;
        font-weight: 400;
      }

      #search_reset_btn:hover, #search_reset_btn:focus {
        color: #000;
        outline: 0;
        box-shadow: none;
      }
    @media screen and (max-width: 767px) {
      #search_text_input {
        padding: 10px 10px 10px 30px;
      }
      #search_text_icon {
        width: 80px;
        -ms-flex-pack: center;
        justify-content: center;
      }
      #search_text_icon svg {
        width: 30px;
        height: 30px;
      }
      #search_advance_div {
        padding: 40px 15px;
      }
      #search_advance_row {
        display: block;
      }
      #search_advance_div_input {
        width: 100%;
        margin-bottom: 20px;
      }
    }


  /* Forms
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ==========================================================================
     ========================================================================== */


  /* Forms
     ========================================================================== */

  /*===============================
  =            Choices            =
  ===============================*/
  .choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .choices:focus {
    outline: none;
  }

  .choices:last-child {
    margin-bottom: 0;
  }

  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .choices.is-disabled .choices__item {
    cursor: not-allowed;
  }

  .choices[data-type*="select-one"] {
    cursor: pointer;
  }

  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
  }

  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0;
  }

  .choices[data-type*="select-one"] .choices__button {
    background-image: url("../../icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5;
  }

  .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
  }

  .choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00BCD4;
  }

  .choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
  }

  .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px;
  }

  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
  }

  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
  }

  .choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
    cursor: text;
  }

  .choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("../../icons/cross.svg");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
  }

  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
  }

  .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #DDDDDD;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
  }

  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
  }

  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
  }

  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
  }

  .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }

  .choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
  }

  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
  }

  .choices__list--single .choices__item {
    width: 100%;
  }

  .choices__list--multiple {
    display: inline;
  }

  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all;
  }

  .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
  }

  [dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
  }

  .choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
  }

  .is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
  }

  .choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
  }

  .choices__list--dropdown.is-active {
    display: block;
  }

  .is-open .choices__list--dropdown {
    border-color: #b7b7b7;
  }

  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0;
  }

  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }

  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
  }

  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
      right: auto;
      left: 10px;
    }
  }

  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
  }

  .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5;
  }

  .choices__item {
    cursor: default;
  }

  .choices__item--selectable {
    cursor: pointer;
  }

  .choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;
  }

  .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
  }

  .choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  .choices__button:focus {
    outline: none;
  }

  .choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
  }

  .choices__input:focus {
    outline: 0;
  }

  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
  }

  .choices__placeholder {
    opacity: .5;
  }

  /*=====  End of Choices  ======*/
