#popup_wrapper,
#popup_wrapper1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
  position: fixed;
  background: rgba(49, 49, 49, 0.7);
  -webkit-animation: 2s fadein;
  -moz-animation: 2s fadein;
  -ms-animation: fadein 2s;
  -o-animation: 2s fadein;
  animation: 2s fadein;
  z-index: 1111;
}
#popup_wrapper img#close,
#popup_wrapper1 img#close {
  top: -12px;
  right: -12px;
  cursor: pointer;
  position: absolute;
}
#popup_wrapper div#popupContact,
#popup_wrapper1 div#popupContact {
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#popup_wrapper form,
#popup_wrapper1 form {
  background: #fff;
  padding: 20px 30px;
 
  border: 2px solid #020202;
}
#popup_wrapper p,
#popup_wrapper1 p {
  font-size: 14px;
  margin-top: 20px;
}
#popup_wrapper h2,
#popup_wrapper1 h2 {
  text-align: center;
  border-radius: 10px 10px 0 0;
}
#popup_wrapper hr,
#popup_wrapper1 hr {
  border: 0;
  border-top: 1px solid #ccc;
}
#popup_wrapper input[type="email"],
#popup_wrapper input[type="text"],
#popup_wrapper1 input[type="email"],
#popup_wrapper1 input[type="text"] {
  width: 100%;
  padding: 15px 10px 15px 30px;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#popup_wrapper textarea,
#popup_wrapper1 textarea {
  width: 100%;
  resize: none;
  height: 50px;
  padding: 10px 10px 10px 40px;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: inherit;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: 8px 7px;
  background-image: url("../images/msg.png");
}
#popup_wrapper #submit,
#popup_wrapper1 #submit {
  color: #fff;
  border: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(90deg, #14a79f 17%, #0e76bc 75%) !important;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 auto;
}
#popup_wrapper span,
#popup_wrapper1 span {
  color: #f30;
  font-weight: 900;
}
#popup_wrapper h2,
#popup_wrapper1 h2 {
      line-height: 1;
    font-size: 50px;
    position: relative;
    color: #0e76bc;
    margin-bottom: 30px;
}
#popup_wrapper i#close,
#popup_wrapper1 i#close {
  position: absolute;
  right: 0px;
  background: #adb5bd;
  padding: 10px;
  top: 0px;
  color: #020202;
    cursor: pointer
 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #popup_wrapper div#popupContact,
  #popup_wrapper1 div#popupContact {
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  #popup_wrapper input[type="email"],
  #popup_wrapper input[type="text"],
  #popup_wrapper textarea,
  #popup_wrapper1 input[type="email"],
  #popup_wrapper1 input[type="text"],
  #popup_wrapper1 textarea {
    width: 77%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #popup_wrapper input[type="email"],
  #popup_wrapper input[type="text"],
  #popup_wrapper textarea,
  #popup_wrapper1 input[type="email"],
  #popup_wrapper1 input[type="text"],
  #popup_wrapper1 textarea {
    width: 77%;
  }
  #popup_wrapper div#popupContact,
  #popup_wrapper1 div#popupContact {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #popup_wrapper div#popupContact,
  #popup_wrapper1 div#popupContact {
    width: 35%;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  #popup_wrapper div#popupContact,
  #popup_wrapper1 div#popupContact {
    width: 35%;
  }
}
@media (min-width: 1920px) and (max-width: 2000px) {
  #popup_wrapper div#popupContact,
  #popup_wrapper1 div#popupContact {
    width: 20%;
  }
}
.input-group.button-holder{
    display: block
}
#form_process {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 1.1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 1.1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 1.1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	visibility: hidden;
	color: #000
}
#error_data {
	color: red !important;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: normal
}
.alert.alert-danger p {
	color: #fff;
	background: red;
	border-radius: 24px;
	padding: 10px
}
.alert.alert-danger {
	color: #454545;
	background-color: #ffb4b4;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
.alert.alert-success {
	color: #508e14;
	background: #f0f0f0;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
@-webkit-keyframes spinnerRotate {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spinnerRotate {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-ms-keyframes spinnerRotate {
from {
-ms-transform:rotate(0)
}
to {
	-ms-transform: rotate(360deg)
}
}

