.nmh .bottom-footer a {
	color: #fff;
	text-decoration: none;
}

.nmh .bottom-footer a:hover,
.nmh .bottom-footer a:focus {
	text-decoration: none;
}

header .right-part .navigation-menu>ul>li .sub-menu li a {
	white-space: nowrap;
}

header .right-part .navigation-menu>ul>li .sub-menu .sub-menu {
	top: 0;
	left: 200px;
}

header .right-part .navigation-menu>ul>li .sub-menu .sub-menu:before {
	display: none;
}

header .right-part .navigation-menu>ul>li .sub-menu>li:first-child .sub-menu {
	top: -10px;
}

header .right-part .navigation-menu>ul>li .sub-menu li {
	position: relative;
}

.mm-listview>li>a, .mm-listview>li>span {
	color: #fff !important;
}

header .right-part .navigation-menu .sub-menu .sub-menu {
	position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: none;
}

header .right-part .navigation-menu .sub-menu>.menu-item-has-children>a {
	border-bottom: none;
}

.hg-overlay-wrap {
	position: relative;
}

.hg-overlay-wrap .hg-overlay {
	background: rgba(79, 81, 96, 0.85);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.hg-overlay-wrap .hg-overlay .start-testing-form {
	width: 305px;
	max-width: 100%;
	border: 2px solid #2a3a51;
	border-radius: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -152px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .st-head {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .st-head {
	background-color: #fff;
	padding-top: 8px;
	padding-bottom: 0;
	position: relative;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .st-head h2 {
	text-align: center;
	line-height: 1.5;
	font-size: 22px;
	font-weight: 700;
	color: #44bbbe;
	margin: 0;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .st-head a {
	position: absolute;
	top: 10px;
	right: 11px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .st-head .hg-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -10px;
	z-index: 1;
	width: 100%;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .st-head .hg-bottom {
	display: none;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form {
	background: #fff;
	padding: 24px 20px;
	position: relative;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row {
	overflow-y: hidden;
	margin-bottom: 6px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row {
	margin-bottom: 0;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row .fr-left {
	float: left;
	width: 125px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row .fr-right {
	float: right;
	width: 125px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row .fr-left {
	float: none;
	width: 100%;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row .fr-right {
	float: none;
	width: 100%;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row input[type="text"],
.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row input[type="email"],
.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row input[type="tel"],
.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row select {
	border-radius: 3px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	font-size: 11px;
	color: #303344;
	border: 1px solid #8e9292;
} 

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row select {
	line-height: 23px;
	background: url(images/hg-select.png);
	background-repeat: no-repeat;
	background-position: 95% 10px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form input[type="submit"] {
	background: #44bbbe;
	width: 142px;
	height: 34px;
	border-radius: 0;
	text-align: center;
	line-height: 34px;
	font-weight: 700;
	font-size: 15px;
	position: absolute;
	left: 50%;
	margin-left: -71px;
	bottom: -17px;
	color: #fff;
	padding: 0;
}

.hg-overlay-wrap .hg-overlay .start-testing-form p {
	margin: 0;
	font-size: 9px;
	color: #303344;
}

.hg-overlay-wrap .hg-overlay .start-testing-form textarea {
	resize: none;
	font-size: 11px;
	color: #303344;
	padding: 8px;
	border: 1px solid #8e9292;
}

.hg-overlay-wrap .hg-overlay .start-testing-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    line-height: 25px;
	font-size: 11px;
	color: #303344;
	opacity: 1;
}
.hg-overlay-wrap .hg-overlay .start-testing-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	line-height: 25px;
	font-size: 11px;
	color: #303344;
	opacity: 1;
}
.hg-overlay-wrap .hg-overlay .start-testing-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
	line-height: 25px;
	font-size: 11px;
	color: #303344;
	opacity: 1;
}
.hg-overlay-wrap .hg-overlay .start-testing-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	line-height: 25px;
	font-size: 11px;
	color: #303344;
	opacity: 1;
}
.hg-overlay-wrap .hg-overlay .start-testing-form ::-ms-input-placeholder { /* Microsoft Edge */
	line-height: 25px;
	font-size: 11px;
	color: #303344;
	opacity: 1;
}
.hg-overlay-wrap .hg-overlay .start-testing-form ::placeholder { /* Most modern browsers support this now. */
	line-height: 25px;
	font-size: 11px;
	color: #303344;
	opacity: 1;
}

.hg-overlay-wrap .hg-overlay .start-testing-form input[type="checkbox"] {
	margin: 0 4px 0 0;
	position: relative;
	top: 3px;
}

.hg-overlay-wrap .hg-overlay #request-a-quote-form .st-head {
	background-color: #fff;
}

.hg-overlay-wrap .hg-overlay #request-a-quote-form {
	width: 305px;
	margin-left: -150px;
}

.hg-overlay-wrap .hg-overlay #request-a-quote-form input[type="submit"] {
	color: #fff;
	background: #40c2c4;
}

.hg-overlay-wrap .hg-overlay #request-a-quote-form .st-head h2 {
	color: #ec6334;
}

.hg-overlay-wrap .hg-overlay #request-a-quote-form input[type="checkbox"] {
	margin-right: 2px;
}

.hg-overlay-wrap .hg-overlay .stf-bottom {
	width: 305px;
	margin-left: -152px;
	border: 2px solid #2a3a51;
}

.hg-overlay-wrap .hg-overlay .stf-bottom .st-head {
	padding-top: 8px;
	padding-bottom: 0;
}

.hg-overlay-wrap .hg-overlay .stf-bottom .st-head h2 {
	color: #44bbbe;
}

.hg-overlay-wrap .hg-overlay .stf-bottom .st-head .icon {
	text-align: center;
    margin-bottom: 10px;
}

.hg-overlay-wrap .hg-overlay #free-download-form .st-head {
	background-color: #fff;
}

.hg-overlay-wrap .hg-overlay #free-download-form .st-head h2 {
	color: #44bbbe;
}

.hg-overlay-wrap .hg-overlay .stf-bottom input[type="submit"] {
	color: #fff;
	background: #44bbbe;
	font-weight: 700;
}

.hg-overlay-wrap .hg-overlay #standard-contact-us input[type="submit"] {
	color: #fff;
	background: #44bbbe;
	font-weight: 700;
}

.hg-overlay-wrap .hg-overlay #premium-contact-us .st-head {
	background-color: #fff;
}

.hg-overlay-wrap .hg-overlay #premium-contact-us input[type="submit"] {
	color: #fff;
	background: #44bbbe;
	font-weight: 700;
}

/* .hg-overlay-wrap .hg-overlay .start-testing-form select[name="download-purpose"] {
	background: none !important;
} */

.hg-overlay-wrap .hg-overlay .start-testing-form .status {
	font-size: 11px;
	color: red;
	display: none;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .status br:first-child {
	display: none;
}

.hg-overlay-wrap .hg-overlay #standard-contact-us .st-head {
	background-color: #fff;
}

.homepage .cl-wrapper {
	overflow-y: hidden;
	padding-top: 23px;
	margin-bottom: 60px;
}

.homepage .cl-wrapper .cl-left {
	width: 33%;
	float: left;
	padding-top: 23px;
}

.homepage .cl-wrapper .cl-left h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.17;
	margin-bottom: 14px;
	margin-top: 0;
	color: #293b4f;
}

.homepage .cl-wrapper .cl-left p {
	margin: 0;
	color: #293b4f;
	font-size: 18px;
	line-height: 1.33;
}

.homepage .cl-wrapper .cl-right {
	width: 60%;
	overflow-y: hidden;
	float: left;
	margin-left: 5px;
}

