@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);
a, img, link {
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
a img {
	cursor: pointer;
}
img {
	cursor: default;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/*overflow-x: hidden;*/
}
.edit-shadow {
	outline: 2px solid #3498db !important;
	outline-offset: -2px;
	/*z-index: 99999 !important;*/
	/*transition: outline 0.5s ease-in;*/
	/*box-shadow: 0px 0px 2px 2px #3498db !important;*/
}
.fadeMe{
	width: 100%;
	height: 100%;
	top:0;
	position: absolute;
	background: rgba(66,185,169,0.76);
	z-index: -1;
}
.hide{
	display: none;
}
.container{
	margin-left: auto !important;
	margin-right: auto !important;
}
.edit-media-modal{
	zoom:100% !important;
}
body{
	zoom: 100%;
}
.modal{
	zoom: 100% !important;
}

#header-wrapper .navbar{
	border-radius: 0px;
	height: 60px;
	border: none;
	box-shadow: 0 6px 8px rgba(0,0,0,.1);
	margin-bottom: 0px;
	background-color: #fff;
	z-index: 1000;
}
#header-wrapper .navbar-header{
	width: 100%;
}
#header-wrapper .left-logo-container{
	float: left;
}
#header-wrapper .right-logo-container{
	float: right;
}
#header-wrapper .right-logo-container .media.page-logo{
	float: right;
	margin-left:5px;
}
#header-wrapper a.page-logo{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
.show{
	display: inline-block !important;
}

#header-wrapper a.branding{
	height: 45px;
	display: none;;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left:10px;
}
#header-wrapper .branding img{
	height: 45px !important;
}
#header-wrapper .page-logo img{
	width: 45px !important;
	height: 45px !important;
}
#header-wrapper .h5{
	font-size: 26px;
	font-weight: normal;
	display: none;;
	color: #262424;
	float: left;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 10px;

	text-align: left;
	min-width: 100px;
	max-width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
}
#header-wrapper .right-logo-container .h5{
	font-size: 20px;
	margin-top: 7px;
	text-align: right;
}
#header-wrapper .right-logo-container .h5 span{
	display: inline-block;
}
#header-wrapper .contactRightTop {
	margin-right: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #143752;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
#main-wrapper{
	background-image: url('../../images/main-bg.jpg');
	background-size: cover;
	position: relative;
	background-position: center;
	/*overflow: hidden;*/
	z-index: 0;
	min-height: 500px;
}
#main-wrapper .freeText {
	margin: 3px 0;
}
#main-wrapper .main-wrapper-container {
	padding: 60px 15px;
}
#main-wrapper .contentBoxHeadline {
	font-size:28px;
	color:#ffcc00;
	line-height: 1.4em;
}
.detail-text .h2 {
	line-height: 1em !important;
}

#main-wrapper .freeText, #main-wrapper .freeText p {
	font-size:45px;
	color:#ffcc00;
	font-weight:bold;
	line-height: 1.35em;
}

/*stacked stuff*/

#main-wrapper .main-wrapper-container.stackedPadding {
	padding: 30px 15px;
}
#main-wrapper .main-wrapper-container.stackedPadding .contentBoxHeadline {
	font-size: 25px !important;
}
#main-wrapper .main-wrapper-container.stackedPadding .contentBoxText {
	font-size: 17px !important;
}
#main-wrapper .main-wrapper-container.stackedPadding .scan-col {
	/*padding: 0 15px !important;*/
	margin-top: 10px;
}
#main-wrapper .main-wrapper-container.stackedPadding .scan-form-box .title, #main-wrapper .main-wrapper-container.stackedPadding .scan-form-box .title p {
	font-size: 24px !important;
	margin-top: 0 !important;
}
#main-wrapper .main-wrapper-container.stackedPadding .scan-form-box .detail {
	font-size: 17px !important;
	margin: 15px 0 !important;
}
#main-wrapper .main-wrapper-container.stackedPadding .scan-form-box .freeText,
#main-wrapper .main-wrapper-container.stackedPadding .scan-form-box .freeText p {
	font-size: 40px !important;
}
#main-wrapper .main-wrapper-container.stackedPadding .scan-form-box .freeText {
	margin: 11px 0 0 0 !important;
}
#main-wrapper .main-wrapper-container.stackedPadding .scan-form-box button {
	width: 75% !important;
}

/*end of stacked stuff*/

#main-wrapper .scan-col{
	/*padding: 0 10px;*/
}
#main-wrapper p {
	margin-bottom: 0;
}
.float-none{
	float:none !important;
	margin: auto !important;
}
#main-wrapper .float-none {
	float: none !important;
}
#main-wrapper .float-right {
	float: right !important;
}
.benifit-boxes-14 .float-none{
	margin-bottom: 15px !important
}
#main-wrapper .detail-text {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	padding: 15px;
	/*max-height: 254px !important;*/
	/*overflow:hidden;*/
	min-height: 270px;
}
#main-wrapper .details-col{
	display: none;
}
#main-wrapper .text-show{
	display: block;
}
#main-wrapper .media-col{
	display: none;
	/*width: 474px;*/
	/*margin-left: 45px;*/
}

.scan-col .scan-form-box {
	padding: 15px 10px;
}
#main-wrapper .countdown-container {
	margin-top: 10px;
}
#main-wrapper .countdown-container {
	margin-top: 10px;
}
#main-wrapper .countdowncol.adjust {
	margin-left: 45px;
	margin-top: 5px;
}

#main-wrapper .media-col-stacked{
	display: none;
	/*width: 400px;*/
}

#main-wrapper .media-show{
	display: block;
}
#main-wrapper .h2,
#main-wrapper .h2 p{
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 0;
}
#main-wrapper .contentAdditionalText {
	margin: 13px 0;
}

#main-wrapper p{
	color: #fff;
	font-weight:normal;
	margin-bottom: 22px;
	word-wrap: break-word;
}
#main-wrapper .scan-form-box p{
}
#main-wrapper p:last-child {
	margin-bottom: 0px;

}

