
  #popit{
	  display: none;
    position: fixed;
    padding-top: 65px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
	z-index:1111;
  }
  #contentit{

    margin: auto;
    padding: 0px;

    max-width: 97%;
  }
  
  /* 768 x 1024 (Laptop) */

@media (min-width:992px) and (max-width:1229px) {
	#contentit {
    margin: auto;
    padding: 0px;

    max-width: 60%;
}
}
@media (min-width:1229px) and (max-width:1500px) {
	#contentit {
    margin: auto;
    padding: 0px;

    max-width: 60%;
}
}



  .closepop {
	  position:absolute;
	  background: none;
    color: #000;
    top: 15px;
	right: 15px;	
	z-index: 1111;
    font-size: 18px;
	border: none;
}
.know_more {
	background: #860553;
	color: #fff;
	position:absolute; 
bottom: 5px;
right: 21px;	
	z-index: 2222;
	border:none;
}