h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {

}

.container{
	max-width: 1175px;
}

.card-body.sum_table {
    height: 600px;
    overflow: scroll;
    overflow-x: hidden;
}
/*button.btn.btn-primary.fhp-btn {*/
/*    background-color: #7698BC;*/
/*    border-color: #7698BC*/
/*}*/
.fhp-btn {
  background-color: #7698BC;
  color: #fff;
  border: none;
  font-weight: 600;
 }
 
 .fhp-btn:hover {
  background-color: #7698BC;
 }

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 0px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */


.desktop-header .img-div{
  background-image: url('../admin_images2/banner-img.jpg');
  background-size: contain;
  background-position: initial;
  background-repeat: no-repeat;
  height: 180px;
  padding: 0;
  border: none;
}

.desktop-header ul{
display: flex;
justify-content: flex-start;
align-items: center;
background-color:#7698BC ;
padding: 15px 10px;
transition: 0.5s;
}
.desktop-header ul li {
  list-style: none;
}
.desktop-header ul li a{
text-decoration: none;
font-size: 17px;
color: #fff;
font-weight: 600;
padding: 10px 20px;
}
.desktop-header ul li a:hover{
background-color: #fff;
color: #7698BC;

}
.card-img-top {
  background-color: #7698BC;
  padding: 10px;
  color: #fff;
}
.card-body .main-div{
  display: flex;
  justify-content: flex-start;
}
.card-body .news_date{
  text-align: center;
  padding-right: 15px;
  border-radius: 47px;
}
.card-body .news_date p{font-size: 13px;background-color: #8844564d;padding: 4px;}
.card-body .news_date h6{background-color: #7698BC;color: #fff;font-weight: 600;font-size: 22px;padding: 5px;}

.news_detail h5{
  font-size: 22px;
  color: #7698BC;
}
.card-body .main-div {
  background-color: #f1f1f1;
  padding: 15px;
  margin-bottom: 10px;
} 
.footer_section{
  padding: 20px 0;
}
.footer_section .container{
  background-color: #f7f7f7;
  border-radius: 10px;
}
.footer_section ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
}
.footer_section p{
  padding: 20px 0;
}
.footer_section ul li{
list-style: none;
}
.footer_section ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
}


/* news page css */
.news_section .date_issue_d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.news_section  .date_issue_d h6{
 font-weight: 700;
 font-size: 20px;
 color: #7698BC; 
}
.news_section .email_this span{
  position: absolute;
  right: 10px;
  top: 0px;
  color : #7698BC;
 }

 .news_section  .date_issue_d a{
  text-decoration: none;
  color: #7698BC;
  font-size: 15px;
  font-weight: bold;

 }
 .captcha_img
 {
     align-content: center;
 }
 

 
 /* change login page css */
/*.news_section .date_issue_d {*/
/*  display: flex;*/
/*  justify-content: flex-start;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/
/*.news_section  .date_issue_d h6{*/
/* font-weight: 700;*/
/* font-size: 20px;*/
/* color: #7698BC; */
/*}*/
/*.news_section .email_this {*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  top: 0px;*/
/* }*/

/* .news_section  .date_issue_d a{*/
/*  text-decoration: none;*/
/*  color: #7698BC;*/
/*  font-size: 15px;*/
/*  font-weight: bold;*/

/* }*/

/* .fhp-btn {*/
/*  background-color: #7698BC;*/
/*  color: #fff;*/
/*  border: none;*/
/*  font-weight: 600;*/
/* }*/

/* .fhp-btn:hover {*/
/*  background-color: #7698BC;*/
/* }*/


 /*Engraving Form Page CSS*/
 .info_b {
  border: 1px solid #e7e7e7;
  margin: 10px;
}
.info_b h5{
  padding-bottom: 10px;

}
.submit_names_section h5 ,.submit_names_section h6{
  font-size: 22px;
  color: #7698BC;
}
.submit_names_section p{
  font-size: 15px;
  color: #000;
}

label span{
  color: red;
  font-size: 20px;
}