.homepage .cl-wrapper .cl-right ul {
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.homepage .cl-wrapper .cl-right ul li {
	display: inline-block;
	margin-right: 19px;
	margin-bottom: 45px;
	vertical-align: middle;
	width: 190px;
	text-align: center;
}

.homepage .cl-wrapper .cl-right ul li:nth-child(3n) {
	margin-right: 0;
}

.homepage .cl-wrapper .cl-right ul li:nth-child(3n+1) {
	clear: both;
}

header .right-part .buttons-wrapper .start-testing {
	background: #40C2C4;
    color: #fff;
	height: 46px;
	line-height: 46px;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.18);
	font-size: 18px;
	font-family: 'NeueHaasDisplay-Mediu', sans-serif;
	font-weight: 400;
	border-radius: 0;
	min-width: 180px;
}

.rely-on h2 {
	font-size: 30px;
	line-height: 1.178;
	font-weight: 700;
	color: #293b4f;
	margin-top: 0;
	margin-bottom: 15px;
}

.homepage .ro-wrap .ro-left {
	padding-top: 44px;
}

.homepage .ro-wrap .ro-left ul {
	margin: 0;
	padding: 0;
}

.homepage .ro-wrap .ro-left ul li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 32px;
	margin-bottom: 30px;
}

.homepage .ro-wrap .ro-right {
	width: 30%;
    float: left;
    margin-left: 9px;
    border-left: 6px solid #44bbbe;
    padding: 25px 35px 15px 35px;
    box-shadow: 0 2px 10px #888;
    max-width: 295px;
    height: 202px;
    position: relative;
}

.homepage .ro-wrap .ro-right h3 {
	font-size: 13px;
	line-height: 1.15;
	margin-top: 0;
	margin-bottom: 15px;
	color: #44bbbe;
	font-weight: 700;
}

.homepage .ro-wrap .ro-right p {
	margin: 0 0 12px 0;
	font-size: 13px;
	line-height: 1.15;
	color: #303344;
}

.homepage .ro-wrap .ro-right img {
	max-width: 100px;
	max-height: 79px;
	position: absolute;
    bottom: 15px;
}

.features-wrapper {
	background: #fafafa;
	padding-top: 65px;
	padding-bottom: 37px;
}

