/*Start: Banner */
.banner-section{
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.2s;
	margin-top:86px;
	padding: 35px 0;
}
.banner-section .toll-free{
	line-height: 24px;
	border: 1px solid #FFFEFE;
	box-sizing: border-box;
	border-radius: 50px;
	width: 244px;
	padding:14px 40px;
}
.banner-section p{
	padding:16px 0 32px;
	max-width:383px;
}
.banner-section .media-body{
	margin-left: 36px;
}
.banner-section .demo-form{
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	padding: 26px;
	width: 328px;
	height: 451px;
}
.banner-section .demo-form label{
	font-size: 13px;
	line-height: 16px;
	max-width: 226px;
	margin-bottom: 11px;
}
.banner-section .demo-form span{
	font-size: 10px;
	line-height: 12px;
	color: #9E9C9C;
}
/*End: Banner */

/*Start: Customer Engagement Section */
.customer-section{
	margin-top:88px;
}
.customer-section .customer-wrap h3{
	margin-bottom:30px;
}
.customer-section .customer-wrap p{
	max-width: 554px;
	margin-bottom: 9px;
}
/*End: Customer Engagement Section */

/*Start: Campaign Section */
.campaign-section{
	margin-top:60px;
	padding:80px 0;
}
.campaign-section h3{
	margin-bottom:35px;
}
.campaign-section .campaign-wrap{
	max-width:306px;
	margin-top:35px;
}
.campaign-section .campaign-wrap h5{
	line-height: 26px;
	margin: 25px 0 6px;
	letter-spacing: 0.01em;
	color: #000000;
}
.campaign-section .campaign-wrap p{
	letter-spacing: 0.01em;
}
/*End: Campaign Section */

/*Start: Happy Clients Section */
.clients-section{
	padding:75px 0 98px;
	border-bottom: 2px solid #E7E7E7;
}
.clients-section .media{
	border-radius: 60px 0px 60px 60px;
	padding:45px 57px 45px 36px;
	max-width: 530px;
	margin-top:40px;
}
.clients-section .clients-wrap{
	border-radius: 0px 60px 60px 60px;
}
.clients-section .media .media-body{
	margin-left:16px;
}
.clients-section .media .name{
	line-height: 45px;
	margin-top: 20px;
}
	/* Start: Flex Slider css */
	.clients-section .flexslider{
		margin:0;
		border-radius:0;
		border:0;
		background: transparent;
	}
	.clients-section .flexslider .slides .comma{
		width:auto;
	}
	.clients-section .flex-control-nav{
		bottom: -55px;
	}
	.clients-section .flex-control-paging li a{
		background: #FFFFFF;
		border: 1.5px solid #FFFFFF;
		width: 14px;
		height: 14px;
	}
	.clients-section .flex-control-paging li a.flex-active,
	.clients-section .flex-control-paging li a:hover{
		background: #3F3D56;
		border: 1.5px solid #FFFFFF;
		box-sizing: border-box;
	}
	.clients-section .flex-direction-nav{
		display:none;
	}
	.clients-section .flex-direction-nav .flex-prev {
		background: url(../images/icons/next.png) no-repeat;
		font-size: 0px;
		height: 55px;
		width: 55px;
		transform: rotate(-180deg);
		z-index: 1;
	}
	.clients-section .flex-direction-nav .flex-next {
		background: url(../images/icons/next.png) no-repeat;
		font-size: 0px;
		height: 55px;
		z-index: 1;
		width: 55px;
	}
	.clients-section .flex-direction-nav .flex-prev::before,
	.clients-section .flex-direction-nav .flex-next::before{
		display: none;
	}
	.clients-section .flex-direction-nav .flex-next.flex-disabled,
	.clients-section .flex-direction-nav .flex-prev.flex-disabled{
		background-position: 0px -40px;
	}
	.clients-section .flexslider .flex-direction-nav .flex-next,
	.clients-section .flexslider:hover .flex-direction-nav .flex-next{
		right: -5px;
		opacity: 1;
	}
	.clients-section .flexslider .flex-direction-nav .flex-prev,
	.clients-section .flexslider:hover .flex-direction-nav .flex-prev{
		left: -5px;
		opacity: 1;
	}
	/* End: Flex Slider css */
