.main-img {
    max-height: 350px;
    overflow: hidden;
    float: right;
    margin: 10px 0px;
    width: 95%;
}

/*
.navbar-nav a {
    color: #0d6efd !important;
    text-decoration: none;
}*/

/*li {
    padding: 2px 12px;
    margin:0 2px;
}*/

    /*li:hover {
        background: #0887f5;
        color: white !important;*/
        /* background: #0d6efd; */
        /*border-radius: 15px;
    }

        li:hover a {
            color: white !important;
        }

.navbar-nav .active a {
    color: white !important;
    text-decoration: none;
}

.active {
    background: #0887f5;
    color: white !important;*/
    /* background: #0d6efd; */
    /*border-radius: 15px;
}*/

.operation-container {
    max-width: 100%;
    background-image: url(/images/main/background_img11.png);
    background-size: cover;
}

.operation_innerdiv {
    margin: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.operation_innerdiv .operation_module {
    width: 81%;
    margin-top: 20px;
}

.operation_module h3 {
    /* font-size: 50.7px; */
    font-size: 45.7px;
}

.operation_innerdiv p {
    margin-bottom: 0px;
    font-size: 14px;
    text-align:justify;
}

.carousel-imgdiv {
    padding: 0;
}

.box-container {
    padding-bottom: 30px;
}

.operation-boxes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 10px;
}

.operation-box {
    min-height: 350px;
    width: 13.5%;
    background: rgb(233 228 199);
    /* border-radius: 25px; */
    box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
    transform: scale(1);
    opacity: 1;
    transition: all 150ms ease-in-out;
}

        .operation-box:hover{
            transform: scale(1.07);
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
            z-index: 10;
        }
        .operation-box:not(:hover) {
            opacity: 1;
        }

    .img-div img {
        margin: 15px auto;
        display: block;
        width: 80px;
    }

.text {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.text h5 {
    font-size: 12px;
    font-weight: 700;
    font-family: sans-serif;
    height: 36px;
    margin-bottom: 0;
}

    .text p {
        text-align: justify;
        font-size: 11.8px;
        font-size:12px;
        margin: 0 auto;
        width: 91%;
        font-family: sans-serif;
        /*line-height: 16px;*/
        padding-bottom: 5px;
        font-family: 'Roboto';
        font-family: 'Hind Siliguri', sans-serif;
    }

@media screen and (max-width: 480px) {
    /*added by s.mansoor*/
    img.location-icon {
        margin-top: 1px !important;
        max-height: 17px !important;
    }
    .footer {
        font-size: 12px !important;
    }

    .careers {
        margin-left: 0 !important;
    }

    .contactus {
        margin-top: 5px;
    }

    .follow {
        margin-top: 13% !important;
    }

    .emailclass {
        margin: -6px 0px -9px !important;
    }

    .contact_div {
        margin-top: 6px !important;
    }

    img.call-icon {
        margin-top: 1px !important;
        margin-bottom: 17px !important;
        height: auto;
    }

    img.location-icon {
        margin-top: 1px !important;
    }
    /*till here*/
    .main-img {
        max-height: 197px;
        margin: 20px auto;
        display: block;
        float: none;
        width: 90%;
    }

    .operation_innerdiv .operation_module{
        margin-top: 0;
    }

    .operation-boxes {
        flex-wrap: wrap;
        margin: 15px 0;
    }

    .operation-box {
        width: 47%;
        margin: 10px auto;
    }

    .operation_innerdiv {
        margin: 20px;
    }

    .operation_innerdiv h3 {
        font-size: 26.7px;
        margin: 20px 0;
    }

    .operation_innerdiv p {
        margin-bottom: 10px;
    }
}