/* #### Custam Font Add #### */
/* @font-face {
    font-family: 'ProximaBold';
    src: url(/assets/ProximaNova-Bold-527d2d5a137cb788d05c8df95b528a01d3f443dd8654dc152aaa93632ea7c278.ttf) format('truetype');
}
@font-face {
    font-family: 'ProximaSBold';
  src: url(/assets/ProximaSBold-bae0996c87465f954f14284822688c58aa89e88ef2f629cb7d6d155456eeb495.otf) format('truetype');
}
@font-face {
  font-family: 'ProximaRegular';
  src: url(/assets/ProximaNova-Regular-60dfb2c783f34765fbb0e9c133b7b5e3ad5225b2b1912b9f5343bf0f54d593c6.ttf) format('truetype');
}
@font-face {
    font-family: 'ProximaLight';
    src: url(/assets/ProximaNova-Light-41dde27226dfb73b57dc4054e1bc86e6e11e1229a4927fd30a80cc623de4437e.ttf) format('truetype');
} */
/*----- Proxima Nova -----*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima_nova_semi_bold-webfont-73685a9f9b8d480fa751868f0e5a449414ea5dd6b5eec3e69ffdfcff5d663804.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-dada1df661cdbc42197087d1ece1c8dfedee7dd0a50170c9aac4ef9e4af1a954.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-bb99a8999827b1ea310f63388fec87d27c44575fd643e0690b5c7205eb00d396.woff2) format("woff2"), url(/assets/proxima_nova_regular-webfont-a13ae04675f242a86f5baa5074c9dd3bfe19ae0e28d36cc8cb12f57458603f5b.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-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.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-35fc99e9302f05b68df4407433656ce2afbf35c6031274f5b173ecc1e2f6d76a.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-a13ae04675f242a86f5baa5074c9dd3bfe19ae0e28d36cc8cb12f57458603f5b.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-73685a9f9b8d480fa751868f0e5a449414ea5dd6b5eec3e69ffdfcff5d663804.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-dada1df661cdbc42197087d1ece1c8dfedee7dd0a50170c9aac4ef9e4af1a954.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; } }
