.bg-contactus {
    background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/fixed-line-bg-boost.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* height: 375px; */
    width: 100%;
}

.bg-protection-features{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/ddos-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.g-top-customprotection {
    top: 10rem;
}

.g-bg-testimonial{
	background-color:#e2e2e1;
	padding:40px;	
	border-left:3px solid #F7AD32;
}	


.financialsector-solution-bg{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/our-solution-background.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
	height:300px;
}

.g-bg-customblue{
	background-color: #02a4ff!important;
}

.g-bg-customgrey{
	background-color: #f7f7f7!important;
}

.u-ns-bg-v1-bottom.g-bg-customblue::before, .g-parent.g-bg-customblue .u-ns-bg-v1-bottom::before {
    border-top-color: #02a4ff;
}

.u-ns-bg-v1-bottom.g-bg-customgrey::before, .g-parent.g-bg-customgrey .u-ns-bg-v1-bottom::before {
    border-top-color: #f7f7f7;
}

.u-ns-bg-v1-top.g-bg-customblue::before, .g-parent.g-bg-customblue .u-ns-bg-v1-top::before {
    border-bottom-color: #02a4ff;
}

.u-ns-bg-v1-top.g-bg-customgrey::before, .g-parent.g-bg-customgrey .u-ns-bg-v1-top::before {
    border-bottom-color: #f7f7f7;
}

@media (min-width:768px) and (max-width:991px){	
	.g-min-height-box--md {
        min-height: 245px!important;
    }
	.g-min-height-box2--md {
        min-height: 312px!important;
    }	
}

@media (max-width: 767px) {	
	.bg-contactus {
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/fixed-line-bg-boost.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		height: 300px;
		width: 100%;
	}
	.bg-protection-features{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/ddos-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
		background-blend-mode: overlay;
		background-size: contain;
		background-position: top;
	}
	.g-top-customprotection {
		top: 2rem;
	}
	.financialsector-solution-bg{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/ddos-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
		background-blend-mode: overlay;
		background-size: cover;
		height:240px;
	}
}

@media (min-width: 767px) {
    .g-min-height-box--md {
        min-height: 245px;
    }
	.g-min-height-box2--md {
        min-height: 288px;
    }	
}