.contact-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-divied{
    border: 2px solid;
    width: 100%;
    color: #BFBFBF;
}
.contact-header-text{
    border: 2px solid;
    width: 35%;
    font-weight: 600;
    text-align: center;
    padding: 10px 40px;
}

.contact-header-sub{
    font-weight: 400;
}
label.form-label{
 font-weight: 600;
}

label.form-label.required::after {
    content: " *";
    color: red;
}

#contact__form {
    transition: all 0.3s ease;
}

#contact__form > div {
    padding: 50px 0;
}

#contact__form form {
    font-size: 1.2em !important;
}

.privacy-policy-row {
    background: none;
    border-radius: 8px;
    min-height: unset;
    justify-content: flex-start;
}

.privacy-policy-row .form-check-input {
    width: 22px;
    height: 22px;
}

.btn-contact {
    background-color: #404040 !important;
    color: #fff !important;
    border: 0;
    padding: 8px 16px;
    border-radius: 6px;
    margin-top: 16px;
}

/* Cancellation Success Styles */

.contact-detail-cancellation-success {
  width: 100%;
  text-align: center;
  padding: 0 8px 16px 8px;
  background-color: #fff;
}

.contact-detail-cancellation-title {
  font-size: 24px;
  font-weight: bold;
  color: #4e6276;
}

.contact-detail-checkmark-circle {
  width: 80px;
  height: 80px;
  background-color: #e0316c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}

.contact-detail-checkmark {
  width: 30px;
  height: 50px;
  border-right: 6px solid white;
  border-bottom: 6px solid white;
  transform: rotate(45deg) translate(-5px, -5px);
}

.contact-detail-contact-detail-cancellation-title {
  font-weight: 600;
  margin-bottom: 32px;
  color: #595959;
}

.contact-detail-cancellation-content {
    font-size: 24px;
    font-weight: bold;
    color: #595959;
}
/* 
.contact-detail-message {
  font-size: 20px;
  line-height: 1.6;
} */

.contact-detail-no-data {
  font-size: 20px;
  margin: 8px 0 0 24px;
}
 
@media screen and (max-width: 600px) {
    .contact-header-container {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .contact-header-text {
        width: 90%;
        min-width: 0;
        padding: 10px 10px;
        font-size: 1em;
        box-sizing: border-box;
    }

    .btn-dipbox, .btn-dipbox:hover {
        width: 30%;
        margin: 16px auto 0 auto;
        font-size: 1em !important;
        padding: 12px 0;
        border-radius: 6px;
    }
    #contact__form > div {
        padding: 20px 0;
    }

    .contact-detail-cancellation-content  {
        font-size: 14px;
    }
    .contact-detail-contact-detail-cancellation-title {
        font-size: 20px;
    }
    .contact-detail-checkmark-circle {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }
    .contact-detail-checkmark {
        width: 20px;
        height: 40px;
    }
    .w-50 {
        width: 100% !important;
    }
}