* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif !important;
}

img {
    max-width: 100%;
    object-fit: contain;
}

a:hover {
    text-decoration: none !important;
}

.contact-heading h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0px;
}

.contant-banner-img {
    width: 425px;
    margin-left: auto;
}

.m-33 {
    margin: 33px 0px;
}

.contact-form-detail {
    border-radius: 25px;
    background: #0086D2;
    padding: 25px 45px;
    position: relative;
}

.contact-form-detail::after {
    position: absolute;
    content: '';
    background-image: url('../image/contact-object.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 105px;
    height: 105px;
    top: 30%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.contact-img {
    margin-bottom: 18px;
}

.contact-text h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0px;
    margin-bottom: 5px;
}

.contact-text p {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0px;
}

.contact-heading-img {
    width: 213px;
    margin: auto;
}

.contact-form-group input,
.contact-form-group textarea {
    border-radius: 10px;
    border: 1px solid rgba(109, 110, 118, 0.50);
    background: #FFF;
    padding: 24px;
    height: 61px;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: var(--Black, #232536);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.contact-form-group textarea {
    height: 144px;
}

.pb-33 {
    padding-bottom: 33px;
}

.btn-submit {
    border-radius: 10px;
    background: #0086D2;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit button {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background: unset;
    border: unset;
    width: 100%;
}

.btn-submit button:hover {
    outline: unset !important;
    color: #fff !important;
}

.pt-100 {
    padding-top: 100px;
}

.contact-us-after-bg {
    position: relative;
}

.contact-us-after-bg:after {
    content: '';
    position: absolute;
    background-image: url(../image/technology-after-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 699px;
    height: 703px;
    right: 19%;
    top: 63%;
    transform: translateY(-50%);
    z-index: -1;
}

.alert-dismissible .close {
    padding: 0px;
    top: 15px;
    right: 15px;
}

.sufee-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px !important;
}



@media (max-width: 1500px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 1399px) {
    .contant-banner-img {
        width: 420px;
    }

    .contact-heading h1 {
        font-size: 41px;
    }

    .pt-100 {
        padding-top: 70px;
    }

}

@media (max-width: 1199px) {
    .contact-text p{
        font-size: 13px;
    }
    .contact-form-detail {
        padding: 25px 13px;
    }

    .contant-banner-img {
        width: 400px;
    }

    .contact-us-after-bg:after {
        width: 500px;
        height: 503px;
        right: 10%;
    }

}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 60px;
    }

    .contant-banner-img {
        width: 350px;
    }

    .contact-heading h1 {
        font-size: 36px;
    }

    .contact-us-after-bg:after {
        width: 480px;
        height: 486px;
        right: 10%;
    }

}

@media (max-width: 767px) {
    .btn-submit {
        padding: 10px 0px;
    }
    .contact-form-detail::after{
        width: 90px;
        height: 90px;
        top: 20%;
        left: 60%;
    }
    .contact-heading-img {
        width: 100%;
    }
    .contact-text p{
        font-size: 13px;
    }
    .contant-banner-img {
        width: 400px;
    }
    .contact-heading h1 {
        font-size: 32px;
    }
    .pt-100 {
        padding-top: 50px;
    }
}

@media (max-width: 575px) {
    .pt-100 {
        padding-top: 40px;
    }
    .contact-heading h1 {
        font-size: 30px;
    }
    .recaptcha-main-div{
        padding-bottom: 10px !important;
    }
    .contact-form-field .contact-form-group .g-recaptcha {
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        -o-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .contant-banner-img {
        width: 80%;
    }
    .contact-form-detail::after{
        top: 15%;
        left: 45%;
    }
    .contact-heading-img {
        width: 60%;
        margin: 20px auto 0px;
    }
}

@media (max-width:475px) {
    .contact-heading h1 {
        font-size: 28px;
    }
    .contant-banner-img {
        width: 100%;
    }
    .contact-us-after-bg:after {
        display: none;
    }
    .contact-form-group textarea {
        height: 130px;
    }
}
@media(max-width:375px) {
    .contact-heading h1 {
        font-size: 26px;
    }
    .contact-form-detail {
        padding: 20px 15px;
    }
    .contact-img {
        width: 55px;
        height: 55px;
    }
    .contact-text p {
        font-size: 12px;
    }
    .padding-0{
        padding: 0px!important;
    }
    .contact-form-detail::after {
        left: 40%;
        width: 80px;
        height: 80px;
    }

}
