  .form-icon {
    position: absolute;
    top: 50%;
    right: 45px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: .8;
  }
  form .message-box .form-icon {
    top: 15%;
  }
  form .form-group {
    margin-bottom: 30px;
  }
  span.form-message.success {
    text-align: center;
    display: block;
    margin-top: 30px;
    transition: all .5s;
    color: #e9f5e9;
}

/* ---------------------------------------------
   ------------ 39.Error 404 page ----------
   --------------------------------------------- */
   .error-shape {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 10%;
    z-index: -1;
}
.error-inner h1 {
    font-size: 200px;
    font-weight: 900;
    line-height: 1;
    color: #ff5a27;
}
.search-box-error-page, .search-box-error-page form, .search-box-error-page form input {
    position: relative;
}
section.error-404-wrap {
    overflow: hidden;
}
.search-box-error-page form input {
    border: 1px solid #ff5a27;
    height: 60px;
    padding-left: 30px;
    border-radius: 30px;
    width: 100%;
}

.search-box-error-page form button {
    border: none;
    height: 50px;
    position: absolute;
    top: 50%;
    padding: 0px 40px;
    border-radius: 30px;
    right: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #ff5a27;
    color: #fff;
    font-size: 20px;
}
.btn-send {
  border: none;
}
.get_ready_form form {
  position: relative;
}
.search-box-error-page {
    width: 50%;
    margin: auto;
    display: inline-block;
    margin-top: 30px;
}
span.form-message.success {
    text-align: center;
    display: block;
    margin-top: 30px;
    transition: all .5s;
    color: #006400;
}
.dropdown-menu {
    background: #000;
    color: #fff;
}
/* ------------------------------------------
   ------------ 27.Get Ready ---------------
   ------------------------------------------ */
   .get-ready-wrap {
    position: relative;
    background: #fff7f8;
  }
  .get_ready_form form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgb(246, 246, 247);
    height: 60px;
    width: 100%;
    position: relative;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .get_ready_form form button {
    position: absolute;
    height: 60px;
    right: 0;
    border: none;
    line-height: 60px;
    padding: 0px 30px;
    font-size: 15px;
    background: #ff5a27;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    bottom: 0;
  }
  .get_ready_form form button:hover {
    background: #504be5;
  }
  .get-ready-wrap::before {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-image: url('assets/images/get_reday_bg.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    background-position: center center;
    z-index: -1;
  }
  