#main-wrapper .scan-form-box{
	box-shadow: 0 6px 8px rgba(0,0,0,.1);
	background-color: rgba(255,255,255,0.1);
	border-radius: 2px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#main-wrapper .scan-form-box .title p{

}
#main-wrapper .scan-form-box .title,
#main-wrapper .scan-form-box .title p{
	font-size: 30px;
	font-weight:bold;
	color: #FFF;
	line-height: 1.4em;
	margin-bottom: 0;
	margin-top: 0;
}
#main-wrapper .scan-form-box .detail{
	font-size: 20px;
	font-weight:bold;
	color: #FFF;
	line-height: 1.3em;
	margin: 10px 0;
}
#main-wrapper .countdowncol.float-none {
	margin-top: 10px !important;
	padding: 0 10px !important;
}
#main-wrapper .scan-form-box .detail p{
	font-weight: 600;
	/*text-transform: capitalize;*/
}
#main-wrapper .scan-form-box input{
	height: 37px;
	width: 92%;
	box-shadow: none;
	border-radius: 2px;
	background-color: #fff;
	cursor: initial;
	border: 1px solid #ebebeb;
	color: #545454;
	font-size: 16px;
	font-style: italic;
	float: none;
	margin: auto;
	margin-top: 10px;
	padding-left: 32px !important;
}
#main-wrapper .intl-tel-input{
	margin-top: 10px;
	width: 100%;
}
#main-wrapper .intl-tel-input .country-list{
	text-align: left;
}
#main-wrapper .intl-tel-input input{
	padding-left: 11px;
}
#main-wrapper .intl-tel-input .country-list .country {
	padding: 1px 10px;
}
#main-wrapper .intl-tel-input .flag-dropdown {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	padding: 1px;
}
#main-wrapper .intl-tel-input .country-list {
	left:-137px;
}
#main-wrapper .inner-addon {
	position: relative;
}
#main-wrapper .left-addon .fa {
	left: 0px;
	z-index: 10000;
}

#main-wrapper .inner-addon .fa {
	position: absolute;
	padding: 13px;
	padding-left: 24px;
	pointer-events: none;
	color: #DEDEDE;
}
#main-wrapper .scan-form-box button, #main-wrapper .scan-form-box a.btn{
	border-radius: 7px;
	/*height: 43px;*/
	width: 92%;
	border:none !important;
	background-color: #ffb400;
	background: -moz-linear-gradient(top, #ffcc56 0%, #ffb400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffcc56 0%, #ffb400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffcc56 0%, #ffb400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	/*overflow: hidden;*/
	white-space: normal;
	padding: 15px 8px;



}

#main-wrapper .scan-form-box button h5, #main-wrapper .scan-form-box a.btn h5{
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin: 0px;
	margin-top: 2px;
}
#main-wrapper .scan-form-box button .h5 p, #main-wrapper .scan-form-box a.btn .h5 p{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px !important;
}
#main-wrapper .scan-form-box button i, #main-wrapper .scan-form-box a.btn i{
	margin-right: 10px;
}

#main-wrapper .embed-responsive {
	position: relative;
}
#main-wrapper .embed-responsive:hover  .img-overlay{
	display: block;
}
#main-wrapper .embed-responsive:hover  .img-overlay h3{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0px;
	margin-top: 15%;
}
#main-wrapper .embed-responsive:hover  .img-overlay a{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	background-color: #3498db;
	border-radius: 2px;
	text-decoration: none;
}
#main-wrapper .embed-responsive:hover {
	overflow: visible;
}
#main-wrapper .embed-responsive .img-overlay{
	position: absolute;
	top:0px;
	left: 0px;
	color:#fff;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
#main-wrapper .embed-responsive .img-overlay a {
	position: absolute;
	top: 43%;
	left: 38%;
	font-size: 12px;
	text-transform: uppercase;
}
.gdpr-checkbox-wrapper{
	display: block;
	text-align: left;
	width: 100%;
	margin-top: 4px;
}
#main-wrapper .gdpr-checkbox-wrapper input[type=checkbox],
.gdpr-checkbox-wrapper input[type=checkbox] {
  float: left !important;
  width: 12px !important;
  height: 12px !important;
  margin-top: 4px !important;
  margin-right: 5px !important;
  cursor: pointer;
}
.gdpr-checkbox-wrapper label {
  cursor: pointer;
	font-size: 14px;
	font-weight: 700;
 	max-width: 92%;
}
#main-wrapper  .Istacked .noIsStackedPadding{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.countdown-container {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: relative;
	display: block;
	margin-top: 2px;
	border-radius: 2px;
	/* padding: 5px; */
	background-color: rgba(0, 0, 0, 0.45);
}
.count-down-elements {
	padding: 5px;
}
#offerCountdown{
	display: block;
}
.countdown-container .countdown-element-label{
	font-size: 14px;
	font-weight: 700;
}
.countdown-container .countdown-offer-label p.label{
	font-weight: 700 !important;
	color: #fecb32;
	text-transform: uppercase;
	font-size: 19px !important;
	line-height: 23px;
	display: block;
	margin-bottom: 4px !important;
	margin-top: -23px;
}
.countdown-container .countdown-element-value {
	font-size: 25px;
	font-weight: 700;
}
.countdown-container .list-inline {
	display: inline-block;
	margin: 0px;
}
.countdown-container .countdown-offer-label{
	display: inline-block;
	margin: 0px;

}
.countdown-container .list-inline>li {
	padding: 0px 7px;
}
.function-overlay{
	position: absolute;
	top:0px;
	left: 0px;
	color:#fff;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
	z-index:1000;
}
.function-overlay a{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color:#fff !important;
	width:100px;
	height: 25px;
	line-height: 26px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	margin: auto;
}
.function-element:hover .function-overlay{
	display: block;
}

#benifit-wrapper{
	background-color: #fff;
	/*background-image: url('../../images/maps.jpg');*/
	background-size: cover;
	padding-bottom: 30px;
	position: relative;
	/*height: 100%;*/
	/*overflow: hidden;*/
	z-index: 0;
}
#benifit-wrapper .fadeMe{
	background-color: rgba(255, 255, 255, .2);
}

#clients-wrapper .fadeMe{
	background-color: rgba(20, 55, 82, 0.9);
}

#main-wrapper .fadeMe{
	background-color: rgba(43, 74, 99, 0.9);
}
#benifit-wrapper .title .h2{
	text-align: center;
	font-size: 23px;
	font-weight: 800;
	color:#143752;
	text-transform: uppercase;
	margin-top: 26px;
	margin-bottom: 36px;
	padding: 4px;
}
#benifit-wrapper .title .h2 p{
	margin: 0px;

}
#benifit-wrapper .benifit-box{
	border-radius: 2px;
	/*background-color: #fff;*/
	/*box-shadow: 0 6px 8px rgba(155,155,155,.31);*/
	text-align: left;
	color:#fff;
	font-size: 18px;
	/*text-transform: capitalize;*/
	/*padding-top: 34px;*/
	margin-bottom: 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}
