
@charset "utf-8";
/* CSS Document */

.new-in-home
 {
	justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #000000b3;
    z-index: 9999999;
    height:100%;
	padding:20px;
	color:#fff;
 }

.popup-body-content h1
 {
	 color:#333;
	 text-align:center;
 }
 .popup-body-content
 {
	  background: transparent; 	  
	  text-align:center;
 }
 
 .popup-form
 {
	 padding:20px;
	 margin-top:4%;
	 background: transparent;  	  
	 text-align:center;
	 border-radius:50px;
 }
 
 .popup-body-content h5
  {
	  color:#;
	  text-align:center;
  }
  .popup-btn
  {
	  min-width:150px;
	  background:#069d50;
	  color:#fff;
	  padding:15px 5px;
	  border:none;
	  transition: ease-out .2s
  }
    .popup-btn:hover
  { 
	  background:#099; 
	  color:#fff;
	  padding:18px 8px; 
  }
  
  .form-group1 {
    position: relative;
    margin-bottom: 3px;
}

  .form-control1 {
    display: block;
    width: 100%; 
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: 30px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
	margin-bottom:9px;
  }
  
 .close-img {
    float: right;
        margin-top: 20px;
    margin-right: 465px;

}

.popup-form{left:30%;}
/* Mobile View Code */
@media only screen and (max-width: 479px)
{

.popup-form
{ 
width:100%; 
left:0;
} 

.form-control1
{
width:98%;
}

.close-img 
{
float: right;
margin-top:-10px; 
margin-right: 20px;
}


}