.contactable-holder {
  font-family: "Roboto", sans-serif;
}

#contactable-inner {
  font-weight: 500;
  color: #949494;
  cursor: pointer;
  font-size: 14px;
  overflow: visible;
  position: absolute;
  top: -37px;
  width: 102%;
  text-align: center;
  background: #4a8be5;
  padding: 5px 9px;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid #4a8be5;
  border-bottom: 0px;
  left: -2px;
}

#contactable-inner i {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  font-weight: 300;
}
#contactable-contactForm {
  background: #fff;
  border: 2px solid #4a8be5;
  color: #949494;
  right: 0;
  margin-right: 0px;
  margin-top: 0px;
  padding-left: 0;
  position: fixed;
  bottom: 0px;
  width: 275px;
  z-index: 9999;
  font-family: 'Roboto', sans-serif;
}

form#contactable-contactForm input,
form#contactable-contactForm textarea,
form#contactable-contactForm select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #ffffff none repeat scroll 0 0;
  outline-style: none;
  outline-width: medium;
  width: 100%;
  padding: 8px;
  border: 0px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 7px;
}

form#contactable-contactForm textarea {
  border: 1px solid #dfdfdf;
  margin-top: 10px;
}

form#contactable-contactForm textarea:focus {
  box-shadow: none;
}

form#contactable-contactForm input:focus,
form#contactable-contactForm textarea:focus {
  color: #606060;
}

form#contactable-contactForm input.contactable-submit:focus {
  color: #fff;
}

form#contactable-contactForm p {
  font-size: 14px;
  margin: 0px;
}

form#contactable-contactForm p a {
  color: #949494;
}

form#contactable-contactForm p a:hover {
  color: #4a8be5;
}

form#contactable-contactForm .contactable-header {
  margin-bottom: 10px;
}

#contactable-contactForm .contactable-green {
  color: #76b347;
}

#contactable-overlay {
  background-color: #666666;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.contactable-invalid {
  /* background-color: #EDBE9C; */
  border-bottom: 1px solid #ff0000;
}
#contactable-name.contactable-invalid {
  border-bottom: 1px solid #ff0000; /* background-color: #EDBE9C; */
}
#contactable-email.contactable-invalid {
  border-bottom: 1px solid #ff0000; /* background-color: #EDBE9C; */
}
#contactable-message.contactable-invalid {
  border: 1px solid #ff0000; /* background-color: #EDBE9C; */
}

form#contactable-contactForm label {
  line-height: 1;
  display: block;
}

form#contactable-contactForm #contactable-loading {
  width: 66px;
  height: 66px;
  margin: 80px auto;
  display: none;
}

#contactable-callback {
  font-size: 16px;
  color: #3c763d;
  margin: 114px auto;
  display: none;
  width: 275px;
  padding: 0px 15px;
}

.contactable-holder {
  margin: 0;
  padding: 0.5em 0.8em 1em;
}

/* Submit button */
form#contactable-contactForm .contactable-submit,
form#contactable-contactForm .uploadResumePopup .resume-upload {
  background: #4a8be5;
  border: 1px solid #4a8be5;
  border-bottom: 1px solid #0054a6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  padding: 7px 0 7px 0;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}

form#contactable-contactForm .contactable-submit:hover {
  cursor: pointer;
}

button.contactable-cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

#contactable-phone.contactable-invalid {
  border-bottom: 1px solid #ff0000;
}

.contactable-validate {
  color: #515151;
}

form#contactable-contactForm textarea {
  margin-bottom: 15px;
  height: 110px;
  min-width: 100%;
  max-width: 100%;
  resize: none;
  border-radius: 0px;
  color: #515151;
}

.contactable-footer {
  margin-bottom: 0px;
}

.contactable-holder h4 {
  /*color: #4a8be5;*/
  color: #333539;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.contactable-holder p i.fa {
  font-size: 15px;
  vertical-align: middle;
  width: 20px;
}

.contact {
  cursor: pointer;
}



#contactable-inner i.fa.cnt_image {
  z-index: 0;
}

.tooltipContent {
  position: relative;
  vertical-align: middle;
  text-align: left;
}

.tooltipContent .infoIcon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("/images/info.png") no-repeat center;
  background-size: cover;
  margin-left: 10px;
}
.tooltipContent .tooltipText {
  display: block;
  position: absolute;
  z-index: 9;
  bottom: 100%;
  left: -150px;
  width: 200px;
  color: #333;
  margin-bottom: 22px;
  background: #dcf0fd;
  font-size: 14px;
  padding: 6px 9px 6px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 4px;
  display: none;
}
.tooltipContent .tooltipText:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #dcf0fd;
}
.tooltipContent:hover .tooltipText {
  display: block;
}
.tooltipContent .tooltipText strong {
  color: #333;
  font-weight: 600;
}

form#contactable-contactForm.contactForm textarea {
  height: 110px;
}

#contactable-callback {
  margin: 120px auto;
}

.contactForm #contactable-callback {
  margin: 125px auto;
}

#contactable-inner {
    text-align: left;
}
#contactable-inner.plus:after {
    content: '';
    background: url('/wp-content/uploads/2024/12/arrowup.png') no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

#contactable-inner.minus:after {
    content: '';
    background: url('/wp-content/uploads/2024/12/arrowup.png') no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

#contactable-inner::after {
    content: "";
    background: url(/wp-content/uploads/2024/12/arrowup.png);
    width: 16px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 14px;
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}


@keyframes shakeY {
    0%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
  }
  .animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
/* top header mobile */




@media screen and (max-width:767px) {
    #my-contact-div {
        display: none;
        background: rgba(14, 67, 106, 0.8);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 9999999;
    }
    #contactable-contactForm {
        /* height: 320px; */
        height: 327px;
        left: 0;
        width: 320px;
        margin: auto !important;
        top: 0;
    }
    #contactable-inner:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 7px;
        cursor: pointer;
        background-image: url('/wp-content/uploads/2025/06/cancel.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }
    #contactable-inner {
        left: -2px;
        right: -2px;
        width: auto;
    }
    
    #contactable-inner.plus:after,
    #contactable-inner.minus:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 7px;
        cursor: pointer;
        background: url('/wp-content/uploads/2025/06/cancel.webp');
        display: inline-block;
        background-size: cover;
    }
    
}
@media screen and (max-width: 640px) {
  #contactable-contactForm {
    bottom: 0px;
  }

  .contactUs {
    display: none;
  }
}
