.bbaner_btn_con {
	float: right;
	width: 100%;
	text-align:center;
	display:inline-block;
	margin-top: 5px
}
.bbaner_btn {
	float: none;
	width: auto;
	font-size: 17px;
	font-weight: 400;	
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background: linear-gradient( to left, #53bd8f, #53bd8f);
	border: 0px solid #937dba;
	padding: 10px 18px 10px 18px!important;
	line-height: 1em;
	border-radius: 25px;
	display:inline-block;
}
.bbaner_btn:hover {
	color: #fff !important;
	background: linear-gradient( to left, #937dba, #937dba );
}
.bbaner_btn:focus {
	color: #fff !important;
	background: linear-gradient( to left, #53bd8f, #53bd8f );
}
.bbaner_section {
	float: right;
	width: 100%;
}
.bbaner_section_inside {
	float: right;
	width: 100%;
	position:relative;
}
.bbaner_image {
	right:0;
	left:0;
	top:0;
	bottom:0;
	width: 100%;
	position:absolute;
	z-index:0;
}
.bbaner_content {
	width: 100%;
	position: absolute;
	z-index: 1;
	display:table;
	direction:rtl;
}
.bbaner_content_middle {
	display:table-cell;
	vertical-align:middle;
}
.bbaner_form_title {
    width: 100%;
    float: right;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.bbaner_section {
	height:180px;
}
.bbaner_section_inside {
	height:180px;
}
.bbaner_content {
	height: 180px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.bbaner_section {
	height:180px;
}
.bbaner_section_inside {
	height:180px;
}
.bbaner_content {
	height: 180px;
}
.bbaner_btn {
	font-size: 17px;
	padding: 8px 18px 8px 18px!important;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.bbaner_section {
	height:180px;
}
.bbaner_section_inside {
	height:180px;
}
.bbaner_content {
	height: 180px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.bbaner_section {
	height:150px;
}
.bbaner_section_inside {
	height:150px;
}
.bbaner_content {
	height: 150px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.bbaner_section {
	height:150px;
}
.bbaner_section_inside {
	height:150px;
}
.bbaner_content {
	height: 150px;
}
}