/* whole website mobile view */
@media (min-width: 992px) {
    .row-cols-lg-7 {
        flex-direction: row;
    }

    .col {
        flex: 1;
        max-width: none;
    }
    
}

@media (max-width: 576px) {
    .row-cols-1 .col {
        max-width: none;
        flex: 1 0 100%;
    }

    .img-fluid-mobile {
        width: 100%; 
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding:10px;
    }
    
    h1{
        border-style: none;
        margin-top: 12%;
    }
}

@media (max-width: 767px) {
        
    h4 {
        display: none;
    }
}

@media (min-width: 768px) {
   
    h4 {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .civil_img {
        width: 100%; 
    }
    .disp_full{
        margin-top: 10%;
    }
    .civil_image_heading{
        margin-top: 2%;
    }
}  

@media(max-width: 767px){
    .mainpage{
        width:100%;
    }
}

/* this is nav barandname */
@media only screen and (max-width: 768px) {
    #brandName {
        font-size: 25px !important;
    }
    .mainpage{
        margin-top: 88px;
        background-color:#dcdcdc;
        height: 30%;
        width: auto;
        padding: 0 26px;
    }
    .sub_main{
        font-size:19px;
        font-weight: bold;
        text-align: center;
        line-height:1.2;
        width:100%;
    }
    .inner-rectangle {
        /* background-color: #ffffff; */
        padding: 20px;
        margin: 40px auto; 
        width: 95%; 
        
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        font-size: 25px;
        position: relative;  */
    }
    .right-circle{
        position: absolute;
        top: 12%;
        left: 15%;
    }
    .full-width-rectangle {
        width: 100vw; 
        box-sizing: border-box;
        padding: 10px; 
        margin-left: calc(-50vw + 50%); 
        margin-right: calc(-50vw + 50%);
    }
    .mble-sight{
        border-style: none;
        margin-top: 80%;
        /* position: absolute; */
        /* top: 0%; */
    }
    .circle2 {
        left: 4.2%; 
        transform: translateX(-50%); 
    }
    .small-square {
        display: none;
    }
    .row{
        margin-bottom: 10px;
    }

    .col > .box > a{
        font-size: 35px !important;
    }
    .box{
        padding-top: 95px !important;
    }
    .mble-align{
        padding-top: 60px !important;
    }
}