.contact_content {
    width: 1000px;
    height: 500px;
    margin-top: 40px;
}

.contact_info {
    width: 300px;
    height: 100%;
    background-color: #03a9f4;
    padding: 40px 20px;
    block-size: border-box;
}

.contact_info h2 {
    font-size: 28px;
    color: #fff;
}

.contact_info p {
    color: #fff;
    line-height: 26px;
}

.contact_form_container .form_box {
    width: 700px;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
}

form {
    width: 100%;
}

.contact_input_box {
    width: 49%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 70px;
}

.contact_input_box input {
    width: 100%;
    height: 45px;
    font-family: 'Montserrat';

}

.contact_form_container form input {
    border: 0px;
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
    background-color: #F7F7F7;
    border-radius: 0px;
    /* margin-bottom: 25px; */
    outline: none;
    box-sizing: border-box;
}

.contact_input_group {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.subject_input_group {
    height: 70px;

}

.contact_input_group input {
    width: 100%;
    height: 45px;
    font-family: 'Montserrat';
}

.contact_form_container form textarea {
    width: 100%;
    border: 0px;
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
    background-color: #F7F7F7;
    border-radius: 0px;
    outline: none;
    font-family: 'Montserrat';
    box-sizing: border-box;
}

.contact_btn {
    background-color: #03a9f4;
    color: #fff;
    border: 2px solid #03a9f4;
    border-radius: 25px;
    padding: 13px 25px;
    margin: 0 20px;
}

.contact_form_container {
    width: 100%;
    height: 1000px;
    background-image: url('../images/working-laptop.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.contact_form_container input::placeholder,
.contact_form_container form textarea::placeholder {
    font-family: 'Montserrat';
}

.gic_header ul {
    margin-bottom: 0;
}

.contact_describe {
    width: 1000px;
}

.contact_describe h2 {
    color: #fff;
    font-size: 34px;
}

.contact_describe p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.contact_item img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.contact_item{
    display: flex;
    margin-top: 40px;
    align-items: center;
}
.contact_item a{
    font-size: 15px;
    color: #fff;
}
.custom-toast {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.ui.success.toast.custom-toast {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    padding: 10px;
}
@media (max-width: 1000px) {
    .contact_describe h2 {
        color: #fff;
        font-size: 28px;
    }

    .contact_describe {
        width: 100%;
    }

    .phone_input_box {
        flex-direction: column;
    }

    .contact_describe p {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }

    .contact_form_container {
        height: auto;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .contact_form_container form {
        width: 100%;
        margin-top: 20px;
    }

    .map_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_input_box {
        width: 100%;
    }

    .contact_form_container {
        padding-bottom: 10px;
    }

    .contact_content {
        width: 100%;
        height: auto;
        margin-top: 20px;
        flex-direction: column;
    }

    .contact_form_container .form_box {
        width: 100%;
        padding: 10px 0;
    }

    .contact_info {
        width: 100%;
    }
}