.banner {
  background-image: url(../../img/contact/contact-banner-bg.png);
  background-size: 100% 100%;
  padding: 62px 0 295px;
  text-align: center;
}
.banner h1 {
  color: #061C3D;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin: 16px 0;
}
.banner p {
  color: #061C3D;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  max-width: 776px;
  margin: 10px auto;
}
.banner p a {
  color: #09f;
}
.banner .back-homt-btn {
  padding: 17px 28px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background-color: #007BFF;
  border-radius: 4px;
  display: none;
  margin-top: 26px;
}
.banner .back-homt-btn:hover {
  background-color: #0056b3;
}
@media screen and (max-width: 768px) {
  .banner {
    background-image: url(../../img/contact/faqs-banner-mb-bg.png);
    padding: 45px 0 255px;
  }
  .banner h1 {
    font-size: 28px;
  }
  .banner p {
    font-size: 14px;
  }
}
.contact .form-box {
  max-width: 1022px;
  border-radius: 0px 0px 14px 14px;
  background: #FFF;
  box-shadow: 0px 32px 54px -12px rgba(16, 24, 40, 0.14), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: -210px auto 0;
  border-top: 2px solid #235AFA;
}
.contact .form-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#zohoSupportWebToCase {
  border-radius: 10px;
  position: relative;
  top: 45px;
}
#zohoSupportWebToCase .zsFormClass tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 46px;
  padding: 30px 40px 25px;
}
@media screen and (max-width: 768px) {
  #zohoSupportWebToCase .zsFormClass tbody {
    padding: 30px 15px 25px;
  }
}
#zohoSupportWebToCase .zsFormClass tbody tr {
  flex: 0 0 380px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #zohoSupportWebToCase .zsFormClass tbody tr {
    flex: unset;
    max-width: 380px;
    width: 100%;
  }
}
#zohoSupportWebToCase .zsFormClass tbody tr td #zsMaxSizeMessage,
#zohoSupportWebToCase .zsFormClass tbody tr td #zsMaxLimitMessage {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
  line-height: 32px;
}
@media screen and (max-width: 330px) {
  #zohoSupportWebToCase .zsFormClass tbody tr td #zsMaxSizeMessage,
  #zohoSupportWebToCase .zsFormClass tbody tr td #zsMaxLimitMessage {
    width: 95%;
  }
}
#zohoSupportWebToCase .zsFormClass tbody tr td .wtccloudattach {
  float: left;
  color: #00a3fe !important;
  cursor: pointer;
  text-decoration: none !important;
}
#zohoSupportWebToCase .zsFormClass tbody tr td .wtccloudattach:hover {
  text-decoration: none !important;
}
#zohoSupportWebToCase .zsFormClass tbody tr td a:-webkit-any-link {
  color: #09f;
  text-decoration: none;
}
#zohoSupportWebToCase .zsFormClass tbody tr td .wtcuploadinput {
  cursor: pointer;
  float: left;
  width: 62px;
  margin-top: -20px;
  opacity: 0;
  clear: both;
}
#zohoSupportWebToCase .zsFormClass tbody tr td .wtcuploadfile {
  float: left;
  color: #00a3fe;
}
@media screen and (max-width: 330px) {
  #zohoSupportWebToCase .zsFormClass tbody tr td .wtcuploadfile {
    float: unset;
  }
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child {
  width: 100%;
  padding: 0;
  display: block;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child input {
  width: 100%;
  height: 58px;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding-left: 10px;
  box-sizing: border-box;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child input.table-file {
  width: auto;
  height: unset;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child input.wtcuploadinput {
  height: 15px;
  padding: 0;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #dedede;
  line-height: 32px;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child input.error {
  border: 1px solid red;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child input.error::-webkit-input-placeholder {
  color: red;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child select {
  width: 100%;
  height: 58px;
  border: 1px solid #e5e5e5;
  padding: 6px;
  border-radius: 6px;
  padding-left: 10px;
  font-weight: 300;
  color: #333;
  line-height: 32px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Firefox */
  background: #fff url('../../img/contact/select-down.svg') no-repeat right 10px center;
  padding-right: 30px;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child select option {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 32px;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child textarea {
  width: 100%;
  height: 116px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding-left: 5px;
  resize: vertical;
  overflow: hidden;
  box-sizing: border-box;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #dedede;
  line-height: 32px;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child textarea.error {
  border: 1px solid red;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child textarea.error::-webkit-input-placeholder {
  color: red;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child div {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child div img {
  border-radius: 6px;
  width: 160px;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child div#zsFileBrowseAttachments {
  display: block;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child div.filenamecls {
  display: block;
  position: relative;
  padding-left: 25px;
}
#zohoSupportWebToCase .zsFormClass tbody tr td:last-child div.filenamecls::before {
  content: '\e616';
  position: absolute;
  left: 0;
}
#zohoSupportWebToCase .zsFormClass tbody tr:last-child td {
  display: block;
}
#zohoSupportWebToCase .zsFormClass tbody tr:last-child td:last-child {
  display: block;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #zohoSupportWebToCase .zsFormClass tbody tr:last-child td:last-child {
    margin-right: 0;
  }
}
#zohoSupportWebToCase .zsFormClass tbody tr:last-child td button {
  display: flex;
  width: 217px;
  height: 56px;
  padding: 17px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: linear-gradient(0deg, #235AFA 0%, #235AFA 100%), #979797;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
#zohoSupportWebToCase .zsFormClass tbody tr:last-child td button:hover {
  background: #1342CC;
}
#zohoSupportWebToCase .zsFormClass tbody #describe-required,
#zohoSupportWebToCase .zsFormClass tbody #captcha-required,
#zohoSupportWebToCase .zsFormClass tbody #attachment-box,
#zohoSupportWebToCase .zsFormClass tbody #submit {
  flex: 0 0 804px;
}
@media screen and (max-width: 804px) {
  #zohoSupportWebToCase .zsFormClass tbody #describe-required,
  #zohoSupportWebToCase .zsFormClass tbody #captcha-required,
  #zohoSupportWebToCase .zsFormClass tbody #attachment-box,
  #zohoSupportWebToCase .zsFormClass tbody #submit {
    flex: unset;
    max-width: 380px;
    width: 100%;
  }
}
#zohoSupportWebToCase .zsFormClass tbody #submit {
  margin: 0 0 72px;
}
#zohoSupportWebToCase .zsFormClass tbody tr .zsFontClass {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
  padding: 0;
}
#zohoSupportWebToCase .zsFormClass tbody tr .zsFontClass .tips {
  font-size: 14px;
  color: red;
}
#zohoSupportWebToCase .zsFormClass tbody tr .zsFontClass.oterFontClass1 {
  width: 73px;
}
@media screen and (max-width: 600px) {
  #zohoSupportWebToCase .zsFormClass tbody tr .zsFontClass.oterFontClass1 {
    width: 100%;
  }
}
#zohoSupportWebToCase .zsFormClass tbody tr .zsFontClass.oterFontClass2 {
  width: 75px;
}
@media screen and (max-width: 600px) {
  #zohoSupportWebToCase .zsFormClass tbody tr .zsFontClass.oterFontClass2 {
    width: 100%;
  }
}
#zohoSupportWebToCase .zsFormClass tbody tr .zsFontClass.wtcuploadfile {
  font-size: 18px;
  font-weight: 400;
  color: #09f;
  line-height: 32px;
}
#zohoSupportWebToCase .zsFormClass tbody tr td input.table-item_error {
  border-color: #fa5656;
  position: relative;
}
#zohoSupportWebToCase .table-error {
  position: absolute;
  color: #f65757;
  font-size: 14px;
  font-weight: 300;
  margin-top: 6px;
  white-space: nowrap;
  opacity: 0;
}
#zohoSupportWebToCase .table-error.opacity-1 {
  opacity: 1;
}
#zohoSupportWebToCase .zsFormClass tbody tr td.table-captcha {
  display: flex;
}
#captcha {
  margin-right: 10px;
}
#refresh-vcode {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../img/contact/refresh.svg) no-repeat center;
  margin-left: 10px;
  border: unset;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #refresh-vcode {
    display: none;
  }
}
#attachment {
  position: absolute;
  width: auto;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.table-file-btn {
  background-color: inherit;
  padding: 0 20px;
  color: #09f;
  font-size: 18px;
  outline: unset;
  border: unset;
  display: block;
}
.custom-toast {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  left: 50%;
  min-width: 360px;
  max-width: 1080px;
  border-radius: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 9999;
}
.custom-toast.success,
.custom-toast.error {
  display: block;
}
.custom-toast.success .custom-toast_content.toast-success,
.custom-toast.error .custom-toast_content.toast-error {
  display: flex;
}
.custom-toast .custom-toast_content {
  position: relative;
  display: none;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.custom-toast .custom-toast_content::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.custom-toast .custom-toast_content.toast-success {
  background-color: rgba(47, 255, 120, 0.1);
  color: #38b865;
  border: 1px solid #38b865;
}
.custom-toast .custom-toast_content.toast-success::after {
  background-image: url('https://cdn.videobyte.cc/uploads/20/d/Vector.png');
}
.custom-toast .custom-toast_content.toast-error {
  color: #eb5e12;
  border: 1px solid #eb5e12;
  background: rgba(255, 120, 47, 0.1);
}
.custom-toast .custom-toast_content.toast-error::after {
  background-image: url('https://cdn.videobyte.cc/uploads/20/d/Group-320.png');
}
@media screen and (max-width: 770px) {
  .custom-toast {
    min-width: 171px;
    max-width: 344px;
  }
  .custom-toast .custom-toast_content {
    white-space: wrap;
  }
}
.global-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.global-loading.show {
  display: flex;
}
.global-loading .loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #235AFA;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