#benifit-wrapper .benifit-box img{
	display: block;
	margin: auto;
	margin-bottom: 33px;
	width: 172px;
	height: 129px;
}
#benifit-wrapper .img-container{
	position: relative;
	width: 172px;
	margin: auto;
}
/*#benifit-wrapper .img-container:hover  .img-overlay{
	display: block;
}*/
/*#benifit-wrapper .img-container:hover  .img-overlay h3{
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0px;
}*/
/*#benifit-wrapper .img-container:hover  .img-overlay a{
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 20px;
	background-color: #3498db;
	border-radius: 2px;
	text-decoration: none;
}*/

/*#benifit-wrapper .img-overlay{
	position: absolute;
	top:0px;
	left: 0px;
	color:#fff;
	background-color: rgba(0,0,0,0.7);
	width: 172px;
	height: 129px;
	display: none;
}*/
#benifit-wrapper .benifit-box .orange-footer{
	background-color: #ffb400;
	padding: 17px;
	padding-right: 7px;
	padding-left: 7px;
}
#benifit-wrapper .benifit-box .h5{
	text-decoration: none;
	color:#fff;
	font-size: 16px !important;
	margin: 0px;
	line-height: 1.42857143;
}
#benifit-wrapper .benifit-box .h5 p{
	margin: 0px;
}
.stepsNumber {
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:50%;
	background-color:#ffba00;
	line-height:35px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}
#feature-wrapper.edit-shadow,
#feature-wrapper2.edit-shadow,
#feature-wrapper3.edit-shadow{
	outline: none !important;
	border: none !important;
}
#feature-wrapper .h3 p,
#feature-wrapper2 .h3 p,
#feature-wrapper3 .h3 p{
	margin: 0px;
}
#feature-wrapper .h3,
#feature-wrapper2 .h3,
#feature-wrapper3 .h3 {
	font-size: 30px;
	color: #143752;
	font-weight: 600;
	line-height: 35px;
}
#feature-wrapper .feature-text-box,
#feature-wrapper3 .feature-text-box{
	text-align: left;
	padding-left: 50px;

}
#feature-wrapper .featureTitle,
#feature-wrapper3 .featureTitle {
	text-align: center;
	font-size: 23px;
	font-weight: 800;
	color:#143752;
	text-transform: uppercase;
	margin-top: 26px;
	padding: 4px;
}
#feature-wrapper span,
#feature-wrapper3 span
{
	/*font-size: 14px;*/
	/*color:#333;*/
	/*font-weight: normal;*/
	/*text-transform: capitalize;*/
	margin-bottom: 20px;
}

#feature-wrapper .img-col .feature-img,
#feature-wrapper2 .img-col .feature-img,
#feature-wrapper3 .img-col .feature-img{
	/*margin-top: 43px;*/
	/*margin-bottom: 43px;*/
	width: 100%;
	/*height: 185px;*/
	border-radius: 2px;
}
#feature-wrapper .img-responsive,
#feature-wrapper2 .img-responsive,
#feature-wrapper3 .img-responsive{
	float: none;
	margin: auto;
}
#feature-wrapper2{
	/*background-color: #fafafa;*/
}
#feature-1-wrapper-holder, #feature-3-wrapper-holder  {
	background-color: #fafafa;
}
#feature-1-wrapper-holder,
#feature-2-wrapper-holder,
#feature-3-wrapper-holder {
	background-size: cover;
	position: relative;
	z-index: 0;
}

#feature-wrapper2 .img-col .feature-img{
	/*border: 4px solid #ccc;*/
	width: 100%;
}
#feature-wrapper2 .feature-text-box{
	text-align: left;
	padding-left: 50px;
	float: none;
	margin: auto;
	/*text-align: center;*/
	line-height: 22px;
	font-size: 14px;
}
#feature-wrapper2 .detail-text p{
	line-height: 23px;
	text-transform: none;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
}
#clients-wrapper{
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url('../../images/test-bg.jpg');
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#clients-wrapper p{
	margin: 0px !important;
}

#clients-wrapper .title .h2{
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	color:#FFF;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#clients-wrapper .title .h3 p,
#clients-wrapper .title .h2 p{
	margin: 0px !important;
}
#clients-wrapper .title .h3{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color:#FFF;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 37px;
}
#clients-wrapper .clientWrapper
{
	background: rgba(0,0,0,0.1);
	border-radius: 2px;
	padding:10px;
	margin: 0 10px;
	min-height: 200px;
	display: flex;
	align-items: center;
}

#clients-wrapper img{
	border-radius: 2px;
	width: 100%;
	/*height: 193px;*/
	margin-bottom: 0px;
	display: inline-block;
}

#clients-wrapper .img-container{
	position: relative;
	width: 100%;
	/*height: 172px;*/
	margin: auto;
}
#clients-wrapper .img-container:hover  .img-overlay{
	display: block;
}
#clients-wrapper .img-container:hover  .img-overlay h3{
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0px;
}
#clients-wrapper .img-container:hover  .img-overlay a{
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	background-color: #3498db;
	border-radius: 2px;
	text-decoration: none;
	position: absolute;
	top: 40%;
	left: 25%;
}

#clients-wrapper .img-overlay{
	position: absolute;
	top:0px;
	left: 0px;
	color:#fff;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}

#clients-wrapper .client-img{
	display: inline-block;
}
#clients-wrapper .client-detail{
	padding: 0px;
	color:#FFF;
}
#clients-wrapper .client-detail .name{
	/*margin-top: 26px;*/
	margin-bottom: -4px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
}
#clients-wrapper .client-detail .company{
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#clients-wrapper .client-detail .text{
	margin-top: 20px;
	line-height: 1.42857143;
}

#scan-wrapper{
	background-image: url('../../images/main-bg.jpg');
	background-size: cover;
	position: relative;
	height: 100%;
	z-index: 0;
}
#scan-wrapper  .title .h2 p{
	margin: 0px;
}
#scan-wrapper  .title .h2{
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	color:#fff;
	text-transform: uppercase;
	margin-top: 22px;
	margin-bottom: 27px;
	padding: 3px;
}

#scan-wrapper .form-box{
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 6px 8px rgba(9,105,92,.31);
	margin-bottom: 30px;
	padding: 7px 20px;
	text-align: center;
}

#scan-wrapper .form-box input{
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #ebebeb;
	color: #aeaeae;
	background-color: #fff;
	cursor: initial;
	font-size: 12px;
	font-style: italic;
	margin-top: 7px;
	margin-bottom: 7px;
	width:100%;
	height: 37px;
	padding-left: 35px
}
#scan-wrapper .form-box button{
	border: none  !important;
	border-radius: 2px;
	height: 34px;
	background-color: #333;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7px;
	text-align: center;
	background-color: #ffb400;
	background: -moz-linear-gradient(top, #ffcc56 0%, #ffb400 100%);
	background: -webkit-linear-gradient(top, #ffcc56 0%, #ffb400 100%);
	background: linear-gradient(to bottom, #ffcc56 0%, #ffb400 100%);
	box-shadow: 0px 2px 0px 0px #d49600;
	overflow: hidden;
  white-space: normal;
  text-align: center;
}
#scan-wrapper .form-box button h5{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin: 0px;
}

#scan-wrapper .form-box button i{
	margin-right: 10px;
}

