/* #### Custam Font Add #### */
/* @font-face {
    font-family: 'ProximaBold';
    src: url(/assets/ProximaNova-Bold-8b32c6e4904f7f1648b44e69ee5c7704eb738a6796de6ec7a9879e33020ac862.ttf) format('truetype');
}
@font-face {
    font-family: 'ProximaSBold';
  src: url(/assets/ProximaSBold-9e7ff2f279f8c497d687d1248d17e7a8c19784d945698c4bc8f9168fe9e351cb.otf) format('truetype');
}
@font-face {
  font-family: 'ProximaRegular';
  src: url(/assets/ProximaNova-Regular-8b8e0372438e745b8eb2406ff9f65d563160c6f5177d0c72ef1aa1f634ac4f6a.ttf) format('truetype');
}
@font-face {
    font-family: 'ProximaLight';
    src: url(/assets/ProximaNova-Light-d6c7f093a987ffe089756411f9bd966cc0fb5b2a019d19f739249e8f02f02922.ttf) format('truetype');
} */
/*----- Proxima Nova -----*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima_nova_semi_bold-webfont-ac841d18ad230eb5a1ec2e9b522cb216c70dd8ea7b7ec3da1395370ae7c184cd.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-2041571fb6f24c637b03dce17b74ede9a8388de19d88901c57b225ae2037dacc.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-ad5758b277318caaf5e037e033ab3f508465807e12412acd891f704584ca7dd1.woff2) format("woff2"), url(/assets/proxima_nova_regular-webfont-631d71b715369416af01b4e8e8890666ab44a283d7fbab3776620df25d57227a.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-8eee610eaa9e4d89694138f1c70297282d77692bc73251f4e10d0b25d6ab2381.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-8eee610eaa9e4d89694138f1c70297282d77692bc73251f4e10d0b25d6ab2381.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-7d590a99e193e69b97f86af69f903be9040729565f8ba5a3f8dddbfb03ee97ad.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-631d71b715369416af01b4e8e8890666ab44a283d7fbab3776620df25d57227a.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-ac841d18ad230eb5a1ec2e9b522cb216c70dd8ea7b7ec3da1395370ae7c184cd.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-2041571fb6f24c637b03dce17b74ede9a8388de19d88901c57b225ae2037dacc.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; } }
