body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.anc-bccm-pay {
    background: #e1e1e11a;
    padding: 15px 15px;
    border: 1px solid #ababab1a;
    border-radius: 10px;
}
.form-main .main-wrapper {
    border-radius: 0;
    padding: 30px;
    margin: 0 auto;
    width: 95%;
    box-shadow: 0px -9px 5px 5px #00000020;
    backdrop-filter: blur(5px);
    background-color: #ffffff85;
}
.form-head-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #80808017;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.bccm-img p {
    font-size: 14px;
}
.anc-cnt-div h5 {
    font-size: 18px;
    margin-bottom: 14px;
}
.anc-cnt-div p {
    margin-bottom: 6px;
    color: #283f64;
    text-transform: uppercase;
    border-bottom: 1px solid #80808021;
    padding-bottom: 10px;
}
.anc-cnt-div p a {
    text-transform: none;
    font-weight: 600;
    color: #2b468b;
    font-size: 14px;
}

.form-main .main-wrapper .form-head img {
    width: 46%;
}



.form-main .main-wrapper .form-head {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0 25px;
}

.form-main .main-wrapper .form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.form-main .main-wrapper .form-wrapper .form-card {
    position: relative;
    width: 100%;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input {
    padding: 12px 25px 12px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    background: transparent;
    outline: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    box-sizing: border-box;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:valid,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus {
    border: 1px solid #515151;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:valid~.form-label,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus~.form-label {
    color: #515151;
    top: 30%;
    transform: translateY(-70%);
    font-size: 13px;
    line-height: 23px;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:hover,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:focus,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-outer-spin-button,
.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-main .main-wrapper .form-wrapper .form-card .form-label {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea {
    padding: 20px 25px 15px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    background: transparent;
    outline: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    resize: none;
    box-sizing: border-box;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus {
    border: 1px solid #515151;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid~.form-textarea-label,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus~.form-textarea-label {
    color: #515151;
    top: 18%;
    transform: translateY(-82%);
    font-size: 13px;
    line-height: 23px;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:hover,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:focus,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea-label {
    position: absolute;
    left: 25px;
    top: 30%;
    transform: translateY(-70%);
    pointer-events: none;
    transition: 0.3s;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 0;
}

.btn-wrap button {
    padding: 0 32px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.5s ease;
    cursor: pointer;
    box-shadow: 0 0 5px 5px #00000020;
}

.btn-wrap button:hover {
    border: 1px solid #000;
    background: transparent;
}
select{
    cursor: pointer;
}
.myflexDiv {
    display: flex;
    justify-content: space-between;
}
.myflexDiv .form-card:nth-child(1) {
    margin: 0 5px 0 0;
}
#title {
    text-align: left;
    color: #394d7f;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.form-head-logo img {
    width: 140px;
}
.form-head-logo a:nth-child(2) img{
    width: 250px; 
}
#description {
    text-align: left;
    color: #666;
    margin-bottom: 18px;
    margin-top: 5px;
    font-size: 15px;
    border-bottom: 1px solid #8080801f;
    padding-bottom: 8px;
}
.bccm-img .payImg {
    width: 300px;
}

#payment-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 5px rgba(102, 126, 234, 0.5);
}
#submit {
    background-color: #667eea;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#submit:hover {
    background-color: #5a4fd1;
}
.copyrightTxt {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #8080802e;
    text-align: center;
}
.copyrightTxt p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}
.copyrightTxt p a {
    text-decoration: none;
    color: #1f2e59;
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    .form-main .main-wrapper {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .form-main .main-wrapper {
        width: 100%;
        padding: 20px;
    }
    .form-head-logo img {
        width: 120px;
    }
    .form-head-logo a:nth-child(2) img {
        width: 200px;
    }
    .anc-bccm-pay {
        background: #e1e1e11a;
        padding: 8px 8px;
        border: 1px solid #8080801a;
        border-radius: 10px;
    }
    #title {
        font-size: 18px;
    }
    #description {
        font-size: 14px;
    }
}