.bj-contactbannerblock{
    position: relative;
}

.bj-Suceesboxblock{
    width: 100%;
    height: 100%;
    /* background-color: #050E27; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* border-radius: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#bj-Suceesboxblock{
    opacity: 0;
}

.bj-Suceesboxlevel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bj-Suceesboxmail{
    width: 50%;
}

.bj-Suceesboxblock p{
    text-align: center;
    font-size: 26px;
    /* font-family: "Poppins-Regular"; */
    color:#C6003D;
    letter-spacing: 1px;
}


/* .bj-contactbanner{
    padding-bottom: 150px;
} */

.bj-contactlevel{
    width: 100%;
    display: flex;
}

.bj-contactbannerleft, .bj-contactbannerright{
    width: 50%;
    color: #fff;
}

.bj-contactbannerleft{
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}

.bj-contactbannerleft h2{
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 70px;
    font-family: "ZenDots-Regular";
    font-weight: 400;
}

#myForm1{
    position: relative;
    z-index: 2;
}

.bj-contactformblock{
    display: flex;
}

.bj-contactformblock{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.bj-contactformleft,.bj-contactformright{
    width: 50%;
}

.bj-contactformblock span, .bj-contactformtextarea span{
    font-size: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 25px;
    font-family: "Poppins-Regular";
    display: none;
}

input, textarea,select{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #4758A3;
    padding: 10px 0px 20px 0px;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    font-family: "Poppins-Regular";
    color: #fff;
    cursor: pointer;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill {
    box-shadow: inset 0 0 0 100px var(--background-color);

}

select{
    position: relative;
}

select::-ms-expand {
    display: none;
}

select option{
    max-width:100%;
    color: #fff;
    border: none;
    outline: none;
    font-size: 12px;
    background-color:#17073D;
}
   
input[type="text"],input[type="email"], input[type="tel"], textarea {
    color: #fff;
}

input, textarea {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

input:focus, textarea:focus {
    opacity: 1;
}

input:focus::placeholder{ 
    opacity: 0; 
}

textarea:focus::placeholder{
    opacity: 0; 
}

input.filled, textarea.filled {
    opacity: 1;
}

::placeholder{
    color:#fff;
    padding-left: 5px;
}

.bj-contactformtextarea{
    width:100%;
    height: 100%;
}

.bj-contactformbtn{
    width: 100%;
    margin-top: 15px;
}

.bj-contactformbtnsend{
    width:178px;
    height: 48px;
    font-size:14px;
    line-height: 24px;
    background: #EA1758;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "ZenDots-Regular";
    border: none;
    outline: none;
    cursor: pointer;
}

.bj-contactbannerright{
    justify-content: flex-end;
    align-items: flex-end;
}

.bj-contactbannerrightlogo{
    width: 75%;
    display: flex;
    align-items: flex-end;
}

.nameErr,.emailErr,.phoneErr,.messageErr,.countryErr, .companyErr {
    width: 100%;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #FFC45D;
    /* padding-left: 20px; */
    /* display: none; */
    font-family: "Poppins-Regular";
}

@media screen and (max-widtH:1660px) {
    .bj-Suceesboxbtn{
        width: 30px;
    }

    /* .bj-Suceesboxmail{
        width: 40%;
    } */

    .bj-Suceesboxblock p{
        font-size: 20px;
    }

    /* .bj-contactbanner{
        padding-bottom: 100px;
    } */

    .bj-contactbannerleft h2{
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    input, textarea, select{
        font-size: 16px;
    }

    .nameErr, .emailErr, .phoneErr, .messageErr, .countryErr, .companyErr{
        height: 25px;
    }
}

@media screen and (max-width:1440px) {

    /* .bj-Suceesboxmail{
        width: 50%;
    } */

    .bj-Suceesboxbtn {
        width: 25px;
    }

    .bj-Suceesboxblock p {
        font-size: 16px;
    }

    .bj-contactbannerleft h2{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    input, textarea, select{
        font-size: 14px;
        padding-bottom: 15px;
    }

    .nameErr, .emailErr, .phoneErr, .messageErr, .countryErr, .companyErr{
        font-size: 12px;
    }

    .bj-contactformbtnsend{
        font-size: 12px;
        width: 165px;
        height: 40px;
    }
}

@media screen and (max-width:1200px){
    .bj-contactbannerleft h2 {
        font-size: 24px;
        line-height: 34px;
    }

    /* .bj-Suceesboxblock{
        width: 45%;
    } */

    .bj-Suceesboxblock p {
        font-size: 14px;
    }

}

@media screen and (max-width:990px) {

    .bj-contactbannerrightlogo{
        width: 95%;
    }

    .bj-contactbannerleft{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bj-contactbannerleft h2 {
        font-size: 22px;
        line-height: 32px;
    }

    /* .bj-contactbanner{
        padding-bottom: 80px;
    } */

    input, textarea, select{
        font-size: 12px;
    }

    .nameErr, .emailErr, .phoneErr, .messageErr, .countryErr, .companyErr{
        height: 20px;
    }

    .nameErr, .emailErr, .phoneErr, .messageErr, .countryErr, .companyErr{
        font-size: 10px;
    }

    .bj-contactformbtnsend{
        width: 145px;
        height:35px;
    }

    /* .bj-Suceesboxblock{
        width: 50%;
    } */
}

@media screen and (max-width:850px) {
    /* .bj-Suceesboxblock{
        height: 40%;
    } */
}

@media screen and (max-width:768px) {

    .bj-contactbannerleft h2 {
        font-size: 22px;
        line-height: 32px;
    }

    /* .bj-Suceesboxblock{
        width: 55%;
    } */
}

@media screen and (max-width:680px) {
    .bj-contactlevel{
        flex-direction: column-reverse;
    }

    .bj-contactbannerleft, .bj-contactbannerright{
        width: 100%;
    }

    .bj-contactbannerright{
        justify-content: center;
    }

    .bj-contactbannerrightlogo{
        width: 60%;
    }
    

    .bj-contactbannerleft h2{
        margin-bottom: 20px;
    }

    /* .bj-Suceesboxblock{
        width: 60%;
    } */

    .bj-Suceesboxbtn {
        width: 20px;
    }
}

@media screen and (max-width:580px) {
    /* .bj-Suceesboxblock{
        width: 70%;
    } */
}

@media screen and (max-width:480px) {
    /* .bj-contactbanner{
        padding-bottom: 50px;
    } */

    input, textarea, select{
        padding-bottom: 10px;
    }

    /* .bj-Suceesboxblock{
        width: 80%;
        height: 35%;
    } */
}

@media screen and (max-width:450px) {
    .bj-contactbannerrightlogo {
        width: 75%;
    }
}

@media screen and (max-width:390px) {

    .bj-contactbannerleft h2{
        line-height: 28px;
    }

    .bj-contactbannerrightlogo {
        width: 85%;
    }

    .bj-contactformblock{
        flex-direction: column;
        gap: 0px;
    }

    .bj-contactformleft, .bj-contactformright{
        width: 100%;
    }

    .bj-contactformbtn{
        margin-top: 10px;
    }

    /* .bj-Suceesboxblock{
        width: 85%;
        height: 35%;
    } */
}