 *body{
    box-sizing: border-box;
}

.bgs{
    /* background-image: url("../Asset/Bgc1.webp"); */
    background-image: url("../Asset/bgimg1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;  
}

.navsection{
    background-color: #000;
    width: 100%;
  }
  .navbar-nav a{
  color: floralwhite;
  }
  .navbar-nav .nav-item a:hover{
    color:#ffffff;
   }
   
   .loginRegi{
       display: inline-block;
   }
   .loginRegi a:hover{
       color:#000;
   }
   .collapse{
       padding-left: 70px;
   }
   .navbar-nav .nav-item a:hover{
    color:#000;
   }
   
   .loginRegi{
       display: inline-block;
   }
   .loginRegi a:hover{
       color:#000;
   }
   .collapse{
       padding-left: 70px;
   }
   


/* BO Opening Style*/

.boaccount{
    width: 100%; 
    padding-top: 35px;    
}

/*
.boinstruct{
    margin-right: 50px;
    height: 415px;
    width: 600px;
    background-color:rgb(226, 225, 225);
    
}
*/




.Servicehead{
    margin: auto;    
    border-radius: 5px;
    border-radius: 5px;
    background-color:#2654a1;
    color: #fff;
    width: 28%;
    font-weight: bold;
    height: 35px;
   
}



.formsinfo{
   
    padding:0px;
    width: 100%;
    height: 800px;
    

}

.btnformline1 .btn {
    background-color: #91D6F1;   

}

.btnformline1 button:hover {
    background-color: rgb(0, 91, 128);
    
}
.btnformline1 .btn  a:hover{
    color:#fff; 

}


.formlist{
    padding:0px;
    text-justify: auto;
    
}

.formlist li{
  background-color: rgb(167, 237, 248);
  display: inline-block;
  height: 100px;
  border-radius: 10%;
  
  }


.btngroup .btn a{
    color:#000;
    text-decoration: none;
  }

.btngroup .btn{
    width: 24%;
    height: 100px;
    margin-top: 10px;
    
}

/*Service Task*/


.servicetask{
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 60%;
    padding-bottom: 120px;
    font-family: Arial, Helvetica, sans-serif;

  }

  .servicetask a{
    text-decoration: none;
    color: floralwhite;
  }
.servicetask a .card:hover{
  background-color: #2654a1;
  color: floralwhite;
}
  .servicetask a:hover{
    background-color: #2654a1;
    color: floralwhite;
  }
  
  /* Float four columns side by side */
  .servicetask .column {
    float: left;
    width: 33%;
    padding: 0 5px;
  }
  
  .servicetask .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .servicetask .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
	  .servicetask{
		  width: 100%;
	  }
    .servicetask .column {
      width: 100%;
      display: block;
      margin-bottom: 10px;
    }
	
  }
  
  
  /* Style the counter cards */
  .servicetask .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #d7e9f5;
    color: rgb(0, 0, 0);
    height: 60px;
  }
  
  .servicetask .fa {font-size:50px;}
  

/*Sitemap*/


* {
    box-sizing: border-box;
  }
  .ssmlsitemap{
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(145, 214, 241);
  }

 
.ssmlsitemap .flex-container {
        display: flex;
        flex-direction: row;
        font-size: 12px;
        text-align: center;
        margin: 0 5px 0 5px;
      
  }
  
  .ssmlsitemap .flex-item-left {
    flex: 16%;
  }

  .ssmlsitemap .flex-item-left1 {
   width: 100px;
    flex: 6%;
    
  }

  .relative{
    position: relative;   
    
}


.absolute{
  position: absolute;  
  bottom:0;  
  left:0;
  right: 0;  
  margin:auto;
}
  
ul li{
    text-align: left;
    display: block;
}

li a{
    text-decoration: none;
}
.sitemaps{
    text-align:left; 
    
    
  }
  .sitemaps a{
    text-decoration: none;
    color:#000;
  }

  .sitemaps a:hover{
    color:#fff;
  }

.sitemaps h6{
    margin-top: 10px;
    font-weight: bold;
    font-family:  sans-serif;
    color: #0B5ED7;
    text-decoration: underline;    
}
.chq h6{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-family:  sans-serif;
    color: #0B5ED7;
    text-decoration: underline;   
}  

@media (max-width: 800px) {
    .info{
        display: none;      
    }
    .form-check-label, .form-check-input{
        display: none;
    }
    
    
  }


.copyright{
    text-align: center; 
    height: 20px;
    background-color: rgb(68, 171, 212);
    font-size: 13px;
    color:#000;
    padding: 0;
    
}
.copyright a{
    text-decoration: none;
    color: #000;
}