.features-wrapper .slick-slider {
	margin-bottom: 0;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .form-thank-you {
	display: none;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .form-thank-you h2,
.hg-overlay-wrap .hg-overlay .start-testing-form .form-thank-you p {
	text-align: center;
	margin-top: 0;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .form-thank-you h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 32px;
	font-weight: 700;
	color: #303344;
	margin-top: 26px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .form-thank-you p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1875;
	color: #303344;
	margin-bottom: 25px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .form-thank-you p a {
	font-size: 16px;
	line-height: 1.1875;
	color: #35b6bb;
	text-decoration: underline;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .form-thank-you .with-link {
	font-size: 14px;
	line-height: 1.29;
	margin-bottom: 8px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form .form-thank-you .with-link a {
	font-size: 14px;
	line-height: 1.29;
	color: #35b6bb;
	text-decoration: underline;
}

.hg-overlay-wrap .hg-overlay #request-a-quote-form .form-thank-you p,
.hg-overlay-wrap .hg-overlay #standard-contact-us .form-thank-you p,
.hg-overlay-wrap .hg-overlay #premium-contact-us .form-thank-you p {
	margin-bottom: 59px;
}

header .right-part .navigation-menu>ul>li .sub-menu .sub-menu li:first-child a {
	padding-top: 0;
}

header .right-part .navigation-menu>ul>li .sub-menu .sub-menu li:last-child a {
	padding-bottom: 0;
}

header .right-part .navigation-menu>ul>li:nth-child(2)>.sub-menu>li>a {
	font-weight: 600;
}

.homepage .ro-wrap .ro-left ul li:first-child {
	margin-right: 82px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(2) {
	margin-right: 64px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(3) {
	margin-right: 64px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(4) {
	margin-right: 110px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(5) {
	margin-right: 15px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(5) img {
	width: 145px;
	height: 25px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(6) {
	margin-right: 94px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(7) {
	margin-right: 110px;
	max-width: 130px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(8) {
	margin-right: 82px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(9) {
	margin-right: 71px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(10) {
	margin-right: 95px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(11) {
	margin-right: 70px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(12) {
	margin-right: 52px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(13) {
	margin-right: 77px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(14) {
	margin-right: 71px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(15) {
	margin-right: 115px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(16) {
	margin-right: 20px;
}

.homepage .ro-wrap .ro-left ul li:nth-child(17) {
	margin-right: 0;
	max-width: 150px;
}

.homepage .ro-bottom {
	margin: 0;
	padding: 0;
	clear: both;
}

.homepage .ro-bottom li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.homepage .ro-bottom li:last-child {
	margin-right: 0;
}

.homepage .ro-wrap .ro-right .ro-right-inner {
	display: none;
}

.homepage .ro-wrap .ro-right .ro-right-inner:first-child {
	display: block;
}

.homepage .ro-wrap .ro-left ul li:first-child .gray {
	display: none;
}

.homepage .ro-wrap .ro-left ul li:first-child .color {
	display: inline-block;
}

.radview-pricing {
	padding-top: 66px;
}

.radview-pricing .rp-table {
	margin-top: 30px;
	border: none;
}

.radview-pricing .rp-table th,
.radview-pricing .rp-table td {
	border: none;
	padding: 0;
}

.radview-pricing .rp-table td {
	font-size: 17px;
	line-height: 60px;
	color: #2f3344;
}

.radview-pricing .rp-table th {
	font-weight: 700;
	font-size: 20px;
	line-height: 60px;
	color: #2f3344;
}

.radview-pricing .rp-table th:nth-child(2) {
	/*color: #c4d93a;*/
	text-transform: uppercase;
}

/*.radview-pricing .rp-table th:nth-child(3) {
	color: #36b7bc;
}*/

header {
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

header .right-part .navigation-menu>ul>li>a {
	color: #000;
	font-size: 18px;
}

header .right-part .navigation-menu>ul>li.has-submenu:before {
	width: 11px;
	height: 6px;
	background-image: url(../images/nr-down.svg);
	top: 11px;
}

header .right-part .search-form {
	margin-top: 2px;
	height: 39px;
}

header .right-part .search-form form {
	position: relative;
}

header .right-part .buttons-wrapper #raq-trigger {
	background: #40c2c4;
	padding-left: 42px;
	padding-right: 42px;
	background-color: #fff;
	border-radius: 0;
	height: 46px;
	line-height: 42px;
	border: 2px solid #40C2C4;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.18);
	font-family: 'NeueHaasDisplay-Mediu', sans-serif;
	font-size: 18px;
	color: #40C2C4;
	min-width: 180px;
}

header .right-part .buttons-wrapper .profile-item {
	border-radius: 50%;
}

.nmh footer .si-area-title {
	margin-bottom: 11px;
	padding-left: 7px;
}

.pricing-plans-wrapper .left-part .points-wrapper .point-item {
	margin-bottom: 20px;
}

.pricing-plans-wrapper .left-part .points-wrapper .point-item:last-child {
	margin-bottom: 0;
}

.pricing-plans-wrapper .right-part .plan-box.right .inner-content {
	padding-bottom: 36px;
	/*padding-top: 50px;*/
}

.pricing-plans-wrapper .right-part .plan-box.right {
	z-index: 10;
	/* top: -25px; */
}

.rhn-strip {
	background: #293b4f;
	padding-top: 23px;
	padding-bottom: 25px;
	clear: both;
}

.rhn-strip .left {
	display: inline-block;
	vertical-align: middle;
	margin-right: 58px;
	float: none;
}

.rhn-strip .right {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.rhn-strip .left h2 {
	margin: 0 0 3px 0;
	font-size: 27px;
	line-height: 42px;
	color: #fff;
	font-weight: 700;
}

.rhn-strip .left p {
	margin: 0;
	color: #9ec23e;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
}

.rhn-strip .left p span {
	margin-left: 4px;
	margin-right: 4px;
}

.rhn-strip .right a {
	width: 194px;
	display: inline-block;
	text-align: center;
	height: 39px;
	line-height: 39px;
	background: #43babe;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	font-weight: 700;
}

.top-banner .container .image-part svg {
	width: 20rem;
	position: absolute;
	bottom: 90px;
	right: 60px;
}
@keyframes floatingShadow {
	0%   { transform: scale(1);   }
	45%  { transform: scale(.70); }
  55%  {	transform: scale(.70);}	
	100% { transform: scale(1);   }			
}
.top-banner .container .image-part .robot {
  animation: floating 3s ease-in-out infinite;
}
.top-banner .container .image-part .shadow {
      transform-origin: bottom;
      animation: floatingShadow 3s ease-in-out infinite;
}
.top-banner .container .image-part .color {
      animation: color 2s ease-in-out infinite;
}

.top-banner .container .image-part .color2 {
      animation: color 1s ease-in-out infinite;
      animation-direction: reverse;
}
.top-banner .container .image-part .eyes {
      transform-origin: bottom;
      animation: eye 3s ease-in-out infinite;
      animation-direction: alternate;
}

@keyframes floating {
	0%   { transform: translate3d(0, 0, 0);	 }
	45%  { transform: translate3d(0, -10%, 0);	}
  55%  { transform: translate3d(0, -10%, 0);	}	
	100% { transform: translate3d(0, 0, 0); }			
}
@keyframes eye {
	0%   { transform: translate3d(0, 0, 0);	 }
	5%  { transform: translate3d(-70%, 90%, 0);	}
  40%  { transform: translate3d(-70%, 90%, 0);	}
  50%  { transform: translate3d(-50%, -40%, 0);	}
  93%  { transform: translate3d(-50%, -40%, 0);	}	
	100% { transform: translate3d(0, 0, 0); }			
}
@keyframes color {
  0%   { fill: #D30F7E }
  55%  { fill: #73BD81 }	
	100% { fill: #D30F7E }
}

.top-banner {
	background: url(images/grid2.jpg);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.homepage .expert-reviews {
	padding-top: 46px;
	padding-bottom: 44px;
	background-color: #293b4f;
	margin-bottom: 50px;
}

.homepage .expert-reviews h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 36px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.homepage .expert-reviews .separator {
	margin-bottom: 42px;
	background-color: #44bbbe;
	width: 84px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
}

.homepage .expert-reviews .testimonial_rotator.template-default .has-image .img, 
.homepage .expert-reviews .testimonial_rotator_single.has-image.template-default .img {
	margin-right: 0;
	width: 150px;
}

.homepage .expert-reviews .testimonial_rotator.template-default .has-image .img img,
.homepage .expert-reviews .testimonial_rotator_single.has-image.template-default .img img {
	width: auto;
	max-width: 120px;
}

.homepage .expert-reviews .testimonial_rotator.template-default .has-image .text, 
.homepage .expert-reviews .testimonial_rotator_single.has-image.template-default .text {
	width: 425px;
}

.homepage .expert-reviews .testimonial_rotator_quote {
	color: #fff;
	font-size: 22px;
	line-height: 1.14;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 30px;
}

.homepage .expert-reviews .testimonial_rotator.template-default .testimonial_rotator_author_info {
    padding: 0;
    border-left: none;
}

.homepage .expert-reviews .testimonial_rotator.template-default .testimonial_rotator_author_info p {
	margin: 0;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    line-height: 1.44;
}

.homepage .expert-reviews .testimonial_rotator.template-default .testimonial_rotator_author_info strong {
	font-weight: 700;
	color: #9ec23e;
}

.homepage .expert-reviews .fa {
	color: #fff;
}

.homepage .expert-reviews .testimonial_rotator_wrap {
	width: 655px;
    margin-left: auto;
    margin-right: auto;
}

.page-lrn .container {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

.page-lrn .lrn-top {
	min-height: 399px;
	background-image: url(images/rv-lp-top.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 20px;
	margin-bottom: 60px;
	position: relative;
}

.page-lrn .lrn-top .lrn-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}

.page-lrn .lrn-top .lrn-top-text {
	width: 56%;
	float: left;
	margin-top: 120px;
}

.page-lrn .lrn-top .lrn-top-text p {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 43px;
	line-height: 1.3;
	text-align: center;
}

.page-lrn .lrn-top .lrn-top-form {
	width: 41%;
	float: right;
	background: #fff;
	padding: 0 26px 0 22px;
	position: relative;
	top: 25px;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}

.page-lrn .lrn-second .lrn-bubble {
	float: left;
	width: 51%;
	background-image: url(images/lrn2.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 519px;
	padding-left: 105px;
	max-width: 597px;
}

.page-lrn .lrn-second .lrn-bubble h2 {
	color: #fff;
	margin-top: 135px;
	font-size: 30px;
	line-height: 1.17;
	font-weight: 700;
	margin-bottom: 25px;
}

.page-lrn .lrn-second .lrn-bubble p {
	margin-top: 0;
	margin-bottom: 60px;
	color: #0f0f0f;
	font-size: 20px;
	line-height: 1.1;
}

.page-lrn .lrn-btn {
	width: 210px;
	height: 42px;
	display: block;
	background-color: #293b4f;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	border-radius: 3px;
}

.page-lrn .lrn-second .lrn-globe {
	float: right;
	width: 448px;
	height: 459px;
	position: relative;
    top: 150px;
}

.page-lrn .lrn-third {
	background: #293b4f;
	padding-top: 83px;
	padding-bottom: 85px;
}

.page-lrn .lrn-third h2 {
	font-size: 30px;
	line-height: 1.17;
	color: #44babd;
	margin-top: 0;
	margin-bottom: 35px;
	text-align: center;
	font-weight: 700;
}

.page-lrn .lrn-third .separator {
	width: 84px;
	height: 5px;
	background-color: #44bbbe;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.page-lrn .lrn-third .lrn-review {
	overflow: hidden;
	width: 620px;
	margin: 0 auto;
}

.page-lrn .lrn-third .lrn-review .lrn-review-left {
	float: left;
	width: 125px;
	margin-right: 35px;
}

.page-lrn .lrn-third .lrn-review .lrn-review-right {
	float: left;
	width: 460px;
}

.page-lrn .lrn-third .lrn-review .lrn-review-right p {
	margin: 0;
	color: #fff;
	font-style: italic;
	font-size: 22px;
	line-height: 1.14;
}

.page-lrn .lrn-third .lrn-review .lrn-review-author {
	clear: both;
	padding-top: 35px;
	color: #fff;
	font-size: 16px;
	line-height: 1.44;
}

.page-lrn .lrn-third .lrn-review .lrn-review-author strong {
	color: #44bbbe;
	font-weight: 700;
}

.page-lrn .lrn-fourth {
	padding-top: 110px;
	padding-bottom: 170px;
}

.page-lrn .lrn-fourth .container {
	width: 965px;
}

.page-lrn .lrn-fourth .lrn-wand-left {
	float: left;
	width: 23%;
}

.page-lrn .lrn-fourth .lrn-wand-right {
	float: right;
	width: 71%;
}

.page-lrn .lrn-fourth .lrn-wand-right h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #44bbbe;
	font-size: 30px;
	line-height: 1.17;
	font-weight: 700;
}

.page-lrn .lrn-fourth .lrn-wand-right h3 {
	margin-top: 0;
	margin-bottom: 25px;
	color: #000000;
	font-size: 30px;
	line-height: 1.17;
	font-weight: 700;
}

.page-lrn .lrn-fourth .lrn-wand-right p {
	margin-top: 0;
	margin-bottom: 45px;
	color: #0f0f0f;
	font-size: 18px;
	line-height: 1.2;
}

.page-lrn .lrn-fourth .lrn-wand-right .lrn-btn {
	background-color: #44bbbe;
}

.page-lrn .lrn-fifth {
	background-color: #eceaea;
	padding-top: 47px;
	padding-bottom: 54px;
}

.page-lrn .lrn-fifth .container {
	width: 920px;
}

.page-lrn .lrn-fifth .lrn-dashboard-left {
	width: 50%;
	float: left;
}

.page-lrn .lrn-fifth .lrn-dashboard-left h2 {
	padding-top: 90px;
	margin-bottom: 15px;
	color: #44bbbe;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.17;
}

.page-lrn .lrn-fifth .lrn-dashboard-left p {
	margin-top: 0;
	margin-bottom: 45px;
	color: #0f0f0f;
	font-size: 18px;
	line-height: 1.2;
}

.page-lrn .lrn-fifth .lrn-dashboard-left .lrn-btn {
	background-color: #44bbbe;
}

.page-lrn .lrn-fifth .lrn-dashboard-right {
	float: right;
	width: 40%;
}

.page-lrn .lrn-third .container>p {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.page-lrn .lrn-sixth h2 {
	margin-bottom: 10px;
}

.page-lrn .lrn-sixth .separator {
	margin-bottom: 30px;
}

.page-lrn .lrn-sixth .lrn-review .lrn-review-right {
	width: 525px;
}

.page-lrn .lrn-sixth .lrn-review .lrn-review-left {
	margin-right: 0;
}

.page-lrn .lrn-sixth .lrn-review {
	width: 655px;
}

.page-lrn .lrn-sixth .lrn-review .lrn-review-author {
	padding-top: 15px;
}

.page-lrn .gform_title {
	display: none;
}

.page-lrn .lrn-top-form h2 {
	margin-top: 0;
	background: #fff;
	padding-top: 33px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	color: #44bbbe;
}

.page-lrn .lrn-top-form label {
	display: none !important;
}

.page-lrn .lrn-top-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

#field_2_1 {
	width: 49% !important;
	float: left !important;
}

.page-lrn .lrn-top-form .gform_wrapper .top_label input.medium, 
.page-lrn .lrn-top-form .gform_wrapper .top_label select.medium {
	width: 100% !important;
}

.page-lrn .lrn-top-form .gfield_checkbox label {
	display: inline-block !important;
}

.page-lrn .lrn-top-form #field_2_2 {
	width: 49% !important;
	float: right !important;
}

.page-lrn .lrn-top-form #field_2_3 {
	width: 49% !important;
	float: left !important;
}

.page-lrn .lrn-top-form #field_2_21 {
	width: 49% !important;
	float: right !important;
}

.page-lrn .lrn-top-form #field_2_5 {
	width: 49% !important;
	float: left !important;
}

.page-lrn .lrn-top-form #field_2_6 {
	width: 49% !important;
	float: right !important;
}

.page-lrn .lrn-top-form #field_2_7 {
	width: 49% !important;
	float: left !important;
}

.page-lrn .lrn-top-form #field_2_8 {
	width: 49% !important;
	float: right !important;
}

.page-lrn .lrn-top-form #field_2_23 {
	width: 49% !important;
	float: right !important;
}

.page-lrn .lrn-top-form .gform_wrapper ul li.gfield {
	clear: none;
}

.page-lrn .lrn-top-form #field_2_20 {
	clear: both;
	padding-top: 1px;
}

.page-lrn .lrn-top-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.page-lrn .lrn-top-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.page-lrn .lrn-top-form .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
}

.page-lrn .lrn-top-form .gform_wrapper .gform_heading {
	display: none;
}

.page-lrn .lrn-top-form .gform_wrapper {
	margin-top: 5px !important;
}

.page-lrn .lrn-top-form .gform_wrapper .gform_footer {
	padding-top: 0 !important;
	text-align: center !important;
}

.page-lrn .lrn-top-form input[type="submit"] {
	width: 215px !important;
	height: 41px !important;
	line-height: 41px !important;
	text-align: center !important;
	font-weight: 700 !important;
	color: #fff !important;
	font-size: 21px !important;
	border-radius: 3px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
}

.page-lrn .lrn-top-form input[type="text"],
.page-lrn .lrn-top-form input[type="email"],
.page-lrn .lrn-top-form select {
	border-radius: 3px !important;
	height: 36px !important;
	border: 1px solid #8e9292 !important;
	line-height: 36px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	color: #8e9292 !important;
	-webkit-appearance: none !important;
}

.page-lrn .lrn-top-form .gform_wrapper ul li.gfield {
	margin-top: 4px !important;
}

.page-lrn .lrn-top-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8e9292 !important;
  opacity: 1 !important; /* Firefox */
}

.page-lrn .lrn-top-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8e9292 !important;
}

.page-lrn .lrn-top-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #8e9292 !important;
}

.page-lrn .lrn-top .container {
	width: 1062px;
	overflow: visible;
}

.page-lrn .lrn-top-form .gform_wrapper .gfield_checkbox li label, 
.page-lrn .lrn-top-form .gform_wrapper .gfield_radio li label {
	max-width: 100% !important;
}

#my-mmenu:not( .mm-menu ) {
	display: none;
}

.page-lrn .lrn-second {
	padding-bottom: 90px;
	padding-top: 24px;
}

.page-lrn .lrn-second .container {
	overflow: visible;
	padding: 0;
	width: 100%;
}

.page-template-page_loadrunner_replacement_new .nmh footer .row {
	display: none;
}

.page-template-page_loadrunner_replacement_new .nmh footer .bottom-footer {
	margin-top: 0;
	border-top: none;
}

.page-template-page_loadrunner_replacement_new .nmh footer .bottom-footer p:first-child {
	display: none;
}

.page-template-page_loadrunner_replacement_new .nmh footer {
	padding-top: 10px;
}

.homepage .trust-elements {
	padding-top: 120px;
	padding-bottom: 66px;
	margin-bottom: 19px;
}

.homepage .trust-elements ul {
	text-align: center;
}

.homepage .trust-elements ul li {
	display: inline-block;
	margin-right: 105px;
}

.homepage .trust-elements ul li:last-child {
	margin-right: 0;
}

.homepage .trust-elements ul li img {
	display: inline-block;
	margin-bottom: 15px;
}

.homepage .trust-elements ul li span {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #293b4f;
	margin-top: 10px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row input[type="text"],
.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row input[type="email"],
.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row input[type="tel"],
.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row select {
	width: 180px;
	vertical-align: middle;
	display: inline-block;
	min-width: 0;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row label {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	width: 77px;
	vertical-align: middle;
	line-height: 1.2;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row select[name="state"],
.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row select[name="province"] {
	display: none;
}

.hg-overlay-wrap .hg-overlay form .form-row select[name="state"],
.hg-overlay-wrap .hg-overlay form .form-row select[name="province"] {
	display: none;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row .fr-right {
	padding-bottom: 16px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row .fr-left {
	padding-bottom: 16px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row-country .fr-left {
	padding-bottom: 0;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row-country .fr-right {
	padding-bottom: 0;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row-purpose {
	padding-top: 16px;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row-email .fr-right {
	padding-bottom: 14px;
}

.homepage .top-banner .container {
	max-width: 100%;
}

.radview-pricing .pricing-plans-wrapper .left-part h3 {
	font-weight: 700;
	font-size: 25px;
	line-height: 1.24;
	color: #2f3344;
	margin-bottom: 40px;
}

.radview-pricing .pricing-plans-wrapper .left-part .points-wrapper .point-item .text-content {
	color: #303344;
	font-weight: 400;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box {
	width: 257px;
	margin-right: 17px;
	border: 1px solid #293b4f;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding-bottom: 24px;
	transition: all .3s ease-in-out;
	will-change: transform;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box:hover {
	transform: scale(1.05);
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box:last-child {
	margin-right: 0;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box .inner-content {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 23px;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box h5 {
	font-size: 22px;
	line-height: 1.14;
	color: #2f3344;
	margin-bottom: 55px;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box.green-top .box-header {
	background-image: none;
	padding-top: 40px;
	padding-bottom: 0;
	height: 161px;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box.blue-top .box-header {
	background-image: none;
	padding-top: 40px;
	padding-bottom: 0;
	height: 161px;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box.dark-top .box-header {
	background-image: none;
	padding-top: 40px;
	padding-bottom: 0;
	height: 161px;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box .button {
	position: static;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	background: #36b7bc;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

/*.radview-pricing .pricing-plans-wrapper .right-part .plan-box:last-child .inner-content {
	padding-bottom: 19px;
}*/

.radview-pricing .pricing-plans-wrapper .right-part .plan-box ul li .fa {
	margin-right: 5px;
	color: #9ec23e;
}

.radview-pricing .pricing-plans-wrapper .right-part .plan-box ul li {
	padding-left: 20px;
	text-indent: -12px;
	font-size: 1.45rem;
}

.rp-table .rp-table-button {
	display: inline-block;
	width: 160px;
	height: 32px;
	text-align: center;
	color: #fff;
	line-height: 32px;
	background: #36b7bc;
	border-radius: 3px;
	font-weight: 700;
	font-size: 15px;
}

.rp-table th {
	text-align: center;
}

.rp-table td {
	text-align: center;
}

.rp-table th:first-child {
	text-align: left;
}

.rp-table td:first-child {
	text-align: left;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row-country .fr-right select[name="state"] {
	margin-top: 16px;
	float: right;
}

.hg-overlay-wrap .hg-overlay .start-testing-form form .form-row-country .fr-right select[name="province"] {
	margin-top: 16px;
	float: right;
}

.rp-table th:first-child {
	padding-left: 15px;
}

.rp-table th:last-child {
	padding-right: 15px;
}

.rp-table td:first-child {
	padding-left: 15px;
}

.rp-table td:last-child {
	padding-right: 15px;
}

.rp-table thead+tbody td {
	background-color: #fbfaff;
}

.rp-table tbody:last-child tr:nth-child(2n) td {
	background-color: #fbfaff;
}

.nmh .bottom-footer a:last-child {
	margin-right: 0;
}

/* .page-template-page_trywebload header .right-part {
	display: none;
} */

.page-template-page_trywebload .nmh footer {
	display: none;
}

.homepage .continuous-load {
	background: #fafafa;
	padding-top: 76px;
}

.trust-elements .img-rotate .text-rotate {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotateY(-90deg) translate(0%, -50%);
	transform: rotateY(-90deg) translate(0%, -50%);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	z-index: 1;
	opacity: 0;
	padding: 20px 10px 40px 10px;
	font-size: 18px;
	line-height: 1.5;
	color: #293b4f;
	border: 1px solid #9ec23e;
	width: 280px;
	background: #fafafa;
}

.trust-elements li:nth-child(2) .img-rotate .text-rotate {
	top: 15px;
}

.trust-elements .img-rotate .text-rotate img {
	position: absolute;
	right: 7px;
	bottom: -22px;
}

.trust-elements .img-rotate {
	position: relative;
}

.trust-elements .img-rotate * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.trust-elements .img-rotate .img {
	opacity: 1;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

@media (min-width: 1279px) {
	.trust-elements li:hover .img,
	.trust-elements li.hover .img {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}

	.trust-elements li:hover .text-rotate,
	.trust-elements li.hover .text-rotate {
		-webkit-transform: rotateY(0deg) translate(0, -50%);
		transform: rotateY(0deg) translate(0, -50%);
		opacity: 1;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
}

@media (min-width: 1301px) {
	.top-banner .container .text-part h1 {
		font-size: 36px;
		line-height: 1.4;
	}
	.top-banner .container .text-part h1 strong {
		font-size: 62px;
		line-height: 1;
	}
	.top-banner .container .image-part {
		max-width: 695px;
	}
	.top-banner .container .image-part svg {
		bottom: 97px;
		right: 57px;
	}
	.top-banner .container .text-part {
		padding-top: 60px;
	}
}

@media (min-width: 1101px) {
	.mmenu_wrap {
	    display: none;
	}
}

@media (max-width: 1300px) {
	.homepage .cl-wrapper .cl-left {
		width: 39%;
	}
	.radview-pricing .pricing-plans-wrapper .right-part .plan-box {
		width: 31%;
		margin-right: 2%;
	}
	.radview-pricing .pricing-plans-wrapper .right-part .plan-box:last-child {
		margin-right: 0;
	}
	.top-banner .container .text-part h1 strong {
		font-size: 62px;
	}
	.top-banner .container .text-part {
		float: none;
		text-align: center;
	}
	.top-banner .container .image-part {
		float: none;
		text-align: center;
	}
	.top-banner .container .image-part svg {
		right: 215px;
	}
	.top-banner .container {
		padding-top: 80px;
	}
	.rhn-strip .right {
		margin-top: 15px;
	}
	.homepage .cl-wrapper .cl-right ul li {
		margin-right: 15px;
	}
}

@media (max-width: 1280px) {
	.rhn-strip .left h2 {
		font-size: 28px;
	}
	.rhn-strip .left p {
		font-size: 16px;
	}
	.rhn-strip .right a {
		width: 110px;
	}
	.pricing-plans-wrapper .right-part .plan-box.right {
		top: -40px;
	}
	.homepage .cl-wrapper .cl-right ul li {
		margin-right: 15px;
	}
	.top-banner .container .image-part svg {
		bottom: 90px;
    	right: 220px;
	}
	.homepage .ro-wrap .ro-left {
		width: 100%;
	}
	.homepage .trust-elements ul li {
		margin-right: 95px;
	}
	.homepage .trust-elements ul li:last-child {
		margin-right: 0;
	}
	.homepage .ro-wrap .ro-left ul li:nth-child(10) {
		margin-right: 0;
	}
	.homepage .ro-wrap .ro-left ul li:nth-child(15) {
		margin-right: 105px;
	}
}

@media (max-width: 1200px) {
	.page-lrn .lrn-second .container {
		padding-left: 0;
		padding-right: 0;
	}
	.page-lrn .lrn-top .lrn-top-text p {
		font-size: 40px;
	}
}

@media (max-width: 1100px) {
	.homepage .cl-wrapper .cl-left {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.homepage .cl-wrapper .cl-right {
    	width: 100%;
	    float: none;
	    margin-left: 0;
	}
	.homepage .ro-wrap .ro-left {
	    width: 100%;
	    float: none;
	    margin-bottom: 20px;
	}
	.homepage .ro-wrap .ro-left ul li {
		margin-right: 32px !important;
	}
	.homepage .ro-wrap .ro-right {
		margin-left: 0;
		float: none;
		max-width: none;
		width: auto;
		display: inline-block;
	}
	.homepage .rely-on {
		margin-bottom: 80px;
	}
	.homepage .ro-wrap .ro-right {
		height: auto;
	}
	.homepage .ro-wrap .ro-right img {
		position: static;
	}
	.homepage .ro-wrap .ro-right {
		margin-bottom: 40px;
	}
	.homepage .ro-bottom li {
		margin-right: 32px;
		margin-bottom: 30px;
	}
	.homepage .ro-bottom li:last-child {
		margin-right: 0;
	}
	.homepage .rely-on {
		margin-bottom: 40px;
	}
	.radview-pricing {
		padding-top: 20px;
	}

	/* Force table to not be like tables anymore */
	.radview-pricing .rp-table, .radview-pricing .rp-table thead, .radview-pricing .rp-table tbody, .radview-pricing .rp-table th, .radview-pricing .rp-table td, .radview-pricing .rp-tableg tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.radview-pricing .rp-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.radview-pricing .rp-table tr { border: 1px solid #ccc; width: 100%; display: block; border-bottom: none; }
	
	.radview-pricing .rp-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		vertical-align: middle;
		line-height: 1.5;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.radview-pricing .rp-table th {
		vertical-align: middle;
	}
	
	.radview-pricing .rp-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
    	left: 10px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.radview-pricing .rp-table {
		padding: 0;
		margin-top: 40px;
	}
	
	/*
	Label the data
	*/
	.radview-pricing .rp-table td:nth-of-type(1):before { content: "Feature"; }
	.radview-pricing .rp-table td:nth-of-type(2):before { content: "Free"; }
	.radview-pricing .rp-table td:nth-of-type(3):before { content: "Standard"; }
	.radview-pricing .rp-table td:nth-of-type(4):before { content: "Premium"; }

	.radview-pricing .rp-table tr:last-child {
		border-bottom: 1px solid #ccc;
	}

	.rp-table td:first-child {
		text-align: center;
	}

	.rp-table tbody:last-child tr:last-child {
		display: none;
	}
}

@media (max-width: 1099px) {
	.hg-overlay-wrap .hg-overlay .start-testing-form {
		top: 9px;
		left: 50% !important;
		margin-left: -152px !important;
	}
	.hg-overlay-wrap .hg-overlay #request-a-quote-form {
		top: 9px;
		left: 50% !important;
		margin-left: -150px !important;
	}
	.homepage .trust-elements ul li {
		width: 31%;
		margin-right: 2%;
	}
	.homepage .trust-elements ul li:last-child {
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	.top-banner .container .image-part img {
		max-width: 100%;
		vertical-align: top;
	}
	.top-banner .container .text-part h1 {
		font-size: 27px;
	}
	.rhn-strip .left h2 {
		font-size: 22px;
	}
	.rhn-strip .left p {
		line-height: 1.6;
    	margin-bottom: 20px;
	}
	.rhn-strip .right,
	.rhn-strip .left {
		display: block;
	}
	.features-wrapper {
		padding-bottom: 0;
	}
	.top-banner .container .text-part {
		float: none;
    	width: 100%;
    	text-align: center;
    	padding-top: 0;
	}
	.top-banner .container {
		padding-top: 45px;
	}
	.top-banner .container .text-part h1 {
		margin-bottom: 30px;
	}
	.top-banner .container .image-part {
		max-width: 100%;
		margin-top: 20px;
		padding-bottom: 10px;
		float: none;
	}
	.page-lrn .lrn-second .lrn-bubble {
		-webkit-background-size: contain;
		background-size: contain;
	}
	.top-banner .container .image-part svg {
		right: 70px;
		bottom: 65px;
	}
	.rhn-strip .left {
		float: none;
		margin-right: 0;
	}
	.homepage .trust-elements ul li {
		display: block;
		float: left;
		width: 31%;
		margin-right: 2%;
	}
	.homepage .trust-elements ul li:last-child {
		margin-right: 0;
	}
	.homepage .trust-elements {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.homepage .trust-elements ul li span {
		font-size: 18px;
	}
	.homepage .rely-on {
		margin-bottom: 0;
	}
	.content-wrapper {
		padding-bottom: 20px;
	}
	.homepage .continuous-load {
		padding-top: 38px;
	}
}

@media (max-width: 823px) {
	.page-lrn .lrn-top .lrn-top-text p {
		font-size: 33px;
	}
	.page-lrn .lrn-top .lrn-top-text {
		margin-top: 155px;
	}
	.page-lrn .lrn-second .lrn-bubble h2 {
		margin-top: 0;
		padding-top: 135px;
	}
	.page-lrn .lrn-second .lrn-bubble {
		float: none;
		width: 100%;
	}
	.page-lrn .lrn-second .lrn-globe {
		float: right;
	    width: auto;
	    height: auto;
	    position: relative;
	    top: 0;
	    margin-top: 40px;
	}
	.page-lrn .lrn-second {
		padding-top: 0;
		padding-bottom: 0;
	}
	.top-banner .container .image-part svg {
		right: 65px;
		bottom: 65px;
	}
}

@media (max-width: 812px) {
	.page-lrn .lrn-top .lrn-top-text {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
		float: none;
	}
	.page-lrn .lrn-top .lrn-top-form {
		width: 423px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-bottom: 1px;
	}
}

@media (max-width: 768px) {
	.top-banner .container .image-part svg {
		right: 65px;
    	bottom: 60px;
	}
	.top-banner {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.pricing-plans-wrapper .right-part .plan-box {
		width: 100%;
		margin-bottom: 30px;
		max-width: 290px;
		margin: 0 auto 30px auto !important;
		display: block;
		float: none;
	}
	.pricing-plans-wrapper .right-part .plan-box .box-header {
		height: 148px;
	}
	.homepage .cl-wrapper .cl-right ul li {
		margin-right: 45px !important;
	}
	.homepage .cl-wrapper .cl-right ul li {
		width: auto;
	}
	.pricing-plans-wrapper .right-part .plan-box.right {
		top: 0;
	}
	.homepage .rely-on {
		margin-bottom: 0;
	}
	.homepage.content-wrapper {
		padding-bottom: 15px;
	}
	.features-wrapper {
		margin-bottom: 0;
	}
	.page-lrn .lrn-top-form input[type="submit"] {
		padding: 0 !important;
	}
	.page-lrn .lrn-fifth .lrn-dashboard-left p br {
		display: none;
	}
	.radview-pricing .pricing-plans-wrapper .right-part .plan-box {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 736px) {
	.top-banner .container .text-part {
		padding-top: 20px;
	}
	.top-banner .container .text-part h1 {
		line-height: 1.5;
	}
	.top-banner .container .image-part {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.top-banner {
		padding-bottom: 0;
	}
	.rhn-strip .left h2 {
		line-height: 1.5;
	}
	.top-banner .container {
		padding-top: 0;
	}
	.homepage .cl-wrapper {
		margin-bottom: 25px;
	}
	.top-banner .container .image-part svg {
		right: 45px;
		bottom: 45px;
	}
	.homepage .continuous-load {
		padding-top: 0;
	}
	.homepage .cl-wrapper .cl-right ul li {
		margin-right: 35px !important;
	}
	.homepage .cl-wrapper .cl-right ul li:last-child {
		margin-right: 0 !important;
	}
	.homepage .ro-wrap .ro-left ul li {
		margin-right: 30px !important;
	}
	.homepage .ro-wrap .ro-left ul li:last-child {
		margin-right: 0 !important;
	}
}

@media (max-width: 667px) {
	.homepage .expert-reviews .testimonial_rotator.template-default .has-image .img, 
	.homepage .expert-reviews .testimonial_rotator_single.has-image.template-default .img {
		width: 100%;
	    float: none;
	    text-align: center;
	    margin-bottom: 25px;
	}
	.homepage .expert-reviews .testimonial_rotator.template-default .has-image .text, 
	.homepage .expert-reviews .testimonial_rotator_single.has-image.template-default .text {
		width: 100%;
	}
	.homepage .expert-reviews .testimonial_rotator_wrap {
		width: 100%;
		margin-bottom: 0;
	}
	.homepage .expert-reviews {
		padding-bottom: 35px;
	}
	.top-banner .container .image-part svg {
	    right: 35px;
	    bottom: 25px;
	}
	.homepage .ro-wrap .ro-left ul li {
		max-width: 100% !important;
	}
	.homepage .ro-wrap .ro-left ul li:nth-child(7) img {
		max-height: 100px;
	}
	.homepage .ro-wrap .ro-left ul li:nth-child(17) img {
		max-height: 50px;
	}
	.homepage .cl-wrapper .cl-right ul li {
		margin-right: 17px !important;
	}
	.homepage .cl-wrapper .cl-right ul li:last-child {
		margin-right: 0 !important;
	}
}

@media (max-width: 640px) {
	.homepage .cl-wrapper .cl-right ul li {
		width: 44%;
		margin-right: 10% !important;
		text-align: center;
	}
	.homepage .cl-wrapper .cl-right ul li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.homepage .cl-wrapper {
		margin-bottom: 0;
	}
	.homepage .ro-wrap .ro-left ul li {
		width: 44%;
		margin-right: 10% !important;
		text-align: center;
	}
	.homepage .ro-wrap .ro-left ul li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.features-wrapper {
		margin-bottom: 40px;
	}
	.homepage .cl-wrapper {
		padding-top: 0;
	}
	.homepage .ro-wrap .ro-right p br {
		display: none;
	}
	.page-lrn .lrn-third .lrn-review .lrn-review-left {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	    text-align: center;
	    margin-bottom: 40px;
	}
	.page-lrn .lrn-third .lrn-review {
		max-width: 100%;
	}
	.page-lrn .lrn-third .lrn-review .lrn-review-right {
		float: none;
		width: 100%;
	}
	.page-lrn .lrn-third .lrn-review .lrn-review-right br {
		display: none;
	}
	.page-lrn .lrn-third {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.page-lrn .lrn-fourth .lrn-wand-left {
	    float: none;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 40px;
	}
	.page-lrn .lrn-fourth .lrn-wand-right {
	    float: none;
	    width: 100%;
	}
	.page-lrn .lrn-fourth {
	    padding-top: 60px;
	    padding-bottom: 90px;
	}
	.page-lrn .lrn-fifth .lrn-dashboard-left h2 {
		padding-top: 0;
	}
	.page-lrn .lrn-fifth .lrn-dashboard-left {
	    width: 100%;
	    float: none;
	    margin-bottom: 40px;
	}
	.page-lrn .lrn-fifth .lrn-dashboard-right {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
}

@media (max-width: 480px) {
	.homepage .ro-bottom li {
		margin-right: 20px;
	}
	.homepage .ro-bottom li:last-child {
		margin-right: 0;
	}
	.rhn-strip .left h2 {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.top-banner .container .image-part img {
		max-width: 100%;
	}
	.top-banner .container .text-part h1 {
		font-size: 22px;
	}
	.page-lrn .lrn-second .lrn-bubble {
		height: 410px;
	    padding-left: 20px;
	    min-height: 0;
	    padding-top: 85px;
	}
	.page-lrn .lrn-second .lrn-bubble h2 {
		padding-top: 0;
	}
	.page-lrn .gform_wrapper ul.gfield_checkbox li label, 
	.page-lrn .gform_wrapper ul.gfield_radio li label {
		width: 94% !important;
	}
	.page-template-page_loadrunner_replacement_new .nmh footer {
		padding-bottom: 55px;
	}
}

@media (max-width: 414px) {
	.top-banner .container .image-part svg {
		bottom: -20px;
		right: 10px;
	}
	.rhn-strip .left {
		margin-right: 0;
	}
	.page-lrn .lrn-top .lrn-top-text p {
		font-size: 28px;
	}
	.page-lrn .lrn-second .lrn-bubble p {
		margin-bottom: 30px;
	}
	.page-lrn .lrn-second .lrn-bubble {
		padding-top: 75px;
	}
	.homepage .trust-elements ul li {
		width: 100%;
		float: none;
		text-align: center;
		margin-right: 0;
		margin-bottom: 125px;
	}
	.homepage .trust-elements ul li:last-child {
		margin-bottom: 0;
	}
	.homepage .trust-elements {
		padding-top: 110px;
	}

	.trust-elements li.hover .img {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}

	.trust-elements li.hover .text-rotate {
		-webkit-transform: rotateY(0deg) translate(0, -50%);
		transform: rotateY(0deg) translate(0, -50%);
		opacity: 1;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.trust-elements .img-rotate .text-rotate {
		left: 50%;
		right: auto;
		margin-left: -140px;
	}
}

@media (max-width: 375px) {
	.page-lrn .lrn-top .lrn-top-text p {
		font-size: 24px;
	}
	.page-lrn .gform_wrapper ul.gfield_checkbox li label, 
	.page-lrn .gform_wrapper ul.gfield_radio li label {
		width: 90% !important;
	}
	#label_2_20_1 {
		margin-left: 5px !important;
	}
	.page-lrn .lrn-second .lrn-bubble {
		padding-top: 65px;
	}
	.page-lrn .lrn-second .lrn-bubble {
		height: 320px;
	}
	.page-lrn .lrn-second .lrn-bubble h2 {
		font-size: 24px;
	}
	.page-lrn .lrn-second .lrn-bubble p {
		font-size: 18px;
	}
	.page-lrn .lrn-second .lrn-bubble p {
		margin-bottom: 23px;
	}
	.page-lrn .lrn-second .lrn-globe {
		padding-left: 20px;
	}
}

@media (max-width: 320px) {
	.pricing-plans-wrapper .right-part .plan-box .box-header {
		height: 136px;
	}
	header a.logo img {
		width: 150px;
	}
	.page-lrn .lrn-top-form h2 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.page-lrn .gform_wrapper ul.gfield_checkbox li label, 
	.page-lrn .gform_wrapper ul.gfield_radio li label {
		width: 85%;
	}
	.page-lrn .lrn-second .lrn-bubble {
		padding-top: 45px;
	}
	.page-lrn .lrn-second .lrn-bubble p {
		font-size: 16px;
	}
	.page-lrn .lrn-second .lrn-bubble {
		height: 265px;
	}
	#field_2_1 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .lrn-top-form #field_2_2 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .lrn-top-form #field_2_3 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .lrn-top-form #field_2_21 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .lrn-top-form #field_2_5 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .lrn-top-form #field_2_6 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .lrn-top-form #field_2_7 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .lrn-top-form #field_2_8 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .lrn-top-form #field_2_23 {
		width: 100% !important;
		float: none !important;
	}

	.page-lrn .gform_wrapper ul.gfield_checkbox li label, 
	.page-lrn .gform_wrapper ul.gfield_radio li label {
	    width: 85% !important;
	}

	.page-lrn .lrn-top-form .gform_wrapper {
		margin-bottom: 0 !important;
	}

	.top-banner .container .text-part h1 strong {
		font-size: 50px;
	}
}

.btn-orange {
	background-color: #40c2c4 !important;
}

/* SOLUTION LANDING */
.tac {
	text-align: center;
}
.dual-buttons {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.dual-buttons span {
	width: 50% !important;
}
.dual-buttons span a,
.dual-buttons span button,
.dual-buttons span input {
	height: 100%;
	margin: 0 !important;
}
.dual-buttons span:first-child {
	margin: 0 4px 0 0;
}
.dual-buttons span:last-child {
	margin: 0 0 0 4px;
}
.btn-bordered {
	display: inline-block;
	vertical-align: middle;
	font-family: "os_700", Arial, Helvetica, sans-serif;
	color: #ff5e00;
	text-transform: uppercase;
	padding: 5px 10px;
	border: 1px solid #ff5e00;
	background: transparent;
	box-shadow: 0;
	transition: all 0.4s ease;
}
.btn-bordered:hover {
	color: #fff;
	border: 1px solid #ff5e00;
	background: #ff5e00;
}
.solution-landing.landing .wrap aside {
	width: 40%;
}
.solution-landing.landing .wrap article {
	width: 60%;
}
.solution-landing .clients-carousel.slick-slider {
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 0;
}
.solution-landing .clients-carousel .slick-dots {
	top: 85%;
}
.solution-landing .clients-carousel .slick-dots li {
	margin: 0 6px;
}
.solution-landing .clients-carousel .slick-dots li button {
	width: 10px;
	height: 10px;
	color: transparent;
	background: #0095DA;
	border: 1px solid #0095DA;
	transition: all .3s ease;
}
.solution-landing .clients-carousel .slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	color: transparent;
	background: #0095DA;
	border: 1px solid #0095DA;
	transform:rotate(45deg);
}
.solution-landing .section-clients {
	background-color: #fff;
	padding: 100px 0;
}
.solution-landing .section-clients .client-item {
	padding: 15px;
}
.solution-landing .section-clients .client-item a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 93px;
	text-align: center;
	border-radius: 20px;
	background-color: #fff;
	padding: 12px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.solution-landing .section-clients .client-item a .img {
	margin: 0 auto;
}
.solution-landing .section-clients .client-item a:first-child {
	margin-bottom: 15px;
}
.solution-landing .section-clients .client-item a:hover img {
	filter: grayscale(0%);
}
.solution-landing .section-clients .client-item a img {
	width: 100%;
	max-width: auto;
	height: auto;
	max-height: 100%;
	filter: grayscale(100%);
}
.solution-landing .fancy-content {
	background-color: #fff;
	padding: 55px 0;
}
.solution-landing .fancy-content .wrap {
	position: relative;
}
.solution-landing .fancy-content .image {
	width: 50%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.solution-landing .fancy-content .text-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	width: 60%;
}
.solution-landing .fancy-content .text {
	background-color: #fff;
	padding: 45px 55px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
.solution-landing .section-testimonials {
	background-color: #fff;
	padding: 55px 0;
}
.solution-landing .section-testimonials .testimonials-carousel {
	overflow: hidden;
	padding: 40px 0;
}
.solution-landing .section-testimonials .testimonials-carousel .testimonial-item {
	padding: 0 8px;
}
.solution-landing .section-testimonials .testimonials-carousel .testimonial-item .testimonial-wrap {
	position: relative;
	text-align: center;
	border: 3px solid #0095DA;
	padding: 35px;
}
.solution-landing .section-testimonials .testimonials-carousel .testimonial-item .testimonial-wrap:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 20px;
	width: 80px;
	height: 55px;
	background-color: #fff;
	background-image: url(images/testimonial-quote.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 5px;
}
.solution-landing .section-testimonials .testimonials-carousel .testimonial-item p {
	font-size: 26px;
	font-style: italic;
}
.solution-landing .section-testimonials .testimonials-carousel .testimonial-item .img {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;         
	width: 185px;
	height: 65px;
	text-align: center;
	background-color: #fff;
	padding: 3px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.solution-landing .section-testimonials .testimonials-carousel .testimonial-item .img img {
	width: auto;
	height: 100%;
}



@media (max-width: 1200px) {
	.dual-buttons { display: block; }
	.dual-buttons span { display: block; width: 100% !important; }
	.dual-buttons span a { display: block; width: 100%; text-align: center; }
	.dual-buttons span:first-child { margin: 0 0 15px; }
	.dual-buttons span:last-child { margin: 0; }
}
@media (max-width: 1024px) {
	.solution-landing.landing .wrap aside { width: 100%; }
	.solution-landing.landing .wrap article {
		width: 100%;
		margin-bottom: 25px;
	}
	.solution-landing .section-clients { padding: 25px 0; }
	.solution-landing .fancy-content { padding: 25px 0; }
	.solution-landing .fancy-content .image {
		width: 100%;
		height: 450px;
		margin-bottom: 25px;
	}
	.solution-landing .fancy-content .text-wrap {
		position: relative;
		display: block;
		width: 100%;
	}
	.solution-landing .fancy-content .text { padding: 25px; }
	.solution-landing .section-testimonials .testimonials-carousel .testimonial-item .testimonial-wrap { padding: 25px; }
	.solution-landing .section-testimonials .testimonials-carousel .testimonial-item p { font-size: 20px; }
	.solution-landing .section-testimonials { padding: 25px 0; }
}
@media (max-width: 768px) {
	.solution-landing .fancy-content .image {
		width: 100%;
		height: 350px;
	}
	.solution-landing .section-testimonials .testimonials-carousel .testimonial-item .testimonial-wrap:before {
		content: "";
		position: absolute;
		top: -15px;
		left: 15px;
		width: 60px;
		height: 35px;
	}
	.solution-landing .section-testimonials .testimonials-carousel .testimonial-item { padding: 0; }
	.solution-landing .section-testimonials .testimonials-carousel .testimonial-item p { font-size: 18px; }
}

body header {
	transition: all .3s ease;
}
body.scroll header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
body.scroll {
	padding-top: 84px;
}
.mt {
	margin-top: 25px;
}
.new-btn {
	width: 194px;
	display: inline-block;
	text-align: center;
	height: 39px;
	line-height: 39px;
	background: #43babe;
	color: #fff !important;
	font-size: 18px;
	border-radius: 3px;
	font-weight: 700;
}
.new-btn.mt {
	margin-top: 25px !important;
}

/* 30/03/2020 */
.rhn-strip li {
	display: flex;
	align-items: center;
	color: #fff !important;
}
.rhn-strip li:before {
	font-family: FontAwesome;
	content: "\f0c8";
	font-size: 8px;
	color: #9ec23e;
	margin-right: 15px;
}
.rhn-strip a.strip {
	border: 1px solid #fff;
	background-color: transparent !important;
}
.rhn-strip a.strip:hover {
	border: 1px solid #43babe;
	background-color: #43babe !important;
}

/* 06/04/2020 */
.green-announcement {
	opacity: 0;
	visibility: hidden;
	height: 0;
	text-align: center;
	background-color: #000;
	transition: all .2s ease;
}
.green-announcement.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	padding: 15px 0;
}
.green-announcement p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.green-announcement p a {
	color: #44bbbe;
	text-decoration: underline;
	/* margin-left: 10px; */
	margin-left: 5px;
	transition: all .3s ease;
}
.green-announcement p a:hover {
	color: #44bbbe;
}
.green-announcement a.close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border-radius: 500px;
	background-color: transparent;
	padding: 2.5px;
	transition: all .3s ease;
}
.green-announcement a.close-btn:hover {
	background-color: #293B4F;
}
@media (max-width: 1024px) {
	.green-announcement { font-size: 22px; }
}
@media (max-width: 768px) {
	/* .green-announcement {
		font-size: 20px;
	} */
	.green-announcement.active {
		padding: 10px 0;
	}
}