.app .contacts-forms {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  /*max-height: 1860px;*/
}

div.contacts-forms {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Normal Captcha-Code*/
form.contact-form .cap-imgz,
form.contact-form table .cap-imgz {
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 50%;
}

/*Form*/

form.contact-form,
form.contact-form .contact-table {
  width: 100%;
  text-align: initial;
  border-collapse: collapse;
}

/* table-cell*/
form.contact-form .contact-table .cell {
  min-height: 70px;
  box-sizing: border-box;
  padding: 5px;
  overflow: hidden;
  width: 33%;
  vertical-align: top;
}

form.contact-form .contact-table div.cell {
  width: 100%;
}

form.contact-form .contact-table .cell.empty {
  width: 33%;
  height: 70px;
}

form.contact-form .contact-table .cell.hidden {
  display: none;
  height: 70px;
}

/*svg icon*/
form.contact-form .contact-table .iconz {
  width: 35px;
  display: inline-block;
  margin: 0px 10px;
  vertical-align: top;
}

form.contact-form .contact-table .iconz img {
  width: 100%;
  height: 100%;
}

form.contact-form .contact-table .iconzz {
  display: inline-block;
  width: calc(100% - 60px);
  padding-top: 5px;
}

/* header */

form.contact-form .contact-table .header-div {
  margin: 0px 10px;
}

/*input & textarea*/

form.contact-form .contact-table input.contactinput {
  display: inline-block;
  width: 50%;
}

form.contact-form .contact-table input.requiredinput,
form.contact-form .contact-table label.tick-box.requiredinput,
form.contact-form
  .contact-table
  select.requiredinput:is(:required:invalid, :focus-visible) {
  border: 1px dotted red;
  outline: 1px dotted red;
}

form.contact-form .contact-table textarea {
  resize: none;
  display: inline-block;
  height: 100%;
  width: calc(100% - 20px);
  margin: 0px 10px;
  flex: 1;
}

form.contact-form .contact-table .input-float.top textarea {
  margin: 0px 10px;
  width: calc(100% - 20px);
  height: calc(100% - 45px);
}

form.contact-form .contact-table textarea.requiredinput {
  border: 1px dotted red;
}

form.contact-form table input,
form.contact-form table textarea,
form.contact-form table select {
  border-radius: 0px;
}

form.contact-form table input:focus,
form.contact-form table textarea:focus {
  outline: none;
}

/*input title*/

form.contact-form .contact-table .title {
  display: inline-block;
}

form.contact-form .contact-table .input-float {
  width: 100%;
}

form.contact-form .contact-table .input-float.left {
  display: flex;
}

form.contact-form .contact-table .input-float.tick-box {
  display: block;
}

form.contact-form .contact-table .inputtext {
  margin: 5px 10px;
  padding-left: 5px;
}

form.contact-form .contact-table label.inputtext {
  display: block;
}

form.contact-form .contact-table .input-float input.contactinput,
form.contact-form .contact-table .input-float select.contactselect {
  width: calc(100% - 20px);
  margin: 0px 10px;
  flex: 1;
}

form.contact-form .contact-table .input-float select.contactselect {
  padding: 4px 2px;
}

form.contact-form .contact-table .input-float.top input.contactinput,
form.contact-form .contact-table .input-float.top select.contactselect {
  margin: 0px 10px;
  width: calc(100% - 20px);
}

form.contact-form .contact-table .div-td,
form.contact-form .contact-table .header-div {
  height: 100%;
  width: 100%;
  word-break: break-word;
}

form.contact-form .contact-table label.div-text {
  height: 100%;
  width: 100%;
  position: relative;
}

form.contact-form .contact-table label.div-text.left {
  display: flex;
}

form.contact-form .contact-table label.div-text .count {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: black;
}

form.contact-form .contact-table label.div-text.left .count {
  position: absolute;
  right: 15px;
  bottom: 0px;
  color: black;
}

form.contact-form .contact-table .input-float.inside input.contactinput,
form.contact-form .contact-table .input-float.inside select.contactselect,
form.contact-form .contact-table .input-float.inside textarea {
  margin: 0px 4px;
  width: calc(100% - 9px);
}

/*form.contact-form .contact-table .input-float.inside input.date-contact{
	margin: 0px 8px;
	width: calc(100% - 18px);
}*/

form.contact-form input[name="refmsg"] {
  height: fit-content;
}

/*radio and check*/

form.contact-form .contact-table input[type="checkbox"],
form.contact-form .contact-table input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}

/*submit button*/

form.contact-form .contact-table .submit {
  /* margin: 10px; */
  box-sizing: border-box;
  padding: 10px;
}

/*form.contact-form .contact-table .submit .contactsubmit[disabled] {
    display: none;
}*/

/*form.contact-form .contact-table .submit .contactsubmit[disabled] {
	opacity:0.5;
}*/

form.contact-form .contact-table button.contactsubmit {
  width: 100%;
  height: 50px;
}

/*Department*/

form.contact-form .contact-table .departer {
  display: none;
}