#scan-wrapper .fa-phone,#scan-wrapper .fa-briefcase{
	position: absolute;
	left: 29px;
	opacity: .4;
	top: 18px;
	z-index: 99999
}

#footer-wrapper{
	background: url("../../images/benf-bg.jpg");
	color:#4f4f4f;
	font-size: 12px;
	padding-top:15px;
	padding-bottom: 15px;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#footer-wrapper .fadeMe{
	background-color: rgba(255,255,255,0.95);
}

#footer-wrapper p{
	margin: 0px !important;
}
#footer-wrapper a{
	color: #4f4f4f;
	text-decoration: none;
}
#footer-wrapper .function-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3498db !important;
	/*box-shadow: 0px 0px 2px 2px #3dd37c !important;*/
}
#footer-wrapper:hover .function-overlay {
	display: block;
}
#footer-wrapper .function-overlay a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	width: 100px;
	height: 25px;
	line-height: 26px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#feature-wrapper .img-container,
#feature-wrapper2 .img-container,
#feature-wrapper3 .img-container{
	position: relative;
	margin: 43px auto;
}
#feature-wrapper .img-container:hover  .img-overlay,
#feature-wrapper2 .img-container:hover  .img-overlay,
#feature-wrapper3 .img-container:hover  .img-overlay{
	display: block;
}
#feature-wrapper .img-container:hover  .img-overlay h3,
#feature-wrapper2 .img-container:hover  .img-overlay h3,
#feature-wrapper3 .img-container:hover  .img-overlay h3{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0px;
}
#feature-wrapper .img-container:hover  .img-overlay a,
#feature-wrapper2 .img-container:hover  .img-overlay a,
#feature-wrapper3 .img-container:hover  .img-overlay a{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 50px;
	background-color: #3498db;
	border-radius: 2px;
	text-decoration: none;
	position: absolute;
	left: 28%;
	top: 40%;
}

#feature-wrapper .img-overlay,
#feature-wrapper2 .img-overlay,
#feature-wrapper3 .img-overlay{
	position: absolute;
	top:0px;
	left: 0px;
	color:#fff;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
input[type=file] {
	display:none;
}

.intl-tel-input {
	margin-top: 10px;
	width: 100%;
}

.intl-tel-input .flag-dropdown {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	padding: 1px;
}

#scan-wrapper .intl-tel-input {
	margin-top: 7px;
	width: 100%;

}

#scan-wrapper .intl-tel-input #phonenumber2{

	width: 100%;
	position: relative;
}

#businessname2{
	position: relative;
}

#businessname2:before{
	content: "\f0b1";
	font-size: 120px;
	left: 10px;

}
#scan-wrapper .intl-tel-input .country-list {

	left: -139px;
}

.second_exit-btn{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*Stacked csss*/

#main-wrapper  .stacked {
	padding: 15px
}
#main-wrapper  .stacked .row{
	margin: 0px
}

#main-wrapper .stacked .row .form-control{
	width: 100%;
	margin: 0px;
}

#main-wrapper .stacked .row button{
	width: 100%;
	margin: 0px;
	height: auto;
	font-size: 14px;
	height: 37px

}

#main-wrapper .stacked .row h5{
	font-size: 14px

}

#main-wrapper .stacked .row .fa{
	top: 0;
	left: 5px

}
#main-wrapper .stacked {display: none}

.form-box-horz .col-md-5{
	width: 35%;
}

.form-box-horz .col-md-2{
	width: 30%;
}

.form-box-horz .col-md-2 .btn{
	width: 100%;
}

#main-wrapper .details-col{
	padding-bottom: 0px;
	/*padding: 0 10px;*/
}

#main-wrapper .scan-col.stacked.stacked-margin{
	margin-top: 85px !important;
}

#main-wrapper .media-col-stacked {
	/*width: 437px !important;
	margin-top:-35px !important;*/
}
#main-wrapper .media-col-stacked.contentTextHidden {
	/*margin-top: 0 !important;*/
}
#main-wrapper .btn-stackedCover {
	border-radius: 2px;
	border: none !important;
	background-color: #ffb400;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	padding: 8px 18px;
	line-height: 22px;
	margin: 0 auto;
}
#main-wrapper .contentText {
	text-align: center;
}
#main-wrapper .btn-stackedCover h5 {
	font-size: 22px;
}
#main-wrapper .stacked .intl-tel-input{
	margin-top:0px
}

.move-ico{
	display: none;
	padding: 4px;
	background: #3498db;
	position: absolute;
	top: 0px;
	right: 15px;
	color: #fff;
	z-index: 999999
}

.move-ico:hover{
	display: block;
}
.feature-container,.benifit-boxes-2{
	position: relative;
}



.benifit-boxes-14:hover .move-ico,
.feature-container:hover .move-ico,
.benifit-boxes-2:hover .move-ico,
#calltoaction:hover .move-ico,
#content-box-summery:hover .move-ico,
.testimonial-block-6:hover .move-ico,
#clients-wrapper:hover .move-ico,
#scan-wrapper:hover .move-ico,
#scan-footer-wrapper:hover .move-ico{
	display: block;
}

.client-col:hover .move-ico{
	display: block;
}

@media (max-width : 1200px) {
	body{
		zoom: 100%;
	}
}
@media (max-width : 1090px) {
	body{
		zoom: 100%;
	}
}


