@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

.suballindex22{
	width: 98%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
	background-image: url(../sour/bg-shape-01.png);
	padding-bottom: 25px
}
.subb{
	width: 100%;
	height: 230px;
	border-radius: 20px;
	margin-bottom: 25px;
	overflow: hidden
}
.subb1{
	width: 33%;
	height: 230px;
	float: left
	
}
.subb1 img{
width: 100%;
	height: 100%;
	
}
.subb2{
	width: 35%;
	height: 230px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	background-color: #f9f9f9;
	float: left;
	position: relative
}
.subb2 h1{
	font-size: 22px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	width: 70%
}
.subb2 h2{
	font-size: 20px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	width: 70%;
	margin-top: 20px
}
.subb2 p{
	font-size: 18px;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	right: 5%;
	
}
.subb2 p i{
	font-size: 18px;
	margin-right: 5px
}
.subb3{
	width: 23%;
	height: 195px;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	position: relative;
	padding-top: 35px;
	
}
.subb3 p{
	font-size: 18px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;	
}
.subb3 p i{
	margin-right: 5px
}
.subbpricel{
	width:100%;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-top: 20px
}
.subbpricel span{
	font-weight: 800;
	font-size: 26px;
	text-transform: capitalize;
	
}
.subbpricel span i{
	margin-right: 5px
}
.subbpricel .subbthrough{
	text-decoration: line-through;
	font-size: 18;
	font-weight: 500
}
.subbbook{
	width: auto;
	margin-left: auto;
	border: #ffffff 1px solid;
	background-color: transparent;
	line-height: 40px;
	border-radius: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	transition: 1s
	
}
.subbbook:hover{
	background-color: #174b90
}
@media screen and (max-width: 768px) {
	.subb1{
	width: 100%;
	float: none
	
}
	.subb2{
	width: 95%;
	float: none;
		height: 150px
}
	.subb3{
	width: 96%;
	float: left;
	border-top-left-radius: 20px;
		border-top-right-radius: 20px;
}
	.subb{
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 25px;
	overflow: hidden
}
	.subb1 img{
width: 100%;
	height: 250px;
	
}
	.subb2 h1{
	padding-top: 30px;
	width: 100%;
		font-size: 18px
}
	.subb2 h2{
	padding-top: 0px;
	width: 100%;
		font-size: 15px;
		margin-top: 0px;
		margin-bottom: 10px
}
	.subb2 p{
	font-size: 18px;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	bottom: 0px;
	right: 5%;
	
}
	
}