body {
font-family: Georgia, "Times New Roman", Times, serif;}

/*------------------Top Header SPSC------------*/
/*------------------Top Navbar Icon Color----------------*/
.navbar .fa{color: #eff5f5;}

.navbar-toggler{
background-color: aliceblue;
padding: 1px;}

.TopHeader h5{
color: maroon;}

.TopHeader h6{
margin-top: -8px;
color: #7f9358;}

.box .card-header{
background-color: #7f9358;
color: antiquewhite;}

.box h6{
color:rgb(255, 253, 250);
font-weight: bold;}

.box a {
color: rgb(76, 78, 80);}

.menu li {
padding-top: 5px;
padding-bottom: 9px;
padding-left: 15px;}

title-h6{
color: #C84B31;}

p{
text-indent: 30px;
text-align: justify;
color: #0e575c;}

h5{color: #C84B31;}

/*------------------Top Navbar Icon Color----------------*/

.navbar{
background-color: #628395;}

.nav-link{color: #f3f2f1 !important;}

.navbar .fa{
color: #ebe9d6;
padding-right: 5px;}



/*------------------Left Menu----------------*/
.list{
margin-top: -15px;
margin-bottom: -15px;
padding-left: 0px;}

.list a{
margin-top: -4px;
margin-bottom: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-top: 5px;
color:rgb(75, 73, 73);}

/*-------------------last Row of Page Copyright-------------*/
.copy_right p{
color: white;
line-height: 15px;}

/*-------------------last Row of Footer Section-------------*/
.footer{
background-color: #5E809A;}

.footer h6 {
color: mintcream;
text-align: center;}

.footer p {
color: rgb(218, 216, 213);
text-align: center;}
  
.footer li {
color: rgb(218, 216, 213);
list-style: none;
padding-left: 0px;}

.footer hr {
border-color: rgb(218, 216, 213);}

.alert_scroll{
background-color: #4d4949;
color: #f2e9e4;
line-height: 25px;}

/* .copy_right { 
color: white; 
line-height: 30px; 
background-color: #5E809A;} */

.icon-center{
text-align: center;
color: #5e5d5b;
font-size:20px;}

.chapter{
height: 40px;
line-height: 40px;
padding-left: 20px;
background-color: #7f9358;
color: antiquewhite;
border-radius: 5px;}

.icon{
font-size: 60px;
background-color: rgb(6, 81, 116);
color: white;
border-radius: 50%;
padding: 30px 35px;}

.btn {
background-color: #488FB1;}
    
.btn a {
font-size: 11px;
color: rgb(248, 247, 245); 
font-weight: bold; 
text-transform: capitalize;}

/* .btn_next_Prev {font-size: 10px;
color: #ebe9d6;
background-color: #2B4865;} */


/*---------------------------------------------------------------------------------css for Medium Divices----------------------------*/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

h5{font-size: 20px;}

.chapter {font-size: 19px;}

.form-name {font-size: 16px;}
}

/*---------------------------------------------------------------------------------css for small Divices----------------------------*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.chapter {font-size: 19px;} 
    
.navbar a {font-size: 14px;}




}

/*---------------------------------------------------------------------------------css for Extra small Divices----------------------------*/
/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  
.main_page {
font-size: 13px;
padding: 0 5px;}
    
.TopHeader h5 {
font-size: 15px;}
    
.TopHeader h6 {
font-size: 12px;}
    
.main_page h6 {
font-size: 13px;} 
    
h5{font-size: 13px;}
    
.chapter {font-size: 16px;}
    
.navbar a {font-size: 14px;}
    
.nav-link a {margin-left: 10px;}

.form-name {font-size: 13px;}
}

@media (max-width: 576px) {

  }
    
  