@media (max-width : 992px) {
	.media-col .countdown-container {
		margin-top: 15px !important;
	}
	.countdown-container .countdown-offer-label p.label{
		margin-top: 5px !important;
		line-height: 1em;
	}
	#scan-wrapper .form-box input {
		width: 100%;
	}
	#clients-wrapper .client-detail .name {
		margin-top: 0;
	}
	#clients-wrapper .client-detail .text {
		margin-top: 10px;
	}
	#main-wrapper h2 {
		margin-bottom: 5px;
	}
	#main-wrapper p {
		margin-bottom: 5px;
	}
	#scan-wrapper .form-box button {
		display: inline-block;
	}
	#scan-wrapper .form-box input {
		width: 100%;
	}
	#main-wrapper .stacked .row .form-control{
		width: 100%;
		margin-bottom: 10px;
	}

	.form-box-horz .col-md-5{
		width: 100%;
	}

	.form-box-horz .col-md-2{
		width: 100%;
	}

	.form-box-horz .col-md-2 .btn{
		width: 100%;
	}

	#main-wrapper .scan-col.stacked.stacked-margin {
		margin-top: 26px !important;
	}
	#main-wrapper .media-col-stacked {
		/*width: 437px !important;
			margin-top: -70px !important;*/
	}
	#main-wrapper .media-col {
		/*width: 437px !important;
		  margin-left: 0;*/
	}

	#main-wrapper .main-wrapper-container {
		padding: 52px 10px;
		margin: 0 auto;
	}
	#main-wrapper{
		height:auto;
		padding-bottom:0px
	}
	#main-wrapper .detail-text {
		/*max-height: 300px !important;*/
		min-height: 294px;
	}
	body{
		/*overflow-x: hidden*/
	}
	#main-wrapper .media-col-stacked {
		/*margin-top:10px !important;*/
	}
	#main-wrapper .stacked .row button{
		margin-top: 10px
	}
}
@media (max-width : 768px) {
	#header-wrapper .left-logo-img {
		float: none !important;
		margin-left: 0 !important;
	}
	#main-wrapper .detail-text {
		min-height: 0;
		margin-bottom: 10px;
	}
	.countdown-container .countdown-offer-label p.label{
		margin-top: 5px !important;
		line-height: 1em;
	}
	#main-wrapper .main-wrapper-container{
		padding-top: 20px;
		margin: 0 auto;
	}
	#main-wrapper {
		padding-bottom: 20px;
		height: 100%;
	}
	#main-wrapper h2 {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	#main-wrapper .scan-form-box {
		/*margin-top: 10px;*/
	}
	#main-wrapper p {
		margin-bottom: 8px;
	}
	#header-wrapper .navbar-header{
		padding-left: 15px;
	}
	#main-wrapper .scan-col{
		/*padding-left: 30px;*/
		/*padding-right: 30px;*/
	}
	#main-wrapper .details-col{
		/*padding-left: 30px;*/
		/*padding-right: 30px;*/
	}
	#scan-wrapper .form-box{
		padding-left: 13px;
		padding-right: 13px;
	}
	#scan-wrapper .form-box input {
		width: 100%;

	}

	#scan-wrapper .form-box .intl-tel-input {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px
	}

	#clients-wrapper .client-detail .name {
		margin-top: 30px;
	}
	#clients-wrapper .client-detail .text {
		margin-top: 20px;
	}
	#scan-wrapper .form-box button {
		width:100%;
		margin-left: 0px;
	}
	#scan-wrapper .fa-phone, #scan-wrapper .fa-briefcase {
		top: 12px
	}
	.form-box-horz .col-md-5{
		width: 100%;
	}

	.form-box-horz .col-md-2{
		width: 100%;
	}

	.form-box-horz .col-md-2 .btn{
		width: 100%;
	}

	#main-wrapper .scan-col.stacked.stacked-margin {
		margin-top: 26px !important;
	}

	#main-wrapper .media-col-stacked {
		/*width: 437px !important;
		margin-top: -70px !important;*/
	}

	#main-wrapper .main-wrapper-container {
		padding: 10px 10px;
	}
	#header-wrapper .navbar{
		height:auto;
  }
  #header-wrapper .left-logo-img img {
    height: 45px !important;
  }
	#main-wrapper{
		padding-bottom:0px;
	}
	body{
		/*overflow-x: hidden*/
	}
	#main-wrapper .media-col-stacked {
		/*margin-top:10px !important;*/
	}
	#clients-wrapper .client-detail{
		text-align: center;
	}
	#clients-wrapper .client-detail .name{
		padding-top: 3px;
	}
	#clients-wrapper img{
		width: 130px;
	}

}

