.customerFeedbackForm {
    position: relative;
}
.customerFeedbackForm .termInsuranceCal {
    padding-block: 50px;
    scroll-margin-top: 80px;
}
.customerFeedbackForm .container {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.customerFeedbackForm .sec-title {
    font-size: 32px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 26px;
    text-align: center;
}

.customerFeedbackForm .termInsBuyWrapper {
    border: 1px solid #233253;
    border-radius: 10px;
    padding: 25px;
    margin: 30px auto 0 auto;
    background-color: #fff;
    width: 70%; 
    max-width: 900px;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}

.customerFeedbackForm .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.customerFeedbackForm .grid-item label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}
.customerFeedbackForm .grid-item label span,
.customerFeedbackForm .reviewSection label span {
    color: red;
    font-size: 16px;
}

.customerFeedbackForm .grid-item input {
    width: 100% !important;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #c7cacc;
    border-radius: unset;
    font-size: 14px;
    -webkit-text-fill-color: #000000;
}

.customerFeedbackForm .error-txt,
.customerFeedbackForm .error-txt2{
    display: block;
    font-size: 11px;
    color: #ed1c24;
}
.customerFeedbackForm .term-toolsCalcForm #errorMsgForm {
    font-size: 12px;
    color: #ff000b;
    text-align: right;
    display: block;
    top: -22px;
    left: 0;
    right: 0;
}

.customerFeedbackForm .centerSecCont,
.customerFeedbackForm .viewMoreBtnWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.customerFeedbackForm .dsp-n {
    display: none;
}

.customerFeedbackForm .fullNameTermCal{
    position: relative;
}

  .customerFeedbackForm #submitResultTermCal:disabled {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.customerFeedbackForm .grid-item.form-field.previewFieldBlock select {
    width: 100%;
    background: #fff;
    padding: 8.5px 11px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    color: #acabab;
    border: 1px solid #c7cacc;
    font-style: italic;
    -webkit-text-fill-color: #000000;
    opacity: .6;
}
.customerFeedbackForm .grid-item.form-field.previewFieldBlock select option {
    color: #000000;
    opacity: .6;
}
.customerFeedbackForm .reviewSection #reviewTextArea {
    border: 1px solid #c7cacc;
    background-color: #fff !important;
    width: 100% !important;
    border: 1px solid #c7cacc;
    border-radius: unset;
    font-size: 14px;
    -webkit-text-fill-color: #000000;
    opacity: .6;
    font-style: italic;
    font-weight: 400;
}
.customerFeedbackForm .reviewSection label{
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}
.customerFeedbackForm #code {
    width: 13% !important;
}

.customerFeedbackForm #formLocalMobNum {
    width: 80%;
    border-left: 0;
}

.customerFeedbackForm .mobile-number-wrapper {
    display: flex;
    flex-wrap: nowrap; 
    align-items: center;
    width: 100%; 
    position: relative;
    margin-bottom: 10px;
}

.customerFeedbackForm .code-input {
    width: 60px;
    flex-shrink: 0;
}

.customerFeedbackForm .number-input {
    flex: 1;
}

.customerFeedbackForm .mobile-number-wrapper span {
    position: absolute;
    bottom: -31px;
    left: 0;
    font-size: 11px;
    color: #ed1c24;
    width: 100%;
    text-align: left;
}

.customerFeedbackForm .code-input,
.customerFeedbackForm .number-input {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #c7cacc;
    font-size: 14px;
}

.customerFeedbackForm #code[readonly] {
    background-color: #fff;
}
  

@media screen and (max-width: 768px) {
    .customerFeedbackForm .termInsBuyWrapper {
        width: 100%;
    }
    .customerFeedbackForm .termInsuranceCal {
        padding-block: 20px;
        scroll-margin-top: 40px;
    }

    .customerFeedbackForm .grid-container {
        grid-template-columns: 1fr;
    }
    .customerFeedbackForm #code {
        width: 15% !important;
    }

    .customerFeedbackForm .mobile-number-wrapper {
        flex-wrap: wrap; 
    }

    .customerFeedbackForm .code-input,
    .customerFeedbackForm .number-input {
        width: 100%;

    }
    .customerFeedbackForm .mobile-number-wrapper span {
        position: static;
        margin-top: 5px;
    }
}


/* disclaimer or authorization text */

/* checkbox */

.customerFeedbackForm .checkbox__container--content {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1;
    margin-top: 10px;
  }
  
  .customerFeedbackForm .checkbox__container--content input[type="checkbox"] {
    margin-top: 3px;
  }
  
  .customerFeedbackForm .checkbox__container label span {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 16px;
    font-family: 'Source Sans Pro', sans-serif;
  }
  
  /* disclaimer  text */
  .customerFeedbackForm .checkbox__container label {
    max-height: 16px;
    transition:  all 0.3s ease;
    overflow-y: hidden;
  }
  
  /* disclaimer  text */
  .customerFeedbackForm .checkbox__container .active__Label{
    max-height: 150px;
    /* overflow: auto; */
  }
  
  .customerFeedbackForm #dropDown {
    transform: rotate(0deg);
    transition: transform 0.3s ease; 
    margin-top: 5px;
    cursor: pointer;
  }
  .customerFeedbackForm #dropDown.rotate-180 {
    transform: rotate(180deg);
  }
  .customerFeedbackForm #submitCustomerReviewForm:disabled {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
@media screen and (max-width: 768px) {
    .customerFeedbackForm .check-option-tab label {
        text-align: left;
        padding-left: 5px;
    }
    .customerFeedbackForm .checkbox__container label {
        max-height: 35px;
    }
    .customerFeedbackForm .checkbox__container--content input[type="checkbox"] {
        margin-top: 5px;
      }

    .customerFeedbackForm  .sec-title {
        text-align: center;
        font-size: 24px;
        margin-top: 25px;
    }
}
