html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0; }

.popup_custom_addPark_main {
  -moz-box-sizing: unset;
  -webkit-box-sizing: unset;
  box-sizing: unset; }

.on_click_modal_div {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center; }

.on_click_btn {
  font-size: 1em;
  padding: 10px;
  color: red;
  border: 2px solid blue;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out; }

.on_click_btn:hover {
  background: blue; }

.popup_custom_submit_main {
  background: #fff;
  border-radius: 10px;
  width: 738px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  z-index: 99999;
  /*padding-bottom: 50px;*/ }

/*.popup_custom_submit_main .close {
    position: absolute;
    top: 14px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}*/
.popup_custom_submit_main .close:hover {
  color: #06D85F; }

.popup_custom_submit_main .content {
  max-height: 30%;
  overflow: auto; }

.Legal_Insurance_text_mob {
  z-index: 1; }

.overlay_modal_addPark_t {
  /*position: absolute;*/
  /* zee */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 999;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 10000000000; }

.overlay_modal_addPark_t.active {
  display: block; }

.popup_custom_addPark_main {
  background: #fff;
  /* border-radius: 10px; */
  width: 486px;
  margin: 0 auto;
  margin-top: 0;
  position: relative;
  padding-bottom: 50px;
  padding-left: 126px;
  padding-right: 126px;
  padding-top: 40px; }

.submit_offer_main {
  background: #fff;
  border-radius: 10px;
  width: 486px;
  margin: 0 auto;
  margin-top: 0;
  position: relative;
  padding-bottom: 50px;
  padding-left: 126px;
  padding-right: 126px;
  padding-top: 0; }

.popup_custom_addPark_main .close {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333; }

.popup_custom_addPark_main .close:hover {
  color: #06D85F; }

.popup_custom_addPark_main .content {
  max-height: 30%;
  overflow: auto; }

.clear {
  clear: both; }

.submit_offer_sprt_header {
  background-color: #fff;
  width: 538px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.main_inner_header_addPark {
  text-align: center; }

.add_new_park_head.submit_offer h4 {
  text-align: center;
  font-size: 20px;
  line-height: 6px;
  padding-bottom: 35px;
  font-family: 'proxima_novasemibold';
  color: #191919;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.addPark_frm {
  margin: 0 auto;
  width: 100%; }

.add_new_park_head h3 {
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-family: 'proxima_novasemibold';
  color: #000000;
  padding-bottom: 30px;
  padding-top: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main_inner_header_submit_offer {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 80px;
  width: 738px;
  z-index: 10292929; }

.submit_offer h3 {
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-family: 'proxima_novasemibold';
  color: #000000;
  padding-bottom: 23px;
  padding-top: 65px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.submit_cle_btn {
  position: absolute;
  right: 15px;
  top: 85px; }

.add_new_park_head.submit_offer {
  position: relative; }

.custom_frm_group_addPark label {
  display: block;
  font-size: 18px;
  font-family: 'proxima_novasemibold';
  color: #191919;
  margin-bottom: 12px; }

.custom_frm_group_addPark input {
  border: 1px solid #dbdbdb;
  width: 452px;
  padding: 17px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.custom_frm_group_addPark input::placeholder {
  line-height: 15px;
  font-size: 16px; }

.custom_frm_group_addPark {
  margin-bottom: 30px; }

.custom_frm_group_addPark ::placeholder {
  font-size: 17px;
  font-family: 'ProximaNova-Regular';
  color: #191919;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.custom_frm_group_addPark textarea {
  border: 1px solid #dbdbdb; }

.file_slect {
  width: 105px;
  background-color: #f1f4f5;
  display: block;
  text-align: center;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  color: #00a3e7;
  font-family: 'proxima_novasemibold';
  border: 1px solid #dbdbdb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slect_btn_file {
  width: 106px;
  float: left;
  position: relative;
  top: 15px; }

.custom_frm_group_addPark.mrg_15 label {
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sml_gray_clr {
  color: #7f7f7f;
  font-family: 'ProximaNova-Regular'; }

.uplodader_img {
  position: relative; }

.uplodader_img img {
  padding-left: 30px; }

.uplodader_img a img {
  position: absolute;
  right: 0;
  width: 18px; }

.uplodader_img {
  position: relative;
  width: 110px;
  overflow: auto;
  margin-bottom: 30px; }

.publish_park_btn a {
  width: 256px;
  background-color: #00a3e7;
  display: block;
  text-align: center;
  height: 58px;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: 'proxima_nova_rgbold';
  border-radius: 40px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.publish_park_btn a:focus, .publish_park_btn a:active, .publish_park_btn a:hover {
  outline: none !important;
  border-radius: 40px !important;
  background-color: #00a3e7; }

.custom_frm_group_addPark textarea {
  width: 456px;
  padding-left: 16px;
  padding-top: 18px;
  padding-right: 15px;
  height: 110px;
  color: red;
  font-size: 17px;
  font-family: 'ProximaNova-Regular';
  color: #191919;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  resize: none; }

.custom_frm_group_addPark textarea::placeholder {
  font-size: 17px;
  font-family: 'ProximaNova-Regular';
  color: #191919;
  opacity: 1; }

.submit_yr_btn {
  box-shadow: 1px 1px 3px #999;
  cursor: pointer;
  background: #00a3e7 !important;
  display: block;
  text-align: center;
  height: 58px;
  line-height: 58px;
  border-radius: 40px;
  border: 0px;
  width: 256px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  /*-webkit-appearance: button;*/
  -moz-appearance: button;
  -o-appearance: button;
  -ms-appearance: button;
  appearance: button;
  font-family: 'proxima_nova_rgbold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  cursor: pointer; }

.submit_yr_btn:hover {
  background-color: #4cbfee !important; }

.line_h_30 {
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .popup_custom_submit_main {
    width: 91%;
    border-radius: 4px;
    /* margin-left: 5%;
     margin-right: 5%;*/ }

  /*    .popup_custom_submit_main {
          margin-top: 74px;
          border-radius: 5px;    
      }
      .popup_custom_submit_main .close {
          top: 11px;
          right: 11px; 
      }*/
  .main_inner_header_submit_offer {
    top: 30px;
    width: 91%; }

  .main_inner_header_submit_offer div img {
    width: 100px;
    right: 12px; }

  .submit_cle_btn {
    top: 60px;
    right: 15px; }

  .submit_offer_sprt_header {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 80px;
    margin-left: 5%;
    margin-right: 5%; }

  .popup_custom_addPark_main {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    overflow: hidden; }

  .custom_frm_group_addPark input {
    width: 89%; }

  .addPark_frm {
    margin: 0 auto;
    width: 99%;
    padding-left: 2px;
    /*padding-right: 15px;*/ }

  .custom_frm_group_addPark label {
    display: block;
    font-size: 16px;
    font-family: 'proxima_novasemibold';
    color: #191919;
    margin-bottom: 8px; }

  .add_new_park_head.submit_offer h4 {
    text-align: center;
    font-size: 20px;
    line-height: 6px;
    padding-bottom: 20px;
    font-family: 'ProximaNova-Regular';
    color: #191919; }

  .submit_offer h3 {
    padding-bottom: 10px;
    padding-top: 60px; }

  .custom_frm_group_addPark select {
    width: 101%;
    background-position-x: 95%; }

  .custom_frm_group_addPark textarea {
    width: 90%; }

  .publish_park_btn a {
    width: 87%;
    font-family: 'ProximaNova-Regular';
    height: 50px;
    line-height: 50px; }

  .submit_offer h3 {
    font-size: 22px;
    line-height: 27px;
    /* padding-left: 15px;
     padding-right: 15px;*/ }

  .add_new_park_head.submit_offer h4 {
    font-size: 20px;
    line-height: normal;
    padding-left: 15px;
    padding-right: 15px; }

  .submit_yr_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: 'ProximaNova-Regular'; } }
@media (min-width: 360px) and (max-width: 413px) {
  .custom_frm_group_addPark input {
    width: 88%; }

  .submit_the_details_btn a {
    font-size: 10px; }

  .submit_the_details_btn {
    margin-top: 14px; }

  .custom_frm_group_addPark textarea {
    width: 89%; } }
@media only screen and (max-width: 360px) {
  .custom_frm_group_addPark input {
    width: 88%; } }
