* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%
}


p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0
}

li,
ul {
    margin: 0;
    list-style-type: none
}

input {
    outline: 0;
    border: none
}
.sn {
    padding-top: 4.5rem;
    padding-bottom: 0;
}

textarea {
    outline: 0;
    border: none
}

input:focus,
textarea:focus {
    border-color: transparent !important
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    color: #000
}

input:-moz-placeholder {
    color: #000
}

input::-moz-placeholder {
    color: #000
}

input:-ms-input-placeholder {
    color: #000
}

textarea::-webkit-input-placeholder {
    color: #000
}

textarea:-moz-placeholder {
    color: #000
}

textarea::-moz-placeholder {
    color: #000
}

textarea:-ms-input-placeholder {
    color: #000
}

button {
    outline: 0 !important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}

.txt1 {
    font-size: 18px;
    line-height: 1.2;
    color: #fff
}

.txt2 {
    font-size: 16px;
    line-height: 1.6;
    color: #fff
}

.txt3 {
    font-size: 16px;
    line-height: 1.6;
    color: #fff
}

.txt3 a {
    color: #fff
}

.txt3 a:hover {
    color: #fff
}

.size1 {
    width: 355px;
    max-width: 100%
}

.size2 {
    width: calc(100% - 43px)
}

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.wrap-contact100 {
    border-radius: 5 px;
    -webkit-box-shadow: 0px 0px 22px 2px rgb(0 0 0 / 37%);
    margin: 0px;
    -webkit-box-shadow: 0px 0px 22px 9px rgb(170 170 170 / 45%);
    box-shadow: 0px 0px 22px 9px rgb(170 170 170 / 45%);
    width: 1120px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse
}

.contact100-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 0
}
.sn {
    padding-top: 4.5rem;
    padding-bottom: 0;
}
.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #79aa2d;
    
    border-radius: 5px
}

.contact100-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 56px 55px 63px
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 33px
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
    width: 50%
}

.rs2-wrap-input100 {
    border-left: none
}

.label-input100 {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 55px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 0
}

.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    padding: 0 25px
}

input.input100 {
    height: 55px
}

textarea.input100 {
    min-height: 139px;
    padding-top: 19px;
    padding-bottom: 15px
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #00ad5f;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 23px
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    border-radius: 2px;
    background: #000;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.contact100-form-btn:hover {
    background: #333
}

@media(max-width:992px) {
    .contact100-form {
        width: 60%;
        padding: 56px 30px 63px
    }
    .contact100-more {
        width: 40%
    }
}

@media(max-width:768px) {
    .contact100-form {
        width: 100%
    }
    .contact100-more {
        width: 100%
    }
}

@media(max-width:576px) {
    .contact100-form {
        padding: 56px 15px 63px
    }
    .rs1-wrap-input100,
    .rs2-wrap-input100 {
        width: 100%
    }
    .rs2-wrap-input100 {
        border-left: 1px solid #e6e6e6;
        border-top: none
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.dis-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.p-b-20 {
    padding-bottom: 20px
}

.p-b-47 {
    padding-bottom: 47px
}

.p-r-25 {
    padding-right: 25px
}
@media (max-width:767px) {
.p-r-25 {
    padding-right: 15px
}
}
.flex-col-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
     justify-content: space-around;
}
.form_btn {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: transparent;
    border-radius: 25px;
    border: 0;
    font-size: .9375rem;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    text-transform: none;
    cursor: pointer;
    min-width: 0;
    font-weight: 500;
    transition: all .15s ease;
    position: relative;
    white-space: nowrap;
    background-color: #79aa2d;
    color: white
}

.btn-block {
    display: block;
    width: 100%
}
.dspflexcaptcha{    display: flex;
    align-items: center;
    justify-content: center;}

.form_btn:hover {
    background-color: white !important;
    background-image: none;
    color: #79aa2d !important;
    border: 1px solid #79aa2d
}

.hdl {
    display: none
}

.lbw {
    border-top: 3px solid #fff
}

.aqi-container {
    border-bottom: 2px solid;
    color: #000;
    padding: 3px;
    float: left;
    margin: 20px;
    text-align: center
}

.fa-3x {
    font-size: 2em !important;
}
.refresh-captcha {
    cursor: pointer;
}

.captcha-image {
    border-radius: 5px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    object-fit: contain !important;
}

.dspflex {
    display: flex;
    align-items: center;
}
.form-group {
    color: #222836;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#dialogoverlay {
    display: none;
    opacity: .8;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #707070;
    width: 100%;
    z-index: 100000;
}
#dialogbox{
  display: none;
  position: absolute;
  background-color: #46525e;
    
  border-radius:7px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.575);

  width: 40%;
  z-index: 10000000;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
}

#dialogbox:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
}

#dialogbox > div{ 
  background:#FFF; 
  margin:8px; 
}

#dialogbox > div > #dialogboxhead{ 
   background-color: #fdfbf9;
  font-size:16px; 
  padding:10px; 
    font-weight:500;
  color:#97d5fc;
/*border-bottom:2px solid rgba(76,120,183,1);*/

}

#dialogbox > div > #dialogboxbody{ 
  background-color: #fdfbf9;
  padding:10px; 
  color:#009604; 
 
}
.t-center{text-align: center}
#error_mess_txt{color:#960000}
.alertpopup-danger{border-bottom: 1px solid #960000;}
#success_mess_txt{color: #009604;}
.alertpopup-success{border-bottom: 1px solid #009604;}
#dialogbox > div > #dialogboxfoot{ 
  background-color: #fdfbf9;

  padding:10px; 
  text-align:right; 
border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;   
}

.pure-material-button-contained {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--web-always-white));
    text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
     background-color: #ec1c77;
  /* background-color: rgb(1, 47, 61) */
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family:var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
  border: none;
}

/* ---------------Overlay--------------- */

.pure-material-button-contained::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
     background-color: #FFD700;
  opacity: 0;
  transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px; /* Safari */
  height: 32px; /* Safari */
      background-color:#ec1c77;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:hover::before {
  opacity: 0.08;
}

.pure-material-button-contained:focus::before {
  opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
  opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
  color: rgba(var(--web-always-white, 0, 0, 0), 0.38);
    background-color: #ec1c77;
  box-shadow: none;
  cursor: initial;
}

.pure-material-button-contained:disabled::before {
  opacity: 0;
}

.pure-material-button-contained:disabled::after {
  opacity: 0;
}
@media screen and (max-width: 750px)
{
#dialogbox {
    width: 95%!important;
}
}

#dialogoverlayclaim{z-index:2;}