@charset "utf-8";
/* CSS Document */


 .modal-content h2 {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: Arial,sans-serif;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
	margin-top:20px;
}


.modal-content p {
    font-size: 20px;
    color: #393939;
    font-weight: 500;
    line-height: 150%;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
	padding:10px 15px;
}


.pop-btn {
    background-color: #2dbb5b;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    padding: 41px 20px;
    border-radius: 14px;
    margin-top: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0;
    outline: 0;
	font-family:sans-serif;
}

a.pop-btn:hover {
 color:#fff !important;
  text-decoration:none;
}



.thanks_txt {
    color: blue;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 500;
    font-family: Arial,sans-serif;
}


.redc {
    color: #e43b2c;
}


.modal-content {
    background: #f0f1f2;
    padding: 0 15px 15px;
}
  
  @media only screen and (max-width:480px)
  {  .modal-content h2 {
    font-size: 20px;
    line-height: 129%;
	padding:0;
	margin-top:31px;
	margin-bottom:18px;
    
}
	
	
	.modal-content p {
    font-size: 16px;
    line-height: 145%;
    /* letter-spacing: -0.5px; */
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	margin-bottom:10px;
	}
	
	.pop-btn {
    
    font-size: 15px;
       padding: 10px 15px;
	   font-weight:600;
   
	}
	
	.wht-wrp {
   
    padding-left: 10px;
    padding-right: 10px;
}

  }