@media (max-width : 480px) {
	.media-col .countdown-container {
		/*display: none !important;*/
	}
	.media-col {
		padding: 0 10px !important;
		margin-bottom: 10px;
	}
  #header-wrapper .container{
    padding-left: 0;
    padding-right: 0;
  }
	/* #header-wrapper .left-logo-container {
		text-align: center;
		float: none !important;
	}
	.left-logo-icon {
		float: none !important;
		margin: auto;
		margin-bottom: 0px !important;
	}
	#header-wrapper .h5 {
		float: none;
		text-align: center;
		margin-top: 3px !important;
		margin-bottom: 0px !important;
		white-space: normal !important;
		word-break: keep-all !important;
		width: 100%;
		margin-left: 0px;
	} */
	.cke_combo__lineheight,.cke_combo__fontsize {
		display: none !important;
	}
	/*#header-wrapper h5{
		font-size: 20px;
		margin-top: 19px;
	}*/
	#main-wrapper .scan-form-box button h5 a span{
		line-height: 17px
	}

	#main-wrapper .freeText p span {
	}

	#main-wrapper .freeText, #main-wrapper .freeText p {
	}

	#main-wrapper .scan-form-box .detail p span{
	}

	#main-wrapper .scan-form-box .title, #main-wrapper .scan-form-box .title p {
	}

	#main-wrapper .scan-form-box .title, #main-wrapper .scan-form-box .title p span{
	}


	#main-wrapper .scan-form-box .detail {
		margin: 0;
	}

	#main-wrapper .freeText {
		margin: 0
	}

	#main-wrapper .h2, #main-wrapper .h2 p span{
		line-height: 1em
	}
	#main-wrapper .media-col {
		/*padding: 0 5px;*/
		/*margin-bottom: 5px;*/
		/*margin: auto;*/
		/*padding-bottom: 10px;*/
	}

	#main-wrapper .scan-form-box button h5 {
		margin-top: -6px;
	}

	#main-wrapper .countdowncol.adjust {
		margin-left: auto;
		margin-top: 5px;
	}
	#main-wrapper .countdowncol {
		padding: 0 10px;
	}
	#main-wrapper .main-wrapper-container {
		/*margin: 5px !important;*/
	}
	.details-col, .scan-col {
		margin-bottom: 0px;
	}
	#main-wrapper .scan-col {
		padding: 0 10px !important;
	}
	#header-wrapper .navbar-header{
		padding-left: 0px;
		margin-right: 0px;
		width: 100%;
		margin: 0px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header-wrapper .left-logo-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #header-wrapper .left-logo-icon{
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
	}
	#header-wrapper .right-logo-container{
		width: 100%;
		text-align: center;
	}
	#header-wrapper .right-logo-container .media.page-logo{
		float: none;
		display: inline-block;
		margin-top: 0px;
		width: 35px;
		height: 35px;
		margin-bottom: 0px;
		position: relative;
		top: 2px;
		margin-left: 0px !important;
	}
	#header-wrapper .right-logo-container .page-logo img{
		width: 35px !important;
		height: 35px !important;
	}
	#header-wrapper .right-logo-container .h5{
		float: none;
		margin: 0px;
	}
	#header-wrapper .right-logo-container a.branding{
		height: 40px;
		float: none;
		margin: 0px;
	}
	#main-wrapper .scan-col,
	#main-wrapper .details-col{
		padding-left: 10px;
		padding-right: 10px;
	}
	#main-wrapper .details-col{
		margin-bottom: 10px;
	}
	.countdown-container .countdown-offer-label p.label{
		margin-top:8px;
	}
	#main-wrapper h2 {
	}
	#main-wrapper .detail-text {
		max-height:  none !important;
	}
	#scan-wrapper .form-box button{
		margin: 0px;
	}
	#footer-wrapper {
	}
	#clients-wrapper .title h2,
	#clients-wrapper .title h3  {
	}
	#clients-wrapper .client-detail .name {
		margin-top: 0;
	}
	#clients-wrapper .client-detail .text {
		margin-top: 10px;
	}

	#main-wrapper .h2, #main-wrapper .h2 p{
		text-align: center;
	}
	#main-wrapper .text-div p{
		margin-bottom: 8px;
		text-align: center;
	}

	.details-col{
		padding-bottom: 0px
	}
	#main-wrapper .scan-col.stacked.stacked-margin {
		margin-top: -6px !important;
	}

	#main-wrapper .media-col-stacked,#main-wrapper .media-col {
		/*width: 320px !important;*/
	}
	/*/////////////////*/
	#header-wrapper .container{
		width: 100% !important;
	}

	#header-wrapper .h5{
    float: none;
    vertical-align: middle;
    margin-top: 0px;
    line-height: 1.2em;

  }
  #header-wrapper .h5 p{
    margin-bottom: 0;
  }
  #header-wrapper .left-logo-img img {
    height: 38px !important;
    margin-top: 2px;
	}

	#main-wrapper .text-div p span {
		margin-bottom: 0px;
		text-align: center;
	}

	#header-wrapper .right-logo-container {
		display: none;
	}
	#main-wrapper .contentAdditionalText {
		margin: 0
	}
	#main-wrapper .scan-form-box button {
		margin: 0;
		width: 97%;
		margin-top: 7px;
	}

	#benifit-wrapper .title .h2 {
	}

	#clients-wrapper img{
		width: 110px;
	}
	#clients-wrapper .client-detail{
		text-align: center;
	}
	#clients-wrapper .client-detail .name{
		padding-top: 10px;
	}

	#calltoaction button > h5 > a >span{
	}


	#main-wrapper .scan-form-box button, #main-wrapper .scan-form-box a.btn{
		max-width: 245px;
	}
	#calltoaction button h5, #calltoaction a.btn h5{
		overflow: hidden;
	}

	#main-wrapper .optinAdditionalText br {
		display: none;
	}

}

/*benifit boxes - reused from pb blocks*/

/*.benifit-boxes-14 {
  padding-top: 20px;
  padding-bottom: 12px;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* background-attachment: fixed; */
/*}*/
/*.benifit-boxes-14 .cover-overlay {
  background-color: #ffffff;*/
