/* advertisement css  */

.banner11 {
	background:white;
	position:relative;
	width:auto;
	height:300px;
	border:1px solid #aaa;
    margin: 10px 0px;
	display:flex;
	align-items:center;
	justify-content:center;
	
/* background-image: url("https://assets.codepen.io/32887/pexels-asad-photo-maldives-1320674.jpg"); */
  background-image: url("https://images.unsplash.com/photo-1604085572504-a392ddf0d86a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8b3JhbmdlJTIwZmxvd2VyfGVufDB8fDB8fHww&w=1000&q=80");
	background-size:cover;
}

.cta11 {
	cursor:pointer;
	position:absolute;
	bottom:10px;
	right:10px;
	border:none;
	padding:18px;
	border-radius:12px;
	background-color:#43A047;
	color:white;
	font-size:20px;
/* 	transform:scale(0.8);*/
	will-change:transform; 
}