body{
    font-family: 'Roboto', sans-serif;
}
.bg-blue {
    background-color: #e60202;
}
.btn{
    display: inline-flex;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    transition: all 0.5s;
}
.btn-blue{
    background: #e60202;
    color: #fff;
}
.btn-blue:hover{
    background: none;
    color: #e60202;
    border: 1px solid #e60202;
}
.btn-blue svg{
    fill: #fff;
    width: 16px;
}
.btn-blue:hover svg{
    fill: #e60202;
}
.text-main{
    color: #e60202;
}
.text-main-light{
    color: #f82c3d;
}
.line-height-2{
    line-height: 1.2;
}
.line-height-1{
    line-height: 1;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}
.fw-700{
    font-weight: 700;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.same-heading-product{
    font-size: 3rem;
    font-weight: 700;
    color: #e60202;
}
.line-title{
    width: 100px;
    height: 3px;
    margin: auto;
    background: #e60202;
    border-radius: 5px;
}
@media(max-width:991px){
    body{
        overflow-x: hidden;
        max-width: 100%;
    }
    html{
        overflow-x: hidden;
        max-width: 100%;
    }
    .same-heading-product{
        font-size: 1.8rem;
    }
}





/*<<<<<<<<<section-contact-start>>>>>>>>>>>*/
.section-contact {
    margin: 50px 0px;
}

.section-contact-card {
    background: #e60202;
    padding: 30px;
    border-radius: 15px;
}

.section-contact-heading-color-heading {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-form-valid-border-color);
}

.section-contact-heading {
    color: #000;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 50px;
    display: block;
}

.section-contact-card p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0px
}

.section-contact-card h1 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 50px;
    color: #fff
}

.fomr-control {
    display: block;
    font-weight: normal;
    line-height: normal;
    border: 1px solid #fff;
    background-color: #ffffff;
    height: 60px;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 40px;
    width: 100%;
    color: #090909;
}

.section-contact-img img {
    height: 545px;
    border-radius: 30px;
}

.fomr-control::placeholder {
    color: #000
}

.btn-form-section-contact {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #e60202;
    padding: 15px;
    background: #fff;
    color: #e60202;
    font-size: 18px;
    font-weight: 500;
    transition: .5s ease all;
}

    .btn-form-section-contact:hover {
        background: #000000;
        color: #ffffff;
    }
/*<<<<<<<<<section-contact-End>>>>>>>>>>>*/

/*<<<<<<<<<Responsiv-start>>>>>>>>>>>**/
@media(max-width:991px) {
    .section-contact-heading {
        font-size: 30px;
    }
}
/*<<<<<<<<<Responsiv-End>>>>>>>>>>>**/

/* Yeh CSS file mein add karein: */
#jivo-iframe-container,
#jivo_chat_widget,
iframe[src*="jivosite.com"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}
