#popup_thnx_alert_added.active {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
#popup_thnx_alert_added {
    position: fixed;
    z-index: 99;
    display: inline-block;
    width: 260px;
    left: 50%;
    margin-left: -130px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 0 3000px rgba(52, 74, 94, 0.5), 0 2px 19px 1px rgba(0, 0, 0, 0.2), 0 2px 13px -2px rgba(52, 74, 94, 0.3);
    -moz-box-shadow: 0 0 0 3000px rgba(52, 74, 94, 0.5), 0 2px 19px 1px rgba(0, 0, 0, 0.2), 0 2px 13px -2px rgba(52, 74, 94, 0.3);
    box-shadow: 0 0 0 3000px rgba(52, 74, 94, 0.5), 0 2px 19px 1px rgba(0, 0, 0, 0.2), 0 2px 13px -2px rgba(52, 74, 94, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.23s ease-out;
    -moz-transition: all 0.23s ease-out;
    -o-transition: all 0.23s ease-out;
    -ms-transition: all 0.23s ease-out;
    transition: all 0.23s ease-out;
}
#popup_thnx_alert_added .popup_header {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    min-height: 48px;
    padding: 15px 10px;
    background: #34495E;
    color: #fff;
    z-index: 4;
}
#popup_thnx_alert_added .popup_thnx_text {
    text-align: left !important;
}
.popup_thnx_text {
    padding: 10px 10px 22px 10px;
    display: inline-block;
    width: 100%;
    line-height: 16px;
    text-align: center;
}

.btn_close_w {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 5;
  }
  .btn_close_w:before{
    content: "\e909";
    font-family: "xtreet_icns";
    display: inline-block;
    width: inherit;
    height: inherit;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    font-size: 18px;
    color: #547491;
}
#popup_thnx_alert_added .quote {
    padding: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border: 1px dashed #C7CBD4;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .e_button {
    height: 40px;
    text-align: center;
    margin-bottom: 10px !important;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 40%;
    margin-bottom: 20px !important;
  }

  .form_err {
    color: red;
  }

  .ta_c{
    color: red;
  }
  /*.map_container {*/
  /*  display: block;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  z-index: 1;*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  padding: 75px 0 30px !important;*/
  /*}*/