/*End: Happy Clients Section */

/*Start: Benefits Section */
.benefits-section{
	margin-top:63px;
}
.benefits-section .benefits-wrap{
	margin-top:70px;
	max-width: 306px;
}
.benefits-section .benefits-wrap h5{
	letter-spacing: 0.01em;
	line-height: 26px;
	margin:25px 0 6px;
}
.benefits-section .benefits-wrap p{
	letter-spacing: 0.01em;
}
/*End: Benefits Section */

/*Start: Why Choose Fortius Section */
.choose-section{
	padding: 30px 0 52px;
	margin-top:90px;
}
.choose-section .choose-fortius{
	border-radius: 40px 0px 40px 40px;
	max-width: 334px;
	padding: 50px;
}
.choose-section .choose-wrap{
	max-width:329px;
	margin-top:36px;
}
.choose-section .choose-wrap h5{
	letter-spacing: 0.01em;
	line-height: 26px;
	margin:15px 0 10px;
}
.choose-section .choose-wrap p{
	letter-spacing: 0.01em;
}
/*End: Why Choose Fortius Section */

/*Start: Toll Free Page */
.tollfree-header #header.active{
	padding-top: 12px;
}
.tollfree-header #header.active .navbar-brand{
	display:none;
}
.tollfree-header #header.active  .active-logo{
	display:block!important;
}
.tollfree-header .navbar{
	padding-top:60px;
}
.tollfree-banner-section{
	background-image: url('../images/tollfree-banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.2s;
	padding: 35px 0;
	height:700px;
}
.tollfree-banner-section .caption h1{
	margin:8px 0 24px;
}
.tollfree-banner-section .caption .plan{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	background: #EE4434;
	max-width: 336px;
	padding: 12px 12px;
	border-radius: 4px;
	transition: all 0.8s;
}
.tollfree-banner-section .caption .plan:hover{
	background:#000000;
}
.tollfree-banner-section .caption .plan .price{
	font-size: 25px;
	line-height: 30px;
}
.tollfree-banner-section .caption .plan .month{
	font-size: 16px;
	line-height: 20px;
}
.tollfree .boost-business h3{
	font-size: 30px;
	line-height: 37px;
	color: #096a0d;
	margin-bottom: 3rem;
}
.tollfree .boost-business-block{
	margin-top:3rem;
}
.tollfree .right-border{
	border-right: 1px solid #D3D3D3;
}
.tollfree .boost-business .wrap{
	margin:24px 0 0;
}
.tollfree .business-services .business-services-section{
	background-image: url('../images/tele-business.png');
	background-repeat: no-repeat;
	transition: all 0.2s;
	background-size: 50% 100%;
	background-color: #F6F8FF;
	min-height: 447px;
}
.tollfree .business-services .media{
	margin-left:18px;
}
.tollfree .business-services .business-services-wrap{
	max-width: 449px;
}
.tollfree .documents-list .table .thead-dark th{
	background: #737373;
	border-color:#FFFFFF;
}
footer.border-top {
    border-top: 1px solid #D3D3D3!important;
}
.banner-form{
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	right: 0;
	width: 394px;
	height:100%;
	z-index: 999999;
	padding: 44px;
	transition: all 0.8s;
}
.banner-form#BannerForm.active{
	background:#EAECF5;
	transition: all 0.8s;
}
.banner-form h5{
	line-height: 24px;
	color: #096a0d;
}
.banner-form h6{
	font-size: 14px;
	line-height: 17px;
	margin:16px 0;
}
.banner-form form .form-control{
	background: #FFFFFF;
	border: 1px solid #A9BCFF;
	box-sizing: border-box;
	border-radius: 0px;
}
.banner-form .form-check{
	font-size: 13px;
    line-height: 16px;
    color: #3F3D56;
}
.banner-form .terms{
	font-size: 10px;
	line-height: 12px;
	color: #9E9C9C;
	margin-top:15px;
}
.mainwidth{
	width: calc(100% - 394px);
}
.banner-form-md{
	position: unset;
	width: 100%!important;
	background:#EAECF5;
}
/*End: Toll Free Page */
.call,
.call a{
	color:#fff!important;
} 

header #header.active .call,
header #header.active  .call a{
	color:#000!important;
} 
