/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}
.mobile_img{
        display: none !important;
    }
.carousel-indicators [data-bs-target] {
    background-color: #e31e25;
}
/*Responsive Media Queries( Start-> )*/


@media screen and (min-width:1600px){

}
@media screen and (min-width:992px) and (max-width:1200px){

}
@media screen and (min-width:750px) and (max-width:991px){

}
@media screen and (max-width:749px){
    .desktop_img{
        display: none !important;
    }
    .mobile_img{
        display: block !important;
    }
    .pt60 {
        padding-top: 40px;
    }
    .pb60 {
        padding-bottom: 40px;
    }
    .order__1{
        order: 1;
    }
    .order__2{
        order: 2;
    }
    .about__txt h3 {
        font-size: 24px;
        margin-top: 20px;
    }
    .about__txt p {
        font-size: 16px;
    }
    .enterprises__img {
        padding: 0;
    }
    .managing__txt1 h3 {
        font-size: 25px;
        margin-bottom: 22px;
        line-height: 35px;
    }
    .managing__txt {
        min-height: unset;
        margin-bottom: 20px;
    }

    .call_action_section .banner__btn a {
    padding: 2px 10px;
    border: 1px solid #e11e22;
    font-size: 13px;
        top: 78%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
}
@media screen and (max-width:320px){

}


/*Responsive Media Queries( Start-> )*/