
body{
  
  margin: 0;
  padding: 0;
}





/*S

.container{
     background: #f7ffff;
    box-shadow: 0px 9px 27px 0px #060606;
}

*/
li{list-style:none;}
a:hover{text-decoration:none;}
/*Start Header Part*/
.clear{
  clear: both;
}
.sidebarBtn{
  display: none;
}


.sidebar ul {
    display: flex;
    background: #06baf3;
    border-bottom: 3px solid #0014ff;
    margin: 0;
    padding: 0;
    /* text-align: center; */
    padding-left: 21px;
}
/* active_menu */

  a, a:hover{text-decoration:none}
  ul li{list-style:none;}


  .sidebar ul li a {
    padding: 17px 13px;
    background: #ddd;
    display: inline-block;
    margin-right: 1px;
    font-size: 14px;
}
  .sidebar ul li a:hover{
     background:rgba(25, 25, 25, .4);
    color:#fff;
  }



  .st_class{
    display: none;
  }
  .t_class{
    display: none;
  }
/*   image gallery  */
.imran{
  text-align: center;
  margin: 31px 9px

}
.imran img{
  padding: 3px;
  border-radius: 50%;
  border: 3px solid #8a8585;
  width: 331px;
  height:331px;
}
.imran p{
  padding: 3px;
  font-size: 23px;
  color: blue;
  
}
.imran p, .imran h3, .imran h4{
 text-align: left;
 margin: 13px 11px;
}

.p_img {
    text-align: center;
    margin: 29px 0 0 0;
}


.p_img img {
    border: 2px solid #999;
    border-radius: 50%;
    width: 103px;
    height: 103px;
    box-shadow: 0px 2px 2px 1px #ddd;
    margin: 11px 0 4px 0;
}
/*gallery*/
.img img{
  width: 100%;
  height: auto;
}
/**/

.pro_name {
    text-align: center;
    margin: 0 61px 29px 0px;
}

.input-holder {
  position: relative;
}

.input {
    height: 28px;
    font-size: 16px;
    padding: 29px 15px;
    border-radius: 4px;
    border: 1px solid grey;
    width: 100%;
    outline: none;
}

// Maybe don't use this in production, hasn't been cross browser tested...
.input:not(:placeholder-shown).input:not(:focus) + .placeholder {
  transform: scale(.75) translateY(-39px) translateX(-5px);
  color: grey;
}


.input:focus {
  border-color: orange;
} 

.input:focus + .placeholder {
  transform: scale(.75) translateY(-39px) translateX(-5px);
  color: orange;
} 

.placeholder {
  position: absolute;
  top: 20px;
  left: 8px;
  padding: 0 8px;
  background-color: white;
  transition: transform 150ms cubic-bezier(0.4,0,0.2,1), opacity 150ms cubic-bezier(0.4,0,0.2,1);
  color: grey;
}
.input_footer {
    float: right;
    padding: 7px 0 0 0;
    text-align:center;
}
.btn_calcel {
    margin: 0 9px 0 0;
}
.input_wrap {
    display: none;
}
@media(max-width: 676px){

.sidebar{
  position:fixed;
  top:0;
  left:-100%;
  background:rgba(0, 0, 0, .6);
  width:100%;
  height:100%;
  transition:1s;
  z-index:0;
  
  
}
.active{
  left:0;
  z-index: 99;
}
.sidebar ul{
  margin:0;
  padding:0;
  display:block;
}
.sidebar ul li a{
  padding:11px;
  color:#fff;
  display:block;
  border-bottom:1px solid rgba(0, 0, 0, .2);
  text-align: center;
  font-size: 19px;
  background:transparent;
}
.sidebar ul li a:hover{
  background:rgba(25, 25, 25, .4);
  
  font-size:19px;
}
.sidebarBtn{
  position:fixed;
  top:20px;
  right:50px;
  width:35px;
  height:25px;
  background:transparent;
  border:none;
  outline: none;
  z-index: 999;
  display: block;
  
}
.sidebarBtn span{
  position:absolute;
  top:3px;
  width:23px;
  height:2.6px;
  background:#fff;
  transition:.3s;
  display:block;
}
.sidebarBtn span:after{
  content:'';
  width:100%;
  height:2.5px;
  background:#fff;
  position:absolute;
  top:14px;
  left:0;
}

.toggle span{
  background:transparent;
}

.sidebarBtn span:before {
    content: '';
    width: 100%;
    height: 2.67px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    color: #fff;
}


.logo img {
    height: 35px;
    width: 27px;
    margin: 2px 0 0 2px;
}
.logo img {
    height: 35px;
    width: 27px;
    margin: 0px 0 0 0px;
}
.sidebarBtn {
    position: fixed;
    top: 13px;
    right: 31px;
    width: 23px;
    height: 17px;
    background: transparent;
    border: none;
    outline: none;
    z-index: 999;
    /* color: #fff; */
    display: block;
}
.toggle span:before{
  top:2px;
  transform:rotate(-45deg);
  background:#fff;
}
.toggle span:after{
  top:2px;
  transform:rotate(45deg);
  background:#fff;
}
.logo_title h3 {
    color: #fff;
    padding: 0px 0 0 15px;
    text-align: left;
    font-size: 12px;
    margin: 0;
}

}


  .sidebar ul li .active_menu{background:#000;color:#fff;}

  .sidebar ul li .active{background:#000;color:#fff;}

  .nMem {
    position: absolute;
    right: 111px;
    border: 1px solid #000;
    margin: 14px 9px;
    padding: 3px 7px;
    background: #fff;
    color: #000;
    text-decoration: none;
}