
.bd{
    width: 100%;
    padding: 0;
    /* font-family: system-ui !important; */
    }
    
    .header{
        margin: 0px;
        padding: 0px;
        height: 130px;
        width: 100%;
        display: flex;
    }
    .collapse{
        justify-content: center;
    }
    .logo{
        margin-left: 100px ;
    }
    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }
    .dropdown-submenu {
        position:relative;
    }
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top:-6px;
    }
    
    
    .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    } 
     .dropdown-menu{
         background-color: transparent !important;
         border: rgb(0,0,0,0) !important;
         margin-top: 0px !important;
     }
     .sec{
        padding-left: 140px; 
        padding-right: 140px;
     }
    .box{
        border: 5px solid #f7b20f;
        padding: 10px;
        height: 55px;
        margin-top: 22px;
    }
    
    .alert-box{
        margin-top: 5px;
        color: red !important;
        font-size: 21px;
        font-weight: bold;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-weight: bold;
        background-color: #f7b20f;
        position: relative;
        bottom: 41px;
        border: 1pc solid #f7b20f;
        justify-content: center;
    }
    .boxxess{
        display: flex;
        margin-top: 42px;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .boxes{
        width: 275px;
        height: 296px;
        border: 1px solid #dcdedf;
    }
    
    
    .boxes h2{
        font-size: 18px;
        background: #fcc238;
        color: black;
        border-bottom: solid 1px gray;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 40px;
        border-color: gray;
        padding: 10px 10px 10px 10px;
    }
    .about{
        margin: 0px;
        margin-left: 40px;
    }
    .about h2{
        font-size: 25px;
        font-family: system-ui;
        color: #ec1b1b;
    }
    .about p{
        margin: 0px;
        width: 100%; 
        font-size: 14px;
        padding: 10px 0;
        color: #0e0a0a;
        line-height: 22px;
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    
    .principal{
        margin: 0px;
        padding: 0px;
        margin-left: 343px;
        margin-top: -47px;
    }
    .principal h2{
        font-size: 25px;
        font-family: system-ui;
        color: #ec1b1b;
    }
    .principal p{
        margin: 0px;
        padding: 10px 0;
        font-size: 14px;
        color: #5c5555;
        line-height: 22px;
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px
    }
    .whatsbox{
        width: 275px;
        height: 296px;
        margin-left: 40px;
        border: 1px solid #dcdedf;
    }
    .whatsbox h2{
        font-size: 18px;
        color: black;
        background: #fcc238;
        border-bottom: solid 1px gray;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 40px;
        border-color: gray;
        padding: 10px 10px 10px 10px;
    }
    .threebox{
        display: flex;
        margin-top: 30px;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        
    }
    .firstbox{
        width: 410px;
        border: 1px solid #dcdedf;
    }
    .firstbox img{
        width: 100%;
    }
    .firstbox h2{
        color:black;
        padding: 0 0 5px 31px;
        background: url(icons/council.png) no-repeat left 1px;
        border-bottom: 1px solid #dcdedf;
        font-size: 25px;
        font-family: system-ui;
        background: #f7b20f;
    }
    .secondbox{
        width: 410px;
        border: 1px solid #dcdedf;
        margin-left: 40px;
    }
    .secondbox h2{
        color:black;
        padding: 0 0 5px 31px;
        background: url(icons/council.png) no-repeat left 1px;
        border-bottom: 1px solid #dcdedf;
        font-size: 25px;
        font-family: system-ui;
        background: #f7b20f;
    }
    .thirdbox{
        width: 410px;
        border: 1px solid #dcdedf;
        margin-left: 40px; 
    }
    .thirdbox h2{
        color:black;
        padding: 0 0 5px 31px;
        background: url(icons/council.png) no-repeat left 1px;
        border-bottom: 1px solid #dcdedf;
        font-size: 25px;
        font-family: system-ui;
        background: #f7b20f;
    }
    .foot{
        margin-top: 50px;
        width: 100%;
        background-color: #f7b20f;
        color: black;
    }
    
    .foot span{
        
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        display: block;
    }
    
    /* ..............................Medium Screen Responsive............................................ */
      @media only screen and (max-width: 750px) {
        
        .logo{
            margin-left: 20px;
        }
        
        .hrd{
            margin-left: 40px; 
        }
        .hrd h1{
            font-size: 24px !important;  
        }
    
        
        .boxes{
            width: 35%;
        }
        .about{
            margin-left: 10px;
        }
        .whatsbox{
            width: 35%;
            margin-left: 10px;
        }
        .secondbox, .thirdbox{
            margin-left: 10px !important;
        }
        .notification{
            margin-left: -20px !important;
        }
      }
    
      /* ..............................Mobile Responsive............................................ */
      @media only screen and (max-width: 450px) {
        /* ..............header.................. */
        .logo{
            margin-left: 20px;
        }
        .logo img{
            height: 100px;
            margin-top: 10px;
        }
        .hrd{
            margin-left: 20px; 
        }
        .hrd h1{
            font-size: 18px !important;
        }
    
        .navbar-collapse{
            padding-left: 10px !important;
        }
        .sec{
            padding-left: 40px !important;
            padding-right: 40px !important;
        }
        .box{
            margin-left: 0;
            width: 100%;
        }
        .alert-box{
            margin-left: 0 !important;
        }
    /* ....................Header End............................. */
    
        .boxxess{
            display: inline-block;
        }
        .about{
            margin-top: 30px;
            margin-left: 0;
        }
        .whatsbox{
            margin-left: 0;
        }
    
        .boxes, .about, .whatsbox{
            width: 100%;
        }
    
        .threebox{
            display: inline-block;
        }
        .firstbox, .secondbox, .thirdbox{
            width: 100%;
            
        }
        .secondbox, .thirdbox{
            margin-left: 0 !important;
        }
        .about p{
            width: 100% !important;
        }
        .firstbox img{
            width: 100%;
        }
       
    
      
      }
    
    
    