/* #### Custam Font Add #### */
/* @font-face {
    font-family: 'ProximaBold';
    src: url(/assets/ProximaNova-Bold-452ff7765e1c7f4918a80adc1b7b82373e1a7cd7e4c646f5aaeb412c414168c3.ttf) format('truetype');
}
@font-face {
    font-family: 'ProximaSBold';
  src: url(/assets/ProximaSBold-0b90682d284304e111f3cfd23fcfa85efe8192cd462f62bcaf8022b06e247354.otf) format('truetype');
}
@font-face {
  font-family: 'ProximaRegular';
  src: url(/assets/ProximaNova-Regular-f078fe798ffbacca5fb5aaed4da44e0ef16769e9265f270f9fb5b92b3245c6e1.ttf) format('truetype');
}
@font-face {
    font-family: 'ProximaLight';
    src: url(/assets/ProximaNova-Light-822b087096d958b49b5ae3e855d1a48cab58a250c1fccb98b1e550df3f76129f.ttf) format('truetype');
} */
/*----- Proxima Nova -----*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima_nova_semi_bold-webfont-04f7c3ecfdf95598776a7d40a75f74653be98ac7b934a42808dfacde8c5975e1.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-faf9d5971fa68bb10e04a415e8f6985fedecebe83bc570c2d1469ba0201550b4.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novalight';
  src: url(/fonts/proxima_nova_light-webfont.woff2) format("woff2"), url(/fonts/proxima_nova_light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url(/assets/proxima_nova_regular-webfont-8ec17c36c9338ff605200e2b77f6185ba8dc824ba047943ff304c2b2f8c085b8.woff2) format("woff2"), url(/assets/proxima_nova_regular-webfont-6880d3930470892ab51dd7e8fbdae5dd4cfaa1f894331856b01f986fbdb14c9e.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/*----- Proxima  Nova Bold -----*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-d6a03c24dedd8c0ef2afa066694ff7e7c86d460ba0198eb4524853b39395e07a.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-d6a03c24dedd8c0ef2afa066694ff7e7c86d460ba0198eb4524853b39395e07a.woff2) format("woff2");
  font-weight: normal;
  font-style: normal; }

/*----- Proxima  Nova Bold -----*/
/*----- Proxima Regular Nova -----*/
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/assets/ProximaNova-Regular-26d8d54ffba77bf8786ef20d0048d56d22adec81faf23db67ab4bd14de6840ff.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-6880d3930470892ab51dd7e8fbdae5dd4cfaa1f894331856b01f986fbdb14c9e.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/*----- Proxima Nova Regular  -----*/
/*----- Proxima Sami bold Nova -----*/
@font-face {
  font-family: 'proxima_novasemibold';
  src: url(/assets/proxima_nova_semi_bold-webfont-04f7c3ecfdf95598776a7d40a75f74653be98ac7b934a42808dfacde8c5975e1.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-faf9d5971fa68bb10e04a415e8f6985fedecebe83bc570c2d1469ba0201550b4.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/*----- Proxima Sami bold Nova -----*/
/*----- Proxima Nova -----*/
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; }

.overlay_modal_addPark {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.79);
  z-index: 9999999999;
  display: none; }

.overlay_modal_addPark.active {
  display: block; }

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

.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; }

.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; }

.here_deals_sprt_header {
  width: 599px;
  margin: 0 auto;
  background-image: url("https://greenpal-production.s3.amazonaws.com/images/partners/hear-the-deals-head-bg.png");
  background-repeat: no-repeat;
  min-height: 124px; }

.modal_2_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.here_cle_btn {
  position: absolute;
  right: 15px;
  top: -14px; }

.here_the_deals_head {
  text-align: center;
  position: relative; }

.here_the_deals_head img {
  padding-top: 28px;
  padding-bottom: 23px; }

.here_the_deals_head h3 {
  margin: 0;
  font-size: 40px;
  line-height: 24px;
  color: #fff;
  font-family: 'proxima_nova_rgbold'; }

.eco_logo {
  width: 599px;
  background-color: #fff;
  margin: -1px auto;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center; }

.get_discount {
  width: 599px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto; }

.get_title {
  width: 599px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto; }

.get_title h3 {
  font-size: 34px;
  background-repeat: no-repeat;
  min-height: 46px;
  text-align: center;
  margin: 0 auto;
  background-position: top center;
  color: black;
  font-family: 'proxima_nova_rgbold';
  padding-top: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.get_discount h3 {
  font-size: 34px;
  background-image: url("https://greenpal-production.s3.amazonaws.com/images/partners/ecc-bottom-bg.png");
  background-repeat: no-repeat;
  min-height: 46px;
  text-align: center;
  margin: 0 auto;
  background-position: top center;
  color: #fff;
  font-family: 'proxima_nova_rgbold';
  padding-top: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sb_font {
  font-size: 28px;
  font-family: 'proxima_novasemibold'; }

.gp_off {
  width: 519px;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: initial;
  box-sizing: content-box; }

.box_logo {
  padding-bottom: 15px;
  height: 37px;
  width: 127px;
  padding-top: 12px; }

.inner_gp_box {
  border: 1px solid #dedede;
  margin: 20px;
  padding: 10px; }

.inner_gp_box p {
  font-size: 26px;
  text-align: center;
  font-family: 'proxima_novasemibold';
  color: #000000;
  line-height: 36px;
  word-break: break-word; }

.orng_dic_bold {
  font-size: 28px;
  font-family: 'proxima_nova_rgbold';
  color: #ff9400; }

.view_bd_btn_a {
  width: 150px;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  background-color: #8fb741;
  height: 30px;
  display: block;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: 'proxima_novasemibold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  .view_bd_btn_a {
    font-size: 17px !important; }
  .here_the_deals_head img {
    padding-top: 18px;
    padding-bottom: 9px;
    width: 85px; }
  .here_cle_btn img {
    padding-top: 23px;
    width: 30px; }
  .box_logo {
    padding-bottom: 15px;
    height: 40px;
    width: 100px;
    padding-top: 0; }
  .get_discount h3 {
    min-height: 35px; }
  .get_title h3 {
    min-height: 35px; }
  .here_the_deals_head h3 {
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .inner_gp_box p {
    font-size: 19px;
    line-height: 32px;
    padding: 0px 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .inner_gp_box a {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .get_discount h3 {
    font-size: 22px;
    background-size: cover;
    font-family: 'proxima_novasemibold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .get_title h3 {
    font-size: 22px;
    background-size: cover;
    font-family: 'proxima_novasemibold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .here_deals_sprt_header {
    width: 90%;
    border-top-right-radius: 10px;
    min-height: 80px; }
  .eco_logo {
    width: 90%;
    padding-top: 15px; }
  .get_discount {
    width: 75%;
    height: 40px;
    line-height: 11px; }
  .get_title {
    width: 90%;
    height: 40px;
    line-height: 11px; }
  .gp_off {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    padding-bottom: 10px; }
  .close.here_cle_btn {
    position: absolute;
    right: 8px;
    top: -13px; } }

@media (min-width: 320px) and (max-width: 414px) {
  .here_cle_btn img {
    padding-top: 20px;
    width: 20px; } }

@media only screen and (max-width: 320px) {
  .here_the_deals_head h3 {
    font-size: 34px; }
  .get_discount h3 {
    font-size: 20px;
    min-height: 35px; }
  .get_title h3 {
    font-size: 20px;
    min-height: 35px; }
  .sb_font {
    font-size: 20px; } }
