/*===Contact page CSS start===*/
.page-template-contact .hide-in-contact{
    display: none;
}
.page-template-contact .bv-seventh-section{
    height: auto;
}
.bv-contact-second-section{
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto;
}
.page-template-contact .bv-second-section-boxs-one{
    height: 360px;
}
.page-template-contact .bv-second-section-box-1,
.page-template-contact .bv-second-section-box-2,
.page-template-contact .bv-second-section-box-3{
    background: #5297FF;
    border-radius: 30px;
    height: 280px;
}
.page-template-contact .box-1-heading,
.page-template-contact .box-2-heading,
.page-template-contact .box-3-heading{
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
}
.page-template-contact .box-1-txt,
.page-template-contact .box-2-txt,
.page-template-contact .box-3-txt{
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
}
.bv-contact-img {
    text-align: center;
    height: 50px;
}
.bv-contact-img.email-img {
    padding-top: 12px;
}
.box-2-details{
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
}
@media screen and (max-width: 1260px){
    .bv-contact-second-section .box-1-txt br,
    .bv-contact-second-section .box-2-txt br,
    .bv-contact-second-section .box-3-txt br{
        display: none !important;
    }
    .page-template-contact .bv-second-section-box-1, 
    .page-template-contact .bv-second-section-box-2, 
    .page-template-contact .bv-second-section-box-3 {
        height: auto;
    }
}
@media screen and (max-width: 740px){
    .page-template-contact .bv-second-section-boxs-one {
        height: auto;
    }
    .bv-second-section-boxs-one, .bv-second-section-boxs-two {
        text-align: center;
    }
}
/*===Contact page CSS end===*/