.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}
/* .contact_field {
  padding: 60px 340px 90px 100px;
} */
.right_conatct_social_icon {
  height: 100%;
}

.contact_field h2 {
  margin-bottom: 10px;
}
.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #44d337;
}
.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.info_single {
  margin: 10px 0px;
}
.info_single i {
  margin-right: 15px;
}
.info_single span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.contact_form_submit {
  border: none;
  width: 100%;
  margin-top: 25px;
  cursor: pointer;
}
.socil_item_inner li {
  list-style: none;
}
.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}
.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}

.map_inner p {
  font-size: 13px;
}
.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.contact_info_sec {
  background-color: #e2fde0;
  padding: 40px;
}

.loader-alert-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.loader-alert-icon.loader-alert-success {
  border-color: #4CAF50;
}
.loader-alert-icon.loader-alert-success .loader-alert-line {
  background-color: #4CAF50;
}
.loader-alert-icon.loader-alert-success .loader-alert-placeholder {
  border-color: rgba(76, 175, 80, 0.5);
}

.loader-alert-icon.loader-alert-error {
  border-color: #f3375c;
}
.loader-alert-icon.loader-alert-error .loader-alert-line {
  background-color: #f3375c;
}

.loader-alert-icon.loader-alert-error .loader-alert-placeholder {
  border-color: rgba(241, 41, 41, 0.5);
}

.loader-alert-icon::before,
.loader-alert-icon::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  /* background: white; */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loader-alert-icon::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.loader-alert-icon::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.loader-alert-icon .loader-alert-placeholder {
  width: 80px;
  height: 80px;
  border-width: 4px;
  border-style: solid;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.loader-alert-icon .loader-alert-fix {
  width: 5px;
  height: 90px;
  /* background-color: white; */
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.loader-alert-icon.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.loader-alert-icon {
  border-color: transparent\9;
}
.loader-alert-icon .loader-alert-line.loader-alert-tip {
  -ms-transform: rotate(45deg) \9;
}
.loader-alert-icon .loader-alert-line.loader-alert-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateTip {
  -webkit-animation: animateTip 0.75s;
  animation: animateTip 0.75s;
}
.animateTip2 {
  -webkit-animation: animateTip2 0.75s;
  animation: animateTip2 0.75s;
}
.animateTip3 {
  -webkit-animation: animateTip3 0.75s;
  animation: animateTip3 0.75s;
}

.animateLong {
  -webkit-animation: animateLong 0.75s;
  animation: animateLong 0.75s;
}

@-webkit-keyframes animateLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animateTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateTip2 {
  0% {
    width: 0px;
    left: 132px;
    top: -138px;
  }
  100% {
    width: 50px;
    left: 16px;
    top: 38px;
  }
}
@keyframes animateTip2 {
  0% {
    width: 0px;
    left: 132px;
    top: -138px;
  }
  100% {
    width: 50px;
    left: 16px;
    top: 38px;
  }
}
@-webkit-keyframes animateTip3 {
  0% {
    width: 0px;
    left: 132px;
    top: 138px;
  }
  100% {
    width: 50px;
    left: 16px;
    top: 38px;
  }
}
@keyframes animateTip3 {
  0% {
    width: 0px;
    left: 132px;
    top: 138px;
  }
  100% {
    width: 50px;
    left: 16px;
    top: 38px;
  }
}

@keyframes animateLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.loader-alert-icon .loader-alert-line {
  height: 5px;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.loader-alert-icon .loader-alert-line.loader-alert-tip2 {
  width: 50px;
  left: 16px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.loader-alert-icon .loader-alert-line.loader-alert-tip3 {
  width: 50px;
  left: 16px;
  top: 38px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loader-alert-icon .loader-alert-line.loader-alert-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loader-alert-icon .loader-alert-line.loader-alert-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.contact_info_sec {
  background-color: #e2fde0;
  padding: 40px;
}
.loader-alert {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.processing_load, .processing_error, .processing_success {
  display: none;
}
.processing form, .processing_error_load form, .processing_success_load form { 
  display: none;
}

.processing .processing_load, .processing_error_load .processing_error, .processing_success_load .processing_success {
  display: block;
}
.pos_rel {
  position: relative;
}
.processing_success_load .processing_success p {
    color: #4caf50;
    font-size: 21px;
    position: relative;
    bottom: 80px;
    font-weight: 600;
    margin: 0px;
}
.processing_error_load .processing_error p{
    color: #f3375c;
    font-size: 21px;
    position: relative;
    bottom: 64px;
    font-weight: 600;
}
.load-wrapp, .processing_error_load .processing_error,.processing_success_load .processing_success  {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px;
    border-radius: 27px;
    pointer-events: none;
    cursor: none;
    text-align: center;
    background-color: #b51a1a0a;
}
.processing_success_load .processing_success  {
    background-color: #44d33717;
}
.processing .load-wrapp {
    background-color: #2424240a;
}
.load-6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.letter {
    float: left;
    font-size: 28px;
    color: #44d337;
}

.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.l-1 {
  animation-delay: 0.48s;
}
.l-2 {
  animation-delay: 0.6s;
}
.l-3 {
  animation-delay: 0.72s;
}
.l-4 {
  animation-delay: 0.84s;
}
.l-5 {
  animation-delay: 0.96s;
}
.l-6 {
  animation-delay: 1.08s;
}
.l-7 {
  animation-delay: 1.2s;
}
.l-8 {
  animation-delay: 1.32s;
}
.l-9 {
  animation-delay: 1.44s;
}
.l-10 {
  animation-delay: 1.56s;
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .contact_info_sec {
    /* position: absolute; */
    font-weight: 400;
    border-radius: 30px;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
  }
}