/*}*/
.benifit-boxes-14 .benf-boxes {
	padding: 0px;
	border-radius: 2px;
}
.benifit-boxes-14 .box-color {
	border-radius: 2px;
	/* padding: 10px; */
	min-height: 95px;
	/* overflow: hidden; */
	display: table;
	background: #f9f9f9;
}
.benifit-boxes-14 .benf-boxes .box-top-icon {
	width: 60px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	/*padding: 5px;*/
	position: static;
	background: none;
	border: none;
}
.benifit-boxes-14 .benf-boxes .benf-icon-holder {
	background: #143752;
	border-radius: 50%;
	padding: 12px;
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 10px 0 15px;
}
.benifit-boxes-14 .benf-boxes .box-top-icon img {
	height: 36px;
	width: 36px;
}
.benifit-boxes-14 .box-top-icon .update-overlay-ben-box {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
.benifit-boxes-14 .box-top-icon:hover .img-overlay {
	display: block !important;
}
.benifit-boxes-14 div.benf-boxes div.benifit-box {
	/* margin-left: 10px; */
	display: table-cell;
	padding: 8px 5px 8px 0;
}
.benifit-boxes-14 .benifit-box {
	vertical-align: middle;
	border-radius: 2px;
	overflow: hidden;
}
.benifit-boxes-14 .benifit-content {
	text-align: left;
	padding: 5px;
	position: relative;
	background: none;
	min-height: 0;
	border: none;
	color: #666;
}
.benifit-boxes-14 .box-top-icon .update-overlay-ben-box a {
	color: #fff;
	padding: 5px 3px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	line-height: 10px;
	position: absolute;
	top: 35%;
	left: 18%;
	text-transform: lowercase;
	font-size: 10px;
}
.benifit-boxes-14 .benifit-content p {
	margin-bottom: 0;
	line-height: 22px;
	color: #666666;
	word-break: keep-all;
}
.benifit-boxes-14 .benfText {
}
.width50{
	width: 50% !important;
}
@media (min-width: 768px) {
	.benifit-boxes-14 .benifit-boxes div.benf-boxes {
		display: block;
		white-space: nowrap;
		margin-top: 7px;
		margin-bottom: 5px;
	}
}
@media (max-width:767px) {
	#clients-wrapper .img-container {
		margin-top: 5px !important
	}
	#calltoaction button, #calltoaction a.btn {
		width: 97% !important;
		max-width: 97% !important;
		padding: 15px !important;
	}
	.countdown-container .countdown-offer-label p.label{
		margin-top: 5px !important;
		line-height: 1em;
	}
	#main-wrapper .scan-col{
		/*padding-left: 15px;*/
	}
	.benifit-boxes-14 .benf-boxes .box-top-icon {
		display: block !important;
		margin: 0 auto;
		margin-bottom: 10px;
		float: none;
		margin-top: 12px;
	}
	.benifit-boxes-14 div.benf-boxes div.benifit-box {
		display: block;
		padding: 0 10px;
	}
	.benifit-boxes-14 .benf-boxes .benf-icon-holder {
		margin: 0 auto !important;
	}
	.benifit-boxes-14 .benifit-content {
		text-align: center;
	}
	.testimonial-block-6 .titleline p {
		text-align: center !important;
	}
}
.benifit-boxes-14 .benfTitle {
	color: #143752;
	font-weight: 600;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	word-break: keep-all;
}
.benifit-boxes-14 .col-benefit1,
.benifit-boxes-14 .col-benefit2 {
	margin-bottom: 15px;
}
#benefits-block {
	background-image: url(../../images/benf-bg.jpg);
	padding-top: 25px;
	padding-bottom: 10px;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	/* background-attachment: fixed; */
}
.benifit-boxes-2 .fadeMe {
	background-color: rgba(46, 77, 101, .9);
}
.benifit-boxes-2 div.benf-boxes {
	display: block;
	margin-top: 16px;
	margin-bottom: 12px;
}
.benifit-boxes-2 .benifit-content {
	background: rgba(0,0,0,.10);
	text-align: center;
	padding: 50px 20px 15px;
	position: relative;
	/*min-height: 175px;*/
	color: #FFFFFF;
	border-radius: 0;
	border: none;
}
.benifit-boxes-2 .benifit-box {
	border-radius: 0;
}
.benifit-boxes-2 .box-top-icon {
	position: absolute;
	top: -17px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	color: #FFF;
	border-radius: 50%;
	background: #FFFFFF;
	line-height: 20px;
	padding: 12px;
	height: 56px;
	width: 56px;
	border: none;
}
.benifit-boxes-2 .box-top-icon img {
	height: 32px;
	width: 32px;
}
.benifit-boxes-2 .box-top-icon .update-overlay-ben-box {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
.benifit-boxes-2 .box-top-icon .update-overlay-ben-box a {
	color: #fff;
	padding: 3px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	line-height: 10px;
	position: absolute;
	top: 35%;
	left: 16%;
	text-transform: lowercase;
	font-size: 10px;
}
.benifit-boxes-2 .box-top-icon:hover .img-overlay {
	display: block;
}
.benifit-boxes-2 .benfRow {
	margin: 20px 20px 5px 20px;
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	.benifit-boxes-2 div.benf-boxes {
		margin: 30px 0 !important;
		text-align: center;
	}
	.benifit-boxes-2 .benfRow {
		margin: 0 !important;
	}
	.benifit-boxes-2 .container {
		/*padding-top: 20px !important;*/
	}
}

#calltoaction {
	padding: 20px 0;
	position: relative;
	background-size: cover;
	z-index: 0;
}
#calltoaction button, #calltoaction a.btn {
	border-radius: 7px;
	width: 40%;
	border: none !important;
	background-color: #ffb400;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	line-height: 30px;
}
#calltoaction button, #calltoaction a.btn {
	border-radius: 7px;
	border: none !important;
	background-color: #ffb400;
	background: -moz-linear-gradient(top, #ffcc56 0%, #ffb400 100%);
	background: -webkit-linear-gradient(top, #ffcc56 0%, #ffb400 100%);
	background: linear-gradient(to bottom, #ffcc56 0%, #ffb400 100%);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	margin:0 auto;
	padding: 15px 30px;
	width: auto;
}
#calltoaction button h5, #calltoaction a.btn h5 {
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
	white-space: normal;
	margin: 0;
	padding: 0;
}


.flex_rows_vertical_align {
	display: flex;
	align-items: center;
}

.media-col .update-overlay-cover-media {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
.media-col .update-overlay-cover-media a {
	color: #fff;
	padding: 10px 15px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	line-height: 20px;
	position: absolute;
	top: 40%;
	left: 40%;
	text-transform: uppercase;
}
.media-col:hover .update-overlay-cover-media {
	display: block;
}
@media (max-width:767px) {
	.flex_rows_vertical_align {
		display: block;
	}
	#feature-wrapper .h3, #feature-wrapper2 .h3, #feature-wrapper3 .h3 {
		text-align: center;
	}
	#feature-wrapper .feature-text-box, #feature-wrapper3 .feature-text-box {
		padding-left: 0;
		text-align: center;
	}
	#feature-wrapper2 .feature-text-box, 	#feature-wrapper2 .feature-text-box p {
		padding-left: 0;
		text-align: center !important;
	}
	.benifit-boxes-2 .benfRow {
		display: block;
	}
	#calltoaction button h5, #calltoaction a.btn h5 {
	}
	.title.clients-headline {
		margin: 0 15px;
	}
	#benifit-wrapper .title {
		margin: 0 15px;
	}
	#footer-wrapper .text-center.content-editor{
		padding: 0 10px;
	}
	#clients-wrapper .client-detail .name {
		font-weight: 700;
	}
	#clients-wrapper .clientWrapper {
		margin-bottom: 10px;
		display: block;
	}
	#main-wrapper .main-wrapper-container {
		padding: 15px 10px;
	}
}
.marginRemoveOptin {
	margin-top: -50px !important;
}
#main-wrapper .scan-form-box button a,
#main-wrapper .scan-form-box button a:hover,
#calltoaction button a,
#calltoaction button a:hover {
	text-decoration: none;
	color: #FFF;
	display: block;
}
.left-logo-icon {
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	position: relative;
}

#header-wrapper .left-logo-icon .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
#header-wrapper .left-logo-icon .img-overlay a {
	color: #fff;
	padding: 3px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	line-height: 10px;
	position: absolute;
	top: 15%;
	left: 10%;
	text-transform: lowercase;
	width: auto;
	height: auto;
	font-size: 9px;
}
#header-wrapper .left-logo-icon:hover .img-overlay {
	display: block;
}
#header-wrapper .left-logo-icon img {
	width: 45px !important;
	height: 45px !important;
}
#header-wrapper .left-logo-img {
	min-width: 100px;
	height: 45px;
	display: none;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	position: relative;
	text-align: center;
}
#header-wrapper .left-logo-img .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
#header-wrapper .left-logo-img .img-overlay a {
	color: #fff;
	padding: 5px 8px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-transform: lowercase;
	width: 80%;
	height: auto;
	margin: auto;
	margin-top: 12px;
	display: inline-block;
	font-size: 12px;
}
#header-wrapper .left-logo-img:hover .img-overlay {
	display: block;
}

