/*Main Banner Start*/
.main-banner{
	-webkit-background-size: contain  !important;
	-moz-background-size: contain  !important;
	-o-background-size: contain  !important;
	background-size: contain !important;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.main-banner{
		background-size: auto !important;
		background-position-x: 0% !important;
		background-image: unset !important;
	}
	.main-banner-img
	{
		max-width: 70%;
	}
}
@media only screen and (max-width: 600px){
	.main-banner{
		background-image:none !important;
		background-color: #E1ECFF !important;
	}
}
/*Main Banner End*/

@media only screen and (min-width: 991px){ 
.bg-size-contain {
    background-size: contain !important;
}
}

/*Unordered list having Blue color disc start*/

.bluedisc-unorderedlist ul{
	list-style: none !important;
	padding-left: 0;
}
body .bluedisc-unorderedlist li {
	list-style: none;
    position: relative;
    padding: 0px 0 0 20px;
    line-height: 20px;
    margin-top: 15px;
font-size:18px !important;
}

body .bluedisc-unorderedlist li::before {
	content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #0129ac;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
}
/*Unordered list having Blue color disc end*/

/* About CloudFuze Section */
/* Start Counter Section */
.about-counter .fusion-counter-box{
	padding: 0 7px;
	display: block;
	width: 100% !important;
	padding: 20px 0px 0px 0px !important;
}
.about-counter .fusion-counter-box .counter-box-container{
	border: 2px solid #0129ac !important;
	border-radius: 8px;
}
.about-counter .counter-box-content{
	line-height:1.3em !important;
}
/* End Counter Section */
/* About CloudFuze Section */

@media only screen and (min-width: 601px) and (max-width: 768px) { 
	/* For Tablet phones: */

	/* Counter section */
	body .about-counter .fusion-counter-box{
		padding: 0 7px;
		display: block;
		width: 90% !important;
		padding: 20px 0px 0px 0px !important;
		min-width:135px;
	}
	.about-counter .content-box-percentage{
		font-size:20px !important;
	}
}

.fusion-content-boxes .content-wrapper-background {
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #FFF;
    margin: 0px;
}
@media only screen and (min-width: 767px) {
.custom-content-box .content-box-column{
width: 30.6%;
}
}
.custom-content-box .content-box-column{
border:1px solid #e4e4e4;
border-radius:6px;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 6%);
border-inline: none;
margin-left: 10px;
margin-right: 10px;
}

.content-box-column{
padding-left:0px;
padding-right:0px;}