.colprofbpx4wp{
	display: inline-block;
	width: 42%;
    padding: 20px;
    padding-top: 0px;
	padding-right: 40px;
    border-right: 1px solid #eee;
    line-height: 20px;
}
.colprofbpx4wp2{
	vertical-align: top;
    display: inline-block;
    padding: 20px;
    padding-top: 0px;
    width: 42%;
    line-height: 20px;
}

.titprofbpx4wp{
    padding: 0px 10px 10px;
    border-bottom: 1px solid #eee;
}

.nsproversionfbpx4wp{
	width: calc(100% - 350px);
	padding: 20px;
    margin-top: 20px;
    border-radius: 7px;
}
.titlefbpx4wp {
	margin-bottom: -15px;
}
.titlefbpx4wp2 {
	margin-bottom: -25px;
}

.verynsbigboxcontainer {
	
}

.verynsbigbox {
	width: 277px;
	height: auto;
	padding: 10px;
	float: right;
	margin-top: 8px;
}

.nsbigbox {
	width:275px; 
	height: auto;
	background: #fff;
	border: 1px solid #6BAA01;
	border-radius: 7px;
	color: #848481;
}

.nsbigbox-orange {
	width:275px; 
	height: auto;
	background: #fff;
	border: 1px solid #FBB02D;
	border-radius: 7px;
	color: #848481;
}

.titlensbigbox {
	color: #fff;
	width: 235px;
	background: #6BAA01;
	padding: 1px 20px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
}

.titlensbigbox-orange {
	color: #fff;
	width: 235px;
	background: #FBB02D;
	padding: 1px 20px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
}

.contentnsbigbox {
	width: 235px;
	padding: 20px 20px 30px 20px;
}

.contentnsbigbox p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
}

a.linkBigBoxNS {
	text-decoration: none;
	color: #848481;
}

.buttonNsbigbox {
	cursor: pointer;
	height: 36px;
	border: 1px solid #6BAA01;
	background: #fff;
	text-align: center;
    margin: 0 auto;
    padding: 15px 20px 0px 20px;
    font-size: 18px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttonNsbigbox-orange {
	cursor: pointer;
	height: 36px;
	border: 1px solid #FBB02D;
	background: #fff;
	text-align: center;
    margin: 0 auto;
    padding: 15px 20px 0px 20px;
    font-size: 18px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttonNsbigbox:hover {
	color: #fff;
	height: 36px;
	border: 1px solid #6BAA01;
	background: #6BAA01;
	text-align: center;
    margin: 0 auto;
    padding: 15px 20px 0px 20px;
    font-size: 18px;
}

.buttonNsbigbox-orange:hover {
	color: #fff;
	height: 36px;
	border: 1px solid #FBB02D;
	background: #FBB02D;
	text-align: center;
    margin: 0 auto;
    padding: 15px 20px 0px 20px;
    font-size: 18px;
}

.buttonNsEmail {
	width: 100%;
	height: 52px;
	line-height: 36px;
	border: 1px solid #6BAA01;
	background: #6BAA01;
	padding: 0 20px;
    font-size: 18px;
	margin: 15px auto;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttonNsEmail-orange {
	width: 100%;
	height: 52px;
	line-height: 36px;
	border: 1px solid #FBB02D;
	background: #FBB02D;
	padding: 0 20px;
    font-size: 18px;
	margin: 15px auto;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nscenterbannerone {
	text-align: center;
}
/* additional classes */

.nsbigboxtheme {
	margin-top: 0px;
	margin-bottom: 30px;
	width:275px; 
	height: auto;
	background: #fff;
	border: 1px solid #6BAA01;
	border-radius: 7px;
	color: #848481;
}

.nsbigboxtheme-orange {
	margin-top: 0px;
	margin-bottom: 30px;
	width:275px; 
	height: auto;
	background: #fff;
	border: 1px solid #FBB02D;
	border-radius: 7px;
	color: #848481;
}
.imgnsbigbox {
	width: 100%;
	height: auto;
}

.ns-container-title-arrow {
	width: 100%;
}

.ns-arrows-float-right {
	float: right;
}

.arrows {
  position: relative;
  position: absolute;
  top: 27%;
/*  left: 50%;*/
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}

.arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 4px solid #60a007;
  border-bottom: 4px solid #60a007;
  transform: translate(4px, 106.66667px) rotate(-135deg);
  animation: arrows 1.5s linear infinite;
}

.arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 4px solid #60a007;
  border-bottom: 4px solid #60a007;
  transform: translate(53.33333px, 0px) rotate(-135deg);
  animation: arrows 1.5s linear infinite -0.75s;
}

@keyframes arrows {
  0% {
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: translate(-53.33333px, -13.33333px) rotate(-135deg);
  }
  10%, 90% {
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  50% {
    border-left: 4px solid #60a007;
    border-bottom: 4px solid #60a007;
    transform: translate(0px, -13.33333px) rotate(-135deg);
  }
  100% {
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: translate(53.33333px, -13.33333px) rotate(-135deg);
  }
}
@media screen and (max-width: 1280px) {
.arrows {
	display: none;
}
.ns-hidepremiumfeature{
	display: none;
}
}