#header-wrapper .right-logo-icon {
	float: right;
	margin-left: 5px;
	width: 45px;
	height: 45px;
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	position: relative;
}
#header-wrapper .right-logo-icon img {
	width: 45px !important;
	height: 45px !important;
}
#header-wrapper .right-logo-icon .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
#header-wrapper .right-logo-icon .img-overlay a {
	color: #fff;
	padding: 3px 4px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	line-height: 10px;
	position: absolute;
	top: 15% !important;
	left: -4% !important;
	text-transform: lowercase;
	width: auto !important;
	height: auto !important;
	display: inline-block;
	font-size: 9px;
}
#header-wrapper a,
#header-wrapper a:hover,
#header-wrapper a:focus {
	border: none !important;
	outline: none !important;
}
#header-wrapper .right-logo-icon:hover .img-overlay {
	display: block;
}
.img-overlay a.edit-shadow {
	box-shadow: none !important;
}
.media-col .countdown-container {
	margin-top: 10px;
}
.sp-container {
	padding-bottom: 15px !important;
}
#savePageNotification {
	height: 63px;
	background: #35C96F url('../../images/save-box-bg.png') left top no-repeat;
	padding-top: 10px;
	padding-left: 130px;
	border-bottom: 2px solid #2DBF66;
	border-radius: 0;
	display: none;
}
#savePageNotification .close {
	margin-top: -8px;
	margin-right: 8px;
	outline: 0 !important;
}
#savePageNotification .title-text {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

#savePageNotification .detail-text {
	color: #fff;
	text-transform: uppercase;
}

div.ben-row > *:nth-child(2n+1) {
	clear: both;
}


/* Small Devices, Tablets */
@media (max-width : 791px) {
	.container {
		width:92%;
	}
}
/* Medium Devices, Desktops */
@media (min-width : 992px) {
	/*.container {
		width: 950px;
	}*/
}
@media (max-width:343px) {
	#header-wrapper .container{
		width: 100% !important;
	}
	.container {
		width: 290px;
	}
}

/*new controls code*/
section {
	position: relative;
	outline: 2px solid transparent;
	outline-offset: -2px;
	transition: outline 0.5s ease-in-out;
	/*overflow: visible !important;*/
	/*z-index: 9999 !important;*/
}
.toolbox.top-element,
.section-title.top-element {
	top: -1px;
	left: -1px;
}
.toolbox,
.section-title {
	position: absolute;
	top: -24px;
	left: -2px;
	background-color: #3598db;
	color: #fff;
	z-index: 9999;
	font-size: 11px;
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease;
}
.toolbox ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px !important;
	border-radius: 2px;
}
.toolbox ul li {
	display: inline-block;
	border-right: 1px solid #48a7e6;
	position: relative;
}
.toolbox ul li img,
.toolbox-right ul li img,
.toolbox ul li i {
	padding: 6px 10px;
	margin-right: auto;
	margin-left: auto;
}
.toolbox ul li img,
.toolbox-right ul li img {
	max-width: 32px;
}
.toolbox .fa-arrows {
	cursor: move;
}
.toolbox-right.top-element {
	top: -1px;
}
.toolbox-right {
	position: absolute;
	top: -24px;
	background-color: #3598db;
	color: #fff;
	z-index: 99999;
	font-size: 11px;
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease;
	right: -2px;
}
.toolbox-right ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px !important;
	border-radius: 2px;
}
.toolbox-right ul li {
	display: inline-block;
	border-right: 1px solid #48a7e6;
	position: relative;
}
.section-title {
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
}
.show-toolbox {
	visibility: visible !important;
	opacity: 1 !important;
}
#header-wrapper .navbar-header {
	float: none !important;
}
#header-wrapper .navbar {
	position: static;
}
.placeholderSortable {
	border: 2px dashed #3498db;
	background: rgba(124, 187, 230, 0.5);
}
#pageWrapper {
	min-height: 100vh;
}
#header-wrapper .right-branding-img-wrapper {
	min-width: 280px;
	height: 45px;
	display: none;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	position: relative;
	text-align: center;
}
#header-wrapper .right-branding-img-wrapper img {
	height: 45px !important;
	margin: 0 auto;
}
#header-wrapper .right-branding-img-wrapper .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
#header-wrapper .right-branding-img-wrapper .img-overlay a {
	color: #fff;
	padding: 5px 8px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-transform: lowercase;
	width: 80%;
	height: auto;
	margin: auto;
	margin-top: 12px;
	display: inline-block;
	font-size: 12px;
	outline: none !important;
	border: none !important;
}
#header-wrapper .right-branding-img-wrapper:hover .img-overlay {
	display: block;
}


.buttonGetFB {
	margin-bottom: 5px !important;
}
.benf-icon-holder.edit-shadow,
.img-container.edit-shadow,
.box-top-icon.edit-shadow,
.testimonials-img.edit-shadow {
	border: none !important;
	outline: none !important;
}
.clientImgCol {
	padding-left: 0;
}
.testimonials-img i {
	display: none;
}




#countdown-message{
	margin-top: 7px;
}

@media (max-width : 791px) {
	#main-wrapper .scan-form-box a.btn h5{
		overflow: hidden;
		max-width: 100%;
	}
}

#current-image-has-current{
	margin: 0px;
	width: 100%;
}


/*testimonials block 6*/
.testimonial-block-6 {
	padding: 10px 0;
	background-size: cover;
	z-index: 0;
	position: relative;
	/*min-height: 600px;*/
}
.testimonial-block-6 .cover-overlay {
	background-color: rgba(255,255,255,1);
}
.testimonial-block-6 .titleline {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0px;
	padding:5px;
}
.testimonial-block-6 .titleline p {
	margin: 0;
}
.testimonial-block-6 .testimonials-col {
	margin:10px;
	text-align: center;
}
.testimonial-block-6 .testiBoxColor {
	padding: 10px;
	border-radius: 2px;
	background: rgba(0,0,0,0.5);
}
.testimonial-block-6 .testimonials-img {
	width:100%;
	display: block;
	margin: 10px auto;
	padding:0 10px;
}
.testimonial-block-6 .testimonials-img img {
	width:100%;
	margin: 0 auto;
}
.testimonial-block-6 .testimonials-img {
	position: relative;
}
.testimonial-block-6 .testimonials-img .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 0px solid #89d0e2 !important;
	box-shadow: 0px 0px 2px 2px #3498db !important;
}
.testimonial-block-6 .testimonials-img .img-overlay a {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 15px;
	background-color: #3498db;
	text-decoration: none;
	border-radius: 2px;
	line-height: 14px;
	position: absolute;
	top: 38%;
	left: 40%;
}
.testimonial-block-6 .testimonials-img:hover .img-overlay {
	display: block;
}
.testimonial-block-6 .testimonials-text-holder {
	margin:10px 0;
	padding: 10px;
}
.testimonial-block-6 .testimonials-text-holder p {
	margin: 0;
}
.testimonial-block-6 .testimonials-owner {
	display: block;
	margin-top: 15px;
}

#AutoPlay{
	right: 253px !important;
}
#useDefaultVideo{
	display: block !important;
}
#header-wrapper .navbar-header svg {
	width: 45px;
	height: 45px;
}