#myHtml{
  /* background-color: #F0F0F1; */
  background-image: url('bg-banner.jpg');
  width: 560px;
  height: 650px;
  padding: 0px;
  margin: 0 auto;
  /* border: 5px solid #FF8535; */
  /* border-top: 0; */
  float: left;
}
.w-100 {width: 100% !important;}
.w-25 {width: 25% !important;}
.w-75 {width: 75% !important;}
.txt-center{
  text-align: center !important;;
}
.clearfix{clear: both;}
#myHtml .title{
  padding: 5px 10px;
  background: #FF8535;
  color: #fff;
  margin: 0;
  text-align: center;
}
.table-box{
  width: 98%;
  /* float: left; */
  margin: 0;
  padding: 1%;
  /* background: #fff; */
}
.table-box table {
  width: 100%;
}
.row-1{

}
.row-1 .person-img{
  width: 125px;
}
.hd_block{

}
.hd_block h3{
  /* letter-spacing: 1px; */
}
.hd_block p{
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  margin-bottom: 10px;
  
}
.devider{
  width: 96%;
  padding: 0 2%;
}
.note{
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  text-align: center;
  line-height: 22px;
  margin: 10px;
}
.center_body, .bottom_body{
  float: left;
  width: 100%;
  text-align: center;
}
.center_body h4{
  font-size: 18px;
  font-weight: bold;
}
.center_body h5{
  margin: 10px 26px;
  font-size: 14px;
  margin: 0 unset;
  font-weight: bold;
  line-height: 20px;
  /* letter-spacing: 0.5px; */
}

.bottom_body h4{
  color: #FF8535;
  font-size: 26px;
 /*  letter-spacing: 1px; */
  margin-bottom: 0;
}
.bottom_body h5{
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 5px;
}

/* Jayanti */

.table-box table{
  width: 98%;
  position: absolute;
  top: 450px;
}
.table-box table td:first-child{
  width: 170px;
}
.table-box table td:last-child{
  vertical-align: bottom;
}
.jayanti{

}
.jayanti img{
  position: relative;
    left: 35px;
    border: 1px solid #000;

}
.jayanti h2{
  color: #EA8834;
  font-size: 25px;
  margin: 0;

}
.my-frms{background: linear-gradient(#f4802b, #a12614);height: 100%; }
.back {
  /* background: linear-gradient(#f4802b, #a12614); */
  width: 100%;
  
  /* position: absolute;
  top: 0;
  bottom: 0; */
}

.div-center {
  width: 100%;
height: auto;
  background-color: #fff;
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  border-bottom: 2px solid #ccc;
  display: table;
  /* max-width: 290px; */
  margin-top: 25px;
  margin-bottom: 25px;
}

div.content {
  display: table-cell;
  vertical-align: middle;
}
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.my-frms .panel-body{
  padding: 0;
  margin: 20px 0;
  position: relative;
}
.my-frms .panel-body input[type=file]{
  position: absolute;
    cursor: pointer;
    width: 100%;
    padding: 17px;
    top: -18px;
}
.view_post{
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}
.social-share{
  float: right;
  margin-bottom: 5px;
}
.home-link{
  float: left;
  background: #333;
  color: #fff;
  padding: 5px 5px;
  line-height: 18px;
}
.home-link:hover{
  background: #f7f7f7;
  color: #333;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

@media (min-width: 480px){
  .container{
    width: 100%;
  }
}