
    /*===========================
        SEARCH css 
    ===========================*/

    .element-ready-form-search .form-content {
        position: relative;
        display: table;
        width: 100%;
        margin: 0 auto;
        background-color: #ffffff;
        max-width: 584px;
        padding: 0;
        border: 1px solid #eee;
        height: 43px;
        border-radius: 30px;
    }

    .element-ready-search-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 9999999;
        transform: translateY(-100%);
        transition: all 0.6s ease-out 0s;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); }
        .element-ready-search-box .search-header .search-title {
          font-size: 24px;
          font-weight: 500;
          color: #fff; }
        .element-ready-search-box .search-header .search-close button {
          background: none;
          border: 0;
          font-size: 24px;
          font-weight: 500;
          color: #fff;
          padding-right: 35px;
          position: relative; }
          .element-ready-search-box .search-header .search-close button span {
            width: 21px;
            height: 2px;
            background-color: #fff;
            display: block;
            position: absolute;
            right: 0; }
            .element-ready-search-box .search-header .search-close button span:nth-child(1) {
              top: 18px;
              transform: rotate(45deg); }
            .element-ready-search-box .search-header .search-close button span:nth-child(2) {
              transform: rotate(135deg);
              top: 18px; }
        .element-ready-search-box .element-ready-search-body {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          transform: translateY(-50%); 
          padding-left: 100px;
          padding-right: 100px;
        }
          .element-ready-search-box .element-ready-search-body .element-ready-search-form {
            position: relative; }
            .element-ready-search-box .element-ready-search-body .element-ready-search-form input {
              width: 100%;
              border: 0;
              height: 80px;
              padding-left: 30px;
              border: 2px solid #fff;
              border-radius: 50px;
              font-size: 20px;
              color: #707070; }
              .element-ready-search-box .element-ready-search-body .element-ready-search-form input::-webkit-input-placeholder {
                color: #707070;
                opacity: 1; }
              .element-ready-search-box .element-ready-search-body .element-ready-search-form input::-moz-placeholder {
                color: #707070;
                opacity: 1; }
              .element-ready-search-box .element-ready-search-body .element-ready-search-form input:-ms-input-placeholder {
                color: #707070;
                opacity: 1; }
              .element-ready-search-box .element-ready-search-body .element-ready-search-form input::-ms-input-placeholder {
                color: #707070;
                opacity: 1; }
              .element-ready-search-box .element-ready-search-body .element-ready-search-form input::placeholder {
                color: #707070;
                opacity: 1; }
            .element-ready-search-box .element-ready-search-body .element-ready-search-form button {
              position: absolute;
              right: 40px;
              top: 50%;
              transform: translateY(-50%);
              height: 60px;
              font-size: 36px;
              color: #707070;
              background: none;
              border: 0;
            padding: 0; }
        .element-ready-search-box .search-footer {
          padding-bottom: 50px;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
          .element-ready-search-box .search-footer .search-footer-content h4 {
            color: #707070;
            font-size: 24px; }
          .element-ready-search-box .search-footer .search-footer-content p {
            color: #222;
            font-size: 16px; }
      
      .element-ready-search-box.open {
        transform: translateY(0); }
      
        .element-ready-search-box{
        padding: 0px 100px 0;
      }
        .element-ready-search-box .search-header .row{
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
     
        .element-ready-search-box .element-ready-search-header{
          display: flex;
          justify-content: space-between;
          margin-top: 100px;
        }
    