.contact-box {
    padding: 55px 0 80px;
    background: linear-gradient(to top, #ffffff, #f5f5f5);
}


.contact-bcnt {
    display: flex;
    justify-content: space-between;
}

.contact-bcnt h2 {
    font-size: 32px;
    font-weight: 600;
    color: #bc1f21;
    padding-bottom: 10px;
}

.contact-bcle {
    width: 48%;
}

.contact-bclli {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e9e9e9;
}

.contact-bclli:last-child {
    border-bottom: 0px solid #e9e9e9;
}

.bclli-img {
    width: 30px;
}

.bclli-img img {
    width: 100%;
    height: auto;
}

.bclli-ri {
    width: 93%;
}

.bclli-ri h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 2px 0;
}

.bclli-rcode {
    margin-top: 10px;
}

.bclli-rcode img {
    width: 100px;
    height: auto;
}


.bclli-rtxt {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}


.bclli-ritm {
    margin-top: 15px;
}

.bclli-ritm h4 {
    font-size: 16px;
    font-weight: 600;
    color: #bc1f21;
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid #bc1f21;
    display: inline-block;
}

.bclli-ritm p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}




.contact-bcri {
    width: 48%;
}

.contact-bcrtop {
    display: flex;
    justify-content: space-between;
}

.bcrliwid {
    width: 48% !important;
}

.contact-bcrli {
    width: 100%;
    margin-top: 20px;
}

.contact-bcrli h4 {
    font-size: 18px;
    font-weight: 600;
}

.contact-bcrli h5 {
    font-size: 16px;
    font-weight: 600;
}

.contact-bcrli input {
    width: 100%;
    margin-top: 10px;
    background-color: #eeeeee;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.contact-bcrli textarea {
    width: 100%;
    min-height: 150px;
    margin-top: 10px;
    background-color: #eeeeee;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}



.contact-bcrbtn {
    margin-top: 30px;
}

.contact-bcrbtn button {
    width: 100%;
    background-color: #bc1f21;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}




@media screen and (max-width:1340px) {
    .contact-box {
        padding: 45px 0 70px;
    }

    .contact-bcnt h2 {
        font-size: 26px;
        padding-bottom: 5px;
    }

    .contact-bclli {
        padding: 15px 0;
    }

    .bclli-img {
        width: 25px;
    }

    .bclli-ri h3 {
        font-size: 16px;
        padding: 1px 0;
    }

    .bclli-rcode {
        margin-top: 5px;
    }

    .bclli-rcode img {
        width: 80px;
        height: auto;
    }

    .bclli-rtxt {
        font-size: 14px;
        margin-top: 5px;
    }

    .bclli-ritm {
        margin-top: 10px;
    }

    .bclli-ritm h4 {
        font-size: 14px;
        padding: 5px 15px;
    }

    .bclli-ritm p {
        font-size: 14px;
        margin-top: 5px;
    }





    .contact-bcrli {
        margin-top: 15px;
    }

    .contact-bcrli h4 {
        font-size: 16px;
    }

    .contact-bcrli input {
        margin-top: 5px;
        font-size: 16px;
        padding: 10px;
    }

    .contact-bcrli textarea {
        min-height: 120px;
        margin-top: 5px;
        font-size: 16px;
        padding: 10px;
    }


    .contact-bcrli h5 {
        font-size: 14px;
    }

    .contact-bcrbtn {
        margin-top: 20px;
    }

    .contact-bcrbtn button {
        font-size: 16px;
        padding: 8px 0;
    }


}


@media screen and (max-width:768px) {
    .contact-box {
        padding: .4rem .1rem .6rem;
    }

    .contact-bcnt {
        flex-direction: column;
    }


    .contact-bcnt h2 {
        font-size: 22px;
    }

    .contact-bcle {
        width: 100%;
    }

    .bclli-ri {
        width: 91%;
    }

    .contact-bcri {
        width: 100%;
        margin-top: .2rem;
    }


    .contact-bcrli input{
        padding: .1rem;
    }
    .contact-bcrli textarea{
        padding: .1rem;
    }

}