.contact {
    padding: 60px 100px 100px 100px;
    background: #F8F8FE;
    position: relative;
    overflow: hidden;
}

.contact .card-contact-box{
    opacity: 1;
}

.contact .layer1 {
    position: absolute;
    z-index: 0;
    left: 0;
    top:0;
}

.contact .layer2 {
    position: absolute;
    z-index: 0;
    left: 0;
    top:200px;
}

.contact .card-contact {
    border-radius: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.contact .box-field-contact, .contact-service .box-field-contact {
    margin-bottom: 15px;
}

.contact label, .contact-service label {
    color: #0C184E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.contact .bg-white {
    border-radius: 5px;
    box-shadow: 0 25px 40px 0 rgba(207, 205, 234, .2);
    background: #FFF;
}

.contact .box-info-form-contact,
.contact .box-form-contact, 
.contact-service .box-form-contact,
.contact-service .box-info-form-contact {
    padding: 60px 30px;
}

.contact .box-info-form-contact h2, .contact-service .box-info-form-contact h2 {
    color: #0C184E;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.contact .box-info-form-contact .box-info-details, .contact-service .box-info-form-contact .box-info-details {
    position: relative;
    bottom: 0;
}


.contact .box-info-form-contact .box-info-details .grid-cols, .contact-service .box-info-form-contact .box-info-details .grid-cols{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.contact .box-info-form-contact .box-info-details .grid-cols .icon, .contact-service  .box-info-form-contact .box-info-details .grid-cols .icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .box-info-form-contact .box-info-details .grid-cols .content, .contact-service .box-info-form-contact .box-info-details .grid-cols .content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact .box-info-form-contact .box-info-details .grid-cols .content p, .contact-service .box-info-form-contact .box-info-details .grid-cols .content p {
    color: #F88200;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.contact .box-info-form-contact .box-info-details svg path {
    fill: #F88200;
}

.contact .box-buttom .button-form-contact, .contact-service .box-buttom .button-form-contact {
    border-radius: 12px;
    background: #F88200;
    box-shadow: 0px 22px 30px 0px rgba(101, 16, 164, 0.02);
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    max-width: 220px;
    width: 100%;
    height: 46px;
    flex-shrink: 0;
    border: none;
    margin: 0;
    text-transform: uppercase;
}

.contact .box-buttom, .contact-service .box-buttom{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .grid-form-button, .contact-service .grid-form-button{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
}

.contact .box-form-contact .box-field-contact span, .contact-service .box-field-contact span{
    font-size: 12px;
    color: red;
    margin: 0;
    display: none;
}

.contact .box-err, .contact-service .box-err{
    display: flex;
    align-items: center;
}

.contact .msg-err, .contact-service .msg-err{
    display: none;
    color: red;
}

.alert-success-form {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-success-form p {
    color: #15183C;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}


@media (max-width: 768px){
    .contact {
        padding: 20px;
    }

    .box-info-form-contact {
        min-height: 400px;
        padding: 15px;
    }

    .box-info-details {
        position: relative!important;
        margin-top: 50px;
    }
}

@media (max-width: 991px){
    .contact {
        padding: 20px;
    }

    .box-info-form-contact {
        min-height: 400px;
        padding: 15px;
    }

    .box-info-details {
        /* position: relative!important;
        margin-top: 50px; */
    }
}



.contact input:focus, .contact textarea:focus {
    background-color: #F4F6FF;
} 