@media (min-width: 900px) {
		.modal-content{
			height:400px; 
			width:600px;
			background-repeat: no-repeat;
			background-size:cover; 
			background-position:center;
			margin:auto;
		}
		
		#s_name{
			font-size:40px;
			font-weight:900;
		}
		#m_head{
			color:#f9c81e;
			font-size:30px;
			font-weight:900;
		}
		#m_session{
			color:#fff;
			font-size:30px;
		}
		#m_phone_bttn{
			color:#fff;
			font-size:22px;
		}
		#m_phone_no{
			color:#f9c81e ;
			font-size:20px;
		}
		#m_Whatsapp_bttn{
			color:#fff; 
			margin-left:15px;
			font-size:22px;
		}
		#m_Whatsapp_no{
			color:#f9c81e ;
			font-size:20px;
		}
		
	}
	@media (max-width: 420px) {
		.modal-content{
			height:370px; 
			width:340px;
			background-repeat: no-repeat;
			background-size:cover; 
			background-position:center;
			margin:auto;
		}
		#s_name{
			font-size:25px;
			font-weight:900;
		}
		#m_head{
			color:#f9c81e;
			font-size:23px;
			font-weight:800;
		}
		#m_session{
			font-size:30px;
		}
		#m_phone_bttn{
			font-size:18px;
		}
		#m_phone_no{
			color:#f9c81e;
			font-size:17px;
		}
		#m_Whatsapp_bttn{
			margin-left:12px;
			font-size:18px;
		}
		#m_Whatsapp_no{
			color:#f9c81e;
			font-size:17px;
		}
	}
	@media (min-width: 420px) and (max-width: 768px) {	
	.modal-content{
			height:400px; 
			width:500px;
			background-repeat: no-repeat;
			background-size:cover; 
			background-position:center;
			margin:auto;
		}
		#s_name{
			font-size:28px;
			font-weight:900;
		}
		#m_head{
			color:#f9c81e;
			font-size:24px;
			font-weight:800;
		}
		#m_session{
			font-size:27px;
		}
		#m_phone_bttn{
			font-size:20px;
		}
		#m_phone_no{
			color:#f9c81e;
			font-size:20px;
		}
		#m_Whatsapp_bttn{
			margin-left:12px;
			font-size:20px;
		}
		#m_Whatsapp_no{
			color:#f9c81e;
			font-size:20px;
		}
	}
