@charset "utf-8";

/*Rebranding Features Section*/
.text-white{
	color: white;
}
img{
max-width:100%;
}
.rb_feature_section{
	padding: 20px;
	
}
.rb_banner_content{
	text-align: center;
}
ul.rb_arrow li{
	background: url("../../cdn-web.mrakaf.com/images/menu_right.png") no-repeat 30px 8px;
    padding: 0 0 15px 40px;
	font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.rb_header1{
	font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
}.rb_header2{
	font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}
.rb_header3{
	font-size: 20px;
    font-weight: 600;
    margin: 15px auto;
}
.rb_header4{
	font-size: 20px;
    font-weight: 700;
    margin: 15px auto;
}
.rb_content_header4{
	font-size: 17px;
    font-weight: 700;
    margin: 15px auto;
}
.rb_para{
	font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.rb_hr{
	padding-bottom: 7px;
    border-bottom: 1px dashed #E8E8E8;
    margin-bottom: 10px;
}
.rb_feature_overview{
	border: 1px solid #d9d9d9;
    padding: 25px;
    text-align: center;
	position: relative;
}
.indent{
	text-indent: 3em;
}
.carousel-wrapper{
	padding: 30px 0;
}
.rb_banner_carousel .carousel-inner .item {
	opacity: 1;
	border: none;
	color: black;
	min-height: 150px;
	transition-property: opacity;
	-webkit-animation: fadeinout 0.5s linear forwards;
    animation: fadeinout 0.5s linear forwards;
}


.amend_sect{
	position: relative;
	padding: 40px 15px;
}
.amend_container{
	max-width: 1200px;
    margin: 0 auto;
}
.amend-content{

}
.amed_head{
	font-size: 32px;
    font-weight: 600;
    margin: 30px 0 10px;
}
.amend_subhead{
	font-size: 18px;
	margin: 0 0 20px;
	text-align: left;
}
.amend_description{

}
.amend_description h1{

}
.amend_description p{

}
.text_amendpoint{
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.amend_headlist li{
	list-style: none;
	font-size: 16px;
    margin-bottom: 20px;
}
.amend_subheadlist{
	padding-left: 45px;
}
.amend_subheadlist li{
	list-style: lower-latin;
    margin-bottom: 12px;
    font-weight: 400;
}
.amendtexcenter{
	padding-left: 15px;
}
.link_amend{
	color: #f0493f;
	font-size: 16px;
}



	@-webkit-keyframes fadeinout {
	0% { opacity: 0; }
	100% { opacity: 1; }
	}

	@keyframes fadeinout {
	0% { opacity: 0; }
	100% { opacity: 1; }
	}
			
	  
	.active {
	opacity: 1;
	}

	.active.left,
	.active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
	}

	.next.left,
	.prev.right {
	opacity: 1;
	}
	.carousel-indicators{
		top: 105%;
	}
.carousel-indicators li{
	border: 1px solid #f0493f;
}
.carousel-indicators li.active{
	background-color: #f0493f !important;
}
.screenshot-container{
	width: 80%;
	max-width: 100%;
	margin: 0 auto;
}
.tour_screenshot_img img{
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width: 576px){
	.amend_subheadlist{
		padding-left: 25px;
	}
	.amed_head{
		text-align: center;
		font-size: 24px;
	}
	.amend_subhead{
		text-align: center;
		font-size: 16px;
	}
	.amend_headlist li,.link_amend{
		font-size: 15px;
	}
	.text_amendpoint{
		font-size: 25px;
		line-height: 1.3;
	}
	.rb_software_soln{
		text-align: left;
    word-spacing: 2px;
	}
	.rb_header1{
	font-size: 24px;
}
.rb_header3{
	font-size: 17px;
}
.rb_header4{
	font-size: 17px;
}
	.rb_content_header4{
		font-size: 16px
	}
.rb_para{
	font-size: 14px;
}
ul.rb_arrow li{
	font-size: 14px;
}
.rb_feature_img{
	width: 100%;
	
}
	.rb_summary-btn{
		font-size: 12px;
	}
	.screenshot-container{
		width: 100%;
	}
}

/*Rebranding Features Section*/