form.contact-form .contact-table .departer.showdep {
  display: block;
}

/*Hide details*/
form.contact-form .contact-table .numb,
form.contact-form .contact-table .ViewBut {
  display: inline-block;
}

form.contact-form .contact-table .ViewBut {
  cursor: pointer;
}

/*map*/

form.contact-form .maps {
  height: 100%;
  width: 100%;
  padding: 10px;
}

/*sending loader*/

.sending-page {
  background: rgba(20, 20, 20, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.sending-page .main-sending {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 150px;
}

.sending-page .line {
  width: 30px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  animation: fazer1 0.4s linear infinite;
}

.sending-page .sp2,
.sending-page .sp6 {
  animation: fazer2 0.4s linear infinite;
}

.sending-page .sp3,
.sending-page .sp7 {
  animation: fazer3 0.4s linear infinite;
  animation-delay: -1s;
}

.sending-page .sp4,
.sending-page .sp8 {
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

.sending-page svg {
  animation: moving 2s linear infinite;
}

.sending-page .sp1 {
  top: 10%;
}
.sending-page .sp2 {
  top: 20%;
}
.sending-page .sp3 {
  top: 30%;
}
.sending-page .sp4 {
  top: 40%;
}
.sending-page .sp5 {
  top: 50%;
}
.sending-page .sp6 {
  top: 60%;
}
.sending-page .sp7 {
  top: 80%;
}
.sending-page .sp8 {
  top: 80%;
}

@keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@keyframes moving {
  0% {
    transform: translate3d(0px, 10px, 0);
  }
  50% {
    transform: translate3d(0px, -10px, 0);
  }
  100% {
    transform: translate3d(0px, 10px, 0);
  }
}

/* attachment button */

form.contact-form .contact-table .upload-btn:hover {
  cursor: pointer;
}

form.contact-form .contact-table .btn-upload {
  position: relative;
}

form.contact-form .contact-table .btn-upload input {
  opacity: 0;
  width: 30%;
  pointer-events: none;
}

form.contact-form .contact-table .upload-btn {
  width: 100%;
  text-align: center;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

form.contact-form .contact-table .accfile {
  display: inline-block;
  font-size: 10px;
  margin: 0 0 5px 5px;
}

form.contact-form .contact-table .title {
  padding: 5px;
  margin: 0 0 5px 5px;
  text-align: left;
}

form.contact-form .contact-table .cell.required .title:after {
  content: "*";
  color: red;
}

form.contact-form
  .contact-table
  .cell.required
  .select:required
  option:disabled {
  content: "*";
  color: red;
}

form.contact-form .contact-table .display-upload {
  margin: 0 0 5px 5px;
  font-size: 12px;
  padding: 5px;
}

/* Nothify-borad*/

.form-notify {
  text-align: center;
  display: none;
  width: 100%;
  min-height: 180px;
  box-sizing: border-box;
  padding: 10px;
  border-width: 0px;
}

/* Map Modal */
.mapz-modal {
  z-index: 99;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.mapz-modal .map-content {
  height: 70% !important;
  width: 60%;
  background: #fff;
  height: auto;
  position: absolute;
  top: 15%;
  left: 23%;
}

.mapz-modal .map-close {
  position: absolute;
  height: 40px;
  width: 40px;
  top: -20px;
  right: -20px;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  cursor: pointer;
  padding: 5px 0px;
}

.mapz-modal .map-close i {
  font-size: 25px;
}

/*.mapz-modal .map-close i:hover{
	color: red;
	cursor: pointer;
}*/

/* Top title text alignment */
div.contact_container_form[data-tp="top"][data-ta="right"] .input-float .title,
div.contact_container_form[data-tp="top"][data-ta="right"] .requistcopy,
div.contact_container_form[data-tp="top"][data-ta="right"] .file_att_title,
div.contact_container_form[data-tp="top"][data-ta="right"] .depart_ctn {
  width: 100%;
  text-align: right;
}

div.contact_container_form[data-tp="top"][data-ta="right"] .input-float .title {
  width: calc(100% - 15px);
}

div.contact_container_form[data-tp="top"][data-ta="center"] .input-float .title,
div.contact_container_form[data-tp="top"][data-ta="center"] .requistcopy,
div.contact_container_form[data-tp="top"][data-ta="center"] .file_att_title,
div.contact_container_form[data-tp="top"][data-ta="center"] .depart_ctn {
  width: 100%;
  text-align: center;
}

div.contact_container_form[data-tp="top"][data-ta="center"]
  form.contact-form
  .contact-table
  .iconzz {
  width: auto;
}

div.contact_container_form[data-tp="top"][data-ta="right"] .contact_ctn {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}

div.contact_container_form[data-tp="top"][data-ta="center"] .contact_ctn {
  text-align: center;
}

div.contact_container_form
  .contact_ctn[data-bp="on"][data-bps="default"]
  .contail
  span {
  position: relative;
}

div.contact_container_form
  .contact_ctn[data-bp="on"][data-bps="default"]
  .contail
  span:before {
  content: "\f111";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -11px;
}
